@charset "utf-8";
@media screen and (max-width : 768px){ 
/*------------------------------------------------------------------------------------------
*
*
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */

#talkroom {
font-size: 18px;
-webkit-font-smoothing: antialiased;
}

#talkroom .switch_pc {
display: none;
}

#talkroom #mainvisual_area img,
#talkroom .cnt_area img {
width: 100%;
height: auto;
}

#talkroom #mainvisual_area img:not(.switch_pc),
#talkroom .cnt_area img:not(.switch_pc) {
display: block;
}

.cnt_area .h2_box {
margin: 0 auto 20px;
}

.cnt_area .h2_box .subtitle{
position: relative;
max-width: 140px;
width: 100%;
height: 33px;
margin: 0 auto 12px;
}

.cnt_area .h2_box .subtitle .ttl {
position: absolute;
top: 275px;
left: 50%;
transform: translate(-50%, -50%) rotate(-10deg);
width: 550px;
height: 550px;
opacity: 0;
transition: .4s ease-out .3s;
}

.cnt_area .h2_box .subtitle.on .ttl {
transform: translate(-50%, -50%);
opacity: 1;
}

.cnt_area .h2_box .subtitle .ttl span {
display: block;
max-width: 140px;
width: 100%;
margin: 0 auto;
}

.cnt_area .h2_box .subtitle .line {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 14px;
overflow: hidden;
}

.cnt_area .h2_box .subtitle .line::before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%) rotate(-65deg);
width: 470px;
height: 470px;
border-radius: 50%;
border: 1px solid #fff;
border-top-color: #DC966E;
transition: .3s ease-out;
}

.cnt_area .h2_box .subtitle.on .line::before {
transform: translateX(-50%) rotate(-25deg);
}

.cnt_area .h2_box .subtitle .line::after {
content: "";
position: absolute;
width: 4px;
height: 6px;
background-color: #fff;
top: 2px;
right: 25px;
transform: rotate(12deg);
}

.cnt_area .h2_box .subtitle .line span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.cnt_area .h2_box .subtitle .line span::before,
.cnt_area .h2_box .subtitle .line span::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 6px;
height: 6px;
border-radius: 50%;
border: 1px solid #DC966E;
background-color: #fff;
opacity: 0;
transition: .2s;
}

.cnt_area .h2_box .subtitle .line span::after {
right: 0;
left: auto;
transition-delay: .2s;
}

.cnt_area .h2_box .subtitle.on .line span::before,
.cnt_area .h2_box .subtitle.on .line span::after {
opacity: 1;
}

.cnt_area .h2_box .subtitle_ptn02 .line::before {
border-top-color: #F2976C;
}

.cnt_area .h2_box .subtitle_ptn02 .line span::before,
.cnt_area .h2_box .subtitle_ptn02 .line span::after {
border-color: #F2976C;
}

.cnt_area .h2_box h2 {
width: 100%;
margin: 0 auto;
}

.cnt_area .catchcopy {
font-size: 20px;
line-height: 1.4;
letter-spacing: .065em;
text-align: center;
margin-bottom: 25px;
font-family:  'HondaGlobalFontJP-Bold';
}

#mainvisual_area .page_nav {
position: relative;
max-width: 240px;
width: 100%;
margin: 0 auto;
padding: 10px 2px 10px 0;
list-style: none;
}

#mainvisual_area .page_nav::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 16px;
width: 1px;
height: 100%;
background-color: #6E82D2;
}

#mainvisual_area .page_nav li {
display: flex;
align-items: start;
position: relative;
z-index: 1;
margin-left: auto;
background-color: #EAECED;
cursor: pointer;
}

#mainvisual_area .page_nav li + li {
margin-top: 20px;
}

#talkroom .fixed_none {
display: flex;
position: fixed;
z-index: 99;
left: 50%;
bottom: 88px;
transform: translateX(-50%);
width: 311px;
height: 52px;
border-radius: 10px;
border: 1px solid #000;
box-shadow: 1px 1px 6px rgba(0,0,0,.4);
background-color: #fff;
transition: .2s ease;
}

#talkroom .fixed_none.hide {
opacity: 0;
pointer-events: none;
}

#talkroom .fixed_none .close_btn {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 30px;
padding: 0 0 10px 8px;
cursor: pointer;
}

#talkroom .fixed_none .close_btn span {
position: relative;
}

#talkroom .fixed_none .close_btn span::before,
#talkroom .fixed_none .close_btn span::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 12px;
height: 1px;
border-radius: 1px;
background-color: #000;
transform: translate(-50%, -50%) rotate(45deg);
}

#talkroom .fixed_none .close_btn span::after {
transform: translate(-50%, -50%) rotate(-45deg);
}

#talkroom .fixed_none .car_box {
display: flex;
align-items: flex-end;
justify-content: center;
width: 92px;
height: 100%;
padding-right: 5px;
}

#talkroom .fixed_none .car_box .car {
width: 72px;
margin-bottom: -3px;
}

#talkroom .fixed_none .car_box .car img {
display: block;
width: 100%;
height: auto;
}

#talkroom .fixed_none .text_box {
position: relative;
width: calc(100% - 92px);
height: 100%;
}

