@charset "UTF-8";

html {
  font-size: 62.5%
}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,img,input,legend,li,ol,p,pre,td,textarea,th,ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%
}
body {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif
}
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.box {
  margin: 0 auto 0
}
img {
  max-width: 100%
}


.fl_r {
  float: right
}
.fl_l {
  float: left
}
.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.ta_r {
  text-align: right
}
.ta_c {
  text-align: center
}

.mg_b3 {
  margin-bottom: 3px
}
.mg_b6 {
  margin-bottom: 6px
}
.mg_b9 {
  margin-bottom: 9px
}
.mg_b12 {
  margin-bottom: 12px
}
.mg_b15 {
  margin-bottom: 15px
}
.mg_b21 {
  margin-bottom: 21px
}
.mg_b24 {
  margin-bottom: 24px
}

.pd_3 {
  padding: 3px
}
.pd_6 {
  padding: 6px
}
.pd_9 {
  padding: 9px
}
.pd_t3 {
  padding-top: 3px
}
.pd_t6 {
  padding-top: 6px
}
.pd_t9 {
  padding-top: 9px
}
.pd_b3 {
  padding-bottom: 3px
}
.pd_b6 {
  padding-bottom: 6px
}
.pd_b9 {
  padding-bottom: 9px
}
.pd_b24 {
  padding-bottom: 24px
}
.pd_l3 {
  padding-left: 3px
}
.pd_l6 {
  padding-left: 6px
}
.pd_l9 {
  padding-left: 9px
}
.pd_r6 {
  padding-right: 6px
}
.pd_r9 {
  padding-right: 9px
}

.w30per {
  width: 30%
}
.w45per {
  width: 45%
}
.w50per {
  width: 50%
}
.w95per {
  width: 95%
}
.w98per {
  width: 98%
}
.w100per {
  width: 100%
}


input,textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .2em
}


.cl_black,.cl_black01 {
  color: #000
}
.cl_white,.cl_white a,.cl_white01,.cl_white01 a {
  color: #fff
}
.cl_blue01,.cl_blue01 a {
  color: #1787dd
}
.cl_pink01 {
  color: #f09
}
.cl_pink03,.cl_pink_03 {
  color: #f2427b
}

.fs_xs,.fs_xs * {
  font-size: 9px;
  font-size: .9rem
}
.fs_s,.fs_s * {
  font-size: 12px;
  font-size: 1.2rem
}
.fs_10,.fs_10 * {
  font-size: 10px;
  font-size: 1rem
}
.fs_m,.fs_m * {
  font-size: 14px;
  font-size: 1.4rem
}

.fw_bold {
  font-weight: 700
}

.bg_white {
  background-color: #fff
}
.bg_gray {
  background-color: #636363
}
.bg_gray03,.bg_gray_03 {
  background: #333
}

