@charset "UTF-8";

.ttl_concept01{
	animation: 1s alternate tit01;
	display: block;
    font-family: makinas-scrap-5, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 27px;
    color: #0c64b6;
    line-height: 1;
}
.ttl_concept01 span{
    display: inline-block;
    padding-right: 12px;
    border-right: 1px solid #ff5c09;
}
.ttl_concept01 .txt01{
	margin-left: 15px;
}
.ttl_concept01 .txt02{
	padding-right: 8px;
}
.ttl_treatment01 {
	 -webkit-animation: 1s alternate tit01;
    animation: 1s alternate tit01;
    display: block;
    font-family: makinas-scrap-5, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 27px;
    color: #0c64b6;
    line-height: 1;
    letter-spacing: -2px;
    position: absolute;
    top: 81px;
    right: 278px;
}
.ttl_treatment01 .txt01 {
    display: inline-block;
    padding-bottom: 7px;
    border-bottom: 1px solid #ff5c09;
}
#message .ttl_message01{
	-webkit-animation: 1s alternate tit01;
    animation: 1s alternate tit01;
    display: block;
    font-family: makinas-scrap-5, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    color: #fff;
    line-height: 1;
	writing-mode: vertical-rl;
}
@media (max-width: 750px) {
	.ttl_concept01{
		-ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: 44px;
        text-align: center;
	}
	.ttl_feature01 {
		animation: 1s alternate tit01;
		writing-mode: horizontal-tb;
        font-size: 44px;
        text-align: center;
		display: block;
		font-family: makinas-scrap-5, sans-serif;
		color: #0c64b6;
		line-height: 1;
	}
	.ttl_concept01 span, .ttl_feature01 span{
        display: inline-block;
        padding-right: 0;
        padding-bottom: 12px;
        border-right: none;
        border-bottom: 2px solid #ff5c09;
    }
	.ttl_feature01 .num{
		border-bottom: none;
		padding: 0;
	}
	.ttl_concept01 .txt01, .ttl_feature01 .txt01 {
        margin-left: 0;
        margin-bottom: 23px;
        letter-spacing: -6px;
    }
	.ttl_concept01 .txt02, .ttl_feature01 .txt02{
        padding-right: 0;
        letter-spacing: -4px;
    }
	.ttl_feature01 .txt02{
		padding-right: 8px;
	}
	.ttl_treatment01 {
        font-size: 44px;
		text-align: center;
        position: unset;
    }
	.ttl_treatment01 .txt01 {
		padding-bottom: 11px;
        border-bottom: 2px solid #ff5c09;
    }
	#message .ttl_message01{
		writing-mode: horizontal-tb;
	}
}