#talkroom .fixed_none .text_box::before {
content: "";
position: absolute;
top: -.5px;
right: 100%;
width: 13px;
height: calc(100% + 1px);
background: url(../image/fukidashi_none_message_parts.png) no-repeat right top / 100% auto;
}

#talkroom .fixed_none .text_box .txt {
display: none;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 100%;
padding: 0 10px;
font-size: 14px;
letter-spacing: -.03em;
line-height: 20px;
pointer-events: none;
overflow: hidden;
}

#talkroom .fixed_none .text_box .txt span {
display: inline-block;
opacity: 0;
transform: rotateX(-45deg);
transform-origin: center center 25px;
transition: .4s cubic-bezier(0.6, 0, 0.7, 0.2);
}

#talkroom .fixed_none .text_box .txt span:nth-child(1) { transition-delay: 0.30s; }
#talkroom .fixed_none .text_box .txt span:nth-child(2) { transition-delay: 0.35s; }
#talkroom .fixed_none .text_box .txt span:nth-child(3) { transition-delay: 0.40s; }
#talkroom .fixed_none .text_box .txt span:nth-child(4) { transition-delay: 0.45s; }
#talkroom .fixed_none .text_box .txt span:nth-child(5) { transition-delay: 0.50s; }
#talkroom .fixed_none .text_box .txt span:nth-child(6) { transition-delay: 0.55s; }
#talkroom .fixed_none .text_box .txt span:nth-child(7) { transition-delay: 0.60s; }
#talkroom .fixed_none .text_box .txt span:nth-child(8) { transition-delay: 0.65s; }
#talkroom .fixed_none .text_box .txt span:nth-child(9) { transition-delay: 0.70s; }
#talkroom .fixed_none .text_box .txt span:nth-child(10) { transition-delay: 0.75s; }
#talkroom .fixed_none .text_box .txt span:nth-child(11) { transition-delay: 0.80s; }
#talkroom .fixed_none .text_box .txt span:nth-child(12) { transition-delay: 0.85s; }
#talkroom .fixed_none .text_box .txt span:nth-child(13) { transition-delay: 0.90s; }
#talkroom .fixed_none .text_box .txt span:nth-child(14) { transition-delay: 0.95s; }
#talkroom .fixed_none .text_box .txt span:nth-child(15) { transition-delay: 1.00s; }

#talkroom .fixed_none .text_box .txt.on {
pointer-events: auto;
}

#talkroom .fixed_none .text_box .txt.on span {
opacity: 1;
transform: rotateX(0);
}

#talkroom .fixed_none .text_box .txt.off span {
transform: rotateX(45deg);
transition: 0;
}

#talkroom .fixed_none .text_box .txt.off span:nth-child(1) { transition-delay: 0.00s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(2) { transition-delay: 0.05s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(3) { transition-delay: 0.10s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(4) { transition-delay: 0.15s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(5) { transition-delay: 0.20s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(6) { transition-delay: 0.25s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(7) { transition-delay: 0.30s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(8) { transition-delay: 0.35s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(9) { transition-delay: 0.40s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(10) { transition-delay: 0.45s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(11) { transition-delay: 0.50s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(12) { transition-delay: 0.55s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(13) { transition-delay: 0.60s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(14) { transition-delay: 0.65s; }
#talkroom .fixed_none .text_box .txt.off span:nth-child(15) { transition-delay: 0.70s; }



/* ------------------------------------------------------------
*
    #main_visual
*
------------------------------------------------------------ */

#mainvisual_area {
background-color: #EAECED;
}

#mainvisual_area .l-container__inner {
padding: 10px 12.5px 20px;
}

#mainvisual_area .h1_box {
position: relative;
margin: 0 auto 20px;
}

#mainvisual_area .h1_subtitle {
position: absolute;
z-index: 1;
top: 8px;
left: 0;
right: 0;
margin: 0 auto;
font-size: 25px;
letter-spacing: .105em;
line-height: 1;
color: #6E82D2;
text-align: center;
font-family:  'HondaGlobalFontJP-Bold';
}

#mainvisual_area h1 {
position: relative;
max-width: 350px;
width: 100%;
margin: 0 auto;
}

#mainvisual_area h1 .parts > *:not(.bg) {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: .4s ease-out;
}

#mainvisual_area h1 .parts .n {
transform: translateX(-20px);
transition-duration: .6s;
}
#mainvisual_area h1 .parts .talk {
transform: translateY(20px);
transition-delay: .3s;
}
#mainvisual_area h1 .parts .room {
transform: translateY(20px);
transition-duration: .6s;
transition-delay: .5s;
}

#mainvisual_area h1.on .parts .n {
transform: translateX(0);
opacity: 1;
}
#mainvisual_area h1.on .parts .talk,
#mainvisual_area h1.on .parts .room {
transform: translateY(0);
opacity: 1;
}

#mainvisual_area .icon {
position: absolute;
opacity: 0;
transform: scale(0);
transition: .3s cubic-bezier(0.6, 0, 0.7, 0.2);
}

#mainvisual_area .icon.on {
transform: scale(1);
opacity: 1;
}

#mainvisual_area .icon01 {
max-width: 42px;
width: 100%;
top: 45px;
left: 31px;
transition-delay: 1s;
}

