@charset "UTF-8";

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
    margin: 10;
}

#owner .comments{
    font-size:0.8em;
    margin: 20px 0 40px 0;
}
#owner .comments2 {
    width: 846px;
    font-size:0.8em;
    margin: 2em auto 0 auto;
    text-align: left;
    padding: 0 3em;
}
#owner .comments3 {
    width: 846px;
    font-size:0.8em;
    margin: 2em auto 0 auto;
    text-align: center;
    padding: 0 3em;
}



audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}


a {
  background: 0 0
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

legend,
td,
th {
  padding: 0
}



/*#main  フォントは元に戻す（11/29）*{
      font-family: A1 Gothic R, A1ゴシック R, Noto Sans JP, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, ＭＳ Ｐゴシック, sans-serif;
    font-weight:normal;
}*/



#main *{
      font-family: noto-sans-cjk-jp;
}

#nicobo-content {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  word-break: normal;
  background-color: #f2f2f2;
  padding: 0px 0 70px;
}

#nicobo-content img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto
}

#nicobo-content h1,
#nicobo-content h2,
#nicobo-content h3,
#nicobo-content h4,
#nicobo-content h5,
#nicobo-content object,
#nicobo-content p {
  margin: 0;
  padding: 0;
  font-size: 100%
}

#nicobo-content sup {
  font-size: 65%
}

.basic-page {
  padding-bottom: 0
}

#nicobo-content .content-block {
  max-width: 1280px;
  margin: 0 auto
}

#nicobo-content .nicobo-ttl {
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px
}


@media only screen and (min-width:641px) {
  .for-sp {
    display: none
  }
}

@media print {
  .for-sp {
    display: none
  }
}

/* 追加 */
.del {
  text-decoration: line-through;
  text-decoration-color: #f00;
}

.del span {
  color: #000;
  font-size: small;

}

.large {
  font-size: xx-large;

}

.mid {
  font-size: medium;

}

.radius_white {
  background-color: #FFFFFF;
  border-radius: 5px;
  /* 角丸指定 */
  width: 100%;
  /* 幅指定 */
  height: 55px;
  /* 高さ指定 */
  text-align: center;
  /* 中央揃え */
  display: inline-block;
  /* インラインブロックする */
  box-sizing: border-box;
  /* 崩れ防止 */
}

.hashtg {
  background-color: #a9a9a9;
  color: #fff;
  border-radius: 5px;
  /* width: 50%; */
  /* height: 55px; */
  text-align: center;
  display: inline-block;
  /* box-sizing: border-box; */
  font-size: 109%;
  padding: 8px;
  margin: 5px;
}

.mv {
    width: 100%;
    margin: auto;
}



/*メインビジュアル*/
#nicobo-content .mv {
    text-align: center;
    /*padding-top: 2em;*/
    width: 846px;
}
#nicobo-content .mv h1{
    font-size: 46px;
    font-weight: bold;
}
#nicobo-content .mv p{
    font-weight:normal;
    margin-top: 0.5em;
    font-size: 1.2em;
}
#nicobo-content .logo {
    width: 200px;
    margin: 10px;
}


#nicobo-content .cptxt{
    font-size: 24px;
    margin: 1em 0;
    text-align: center;
}

    #nicobo-content .cptxt h1 {
        padding-top: 1em;
        font-size: 38px;
}

#nicobo-content .fixed {/*追従メニュー*/
	position: fixed;
	width: 1280px;
	top: 0;
	z-index: 1000;
    background-color: #f2f2f2;
}


#navi {
    margin: 2em 0 1em 0;
}

#nicobo-content .navigation {
    display: flex;
    justify-content:center;
    width: 1280px;
    margin: auto
}

#nicobo-content .navigation li {
    width: 50%;
    text-align: center;
    outline:5px;
}

#nicobo-content .navigation li a{
    color: #858585;
    border-bottom: #666666 1px solid;
    font-size: 22px;
    padding: 10px;
    display: block;
    position: relative;
}

#nicobo-content .navigation li a:hover {
    color: #181818;
    font-weight: bold;
   /* border-bottom: #181818 5px solid;*/
}

#nicobo-content .navigation a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 5px;
background: #181818;
bottom: -2px;/*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
visibility: hidden; /*ホバー前に、アンダーラインを可視化しない*/
}

