@charset "utf-8";

/*==================
 ▼ブレイクポイントのルール▼
 *〜575px：スマホ
 *576px〜：スマホ
 *768px〜：タブレット
 *992px〜：PC小
 *1200px〜：PC大
==================*/

/* ------------------------------------------------------- */
/* 共通設定///////////////////////////////////////////////////// */
/* ------------------------------------------------------- */

em , span {　font-style: normal!important;}
picture{　display: block;}
img{
	width: 100%;
	height: auto;
}
a:hover {
    text-decoration: none!important;
}
.btn:focus{
	box-shadow: none;
}
.btn-primary ,
.btn-primary:hover {
    color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
}
p {
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-size: 15px;
}
storong{
	font-weight: normal!important;
}
/* 注釈 */
.font_13 {
	font-size: 13px;
}
.mb_contents {
	margin-bottom: 60px!important;
}
.pb_contents {
	padding-bottom: 60px!important;
}

/* ----------------------------------------------------------- */
/* フォント種類  */
/* ----------------------------------------------------------- */
body{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	letter-spacing: 0.02rem;
}
.ff_MPLUS_DB { font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 700; }
.ff_KosugiMaru { font-family: 'Kosugi Maru', sans-serif;}
.ff_NotoSans { font-family: 'Noto Sans JP', sans-serif;}

.fs_5vmi{
    font-size: 5vmin;
}

/* ----------------------------------------------------------- */
/* カーニング  */
/* ----------------------------------------------------------- */
.ls_0 { letter-spacing: 0; }
.ls_1 { letter-spacing: 0.01rem; }

/* ----------------------------------------------------------- */
/* フォントウェイト指定  */
/* ----------------------------------------------------------- */
/* 濃いブルー */
.fw_bold{font-weight: 700;}


