@charset "UTF-8";
/* ------------------------------------

(C) 2018 NPC. All rights reserved.

------------------------------------ */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}
body {
height: 100%;
width: 100%;
color: #000;
background-color: #fff;
word-break: break-word;
font-family: 'Noto Sans JP', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5em;
}

em {
font-weight: bold;
font-style: normal;
}

a {
	text-decoration: none;
	outline: none;
}
a:hover, input:hover {
	outline: none;
	opacity: 0.5;
    transition:  0.5s;
}
a:focus, a:visited {
	outline: none;
}


ul li {
list-style-type: none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

img {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

header h1, header h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#wrap {
width: 100%;
    min-height: 100vh;
position: relative;
    
}
#wrap img {
    width: 100%;
}
div, nav {
    box-sizing: border-box;
}
.txt_center {
    text-align: center;
}
.pc {
    display: block;
}
.sp {
    display: none;
}

#tokutenLink01, #tokutenLink02, #tokutenLink03, #tokutenLink04, #tokutenLink05 {
    margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 100px; /* 打ち消し用のパディング */
}


/* デザインB（タブレット） ***************************************/
@media screen and (max-width : 1024px) {
/* タブレット用レイアウト に収めるデザインはこの中に記述 */
    body {
        font-size: 14px;
        line-height: 1.5em;
    }

}

/* デザインC（スマホ） ***************************************/
@media screen and (max-width : 599px) {
/* スマホ用レイアウト に収めるデザインはこの中に記述 */
body {
        font-size: 12px;
        line-height: 1.5em;
    }
    .pc {
          display: none;  
    }
    .sp {
    display: block;
}
}


/* デザインA（PC） ***************************************/
/* ------------------------------------
	ナビゲーション
------------------------------------ */
nav {
    width: 100%;
    min-width: 600px;
    height: 80px;
    position: fixed;
    background: rgba(255,255,255,0.8);
    padding: 10px 1%;
    z-index: 10000;
}
ul#navWrap {
    width: 100%;
    height: 100%;
    font-size: 0;
}
ul#navWrap li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;

}
nav #logo {
    width: 97px;
    height: 60px;
    padding-top: 10px;
}
ul#navWrap li:nth-child(2) {
    text-align: right;
}
nav ul#navInner {
font-size: 0;
width: 100%;
}
nav ul#navInner li {
    width: auto;
display: inline-block;
margin: 0 0 0 25px; 
    font-size: 12px;
    font-weight: 700;
}
nav ul#navInner li i {
    margin-left: 5px;
    color: #8f722e;
        font-size: 18px;
}
nav ul#navInner li a {
    color: #000;
}