#mainvisual_area .icon02 {
max-width: 32px;
width: 100%;
top: 70px;
left: 114px;
transition-delay: 1.3s;
}

#mainvisual_area .icon03 {
max-width: 57px;
width: 100%;
top: 55px;
right: 30px;
transition-delay: 1.15s;
}

#mainvisual_area .catchcopy {
position: absolute;
bottom: 20px;
left: -2%;
width: 104%;
font-size: 16px;
line-height: 30px;
text-align: center;
font-family:  'HondaGlobalFontJP-Bold';
}



/* ------------------------------------------------------------
*
    #n-one ranking
*
------------------------------------------------------------ */

#none_ranking {
margin-top: 7px;
padding-top: 85px;
}

#none_ranking .l-container__inner {
padding: 0 15px;
}

#none_ranking .h2_box h2 {
max-width: 255px;
}

#none_ranking .cnt_block {
background-color: #ddd;
padding: 15px 0;
position: relative;
}

#none_ranking .cnt_block::before {
content: "";
position: absolute;
top: 15px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% - 30px);
background-color: #fff;
}

#none_ranking .bg_ptn01 {
background-color: #E4D8BD;
}

#none_ranking .bg_ptn02 {
background-color: #DDDACF;
}

#none_ranking .cnt_block .number_box {
max-width: 60px;
width: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 25px;
}

#none_ranking .cnt_block .cnt_g {
max-width: 550px;
width: 100%;
margin: 0 auto;
background-color: #fff;
padding-bottom: 36px;
position: relative;
}

#none_ranking .cnt_block .curve_ttl {
position: relative;
width: 100%;
margin: 0 auto;
}

#none_ranking .cnt_block .curve_ttl .curve {
position: absolute;
left: 50%;
transform: translate(-50%, -50%) rotate(-20deg);
opacity: 0;
transition: .4s ease-out;
}

#none_ranking .cnt_block .curve_ttl.on .curve {
transform: translate(-50%, -50%);
opacity: 1;
}

#none_ranking .cnt_block .curve_ttl h3 {
width: 100%;
margin: 0 auto;
}

#none_ranking .cnt_block .fukidashi {
position: absolute;
z-index: 1;
background-repeat: no-repeat;
background-position: center top;
background-size: 100% auto;
}

#none_ranking .cnt_block .fukidashi::before {
content: "";
position: absolute;
z-index: 1;
top: -15.3px;
width: 13.5px;
height: 17px;
background: url(../image/fukidashi_none_ranking_parts01.png) no-repeat left bottom / contain;
}

#none_ranking .cnt_block .fukidashi::after {
position: absolute;
z-index: -1;
top: 4px;
width: 100%;
height: 100%;
background-color: #F0E6B9;
opacity: .7;
}

#none_ranking .bg_ptn02 .fukidashi::before {
background-image: url(../image/fukidashi_none_ranking_parts02.png);
}

#none_ranking .bg_ptn02 .fukidashi::after {
background-color: #EBDCBE;
}

#none_ranking .cnt_block .fukidashi p{
font-size: 14px;
line-height: 20px;
}

#none_ranking .cnt_block .fukidashi p::before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: calc(100% - 6px);
height: 100%;
border-top: 1px solid #C8AA78;
border-bottom: 1px solid #C8AA78;
}

#none_ranking .cnt_block .fukidashi p::after {
content: "";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 100%;
height: calc(100% - 6px);
border-right: 1px solid #C8AA78;
border-left: 1px solid #C8AA78;
}

#none_ranking .bg_ptn02 .fukidashi p::before,
#none_ranking .bg_ptn02 .fukidashi p::after {
border-color: #CDA082;
}

#none_ranking .cnt_block .fukidashi p .attention_text {
display: block;
font-size: 12px;
line-height: 15px;
}

#none_ranking .cnt_block .fukidashi p .en_font {
font-weight: 400;
}

#none_ranking .cnt_block .btn_ptn01 {
max-width: 300px;
width: 100%;
margin: 0 auto;
}

#none_ranking .cnt_block .btn_ptn01 a {
display: block;
width: 100%;
border-radius: 30px;
border: 4px solid #C8AA78;
background-color: #646464;
color: #fff;
text-decoration: none;
text-align: center;
position: relative;
font-size: 12px;
letter-spacing: .03em;
padding: 8px 0 7px 40px;
}

#none_ranking .cnt_block .btn_ptn01 a::before {
content: "";
display: block;
width: 18px;
height: 20px;
background: url(../image/arrow_right_white.png) no-repeat center center/100% auto;
position: absolute;
top: 50%;
left: 25px;
transform: translateY(-50%);
}

#none_ranking .cnt_block .btn_ptn01 a span {
display: inline-block;
vertical-align: middle;
}

#none_ranking .cnt_block .btn_ptn01 a .big_text {
font-size: 20px;
margin-right: 3px;
}

#none_ranking .bg_ptn02 .btn_ptn01 a {
border-color: #CDA082;
}

#none_ranking .ranking_ptn01 .cnt_g {
padding-top: 8px;
}

#none_ranking .ranking_ptn01 .curve_ttl {
max-width: 155px;
height: 58px;
margin-bottom: -16px;
transform: translateX(11px);
}

