@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%;
}

.monster {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0 0 0;
}
.monster__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;
}
.monster__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.monster__list-item {
  width: 20%;
  padding: 0 12px 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.monster__list-item:nth-child(11) {
  width: 44.3%;
}
.monster__list-item a.monster1 {
  width: 100%;
  padding: 0 0 45.5%;
  background: url(../img/monster/m_btn_001.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster1:hover {
  background: url(../img/monster/m_btn_001_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster1.on {
  background: url(../img/monster/m_btn_001_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster2 {
  width: 100%;
  padding: 0 0 45.5%;
  background: url(../img/monster/m_btn_002.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster2:hover {
  background: url(../img/monster/m_btn_002_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster2.on {
  background: url(../img/monster/m_btn_002_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster3 {
  width: 100%;
  padding: 0 0 45.5%;
  background: url(../img/monster/m_btn_003.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster3:hover {
  background: url(../img/monster/m_btn_003_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster3.on {
  background: url(../img/monster/m_btn_003_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster4 {
  width: 100%;
  padding: 0 0 45.5%;
  background: url(../img/monster/m_btn_004.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster4:hover {
  background: url(../img/monster/m_btn_004_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster4.on {
  background: url(../img/monster/m_btn_004_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster5 {
  width: 100%;
  padding: 0 0 45.5%;
  background: url(../img/monster/m_btn_005.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster5:hover {
  background: url(../img/monster/m_btn_005_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster5.on {
  background: url(../img/monster/m_btn_005_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster6 {
  width: 100%;
  padding: 0 0 45.5%;
  background: url(../img/monster/m_btn_006.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster6:hover {
  background: url(../img/monster/m_btn_006_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster6.on {
  background: url(../img/monster/m_btn_006_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster7 {
  width: 100%;
  padding: 0 0 45.5%;
  background: url(../img/monster/m_btn_007.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster7:hover {
  background: url(../img/monster/m_btn_007_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster7.on {
  background: url(../img/monster/m_btn_007_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster8 {
  width: 100%;
  padding: 0 0 45.5%;
  background: url(../img/monster/m_btn_008.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster8:hover {
  background: url(../img/monster/m_btn_008_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster8.on {
  background: url(../img/monster/m_btn_008_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster9 {
  width: 100%;
  padding: 0 0 45.5%;
  background: url(../img/monster/m_btn_009.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster9:hover {
  background: url(../img/monster/m_btn_009_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster9.on {
  background: url(../img/monster/m_btn_009_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster10 {
  width: 100%;
  padding: 0 0 45.5%;
  background: url(../img/monster/m_btn_010.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster10:hover {
  background: url(../img/monster/m_btn_010_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster10.on {
  background: url(../img/monster/m_btn_010_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster11 {
  width: 100%;
  padding: 0 0 21.1%;
  background: url(../img/monster/m_btn_011.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster11:hover {
  background: url(../img/monster/m_btn_011_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__list-item a.monster11.on {
  background: url(../img/monster/m_btn_011_on.png) 0 0 no-repeat;
  background-size: cover;
}
.monster__chara-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;
}
.monster__chara-title:before, .monster__chara-title:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 30px;
  background: url(../img/h2_white.svg) 0 0 no-repeat;
}
.monster__chara-title:before {
  margin: 0 4px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.monster__chara-title:after {
  margin: 0 0 0 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.monster__chara-title span {
  font-size: 34px;
  font-size: 2.125rem;
}
.monster__chara-title.kitton {
  margin: 0 0 40px;
}
.monster__chara-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;
}
.monster__chara-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
}
.monster__chara-item {
  width: 16.66%;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.monster__chara-item button {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.monster__chara-item img {
  width: 100%;
}
.monster__chara-name {
  font-size: 16px;
  font-size: 1rem;
  color: #685644;
  font-weight: bold;
  padding: 8px 0 32px;
  line-height: 1.275;
}
.monster__chara-text {
  padding: 0 0 32px;
  line-height: 1.275;
}
.monster__modal {
  position: relative;
}
.monster__modal-name {
  font-size: 30px;
  font-size: 1.875rem;
  color: #685644;
  font-weight: bold;
}
.monster__modal-wrap {
  border: 1px solid #685644;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.monster__modal-box {
  display: flex;
  align-items: normal;
  padding: 32px 0 0;
}
.monster__modal-thumb {
  width: 46%;
  padding: 0 48px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.monster__modal-thumb img {
  width: 100%;
}
.monster__modal-detail {
  width: 54%;
  color: #353535;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}
.monster__modal-detail span {
  font-weight: bold;
}

.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;
  }

  .monster {
    padding: 0 0 32px;
  }
  .monster__detail {
    font-size: 16px;
    font-size: 1rem;
    padding: 32px 16px;
  }
  .monster__list {
    flex-wrap: wrap;
    padding: 0 0 16px;
  }
  .monster__list-item {
    width: 33.33%;
    padding: 0 8px 8px;
  }
  .monster__about {
    padding: 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .monster__about-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .monster__chara {
    padding: 0 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .monster__chara-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .monster__chara-title span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .monster__chara-title:before, .monster__chara-title:after {
    width: 22px;
    height: 22px;
  }
  .monster__chara-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 16px 0 24px;
  }
  .monster__chara-item {
    width: 33.33%;
  }
  .monster__chara-name {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 8px 0 16px;
  }
  .monster__book {
    padding: 0 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .monster__book-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .monster__book-item {
    width: 50%;
  }
  .monster__book-btn {
    padding: 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .monster__twinbtn {
    display: block;
    padding: 0 24px 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .monster__twinbtn-item {
    width: 100%;
    padding: 0 0 16px;
  }
  .monster__modal-wrap {
    padding: 16px;
  }
  .monster__modal-name {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 32px 0 0;
    line-height: 1.275;
  }
  .monster__modal-line {
    text-align: center;
  }
  .monster__modal-line img {
    width: 90%;
  }
  .monster__modal-box {
    display: block;
    padding: 16px 0 0;
  }
  .monster__modal-thumb {
    width: 100%;
    padding: 0 0 16px;
  }
  .monster__modal-thumb img {
    width: 90%;
  }
  .monster__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;
  }
}
