@charset "utf-8";

#contents_area {min-width: 100%;}
#section_main{}
#section_lead{}
#section_cont{}
#section_foot{}

/* ALL */
.container_box{width: 100%;margin: 0;padding: 60px 0;text-align: center;}
.container_box .container_box_inner{width: 100%;margin: 0 auto;padding: 0;text-align: left;}
.container_box p{font-size: 16px;line-height: 1.8;margin: 0;padding: 0;font-family: 'HondaGlobalFontJP-Regular', sans-serif !important;font-feature-settings: "palt";letter-spacing: 0.05em;color: #555;}
.container_box img{vertical-align: top;}

.fadeIn {opacity: 0;transform: translate(0, 0%);transition: 1.5s;}
.fadeIn.is-show {transform: translate(0, 0);opacity: 1;}
.fadeIn_up {opacity: 0;transform: translate(0, 5%);transition: 1.0s;}
.fadeIn_up.is-show {transform: translate(0, 0);opacity: 1;}
.fadeIn_up15 {opacity: 0;transform: translate(0, 15%);transition: 1.0s;}
.fadeIn_up15.is-show {transform: translate(0, 0);opacity: 1;}

/* アニメーション（テキスト表示 左 → 右） */
.effect-txt01 {margin: 0;clip-path: inset(0 100% 0 0);/*display: inline-block;*/}
.effect-txt01.animation {animation: effect-txt01 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;animation-timing-function:ease-out;}
@keyframes effect-txt01 {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    100% {
        clip-path: inset(0);
    }
}

sub{vertical-align: baseline;position: relative;top: 0.1ex;font-size:0.8em;}
.pc {display: block !important;}
.sp {display: none !important;}


@media screen and (max-width : 768px) {
/* ALL */
.container_box{padding: 12vw 0;}
.container_box p{font-size: 3.6vw;}
	

.fadeIn_up {opacity: 0;transform: translate(0, 5vw);transition: 1.0s;}
.fadeIn_up.is-show {transform: translate(0, 0);opacity: 1;}
.fadeIn_up15 {opacity: 0;transform: translate(0, 15vw);transition: 1.0s;}
.fadeIn_up15.is-show {transform: translate(0, 0);opacity: 1;}
	
.pc {display: none !important;}
.sp {display: block !important;}
}


@media screen and (max-width: 414px) {

}