/* ------------------------------------
	ヘッダー
------------------------------------ */
header {
    width: 100%;
    height: 540px;
    background: url("../img/pc_mv_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
   padding-top: 80px;
}
header #mv {
    background: url("../img/header_logo.png");
    width: 597px;
    height: 540px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.tokutenNavWrap {
    width: 100%;
    margin: -15px auto;
    border-bottom: 1px solid #a8893a;
    padding-bottom: 25px;
    text-align: center;
}
ul.tokutenNav {
    width: 100%;
    max-width: 1200px;
    font-size: 0;
    margin: auto;
}
ul.tokutenNav li {
    display: inline-block;
    width: 18.3%;
    max-width: 220px;
    margin: 0.85%;
    vertical-align: top;
}
ul.tokutenNav li .tokutenTxt {
    width: 91%;
    max-width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 700;
}
.aboutCanimeArea {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 4% 0;
}
.aboutCanimeArea h3 {
    height: 48px;
    display: flex;
      justify-content: center;
    align-items: center;
    color: #a8893a;
    font-size: 36px;
    line-height: 1.5em;
    letter-spacing: 0.25em;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.aboutCanimeArea h3 span {
    font-weight: 300;
    font-size: 48px;
}
.aboutCanimeArea h4 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
} 
.aboutCanimeArea h4 span {
    font-weight: 400;
}
.aboutCanimeArea h4 small {
    font-weight: 400;
    font-size: 16px;
}
.aboutCanimeArea .btnArea {
    width: 80%;
    max-width: 360px;
    margin: 3% auto;
}
.aboutCanimeArea ul.present {
        width: 100%;
        max-width: 720px;
        margin: auto;
        border: 3px solid #000;
    font-size: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    }
    .aboutCanimeArea ul.present li {
        display: inline-block !important;
        padding: 2% 1%;
         vertical-align: middle;
    }
.aboutCanimeArea ul.present li:nth-child(1) {
    width: 25%;
    min-height: 100%;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.aboutCanimeArea ul.present li:nth-child(2) {
    width: 75%;
    padding: 1%;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point {
    font-size: 0;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li {
    display: inline-block !important;
    vertical-align: middle;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#txt {
    width: 82%;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
    font-weight: 400;
     background: #fff;
    color: #000;
    font-feature-settings: "palt";
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#txt p {
    color: #c00;
    font-size:24px;
    line-height: 1.7em;
    padding-bottom: 1%;
	text-align: center;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#txt p em {
    font-size: 36px;
    font-weight: 900;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#txt small {
    font-size: 12px;
	display: block;
    line-height: 1.6em;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#img {
    width: 18%;
}

/* ------------------------------------
	コンテンツ
------------------------------------ */
/**きゃにめプライム特典**/
#tokutenWrap {
    width: 100%;
    background: url("../img/tokutenWrapBg.png");
    background-position: center top;
    background-size: 100% auto;
}
#tokutenWrap h1, #planWrap h1, #expiration_dateWrap h1, #paymentWrap h1 {
    width: 100%;
    text-align: center;
    background: #000;
    color: #a8893a;
    font-size: 36px;
    line-height: 1.7em;
    letter-spacing: 0.25em;
    font-weight: 700;
}
#tokutenWrap .tokutenInner {
    width: 90%;
    max-width: 960px;
    margin: auto;
    padding: 3%;
    font-feature-settings: "palt";
}
ul.tokutenDetailWrap {
    width: 100%;
    font-size: 0;
}
ul.tokutenDetailWrap li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5em;
}
ul.tokutenDetailWrap li.tokutenH {
    width: 23%;
    max-width: 220px;
    margin-right: 1%;
}
ul.tokutenDetailWrap li.tokutenDetail {
    width: 76%;
    max-width: 729px;
    padding-top: 0.5em;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 400;
}
ul.tokutenDetailWrap li.tokutenDetail h2 {
   font-size: 24px;
    line-height:2em;
    font-weight: 900;
    border-bottom: 1px solid #a8893a;
}
ul.tokutenDetailWrap li.tokutenDetail h2 em {
    color: #c00;
    font-size: 36px;
}
ul.tokutenDetailWrap li.tokutenDetail h2 span {
          color: #c00;  
    }
ul.tokutenDetailWrap li.tokutenDetail small {
    font-size: 12px;
}
ul.detail, ul.detail_2 {
    width: 100%;
    font-size: 0;
    margin: 1% auto;
    padding-bottom: 7%;
}
ul.detail li {
    display: inline-block;
    width: 49%;
    background: #fff;
    font-size: 16px;
    line-height: 1.7em;
    vertical-align: top;
    padding: 2% 1%;
text-align: center;
}
ul.detail_2 li {
    display: inline-block;
    width: 49%;
/*    background: #fff;*/
    font-size: 16px;
    line-height: 1.7em;
    vertical-align: top;
    padding: 0;
text-align: center;
    margin-bottom: 2%;
}
ul.detail li p {
    font-size: 14px;
    line-height: 2em;
     font-weight: 400;
}
ul.detail li p em {
    font-size: 24px;
     font-weight: 700;
}
    