/* ----------------------------------------------------------- */
/* フォントカラー指定  */
/* ----------------------------------------------------------- */
/* 濃いブルー */
.cDBlue { color: #0068B7;}
/* 赤 */
.cRed { color: #E60012;}

/* 白 */
.cWhite { color: #FFF;}
/* 黒 */
.cBlack { color: #000;}

/* ----------------------------------------------------------- */
/* 背景カラー指定  */
/* ----------------------------------------------------------- */

/* 背景_白 */
.bg_White { background-color: #FFF;}
/* 背景_黄色 */
.bg_LYellow { background-color: #FFF4CD;}
/* 背景_濃いブルー */
.bg_DBlue { background-color: #0068B7;}


.bg_flow {
    position: relative;
}

.bg_flow::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    border-bottom: 20vmin solid #ffffff;
    border-left: 100vw solid transparent;
}

.bg_flow::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    border-bottom: 20vmin solid #ffffff;
    border-right: 100vw solid transparent;
}

/* ----------------------------------------------------------- */
/* 影（シャドウ） */
/* ----------------------------------------------------------- */
.shadow_xl {
	box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 50%) !important;
}
.shadow_black{
	box-shadow: 3px 4px 10px 1px #0000008a!important;
}
/* ----------------------------------------------------------- */
/* リスト */
/* ----------------------------------------------------------- */
/* liの・削除 */
ul , ol {
	list-style-type: none!important;
	padding: 0!important;
}/* liの・削除 */
.list_disc {
	list-style-type: disc!important;
}
/* ----------------------------------------------------------- */
/* ボタン */
/* ----------------------------------------------------------- */
/* ボタン　ベース */
.btn_base {
	width: 100%;
	max-width: 400px;
}
/* -- hover -- */
.btn_base:hover {
	opacity: 0.7;
}
/* ----------------------------------------------------------- */
/* ボーダー */
/* ----------------------------------------------------------- */
/* -- 濃青 ----------- */
.border_cDBlue {
    border: solid 3px #0068B7;
}
/* ----------------------------------------------------------- */
/* 角丸 */
/* ----------------------------------------------------------- */
.rounded_3 {
	border-radius: 1rem!important;
}
.rounded_3_t {
	border-radius: 0.5rem 0.5rem 0 0!important;
}
.rounded_3_b {
	border-radius: 0 0 0.5rem 0.5rem!important;
}
/* ----------------------------------------------------------- */
/* 装飾 */
/* ----------------------------------------------------------- */
/* -- 文字を傾ける ----------- */
.transform_text {
	transform: skew(0deg,-4deg);
}
/* -- ゴールドのマーカー ----------- */
.marker_gold {
    background: linear-gradient(transparent 60%, #dab787 0%);
}
/* -- 黄色のマーカー ----------- */
.marker_yellow {
    background: #fff300;
}
/* -- 文字の上に点 ----------- */
.dot_text {
position: relative;
padding-top: 0.2em;
}
.dot_text::before {
position: absolute;
content: "";
width: 0.2em;
height: 0.2em;
border-radius: 50%;
background-color: #ff59a8;
top: 0;
left: 50%;
transform: translate(-50%, 0);
}


/* ------------------------------------------------------- */
/* ヘッダー */
/* ------------------------------------------------------- */
/* 固定部分 */

/*アイキャッチ*/
#eyecatch{
    position: relative;
    overflow: hidden;
	height: 100%;
}
#eyecatch::before{
    content: '';
    position: absolute;
    width: 1000px;
    height: 1380px;
    background-size: 100px 100px;
    top: -300px;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
    z-index: -1;
    background-color: #eb0000;
}
#eyecatch::after{
    content: '';
    position: absolute;
    width: 120%;
    height: 70%;
    top: -10%;
	right: 0;
	left: 0;
    margin: auto;
    z-index: -1;
	background-image: url("../../_img/bg_confetti.png");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	transform: translateX(-57px);
}
#eyecatch h1{
    max-width: 980px;
    position: relative;
    z-index: 20;
    background-image:url("../../_img/bg_hukidashi_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#eyecatch .h_40{
	position: relative;
	height: 40vw;
}
#eyecatch .h_40 .eyecatch_fukidashi{
	position: absolute;
	width: 33%;
	top: 4.5vw;
	left: 0;
	right: -60%;
	margin: 0 auto;
}

.eyecatch01-sp,
.eyecatch01-pc{
    /*display: block;*/
    -webkit-animation: eyecatch-01 1s 1s ease-in forwards;
    animation: eyecatch-01 1s 1s ease-in forwards;
    opacity: 0;
}
.eyecatch01-pc{
	max-width: 1200px;
	width: 100%;
	height: 175px;
}
.eyecatch01-pc img{
	object-fit:contain;
}
.ttl_point{
	-webkit-animation: eyecatch-01 1s 1s ease-in forwards;
    animation: ttl_point 0.4s 1s ease forwards;
    opacity: 0;
}
.img_kirakira01{
	top: 15px;
	right: 4px;
	width: 85px;
	height: 30px;
	animation: fadein 1s 1s ease forwards;
	opacity: 0;
}
.img_kirakira02{
	top: 50%;
	left: -3%;
	width: 65px;
	height: 65px;
	animation: fadein 1s 1s ease forwards;
	opacity: 0;
}
.img_kirakira03{
	top: 69%;
	right: 0;
	width: 60px;
	height: 60px;
	animation: fadein 1s 1s ease forwards;
	opacity: 0;
}
.img_kirakira04{
	top: 56%;
	right: 4px;
	width: 85px;
	height: 30px;
}
.img_kirakira05{
	top: 98%;
	right: -6px;
	width: 70px;
	height: 70px;
}
.img_kirakira06{
	top: 110%;
	left: -13px;
	width: 75px;
	height: 70px;
	z-index: 5;
}


.ct_eyechatch_btm{
	position: relative;
    bottom: 0px;
    z-index: 0;
    width: 100%;
    content: "";
    height:100%;
}
.btn_web_wrap{
	/*padding: 0 1rem;
	margin: 3rem 1rem 0;*/
	/*background-image: url("../../_img/btn_web_wrap.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	/*min-height: 12rem;*/
	overflow: hidden;
	width: 100%;
}
.btn_web_wrap img{
	top: 50%;
    right: 0;
    left: 0;
    width: 90%;
    margin: auto;
}
.btn_tel_wrap{
	/*padding: 0 1rem;
	margin: 0 1rem;*/
	/*background-image: url("../../_img/btn_tel_wrap.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;*/
	/*min-height: 14rem;*/
	overflow: hidden;
	width: 100%;
}
.btn_tel_wrap img{
	bottom: 1rem;
    right: 0;
    left: 0;
    width: 90%;
    margin: auto;
}

@keyframes eyecatch-01{
	0% {opacity: 0;
		transform:scale(3, 3);}
    5% {opacity: 0.9;
		transform: scale(1, 1);}
    10% {transform: scale(1.2, 1.2) rotate(-3deg);}
    15% {transform: scale(1.2, 1.2) translate(0, -1px) rotate(0deg);}
    20% {transform: scale(1.2, 1.2) rotate(3deg);}
    25% {transform: scale(1.2, 1.2) translate(0, -1px) rotate(0deg);}
    30% {transform: scale(1.2, 1.2) rotate(-3deg);}
    35% {transform: scale(1.2, 1.2) translate(0, -1px) rotate(0deg);}
    40% {transform: scale(1.2, 1.2) rotate(3deg);}
    45% {transform: scale(1.2, 1.2);}
    50% {transform: scale(1, 1);}
    100% {opacity: 1;
        transform: scale(1, 1);}
}
@keyframes ttl_point{
	0% {opacity: 0;
		transform: scale(0)}
	10% {opacity: 0.5;
		transform: scale(0.2)}
	75% {opacity: 1;
		transform: scale(1.2)}
	95% {opacity: 1;
		transform: scale(0.9)}
	100% {opacity: 1;
		transform: scale(1)}
}
@keyframes fadein{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*@keyframes eyecatch-02{
    0%{opacity: 0;}
    100%{opacity: 1;}
}*/

.ct_eyecatch_art{
    position: relative;
	top: 1.25rem;
}


.ct_eyecatch_art .container{
    position: relative;
    z-index: 10;
}


.ct_eyecatch_art::before{
    content: '';
    position: absolute;
    background: url('../../_img/bg_residential_area.gif') repeat-x bottom;
    background-size: contain;
    width: 100%;
    height: 40vw;
    max-height: 130px;
    bottom: 52%;
    z-index: 2;
}

.pb_6{
	padding-bottom: 6rem;
}

.ct_eyecatch_art .truck_anim{
    position: absolute;
    width: 30%;
    max-width: 210px;
    /*bottom: 45%;*/
	bottom: -24px;
    z-index: 3;
    -webkit-animation: truck 5s infinite linear ;
    animation: truck 5s infinite linear;
}


@keyframes truck {
0% {right: -30% ;}
100% {right:100%;}
}
@keyframes truck_stopVer {
0% {right: -30% ;}
60% {right:60%;}
85% {right:60%;}
86% {right:59%;}
87% {right:59%;}
100% {right:100%;}
}



/* ------------------------------------------------------- */
/* メイン */
/* ------------------------------------------------------- */
main{
  overflow: hidden;
}



/* ------------------------------------------------------- */
/* 100円ごとに */
/* ------------------------------------------------------- */

#ct_accumulate{
    position: relative;
    /*background: #dc7e16;*/
	background-image: linear-gradient(90deg, #ff1800 25%,#f10000 25%,#f10000 50%, #ff1800 50%,#ff1800 75%,#f10000 75%,#f10000);
	width: 100%;
	background-size: 90px 100px;
}
#ct_accumulate::after{
    content: '';
    position:absolute;
    width:60%;
    height: 20px;
    z-index:2;
}


#ct_accumulate .enavi_entry {
    position: relative;
    height: 10vh;
}