#nicobo-content .navigation a:hover::after {
visibility: visible; /*ホバー後、アンダーラインを可視化する*/
}


#nicobo-content h2 {
    font-size: 34px;
    text-align: center;
    margin: 30px auto 30px auto;
    line-height: 1.5;
}
#nicobo-content h3 {
    font-size: 20px;
    text-align: center;
    margin: 40px 0 20px 0;
    line-height: 1.5;
}

#nicobo-content #about {
    width: 846px;
    margin: auto;
}


/*キャンペーン概要*/
#campaign {
    margin: 4em 0;
    text-align: center;
    padding: 1em 0;
/*    background-image: url(../img/graycircle.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%;
    /*background-color: #E6E6E6;*/
}
#campaign .period{
    font-size: 20px;
    padding: 1em 0;
}
#campaign .underline {
    text-decoration:underline;
}


/*価格*/
.pricebox1 {
    display: flex;
    flex-direction: column;
    flex-basis: 63%;
}
.pricebox2 {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}
/*.pricebox2 .price .base-priceList {
    position: relative;
    top: 10%;
}*/


.price {
    border: 1px solid #ccc;
    text-align: center;
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    margin: 1em auto;
    height: 280px;
}
.price .plan-itemTitle {
        font-size: 16px;
        padding: 8px 0 !important;
    background-color: #ccc;
    font-weight: 700;
    line-height: 1;
}

#nicobo-content span.marker2 {
    background: linear-gradient(transparent 90%, #e85231 20%);
    font-size:30px;
    display: inline-block;
}

.price .base-priceListItem{
        padding: 5px 0;
}
.price .base-price{
    font-size:30px!important;
}

.price .yen,
.price .month {
        font-size: 16px;
}

.price .tax {
        font-size: 13px;
        margin-left: 1px;
}
.price .strikethrough {
     font-size: 16px;
    text-decoration: line-through;
    
}

/*pricewrap　追記*/
.pricewrap {
    display: flex;
    width: 846px;
    margin: auto;
    justify-content: space-between;
}



ul.base-priceList{
    padding-bottom: 1em;
}

.price .base-priceList .m-plus:after {
        height: 14px;
        width: 14px;
    }
.price .base-priceList .mt {
    margin-top: 1em;
    
}

.price .base-priceList .m-plus:after {
    background-image: url(/store/page/NICOBO/assets/images/price/icon_list-gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    bottom: 25%;
    transform: translate(-50%, -50%);
}

.bt_price{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1em;
    flex-direction: column;
}

/*.bt_price .price_bookBtn {
        margin-top: 24px;
}*/

.bt_price .price_bookBtn-rakuten {
        font-size: 15px;
        /*margin-top: 16px;*/
}
.bt_price .price_bookBtn a {
        padding: 13.5px;
        border-color: #000;
        border-radius: 55px;
}

.bt_price .price_bookBtn-rakuten a {
        border-radius: 55px;
        min-width: 167px;
        padding: 13.5px;
    margin: 0 1em;
}
.bt_price .price_bookBtn a {
    background-color: #f7ea6e;
    display: block;
    transition: all .3s ease;
    width: 270px;
    border-color: #000;
    color: #000;
    margin: 0 auto 1em auto;
    text-align: center;
}
.bt_price .price_bookBtn-rakuten a {
    background-color: #fff;
    border: 2px solid #000;
    display: block;
    transition: all .3s ease;
    width: 270px;
    border-color: #000!important;
    color: #000;
    margin: 0 auto 1em auto;
    text-align: center;
}

#nicobo-content .line {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #BCBCBC;
    margin: 2em auto;
    width: 100%;
}

.price_txt ul{
    width: 50%;
    margin: 30px auto 0 auto;
}
.price_txt li {
    list-style: none;
    font-size:0.8em;
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-left: 0.5em;
    text-align: left;
    font-family: A1 Gothic R, A1ゴシック R, Noto Sans JP, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, ＭＳ Ｐゴシック, sans-serif;

}
.price_txt left; li{
    text-indent: -1.5em;
}
.price_txt li:before{
    content: "※";
    margin-right: 0.5em;
}



.price_txt1 ul{
    width: 50%;
    margin: 30px auto 0 auto;
}
.price_txt1 li {
    list-style: none;
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-left: 0.5em;
    text-align: left;
    font-family: A1 Gothic R, A1ゴシック R, Noto Sans JP, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, ＭＳ Ｐゴシック, sans-serif;

}
.price_txt1 left; li{
    text-indent: -1.5em;
}
.price_txt1 li:before{
    content: "※";
    margin-right: 0.5em;
}




