﻿@charset "UTF-8";
@import url(/kk-np/line/fun_content/comics//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
  -webkit-appearance: none;
}

textarea {
  font-family: inherit;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  height: 100%;
  word-break: break-all;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner-s {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: block;
}

/*--- /body -------------------------------------------------------------------------------------------------------------*/
/*--clearfix-------------------------------------------------------------------------------------------*/
header:after,
.header-sns:after,
.intro-table-area:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*--/clearfix-------------------------------------------------------------------------------------------*/
/*--------------------header--------------------*/
header {
  margin: 20px auto;
}

h1 {
  float: left;
  position: relative;
  z-index: 3;
}

h1 img {
  width: 100px;
}

header .fr {
  float: right;
  margin-right: 20px;
  position: relative;
  z-index: 3;
}

header .fr h2 {
  padding-bottom: 10px;
}

.header-sns {
  float: right;
  margin-right: 20px;
  position: relative;
  z-index: 3;
}

.header-sns li img {
  vertical-align: top;
  width: 26px;
}

.header-sns li {
  float: left;
  overflow: hidden;
  position: relative;
  width: 26px;
}

.header-sns li:hover:after {
  left: 0;
}

.sns-tw {
  margin: 0 10px 0 10px;
}

@media screen and (max-width: 767px) {
  header {
    margin: 20px auto 10px;
    width: 100% !important;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h1 {
    float: left;
  }
  h1 img {
    width: 100px;
  }
  header .fr {
    float: right;
    margin-right: 0;
    position: relative;
    z-index: 3;
    top: -10px;
  }
  header .fr h2 {
    padding-bottom: 10px;
    width: 180px;
  }
  header .fr h2 img {
    width: 100%;
    height: auto;
  }
  .header-sns {
    float: right;
    margin-right: 0;
    margin-top: -5px;
  }
  .header-sns li img {
    vertical-align: top;
    width: 30px;
  }
  .header-sns li {
    float: left;
    overflow: hidden;
    position: relative;
    width: 30px;
  }
  .header-sns li:hover:after {
    left: 0;
  }
  .sns-tw {
    margin: 0 10px 0 10px;
  }
}

footer {
  clear: both;
  margin: 0 auto;
  padding: 20px 20px;
}

footer .inner {
  text-align: center;
}

footer p.copy {
  /*float:right;*/
  text-align: center;
  font-size: 12px;
}

footer li {
  display: inline-block;
  border-left: 1px solid #333;
  line-height: 1.2;
  padding: 0 10px;
  margin-bottom: 20px;
}

footer li:first-child {
  border: none;
}

footer li a {
  position: relative;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
  color: #333 !important;
  font-size: 12px;
}

footer li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #333;
  -webkit-transition: .3s;
  transition: .3s;
}

footer li a:hover::after {
  width: 100%;
}

footer h2 {
  display: none;
}

@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 5% 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    border: none;
  }
  footer h2 {
    display: block;
    margin-bottom: 15px;
  }
  footer p.copy {
    clear: both;
    float: none;
    font-size: 12px;
    text-align: center !important;
    padding-top: 15px;
  }
  footer li {
    margin-bottom: 5px;
    padding: 0 5px 0 5px;
    line-height: 1;
  }
  footer li a {
    font-size: 10px;
    -webkit-transition: none !important;
    transition: none !important;
  }
  footer li a:hover::after {
    width: 0 !important;
  }
  footer li:last-child {
    display: inline-block;
    border-left: 0px solid #333;
    line-height: 1.2;
  }
  footer ul + a {
    position: relative;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none !important;
    color: #333 !important;
    font-size: 10px;
  }
}

/*---------------------------
		clearfix
----------------------------*/
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  main img {
    width: 100%;
    height: auto;
  }
}