#ct_accumulate .enavi_entry .img_benefits01{
    position: absolute;
    width: 37%;
    margin: 0 auto;
    top: -20%;
    right: 10%;
    z-index: 4;
}

#ct_accumulate .enavi_entry::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100px;
	background-image: linear-gradient(90deg, #ff1800 25%,#f10000 25%,#f10000 50%, #ff1800 50%,#ff1800 75%,#f10000 75%,#f10000);
	background-size: 90px 100px;
    clip-path: polygon(0 5%, 100% 0, 100% 60%, 0% 97%);
    z-index: 2
}

.not_forget{
    position: absolute;
    width: 45%;
    z-index: 4;
    left: 9%;
    bottom: 40%;
}


/* ------------------------------------------------------- */
/* おトクな特典 */
/* ------------------------------------------------------- */

#ct_benefits{
    position: relative;
    background-image: linear-gradient(90deg, #006cb9 25%,#005fab 25%,#005fab 50%, #006cb9 50%,#006cb9 75%,#005fab 75%,#005fab);
    background-size: 100px 100px;
    padding-top: 10%;
    padding-bottom: 25%;
}

#ct_benefits::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #f4cd84 ,#fff300);
    transform: skewY(-5deg);
    z-index: 3;
}


#ct_benefits .balloon_accumulate{
    position: absolute;
    width: 45%;
    max-width: 300px;
    left: 0;
    right: 0;
    top: -40px;
    z-index: 3;
}
#ct_benefits h3{
    margin-top: 20%;
    max-width: 900px;
}

.cardboard_box{
    position: absolute;
    left: 5%;
    top: -10px;
    z-index: 3;
    width: 20%;
    max-width: 300px;
}

