/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
  font-size:100%;
  line-height:1.2em;
  margin:0;
  padding:0;
  border:0;
  vertical-align:baseline;
  word-wrap:break-word;
}
body{
  line-height:1;
  font-weight:normal;
}
ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
  content:'';
  content:none;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
caption,th,td{
  font-weight:normal;
  text-align:left;
}
h1,h2,h3,h4,h5,h6{
  clear:both;
  font-weight:normal;
}
html{
  overflow-y:scroll;
  font-size:100%;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}
a:focus{
  outline: none;
}
a, a:hover, a:visited{
  text-decoration:none;
  text-shadow:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{
  display:block;
}
audio,canvas,video{
  display:inline-block;
}
audio:not([controls]){
  display:none;
}
del{
  color:#E70998 ;
}
ins{
  background:#fff9c0;
  text-decoration:none;
}
.clear{
  clear:both;
  float:auto;
}
.center{
  text-align:center;
}
/*--------------------*
 *  default settings
 *--------------------*/
*{
  margin:0px;
  padding:0px;
}
html{
  overflow-y:scroll;
  -webkit-text-size-adjust:none;
}
body{
  _line-break:strict;
  margin:0 auto;
  color:#efefef;
  background-color:#1B0303;
  font-family:"Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  box-sizing: border-box;
  font-size: 14px;
}
a{
  color:#F9D656;
  text-decoration:none;
}
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
  font-weight:bold;
}
.additional_day{
  color:#C00000;
}
hr{
  display:none;
}
#extra{
  margin:10px 0;
}
.hide{
  line-height:0;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
.text_img{
  margin:15px auto;
}

/*--------------------*
 *  nav
 *--------------------*/
#nav{
  background-color:#4D0304;
  margin-bottom:10px;
}
#nav ul{
  display:table;
  width:100%;
  list-style:none;
  table-layout:fixed;
  border-collapse:separate;
  border-spacing:0.3em;
}
#nav li{
  display:table-cell;
  text-align:center;
}
#nav li a,
#nav li span{
  display:inline-block;
  width:100%;
  padding: 3%;
  box-sizing:border-box;
  background-size:100% 100%;
}
#nav li a{
  color:#ffe097;
  background-color:#000;
  border:solid 1px #C9B01F;
  border-radius:5px;
}
#nav li span{
  color:#F7D691;
  background-color:#000;
  border:none;
  border-radius:5px;
}

/*--------------------*
#page_ttl
*--------------------*/
#page_ttl{
  width:100%;
  margin:1em auto;
  padding:3% 0;
  background:url(../img/contents/menu_ttl_hdr.png) no-repeat left top,
              url(../img/contents/menu_ttl_ftr.png) no-repeat left bottom;
  background-color:#000000;
  background-size:100% auto
}
#page_ttl h2{
  text-align:center;
  padding:6% 0;
}