/*ニコボについて*/

#about h2{
    font-size: 34px;
    font-weight: normal;
    margin: 100px auto 20px auto;
}
#about .youtubewrap{
    width: 846px;
    margin: auto;
}

#about .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    margin: auto;
}
#about .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/*イベント*/
#event {
    margin-top: 5em;
}
#event .eventtxt {
    text-align: center;
    font-size: 20px;
    margin: 20px auto;
}

#event ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 846px;
    margin: auto;
}
#event li{
    width: 30%;
    margin-bottom: 3.5em;
    font-size: 1.2em;
    line-height: 1.2;
    position: relative;
}
#event li img {
    width: 100%;
    margin-bottom: 5px;
}
#event .bt_event {
    margin: 1em auto;
    width: 300px;
}

#event .bt_event a{
    /*background-color: #fff;*/
    border: 2px solid #000;
    display: inline-block;
    transition: all .3s ease;
    width: 100%;
    border-color: #000 !important;
    color: #000;
    padding: 13.5px;
    border-radius: 55px;
    text-align: center;
}

#event li a {
    width: 140px;
    margin: auto;
   /* background-color: #fff;*/
    border: 1px solid #000;
    display: inline-block;
    transition: all .3s ease;
    border-color: #000 !important;
    color: #000;
    padding: 5px;
    text-align: center;
    font-size: 72%;
    font-weight: normal;
    position: absolute;
    left: 21%;
    bottom: -18%;
    border-radius: 55px;
}


/*その他の情報*/
#others h2 {
    font-size: 20px;
    text-align: center;
    margin: 40px 0 20px 0;
    line-height: 1.5;
}


#others ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;/*space-between;*/
    align-content: space-between;
    width: 1280px;
    margin: auto;
}
#others li{
    width: 22.5%;
    text-align: center;
    font-weight: bold;
    position: relative;
}
#others li img {
    width: 100%;
    margin-bottom: 5px;
    /*border: 1px #000000 solid;
    outline-offset: -1px;*/
}

#others li span {
    font-weight: normal;
    display: block;
    margin-top: 10px;

}

#others li a {
    width: 140px;
    margin: auto;
    background-color: #f2f2f2;
    border: 1px solid #000;
    display: inline-block;
    transition: all .3s ease;
    border-color: #000 !important;
    color: #000;
    padding: 5px;
    text-align: center;
    font-size: 85%;
    font-weight: normal;
    position: absolute;
    left: 25%;
    bottom: -18%;
    border-radius: 55px;
}


#nicobo-content .font85 {
    font-size: 85%;
}
#nicobo-content .font125 {
    font-size: 125%;
}
#nicobo-content .txtGrey{
    color: #858585;
}

#inquiry {
    margin: 10em auto;
}

#inquiry a {
    color: #666666;
    text-decoration: underline;
}

#nicobo-content span.marker {
    background: linear-gradient(transparent 50%, #F4DE6C 50%);
}

/*オーナー*/
#owner {
    margin: 4em 0;
}


#owner .img_owner {
    width: 12%;
    margin: auto;
}


#owner .ownervoice{
    display: flex;
    width: 846px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin: auto;
}
#owner .ownervoice ul {
    width: 30%;
}
#owner .ownervoice .caption {
    margin: 1em 0;
    font-size: 1.2em;
}
#owner .comments{
    font-size:0.8em;
    margin: 20px 0 40px 0;
}
#owner .comments2 {
    width: 846px;
    font-size:0.8em;
    margin: 2em auto 0 auto;
    text-align: left;
    padding: 0 3em;
}
#owner .comments3 {
    width: 846px;
    font-size:0.8em;
    margin: 2em auto 0 auto;
    text-align: center;
    padding: 0 3em;
}



a.pd_icon-otherlink {
    background: url(/store/images/common/icon_otherlink.svg) 100% 50% no-repeat;
    background-size: 10px 10px;
    padding-right: 16px;
    color: #666666;
    text-decoration: none;
}





/*// スマホの時だけ改行させるクラス*/
.br-sp {
    display: none;
}

/*アンカーリンク調整用*/
#event2 {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}