.truck{
    position: absolute;
    right: 5%;
    top: -10px;
    z-index: 3;
    width: 25%;
    max-width: 300px;
}

.list_benefits li{
    position: relative;
    display: flex;
    padding: 8px;
    border-radius: 28px;
    border: 8px #004f9e solid;
    background: linear-gradient(90deg,#edb763 13%,#f9e1ae 15%,#f0e08c 30%,#f4cf6e 54%,#be7c29 75%,#3c1000 76%,#d89030 84%,#f4cf6e 98%);
}



.list_benefits li > div{
    position: relative;
    display: inline-block;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.list_benefits li > div img{
    position: relative;
    z-index: 2;
}

.list_benefits li > div .marker_yellow{
    content: "";
    position: absolute;
    transform: skewX(-15deg);
}

.list_benefits li:first-of-type > div .marker_yellow{
    width: 90%;
    height: 25px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
.list_benefits li:last-of-type > div .marker_yellow{
    width: 90%;
    height: 20px;
    top: 39%;
    left: 0;
    right: 0;
    margin: auto;
}

.ttl_benefits{
    position: relative;
    background: #f10000;
}

.ttl_benefits::before{
    content: '';
    position: absolute;
    width: 90%;
    max-width: 400px;
    height: 60px;
    background:url("../../_img/deco_grid.gif") no-repeat ;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.list_benefits li:first-of-type .ttl_benefits::before{
    background-position: left;
}

.list_benefits li:last-of-type .ttl_benefits::before{
    background-position: right;
}


.ttl_benefits img{
    max-width: 170px;
}



/* ------------------------------------------------------- */
/* 申込方法は？ */
/* ------------------------------------------------------- */
#ct_application{
    position: relative;
    padding-top: 15%;
	top: -75px;
	height: 120px;
}
#ct_application::before{
    content: '';
    position: absolute;
    top: -14.9vmin;
    left: 0;
    border-bottom: 15vmin solid #FFF4CD;
    border-left: 100vw solid transparent;
}

#ct_application > .container{
    max-width: 900px;
    padding-top: 15%;
}

.track_staff{
    position: absolute;
    left: 0;
    right: 0;
    top: -52%;
    padding-top: 0;
    margin: auto;
}

.track_staff p{
    position: relative;
    width: 100%;
    max-width: 640px;
    padding: 0 20px;
    z-index: 3;
}

 .estimate{
    position: relative;
    padding-top: 20%;
    padding-bottom: 15%;
    background-image: linear-gradient(90deg, #006cb9 25%,#005fab 25%,#005fab 50%, #006cb9 50%,#006cb9 75%,#005fab 75%,#005fab);
    background-size: 100px 100px;
     top: -10px;
}

.estimate_badge{
    position: absolute;
    width: 30%;
    max-width: 300px;
    left: 4%;
    top: -1%;
    z-index: 3;
}

#ct_application::after{
    content: '';
    position: absolute;
    width: 0;
    height: 100px;
    border-top: 34vmin solid #FFF4CD;
    border-left: 121vw solid transparent;
    border-right: 121vw solid transparent;
    bottom: -34vmin;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

 .estimate_web{
    position: relative;
    border-radius: 25px;
    border: 8px #bf0000 solid;
}

.estimate .estimate_web .estimate_inner{
    border: 8px #eb0000 solid;
    background: #fff;
    border-radius: 0 0 16px 16px;
}
.estimate_web .estimate_inner{
    border: 8px #eb0000 solid;
    background: #fff;
    border-radius: 0 0 16px 16px;
}

 .estimate .estimate_web table{
    width: 100%;
    border: 3px solid #d65f26;
}

 .estimate .estimate_web table th{
    position: relative;
    background:#d65f26;
    color: #fff;
    text-align: center;
}

.estimate .estimate_web .estimate_ttl{
    width: 100%;
    background: #eb0000;
    padding: 10px;
    margin: auto;
    border-radius: 16px 16px 0 0;
}

 .estimate .estimate_tel{
    position: relative;
    border-radius: 26px;
    border: 8px #0053ad solid;
    background: #fff;
}

.estimate .estimate_tel .estimate_inner{
    border: 8px #0099f3 solid;
    background: #fff;
    border-radius: 0 0 16px 16px;
}


 .estimate .estimate_web::after{
    content: '';
    position: absolute;
    width: 100%;
    max-width: 180px;
    height: 75px;
    z-index: 4;
    left: 0;
    right: 0;
    margin: auto;
}

 .estimate .estimate_tel .estimate_ttl{
    width: 100%;
    background: #0099f3;
    padding: 10px;
    margin: auto;
     border-radius: 16px 16px 0 0 ;
}

 .estimate .estimate_tel table{
    width: 100%;
    border: 3px solid #cf0a86;
}

 .estimate .estimate_tel table th{
    position: relative;
    background:#cf0a86;
    color: #fff;
    text-align: center;
}

.visit_estimate{
    position: absolute;
    width: 80%;
    max-width: 600px;
    margin: auto;
    left: 0;
    right: 0;
    top: -6%;
}

#ct_visit_estimate .bg_flow{
    padding-bottom: 10%;
}

#ct_visit_estimate .staff{
    position: absolute;
    width: 15%;
    max-width: 180px;
    bottom: 40px;
    right: 10px;
}

