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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  color: #382a00;
  position: relative;
  width: 100%;
  height: 100%;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  text-decoration: none;
  color: #1b63a7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
}

time {
  display: inline-block;
}

section {
  position: relative;
}

section:last-of-type {
  margin-bottom: 0;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

table {
  width: 100%;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-position: center center;
  background-image: url(/files/user/title/sengoku/original/renew/img/common/bg.jpg);
}

.sp {
  display: none;
}

.layout-body {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.layout-body-inner {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

.bg-pattern {
  background-image: url(/files/user/title/sengoku/original/renew/img/common/bg_pattern.jpg);
  background-position: center center;
  position: relative;
}

.bg-pattern:before {
  content: "";
  display: block;
  width: 100%;
  height: 784px;
  background-image: url(/files/user/title/sengoku/original/renew/img/common/bg_shadow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-deco-top {
  position: absolute;
  top: 0;
  right: 40px;
}

.bg-deco-bottom {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.elem-news-category {
  margin-bottom: 25px;
}

.elem-news-category > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elem-news-category > ul > li {
  margin: 0 2px;
}

.elem-news-list {
  position: relative;
  z-index: 3;
}

.elem-news-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elem-news-list > ul > li {
  width: 23.5%;
}

.elem-news-list > ul > li > a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 2%;
}

.elem-news-list > ul > li > a > dl {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  background-color: #fffaed;
}

.elem-news-list > ul > li > a > dl > dt {
  position: relative;
  padding-top: 68%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.elem-news-list > ul > li > a > dl > dd {
  background-color: #fffaed;
  padding: 20px;
}

.elem-news-list > ul > li > a > dl > dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.elem-news-list > ul > li > a > dl > dd > div > time {
  font-size: 1.5rem;
  color: #777777;
  display: inline-block;
}

.elem-news-list > ul > li > a > dl > dd > div > p {
  margin-left: 15px;
  position: relative;
  top: -3px;
}

.elem-news-list > ul > li > a > dl > dd > p {
  font-size: 1.6rem;
  color: #382a00;
  line-height: 1.4;
}

.elem-news-list > ul > li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 93%;
  position: absolute;
  top: 3.5%;
  left: 0;
  background-image: url(/files/user/title/sengoku/original/renew/img/common/news_body.png);
  background-repeat: repeat-y;
  background-size: 100% 100%;
}

.elem-news-list-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  line-height: 0;
}

.elem-news-list-head > img {
  width: 100%;
}

.elem-news-list-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  line-height: 0;
}

.elem-news-list-foot > img {
  width: 100%;
}

.elem-news-pager {
  margin-top: 50px;
}

.elem-news-pager > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elem-news-pager > div > ul > li {
  margin: 0 2px;
}

.elem-news-pager > div > ul > li > a {
  display: block;
  width: 54px;
  height: 54px;
  color: #382a00;
  text-align: center;
  line-height: 50px;
  background-image: url(/files/user/title/sengoku/original/renew/img/common/news_pager_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.elem-news-pager > div > ul > li.selected > a {
  background-image: url(/files/user/title/sengoku/original/renew/img/common/news_pager_bg_on.png);
  color: #fff;
}

.elem-news-detail-body {
  background-image: url(/files/user/title/sengoku/original/renew/img/common/news_detail_body.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 20px 80px;
}

.elem-news-detail-body > dl > dt > p {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elem-news-detail-body > dl > dt > p > time {
  color: #777777;
  font-size: 1.5rem;
}

.elem-news-detail-body > dl > dt > p > img {
  margin-left: 15px;
  position: relative;
  top: -3px;
}

.elem-news-detail-body > dl > dt > h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #382a00;
}

.elem-news-detail-body > dl > dt > div {
  margin: 20px 0 0;
  line-height: 0;
}

.elem-news-detail-body > dl > dd {
  margin-top: 40px;
  color: #382a00;
}

.elem-news-detail-body > dl > dd > div:nth-of-type(n+2) {
  margin-top: 50px;
}

.elem-news-detail-contents {
  color: #3b3b3b;
  line-height: 1.7;
  word-break: break-all;
}

.elem-news-detail-contents.top > ul > li:last-of-type {
  margin-top: 30px;
}

.elem-news-detail-contents.bottom > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.elem-news-detail-contents.bottom > ul > li {
  width: 100%;
}

.elem-news-detail-contents.bottom > ul > li:first-of-type {
  margin-top: 30px;
}

.elem-news-detail-contents.left > ul, .elem-news-detail-contents.right > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.elem-news-detail-contents.left > ul > li, .elem-news-detail-contents.right > ul > li {
  width: 48%;
}

.elem-news-detail-contents.right > ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.elem-news-detail-btn {
  margin: 50px auto 0;
  text-align: center;
}

.elem-flower-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 19.5625%;
}

.elem-flower-r > img {
  width: 100%;
}

.elem-flower-l {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14.375%;
}

.elem-flower-l > img {
  width: 100%;
}

.elem-contents-title {
  text-align: center;
  margin: 0 auto;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#loading > p {
  position: absolute;
  width: 180px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  text-align: center;
}

#loading > p:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation-name: loading-anm;
  animation-name: loading-anm;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#loading > p > img {
  height: 100%;
  max-width: none;
  position: relative;
}

#loading:before, #loading:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  background-color: #BE8A3F;
}

#loading:before {
  top: 0;
}

#loading:after {
  bottom: 0;
}

#loading.on > p {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

#loading.on:before, #loading.on:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 0;
}