/*--------------------*
.menu_title
*--------------------*/
.menu_title{
  width:100%;
  max-width:640px;
  margin:1em auto;
}
.menu_title_bdy{
  background-color:#000000;
}
.menu_title_hdr{
  padding-top:9%;
  background:url(../img/contents/menu_ttl_hdr.png) no-repeat left top;
  background-size:100% auto;
  position: relative;
  top: -1px;
}
.menu_title_ftr{
  padding-bottom:9%;
  background:url(../img/contents/menu_ttl_ftr.png) no-repeat left bottom;
  background-size:100% auto;
  position: relative;
  bottom: -1px;
}
.menu_title_inner{
  width: 90%;
  margin: 0 auto;
}
.menu_title h2{
  display:flex;
  align-items:center;
  margin:0 auto;
  padding:0 0 0 90px;
  font-size:1.6em;
  line-height:1.3em;
  text-align:left;
}
.disp_pc .menu_title h2{
  font-size:1.4em;
  padding:0 0 0 90px;
}
.disp_sp .menu_title h2{
  font-size:17px;
  padding:0 0 0 80px;
}
[class^="menu_category_"]{
  background-position:left center;
  background-repeat:no-repeat;
  background-size:70px 70px;
  height:70px;
}
.disp_pc [class^="menu_category_"]{
  background-size:70px 70px;
  height:70px;
}
.disp_sp [class^="menu_category_"]{
  background-size:70px 70px;
  height:70px;
}
.menu_category_1 { background-image:url(../img/contents/icon/1.gif); }
.menu_category_2 { background-image:url(../img/contents/icon/2.gif); }
.menu_category_3 { background-image:url(../img/contents/icon/3.gif); }
.menu_category_4 { background-image:url(../img/contents/icon/4.gif); }
.menu_category_5 { background-image:url(../img/contents/icon/5.gif); }
.menu_category_6 { background-image:url(../img/contents/icon/6.gif); }
.menu_category_7 { background-image:url(../img/contents/icon/7.gif); }
.menu_category_8 { background-image:url(../img/contents/icon/8.gif); }
.menu_category_9 { background-image:url(../img/contents/icon/9.gif); }
.menu_category_10{ background-image:url(../img/contents/icon/10.gif);}
.menu_category_11{ background-image:url(../img/contents/icon/11.gif);}
.menu_category_12{ background-image:url(../img/contents/icon/12.gif);}
.menu_category_13{ background-image:url(../img/contents/icon/13.gif);}
.menu_category_14{ background-image:url(../img/contents/icon/14.gif);}
.menu_category_15{ background-image:url(../img/contents/icon/15.gif);}
.menu_category_16{ background-image:url(../img/contents/icon/16.gif);}
.menu_category_17{ background-image:url(../img/contents/icon/17.gif);}
.menu_category_18{ background-image:url(../img/contents/icon/18.gif);}
.menu_category_19{ background-image:url(../img/contents/icon/19.gif);}
.menu_category_20{ background-image:url(../img/contents/icon/20.gif);}
.menu_category_21{ background-image:url(../img/contents/icon/21.gif);}
.menu_category_22{ background-image:url(../img/contents/icon/22.gif);}
.menu_category_23{ background-image:url(../img/contents/icon/23.gif);}
.menu_category_24{ background-image:url(../img/contents/icon/24.gif);}
.menu_category_25{ background-image:url(../img/contents/icon/25.gif);}
.menu_category_26{ background-image:url(../img/contents/icon/26.gif);}
.menu_category_27{ background-image:url(../img/contents/icon/27.gif);}
.menu_category_28{ background-image:url(../img/contents/icon/28.gif);}

/*--------------------*
 *  .telling
 *--------------------*/
.telling{
  color:#efefef;
  margin-top:10px;
  background-color:#000000;
}
.telling .section_hdr{
  padding-top:4%;
}
.telling .section_ftr{
  padding-bottom:16%;
  background:url(../img/input/telling/section_ftr.png) no-repeat center bottom;
  background-size:100% auto;
}
.telling ol{
  width:95%;
  margin:0 auto;
  list-style:none;
}
.telling ol li{
  line-height:1.2em;
  border-bottom:dotted 1px #aaa;
}
.telling ol li.main,
.telling ol li.sub{
  padding:5px;
}
.telling ol li.none_sub{
  padding:5px;
  margin-left:15px;
}

/*--------------------*
 *  #privacy
 *--------------------*/
#privacy{
  width:88%;
  margin:15px auto;
  border:solid 1px #AB8435;
  background-color:#000000;
  text-align:left;
}
#privacy p{
  font-size:0.8em;
  line-height:1.4;
  padding: 3%;
  color:#efefef;
  text-align: justify;
}
#privacy a{
  color:#F9152E;
  font-size:1em;
  text-decoration:underline;
}
.disp_sp #privacy p{
  font-size: .9em;
}
.disp_sp #privacy a{
  font-size:1em;
}
/*--------------------*
 *  #frm_btn
 *--------------------*/
#frm_btn .free{
  font-size:12px;
  text-align:center;
}
#frm_btn .price_info{
  color:#efefef;
  font-size:12px;
  width:90%;
  margin:10px auto;
}
#frm_btn .price_info .pr{
  text-align:center;
}
#frm_btn .price_info .pr a{
  color:#F9D656;
  text-decoration:underline;
}
#frm_btn .price_info .pr a:hover{
  text-decoration:none;
}
#frm_btn .price_info .price_normal:nth-of-type(2){
  margin-top:20px;
}
#frm_btn .price_info .price_normal strong{
  color:#F9D656;
  font-size:16px;
}
#frm_btn{
  margin-top:20px;
}
#frm_btn a{
  display:inline-block;
  cursor:pointer;
}
#frm_btn a.btn{
  display:block;
}
#frm_btn .price_info .price_normal strong.y_price{
  color:#DC1D24;
}
#frm_btn .price_free,#frm_btn .price_charge{
  text-align:center;
  margin-top: 10px;
}
#frm_btn .price_normal{
  text-align:left;
}
/*--------------------*
 *  .price_info2
 *--------------------*/