.img_moving02::before{
    content: "";
    width: 100vw;
    height: 70%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    position: absolute;
    background-image: url("../../_img/bg_residential-_area02.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: -1;
}



/* ------------------------------------------------------- */
/* フッター */
/* ------------------------------------------------------- */
/* 背景-街並み */
footer{
    overflow: hidden;
}

footer .bg_residential_area {
	background: url("../../_img/bg_residential_area.gif") center top repeat-x;
	background-size: 120%;
	height: 40vw;
	position: relative;
}
/* ロゴの大きさ */
footer .logo_area {
	width: 100%;
}
/* 背景-青（住宅街と被る部分） */
.bg_DBlue.bg_footer {
	height: 20vw;
	margin-top: -20vw;
}
/* 引っ越し業者 */
footer .img_moving01 {
    position: absolute;
    width: 30%;
    bottom: -3vw;
    left: 20%;
    z-index: 3
}

footer .truck_anim{
    position: absolute;
    width: 30%;
    max-width: 150px;
    top: auto;
    bottom: 5vw;
    z-index: 1;
    animation: truck_stopVer 5s infinite linear;
}
footer #pagetop {
	position: absolute;
    display: none;
	width: 25%;
    max-width: 60px;
	bottom: 5vw;
    right: 3%;
    z-index: 999;
}

footer #pagetop.animUp {
    animation: animUp 1s ease forwards;
}

footer #pagetop.animDown {
    animation: animDown 1s ease forwards;
}
.active{
  opacity: 1;
  visibility: visible;
  display: block!important;
}
@keyframes animUp{
    0%{
    transform: translateY(200px);
    }
    100%{
    transform: translateY(0px);
    }
}

@keyframes animDown{
    0%{
    transform: translateY(0px);
    }
    100%{
    transform: translateY(200px);
    }
}

/* コピーライト */
footer .copy {
	font-size: 14px;
}



/* スマホ Small devices (landscape phones, 576px and up) */
/* 575px以下（スマートフォン縦） */
@media (max-width: 575px) {
}

/* スマホ Small devices (landscape phones, 576px and up) */
 /* 576px以上（横向きスマートフォン） */
@media (min-width:576px){
}

/* タブレット Medium devices (tablets, 768px and up) */
 /* 768px以上（タブレット） */
@media (min-width: 768px) {
/* ------------------------------------------------------- */
/* スマホ固定ボタンの高さ */
body{
	margin-bottom: 0;
}
 p{
  font-size: 18px;
}
/* 注釈 */
.font_14 {
	font-size: 16px;
}
/* ------------------------------------------------------- */
/* ヘッダー */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* メイン */
/* ------------------------------------------------------- */
#eyecatch h1{
	max-width: 1200px;
	height: 175px;
    background-image:url("../../_img/bg_hukidashi_pc.png");
}
    
#eyecatch::before {
    content: '';
    position: absolute;
    width: 2400px;
    height: 1380px;
	top: -240px;
}
    
.ct_eyecatch_art .truck_anim{
    -webkit-animation: truck 10s infinite linear ;
    animation: truck 10s infinite linear;
}

#eyecatch::after{
    content: '';
    position: absolute;
    width: 140%;
    height: 100%;
    top: -26%;
	right: 0;
	left: -25%;
    margin: auto;
    z-index: -1;
	background-image: url("../../_img/bg_confetti_pc.png");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	transform: translateX(0);
}
#eyecatch .h_40{
	height: 16vw;
}
	


/* ------------------------------------------------------- */
/* 100円ごとに */
/* ------------------------------------------------------- */