@-webkit-keyframes loading-anm {
  0% {
    opacity: 0;
    left: 0;
    width: 0;
  }
  50% {
    opacity: 1;
    left: 0;
    width: 100%;
  }
  100% {
    opacity: 0;
    left: 180px;
    width: 0;
  }
}

@keyframes loading-anm {
  0% {
    opacity: 0;
    left: 0;
    width: 0;
  }
  50% {
    opacity: 1;
    left: 0;
    width: 100%;
  }
  100% {
    opacity: 0;
    left: 180px;
    width: 0;
  }
}

.redirect-msg {
  width: 100%;
  height: 100%;
  background-color: #281e07;
  color: #fff;
  text-align: center;
  padding-top: 60px;
}

.redirect-msg > a {
  text-decoration: underline;
  color: #fff;
  line-height: 1.5;
}

#header {
  background-color: #281e07;
  position: relative;
  z-index: 10;
}

#header .header-body {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

#header .header-links {
  padding: 5px 0;
}

#header .header-links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .header-links > ul > li {
  margin-left: 15px;
}

#header .header-links > ul > li > a {
  font-size: 1.3rem;
  color: #fff;
}

#footer {
  padding: 60px 0 10px;
  background-color: #281e07;
  color: #fff;
  font-size: 1.4rem;
  background-position: center center;
  position: relative;
  z-index: 10;
}

#footer .footer-body {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

#footer .footer-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .footer-logo {
  margin-top: -23px;
}

#footer .footer-links > dl > dt {
  font-weight: bold;
}

#footer .footer-links > dl > dd {
  margin-top: 20px;
}

#footer .footer-links > dl > dd > ul > li {
  padding: 0 10px;
}

#footer .footer-links > dl > dd > ul > li > a {
  font-size: 1.3rem;
  color: #fff;
}

#footer .footer-links > dl > dd > ul > li > a:before {
  content: "・";
}

#footer .footer-links > dl > dd > ul > li:nth-of-type(n+2) {
  margin-top: 10px;
}

#footer .footer-copy {
  margin-top: 40px;
}

#footer .footer-copy > p {
  font-size: 1.2rem;
  text-align: center;
}

#menu {
  position: fixed;
  width: 465px;
  height: 100%;
  z-index: 1000;
  right: -392px;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

#menu.on {
  right: 0;
}

#menu.on .menu-btn > img {
  visibility: hidden;
}

#menu.on .menu-body > dl > dt {
  left: 0;
  opacity: 1;
}

#menu.on .menu-body > dl > dd > ul > li {
  left: 0;
  opacity: 1;
}

#menu .menu-btn {
  position: absolute;
  top: 524px;
  left: 0;
  z-index: 1;
  cursor: pointer;
  pointer-events: initial;
}

#menu .menu-body {
  background-image: url(/files/user/title/sengoku/original/renew/img/common/menu_bg.png);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  visibility: hidden;
}

#menu .menu-body > dl {
  width: 400px;
  margin-left: auto;
  pointer-events: initial;
  text-align: center;
}

#menu .menu-body > dl > dt {
  text-align: center;
  position: relative;
  left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
}

#menu .menu-body > dl > dd {
  margin-top: 30px;
}

#menu .menu-body > dl > dd > ul {
  width: 280px;
  margin: 0 auto;
}

#menu .menu-body > dl > dd > ul > li {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 10px;
  opacity: 0;
}

#menu .menu-body > dl > dd > ul > li:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#menu .menu-body > dl > dd > ul > li:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#menu .menu-body > dl > dd > ul > li:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#menu .menu-body > dl > dd > ul > li:nth-of-type(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#menu .menu-body > dl > dd > ul > li:nth-of-type(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#menu .menu-body > dl > dd > ul > li:nth-of-type(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

#menu .menu-body > dl > dd > ul > li:nth-of-type(7) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#menu .menu-body > dl > dd > ul > li:nth-of-type(8) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

