@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;
}

*:focus {
  border: none;
  outline: none;
}

.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;
}

.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%;
}

.cooking {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0 0 0;
}
.cooking__detail {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 80px 16px 48px;
  line-height: 1.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cooking__list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.cooking__list-item {
  width: 20%;
  padding: 0 12px 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cooking__menu-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #685644;
  padding: 8px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 16px 0 0;
}
.cooking__menu-title:before, .cooking__menu-title:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 30px;
  background: url(../img/h2_white.svg) 0 0 no-repeat;
}
.cooking__menu-title:before {
  margin: 0 4px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cooking__menu-title:after {
  margin: 0 0 0 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cooking__menu-title span {
  font-size: 34px;
  font-size: 2.125rem;
}
.cooking__menu-subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #0f7bc6;
  padding: 8px 0;
  border-bottom: 1px dotted #7b7662;
  margin: 24px 0 32px;
}
.cooking__menu-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
}
.cooking__menu-item {
  width: 33.33%;
  padding: 0 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cooking__menu-item a.cooking01 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_001.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking01:hover {
  background: url(../img/cooking/c_thumb/c_thumb_001_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking01.on {
  background: url(../img/cooking/c_thumb/c_thumb_001_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking02 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_002.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking02:hover {
  background: url(../img/cooking/c_thumb/c_thumb_002_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking02.on {
  background: url(../img/cooking/c_thumb/c_thumb_002_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking03 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_003.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking03:hover {
  background: url(../img/cooking/c_thumb/c_thumb_003_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking03.on {
  background: url(../img/cooking/c_thumb/c_thumb_003_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking04 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_004.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking04:hover {
  background: url(../img/cooking/c_thumb/c_thumb_004_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking04.on {
  background: url(../img/cooking/c_thumb/c_thumb_004_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking05 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_005.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking05:hover {
  background: url(../img/cooking/c_thumb/c_thumb_005_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking05.on {
  background: url(../img/cooking/c_thumb/c_thumb_005_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking06 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_006.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking06:hover {
  background: url(../img/cooking/c_thumb/c_thumb_006_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking06.on {
  background: url(../img/cooking/c_thumb/c_thumb_006_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking07 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_007.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking07:hover {
  background: url(../img/cooking/c_thumb/c_thumb_007_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking07.on {
  background: url(../img/cooking/c_thumb/c_thumb_007_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking08 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_008.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking08:hover {
  background: url(../img/cooking/c_thumb/c_thumb_008_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking08.on {
  background: url(../img/cooking/c_thumb/c_thumb_008_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking09 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_009.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking09:hover {
  background: url(../img/cooking/c_thumb/c_thumb_009_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking09.on {
  background: url(../img/cooking/c_thumb/c_thumb_009_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking10 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_010.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking10:hover {
  background: url(../img/cooking/c_thumb/c_thumb_010_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking10.on {
  background: url(../img/cooking/c_thumb/c_thumb_010_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking11 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_011.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking11:hover {
  background: url(../img/cooking/c_thumb/c_thumb_011_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking11.on {
  background: url(../img/cooking/c_thumb/c_thumb_011_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking12 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_012.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking12:hover {
  background: url(../img/cooking/c_thumb/c_thumb_012_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking12.on {
  background: url(../img/cooking/c_thumb/c_thumb_012_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking13 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_013.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking13:hover {
  background: url(../img/cooking/c_thumb/c_thumb_013_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking13.on {
  background: url(../img/cooking/c_thumb/c_thumb_013_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking14 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_014.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking14:hover {
  background: url(../img/cooking/c_thumb/c_thumb_014_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking14.on {
  background: url(../img/cooking/c_thumb/c_thumb_014_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking15 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_015.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking15:hover {
  background: url(../img/cooking/c_thumb/c_thumb_015_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking15.on {
  background: url(../img/cooking/c_thumb/c_thumb_015_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking16 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_016.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking16:hover {
  background: url(../img/cooking/c_thumb/c_thumb_016_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking16.on {
  background: url(../img/cooking/c_thumb/c_thumb_016_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking17 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_017.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking17:hover {
  background: url(../img/cooking/c_thumb/c_thumb_017_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking17.on {
  background: url(../img/cooking/c_thumb/c_thumb_017_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking18 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_018.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking18:hover {
  background: url(../img/cooking/c_thumb/c_thumb_018_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking18.on {
  background: url(../img/cooking/c_thumb/c_thumb_018_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking19 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_019.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking19:hover {
  background: url(../img/cooking/c_thumb/c_thumb_019_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking19.on {
  background: url(../img/cooking/c_thumb/c_thumb_019_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking20 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_020.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking20:hover {
  background: url(../img/cooking/c_thumb/c_thumb_020_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking20.on {
  background: url(../img/cooking/c_thumb/c_thumb_020_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking21 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_021.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking21:hover {
  background: url(../img/cooking/c_thumb/c_thumb_021_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking21.on {
  background: url(../img/cooking/c_thumb/c_thumb_021_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking22 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_022.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking22:hover {
  background: url(../img/cooking/c_thumb/c_thumb_022_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking22.on {
  background: url(../img/cooking/c_thumb/c_thumb_022_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking23 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_023.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking23:hover {
  background: url(../img/cooking/c_thumb/c_thumb_023_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking23.on {
  background: url(../img/cooking/c_thumb/c_thumb_023_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking24 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_024.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking24:hover {
  background: url(../img/cooking/c_thumb/c_thumb_024_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking24.on {
  background: url(../img/cooking/c_thumb/c_thumb_024_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking25 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_025.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking25:hover {
  background: url(../img/cooking/c_thumb/c_thumb_025_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking25.on {
  background: url(../img/cooking/c_thumb/c_thumb_025_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking26 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_026.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking26:hover {
  background: url(../img/cooking/c_thumb/c_thumb_026_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking26.on {
  background: url(../img/cooking/c_thumb/c_thumb_026_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking27 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_027.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking27:hover {
  background: url(../img/cooking/c_thumb/c_thumb_027_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking27.on {
  background: url(../img/cooking/c_thumb/c_thumb_027_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking28 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_028.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking28:hover {
  background: url(../img/cooking/c_thumb/c_thumb_028_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking28.on {
  background: url(../img/cooking/c_thumb/c_thumb_028_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking29 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_029.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking29:hover {
  background: url(../img/cooking/c_thumb/c_thumb_029_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking29.on {
  background: url(../img/cooking/c_thumb/c_thumb_029_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking30 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_030.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking30:hover {
  background: url(../img/cooking/c_thumb/c_thumb_030_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking30.on {
  background: url(../img/cooking/c_thumb/c_thumb_030_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking31 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_031.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking31:hover {
  background: url(../img/cooking/c_thumb/c_thumb_031_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking31.on {
  background: url(../img/cooking/c_thumb/c_thumb_031_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking32 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_032.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking32:hover {
  background: url(../img/cooking/c_thumb/c_thumb_032_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking32.on {
  background: url(../img/cooking/c_thumb/c_thumb_032_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking33 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_033.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking33:hover {
  background: url(../img/cooking/c_thumb/c_thumb_033_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking33.on {
  background: url(../img/cooking/c_thumb/c_thumb_033_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking34 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_034.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking34:hover {
  background: url(../img/cooking/c_thumb/c_thumb_034_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking34.on {
  background: url(../img/cooking/c_thumb/c_thumb_034_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking35 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_035.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking35:hover {
  background: url(../img/cooking/c_thumb/c_thumb_035_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking35.on {
  background: url(../img/cooking/c_thumb/c_thumb_035_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking36 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_036.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking36:hover {
  background: url(../img/cooking/c_thumb/c_thumb_036_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking36.on {
  background: url(../img/cooking/c_thumb/c_thumb_036_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking37 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_037.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking37:hover {
  background: url(../img/cooking/c_thumb/c_thumb_037_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking37.on {
  background: url(../img/cooking/c_thumb/c_thumb_037_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking38 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_038.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking38:hover {
  background: url(../img/cooking/c_thumb/c_thumb_038_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking38.on {
  background: url(../img/cooking/c_thumb/c_thumb_038_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking39 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_039.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking39:hover {
  background: url(../img/cooking/c_thumb/c_thumb_039_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking39.on {
  background: url(../img/cooking/c_thumb/c_thumb_039_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking40 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_040.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking40:hover {
  background: url(../img/cooking/c_thumb/c_thumb_040_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking40.on {
  background: url(../img/cooking/c_thumb/c_thumb_040_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking41 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_041.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking41:hover {
  background: url(../img/cooking/c_thumb/c_thumb_041_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking41.on {
  background: url(../img/cooking/c_thumb/c_thumb_041_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking42 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_042.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking42:hover {
  background: url(../img/cooking/c_thumb/c_thumb_042_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking42.on {
  background: url(../img/cooking/c_thumb/c_thumb_042_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking43 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_043.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking43:hover {
  background: url(../img/cooking/c_thumb/c_thumb_043_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking43.on {
  background: url(../img/cooking/c_thumb/c_thumb_043_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking44 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_044.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking44:hover {
  background: url(../img/cooking/c_thumb/c_thumb_044_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking44.on {
  background: url(../img/cooking/c_thumb/c_thumb_044_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking45 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_045.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking45:hover {
  background: url(../img/cooking/c_thumb/c_thumb_045_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking45.on {
  background: url(../img/cooking/c_thumb/c_thumb_045_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking46 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_046.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking46:hover {
  background: url(../img/cooking/c_thumb/c_thumb_046_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking46.on {
  background: url(../img/cooking/c_thumb/c_thumb_046_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking47 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_047.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking47:hover {
  background: url(../img/cooking/c_thumb/c_thumb_047_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking47.on {
  background: url(../img/cooking/c_thumb/c_thumb_047_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking48 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_048.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking48:hover {
  background: url(../img/cooking/c_thumb/c_thumb_048_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking48.on {
  background: url(../img/cooking/c_thumb/c_thumb_048_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking49 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_049.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking49:hover {
  background: url(../img/cooking/c_thumb/c_thumb_049_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking49.on {
  background: url(../img/cooking/c_thumb/c_thumb_049_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking50 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_050.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking50:hover {
  background: url(../img/cooking/c_thumb/c_thumb_050_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking50.on {
  background: url(../img/cooking/c_thumb/c_thumb_050_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking51 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_051.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking51:hover {
  background: url(../img/cooking/c_thumb/c_thumb_051_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking51.on {
  background: url(../img/cooking/c_thumb/c_thumb_051_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking52 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_052.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking52:hover {
  background: url(../img/cooking/c_thumb/c_thumb_052_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking52.on {
  background: url(../img/cooking/c_thumb/c_thumb_052_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking53 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_053.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking53:hover {
  background: url(../img/cooking/c_thumb/c_thumb_053_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking53.on {
  background: url(../img/cooking/c_thumb/c_thumb_053_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking54 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_054.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking54:hover {
  background: url(../img/cooking/c_thumb/c_thumb_054_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking54.on {
  background: url(../img/cooking/c_thumb/c_thumb_054_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking55 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_055.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking55:hover {
  background: url(../img/cooking/c_thumb/c_thumb_055_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking55.on {
  background: url(../img/cooking/c_thumb/c_thumb_055_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking56 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_056.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking56:hover {
  background: url(../img/cooking/c_thumb/c_thumb_056_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking56.on {
  background: url(../img/cooking/c_thumb/c_thumb_056_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking57 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_057.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking57:hover {
  background: url(../img/cooking/c_thumb/c_thumb_057_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking57.on {
  background: url(../img/cooking/c_thumb/c_thumb_057_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking58 {
  width: 100%;
  padding: 0 0 32.7%;
  background: url(../img/cooking/c_thumb/c_thumb_058.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking58:hover {
  background: url(../img/cooking/c_thumb/c_thumb_058_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-item a.cooking58.on {
  background: url(../img/cooking/c_thumb/c_thumb_058_on.png) 0 0 no-repeat;
  background-size: cover;
}
.cooking__menu-name {
  font-size: 16px;
  font-size: 1rem;
  color: #685644;
  font-weight: bold;
  padding: 8px 0 32px;
}
.cooking__menu-text {
  padding: 0 0 32px;
  line-height: 1.275;
}
.cooking__modal {
  position: relative;
}
.cooking__modal-name {
  font-size: 20px;
  font-size: 1.25rem;
  color: #685644;
  font-weight: bold;
  padding: 32px 0 0;
}
.cooking__modal-wrap {
  border: 1px solid #685644;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cooking__modal-box {
  display: block;
  align-items: normal;
  padding: 8px 0 0;
}
.cooking__modal-thumb {
  width: 100%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cooking__modal-thumb img {
  width: 70%;
}

.remodal {
  max-width: 960px;
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.remodal-cancel {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  min-width: inherit;
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #685644;
  border-bottom: 1px solid #685644;
  background: transparent;
}
.remodal-cancel:hover {
  background: transparent;
}
.remodal-cancel img {
  width: 100%;
  vertical-align: middle;
}

.mainbtn {
  padding: 32px 0 64px;
}
.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.story {
  padding: 0 15px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainbtn__list-item.story a {
  width: 100%;
  background: url(../img/btn_story_middle.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%;
}

.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;
  }

  .cooking {
    padding: 0 0 32px;
  }
  .cooking__detail {
    font-size: 16px;
    font-size: 1rem;
    padding: 32px 16px;
  }
  .cooking__list {
    flex-wrap: wrap;
    padding: 0 0 16px;
  }
  .cooking__list-item {
    width: 33.33%;
    padding: 0 8px 8px;
  }
  .cooking__menu {
    padding: 0 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cooking__menu-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .cooking__menu-item {
    width: 100%;
  }
  .cooking__menu-btn {
    padding: 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cooking__twinbtn {
    display: block;
    padding: 0 24px 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cooking__twinbtn-item {
    width: 100%;
    padding: 0 0 16px;
  }
  .cooking__modal-wrap {
    padding: 0px;
  }
  .cooking__modal-name {
    font-size: 16px;
    font-size: 1rem;
    padding: 32px 0 0;
    line-height: 1.275;
  }
  .cooking__modal-line {
    text-align: center;
  }
  .cooking__modal-line img {
    width: 90%;
    vertical-align: middle;
  }
  .cooking__modal-box {
    display: block;
    padding: 16px 0 0;
  }
  .cooking__modal-thumb {
    width: 100%;
    padding: 0 0 16px;
  }
  .cooking__modal-thumb img {
    width: 100%;
  }
  .cooking__modal-detail {
    width: 100%;
  }

  .remodal-cancel {
    width: 32px;
    height: 32px;
  }
  .remodal-cancel img {
    width: 90%;
  }

  .remodal {
    width: 94%;
  }

  .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%;
  }

  .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.story {
    padding: 0;
  }
  .mainbtn__list-item.cooking {
    padding: 16px 0 0;
  }
}