ul.detail li:nth-child(1) {
    margin-right: 2%;
     box-sizing: border-box;
    border: 3px solid #000;
    border-radius: 10px;
    color: #000;
}
ul.detail li:nth-child(1) h2 {
    font-weight: 500;
    border-bottom: 1px solid #000;
    font-size: 16px;
    line-height: 1.5em;
        color: #000;
}
ul.detail li:nth-child(2) {
     box-sizing: border-box;
    border: 3px solid #a8893a;
    border-radius: 10px;
}
ul.detail li:nth-child(2) h2 {
    font-weight: 500;
    border-bottom: 1px solid #a8893a;
        font-size: 16px;
    line-height: 1.5em;
        color: #a8893a;
}
ul.detail li:nth-child(2) p em {
          color: #c00;
}
ul.detail li small {
    font-size: 12px;
}
ul.detail_2 li:nth-child(odd) {
    margin-right: 2%;
}
ul.detail_2 li .tokutenImg {
    width: 100%;
    padding-top: 66.7%;
}
ul.detail_2 li .caption {
    width: 100%;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    padding: 2% 0;
}
ul.detail_2 li .tokutenImg#img01 {
    background: url("../img/tokuten03_img-6.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
ul.detail_2 li .tokutenImg#img02 {
    background: url("../img/tokuten03_img-7.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
ul.detail_2 li .tokutenImg#img03 {
    background: url("../img/tokuten03_img-8.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
ul.detail_2 li .tokutenImg#img04 {
    background: url("../img/tokuten03_img-4.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
ul.detail_2 li .tokutenImg#img05 {
    background: url("../img/tokuten04_img-5.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
ul.detail_2 li .tokutenImg#img06 {
    background: url("../img/tokuten04_img-2.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
ul.detail_2 li .tokutenImg#img07 {
    background: url("../img/tokuten04_img-3.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
ul.detail_2 li .tokutenImg#img08 {
    background: url("../img/tokuten04_img-6.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
/**プラン比較**/
#planWrap {
    width: 100%;
}
#planWrap .planInner {
    width: 90%;
    max-width: 940px;
    margin: auto;
/*    padding: 3%;*/
    font-feature-settings: "palt";
}
#planWrap .planInner table {
    width: 100%;
    margin: 7% auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.75em;
}
#planWrap .planInner th, #planWrap .planInner td {
/*    width: 24%;*/
    margin-right: 0.5%;
 padding: 1%;
    box-sizing: border-box;
}
.cell_01 {
    background: #000;
    color: #fff;
    vertical-align: middle;
}
.cell_02 {
    background: #666;
    color: #fff;
    vertical-align: middle;
}
.cell_03 {
    background: #a8893a;
    color: #333;
    width: 33%;
    vertical-align: middle;
}
.cell_04 {
    background: #efefef;
    color: #333;
    width:33%;
    vertical-align: middle;
}
.cell_05 {
    background: #f1e9d7;
    color: #333;
        vertical-align: middle;
}
.cell_05 span {
    font-size: 20px;
    color: #a8893a;
        font-weight: 700;
}
.cell_04 p, .cell_05 p {
    font-size:14px;
    line-height: 1.25em;
}
/**会員有効期限**/
#expiration_dateWrap {
    background: url("../img/expiration_date_bg.jpg");
    padding-bottom: 1%;
}
#expiration_dateWrap .expiration_dateInner, #paymentWrap .paymentInner {
    width: 90%;
    max-width: 980px;
    font-feature-settings: "palt";
        margin: 3% auto;
}

 .expiration_dateInner ul.expiration_date_detail {
    width: 100%;
     max-width: 770px;
    font-size: 0;
    margin: 0 auto 1% auto;
}
.expiration_dateInner ul.expiration_date_detail li {
    display: inline-block;
    width: 48%;
    margin: 0 1% 3% 1%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    padding: 1%;
}
.expiration_dateInner ul.expiration_date_detail li h2 {
    font-size: 16px;
    line-height: 1.5em
}
.expiration_dateInner ul.expiration_date_detail li:nth-child(1) {
    border: 3px solid #a8893a;
    background: #f1e9d7;
}
.expiration_dateInner ul.expiration_date_detail li:nth-child(1) h2 {
    color: #a8893a;
    border-bottom: #a8893a 1px solid;
}
.expiration_dateInner ul.expiration_date_detail li:nth-child(2) {
    border: 3px solid #f1e9d7;
    background: #a8893a;
}
.expiration_dateInner ul.expiration_date_detail li:nth-child(2) h2 {
    color: #fff;
    border-bottom: #fff 1px solid;
}
/**お支払い方法**/
ul.payment {
    width: 100%;
    font-size: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.payment li {
    display: inline-block;
    margin-right: 2%;
    width: 49%;
    border: 3px #a8893a solid;
    border-radius: 10px;
    padding: 2%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    line-height: 1.5em;
    font-size: 16px;
    position: relative;
    padding-bottom: 5em;
}
ul.payment li:nth-child(2){
    margin-right: 0;
}
ul.payment li h2 {
    width: 100%;
    height: 30px;
     border-radius: 15px;
    background: #a8893a;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    text-align: center;

}
ul.payment li h3 {
    text-align: center;
    color: #a8893a;
    font-size: 24px;
    line-height: 1.7em;
    border-bottom: 1px dotted #a8893a;
        font-weight: 700;
        margin: 2%;
}
ul.payment li h3 small {
    font-weight: 400;
       font-size: 16px;
}
.paymenCard {
    width: 100%;
    position: absolute;
    bottom:2%;
    left: 50%;
 transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 12px;
    line-height: 1.5em;
    color: #666;
}
/**注意**/
#cautionWrap {
    background: #efefef;
}
#cautionWrap #caitonInner {
    width: 90%;
    max-width: 920px;
/*    font-feature-settings: "palt";*/
        margin: 3% auto 0 auto;
    padding: 3% 0;
}
ul.caution {
    width: 100%;
    font-size: 0;
    margin-bottom: 2%;
}
ul.caution li {
    display: inline-block;
    vertical-align: top;
}
ul.caution li h2 {
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
        font-size: 16px;
    line-height: 1.7em;
    font-weight: 700;
}
ul.caution li:nth-child(1) {
    width: 23%;
    margin-right: 2%;

}
ul.caution li:nth-child(2) {
    width: 75%;
    font-size: 14px;
    line-height: 1.5em;
}
ul.caution li:nth-child(2)  span {
    color: #999;
}
ul.cationList {
    width: 100%;
    font-size: 0;
}
ul.cationList  li {
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5em;
    display: inline-block;
}
ul.cationList  li:nth-child(1) {
    width: 13%;
    min-width: 90px;
}
ul.cautionList  li:nth-child(2) {
    width: 86%;
}

#bnrArea {
    background: #000;
    text-align: center;
    padding: 3% 0;
}
.bnr {
    width: 320px;
    margin: auto;
}