.price_info_bg{
  text-align:left;
}
.price_info2 {
  margin: 5% auto;
  width: 87%;
}
.price_info2 p {
  color: #efefef;
  line-height:1.5em;
}
.price_info2 .price_normal strong {
  color: #F9D656;
}
.price_info2 .info_title {
  font-weight: bold;
  margin-bottom: 1%;
  color: #F9D656;
}
.disp_sp .price_info2{
  font-size: 0.9em;
}
#inputForm .article_bdy{
  width:95%;
  margin:1em auto;
  padding: 5% 0;
  background-color:#FEFBF4;
  border:solid 2px #A19541;
}
/*--------------------*
 *  .severalmenu
 *--------------------*/
.severalmenu{
  position:relative;
  min-height:90px;
}
.severalmenu .icon{
  position:absolute;
  top:10px;
  left:10px;
  width:70px;
  height:70px
}
.severalmenu .menu_info{
  padding:10px 10px 10px 90px;
}
.severalmenu .price_info{
  text-align:right;
  margin-top:5px;
  font-weight:bold;
}
.severalmenu > .price_info{
  padding:0 4% 3%;
}
.severalmenu .price_info del{
  font-weight:normal;
}
.severalmenu .price_info strong{
  color:#D00096;
}
/*--------------------*
#free_group
*--------------------*/
#free_group{
  color:#efefef;
  margin:1em auto;
}
#free_group h4 a{
  color:#1D3994;
}
#free_group .section_bdy{
  background-color:#3B0155;
}
#free_group .section_ftr{
  padding-bottom:6%;
  background:url(../img/index/free_group/section_ftr.png) no-repeat 50% bottom;
  background-size:100% auto;
}
#free_group .section_hdr{
  padding-top:3%;
  background-size:100% auto;
  overflow:hidden;
}
#free_group .severalmenu{
  width:95%;
  margin:0 auto 1em;
  background-color:#FEF8EC;
}
#new_group .price_info .price_info_btn{
  width:80%;
  margin:0 auto;
}
#free_group .free_info{
  margin: 20px 0 10px;
  text-align:center;
  padding-bottom:10px;
}
#free_group .price_allfree{
  width:80%;
  margin:0 auto;
}
#free_group .premium_icon{
  width:95%;
  margin:0 auto;
  background-color:#FEF8EC;
}

/*--------------------*
#extra_group
*--------------------*/
#extra_group{
  color:#efefef;
  margin:1em auto;
}
#extra_group h4 a{
  color:#F6A2FC;
}
#extra_group .section_bdy{
  background-color:#09072C;
}
#extra_group .section_ftr{
  padding-bottom:12%;
  background:url(../img/index/extra_group/section_ftr.png) no-repeat 50% bottom;
  background-size:100% auto;
}
#extra_group .section_hdr{
  padding-top:3%;
  background-size:100% auto;
  overflow:hidden;
}
#extra_group .severalmenu{
  width:95%;
  margin:0 auto 1em;
  border:solid 1px #97710a;
  background-color:#000000;
}
#extra_group .caption{
  color:#fff;
}
#extra_group .price_info{
  color:#fff;
  padding: 0 2% 3%;
}
#extra_group strong,
#extra_group .price_discount{
  color:#D00096;
}

/*--------------------*
#rec_single
*--------------------*/
#rec_single{
  color:#3E3E26;
  margin:1em auto;
}
#rec_single h4 a{
  color:#1D3994;
}
#rec_single .section_bdy{
  background-color:#190C5B;
}
#rec_single .section_ftr{
  padding-bottom:10%;
  background:url(../img/index/rec_single/section_ftr.png) no-repeat 50% bottom;
  background-size:100% auto;
}
#rec_single .section_hdr{
  padding-top:3%;
  background-size:100% auto;
  overflow:hidden;
}
#rec_single .severalmenu{
  width:95%;
  margin:0 auto 1em;
  background-color:#FEF8EC;
}
#rec_single .menu_bdy:last-child .severalmenu{
  margin-bottom:0;
}
#rec_single strong,
#rec_single .price_discount{
  color:#D00096;
}
#rec_single .pr strong{
  font-size:11px;
}