#none_ranking .ranking_ptn01 .curve_ttl .curve {
top: 105px;
width: 210px;
height: 210px;
}

#none_ranking .ranking_ptn01 .curve_ttl h3 {
max-width: 155px;
}

#none_ranking .ranking_ptn01 .cnt_img {
max-width: 270px;
width: 100%;
margin: 0 auto 437px;
padding-left: 5px;
}

#none_ranking .ranking_ptn01 .fukidashi01 {
top: 188px;
left: 11px;
width: 46.4%;
padding: 17px 16px;
}
#none_ranking .ranking_ptn01 .fukidashi01::before {
right: 45px;
}
#none_ranking .ranking_ptn01 .fukidashi01::after {
content: "";
left: 4px;
}

#none_ranking .ranking_ptn01 .fukidashi02 {
top: 215px;
right: 11px;
width: 41.4%;
padding: 20px 17px;
}
#none_ranking .ranking_ptn01 .fukidashi02::before {
left: 60px;
transform: scale(-1,1);
}
#none_ranking .ranking_ptn01 .fukidashi02::after {
content: "";
right: 4px;
}
#none_ranking .ranking_ptn01 .fukidashi02 p {
letter-spacing: -.05em;
}

#none_ranking .ranking_ptn01 .fukidashi03 {
top: 317px;
left: 11px;
width: 49.3%;
padding: 17px 14px;
}
#none_ranking .ranking_ptn01 .fukidashi03::before {
right: 85px;
}

#none_ranking .ranking_ptn01 .fukidashi04 {
top: 376px;
right: 14px;
width: 40.6%;
padding: 17px 16px;
}
#none_ranking .ranking_ptn01 .fukidashi04::before {
left: 54px;
transform: scale(-1,1);
}
#none_ranking .ranking_ptn01 .fukidashi04 p {
letter-spacing: -.05em;
}

#none_ranking .ranking_ptn01 .fukidashi05 {
top: 422px;
left: 14px;
width: 47.2%;
padding: 18px 17px;
}
#none_ranking .ranking_ptn01 .fukidashi05::before {
right: 90px;
}
#none_ranking .ranking_ptn01 .fukidashi05::after {
content: "";
left: 4px;
}

#none_ranking .ranking_ptn01 .fukidashi06 {
top: 520px;
right: 14px;
width: 87.4%;
width: 89.3%;
padding: 15px 10px;
text-align: center;
}
#none_ranking .ranking_ptn01 .fukidashi06::before {
right: 90px;
transform: scale(-1,1);
}
#none_ranking .ranking_ptn01 .fukidashi06::after {
content: "";
right: 4px;
}
#none_ranking .ranking_ptn01 .fukidashi06 p {
display: inline-block;
letter-spacing: -.1em;
text-align: left;
}

#none_ranking .ranking_ptn02 .cnt_g {
padding-top: 14px;
}

#none_ranking .ranking_ptn02 .curve_ttl {
max-width: 120px;
height: 41px;
margin-bottom: 13px;
transform: translateX(9px);
}

#none_ranking .ranking_ptn02 .curve_ttl .curve {
top: 105px;
width: 210px;
height: 210px;
}

#none_ranking .ranking_ptn02 .curve_ttl h3 {
max-width: 120px;
}

#none_ranking .ranking_ptn02 .cnt_img {
max-width: 345px;
width: 100%;
margin: 0 auto 456px;
}

#none_ranking .ranking_ptn02 .fukidashi01 {
top: 199px;
left: 10px;
width: 51.9%;
padding: 16px 25px;
}
#none_ranking .ranking_ptn02 .fukidashi01::before {
right: 64px;
}
#none_ranking .ranking_ptn02 .fukidashi01::after {
content: "";
left: 4px;
}

#none_ranking .ranking_ptn02 .fukidashi02 {
top: 260px;
right: 13px;
width: 37.4%;
padding: 12px 21px;
}
#none_ranking .ranking_ptn02 .fukidashi02::before {
left: 44px;
transform: scale(-1,1);
}

#none_ranking .ranking_ptn02 .fukidashi03 {
top: 318px;
left: 28px;
width: 44.3%;
padding: 15px;
}
#none_ranking .ranking_ptn02 .fukidashi03::before {
right: 73px;
}
#none_ranking .ranking_ptn02 .fukidashi03 p {
letter-spacing: -.05em;
}

#none_ranking .ranking_ptn02 .fukidashi04 {
top: 403px;
right: 15px;
width: 33.3%;
padding: 16px 15px;
}
#none_ranking .ranking_ptn02 .fukidashi04::before {
left: 37px;
transform: scale(-1,1);
}

#none_ranking .ranking_ptn02 .fukidashi05 {
top: 431px;
left: 18px;
width: 53.6%;
padding: 18px;
}
#none_ranking .ranking_ptn02 .fukidashi05::before {
right: 60px;
width: 20.5px;
background-image: url(../image/fukidashi_none_ranking_parts02_2.png);
}
#none_ranking .ranking_ptn02 .fukidashi05::after {
content: "";
right: 4px;
}