.gr_gray02 {
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e3e2e2));
  background: -webkit-linear-gradient(#fff,#e3e2e2);
  background: linear-gradient(#fff,#e3e2e2)
}
.gr_gray03,.gr_gray_03 {
  background: -webkit-gradient(linear,left top,left bottom,from(#878687),color-stop(51%,#767676),to(#676767));
  background: -webkit-linear-gradient(#878687 0,#767676 51%,#676767 100%);
  background: linear-gradient(#878687 0,#767676 51%,#676767 100%)
}
.gr_pink02,.gr_pink_02 {
  background: -webkit-gradient(linear,left top,left bottom,from(#f55e8f),color-stop(51%,#f03f78),to(#ed2e69));
  background: -webkit-linear-gradient(#f55e8f 0,#f03f78 51%,#ed2e69 100%);
  background: linear-gradient(#f55e8f 0,#f03f78 51%,#ed2e69 100%)
}
.gr_orange02 {
  background: -webkit-gradient(linear,left top,left bottom,from(#fd8e00),to(#f93));
  background: -webkit-linear-gradient(#fd8e00,#f93);
  background: linear-gradient(#fd8e00,#f93)
}
.gr_green01 {
  background: -webkit-gradient(linear,left top,left bottom,from(#8ed05e),to(#6ebc34));
  background: -webkit-linear-gradient(#8ed05e,#6ebc34);
  background: linear-gradient(#8ed05e,#6ebc34)
}

.bd_gray01 {
  border: solid 1px #ccc
}

.rd_2 {
  -webkit-border-radius: 2px;
  border-radius: 2px
}
.rd_3 {
  -webkit-border-radius: 3px;
  border-radius: 3px
}
/****/
.acco_btn {
  background-image: url(/User/ViComm/man/Image/A001/sp/acco_open.png);
  background-position: 95% 50%;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  background-repeat: no-repeat
}

.acco_btn_open {
  background-image: url(/User/ViComm/man/Image/A001/sp/acco_close.png)
}
/****/
.block {
  display: block
}

.td_none,.td_none a {
  text-decoration: none
}

.lis_none {
  list-style: none
}

.ov_h {
  overflow: hidden
}

.bd_box,.bd_box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.js_gnav {
  display: inline-block
}


.js_gnav_cont {
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  width: 100%;
  background: #000;
  color: #fff
}

/****/
.header_box.not_login {
  position: fixed
}
/****/

.header_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  margin-top: -2px;
  width: 100%;
  height: 51px;
  background-color: #333;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
  text-align: center
}

.btn_Notification,.btn_mail,.btn_menu,.btn_point {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px;
  width: 50px;
  height: 51px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem
}


.d_tb {
  display: table
}
.d_tbc {
  display: table-cell
}
.bdcl_s {
  border-collapse: separate
}


#js_gnav_mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 200%;
  background: #000;
  opacity: .3
}

#gnav_menu_icon {
  display: block;
  margin: 4px auto 0;
  width: 20px;
  height: 22px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
#gnav_menu_icon span {
  display: block;
  margin-bottom: 2px;
  width: 20px;
  height: 4px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #fff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  will-change: transform,opacity
}
#gnav_menu_icon span#bar1 {
  margin-top: 2px
}

#js_gnav_btn {
  cursor: pointer
}
#js_gnav_btn.active {
  background: #000;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
#js_gnav_btn.active #gnav_menu_icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#js_gnav_btn.active #gnav_menu_icon #bar1 {
  -webkit-transform: rotate(0) translateY(6px);
  transform: rotate(0) translateY(6px)
}
#js_gnav_btn.active #gnav_menu_icon #bar2 {
  opacity: 0
}
#js_gnav_btn.active #gnav_menu_icon #bar3 {
  -webkit-transform: rotate(-90deg) translateX(5px);
  transform: rotate(-90deg) translateX(5px)
}

.gnav_user {
  background-image: url(/User/ViComm/man/Image/A001/sp/img/img_sprite_05.png);
  -webkit-background-size: 109px 753px;
  background-size: 109px 753px;
  background-repeat: no-repeat
}
.gnav_user_01 {
  display: block;
  width: 72.67px;
  height: 38px;
  background-position: 0 -464px;
  -webkit-background-size: 72.67px 502px;
  background-size: 72.67px 502px
}
/****/
.gnav_user_13 {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 17.33px;
  height: 17.33px;
  background-position: 0 -118.67px;
  -webkit-background-size: 72.67px 502px;
  background-size: 72.67px 502px
}
.gnav_user_16 {
  display: inline-block;
  margin: 3px auto 6px;
  width: 15.33px;
  height: 11.33px;
  background-position: 0 -9.33px;
  -webkit-background-size: 72.67px 502px;
  background-size: 72.67px 502px
}
.gnav_user_17 {
  display: inline-block;
  margin: 3px auto 6px;
  width: 12.67px;
  height: 12.67px;
  background-position: 0 -33.33px;
  -webkit-background-size: 72.67px 502px;
  background-size: 72.67px 502px
}
.gnav_user_18 {
  display: inline-block;
  margin: 3px auto 6px;
  width: 14px;
  height: 14px;
  background-position: 0 -59.33px;
  -webkit-background-size: 72.67px 502px;
  background-size: 72.67px 502px
}

.gnav_user__menu02 {
  position: relative;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  -webkit-tap-highlight-color: transparent
}
.gnav_user__menu02 a {
  text-decoration: none
}
.gnav_user__menu02 .row {
  display: table;
  width: 100%;
  table-layout: fixed
}
.gnav_user__menu02 .item {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 5px 5px;
  height: 56px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #1a1a1a;
  vertical-align: middle;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent
}
.gnav_user__menu02 .item.item-large {
  height: 60px
}
.gnav_user__menu02 .item.item-harf {
  padding-right: 22px;
  padding-bottom: 0;
  height: 30px
}
/****/
.header__menuCont {
  top: 55px;
  left: 1%;
  width: 98%;
  border: 1px solid #555;
  border-top: none;
  border-bottom: none;
  background: #fff;
  color: #000;
  text-align: left
}

.header__closeBtn {
  margin: 2px 3px;
  padding: 3px 0 2px;
  width: 100px;
  border: 1px solid #b8b8b8;
  text-align: center
}
.header__closeBtn a {
  color: #fff
}

.img_protect {
  pointer-events: none;
}

.js_tabNav a {
  color: #333;
  background-color: #C3C3C3;
  border-bottom: 4px solid #6D6D6D;
  border-radius: 5px 5px 0px 0px;
}
.js_tabNav a.active {
  color: #fff;
  background-color: #444;
  border-bottom: 4px solid #FF3079;
}