@charset "UTF-8";
/*! #################################################################################
このファイルはSASSで編集されてます。
絶対に直接編集せず、オリジナルである「girls_v2.0.scss」をコンパイルし使用してください。
####################################################################################*/
html {
  font-size: 62.5%;
}

/* Reset CSS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, img {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;

  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  background-color: #FFF;
}

h1{
  text-align: center;
  background-color: #ffa4af;
  color: #FFF;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 12px;
  margin-bottom: 16px;
}

h1.banner {
  text-align: center;
  color: #FFF;
  background : none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0px 0 0;
  margin-bottom: 0;
}

h1.intro_line {
  text-align: left;
  background-color: none;
  color: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0px;
}

h2{
  color: #6a3906;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.tit_blue {
  border-left: 4px solid #30CBFF;
}

h2.tit_image {
  margin-bottom: 0;
}

h3{
  color: #6a3906;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  border-bottom: solid 2px #ffa4af;
  padding-top: 12px;
  padding-left: 12px;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

h3.tit_image {
  color: #6a3906;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

h4{
  background-color: #ffdade;
  color: #6a3906;
  font-size: 16px;
  padding: 12px;
  margin-bottom: 12px;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* OOCSS */
.box {
  margin: 0 auto 0;
}

img {
  max-width: 100%;
}

embed {
  width: 100%;
}

/* float */
.clr {
  clear: both;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

/* text align */
.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

/* マージン */
.mg_b1 {
  margin-bottom: 1px;
}

.mg_b2 {
  margin-bottom: 2px;
}

.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_b18 {
  margin-bottom: 18px;
}

.mg_b21 {
  margin-bottom: 21px;
}

.mg_b24 {
  margin-bottom: 24px;
}

.mg_b27 {
  margin-bottom: 27px;
}

/* パディング */
.pd_1 {
  padding: 1px;
}

.pd_2 {
  padding: 2px;
}

.pd_3 {
  padding: 3px;
}

.pd_6 {
  padding: 6px;
}

.pd_9 {
  padding: 9px;
}

.pd_12 {
  padding: 12px;
}

.pd_15 {
  padding: 15px;
}

.pd_18 {
  padding: 18px;
}

.pd_21 {
  padding: 21px;
}

.pd_24 {
  padding: 24px;
}

.pd_t1 {
  padding-top: 1px;
}

.pd_t2 {
  padding-top: 2px;
}

.pd_t3 {
  padding-top: 3px;
}

.pd_t6 {
  padding-top: 6px;
}

.pd_t9 {
  padding-top: 9px;
}

.pd_t12 {
  padding-top: 12px;
}

.pd_t15 {
  padding-top: 15px;
}

.pd_t18 {
  padding-top: 18px;
}

.pd_t21 {
  padding-top: 21px;
}

.pd_t24 {
  padding-top: 24px;
}

.pd_b1 {
  padding-bottom: 1px;
}

.pd_b2 {
  padding-bottom: 2px;
}

.pd_b3 {
  padding-bottom: 3px;
}

.pd_b6 {
  padding-bottom: 6px;
}

.pd_b9 {
  padding-bottom: 9px;
}

.pd_b12 {
  padding-bottom: 12px;
}

.pd_b15 {
  padding-bottom: 15px;
}

.pd_b18 {
  padding-bottom: 18px;
}

.pd_b21 {
  padding-bottom: 21px;
}

.pd_b24 {
  padding-bottom: 24px;
}

.pd_l1 {
  padding-left: 1px;
}

.pd_l2 {
  padding-left: 2px;
}

.pd_l3 {
  padding-left: 3px;
}

.pd_l6 {
  padding-left: 6px;
}

.pd_l9 {
  padding-left: 9px;
}

.pd_l12 {
  padding-left: 12px;
}

.pd_l15 {
  padding-left: 15px;
}

.pd_l18 {
  padding-left: 18px;
}

.pd_l21 {
  padding-left: 21px;
}

.pd_l24 {
  padding-left: 24px;
}

.pd_r1 {
  padding-right: 1px;
}

.pd_r2 {
  padding-right: 2px;
}

.pd_r3 {
  padding-right: 3px;
}

.pd_r6 {
  padding-right: 6px;
}

.pd_r9 {
  padding-right: 9px;
}

.pd_r12 {
  padding-right: 12px;
}

.pd_r15 {
  padding-right: 15px;
}

.pd_r18 {
  padding-right: 18px;
}

.pd_r21 {
  padding-right: 21px;
}

.pd_r24 {
  padding-right: 24px;
}

/*width*/
.w_auto {
  width: auto;
}

.w25per {
  width: 25%;
}

.w30per {
  width: 30%;
}

.w35per {
  width: 35%;
}

.w40per {
  width: 40%;
}

.w45per {
  width: 45%;
}

.w50per {
  width: 50%;
}

.w55per {
  width: 55%;
}

.w60per {
  width: 60%;
}

.w65per {
  width: 65%;
}

.w70per {
  width: 70%;
}

.w75per {
  width: 75%;
}

.w80per {
  width: 80%;
}

.w85per {
  width: 85%;
}

.w90per {
  width: 90%;
}

.w95per {
  width: 95%;
}

.w100per {
  width: 100%;
}


/* テキストエリア */
.area_100per textarea {
  width: 100%;
}

input, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  padding: .2em;
}