/* ------------------------------------
	Footer
------------------------------------ */
footer {
    padding: 2.5% 0;
font-size: 0.75em;
    line-height: 1.5em;
    background: #fff;
    text-align: center;
}
footer #logo {
    width: 20%;
    max-width: 145px;
    margin: auto;
}
ul.sns {
    font-size: 0;
    width: auto;
margin: auto;
}
ul.sns li {
    display: inline-block;
    margin: 2% 0.5%;
    font-size: 10px;
    max-width: 160px;
}
#membership {
    width: 20%;
    max-width: 130px;
    left: 1%;
    bottom: 2%;
    position: fixed;
}
ul.modalBtn {
    width: 100%;
    max-width: 760px;
    margin: auto;
    font-size: 0;
}
ul.modalBtn li {
    display: inline-block;
    width: 48%;
    max-width: 360px;
    margin: 1%;
    vertical-align: top;
}
ul.modalBtn li img {
    width: 100%;
}

/* デザインB（タブレット） ***************************************/
@media screen and (max-width : 1024px) {
/* タブレット用レイアウト に収めるデザインはこの中に記述 */

/* ------------------------------------
	Header
------------------------------------ */

ul.tokutenNav li .tokutenTxt {
    font-feature-settings: "palt";
    width: 100%;
    font-size: 12px;
    line-height: 1.25em;

}
.aboutCanimeArea h3 {
    height: 36px;
    display: flex;
      justify-content: center;
    align-items: center;
    color: #a8893a;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: 0.25em;
    font-weight: 700;
}
.aboutCanimeArea h3 span {
    font-weight: 300;
    font-size: 36px;
}
.aboutCanimeArea h4 {
    font-size: 20px;
    line-height: 1.5em;
} 
.aboutCanimeArea h4 small {
    font-size: 14px;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#txt {
    font-size: 16px;
    line-height: 1.5em;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#txt p {
    font-size:20px;
    line-height: 1.7em;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#txt p em {
    font-size: 30px;
}
/* ------------------------------------
	コンテンツ
------------------------------------ */
/**きゃにめプライム特典**/
#tokutenWrap h1 , #planWrap h1, #expiration_dateWrap h1,  #paymentWrap h1{
    font-size: 30px;
    line-height: 1.7em;
}
ul.tokutenDetailWrap li {
    font-size: 14px;
    line-height: 1.5em;
}
ul.tokutenDetailWrap li.tokutenDetail {
    padding-top: 0.5em;
    font-size: 16px;
}
ul.tokutenDetailWrap li.tokutenDetail h2 {
   font-size: 20px;
    line-height:2em;
    display:inline-block
}
    ul.tokutenDetailWrap li.tokutenDetail h2 em {
    color: #c00;
    font-size: 30px;
}