/*#ct_accumulate:before{
    content: '';
    position:absolute;
    width: 7rem;
    height: 6rem;
	clip-path: polygon(50% 48%, 0 0, 100% 0);
	background-color: #005fab;
	top: -1px;
	left: 0;
	right: 0;
	margin: auto;
    z-index:2;
}*/
	
#ct_accumulate .enavi_entry .img_benefits01{
	width: 100%;
    max-width: 835px;
	margin: 0 auto;
    top: -20%;
    right: 0;
    left: 0;
    text-align: right;
}
    
#ct_accumulate .enavi_entry .img_benefits01 img{
	max-width: 350px;
}

#ct_accumulate .enavi_entry .not_forget{
	width: 100%;
	max-width: 825px;
	margin: 0 auto;
	top: -13%;
	right: 0;
}

#ct_accumulate .enavi_entry .not_forget img{
	max-width: 380px;
}
    
#ct_accumulate .enavi_entry::after {
    content: '';
    position: absolute;
    bottom: -216px;
    left: 0;
    width: 100%;
    height: 300px;
    clip-path: polygon(0 5%, 100% 0, 100% 55%, 0% 80%);
    z-index: 2
}

/* ------------------------------------------------------- */
/* おトクな特典 */
/* ------------------------------------------------------- */
#ct_benefits{
        padding-top: 5%;
        padding-bottom: 15%;
    }
#ct_benefits::before{
    top: 115px;
    left: 0;
}

.list_benefits li:first-of-type > div .mark{
    top: 53%;
}
#ct_benefits h3{
    margin-top: 25%;
}
.list_benefits li:first-of-type > div .marker_yellow{
    top: 60%;
}

#ct_benefits .balloon_accumulate{
    top: -20px;
}

.ttl_benefits img{
    max-width: 300px;
}
.track_staff{
    top: -108%;
}
.estimate_badge{
    top: 3%;
}
	
#ct_application::after{
    content: '';
    position: absolute;
    width: 0;
    height: 100px;
    border-top: 22vmin solid #FFF4CD;
    border-left: 90vw solid transparent;
    border-right: 90vw solid transparent;
    bottom: -21vmin;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
/* ------------------------------------------------------- */
/* 申込方法は？ */
/* ------------------------------------------------------- */
#ct_application > .container{
    padding-top: 10%;
}
    
.visit_estimate{
    width: 80%;
    top: -86px;
}

#ct_visit_estimate .staff{
    right: 5%;
}
.estimate .estimate_web::after{
    max-width: 300px;
    height: 120px;
    bottom: -90px;
}
.estimate{
   padding-top: 30%;
}

/* ------------------------------------------------------- */
/* 新生活に役立てよう */
/* ------------------------------------------------------- */

/* ご利用の際の注意事項 */
#ct_newlife .ttl_caution{
	width: 500px;
}
    

/* ------------------------------------------------------- */
/* フッター */
/* ------------------------------------------------------- */
/* 背景-街並み */
footer .bg_residential_area {
	background-size: 450px;
	height: 125px;
}
/* ロゴの大きさ */
footer .logo_area {
	width: 500px;
}
/* 背景-青（住宅街と被る部分） */
.bg_DBlue.bg_footer {
	height: 60px;
	margin-top: -30px;
}
/* 引っ越し業者 */
footer .img_moving01 {
	position: absolute;
	width: 180px;
	bottom: 0;
	left: 25%;
}
footer #pagetop {
	width: 100px;
	bottom: 20px;
    right: 3%;
}

footer .truck_anim{
    bottom: 2vw;
    animation: truck 10s infinite linear;
}


}


/* Large devices (desktops, 992px and up) */
/* 992px以上（小PC） */
@media (min-width: 992px) {
/* ------------------------------------------------------- */
.mb_contents {
	margin-bottom: 120px!important;
}

/* ------------------------------------------------------- */
/* アイキャッチ */
/* ------------------------------------------------------- */

.ct_eyecatch_art::before{
    background-size: contain;
    height: 125px;
    bottom: 470px;
}

/*.ct_eyecatch_art::after{
    height: 500px;
}*/
    
.ct_eyecatch_art .truck_anim{
        bottom: 400px;
    }

.ct_eyecatch_art{
	top: 32rem;
}

.ct_eyechatch_btm{
	padding-top: 110px!important;
}
	
#ct_accumulate .enavi_entry::after {
    clip-path: polygon(0 5%, 100% 0, 100% 49%, 0% 86%);
}

/* ------------------------------------------------------- */
/* メイン */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* おトクな特典 */
/* ------------------------------------------------------- */
#ct_benefits h3{
    margin-top: 15%;
}


