@charset "UTF-8";
/* Scss Document */
html {
  font-size: 62.5%;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: #262528;
  line-height: 1.6;
}

ul, ol, dl {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

a {
  text-decoration: none;
  color: #0e3196;
}
a:hover {
  color: #2b266c;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.sp-view {
  display: block;
}

.pc-view {
  display: none;
}

@media screen and (max-width: 779px) {
  h2,
  #kinchougata h1,
  #gunpatsu h1 {
    color: #0e3196;
    margin: 0;
    font-size: 1.9rem;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    border-bottom: 1px solid #0e3196;
    padding-bottom: 5px;
  }

  #sp-gnav {
    display: none;
    position: absolute;
    top: 122px;
    width: 100%;
    z-index: 9999;
  }
  #sp-gnav ul {
    width: 100%;
    background-color: #0e3196;
    box-sizing: border-box;
  }
  #sp-gnav li {
    width: 100%;
    height: 60px;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: table;
    background: url(/naron/common/img/sp_arrow.png) 97% center no-repeat;
    background-size: 6px;
  }
  #sp-gnav li:nth-of-type(2), #sp-gnav li:nth-of-type(4) {
    background: none;
  }
  #sp-gnav li:hover {
    background-color: #2b266c;
  }
  #sp-gnav .sp-gnav-lineup li, #sp-gnav .sp-gnav-kiso li {
    background: url(/naron/common/img/sp_arrow.png) 94% center no-repeat;
    background-size: 6px;
  }
  #sp-gnav li a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.6rem;
    padding: 0 10px;
  }
  #sp-gnav .sp-gnav-lineup, #sp-gnav .sp-gnav-kiso {
    background-color: #03a0e4;
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
  }
  #sp-gnav .sp-gnav-lineup li, #sp-gnav .sp-gnav-kiso li {
    width: 50%;
    height: auto;
    display: table;
    box-sizing: border-box;
    padding: 5% 0;
    vertical-align: middle;
  }
  #sp-gnav .sp-gnav-lineup li a {
    width: 100%;
    display: table-cell;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  #sp-gnav .sp-gnav-lineup li:nth-child(odd) {
    border-right: 1px solid #fff;
    box-sizing: border-box;
    float: left;
  }
  #sp-gnav .sp-gnav-kiso li:nth-child(odd) {
    border-right: 1px solid #fff;
    box-sizing: border-box;
    float: left;
  }
  #sp-gnav .sp-gnav-lineup li a img {
    height: auto;
    width: auto;
    max-width: 60%;
    margin-bottom: 5px;
  }
  #sp-gnav .sp-gnav-lineup li h3 {
    margin: 0;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: .8;
  }
  #sp-gnav .sp-gnav-lineup li span {
    margin: 0;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 10px;
  }

  .head-section {
    width: 100%;
    background: #faf7f2;
    margin: 0 auto;
    height: 51px;
    overflow: hidden;
  }
  .head-section h1 {
    margin: 10px 0 0 10px;
    float: left;
    width: auto;
  }

  .naron-logo {
    margin: 10px 0 0 10px;
    float: left;
    width: auto;
  }

  .head-section h1 img, .naron-logo img {
    display: block;
    max-width: 100px;
    width: auto;
    height: auto;
    float: left;
    margin: 8px 0 0;
  }

  .head-section {
    position: relative;
  }
  .head-section > div:nth-of-type(1) {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .head-section > div:nth-of-type(1) img {
    max-width: 58px;
    width: auto;
    height: auto;
  }
  .head-section h1 span {
    float: left;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
    position: relative;
    background-color: transparent;
    border: 1px solid #2b266c;
    padding: 3px 3px 3px 10px;
    margin: 4px 0 0 10px;
  }

  .naron-logo span {
    float: left;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
    position: relative;
    background-color: transparent;
    border: 1px solid #2b266c;
    padding: 3px 3px 3px 10px;
    margin: 4px 0 0 10px;
  }

  .head-section h1 a, .naron-logo a {
    color: #2b266c;
  }

  .head-section h1 span:after, .head-section h1 span:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .naron-logo span:after, .naron-logo span:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .head-section h1 span:after, .naron-logo span:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #faf7f2;
    border-width: 5px;
    margin-top: -5px;
  }

  .head-section h1 span:before, .naron-logo span:before {
    border-color: rgba(43, 38, 108, 0);
    border-right-color: #2b266c;
    border-width: 6px;
    margin-top: -6px;
  }

  .footer-area {
    width: 84%;
    padding: 20px 8%;
    text-align: center;
    background-color: #faf7f2;
  }
  .footer-area a {
    font-size: 1.6rem;
  }
  .footer-area a span:after {
    content: ">";
    margin: 0 0 0 15px;
  }

  .sns {
    margin: 15px auto 0;
  }
  .sns li {
    display: inline-block;
    width: 28px;
    height: auto;
  }
  .sns li:not(:last-child) {
    margin: 0 10px 0 0;
  }

  .banner-area {
    width: 84%;
    padding: 30px 8% 20px;
    margin: 0 0;
  }
  .banner-area ul li {
    margin: 0px auto 10px;
  }

  .naron-series-info {
    background-color: #faf7f2;
    margin: 15px 3% 0;
    padding: 35px 5%;
  }

  .naron-series-info h2 {
    color: #0e3196;
    margin: 0;
    font-size: 1.7rem;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #0e3196;
    padding-bottom: 8px;
    line-height: 1.2;
    box-sizing: border-box;
  }
  .naron-series-info ul {
    margin: 0;
  }
  .naron-series-info ul li {
    border-bottom: 1px solid #cdc9d5;
    padding: 15px 0;
  }
  .naron-series-info ul li a {
    display: block;
    position: relative;
    padding: 0;
  }
  .naron-series-info ul li img {
    position: absolute;
    height: 100%;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .naron-series-info ul li h3 {
    position: relative;
    left: 0;
    top: 0;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0;
  }
  .naron-series-info ul li h3 span {
    display: block;
    font-size: 1.1rem;
    line-height: 1;
  }
}
@media screen and (min-width: 780px) {
  h2,
  #kinchougata h1,
  #gunpatsu h1 {
    color: #0e3196;
    margin: 0;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    border-bottom: 1px solid #0e3196;
    padding-bottom: 20px;
  }

  .sp-view {
    display: none !important;
  }

  .pc-view {
    display: block;
  }

  body {
    min-width: 1044px !important;
  }

  header {
    width: 100%;
    background-color: #faf7f2;
  }

  .head-section {
    margin: 0 auto;
    width: 1044px;
    height: 70px;
  }
  .head-section h1 {
    margin: 25px 0 0 10px;
    float: left;
    width: auto;
  }

  .naron-logo {
    margin: 25px 0 0 10px;
    float: left;
    width: auto;
  }

  .head-section h1 img, .naron-logo img {
    width: 161px;
    height: 25px;
    float: left;
  }

  .head-section h1 span, .naron-logo span {
    font-size: 1.5rem;
    font-weight: normal;
    display: block;
    position: relative;
    float: left;
    margin: 0 0 0 15px;
    border: 1px solid #2b266c;
    padding: 3px 3px 3px 10px;
    color: #2b266c;
  }

  .head-section h1 span:after, .head-section h1 span:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .naron-logo span:after, .naron-logo span:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .head-section h1 span:after, .naron-logo span:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #faf7f2;
    border-width: 5px;
    margin-top: -5px;
  }

  .head-section h1 span:before, .naron-logo span:before {
    border-color: rgba(43, 38, 108, 0);
    border-right-color: #2b266c;
    border-width: 6px;
    margin-top: -6px;
  }

  .pc-gnav {
    height: 60px;
    width: 100%;
    position: relative;
    background: #0e3195;
  }

  #top .pc-gnav {
    height: 525px;
    width: 100%;
    position: relative;
    background: url(/naron/img/mv.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .pc-main-nav {
    width: 100%;
    max-width: 1024px;
    height: 60px;
    padding: 0 45px;
    display: table;
    table-layout: fixed;
    text-align: center;
  }
  .pc-main-nav li {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 205px;
  }
  .pc-main-nav li a {
    color: #fbf7f3;
    font-size: 1.5rem;
    width: inherit;
    display: block;
  }
  .pc-main-nav li:hover {
    background: rgba(43, 38, 108, 0.6);
  }

  .gnav-product {
    display: none;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    top: 60px;
    left: 0;
    min-width: 1044px;
  }
  .gnav-product div {
    width: 1024px;
    margin: 0 auto;
  }
  .gnav-product p {
    margin: 40px 0 0;
    padding: 0 0 5px;
    text-align: left;
    border-bottom: 2px solid #2b266c;
  }
  .gnav-product p a {
    color: #2b266c;
    font-size: 2.2rem;
  }
  .gnav-product ul {
    margin: 20px auto 40px;
    width: 845px;
    display: table;
    table-layout: fixed;
    text-align: center;
  }
  .gnav-product ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 79px;
    width: 148px;
  }
  .gnav-product ul li:hover {
    background-color: transparent !important;
  }
  .gnav-product ul li img {
    width: 148px;
    height: auto;
  }
  .gnav-product ul li a {
    color: #2b266c;
    display: block;
  }
  .gnav-product ul li a h3 {
    font-size: 1.4rem;
    margin: 0;
  }
  .gnav-product ul li a h3:before {
    content: "▶";
    margin: 0 2px 0 0;
    font-size: 1.2rem;
  }
  .gnav-product ul li a span {
    font-size: 1.2rem;
  }

  .gnav-kiso {
    display: none;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    top: 60px;
    left: 0;
  }
  .gnav-kiso div:nth-child(1) {
    width: 800px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .gnav-kiso dl {
    width: 185px;
    margin: 0 auto;
    float: left;
  }
  .gnav-kiso dl:not(:nth-child(4)) {
    margin: 0 20px 0 0;
  }
  .gnav-kiso dt {
    padding: 0 0 5px;
    border-bottom: 2px solid #2b266c;
    margin: 0 0 20px;
  }
  .gnav-kiso dt a {
    color: #2b266c;
    font-size: 2.2rem;
  }
  .gnav-kiso dd {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
  }
  .gnav-kiso dd ul {
    text-align: left;
    display: inline-block;
  }
  .gnav-kiso dd ul li {
    display: block;
    margin: 0;
    padding: 0;
    height: 2em;
    font-size: 1.4rem;
  }
  .gnav-kiso dd ul li:hover {
    background: none;
    opacity: .8;
  }
  .gnav-kiso dd ul li a {
    color: #2b266c;
    border-bottom: 1px solid #2b266c;
    display: inline;
  }
  .gnav-kiso dd ul li:before {
    content: "▶";
    font-size: 1rem;
    margin-right: 2px;
    color: #2b266c;
  }

  .type-check {
    width: 340px;
    height: 40px;
    display: block;
    margin: 0 auto 40px;
    background-color: #0e3196;
    line-height: 38px;
    position: relative;
  }
  .type-check a:after {
    content: ">";
    position: absolute;
    right: 10px;
  }
  .type-check:hover {
    opacity: .6;
  }

  .pc-sns {
    width: 255px;
    float: right;
    margin: 20px 0 0;
  }
  .pc-sns a span {
    display: block;
    float: left;
    font-size: 1.3rem;
    margin: 4px 0 0;
  }
  .pc-sns a span:after {
    content: ">";
    margin: 0 0 0 7px;
  }
  .pc-sns ul {
    float: right;
  }
  .pc-sns ul li {
    width: 30px;
    float: left;
  }
  .pc-sns ul li:not(:last-child) {
    margin: 0 5px 0 0;
  }
  .pc-sns ul li img {
    width: 30px;
    height: 30px;
  }

  .pc-sns-etc {
    float: right;
    margin: 20px 0 0;
    width: 100px;
  }
  .pc-sns-etc a span {
    display: block;
    margin: 4px 0 0;
    font-size: 1.3rem;
  }
  .pc-sns-etc a span:after {
    content: ">";
    margin: 0 0 0 7px;
  }
  .pc-sns-etc ul {
    display: none;
  }

  .banner-area {
    width: 100%;
  }
  .banner-area ul {
    width: 1024px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .banner-area ul li {
    height: 100px;
    width: 490px;
  }
  .banner-area ul li:nth-child(odd) {
    float: left;
  }
  .banner-area ul li:nth-child(even) {
    float: right;
  }

  .naron-series-info {
    background-color: #faf7f2;
    margin: 20px auto 0;
    width: 867px;
    padding: 63px;
  }

  .naron-series-info h2 {
    color: #0e3196;
    margin: 0;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    border-bottom: 1px solid #0e3196;
    padding-bottom: 10px;
  }
  .naron-series-info ul {
    margin: 40px 0 0;
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px 0;
    width: 100%;
  }
  .naron-series-info ul li {
    display: table-cell;
    width: 135px;
  }
  .naron-series-info ul li:nth-child(1) {
    width: 150px;
  }
  .naron-series-info ul li h3 {
    font-size: 1.3rem;
    text-align: center;
    font-weight: normal;
  }
  .naron-series-info ul li a:hover img {
    opacity: .7;
  }
  .naron-series-info ul li h3 span {
    display: block;
  }
  .naron-series-info ul li h3:before {
    content: "▶";
    font-size: 1rem;
    padding-right: 2px;
  }

  #product .pc-main-nav > li:nth-child(1),
  #zutsuu .pc-main-nav > li:nth-child(2),
  #kinchougata .pc-main-nav > li:nth-child(2),
  #kinchougata .pc-main-nav > li:nth-child(2),
  #gunpatsu .pc-main-nav > li:nth-child(2),
  #henzutsuu .pc-main-nav > li:nth-child(3),
  #faq .pc-main-nav > li:nth-child(4),
  #cm .pc-main-nav > li:nth-child(5),
  #campaign .pc-main-nav > li:nth-child(6){
    background: rgba(43, 38, 108, 0.6);
  }

  #sitemap main,
  #cm main,
  .main{
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
    background: url(/naron/common/img/bg_under_2.png) repeat;
  }

  .ttl-area {
    width: 100%;
    height: 160px;
    background-color: #faf7f2;
    text-align: center;
    margin: 0 auto 15px;
    padding: 0;
  }
  .ttl-area div {
    width: 314px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .ttl-area div p {
    background-position: 3% center;
    background-repeat: no-repeat;
    background-size: 70px auto;
    padding: 10px 0 0 105px;
    color: #0e3196;
    line-height: 2.4;
    text-align: left;
    font-size: 2.4rem !important;
    height: 65px;
  }
}
@media screen and (min-width: 780px) and (max-height: 1044px) {
  .pc-main-nav {
    padding: 0;
  }
  .pc-main-nav li {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 100%;
    max-width: 205px;
  }
  .pc-main-nav li:hover {
    background: rgba(43, 38, 108, 0.6);
  }
}
@media screen and (max-width: 340px) {
  #sp-gnav li a {
    font-size: 1.2rem;
  }
  #sp-gnav .sp-gnav-lineup li h3 {
    font-size: 1.4rem;
  }
  #sp-gnav .sp-gnav-lineup li a img {
    width: 50%;
  }
}