ul.detail li {
    display: inline-block;
    width: 49%;
    background: #fff;
    font-size: 14px;
    line-height: 1.7em;
    vertical-align: top;
    padding: 2% 1%;
text-align: center;
    font-feature-settings: "palt";
}
    ul.detail li p {
    font-size: 12px;
    line-height: 2em;
     font-weight: 400;
}
ul.detail li p em {
    font-size: 20px;
     font-weight: 700;
}

ul.detail li:nth-child(1) h2, ul.detail li:nth-child(2) h2 {
    font-size: 14px;
    line-height: 1.5em;
}

ul.detail li small {
    font-size: 10px;
}
ul.detail_2 li .caption {
    width: 100%;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    padding: 2% 0;
}
#planWrap .planInner table {
    font-size: 14px;
    line-height: 1.75em;
}
.cell_05 span {
    font-size: 16px;
    color: #a8893a;
        font-weight: 700;
}
.cell_04 p, .cell_05 p {
    font-size:12px;
    line-height: 1.25em;
}
.expiration_dateInner ul.expiration_date_detail li {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    padding: 1%;
}
.expiration_dateInner ul.expiration_date_detail li h2 {
    font-size: 14px;
    line-height: 1.5em;
}

ul.payment li {
    line-height: 1.5em;
    font-size: 14px;
}

ul.payment li h2 {
    font-size: 16px;
    line-height: 1.875em;
}
ul.payment li h3 {
    text-align: center;
    color: #a8893a;
    font-size: 24px;
    line-height: 1.7em;
    border-bottom: 1px dotted #a8893a;
        font-weight: 700;
        margin: 2%;
}
ul.payment li h3 small {
    font-weight: 400;
       font-size: 16px;
}
.paymenCard {
    font-size: 10px;
    line-height: 1.5em;
    color: #666;
}
/**注意**/

#cautionWrap #caitonInner {
    width: 90%;
    max-width: 880px;
        margin: 3% auto 0 auto;
    padding: 3% 0;
}

ul.caution li h2 {
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
        font-size: 14px;
    line-height: 1.7em;
    font-weight: 700;
}

ul.caution li:nth-child(2) {
    width: 75%;
    font-size: 12px;
    line-height: 1.5em;
}

.bnr {
    width: 240px;
    margin: auto;
}
    
}

/* デザインC（スマホ） ***************************************/
@media screen and (max-width : 599px) {
/* スマホ用レイアウト に収めるデザインはこの中に記述 */
body {
        font-feature-settings: "palt";
    }

 
/* ------------------------------------
	ナビゲーション
------------------------------------ */
nav {
    width: 100%;
    min-width: auto;
    height: 60px;
    position: fixed;
    background: rgba(255,255,255,0.8);
    padding: 1%;
}
ul#navWrap {
    width: 100%;
    height: 100%;
    font-size: 0;

}
ul#navWrap li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
ul#navWrap li:nth-child(1) {
 width: 25%;
}
ul#navWrap li:nth-child(2) {
 width: 75%;

}
nav #logo {
    width: 100%;
    max-width: 65px;
    height: auto;
}

nav ul#navInner {
font-size: 0;
width: 100%;
}
nav ul#navInner li {
    width:auto !important;
display: inline-block;
margin: 0 0 0 5%; 
    font-size: 11px;
    font-weight: 700;
}
nav ul#navInner li i {
    margin-left: 5px;
    color: #8f722e;
        font-size: 14px;
}
nav ul#navInner li a {
    color: #000;
}
/* ------------------------------------
	Header
------------------------------------ */
header {
    background: none;
padding-top: 60px;
    height: auto;
    }

header #mv {
    background: url("../img/sp_header_logo.png");
    width: 100%;
    height: 0;
    padding-bottom: 84.375%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
    