/*--------------------*
#info_group
*--------------------*/
#info_group{
  text-align:center;
}
#info_group H4{
  margin:10px auto 0;
}
#info_group .section_ftr{
  padding-bottom:6%;
  background:url(../img/explain/info_group/section_ftr.png) no-repeat center bottom;
  background-size:100% auto;
}
#info_group .menu_bdy{
  background-color:#000000;
  border-top:1px solid #BE9309;
  border-bottom:1px solid #BE9309;
  margin-bottom:25px;
}
#info_group .detail_txt{
  width:80%;
  margin:0 auto;
  padding:20px 0;
}
#info_group .detail_txt p{
  text-align:justify;
  line-height:1.6em;
}
.disp_pc #info_group .detail_txt p{
  font-size: 1.2em;
}
#info_group .blue_b{color:#00e4fe;}
#info_group .red_b{color:#ff029a;}
#info_group .yellow_b{color:#f1f300;}
#info_group .orange_b{color:#f27604;}

/*--------------------*
#footer
*--------------------*/
#footer{
  margin-top:5%;
}
#footer #footernavi{
  margin: 2% 0 5%;
  text-align: center;
}
#footer a{
  text-decoration: underline;
}
#footer #footernavi ul{
  list-style:none;
}
#footer #footernavi ul li{
  display:inline;
  line-height:1.8em;
}
#footer #footernavi ul li a{
  color:#fff;
  width:100%;
}
#footer #footernavi ul li strong{
  color:#FFE097;
}
#footer #footerCopy{
  font-size:10px;
  text-align:center;
}

