@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;
}

.rb {
  color: #e60012;
  font-weight: bold;
}

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;
}

.mv {
  width: 100%;
  padding: 0 0 62.5%;
  background: url(../img/mv.jpg) 0 0 no-repeat;
  background-size: cover;
}

.nav {
  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;
  text-align: center;
  color: #fff;
  background-color: #353535;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
}

.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;
}

.head {
  background: #e8d8b4;
  text-align: center;
}
.head__title {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.head__title img {
  width: 100%;
}

.news {
  width: 100%;
  max-width: 994px;
  margin: auto;
  padding: 32px 0 88px;
}
.news__content {
  width: 100%;
  background: #fff;
  border: 1px solid #685644;
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 32px;
}
.news__inner {
  width: 100%;
  padding: 32px 40px;
  border: 1px dotted #685644;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news__title {
  display: flex;
  width: 100%;
  padding: 0 0 8px;
  border-bottom: 1px dotted #685644;
  align-items: center;
}
.news__title-sub {
  text-align: center;
  font-weight: bold;
}
.news__title-text {
  color: #685644;
  font-weight: bold;
  width: 86%;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
}
.news__title-tag {
  width: 14%;
}
.news__title-tag span {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 8px 0;
}
.news__title-tag span.event {
  background: #48c6ca;
}
.news__title-tag span.merchandise {
  background: #0f7ac6;
}
.news__title-tag span.other {
  background: #eb73ac;
}
.news__day {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
  padding: 8px 8px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news__detail {
  padding: 24px 0 0;
  line-height: 1.5;
  font-weight: 100;
}
.news__detail.separate {
  display: flex;
}
.news__detail-left {
  width: 59%;
  padding: 0 32px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news__detail-left .news__detail-text {
  padding: 0 0 32px;
}
.news__detail img {
  width: 100%;
  max-width: 320px;
  vertical-align: middle;
}
.news__detail img.full {
  width: 100%;
  max-width: 900px;
  padding: 24px 0;
}
.news__detail img.qr {
  width: 240px;
}
.news__detail-right {
  width: 41%;
}
.news__detail-right img {
  width: 100%;
  vertical-align: middle;
}
.news__detail-right .illust {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  padding: 4px 0 0;
}
.news__detail-center {
  text-align: center;
}
.news__detail-center img {
  padding: 16px 0 0;
}
.news__detail-center img.middle {
  width: 100%;
  max-width: 640px;
}
.news__detail-textlink {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}
.news__detail-textlink:hover {
  color: #e60012;
}
.news__merchandise-title {
  width: 20%;
  padding: 2px 0;
  color: #fff;
  background: #685644;
  text-align: center;
}
.news__merchandise-text {
  padding: 8px 0 16px;
}
.news__reserv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: auto;
}
.news__reserv-title {
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 4px 0;
  background: #685644;
}
.news__reserv-item {
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news__reserv-item.dengeki {
  width: 100%;
}
.news__reserv-item.single {
  width: 100%;
  padding: 0 0 16px;
}
.news__reserv-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  font-size: 16px;
  font-size: 1rem;
  color: #685644;
  font-weight: bold;
  padding: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 0 #685644;
  border: 1px solid #685644;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news__reserv-item a:hover {
  box-shadow: 0 0px 0 #685644;
  transform: translate3d(0, 3px, 0);
}
.news__reserv-date {
  padding: 8px 0;
}
.news__reserv-special {
  padding: 0 0 8px;
}
.news__reserv-single {
  display: block;
  width: 100%;
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
.news__reserv-japan {
  padding: 24px 8px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news__reserv-japan .news__reserv-item {
  text-align: center;
}
.news__reserv.many .news__reserv-item {
  width: 33.33%;
}
.news__btn-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.news__btn-item {
  width: 50%;
  padding: 0 8px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news__award-top {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #685644;
}
.news__award-second {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #685644;
}
.news__award-item {
  display: flex;
  width: 100%;
  padding: 4px 0;
  border-bottom: 1px dotted #685644;
}
.news__award-name {
  width: 22%;
  font-size: 14px;
  font-size: 0.875rem;
}
.news__award-title {
  width: 78%;
}
.news__award-title a {
  text-decoration: none;
}

.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;
}

.sphead {
  display: none;
}

/* ------------------------------------ */
/* tablet                     					*/
/* ------------------------------------ */
/* ------------------------------------ */
/* SmartPhone                  					*/
/* ------------------------------------ */
@media screen and (max-width: 767px) {
  .sns {
    width: 100%;
    padding: 8px;
  }
  .sns__line, .sns__twitter, .sns__facebook {
    padding: 4px;
  }

  .dngklogo {
    padding: 16px;
  }

  .nav {
    position: relative;
    border-top: none;
  }

  .nav .navbtn {
    display: block;
    position: absolute;
    top: -50px;
    right: 10px;
    z-index: 1000;
  }

  .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.logo {
    display: none;
  }
  .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;
  }

  .news {
    padding: 32px 16px 88px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .news__content {
    width: 100%;
    margin: 0 auto 24px;
  }
  .news__inner {
    padding: 16px;
  }
  .news__title {
    display: block;
  }
  .news__title-text {
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 8px;
  }
  .news__title-tag {
    width: 100%;
  }
  .news__title-tag span {
    width: 33%;
  }
  .news__detail {
    padding: 16px 0 0;
  }
  .news__detail.separate {
    display: block;
  }
  .news__detail-left {
    width: 100%;
    padding: 0;
  }
  .news__detail-left .news__detail-text {
    padding: 0 0 24px;
  }
  .news__detail-right {
    width: 100%;
  }
  .news__detail-textlink {
    display: block;
    text-align: left;
  }
  .news__merchandise-title {
    width: 40%;
  }
  .news__reserv {
    width: 100%;
  }
  .news__reserv-item {
    width: 100%;
  }
  .news__reserv.many .news__reserv-item {
    width: 100%;
  }
  .news__btn-list {
    flex-wrap: wrap;
  }
  .news__btn-item {
    width: 100%;
  }
  .news__award-item {
    display: block;
  }
  .news__award-name, .news__award-title {
    width: 100%;
  }

  .sphead {
    display: block;
    padding: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #353535;
    border-bottom: solid 1px #dddddd;
  }
  .sphead img {
    width: 24%;
  }
}