@media (max-width: 641px) {
    #nicobo-content .mv{
        width: 100%;
    }    
    
    #nicobo-content .cptxt h1{
        font-size: 26px
    }
    
    #nicobo-content .mv h1{
    font-size: 30px;
    font-weight: bold;
}
    #nicobo-content h2 {
    font-size: 26px;
    text-align: center;
    margin: 1em auto 1em auto;
}
    #nicobo-content h3 {
    font-size: 18px;
    text-align: center;
    margin: 3em auto 1em auto;
}
    
    #nicobo-content .mv img {
        max-width: 100%;
        width: 100%;
    }
    #nicobo-content .logo {
    width: 45%!important;
    margin: 10px;
}
    #nicobo-content .mv p {
        font-size: 14px;
        font-weight: normal;
        margin:10px;
    }
    
    #nicobo-content .cptxt {
    font-size: 16px;
    margin: 1em 8% 0 8%;
}
    #nicobo-content .fixed {/*追従メニュー*/
	width: 100%;
}
    
    #nicobo-content .navigation li {
    width: 33%;
    text-align: center;
    outline:5px;
}
    #nicobo-content .navigation li a{
    border-bottom: #666666 1px solid;
    font-size: 12px;
    padding: 10px 0;
    display: block;
    position: relative;
}
    .price {height: auto;}
 
    #nicobo-content img{
        width: 100%;
        max-width : 100%;
    }
    
/*キャンペーン期間*/
    #campaign {
    margin: 4em 0;
    text-align: center;
    padding: 0;
/*    background-image: url(../img/graycircle.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 160%;
    /*background-color: #E6E6E6;*/
}


/*キャンペーン概要*/    
#campaign .period{
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}
    .pricebox {
    display:inline-block;
        width: 90%;
}
    .price {
        width: 100%;
        margin: 1.5em auto;
    }
    .bt_price {
    width: 80%;
        margin: auto;
        display: inline-block;
    }
/*    .price_bookBtn,.price_bookBtn-rakuten{
        margin-bottom: 1em;
    }*/
    
    .price_txt ul {
            width: 846px;
    font-size:0.8em;
    margin: 2em auto 0 auto;
    text-align: center;
    padding: 0 3em;
        
    }
    
    #nicobo-content #about {
        width: 100%;
    }
    
    #about .youtubewrap {
        width: 100%;
    }
    #about h2 {
        font-size: 26px;
    }
    
    #event ul {
        width: 90%;
        justify-content: space-between;
    }
    #event li {
        width: 48%;
        font-size: 0.9em;
        margin-bottom: 2em;
    }
    #event .bt_event {
        margin: auto;
    }
    
    #owner .ownervoice {
        width: 100%;
    }
    #owner .ownervoice ul {
        width: 90%;
        margin: auto auto 3em auto;
    }
    #owner .ownervoice ul:last-child {
        margin: auto auto 2em auto;
    }    
    #owner .ownervoice li {
        font-size: 0.9em;
}   
    #owner .ownervoice .caption {
    margin: 1em 0;
        font-size: 1em;
    }
    #owner .comments2 {
        width: 90%;
        margin: 1em auto 3em auto;
        padding:0;
    }
    #others ul {
        width: 85%;
    }
    #others li {
        width: 100%;
        margin-bottom: 1.5em;
    }
        
    #others li span {
        margin-top: 5px;
    }
    #others li a{
        position: static;
        margin: 10px auto;
    }
    
    
    #attention h2,#inquiry h2 {
    margin: 3em 0 1em 0;
}
    
    
    #inquiry {
    margin: 5em auto;
        padding: 0 8%;
}
    
    .br-sp {
        display: block;
    }
    #nicobo-content .asterisk {
    color: #666666;
    font-size: 14px;
}
    #nicobo-content .font80 {
    font-size: 75%;
}
    
    .pricewrap {
    display: block;
        width: 90%;
    }
    #event li a {
    width: 125px;
    margin: 1em auto;
    display: block;
    position: static;
    }
    #nicobo-content .navigation {
    width: 100%;
}
    #nicobo-content .navigation li{
        width: 50%;
    }
    #owner .img_owner {
        width: 40%;
    }
    
    .price_txt li {
        text-align: left;
        font-size:0.8em;
    }
	
	.summary {
        width: 90%;
        margin: auto;
    }
    
    
    
}/*SP表示*/

/*//end*/