/*--------------------*
 button
*--------------------*/
[class^="btn_"]{
  color:#f7f7f7;
  text-align:center;
  cursor:pointer;
  display:block;
  width:60%;
  margin:0 auto;
  padding:15px 0;
  border-radius:10px;
  -moz-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  text-shadow:
    0px -1px 0px rgba(000,000,000,1),
    0px 1px 0px rgba(255,255,255,0.3);
}
.btn_allfree{
  background:-moz-linear-gradient(
    top,
    #b5aa6a 0%,
    #f5ebb3 25%,
    #382903 60%,
    #382903 81%,
    #7d6412);
  background:-webkit-gradient(
    linear, left top, left bottom,
    from(#b5aa6a),
    color-stop(0.25, #f5ebb3),
    color-stop(0.60, #382903),
    color-stop(0.81, #382903),
    to(#7d6412));
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  border:1px solid #000000;
}
.btn_free{
  background:-moz-linear-gradient(
    top,
    #ffffff 0%,
    #c9ab34 50%,
    #57461c 50%,
    #755b1a 65%,
    #a38923);
  background:-webkit-gradient(
    linear, left top, left bottom,
    from(#ffffff),
    color-stop(0.50, #c9ab34),
    color-stop(0.50, #57461c),
    color-stop(0.65, #755b1a),
    to(#a38923));
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  border:1px solid #000000;
}
.btn_charge{
  background:-moz-linear-gradient(
    top,
    #ffcfce 0%,
    #fd8c8a 50%,
    #601e1f 50%,
    #9a3030 65%,
    #c83c3e);
  background:-webkit-gradient(
    linear, left top, left bottom,
    from(#ffcfce),
    color-stop(0.50, #fd8c8a),
    color-stop(0.50, #601e1f),
    color-stop(0.65, #9a3030),
    to(#c83c3e));
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  border:1px solid #000000;
}
/*--------------------*
.icon_category_
*--------------------*/
[class^="icon_category_"]{
  display:inline-block;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  width:70px;
  height:70px;
  background-size:100% 100%;
  vertical-align:middle;
}
.icon_category_1 { background-image:url(../img/contents/icon/1.gif); }
.icon_category_2 { background-image:url(../img/contents/icon/2.gif); }
.icon_category_3 { background-image:url(../img/contents/icon/3.gif); }
.icon_category_4 { background-image:url(../img/contents/icon/4.gif); }
.icon_category_5 { background-image:url(../img/contents/icon/5.gif); }
.icon_category_6 { background-image:url(../img/contents/icon/6.gif); }
.icon_category_7 { background-image:url(../img/contents/icon/7.gif); }
.icon_category_8 { background-image:url(../img/contents/icon/8.gif); }
.icon_category_9 { background-image:url(../img/contents/icon/9.gif); }
.icon_category_10{ background-image:url(../img/contents/icon/10.gif);}
.icon_category_11{ background-image:url(../img/contents/icon/11.gif);}
.icon_category_12{ background-image:url(../img/contents/icon/12.gif);}
.icon_category_13{ background-image:url(../img/contents/icon/13.gif);}
.icon_category_14{ background-image:url(../img/contents/icon/14.gif);}
.icon_category_15{ background-image:url(../img/contents/icon/15.gif);}
.icon_category_16{ background-image:url(../img/contents/icon/16.gif);}
.icon_category_17{ background-image:url(../img/contents/icon/17.gif);}
.icon_category_18{ background-image:url(../img/contents/icon/18.gif);}
.icon_category_19{ background-image:url(../img/contents/icon/19.gif);}
.icon_category_20{ background-image:url(../img/contents/icon/20.gif);}
.icon_category_21{ background-image:url(../img/contents/icon/21.gif);}
.icon_category_22{ background-image:url(../img/contents/icon/22.gif);}
.icon_category_23{ background-image:url(../img/contents/icon/23.gif);}
.icon_category_24{ background-image:url(../img/contents/icon/24.gif);}
.icon_category_25{ background-image:url(../img/contents/icon/25.gif);}
.icon_category_26{ background-image:url(../img/contents/icon/26.gif);}
.icon_category_27{ background-image:url(../img/contents/icon/27.gif);}
.icon_category_28{ background-image:url(../img/contents/icon/28.gif);}

/*--------------------*
.charge_btn
.free_btn
.allfree_btn
*--------------------*/
.charge_btn a,.free_btn a,.allfree_btn a{
  display:block;
  width:100%;
  height:15%;
  text-align:center;
  background-position:center top;
  background-repeat:no-repeat;
  background-size:auto 100%;
}
@media all and (orientation:landscape){
  .charge_btn a,.free_btn a,.allfree_btn a{
    height:25%;
  }
}
.charge_btn a{
  background-image:url(../img/input/btn_charge.png);
}
.free_btn a{
  background-image:url(../img/input/btn_trial.png);
}
.allfree_btn a{
  background-image:url(../img/input/btn_free.png);
}
.charge_btn,.free_btn,.allfree_btn{
  width:85%;
  max-width:400px;
  margin:0 auto;
  text-align:center;
}
.disp_pc .charge_btn,
.disp_pc .free_btn,
.disp_pc .allfree_btn{
  min-width:470px;
}

/*--------------------*
 migration
*--------------------*/
#base { max-width: 640px; margin: 0 auto; }
.contents_wrap img { vertical-align: bottom; }
.severalmenu .caption{ padding: 2% 4% 1%; text-align:justify; line-height:1.6em; color:#1F2121; font-size:1.1em; }
.disp_sp .severalmenu .caption{ font-size:15px; line-height:1.5em; }
.price_info{ color:#1F2121; }
#header .header_img { width:100%; height:auto; }
#nav li { display:table-cell; text-align:center; }
#nav li a,
#nav li a img { transition: opacity 0.2s ease; }
#nav li a img:hover { opacity:0.8; }
#frm_btn button img,
#free_group .price_allfree a img,
#new_group .price_info_btn a img { transition: opacity 0.2s ease; }
#frm_btn button:hover img,
#free_group .price_allfree a:hover img,
#new_group .price_info_btn a:hover img { opacity:0.8; }
.disp_pc .telling ol li{ font-size:1.1em; }
A H4,
H4 A{ text-decoration:underline; line-height:1.5em; }
A:hover H4, H4 A:hover,
A:focus H4, H4 A:focus,
A:active H4, H4 A:active,
A:visited H4, H4 A:visited{ text-decoration:underline; }
.disp_pc A H4,
.disp_pc H4 A{ font-size:1.4em; line-height:1.5em; }
.disp_sp H4 A{ font-size:17px; }
.horizon { border-bottom: 4px solid #4F132F; margin: 2% auto 4%; width: 92%; }
.disp_sp #base .horizon{ height: 4px; }
#footer #footerCopy{ font-size:0.8em; }
.disp_sp #footer #footerCopy{ font-size:11px; }

.disp_pc [class^="icon_category_"]{ width:70px; height:70px; }
.disp_pc .severalmenu{ min-height:90px; }
.disp_pc .severalmenu .icon{ width:70px; height:70px; top:10px; left:10px; }
.disp_pc .severalmenu .menu_info{ padding:10px 10px 10px 90px; }
.disp_sp .detail_txt P,
.disp_sp #main_all_bdy [class^="detail_txt"] P{ font-size:15px; }
.icon_new{ width:70px; height:auto; margin-top:3px; vertical-align:middle; }