#none_ranking .ranking_ptn02 .fukidashi06 {
top: 596px;
right: 18px;
width: 79.1%;
padding: 13px 10px;
text-align: center;
}
#none_ranking .ranking_ptn02 .fukidashi06::before {
right: 80px;
transform: scale(-1,1);
}
#none_ranking .ranking_ptn02 .fukidashi06::after {
content: "";
right: 4px;
}
#none_ranking .ranking_ptn02 .fukidashi06 p {
display: inline-block;
letter-spacing: -.1em;
text-align: left;
}

#none_ranking .ranking_ptn03 .cnt_g {
padding-top: 14px;
}

#none_ranking .ranking_ptn03 .curve_ttl {
max-width: 216px;
height: 99px;
margin-bottom: -50px;
transform: translateX(15px);
}

#none_ranking .ranking_ptn03 .curve_ttl .curve {
top: 113px;
width: 226px;
height: 226px;
}

#none_ranking .ranking_ptn03 .curve_ttl h3 {
max-width: 216px;
}

#none_ranking .ranking_ptn03 .cnt_img {
max-width: 217px;
width: 100%;
margin: 0 auto 520px;
padding-left: 12px;
}

#none_ranking .ranking_ptn03 .fukidashi01 {
top: 209px;
left: 14px;
width: 43.5%;
padding: 16px 12px;
}
#none_ranking .ranking_ptn03 .fukidashi01::before {
right: 64px;
}

#none_ranking .ranking_ptn03 .fukidashi02 {
top: 227px;
right: 16px;
width: 44.6%;
padding: 14px 20px;
}
#none_ranking .ranking_ptn03 .fukidashi02::before {
right: 40px;
transform: scale(-1,1);
}
#none_ranking .ranking_ptn03 .fukidashi02::after {
content: "";
left: 4px;
}

#none_ranking .ranking_ptn03 .fukidashi03 {
top: 346px;
left: 9px;
width: 91.3%;
padding: 17px 19px;
}
#none_ranking .ranking_ptn03 .fukidashi03::before {
left: 60px;
}
#none_ranking .ranking_ptn03 .fukidashi03::after {
content: "";
left: 4px;
}
#none_ranking .ranking_ptn03 .fukidashi03 p {
letter-spacing: -.1em;
}

#none_ranking .ranking_ptn03 .fukidashi04 {
top: 443px;
left: 17px;
width: 47.2%;
padding: 16px 17px;
}
#none_ranking .ranking_ptn03 .fukidashi04::before {
right: 72px;
width: 20.5px;
background-image: url(../image/fukidashi_none_ranking_parts01_2.png);
}
#none_ranking .ranking_ptn03 .fukidashi04::after {
content: "";
right: 4px;
}

#none_ranking .ranking_ptn03 .fukidashi05 {
top: 460px;
right: 20px;
width: 39.4%;
padding: 17px;
}
#none_ranking .ranking_ptn03 .fukidashi05::before {
right: 70px;
transform: scale(-1,1);
width: 20.5px;
background-image: url(../image/fukidashi_none_ranking_parts01_2.png);
}

#none_ranking .ranking_ptn03 .fukidashi06 {
top: 608px;
left: 15px;
width: 92.5%;
padding: 13px 10px;
text-align: center;
}
#none_ranking .ranking_ptn03 .fukidashi06::before {
left: 97px;
width: 20.5px;
background-image: url(../image/fukidashi_none_ranking_parts01_2.png);
}
#none_ranking .ranking_ptn03 .fukidashi06::after {
content: "";
right: 4px;
}
#none_ranking .ranking_ptn03 .fukidashi06 p {
display: inline-block;
letter-spacing: -.1em;
text-align: left;
}

#none_ranking .ranking_ptn04 .cnt_g {
padding-top: 11px;
}

#none_ranking .ranking_ptn04 .curve_ttl {
max-width: 180px;
height: 65px;
margin-bottom: 5px;
transform: translateX(8px);
}

#none_ranking .ranking_ptn04 .curve_ttl .curve {
top: 107px;
width: 214px;
height: 214px;
}

#none_ranking .ranking_ptn04 .curve_ttl h3 {
max-width: 180px;
}

#none_ranking .ranking_ptn04 .cnt_img {
max-width: 270px;
width: 100%;
margin: 0 auto 495px;
padding-left: 21px;
}

#none_ranking .ranking_ptn04 .fukidashi01 {
top: 208px;
left: 12px;
width: 48.7%;
padding: 15px 12px 15px 16px;
}
#none_ranking .ranking_ptn04 .fukidashi01::before {
right: 38px;
}
#none_ranking .ranking_ptn04 .fukidashi01::after {
content: "";
left: 4px;
}
#none_ranking .ranking_ptn04 .fukidashi01 p {
letter-spacing: -.1em;
}

#none_ranking .ranking_ptn04 .fukidashi02 {
top: 230px;
right: 9px;
width: 41.7%;
padding: 15px 11px;
}
#none_ranking .ranking_ptn04 .fukidashi02::before {
left: 64px;
transform: scale(-1,1);
}
#none_ranking .ranking_ptn04 .fukidashi02 p span {
letter-spacing: -.3em;
}

