@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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.goth {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

body {
  position: relative;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  word-wrap: break-word;
  line-break: strict;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: top;
  color: #181818;
  background: url(../img/bg.png) 0 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

a {
  display: block;
  color: #181818;
  text-decoration: none;
}

.anim {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.move {
  transition: .8s;
  opacity: 0;
  transform: translate(0, -40px);
  -webkit-transform: translate(0, -40px);
}

.active {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.fixed {
  position: fixed;
}

.splash {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.splash__image {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 552px;
}
.splash__image img {
  max-width: 100%;
}

.mv {
  width: 100%;
  padding: 0 0 62.5%;
  background: url(../img/mv.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
.mv__copy {
  position: absolute;
  width: 27.343%;
  top: 3.77%;
  left: 54.864%;
  opacity: 0;
  transform: translate(0, -40px);
  -webkit-transform: translate(0, -40px);
}
.mv__copy img {
  max-width: 100%;
}
.mv__copy.visible {
  opacity: 1.0;
  transition: 1.6s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.mv__logo {
  position: absolute;
  width: 14.375%;
  top: 3.77%;
  left: 82.958%;
  opacity: 0;
  transform: translate(0, -40px);
  -webkit-transform: translate(0, -40px);
}
.mv__logo img {
  max-width: 100%;
}
.mv__logo.visible {
  opacity: 1.0;
  transition: 1.6s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.nav {
  width: 100%;
  background: #353535;
}
.nav .navbtn {
  display: none;
}
.nav ul.close {
  display: none;
}
.nav > ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}
.nav > ul > li {
  position: relative;
  font-size: 15px;
  display: inline-block;
}
.nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 16px 24px;
  color: #fff;
  background-color: #353535;
  z-index: 2;
}
.nav > ul > li.parent > a {
  padding-right: 52px;
}
.nav > ul > li.parent > a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 6px;
  height: 6px;
  margin: -6px 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav > ul > li.parent.open > a {
  color: #FFF;
}
.nav > ul > li.parent.open > a::after {
  background: #666;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav > ul > li.external > a {
  padding-right: 46px;
}
.nav > ul > li.external > a::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 32%;
  right: 22px;
  background: url(../img/icon_newwindow.svg) 100% 50% no-repeat;
  background-size: 16px;
}
.nav > ul > li.external.open > a {
  color: #FFF;
}
.nav > ul > li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.nav > ul > li a:hover {
  color: #fff;
}
.nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.nav > ul > li a:hover::after {
  background: #666;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.nav > ul > li > ul li {
  white-space: nowrap;
}
.nav > ul > li > ul li a {
  position: relative;
  padding: 16px 52px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.nav > ul > li > ul li ul li a::before {
  left: 20px;
}

.mainbtn {
  padding: 64px 0;
}
.mainbtn__info {
  width: 100%;
  max-width: 966px;
  margin: auto;
}
.mainbtn__info a {
  width: 100%;
  background: url(../img/btn_info.png) 0 0 no-repeat;
  background-size: cover;
  padding: 0 0 25.98%;
}
.mainbtn__list {
  display: flex;
  width: 100%;
  max-width: 966px;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 32px 0 0;
}
.mainbtn__list-item {
  width: 50%;
}
.mainbtn__list-item.monster {
  padding: 0 15px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainbtn__list-item.monster a {
  width: 100%;
  background: url(../img/btn_monster.png) 100% 100% no-repeat;
  background-size: cover;
  padding: 0 0 48.72%;
}
.mainbtn__list-item.cooking {
  padding: 0 0 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainbtn__list-item.cooking a {
  width: 100%;
  background: url(../img/btn_cooking.png) 100% 100% no-repeat;
  background-size: cover;
  padding: 0 0 48.72%;
}

.info__title {
  text-align: center;
  padding: 0 0 24px;
}
.info__title img {
  width: 100%;
  max-width: 288px;
}
.info__wrap {
  width: 100%;
  max-height: 192px;
  max-width: 920px;
  margin: auto;
  overflow: auto;
  padding: 8px 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #7b7662;
  border-bottom: 1px solid #7b7662;
}
.info__list-item:last-child a {
  border-bottom: 0;
}
.info__list-item a {
  display: flex;
  padding: 8px 0;
  line-height: 1.275;
  border-bottom: 1px dotted #7b7662;
}
.info__list-item a:hover {
  color: #9a7f68;
}
.info__list-day {
  width: 14%;
}
.info__list-text {
  width: 86%;
}

.content {
  padding: 120px 0;
}
.content__list {
  width: 100%;
  max-width: 1208px;
  padding: 0 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
.content__list-item {
  padding: 16px 0;
}
.content__list-item.comment a {
  background: url(../img/btn_comment.png) 0 0 no-repeat;
  background-size: cover;
  padding: 0 0 36.34%;
}
.content__list-item.about a {
  background: url(../img/btn_about.png) 0 0 no-repeat;
  background-size: cover;
  padding: 0 0 36.34%;
}
.content__list-item.world a {
  background: url(../img/btn_world.png) 0 0 no-repeat;
  background-size: cover;
  padding: 0 0 36.34%;
}
.content__list-item.books a {
  background: url(../img/btn_books.png) 0 0 no-repeat;
  background-size: cover;
  padding: 0 0 36.34%;
}

.social {
  width: 100%;
  background: url(../img/bg2.png) 0 0 no-repeat;
  background-size: cover;
  margin: auto;
  padding: 64px 0;
}
.social__wrap {
  display: flex;
  width: 100%;
  max-width: 1208px;
  padding: 0 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
.social .twitter {
  width: 50%;
  align-items: center;
  margin: auto;
  padding: 0 44px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.social .twitter__top, .social .twitter__bottom {
  width: 100%;
}
.social .twitter__top img, .social .twitter__bottom img {
  width: 100%;
  vertical-align: middle;
}
.social .twitter__title {
  width: 100%;
  text-align: center;
  padding: 32px 0 8px;
  background: #ede8de;
}
.social .twitter__title img {
  width: 116px;
}
.social .twitter__timeline {
  padding: 0 24px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #ede8de;
}
.social .youtube {
  width: 50%;
  padding: 0 0 0 44px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.social .youtube__title {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  padding: 0 0 16px;
  font-weight: bold;
  line-height: 1.275;
}
.social .youtube__box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.social .youtube__box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.social .youtube__btn {
  padding: 24px 0 0;
}
.social .youtube__btn a {
  width: 80%;
  color: #fff;
  background: url(../img/icon_newwindow.svg), #0f7ac6;
  background-position: 90% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  text-align: center;
  line-height: 1.275;
  font-size: 18px;
  font-size: 1.125rem;
  margin: auto;
  position: relative;
  padding: 8px 0;
  font-weight: bold;
}
.social .youtube__btn a span {
  font-size: 14px;
  font-size: 0.875rem;
}
.social .youtube__btn a:hover {
  background: url(../img/icon_newwindow.svg), #43a1e4;
  background-position: 90% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.dngklogo {
  text-align: center;
  background: #fff;
  padding: 32px;
}
.dngklogo img {
  width: 100px;
  vertical-align: middle;
}

footer {
  padding: 32px 0;
  background: #0a5386;
}
footer .kdkwlogo {
  width: 240px;
  text-align: center;
  margin: auto;
}
footer .kdkwlogo img {
  width: 100%;
}
footer .copyright {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  padding: 8px 0 0;
}

.sns {
  width: 100%;
  margin: auto;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sns a {
  cursor: pointer;
}
.sns__line, .sns__twitter, .sns__facebook {
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sns__line a, .sns__twitter a, .sns__facebook a {
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sns__line a img, .sns__twitter a img, .sns__facebook a img {
  width: 36px;
  height: 36px;
}
.sns__line a img:hover, .sns__twitter a img:hover, .sns__facebook a img:hover {
  opacity: 0.8;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  width: 68px;
  height: 68px;
  background: url(../img/pagetop.svg) 0 0 no-repeat;
  background-size: contain;
}

/* ------------------------------------ */
/* tablet                     					*/
/* ------------------------------------ */
/* ------------------------------------ */
/* SmartPhone                  					*/
/* ------------------------------------ */
@media screen and (max-width: 767px) {
  .sns {
    width: 100%;
    padding: 8px;
  }
  .sns__line, .sns__twitter, .sns__facebook {
    padding: 4px;
  }

  .splash__image {
    width: 260px;
  }
  .splash__image img {
    max-width: 100%;
  }

  .mv {
    display: block;
    background: url(../img/mv_sp.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 0 0 92%;
    position: relative;
  }
  .mv__copy {
    display: none;
  }
  .mv__logo {
    display: none;
  }

  .mainbtn {
    padding: 32px 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mainbtn__info a {
    width: 100%;
    background: url(../img/btn_info_sp.png) 0 0 no-repeat;
    background-size: cover;
    padding: 0 0 48.72%;
  }
  .mainbtn__list {
    display: block;
    padding: 16px 0 0;
  }
  .mainbtn__list-item {
    width: 100%;
  }
  .mainbtn__list-item.monster {
    padding: 0;
  }
  .mainbtn__list-item.cooking {
    padding: 16px 0 0;
  }

  .info {
    padding: 32px 24px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .info__wrap {
    padding: 0 0 8px;
  }
  .info__list-item a {
    display: block;
  }
  .info__list-day {
    width: 100%;
    padding: 0 0 4px;
  }
  .info__list-text {
    width: 100%;
  }

  .content {
    padding: 40px 0;
  }
  .content__list-item {
    padding: 8px 0;
  }
  .content__list-item.comment a {
    background: url(../img/btn_comment_sp.png) 0 0 no-repeat;
    background-size: cover;
    padding: 0 0 46.27%;
  }
  .content__list-item.about a {
    background: url(../img/btn_about_sp.png) 0 0 no-repeat;
    background-size: cover;
    padding: 0 0 46.27%;
  }
  .content__list-item.world a {
    background: url(../img/btn_world_sp.png) 0 0 no-repeat;
    background-size: cover;
    padding: 0 0 46.27%;
  }
  .content__list-item.books a {
    background: url(../img/btn_books_sp.png) 0 0 no-repeat;
    background-size: cover;
    padding: 0 0 46.27%;
  }

  .social__wrap {
    display: block;
  }
  .social .twitter {
    width: 100%;
    padding: 0;
  }
  .social .twitter__top img {
    vertical-align: bottom;
  }
  .social .twitter__bottom img {
    vertical-align: top;
  }
  .social .twitter__title {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 24px 0 0;
  }
  .social .twitter__title img {
    width: 29%;
  }
  .social .twitter__timeline {
    padding: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .social .youtube {
    width: 100%;
    padding: 40px 0 0;
  }
  .social .youtube__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .social .youtube__btn a {
    width: 100%;
  }

  .dngklogo {
    padding: 16px;
  }

  .nav {
    position: relative;
    border-top: none;
  }

  .nav .navbtn {
    display: block;
    position: absolute;
    top: -50px;
    right: 10px;
  }

  .nav .navbtn a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
  }
  .nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
  }
  .nav .navbtn a::before, .nav .navbtn a.close::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  .nav .navbtn a.open::before {
    top: 19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .nav .navbtn a::after, .nav .navbtn a.close::after {
    position: absolute;
    bottom: 10px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  .nav .navbtn a.open::after {
    bottom: 18px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .nav .navbtn a span::after {
    position: absolute;
    top: 18px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .nav .navbtn a.close span::after {
    position: absolute;
    top: 18px;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .nav .navbtn a.open span::after {
    display: none;
  }

  .nav > ul {
    display: none;
    z-index: 9;
    background-color: #FFF;
  }
  .nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
  }
  .nav > ul > li.parent.open {
    border-bottom: none;
  }
  .nav > ul > li.parent.open > a {
    color: #FFF;
  }
  .nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
  .nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #666;
  }
  .nav > ul > li a:hover:after {
    background: #353535;
  }
}