.anime {
  opacity: 0;
  -webkit-transition: .7s;
  transition: .7s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.anime.active2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#main.top #mv {
  text-align: center;
  background: url(/kk-np/line/fun_content/comics/kk_gourmet_mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#main.top #contents {
  background: url(/kk-np/line/fun_content/comics/kk_gourmet_bg.jpg) repeat;
  padding: 60px 0 100px;
}

#main.top #contents .box {
  position: relative;
  z-index: 1;
  background: url(/kk-np/line/fun_content/comics/kk_gourmet_box_bg.png) no-repeat;
  background-size: 100%;
  text-align: center;
}

#main.top #contents .box .box-wrap {
  padding: 125px 40px 20px;
}

#main.top #contents .box h3 {
  width: 75%;
  margin: 0 auto;
}

#main.top #contents .box h3 img {
  width: 100%;
}

#main.top #contents .box .lead {
  margin: 0 auto 58px;
  font-weight: 700;
  font-size: 16px;
  line-height: 2.4;
}
#main.top #contents .box .lead span {
  display: inline-block;
  background-color: #fec5b7;
  padding: 3px 10px;
  line-height: 1;
}
#main.top #contents .box .lead img {
  width: 100%;
}

#main.top #contents .box .thum-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4%;
  margin-bottom: -4%;
}

#main.top #contents .box .thum-list ul li {
  width: 46%;
  margin-left: 4%;
  margin-bottom: 4%;
}

#main.top #contents .box .thum-list ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

#main.top #contents .box .thum-list ul li a.new:before {
  content: '';
  background: url(/kk-np/line/fun_content/comics/kk_gourmet_new.png) no-repeat;
  width: 72px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#main.top #contents .box .thum-list ul li a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 2s all ease;
  transition: 2s all ease;
}

#main.top #contents .box .thum-list ul li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#main.top #contents .box .thum-list ul li a:after {
  content: '';
  border: 2px solid #555;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#main.top #contents .box .thum-list ul li img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#main.top #contents .box .thum-list ul li .data {
  padding: 30px;
  background-color: #eee;
  text-align: left;
}

#main.top #contents .box .thum-list ul li .data h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

#main.top #contents .box .thum-list ul li .data dl {
  overflow: hidden;
  font-size: 13px;
  margin-bottom: -5px;
}

#main.top #contents .box .thum-list ul li .data dl dt {
  float: left;
  clear: both;
  margin-bottom: 5px;
}

#main.top #contents .box .thum-list ul li .data dl dd {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 5px;
}

#main.top #contents .box .thum-list ul li .data dl dd a {
  color: #333;
}

#main.top #contents .box .thum-list ul li .data dl dd a:hover {
  text-decoration: none;
}

#main.top #contents .box .thum-list ul li .data dl dd a:after {
  display: none;
}

@media screen and (max-width: 767px) {
  #main.top #mv img {
    width: 90%;
  }
  #main.top #contents {
    padding: 30px 5% 50px;
    background: url(/kk-np/line/fun_content/comics/kk_gourmet_bg.jpg) repeat;
    background-size: 6px;
  }
  #main.top #contents .box .box-wrap {
    padding: 18% 5% 10px;
  }
  #main.top #contents .box h3 {
    width: 85%;
    margin: 0 auto 20px;
  }
  #main.top #contents .box h3 img {
    width: 100%;
  }
  #main.top #contents .box .lead {
    margin: 0 auto 40px;
    font-size: 3vw;
    line-height: 2.8;
  }
  #main.top #contents .box .lead span {
    padding: 3px 5px;
  }
  #main.top #contents .box .thum-list ul {
    display: block;
    margin-left: 0;
    margin-bottom: -10%;
  }
  #main.top #contents .box .thum-list ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10%;
  }
  #main.top #contents .box .thum-list ul li a {
    display: block;
    position: relative;
  }
  #main.top #contents .box .thum-list ul li a.new:before {
    content: '';
    background: url(/kk-np/line/fun_content/comics/kk_gourmet_new.png) no-repeat;
    background-size: 50px;
    width: 50px;
    height: 24px;
  }
  #main.top #contents .box .thum-list ul li .data {
    padding: 5%;
  }
  #main.top #contents .box .thum-list ul li .data h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  #main.top #contents .box .thum-list ul li .data dl {
    overflow: hidden;
    font-size: 13px;
    margin-bottom: -2px;
  }
  #main.top #contents .box .thum-list ul li .data dl dt {
    float: left;
    clear: both;
    margin-bottom: 2px;
  }
  #main.top #contents .box .thum-list ul li .data dl dd {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 2px;
  }
  #main.top #contents .box .thum-list ul li .data dl dd a {
    color: #333;
  }
}