/*フォントカラー*/
.cl_black, .cl_black01 {
  color: #000000;
}

/*黒*/
.cl_white, .cl_white01, .cl_white a, .cl_white01 a {
  color: #ffffff;
}

.cl_gray {
  color: #787878;
}

/*白*/
.cl_red01 {
  color: #ff0054;
}

/*赤*/
.cl_red02 {
  color: #cc0101;
}

/*赤(ワインレッド)*/
.cl_blue01, .cl_blue01 a {
  color: #1787dd;
}

.cl_blue02 {
  color: #2BA9EA;
}

.cl_blue03 {
  color: #1F1FFF;
}

.cl_blue04 {
  color: #6072fb;
}

/*青*/
.cl_green01 {
  color: #319f2d;
}

/*ピンク*/
.cl_pink01 {
  color: #ff0099;
}

/*ピンク(薄)*/
.cl_pink02 {
  color: #ffadc8;
}

.cl_pink03 {
  color: #FF3079;
}

/*グレー*/
.cl_gray01 {
  color: #666666;
}

/*紫*/
.cl_purple01 {
  color: #b264fb;
}

/*茶*/
.cl_brown01 {
  color: #6a3906;
}

/*緑*/
.cl_green01 {
  color: #33922f;
}

.cl_green02 {
  color: #25c229;
}


/*フォントカラー リンク訪問済み*/
.cl_visited_gray:visited, .cl_visited_gray a:visited {
  color: #b9b9b9;
}

/*フォントサイズ*/
.fs_xs, .fs_xs * {
  font-size: 9px;
  font-size: .9rem;
}