#none_ranking .ranking_ptn04 .fukidashi03 {
top: 333px;
left: 12px;
width: 44.9%;
padding: 17px 14px;
}
#none_ranking .ranking_ptn04 .fukidashi03::before {
right: 65px;
}
#none_ranking .ranking_ptn04 .fukidashi03::after {
content: "";
left: 4px;
}

#none_ranking .ranking_ptn04 .fukidashi04 {
top: 400px;
right: 15px;
width: 43.2%;
padding: 15px 17px;
}
#none_ranking .ranking_ptn04 .fukidashi04::before {
left: 34px;
transform: scale(-1,1);
}
#none_ranking .ranking_ptn04 .fukidashi04 p span {
letter-spacing: -.3em;
}

#none_ranking .ranking_ptn04 .fukidashi05 {
top: 480px;
left: 16px;
width: 41.7%;
padding: 14px;
}
#none_ranking .ranking_ptn04 .fukidashi05::before {
right: 47px;
}

#none_ranking .ranking_ptn04 .fukidashi06 {
top: 541px;
right: 13px;
width: 45.3%;
padding: 19px 14px;
}
#none_ranking .ranking_ptn04 .fukidashi06::before {
right: 62px;
transform: scale(-1,1);
}
#none_ranking .ranking_ptn04 .fukidashi06::after {
content: "";
right: 4px;
}

#none_ranking .ranking_ptn04 .btn_ptn01 {
max-width: 333px;
}

#none_ranking .ranking_ptn04 .btn_ptn01 a {
letter-spacing: 0;
}

#none_ranking .ranking_ptn04 .btn_ptn01 a .big_text {
letter-spacing: -.08em;
}

#none_ranking .ranking_ptn05 .cnt_g {
padding-top: 15px;
}

#none_ranking .ranking_ptn05 .curve_ttl {
max-width: 166px;
height: 57px;
margin-bottom: 10px;
transform: translateX(12px);
}

#none_ranking .ranking_ptn05 .curve_ttl .curve {
top: 105px;
width: 210px;
height: 210px;
}

#none_ranking .ranking_ptn05 .curve_ttl h3 {
max-width: 166px;
}

#none_ranking .ranking_ptn05 .cnt_img {
max-width: 256px;
width: 100%;
margin: 0 auto 485px;
padding-left: 25px;
}

#none_ranking .ranking_ptn05 .fukidashi01 {
top: 210px;
left: 12px;
width: 52.2%;
padding: 16px 12px 16px 18px;
}
#none_ranking .ranking_ptn05 .fukidashi01::before {
right: 65px;
}
#none_ranking .ranking_ptn05 .fukidashi01::after {
content: "";
left: 4px;
}
#none_ranking .ranking_ptn05 .fukidashi01 p {
letter-spacing: -.03em;
}

#none_ranking .ranking_ptn05 .fukidashi02 {
top: 224px;
right: 13px;
width: 36.8%;
padding: 16px 13px;
}
#none_ranking .ranking_ptn05 .fukidashi02::before {
right: 47px;
transform: scale(-1,1);
width: 20.5px;
background-image: url(../image/fukidashi_none_ranking_parts01_2.png);
}
#none_ranking .ranking_ptn05 .fukidashi02 p span {
letter-spacing: -.3em;
}

#none_ranking .ranking_ptn05 .fukidashi03 {
top: 313px;
left: 15px;
width: 40.6%;
padding: 17px 20px;
}
#none_ranking .ranking_ptn05 .fukidashi03::before {
left: 60px;
}

#none_ranking .ranking_ptn05 .fukidashi04 {
top: 391px;
right: 17px;
width: 46.1%;
padding: 20px 15px;
}
#none_ranking .ranking_ptn05 .fukidashi04::before {
left: 54px;
transform: scale(-1,1);
}
#none_ranking .ranking_ptn05 .fukidashi04::after {
content: "";
right: 4px;
}

#none_ranking .ranking_ptn05 .fukidashi05 {
top: 451px;
left: 16px;
width: 38.5%;
padding: 16px 13px;
}
#none_ranking .ranking_ptn05 .fukidashi05::before {
left: 40px;
}
#none_ranking .ranking_ptn05 .fukidashi05::after {
content: "";
left: 4px;
}
#none_ranking .ranking_ptn05 .fukidashi05 p {
letter-spacing: -.07em;
}

#none_ranking .ranking_ptn05 .fukidashi06 {
top: 580px;
right: 10px;
width: 85.5%;
padding: 12px 10px;
text-align: center;
}
#none_ranking .ranking_ptn05 .fukidashi06::before {
right: 103px;
transform: scale(-1,1);
}
#none_ranking .ranking_ptn05 .fukidashi06::after {
content: "";
right: 4px;
}
#none_ranking .ranking_ptn05 .fukidashi06 p {
display: inline-block;
letter-spacing: -.1em;
text-align: left;
}

/* #none_ranking .ranking_ptn05 .btn_ptn01 {
max-width: 313px;
}

#none_ranking .ranking_ptn05 .btn_ptn01 a {
letter-spacing: 0;
}

#none_ranking .ranking_ptn05 .btn_ptn01 a .big_text {
letter-spacing: -.03em;
} */



/* ------------------------------------------------------------
*
    #n-one keywords
*
------------------------------------------------------------ */

#none_keywords {
margin-top: 96px;
padding-top: 85px;
}