/*-------------------------
  comic
--------------------------*/
#main.comic #contents {
  background: url(/kk-np/line/fun_content/comics/kk_gourmet_bg.jpg) repeat;
  padding: 60px 0 100px;
}

#main.comic #contents .box {
  position: relative;
  z-index: 1;
  background: url(/kk-np/line/fun_content/comics/kk_gourmet_box_bg.png) no-repeat;
  background-size: 100%;
  text-align: center;
  margin-bottom: 80px;
}

#main.comic #contents .box .box-wrap {
  padding: 130px 40px 80px;
}

#main.comic #contents .box h2 {
  position: absolute;
  top: -20px;
  left: 0;
}

#main.comic #contents .box h3 {
  margin: 0 auto 70px;
  font-size: 36px;
  font-weight: 700;
}
#main.comic #contents .box h3 span {
  display: inline-block;
  background-color: #fec5b7;
  padding: 3px 10px;
  line-height: 1;
  white-space: nowrap;
}

#main.comic #contents .box h3 img {
  width: 100%;
}

#main.comic #contents .box .comic-list li {
  margin-bottom: 85px;
}

#main.comic #contents .box .comic-list li img {
  width: 100%;
}

#main.comic #contents .box .comic-list li:last-child {
  margin-bottom: 65px;
}

#main.comic #contents .box .data {
  padding: 30px;
  background-color: #eee;
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

#main.comic #contents .box .data h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 15px;
}

#main.comic #contents .box .data h4:after {
  content: '';
  width: 36px;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -18px;
}

#main.comic #contents .box .data table {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}

#main.comic #contents .box .data table th, #main.comic #contents .box .data table td {
  font-weight: normal;
  text-align: left;
}

#main.comic #contents .box .data table th a, #main.comic #contents .box .data table td a {
  color: #333;
}

#main.comic #contents .box .data table th a:hover, #main.comic #contents .box .data table td a:hover {
  text-decoration: none;
}

#main.comic #contents #thum-list {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px solid #333;
}

#main.comic #contents #thum-list h3 {
  text-align: center;
  font-size: 32px;
  padding-bottom: 25px;
  margin-bottom: 60px;
  position: relative;
}

#main.comic #contents #thum-list h3:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}

#main.comic #contents #thum-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4%;
  margin-bottom: -4%;
  padding: 0 6%;
}

#main.comic #contents #thum-list ul li {
  width: 29.3%;
  margin-left: 4%;
  margin-bottom: 4%;
  background-color: #fff;
}

#main.comic #contents #thum-list ul li a {
  display: block;
  position: relative;
  background-color: #fff;
  text-decoration: none;
}

#main.comic #contents #thum-list ul li a.new:before {
  content: '';
  background: url(/kk-np/line/fun_content/comics/kk_gourmet_new.png) no-repeat;
  width: 72px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#main.comic #contents #thum-list ul li a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#main.comic #contents #thum-list ul li a .img img {
  -webkit-transition: 2s all ease;
  transition: 2s all ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#main.comic #contents #thum-list ul li img {
  width: 100%;
}

#main.comic #contents #thum-list ul li .img {
  overflow: hidden;
  position: relative;
}

#main.comic #contents #thum-list ul li .img:after {
  content: '';
  border: 2px solid #555;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#main.comic #contents #thum-list ul li h4 {
  padding: 20px 25px;
  color: #333;
  line-height: 1.4;
  font-size: 16px;
}

#main.comic #contents .btn-top {
  text-align: center;
}