.list_benefits li:first-of-type > div .mark{
    top: 58%;
}

.list_benefits li:last-of-type > div .mark{
    top: 38%;
}

.estimate{
   padding-top: 15%;
   padding-bottom: 11%;
}
#ct_application > .container {
    padding-top: 0%;
}
.track_staff{
    top: -28%;
}


.estimate_badge{
    top: 0%;
    left: 16%;
	width: 22%;
	max-width: 280px;
}
    
.list_benefits li:last-of-type > div .marker_yellow{
    top: 43%;
}
/* ------------------------------------------------------- */
/* 新生活に役立てよう */
/* ------------------------------------------------------- */

/* ご利用の際の注意事項 */
#ct_newlife .ttl_caution{
	width: 600px;
}
/* ------------------------------------------------------- */
/* フッター */
/* ------------------------------------------------------- */
/* ロゴの大きさ */
footer .logo_area {
	width: 600px;
}
/* 引っ越し業者 */
footer .img_moving01 {
	left: -15%;
	right: 0;
	margin: 0 auto;
}
    
footer .truck_anim{
    bottom: 1vw;
    animation: truck 13s infinite linear;
}
footer #pagetop {
	width: 100px;
	bottom: 20px;
    right: 5%;
}
}


/* Extra large devices (large desktops, 1200px and up) */
/* 1200px以上（大PC） */
@media (min-width: 1200px) {
	
	
#ct_accumulate .enavi_entry::after {
    clip-path: polygon(0 5%, 100% 0, 100% 44%, 0% 92%);
}
}
@media (min-width: 1800px) {
#ct_accumulate .enavi_entry::after {
    clip-path: polygon(0 5%, 100% 0, 100% 42%, 0% 96%);
}
}


/* ----------------------------------------------------------------- */
/* アニメーション関連 */
/* ----------------------------------------------------------------- */
.fluffy {
  animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-8px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-8px) }
  40% { transform:translateY(0) }
  60% { transform:translateY(0) }
  70% { transform:translateY(-8px) }
  75% { transform:translateY(0) }
  80% { transform:translateY(-8px) }
  90% { transform:translateY(0) }
}
/* 点滅アニメーション */
.blink{animation:BLINK 0.7s ease-in-out infinite alternate;}
@keyframes BLINK {30%{opacity:1.0;}100% {opacity:0;}}

.fuwafuwa {
-webkit-animation:fuwafuwa 1.0s infinite linear alternate;
animation:fuwafuwa 1.0s infinite linear alternate;}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-6deg);}
50% {-webkit-transform:translate(0, 0) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(6deg);}
}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-6deg);}
50% {transform:translate(0, 0) rotate(0deg);}
100% {transform:translate(0, 0)rotate(6deg);}
}

.fuwafuwa02 {
-webkit-animation:fuwafuwa02 1.4s infinite linear alternate;
animation:fuwafuwa02 1.4s infinite linear alternate;}