#none_keywords .l-container__inner {
padding: 0;
}

#none_keywords .h2_box .subtitle{
height: 35px;
}

#none_keywords .h2_box .subtitle .ttl{
top: 110px;
width: 220px;
height: 220px;
}

#none_keywords .h2_box h2 {
max-width: 315px;
}

#none_keywords .catchcopy {
margin-bottom: 25px;
}

#none_keywords .fukidashi {
position: relative;
width: 100%;
background-color: #89A6C0;
color: #fff;
padding: 16px 0 17px;
font-size: 16px;
line-height: 22px;
letter-spacing: -.05em;
text-align: center;
margin-bottom: 24px;
}

#none_keywords .fukidashi::after {
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 100%;
border: 15px solid rgba(255,255,255,0);
border-top: 16px solid #89A6C0;
border-bottom: 0;
}

#none_keywords .keyword_g {
width: 100%;
margin: 0 0 12px;
padding: 0 21px;
list-style: none;
display: flex;
align-items: start;
flex-wrap: wrap;
}

#none_keywords .keyword_g .keyword {
display: inline-block;
padding: 7px 8px;
font-size: 12px;
letter-spacing: .05em;
line-height: 1;
border-radius: 12px;
border: .5px solid #000000;
margin: 0 4px 8px;
cursor: pointer;
}

#none_keywords .keyword_g .keyword.active {
background-color: #5A79AD;
color: #fff;
}

#none_keywords .keyword_g .keyword[data-keyword="keyword08"] {
letter-spacing: -.05em;
}
#none_keywords .keyword_g .keyword[data-keyword="keyword09"] {
letter-spacing: 0;
}
#none_keywords .keyword_g .keyword[data-keyword="keyword11"] {
letter-spacing: 0;
}

#none_keywords .keyword_block {
display: none;
}

#none_keywords .keyword_block.active {
display: block;
}

#none_keywords .cnt_g .slick-track {
display: flex;
align-items: stretch;
}

#none_keywords .cnt_g .cnt_box {
width: 325px;
height: auto;
margin: 0 2.5px;
padding: 5px 14px 30px;
border-radius: 13px;
background-color: #E0E7E7;
}

#none_keywords .cnt_g .cnt_box .tag {
margin-right: -6px;
color: #6478AA;
font-size: 12px;
text-align: right;
}

#none_keywords .cnt_g .cnt_box .h3_title {
max-width: 296px;
width: 100%;
margin: 0 auto;
font-size: 18px;
line-height: 24px;
margin-bottom: 2px;
padding-left: 38px;
}

#none_keywords .cnt_g .cnt_box .cnt_img {
max-width: 220px;
width: 100%;
margin: 0 auto 9px;
}

#none_keywords .cnt_g .cnt_box p {
font-size: 12px;
letter-spacing: -.05em;
line-height: 20px;
margin-bottom: 4px;
}

#none_keywords .cnt_g .cnt_box .car_type {
font-size: 11px;
line-height: 1;
text-align: right;
}

#none_keywords .cnt_g .slick-dots {
display: flex !important;
justify-content: center;
margin: 10px 0 0;
padding-left: 0;
list-style: none;
}

#none_keywords .cnt_g .slick-dots li {
width: 9px;
height: 9px;
}

#none_keywords .cnt_g .slick-dots li + li {
margin-left: 5px;
}

#none_keywords .cnt_g .slick-dots li button {
display: block;
width: 100%;
height: 100%;
padding: 0;
border: 0;
border-radius: 50%;
background-color: #DCDCDC;
text-indent: -10000px;
overflow: hidden;
}

#none_keywords .cnt_g .slick-dots li.slick-active button {
background-color: #B4B4B4;
}


/* ------------------------------------------------------------
*
    #n-one renewal
*
------------------------------------------------------------ */

#none_renewal {
margin-top: 149px;
padding-top: 85px;
}

#none_renewal .l-container__inner {
padding: 0;
}

#none_renewal .h2_box {
margin-bottom: 20px;
}

#none_renewal .h2_box h2 {
max-width: 313px;
}

#none_renewal .bg {
background-color: #F0F0EB;
padding: 31px 0 68px;
}

#none_renewal .bg .l-container__inner {
padding: 0 25px;
}

#none_renewal .icon {
max-width: 229px;
width: 100%;
margin: 0 auto 22px;
}

#none_renewal .catchcopy {
font-size: 16px;
letter-spacing: -.02em;
line-height: 26.6px;
margin-bottom: 29px;
}

#none_renewal .catchcopy .en_font {
letter-spacing: .03em;
}

#none_renewal .cnt_box + .cnt_box {
margin-top: 43px;
}

#none_renewal .cnt_box .h3_box {
display: flex;
align-items: flex-end;
width: calc(100% + 50px);
max-width: 375px;
margin: 0 0 6px 50%;
padding-left: 12.5px;
transform: translateX(-50%);
}

#none_renewal .cnt_box .h3_box .number {
width: 64px;
margin-right: 9px;
padding-bottom: 3px;
}

#none_renewal .cnt_box .h3_box h3 {
width: calc(100% - 73px);
font-size: 18px;
line-height: 27px;
letter-spacing: 0;
}