#menu .menu-body > dl > dd > ul > li:nth-of-type(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#menu .menu-body > dl > dd > ul > li:nth-of-type(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#menu .menu-body > dl > dd > ul > li > a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

#nav {
  position: relative;
}

.nav-share {
  text-align: center;
  padding-top: 80px;
}

.nav-sns {
  margin-top: 70px;
}

.nav-sns > p {
  margin-left: 20px;
  text-align: center;
}

.nav-sns > ul {
  margin-top: 40px;
  padding: 40px 0;
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-sns > ul > li {
  margin: 0 30px;
}

.nav-links {
  margin-top: 60px;
  padding-bottom: 70px;
}

.nav-links > div {
  position: relative;
}

.nav-links > div > a {
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #382a00;
  font-size: 1.8rem;
  background-image: url(/files/user/title/sengoku/original/renew/img/common/nav_links_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.nav-links > div > a > p {
  display: table-cell;
  vertical-align: middle;
}

.nav-links > ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-links > ul > li {
  width: 24%;
  margin-right: 1.333333333333333333%;
  position: relative;
}

.nav-links > ul > li > a {
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #382a00;
  font-size: 1.8rem;
  background-image: url(/files/user/title/sengoku/original/renew/img/common/nav_links_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.nav-links > ul > li > a > p {
  display: table-cell;
  vertical-align: middle;
}

#dl {
  position: fixed;
  left: -10px;
  bottom: -50px;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#dl.on {
  visibility: visible;
  bottom: -10px;
  opacity: 1;
}

#dl > ul {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 32px;
  left: 190px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  #wrapper {
    background-size: 400px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .layout-body {
    padding: 0 15px;
  }
  .layout-body-full-sp {
    padding: 0;
  }
  .bg-pattern {
    background-size: 55px;
  }
  .bg-deco-top {
    width: 165px;
    right: -30px;
  }
  .bg-deco-bottom {
    width: 190px;
    left: 0;
    bottom: -35px;
  }
  .elem-news-category {
    margin-bottom: 20px;
  }
  .elem-news-list > ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .elem-news-list > ul > li {
    width: 49%;
  }
  .elem-news-list > ul > li:nth-of-type(n+3) {
    margin-top: 2%;
  }
  .elem-news-list > ul > li > a > dl > dd {
    padding: 10px;
  }
  .elem-news-list > ul > li > a > dl > dd > div {
    margin-bottom: 5px;
  }
  .elem-news-list > ul > li > a > dl > dd > div > time {
    font-size: 1.1rem;
  }
  .elem-news-list > ul > li > a > dl > dd > div > p {
    margin-left: 5px;
    width: 50px;
  }
  .elem-news-list > ul > li > a > dl > dd > p {
    font-size: 1.2rem;
  }
  .elem-news-list > ul > li > a:after {
    top: 4.5%;
    height: 92%;
  }
  .elem-news-pager {
    margin-top: 40px;
  }
  .elem-news-pager > div > ul {
    margin-top: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .elem-news-pager > div > ul > li {
    margin: 5px 1px 0;
  }
  .elem-news-pager > div > ul > li > a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 1.2rem;
  }
  .elem-news-detail {
    margin: 0 -15px;
  }
  .elem-news-detail-body {
    background-image: url(/files/user/title/sengoku/original/renew/img/common/news_detail_body_sp.png);
    padding: 10px 15px;
  }
  .elem-news-detail-body > dl > dt > p {
    margin-bottom: 10px;
  }
  .elem-news-detail-body > dl > dt > p > time {
    font-size: 1.2rem;
  }
  .elem-news-detail-body > dl > dt > p > img {
    margin-left: 5px;
    width: 50px;
  }
  .elem-news-detail-body > dl > dt > h2 {
    font-size: 1.6rem;
  }
  .elem-news-detail-body > dl > dt > div {
    margin: 15px 0 0;
  }
  .elem-news-detail-body > dl > dd {
    margin-top: 20px;
  }
  .elem-news-detail-body > dl > dd > div:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .elem-news-detail-contents {
    font-size: 1.3rem;
  }
  .elem-news-detail-contents.top > ul > li:last-of-type {
    margin-top: 20px;
  }
  .elem-news-detail-contents.bottom > ul > li:first-of-type {
    margin-top: 20px;
  }
  .elem-news-detail-contents.left > ul, .elem-news-detail-contents.right > ul {
    display: block;
  }
  .elem-news-detail-contents.left > ul > li, .elem-news-detail-contents.right > ul > li {
    width: 100%;
  }
  .elem-news-detail-contents.left > ul > li:last-of-type, .elem-news-detail-contents.right > ul > li:last-of-type {
    margin-top: 20px;
  }
  .elem-news-detail-btn {
    margin-top: 30px;
    padding: 0 100px;
  }
  .elem-flower-r {
    width: 120px;
    top: -70px;
  }
  .elem-flower-l {
    width: 80px;
    bottom: -70px;
  }
  .elem-contents-title {
    width: 245px;
  }
  #header .header-body {
    padding: 0 8px;
  }
  #header .header-links > ul > li {
    margin-left: 10px;
  }
  #header .header-links > ul > li > a {
    font-size: 1.0rem;
  }
  #footer {
    background-size: 13px;
    padding: 0 0 10px;
  }
  #footer .footer-body {
    padding: 0;
  }
  #footer .footer-nav > ul {
    display: block;
  }
  #footer .footer-nav > ul > li:first-of-type {
    display: none;
  }
  #footer .footer-links > dl > dt {
    padding: 10px 15px;
    font-size: 1.1rem;
    background-color: rgba(255, 255, 255, 0.1);
  }
  #footer .footer-links > dl > dd {
    margin-top: 0;
  }
  #footer .footer-links > dl > dd > ul > li > a {
    font-size: 0.9rem;
    display: block;
    padding: 10px 0;
  }
  #footer .footer-links > dl > dd > ul > li:nth-of-type(n+2) {
    margin-top: 0;
  }
  #footer .footer-links > dl > dd > ul > li:nth-of-type(n+2) > a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #footer .footer-copy {
    margin-top: 0;
    padding: 0 10px;
  }
  #footer .footer-copy > p {
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0 0;
  }
  #menu {
    width: 312px;
    right: -276px;
  }
  #menu .menu-btn {
    top: auto;
    bottom: 93px;
    width: 36px;
  }
  #menu .menu-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url(/files/user/title/sengoku/original/renew/img/common/menu_bg_sp.png);
    background-position: bottom;
    background-size: 100%;
    padding: 0 0 60px;
  }
  #menu .menu-body > dl {
    width: 260px;
  }
  #menu .menu-body > dl > dt {
    width: 120px;
    margin: 0 auto;
  }
  #menu .menu-body > dl > dd {
    margin-top: 15px;
  }
  #menu .menu-body > dl > dd > ul {
    width: 125px;
  }
  #menu .menu-body > dl > dd > ul > li > a {
    padding: 15px 10px;
  }
  .nav-share {
    width: 290px;
    margin: 0 auto;
  }
  .nav-sns {
    margin-top: 40px;
  }
  .nav-sns > p {
    width: 180px;
  }
  .nav-sns > ul {
    margin-top: 15px;
    padding: 15px 0;
  }
  .nav-sns > ul > li {
    height: 50px;
    margin: 0 20px;
  }
  .nav-sns > ul > li img {
    height: 100%;
    max-width: none;
  }
  .nav-links {
    margin-top: 25px;
    padding-bottom: 65px;
  }
  .nav-links > div > a {
    display: block;
    font-size: 1.5rem;
    background-position: right 10px center;
  }
  .nav-links > div > a > p {
    padding-top: 6%;
    display: block;
  }
  .nav-links > ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-links > ul > li {
    width: 48%;
  }
  .nav-links > ul > li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .nav-links > ul > li > a {
    font-size: 1.3rem;
    background-position: right 10px center;
  }
  #dl {
    left: 0;
    bottom: -30px;
  }
  #dl.on {
    bottom: 0;
  }
  #dl > ul {
    top: 26.86567%;
    left: 32%;
  }
  #dl > ul > li {
    padding-right: 2.93333%;
  }
}