.tokutenNavWrap {
    width: 100%;
    margin:-7%  auto;
    border-bottom: 1px solid #a8893a;
/*    padding-top: -60px;*/
    padding-bottom: 5%;
    text-align: left;
}
ul.tokutenNav {
    width: 94%;
    font-size: 0;
    margin: auto;
}
ul.tokutenNav li {
    display: inline-block;
    width: 48%;
    margin: 3% 1%;
    vertical-align: top;
}
ul.tokutenNav li .tokutenTxt {
    width: 100%;
    height: auto;
    padding: 3% 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1.25em;
    font-weight: 700;
}
    .aboutCanimeArea  {
        padding: 14% 0;
    }
.aboutCanimeArea h3 {
    height: 24px;
    display: flex;
      justify-content: center;
    align-items: center;
    color: #a8893a;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.25em;
    font-weight: 700;
}
.aboutCanimeArea h3 span {
    font-weight: 300;
    font-size: 24px;
}
.aboutCanimeArea h4 {
    font-size: 16px;
    line-height: 1.5em;
} 

.aboutCanimeArea h4 small {
    font-weight: 400;
    font-size: 12px;
}
.aboutCanimeArea .btnArea {
    margin: 5% auto;
}
.aboutCanimeArea ul.present {
        width: 100%;
        margin: auto;
        border: 3px solid #000;
            display: list-item !important;
    font-size: 0;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    }
.aboutCanimeArea ul.present li {
        display: list-item ;
        padding: 2% 1%;
         vertical-align: middle;
    }
.aboutCanimeArea ul.present li:nth-child(1) {
    width: 100%;
    min-height: auto;
    background: #000;
    color: #fff;
    font-size: 16px;
}

.aboutCanimeArea ul.present li:nth-child(2) {
    width: 100%;
    padding: 1%;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point {
    font-size: 0;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li {
    display: inline-block ;
    vertical-align: middle;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#txt {
    width: 85%;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
    font-weight: 400;
     background: #fff;
    color: #000;
    font-feature-settings: "palt";
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#txt p {
    color: #c00;
    font-size:14px;
    line-height: 1.7em;
    padding-bottom: 1px;
	text-align: left;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#txt p em {
    font-size: 18px;
    font-weight: 900;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#txt small {
    font-size: 10px;
}
.aboutCanimeArea ul.present li:nth-child(2) ul.point li#img {
    width:15%;
    margin: auto;
}
    
/* ------------------------------------
	コンテンツ
------------------------------------ */
/**きゃにめプライム特典**/

#tokutenWrap h1, #planWrap h1, #expiration_dateWrap h1,  #paymentWrap h1 {
    font-size: 20px;
    line-height: 1.7em;
}
    ul.tokutenDetailWrap li {
    display: list-item;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.5em;
}
    ul.tokutenDetailWrap li.tokutenH {
    width: 50%;
        margin: 0 auto;
}
ul.tokutenDetailWrap li.tokutenDetail {
    width: 100%;
    padding-top: 0.5em;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
    text-align: center;
}
ul.tokutenDetailWrap li.tokutenDetail h2 {
   font-size: 14px;
    line-height:1.5em;
    font-weight: 900;
    border-bottom: 1px solid #a8893a;
    padding: 1% 0;
}
    ul.tokutenDetailWrap li.tokutenDetail h2 em {
    color: #c00;
    font-size: 20px;
}
ul.tokutenDetailWrap li.tokutenDetail small {
    font-size: 10px;
}

ul.detail li, ul.detail_2 li {
    display:list-item;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    font-size: 12px;
    line-height: 1.7em;
    vertical-align: top;
    padding: 2% 1%;
text-align: center;
}
ul.detail li p {
    font-size: 14px;
    line-height: 2em;
     font-weight: 400;
}
ul.detail li p em {
    font-size: 24px;
     font-weight: 700;
}
ul.detail_2 li:nth-child(odd) {
    margin-right: 0%;
}
ul.detail_2 li .tokutenImg {
    width: 100%;
    padding-top: 66.7%;
}
ul.detail_2 li .caption {
    width: 100%;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    padding: 2% 0;
}
    
#planWrap .planInner table {
    font-size: 10px;
    line-height: 1.75em;
}
.cell_05 span {
    font-size: 12px;
    color: #a8893a;
        font-weight: 700;
}
.cell_04 p, .cell_05 p {
    font-size:10px;
    line-height: 1.25em;
}
.expiration_dateInner ul.expiration_date_detail {
        margin-bottom: 5%;
    }