@-webkit-keyframes fuwafuwa02 {
0% {-webkit-transform:translate(0, 0) rotate(-3deg);}
50% {-webkit-transform:translate(0, 0) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

@keyframes fuwafuwa02 {
0% {transform:translate(0, 0) rotate(-3deg);}
50% {transform:translate(0, 0) rotate(0deg);}
100% {transform:translate(0, 0)rotate(3deg);}
}

.fuwafuwa03 {
-webkit-animation:fuwafuwa03 2s infinite linear alternate;
animation:fuwafuwa03 2s infinite linear alternate;}



@keyframes fuwafuwa03 {
0% {transform:translateY(0) ;}
50% {transform:translateY(20px) ;}
100% {transform:translateY(0);}
}



/*base code*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}


.buruburu {
    -webkit-animation:buruburu 0.1s 3 linear alternate;
    animation:buruburu 0.1s 3 linear alternate;
}
.buruburu.infinite{
    -webkit-animation:buruburu 0.3s infinite linear alternate;
    animation:buruburu 0.3s infinite linear alternate;
}

@-webkit-keyframes buruburu {
    0% {-webkit-transform:translate(0, 0) rotate(-3deg);}
    50% {-webkit-transform:translate(0, -1px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

@keyframes buruburu {
    0% {transform:translate(0, 0) rotate(-3deg);}
    50% {transform:translate(0, -1px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(3deg);}
}





.banban {
    -webkit-animation:banban 1.6s 1 ease-in alternate;
    animation:banban 1.6s 1 ease-in alternate;
}

.banban2 {
    -webkit-animation:banban2 1.6s 1 ease-in alternate;
    animation:banban2 1.6s 1 ease-in alternate;
}

@-webkit-keyframes banban {
	0% {opacity: 0;
		transform:scale(3, 3);}
    10% {opacity: 0.2;
		transform:scale(3, 3);}
    25% {opacity: 0.9;
		transform: scale(1, 1);}
    30% {opacity: 0.9;
		transform: scale(1.2, 1.2);}
    42% {transform: scale(1, 1);}
    60% {transform: scale(1, 1);}
    64% {opacity: 1;
		transform:scale(1.1, 1.1) translate(0, 0) rotate(-3deg);}
    68% {transform:scale(1.1, 1.1) translate(0, -1px) rotate(0deg);}
    72% {transform:scale(1.1, 1.1) translate(0, 0px) rotate(3deg);}
    76% {transform:scale(1.1, 1.1) translate(0, 0) rotate(-3deg);}
    80% {transform:scale(1.1, 1.1) translate(0, -1px) rotate(0deg);}
    84% {transform:scale(1.1, 1.1) translate(0, 0px) rotate(3deg);}
    88% {transform:scale(1.1, 1.1) translate(0, 0) rotate(-3deg);}
    92% {transform:scale(1.1, 1.1) translate(0, -1px) rotate(0deg);}
    96% {transform:scale(1.1, 1.1) translate(0, 0px) rotate(3deg);}
    100% {transform: scale(1, 1);}
}

@keyframes banban {
	0% {opacity: 0;
		transform:scale(3, 3);}
    10% {opacity: 0.2;
		transform:scale(3, 3);}
    25% {opacity: 0.9;
		transform: scale(1, 1);}
    30% {opacity: 0.9;
		transform: scale(1.2, 1.2);}
    42% {transform: scale(1, 1);}
    60% {transform: scale(1, 1);}
    64% {opacity: 1;
		transform:scale(1.1, 1.1) translate(0, 0) rotate(-3deg);}
    68% {transform:scale(1.1, 1.1) translate(0, -1px) rotate(0deg);}
    72% {transform:scale(1.1, 1.1) translate(0, 0px) rotate(3deg);}
    76% {transform:scale(1.1, 1.1) translate(0, 0) rotate(-3deg);}
    80% {transform:scale(1.1, 1.1) translate(0, -1px) rotate(0deg);}
    84% {transform:scale(1.1, 1.1) translate(0, 0px) rotate(3deg);}
    88% {transform:scale(1.1, 1.1) translate(0, 0) rotate(-3deg);}
    92% {transform:scale(1.1, 1.1) translate(0, -1px) rotate(0deg);}
    96% {transform:scale(1.1, 1.1) translate(0, 0px) rotate(3deg);}
    100% {transform: scale(1, 1);}
}

@-webkit-keyframes banban2 {
	0% {opacity: 0;
		transform:scale(5, 5);}
    10% {opacity: 0.2;
		transform:scale(3, 3);}
    25% {opacity: 0.9;
		transform: scale(2, 2);}
    30% {opacity: 1;
		transform: scale(1, 1);}
    42% {transform: scale(1, 1);}
    60% {transform: scale(1, 1);}
    100% {transform: scale(1, 1);}
}

@keyframes banban2 {
	0% {opacity: 0;
		transform:scale(4, 4);}
    25% {opacity: 0.9;
		transform: scale(2, 2);}
    30% {opacity: 1;
		transform: scale(1, 1);}
    40% {transform: scale(1.1, 1.1);}
    45% {transform: scale(1, 1);}
    100% {transform: scale(1, 1);}
}

.pikapika {
    -webkit-animation:pikapika 2s linear infinite;
    animation:pikapika 2s linear infinite
}

@-webkit-keyframes pikapika {
    0% {opacity: 0;}
    50% {opacity: 1;}
    60% {opacity: 1;}
    100% {opacity: 0;}
}


.fade_in {
    -webkit-animation:fade_in 2.0s 1 linear alternate;
    animation:fade_in 2.0s 1 linear alternate;
}

@-webkit-keyframes fade_in {
0% { opacity: 0;
	transform: translateY(0);}
90%{opacity: 0;
	transform: translateY(0);}
 100% {opacity:1;
 transform: translateY(0);
 }
}

@keyframes fade_in {
0% { opacity: 0;
	transform: translateY(0);}
90%{opacity: 0;
	transform: translateY(0);}
 100% {opacity:1;
 transform: translateY(0);
 }
}