#main.comic #contents .btn-top a {
  display: inline-block;
  width: 330px;
  padding: 30px 0;
  line-height: 1;
  background-color: #ecd8a1;
  position: relative;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main.comic #contents .btn-top a:before {
  content: '';
  background: url(/kk-np/line/fun_content/comics/kk_gourmet_arrow1.png) no-repeat;
  width: 10px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -5.5px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#main.comic #contents .btn-top a:hover {
  opacity: .7;
}

#main.comic #contents .btn-top a:hover:before {
  left: 20px;
}

#main.comic.comic1 #contents .box h3 {
  width: 59%;
}

@media screen and (max-width: 767px) {
  #main.comic #contents {
    padding: 50px 5% 40px;
    background: url(/kk-np/line/fun_content/comics/kk_gourmet_bg.jpg) repeat;
    background-size: 6px;
  }
  #main.comic #contents .box {
    margin-bottom: 40px;
  }
  #main.comic #contents .box .box-wrap {
    padding: 35% 10px 20px;
  }
  #main.comic #contents .box h2 {
    position: absolute;
    top: -20px;
    left: 0;
    width: 40%;
  }
  #main.comic #contents .box h2 img {
    width: 100%;
  }
  #main.comic #contents .box h3 {
    margin: 0 auto 15px;
    font-size: 5vw;
    line-height: 2;
  }
  #main.comic #contents .box h3 span {
    display: inline-block;
    background-color: #fec5b7;
    padding: 3px 5px;
    line-height: 1;
    white-space: nowrap;
  }
  #main.comic #contents .box h3 img {
    width: 100%;
  }
  #main.comic #contents .box .comic-list li {
    margin-bottom: 40px;
    padding: 0 2%;
  }
  #main.comic #contents .box .comic-list li:last-child {
    margin-bottom: 25px;
  }
  #main.comic #contents .box .data {
    padding: 5% 2%;
    width: 90%;
  }
  #main.comic #contents .box .data h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #main.comic #contents .box .data h4:after {
    content: '';
    width: 36px;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -18px;
  }
  #main.comic #contents .box .data table {
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
  }
  #main.comic #contents .box .data table th, #main.comic #contents .box .data table td {
    font-weight: normal;
    text-align: left;
  }
  #main.comic #contents .box .data table th a, #main.comic #contents .box .data table td a {
    color: #333;
  }
  #main.comic #contents .box .data table th a:hover, #main.comic #contents .box .data table td a:hover {
    text-decoration: none;
  }
  #main.comic #contents #thum-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #main.comic #contents #thum-list h3 {
    text-align: center;
    font-size: 21px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
  }
  #main.comic #contents #thum-list h3:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #main.comic #contents #thum-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -4%;
    margin-bottom: -4%;
    padding: 0 6%;
  }
  #main.comic #contents #thum-list ul li {
    width: 46%;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  #main.comic #contents #thum-list ul li a {
    display: block;
    position: relative;
    background-color: #fff;
    text-decoration: none;
  }
  #main.comic #contents #thum-list ul li a.new:before {
    content: '';
    background: url(/kk-np/line/fun_content/comics/kk_gourmet_new.png) no-repeat;
    width: 72px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #main.comic #contents #thum-list ul li h4 {
    padding: 5% 5%;
    color: #333;
    line-height: 1.4;
    font-size: 12px;
  }
  #main.comic #contents .btn-top {
    text-align: center;
  }
  #main.comic #contents .btn-top a {
    display: inline-block;
    max-width: 330px;
    width: 80%;
    padding: 20px 0;
    line-height: 1;
    background-color: #ecd8a1;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  #main.comic #contents .btn-top a:before {
    content: '';
    background: url(/kk-np/line/fun_content/comics/kk_gourmet_arrow1.png) no-repeat;
    width: 10px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -5.5px;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  #main.comic #contents .btn-top a img {
    width: 60%;
  }
  #main.comic.comic1 #contents .box h3 {
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */