@charset "UTF-8";
.tabs ul li.category_mark * { background: #fff; border-bottom: solid 5px #fff; }

.tabs [class^="tab_"] a { background: #fff; border-bottom: solid 5px #fff; font-size: .8rem; width: 100%; }

.tabs [class^="tab_"] a:hover, .tabs [class^="tab_"] a { border-bottom: solid 5px #fff; color: #fff; }

.category_mark.all { background: #313131; }

.tabs ul li.category_mark .all, .tabs ul li.category_mark.all { border-bottom-color: #313131; }

.tabs .tab_all a { border-bottom-color: #313131; color: #313131; }

.tabs .tab_all a:hover, .tabs.all .tab_all a { background: #313131; border-bottom-color: #fff; color: #fff; }

.category_mark.shop { background: #d265ff; }

.tabs ul li.category_mark .shop, .tabs ul li.category_mark.shop { border-bottom-color: #d265ff; }

.tabs .tab_shop a { border-bottom-color: #d265ff; color: #d265ff; }

.tabs .tab_shop a:hover, .tabs.shop .tab_shop a { background: #d265ff; border-bottom-color: #fff; color: #fff; }

.category_mark.update { background: #48c11f; }

.tabs ul li.category_mark .update, .tabs ul li.category_mark.update { border-bottom-color: #48c11f; }

.tabs .tab_update a { border-bottom-color: #48c11f; color: #48c11f; }

.tabs .tab_update a:hover, .tabs.update .tab_update a { background: #48c11f; border-bottom-color: #fff; color: #fff; }

.category_mark.maintenance { background: #dc5300; }

.tabs ul li.category_mark .maintenance, .tabs ul li.category_mark.maintenance { border-bottom-color: #dc5300; }

.tabs .tab_maintenance a { border-bottom-color: #dc5300; color: #dc5300; }

.tabs .tab_maintenance a:hover, .tabs.maintenance .tab_maintenance a { background: #dc5300; border-bottom-color: #fff; color: #fff; }

.category_mark.event { background: #ecb700; }

.tabs ul li.category_mark .event, .tabs ul li.category_mark.event { border-bottom-color: #ecb700; }

.tabs .tab_event a { border-bottom-color: #ecb700; color: #ecb700; }

.tabs .tab_event a:hover, .tabs.event .tab_event a { background: #ecb700; border-bottom-color: #fff; color: #fff; }

.category_mark.important { background: #b50044; }

.tabs ul li.category_mark .important, .tabs ul li.category_mark.important { border-bottom-color: #b50044; }

.tabs .tab_important a { border-bottom-color: #b50044; color: #b50044; }

.tabs .tab_important a:hover, .tabs.important .tab_important a { background: #b50044; border-bottom-color: #fff; color: #fff; }

.category_mark.defect { background: #5f289d; }

.tabs ul li.category_mark .defect, .tabs ul li.category_mark.defect { border-bottom-color: #5f289d; }

.tabs .tab_defect a { border-bottom-color: #5f289d; color: #5f289d; }

.tabs .tab_defect a:hover, .tabs.defect .tab_defect a { background: #5f289d; border-bottom-color: #fff; color: #fff; }

.category_mark.other { background: #59493f; }

.tabs ul li.category_mark .other, .tabs ul li.category_mark.other { border-bottom-color: #59493f; }

.tabs .tab_other a { border-bottom-color: #59493f; color: #59493f; }

.tabs .tab_other a:hover, .tabs.other .tab_other a { background: #59493f; border-bottom-color: #fff; color: #fff; }

.tabs { margin-top: 1rem; }
.tabs ul { display: flex; justify-content: space-between; flex: 4; margin: auto; }
.tabs ul * { box-sizing: border-box; }
.tabs ul li { width: 24.6%; margin-top: .2rem; box-sizing: border-box; border: 1px solid #dddddd; }
.tabs ul li a { padding: .3rem .2rem .3rem; width: 100%; display: block; color: #fff; text-decoration: none; text-align: center; height: 100%; }
.tabs ul li a:hover { opacity: 0.5; }

html { font-size: 82.5%; }

body { font-size: 0.9rem; }

body { width: 100%; min-width: 1024px; margin: auto; background: url("../img/common/bg.png"); }

.over * a:hover img { animation: flash 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

.wrapper { width: 100%; min-width: 1024px; margin: auto; width: 100%; background: url("../img/common/bgall.png") no-repeat center top; min-height: 750px; background-attachment: fixed; }

.contents { width: 100%; min-width: 1024px; margin: auto; }

#header { width: 100%; background: url("../img/top/menu_line.jpg") 50% 0 repeat; min-width: 1024px; height: 56px; background-size: contain;}

.menuf { margin: auto; width: 1024px; text-align: center; line-height: 100%; display: flex; height: 90px; }
.menuf:after { content: ""; display: table; clear: both; }
.menuf ul { display: inline; *zoom: 1; padding: 0px; margin: auto; }
.menuf ul:after { content: ""; display: table; clear: both; }
.menuf ul.menu li { list-style-type: none; margin-top: 6px; display: inline-block; margin-bottom: 6px; }
.menuf ul.menu li a { padding: 1.2rem 1rem; color: #fff; font-size: 1.4rem; display: block; text-decoration: none; background: #444; border-radius: 3px; }
.menuf ul.menu li a:hover { background: #fff; color: #000; border-radius: 3px; }
.menuf ul.menu li.cs { margin-left: 4px; padding: .6rem 1rem .6rem 1rem; color: #888; font-size: 1.4rem; display: block; text-decoration: none; background: #444; border-radius: 3px; }

a.over img:hover { animation: flash 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

a.over2 img:hover { animation: ovimg 0.8s ease-in; }

.btn { border-radius: 3px; background: #007bff; color: #fff; text-decoration: none; padding: .5rem 1rem; border: none; box-shadow: 0 3px 0 #3654d7; margin: auto; font-size: 1rem !important; display: inline-block !important; cursor: pointer; }
.btn.b_block { font-size: .9rem !important; display: inline-block; margin-bottom: .5rem; margin-top: .5rem; }

.btn_submit_area { text-align: center; margin: auto; padding: .5rem 0 1rem 0; }
.btn_submit_area .btn_back { cursor: pointer; text-align: center; text-decoration: none; margin: auto; height: auto; display: block; width: 300px; padding: .5rem; font-size: 1.4rem; color: #fff; font-weight: bold; border: 1px solid #666; box-shadow: 0px 5px #000; border-radius: 3px; background: -webkit-linear-gradient(top, #1c1c1c 0%, #6D6D6D 45%, #8a8a8a 47%, #3b3b3b 99%); background: -moz-linear-gradient(top, #1c1c1c 0%, #6D6D6D 45%, #8a8a8a 47%, #3b3b3b 99%); background: -o-linear-gradient(top, #1c1c1c 0%, #6D6D6D 45%, #8a8a8a 47%, #3b3b3b 99%); background: -ms-linear-gradient(top, #1c1c1c 0%, #6D6D6D 45%, #8a8a8a 47%, #3b3b3b 99%); background: linear-gradient(to bottom, #1c1c1c 0%, #6d6d6d 45%, #8a8a8a 47%, #3b3b3b 99%); text-shadow: #000 1px 1px 0, #000 -1px -1px 0, #000 -1px 1px 0, #000 1px -1px 0, #000 0px 1px 0, #000 -1px 0, #000 -1px 0 0, #000 1px 0 0; }
.btn_submit_area .btn_back:hover { box-shadow: none; margin-top: 5px; opacity: .7; margin-bottom: -5px; }
.btn_submit_area .btn { border-radius: 3px; background: #007bff; color: #fff; text-decoration: none; padding: .5rem 1rem; border: none; box-shadow: 0 3px 0 #3654d7; margin: auto; font-size: 1rem; }

.btn_submit { border: 1px solid #952929; background: #b50044; box-shadow: 0 3px 0 #952929; }

.btn_repair { border: 1px solid #295f95; background: #007bff; }

.inblock.bt2line { display: flex; justify-content: space-between; flex: 4; margin: auto; width: 300px; }
.inblock.bt2line li { display: inline-block; }

/*
@include mq-down(sm) {

.inblock.bt2line{ 		width: auto !important;
}


*/
/*}*/
.footer { width: 100%; min-width: 1024px; margin: 0 auto; padding-bottom: 3rem; background: #171717; font-size: 12px; font-size: 1rem; }
.footer .ft_sns { background: #111; padding: .8rem 0 1rem; }
.footer .ft_menu ul, .footer .ft_spec ul { width: 960px; margin: 0 auto; padding: 0; letter-spacing: -.4em; }
.footer .ft_menu ul li, .footer .ft_spec ul li { vertical-align: top; display: inline-block; *display: inline; zoom: 1; letter-spacing: normal; }
.footer .ft_spec { padding: 2rem 0 0; }
.footer .ft_spec ul li { width: 49%; border: 1px solid #313131; padding: 0; height: 100%; margin: auto; text-align: center; letter-spacing: -.4em; font-size: .8rem; }
.footer .ft_spec ul li .spec_title { color: #fff; background: #313131; }
.footer .ft_spec ul li .spec_title, .footer .ft_spec ul li .spec_detail { width: 50%; vertical-align: top; display: inline-block; *display: inline; zoom: 1; letter-spacing: normal; padding: .5rem; margin-bottom: 0; }
.footer .ft_spec ul li { margin-bottom: .5rem; }
.footer .ft_spec ul li:nth-child(odd) { margin-right: .5rem; }
.footer .ft_menu ul { width: 1024px; margin: auto; padding: 3rem 0 1rem; display: flex; justify-content: space-between; }
.footer .ft_menu ul li { font-size: 12px; font-size: .9rem; text-align: center; align-items: center; }
.footer .ft_copyright { text-align: center; }
.footer .ft_copyright img { max-width: 100px; }

#banner { background: #222; text-align: center; padding-top: .5rem; padding-bottom: .5rem; width: 100%; margin: auto; text-align: center; }
#banner ul { display: inline; margin: auto; text-align: center; }
#banner ul li { display: inline; margin-right: .2rem; }
#banner ul li:last-child { margin-right: 0rem; }

#snsarea { width: 100%; margin: auto; background: #313131; text-align: center; padding-top: .5rem; padding-bottom: .5rem; }
#snsarea .sns { width: 110px; list-style-type: none; margin: auto; *zoom: 1; }
#snsarea .sns:after { content: ""; display: table; clear: both; }
#snsarea .sns a { padding: 0; display: inline; text-decoration: none; }
#snsarea .sns li { float: left; padding: .1rem; }
#snsarea .sns li img { width: 32px; }
#snsarea .sns img:hover { animation: flash 0.8s cubic-bezier(0.19, 1, 0.22, 1); background: transparent; }

html { margin-right: auto !important; }

.contents, .container { max-width: 1024px; margin: auto; }

#head { width: 100%; min-width: 1024px; margin: auto; background: url("../img/common/head.jpg") no-repeat top center; }

#head a { width: 100%; height: 360px; display: block; }

#head.cbt { width: 100%; min-width: 1024px; margin: auto; background: url("../img/common/head_cbt.jpg") no-repeat top center; }

.cont.caution .txt { font-size: 1rem; }
.cont h2 { font-size: 1.4rem; padding: .5rem .2rem .5rem 1rem; margin: auto; font-weight: bolder; text-align: center; }

section h1 { width: 100%; min-width: 1024px; margin: auto; text-align: center; margin: auto; padding: 1rem 0 .5rem 0; }

.caution { background: url("../img/common/ctbg.png") white !important; width: auto !important; padding: 1rem; border: 1px solid #ff126b !important; }
.caution h2 { background: #b50044; border-radius: 3px; color: #fff; font-size: 1.4rem; padding: .5rem .2rem .5rem 1rem; margin: auto; font-weight: bolder; text-align: center; }
.caution ul.txlis li { color: #b50044; text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0; }

.boTop { border-top: 1px solid #666666; }

.title { width: 100%; text-align: right; z-index: 3; }

.common_list { width: 96%; margin: auto; }

.err_txt { font-size: 1rem; color: #b50044; background: rgba(181, 0, 68, 0.2); }

.explanation { font-weight: normal; color: #b50044; font-size: .9rem; }

div.explanation { font-size: .8rem !important; font-weight: normal !important; color: #FF0000 !important; }

.small_title { width: 100%; font-size: 1.4rem; margin: 2.5rem 0 1rem; padding: .7rem .3rem .7rem .8rem !important; display: block; }
.small_title strong { font-weight: 600; }

.contents.helpbook { padding-top: .5rem; }

.qlis { margin: auto; width: 900px; margin: 1rem auto 3em; }

p.tx { font-size: 1.2rem; width: 90%; padding-top: .4rem; text-align: left; margin: auto; }

ul.txlis { display: block; font-size: 1.1rem; list-style-type: circle; width: 90%; margin: auto; padding-top: 1rem; }
ul.txlis li { padding-bottom: .5rem; }
ul.txlis li:last-child { padding-bottom: 0; }

.sp img { opacity: 0; display: none; }

.pageTop { position: fixed; bottom: 0px; right: 0px; z-index: 50; }
@media screen and (min-width: 550px) { .pageTop { animation: btn_vertical 1s ease-in-out infinite alternate; } }

.signatureRight00 { border-top: 1px solid #666666; margin: 1rem auto auto; text-align: right; }
.signatureRight00 a { font-size: .9rem; text-align: right; }

.u-alignCenter { text-align: center; }

.wrapper { opacity: 0; background-image: none; }

.loading { left: 50%; top: 50%; position: fixed; }

.top { width: 100%; min-width: 1024px; margin: auto; background: url("../img/top/main2.jpg") no-repeat center top; z-index: 3; height: 650px; overflow: hidden; z-index: 1; background-size: 1920px;}
.top .front { width: 1024px; z-index: 10; margin: auto; text-align: center; position: relative; top: 350px; }
.top .front #mainc01 { position: absolute; top: -0px; left: -331px; }
.top .front #mainc02 { position: absolute; top: 66px; right: -450px; }
.top .campbanner { z-index: 250; margin: auto; padding-bottom: .5rem; }
.top .campbanner a { display: inline-block; }
.top .campbanner a img { z-index: 251; }
.top .logo { z-index: 100; margin: auto; }
.top .infotext img { -webkit-animation: flashB 2.5s infinite alternate; -moz-animation: flashB 2.5s infinite alternate; animation: flashB 2.5s infinite alternate; }

.bgline00 { width: 100%; min-width: 1024px; margin: auto; background: url("../img/top/bg.jpg") no-repeat center top; z-index: 1; background-attachment: fixed !important; background-position-x: 50%; background-position-y: 0%; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; background-size: 1920px; }

.bgline02 { width: 100%; min-width: 1024px; margin: auto; background: none;}

.prg { text-align: center; z-index: 240; }
.prg .flex { width: 800px; margin: auto; display: flex; justify-content: space-between; flex: 5; padding-bottom: .5rem; }
.prg .flex a img { width: 100%; }
.prg .mail { width: 800px; margin: auto; padding-bottom: 2rem; }

hr.sph { display: block; height: 2rem; margin: 0; padding: 0; border: solid 0px transparent; }

.pre { text-align: center; margin: auto; }
.pre ul { margin: auto; list-style-type: none; padding: 0; margin: 0; }
.pre ul li { padding: 0; padding-top: 1.2rem; }

.camp { text-align: center; margin: auto; width: 930px; position: relative; margin-top: 100px; *zoom: 1; }
.camp:after { content: ""; display: table; clear: both; }
.camp ul { margin: auto; list-style-type: none; padding: 0; margin: 0; text-align: center; }
.camp ul li { padding: 0; padding-right: 4px; padding-bottom: 10px; position: relative; margin: auto; width: 320px; height: 190px; box-shadow: 4px 4px 8px; }
.camp ul li:nth-child(even) { right: -36%; top: -10%; }
.camp ul li:nth-child(odd) { left: -36%; top: -5%; }
.camp ul li:first-child { left: -36%; top: 0; }
.camp ul li span.label { position: absolute; display: block; top: 0px; left: 0px; width: 320px; height: 190px; }
.camp ul li span.label.acv { background: url("../img/top/mark.png") 0 0 no-repeat; }

.fb_iframe_widget > span { vertical-align: baseline !important; }

div.fb-like.dbl { margin: .5rem; }

dl#dlButton { display: flex; padding: 0; line-height: 100%; margin: auto; /*margin-top: 1rem;*/ position: inherit; /* top: 200px; left: 0; right: 0;*/ justify-content: center;}
dl#dlButton dd {  }
dl#dlButton dd a img {
 display: block;
 border: 2px solid rgba(207, 207, 207, 0.5);
 border-radius: 10px;
 height: 71px;
}

dl#dlButton .pc a img {
 width: auto;
 border: 2px solid rgba(207, 207, 207, 0.5);
 border-radius: 10px;
 margin-right: 10px;
}

.ios{margin-right: 10px;}

.faq_category_title { font-weight: bold; padding: .5rem 0 .5rem; text-align: center; background: white; }
.faq_category_title::before { content: "<"; }
.faq_category_title::after { content: ">"; }

.Faqcontact .inblock { width: 90%; height: 100%; padding: 0; display: flex; justify-content: space-between; flex: 2; *zoom: 1; margin: auto; padding-bottom: 1rem; }
.Faqcontact .inblock:after { content: ""; display: table; clear: both; }
.Faqcontact .inblock li { width: 48%; margin: 0 1%; text-align: center; padding: 0 !important; }
.Faqcontact .inblock.no { display: block; }
.Faqcontact .inblock.no li { width: auto; margin-bottom: .2rem; }
.Faqcontact .inblock .btn { width: 100% !important; }

.contact_form_area { line-height: 120%; padding: .5rem; }
.contact_form_area #contact p { font-weight: 600; font-size: 1rem; padding-top: .5rem; }
.contact_form_area #contact p span { font-size: .9rem; font-weight: normal; padding-left: 1rem; }

.contents.infoarea { margin-top: 2em; background: rgba(255, 255, 255, 0.7) !important; padding-bottom: 1rem; }

.scene--information .common_list { width: 96%; }

.tabs ul { width: 96% !important; margin-bottom: 0; margin-left: 1rem; }

.news_area { width: 70%; float: left; }

.news_area.all { width: 100%; float: left; }

.news_area.all .tabs { margin-left: 1%; }

p.news_title { text-align: left !important; white-space: nowrap; width: 600px; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; /* Opera9,10対応 */ font-size: 1rem !important; }

ul li.news_border a p.time { text-align: left !important; }

.infoFrame { margin: auto; width: 960px; z-index: 1500; left: -25%; }
.infoFrame .twitFrame { width: 30%; float: right; z-index: 1600; text-align: right; padding-top: 17px; }
.infoFrame .twitFrame iframe { z-index: 1720; }

.moreread { text-align: right; padding-right: 1.3rem; padding-top: .5rem; }
.moreread .btn { width: auto; margin-top: .4rem; padding: .3rem; }

/*.tabs { margin-bottom: 1rem; }
.tabs ul { width: 80%; display: flex; justify-content: space-between; flex: 4; }
.tabs ul li { width: 24%; margin-top: .2rem; }
.tabs ul li a { padding: .3rem .2rem .3rem; width: 100%; display: block; color: #fff; text-decoration: none; text-align: center; }
.tabs ul li a:hover { opacity: 0.5; }*/



#header {
 width: 100%;
 background: url("../img/top/menu_line.jpg") 50% 0 repeat;
 height: 90px;
}

#banner ul li{
 margin-right: 2rem;
 display: inline-block;
}


.footer .ft_menu ul {
 width: 1024px;
 margin: auto;
 padding: 4rem 0 3rem;
 display: flex;
 justify-content: center;
}

.footer .ft_menu ul li:after {
 width: 1px;
 height: 10px;
 margin: 0 15px;
 content: "";
 background-color: #454545;
 display: inline-block;
}

.footer .ft_menu ul li:last-child:after {
 content: none;
}

.footer .ft_menu ul li a{
 font-size: 12px;
 color: #fff;
}

.footer .ft_spec {
 padding: 3rem 0 0;
}

.footer .ft_spec ul li{
 width: 100%;
 border: none;
 border-bottom: 1px solid #888;
}

.footer .ft_spec ul li:first-child{
 border-top: 1px solid #888;
}

.footer .ft_spec ul li {
    margin-bottom: 0;
}

.footer .ft_spec ul {
 width: 350px;
}

.footer .ft_spec ul li .spec_title {
 width:90px;
 font-size: 12px;
 background-color: #313131;
 text-align: right;
}

.footer .ft_spec ul li .spec_detail {
 width:260px;
 font-size: 12px;
 color: #fff;
 text-align: left;
 background-color: #454545;
}

.footer .ft_spec ul li .spec_title ,
.footer .ft_spec ul li .spec_detail {
 padding:0.7rem 1.2rem;
 box-sizing: border-box;
}

.copyright{
 color: #fff;
 font-size: 11px;
 margin-top: 1.5rem;
}

.android img{
 width: 100%;
}

.ios img{
 width: 100%;
}

.btn_submit_area .btn_back { cursor: pointer; text-align: center; margin: auto; display: block; }
.btn_submit_area .btn_back:hover { opacity: .7;}

.pageTop {
 position: fixed;
 bottom: 41%;
 right: 15%;
 font-size: 1.5rem;
}

@media screen and (max-width: 1700px) {
.pageTop {
 right: 5%;
 }
}

@media screen and (max-width: 1300px) {
.pageTop {
 right: 1%;
 }
}

#top_p .header__logo{
 display: none;
}