.fs_s, .fs_s * {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs_m, .fs_m * {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs_l, .fs_l * {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs_xl, .fs_xl * {
  font-size: 19px;
  font-size: 1.9rem;
}

/*フォント太さ*/
.fw_bold {
  font-weight: bold;
}

/*テキストインデント*/
.ti_10 {
  text-indent: 10px;
}

.ti_20 {
  text-indent: 20px;
}

.ti_40 {
  text-indent: 40px;
}

/*テキストデコレーション*/
.td_none, .td_none a {
  text-decoration: none;
}

.td_ul {
  text-decoration: underline;
}

/*文字間隔*/
.ls_120 {
  letter-spacing: 1.2;
}

.ls_130 {
  letter-spacing: 1.3;
}

.ls_140 {
  letter-spacing: 1.4;
}

/*背景*/
.bg_black {
  background-color: #000000;
}

.bg_white {
  background-color: #ffffff;
}

.bg_gray {
  background-color: #636363;
}

.bg_gray02 {
  background-color: #efefef;
}

.bg_gray03 {
  background-color: #F0EBFF;
}

.bg_yellow {
  background-color: #fdedbe;
}

.bg_yellow02 {
  background-color: #fffde5;
}

.bg_yellow03 {
  background-color: #fffad5;
}

.bg_yellow04 {
  background-color: #ffa511;
}

.bg_pink {
  background-color: #ffebed;
}

.bg_pink02 {
  background-color: #FECADF;
}

.bg_blue {
  background-color: #ddedf4;
}

.bg_blue02 {
  background-color: #ddedf4;
}

.bg_blue03 {
  background-color: #5FA3FF;
}

.bg_orange {
  background-color: #FFAB87;
}

.bg_brown {
  background-color: #3c0705;
}

.bg_purple {
  background-color: #bcaffd;
}

/*グラデーション*/
.gr_gray01 {
  /*グレー*/
  background: -webkit-gradient(linear, left top, left bottom, from(#929091), to(#e1e0e0));
  background: -webkit-linear-gradient(#929091, #e1e0e0);
  background:         linear-gradient(#929091, #e1e0e0);
}

.gr_gray02 {
  /*薄いグレー*/
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e2e2));
  background: -webkit-linear-gradient(#ffffff, #e3e2e2);
  background:         linear-gradient(#ffffff, #e3e2e2);
}

.gr_gray_03, .gr_gray03 {
  /*薄いグレー*/
  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_blue, .gr_blue01 {
  /*青*/
  background: -webkit-gradient(linear, left top, left bottom, from(#566aff), to(#2454ce));
  background: -webkit-linear-gradient(#566aff, #2454ce);
  background:         linear-gradient(#566aff, #2454ce);
}

.gr_blue02, .gr_blue_02 {
  /*水色*/
  background: -webkit-gradient(linear, left top, left bottom, from(#629dff), color-stop(51%, #5798ff), to(#428cff));
  background: -webkit-linear-gradient(#629dff 0%, #5798ff 51%, #428cff 100%);
  background:         linear-gradient(#629dff 0%, #5798ff 51%, #428cff 100%);
}

.gr_pink01, .gr_pink {
  /*ピンク*/
  background: -webkit-gradient(linear, left top, left bottom, from(#f462ad), to(#f83266));
  background: -webkit-linear-gradient(#f462ad, #f83266);
  background:         linear-gradient(#f462ad, #f83266);
}

.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_orange01 {
  /*薄オレンジ*/
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ff9933));
  background: -webkit-linear-gradient(#ffcc00, #ff9933);
  background:         linear-gradient(#ffcc00, #ff9933);
}

.gr_orange02 {
  /*オレンジ*/
  background: -webkit-gradient(linear, left top, left bottom, from(#fd8e00), to(#ff9933));
  background: -webkit-linear-gradient(#fd8e00, #ff9933);
  background:         linear-gradient(#fd8e00, #ff9933);
}

.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);
}

.gr_red01 {
  /*赤*/
  background: -webkit-gradient(linear, left top, left bottom, from(#f50a42), to(#ac0008));
  background: -webkit-linear-gradient(#f50a42, #ac0008);
  background:         linear-gradient(#f50a42, #ac0008);
}

.gr_purple01 {
  /*紫*/
  background: -webkit-gradient(linear, left top, left bottom, from(#bd6cf1), to(#811cda));
  background: -webkit-linear-gradient(#bd6cf1, #811cda);
  background:         linear-gradient(#bd6cf1, #811cda);
}

/*ボーダー*/
.bd_gray01 {
  border: solid 1px #cccccc;
}

.bd_gray02 {
  border: solid 1px #888888;
}

.bd_2px {
  border-width: 2px;
}

/*角丸*/
.rd_2 {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.rd_3 {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.rd_4 {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.rd_5 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.rd_t2 {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.rd_t3 {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.rd_t4 {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.rd_t5 {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.rd_b2 {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.rd_b3 {
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.rd_b4 {
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.rd_b5 {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* 地平線 */
hr {
  margin-right: auto; 
  margin-left: auto;
  height: 1px;
  border: 0;
  border-top: 1px solid #454545;
}

hr.dotted {
  border-top-style: dotted;
}

hr.dashed {
  border-top-style: dashed;
}

/* フッター上のナビは↓で統一予定 */
div.menu01 {
  border-top: 1px #bfbfbf solid;
  background-color: #ffffff;
  line-height: 1;
}

div.menu01 a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  border-bottom: 1px #898989 solid;
  color: #2e2e2e;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 12dp;
}

div.menu01 a.yaji {
  background-image: url("/User/ViComm/man/Image/A001/menu_yaji.png");
  background-position: 95% 50%;
  -webkit-background-size: auto 13px;
  background-size: auto 13px; 
  background-repeat: no-repeat;
}

div.menu01 a.end {
  border: none;
}

div.menu02 a {
  display: block;
  padding: 3px 6px;
  border-bottom: 1px #898989 solid;
  color: #2e2e2e; 
  text-decoration: none;
}

div.menu02 a.yaji {
  background-image: url("/User/ViComm/man/Image/A001/menu_yaji.png");
  background-position: 95% 50%;
  -webkit-background-size: auto 13px;
  background-size: auto 13px; 
  background-repeat: no-repeat;
}

div.afinav01 {
  border-top: 1px #bfbfbf solid;
  background-color: #ffffff;
  line-height: 1;
}

.btn_00 {
  -webkit-box-shadow: 0 0 1px #1a1a1a;
  box-shadow: 0 0 1px #1a1a1a;
}

.btn_00 a {
  display: block;
  padding: 40px auto;
  text-decoration: none;
}

.btn_01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e2e2));
  background: -webkit-linear-gradient(#ffffff, #e3e2e2);
  background:         linear-gradient(#ffffff, #e3e2e2);
  -webkit-box-shadow: 0 0 1px #1a1a1a;
  box-shadow: 0 0 1px #1a1a1a;
  text-align: center;
  border-radius: 4px;
  display: block;
  color: #2e2e2e; 
  text-decoration: none;
  padding: 9px;
}

/* クリアフィックス */
.clearfix:after {
  display: block; 
  clear: both;
  content: "";
}

/* $BUTTONリセット用 */
.reset input {
  margin: 0;
  padding: 0;
  width: 100%;
  outline: 0;
  border: 0;
  background: transparent;
  color: inherit; 
  vertical-align: baseline;
  font-weight: inherit;
}

.input_button input {
  /* システム$BUTTONのinputに[ .btn00 a ]の内容を適用 */
  display: block;
  text-decoration: none;
}

.input_button02 input {
  margin: 0;
  padding: 6px 0;
  width: 100%;
  outline: 0;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  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%);
  color: #ffffff;
  vertical-align: baseline;
  font-weight: bold;
}


/*
***********************/
.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: #333333;
  -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_point, .btn_menu {
  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;
  font-size: 10dp;
}

.footer {
  background-color: #ffa4af;
  padding: 12px;
  color: #FFF;
}


/*table関連
******************************/
.d_tb {
  display: inline-table;
}

.tbl_f {
  table-layout: fixed;
}

.d_tbr {
  display: table-row;
}

.d_tbc {
  display: table-cell;
}

.bdcl_c {
  border-collapse: collapse;
}

.bdcl_s {
  border-collapse: separate;
}

.bdsp_5 {
  border-spacing: 5px;
}

.block {display: block;}

.va_m { vertical-align: middle; }

/*目次
******************************/

.index{
  margin: 0 auto;
  margin-bottom: 27px;
  width: 95%;
  padding: 12px;
  background-color: #ffebed;
  border: solid 1px #ffa4af;
  color: #6a3906;
}

.index a{
  color: #6a3906;
  text-decoration: none;
  display: block;
}

.index p.subtitle{
  font-size: 16px;
  font-size: 1.6rem;
  color: #ff0099;
  text-decoration: none;
  display: block;
  padding-top: 12px;
  padding-bottom: 3px;
}


.index ul{
  list-style-type: square;
  list-style-position: inside;
}

.index li{
  padding: 6px;
  background-image: url("../img/ico_arrow_02.png");
  background-position: 97% 50%;
  -webkit-background-size: auto 10px;
  background-size: auto 10px; 
  background-repeat: no-repeat;
}

/*緑の吹き出し
******************************/

.talk{
  display: table;
  margin: 0 auto;	
  width: 95%;
  margin-bottom: 24px;
}
.talk .subtitle{
  display: table-row;
  margin-bottom: 6px;
}

.talk .textbox{
  display: table-cell;
  padding: 12px;
  border-radius: 4px;
  background-color: #ceffa3;
}

.talk .arrow{
  display: table-cell;
  vertical-align: middle;
  width: 12px;
}
.talk .arrow img{
  display: block;
}

/*破線
******************************/

.border_bd{
  border-bottom: dashed 1px #999;
}

.border_td{
  border-top: dashed 1px #999;
}

.border_b_dashed01 {
  border-bottom: dashed 1px #b5b5b5;
}

.border_t_dashed01{
  border-top: dashed 1px #b5b5b5;
}

/*点線
******************************/

.border_bd_dotted{
  border-bottom: dotted 1px #999;
}

.border_td_dotted{
  border-top: dotted 1px #999;
}

.border_b2_dotted {
  border-bottom: dotted 2px #b5b5b5;
}

.border_t2_dotted {
  border-top: dotted 2px #b5b5b5;
}


/*罫線
******************************/

.border_solid01 {
  border: solid 1px #b5b5b5;
}

.border_b_solid01 {
  border-bottom: solid 1px #b5b5b5;
}

.border_t_solid01 {
  border-top: solid 1px #b5b5b5;
}

.border_t2_solid01 {
  border-top: 2px solid #9C9C9C;
}

/*見出し
******************************/

.tit_01 {
  border-left: 4px solid #FF3079;

}


.triangle_b01 {
  margin-left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 5px 0 5px;
  border-color: #FECADF transparent transparent transparent;
}

/*blink
******************************/
.blink_01{
  -webkit-animation-name:blink_01;
  animation-name:blink_01;
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
  -webkit-animation-timing-function:ease-in-out;
  animation-timing-function:ease-in-out;
  -webkit-animation-delay:0.5s;
  animation-delay:0.5s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
  animation-direction:alternate
}

@-webkit-keyframes blink_01{
  from{
    opacity:1
  }

  40%{
    opacity:1
  }

  to{
    opacity:0
  }

}

@keyframes blink_01{
  from{
    opacity:1
  }

  40%{
    opacity:1
  }

  to{
    opacity:0
  }

}