@media screen and (min-width: 768px) {
  .elem-news-list > ul > li {
    margin-right: 2%;
  }
  .elem-news-list > ul > li:nth-of-type(4n) {
    margin-right: 0;
  }
  .elem-news-list > ul > li:nth-of-type(n+5) {
    margin-top: 2%;
  }
  .nav-links > ul > li:nth-of-type(4n) {
    margin-right: 0;
  }
  .nav-links > ul > li:nth-of-type(n+5) {
    margin-top: 10px;
  }
  #dl > ul > li {
    height: 44px;
    margin: 0 5px;
  }
  #dl > ul > li > a > img {
    height: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 960px) {
  #footer .footer-nav > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-nav > ul > li:first-of-type {
    width: 100%;
  }
  #footer .footer-logo {
    margin: 0 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-height: 800px) {
  #menu .menu-btn {
    top: 400px;
  }
  #menu .menu-body {
    padding-top: 20px;
    background-position: 0 -124px;
  }
  #menu .menu-body > dl > dd > ul > li > a {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) and (max-height: 550px) {
  #menu .menu-body {
    padding-bottom: 20px;
  }
  #menu .menu-body > dl > dd > ul > li > a {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .nav-links > ul > li > a {
    font-size: 1.6rem;
    background-position: right 10px center;
  }
}