.expiration_dateInner ul.expiration_date_detail li {
    display:list-item;
    width: 100%;
    margin: 0 1% 3% 1%;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    padding: 1%;
}
.expiration_dateInner ul.expiration_date_detail li h2 {
    font-size: 12px;
    line-height: 1.5em
}

ul.payment {
    width: 100%;
 
}
ul.payment li {
    display: block;
    margin-right: 0%;
    margin-bottom: 2%;
    width: 100%;
    border: 3px #a8893a solid;
    border-radius: 10px;
    padding: 2%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    line-height: 1.5em;
    font-size: 12px;
    position: relative;
    padding-bottom: 5em;
}
ul.payment li:nth-child(2){
    margin-right: 0;
}
ul.payment li h2 {
    width: 100%;
    height: 30px;
     border-radius: 15px;
    background: #a8893a;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    text-align: center;

}
ul.payment li h3 {
    text-align: center;
    color: #a8893a;
    font-size: 18px;
    line-height: 1.7em;
    border-bottom: 1px dotted #a8893a;
        font-weight: 700;
        margin: 2%;
}
ul.payment li h3 small {
    font-weight: 400;
       font-size: 12px;
}
.paymenCard {
    width: 100%;
    position: absolute;
    bottom:2%;
    left: 50%;
 transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 10px;
    line-height: 1.5em;
    color: #666;
}
/**注意**/

#cautionWrap #caitonInner {
    width: 90%;
        margin: 3% auto 0 auto;
    padding: 3% 0;
}
ul.caution {
    width: 100%;
    font-size: 0;
    margin-bottom: 2%;
}
ul.caution li {
    display: block;
    vertical-align: top;
        width: 100%;
}
ul.caution li h2 {
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
        font-size: 12px;
    line-height: 1.7em;
    font-weight: 700;
}
ul.caution li:nth-child(1) {
    width: 100%;
    margin-right: 0%;

}
ul.caution li:nth-child(2) {
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
}
ul.caution li:nth-child(2)  span {
    color: #999;
}
ul.cationList  li {
    vertical-align: top;
    font-size: 12px;
    line-height: 1.5em;
    display: block;
}
ul.cationList  li:nth-child(1) {
    width: 100%;
}
ul.cautionList  li:nth-child(2) {
    width: 100%;
}
#bnrArea {
    background: #000;
    text-align: center;
    padding: 3% 0;
}
.bnr {
    width: 50%;
    margin: auto;
}
ul.modalBtn {
    width: 80%;
    max-width: 760px;
    margin: auto;
    font-size: 0;
}
ul.modalBtn li {
    display:block;
    width: 100%;
    margin: 1%;
    vertical-align: top;
}

/* ------------------------------------
	Footer
------------------------------------ */
/*footer {
    padding: 2.5% 0;
font-size: 0.75em;
    line-height: 1.5em;
    background: #fff;
    text-align: center;
}
footer #logo {
    width: 20%;
    max-width: 145px;
    margin: auto;
}*/
ul.sns {
    font-size: 0;
    width: auto;
margin: auto;
}
ul.sns li {
    display: block;
    margin: 2% auto;
    font-size: 10px;
    max-width: 160px;
}
#membership {
    width: 20%;
    max-width: 130px;
    left: 1%;
    bottom: 2%;
    position: fixed;
}
}


/* ------------------------------------
	ローディング
------------------------------------ */
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10001;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#loading img {
width: 150px;
height: 150px;
}


/*************************
*トップに戻る
*************************/
#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 15px;
  bottom: -100px;
/*  background: #000;*/
  opacity: 0.8;
/*  border-radius: 50%;*/
z-index:15;
}
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f35b';
  font-size: 36px;
  color: #8f722e;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*モーダル*/
.modal {
 display: none;
}




.sb {
  width: 300px;
  position: relative;
  display: block;
  margin: 10px auto;
  padding: 5px;
  border-radius: 4px;
  background-color: #dedede;
  font-size: 14px;
  line-height: 1.5;
  color: #a8893a;
  text-align: center
}

.sb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #dedede;
  translate: -50% -100%;
}