#none_renewal .cnt_box .cnt_img {
max-width: 325px;
width: 100%;
margin: 0 auto 8px;
}

#none_renewal .cnt_box p {
max-width: 325px;
width: 100%;
margin: 0 auto;
font-size: 12px;
line-height: 20px;
letter-spacing: -.04em;
}

#none_renewal .cnt_box .car_type {
max-width: 325px;
width: 100%;
margin: 0 auto;
text-align: right;
font-size: 11px;
}

#none_renewal .last_text {
margin: 85px 0 14px;
font-size: 16px;
letter-spacing: .04em;
line-height: 27px;
text-align: center;
}

#none_renewal .btn_ptn02 {
max-width: 320px;
width: 100%;
margin: 0 auto;
}

#none_renewal .btn_ptn02 a {
display: block;
width: 100%;
position: relative;
background-color: #506298;
border: 1.5px solid #000;
border-radius: 50px;
color: #fff;
font-size: 20px;
line-height: 1;
letter-spacing: .05em;
padding: 25px 25px 25px 0;
text-align: right;
text-decoration: none;
box-shadow: 5px 5px 7px rgba(0,0,0,.3);
}

#none_renewal .btn_ptn02 a::before {
content: "";
display: block;
background-color: #fff;
border-radius: 50%;
width: 78px;
height: 78px;
border: 1.5px solid #000;
position: absolute;
top: -4px;
left: -6px;
}


#none_renewal .btn_ptn02 a::after {
content: "";
display: block;
width: 29px;
height: 33px;
background: url(../image/arrow_right_blue.png) no-repeat center center/100% auto;
position: absolute;
top: 19px;
left: 22px;
}


/* ------------------------------------------------------------
*
    #n-one stagram
*
------------------------------------------------------------ */

#none_stagram{
margin-top: 24px;
padding: 85px 0 53px;
position: relative;
}

#none_stagram .l-container__inner{
padding: 0;
}

#none_stagram::after{
content: "";
display: block;
width: 100%;
height: 10px;
background: url(../image/bg_none_stagram.png) repeat center center /auto 10px;
margin-top: 24px;
}

#none_stagram::before{
content: "";
display: block;
width: 100%;
height: 10px;
background: url(../image/bg_none_stagram.png) repeat center center /auto 10px;
margin-bottom: 32px;
}

#none_stagram .h2_box{
margin-bottom: 20px;
}

#none_stagram h2{
max-width: 288px;
}

#none_stagram .catchcopy{
margin-bottom: 20px;
}

#none_stagram .cnt_g .slick-track {
display: flex;
align-items: stretch;
}

#none_stagram .cnt_g .cnt_box {
width: 330px;
border-radius: 13px;
background-color: #C8CDE6;
padding: 17px 10px 10px;
margin: 0 2.5px;
}

#none_stagram .cnt_g .cnt_box .user_text {
display: flex;
align-items: center;
margin-bottom: 17px;
padding: 0 15px;
}

#none_stagram .cnt_g .cnt_box .user_text img {
width: 22px;
margin-right: 12px;
}

#none_stagram .cnt_g .cnt_box .user_text .user {
display: block;
font-size: 14px;
letter-spacing: .075em;
line-height: 1;
}

#none_stagram .cnt_g .slick-dots {
display: flex !important;
justify-content: center;
margin: 15px 0 0;
padding-left: 0;
list-style: none;
}

#none_stagram .cnt_g .slick-dots li {
width: 9px;
height: 9px;
margin: 0;
padding: 0;
}

#none_stagram .cnt_g .slick-dots li + li {
margin-left: 5px;
}

#none_stagram .cnt_g .slick-dots li button {
display: block;
width: 100%;
height: 100%;
padding: 0;
border: 0;
border-radius: 50%;
background-color: #DCDCDC;
text-indent: -10000px;
overflow: hidden;
}

#none_stagram .cnt_g .slick-dots li.slick-active button {
background-color: #B4B4B4;
}

#none_stagram .next_btn {
display: none;
}


/* ------------------------------------------------------------
*
    #n-one stagram
*
------------------------------------------------------------ */
#none_bnr {
padding-bottom: 51px;
}

#none_bnr .l-container__inner {
padding: 0 25px;
box-sizing: border-box;
}

#none_bnr .cnt_g .bnr {
max-width: 310px;
width: 100%;
margin: 0 auto;
}

#none_bnr .cnt_g .bnr a {
display: block;
border-radius: 5px;
overflow: hidden;
}

#none_bnr .cnt_g .bnr_community a {
background-color: #f1f1f1;
}

#none_bnr .cnt_g .bnr + .bnr {
margin-top: 29px;
}

#none_bnr .cnt_g .bnr img {
display: block;
width: 100%;
height: auto;
}


/* ------------------------------------------------------------
*
    #n-one survey_wrap
*
------------------------------------------------------------ */
#talkroom .survey_wrap .l-container__inner {
padding: 40px 20px;
}

#talkroom .c-list.c-list--type > li.red {
color: #cf0000;
}


/* ------------------------------------------------------------
*
    #n-one notece_wrap
*
------------------------------------------------------------ */
#talkroom .notece_wrap .l-container__inner {
padding: 30px 30px 50px;
}


}