@media (max-width: 1120px) {
  .l-header {
    background-color: #ff4654;
    background-image: url("../images/layout/head-kv.png");
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: top -20px right -60px;
    width: 100%;
    height: 150px;
  }
}

@media (min-width: 1120px) {
  .l-header {
    display: none;
    background-size: 600px;
    background-position: top -90px right 200px;
    height: 228px;
  }
}

.l-container {
  padding-bottom: 20px;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 1120px) {
  .l-container {
    width: 1060px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
  }
  .l-container_main {
    width: 710px;
    height: auto;
    float: right;
    margin-top: 50px;
  }
  .l-container_sub {
    width: 300px;
    margin: 50px 50px 0 auto;
    float: left;
  }
  .l-container_sub .b-section.sub-border {
    border: 3px solid #efefef;
    padding: 0;
  }
  .b-section:nth-child(n+2) {
    margin-top: 40px;
  }
  .l-container_sub .b-section .article-item_in {
    box-sizing: border-box;
  }
  .l-container_sub .b-section .section-ttl {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media (min-width: 500px) and (max-width: 1120px) {
  .l-container_main, .l-container_sub {
    padding: 0 3%;
  }
}

.l-footer_top {
  background-color: #ff4654;
  height: 60px;
}

@media (min-width: 1120px) {
  .l-footer_top {
    height: 80px;
  }
}

.l-footer_top__in {
  padding: 0 20px;
}

@media (min-width: 1120px) {
  .l-footer_top__in {
    padding: 0;
    width: 1060px;
    margin: 0 auto;
  }
}

.l-footer_bottom {
  background-color: #000;
  height: auto;
}

@media (max-width: 500px) {
  .l-footer_bottom {
    height: auto;
  }
}

@media (min-width: 1120px) {
  .single .l-container {
    width: 1060px;
  }
  .single .l-container_main {
    -webkit-flex-basis: 700px;
    -ms-flex-preferred-size: 700px;
    flex-basis: 700px;
    max-width: 700px;
  }
}

/* header-style */
.l-header_top {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
}

@media (min-width: 1120px) {
  .l-header_top {
    width: 1060px;
    height: 86px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 500px) and (max-width: 1120px) {
  .l-header_top {
    padding: 0 5%;
  }
}

.l-header_top .logo {
  float: left;
}

.l-header_top .logo a {
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  padding: 18px 0;
  position: relative;
}

@media (min-width: 1120px) {
  .l-header_top .logo a {
    font-size: 38px;
    padding: 24px 0;
  }
}

.l-header_top .logo a:after {
  content: "";
  background-color: #fff;
  border-radius: 3px;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.nav-bar {
  cursor: pointer;
  width: 20px;
  height: 14px;
  position: absolute;
  top: 23px;
  right: 20px;
}

@media (min-width: 1120px) {
  .nav-bar {
    top: 33px;
    right: 0;
  }
}

@media (min-width: 500px) and (max-width: 1120px) {
  .nav-bar {
    right: 5%;
  }
} 

.nav-bar_in {
  position: relative;
}

.nav-bar_item {
  background-color: #fff;
  border-radius: 3px;
  height: 2px;
  position: absolute;
}

.nav-bar_item:nth-child(1) {
  width: 18px;
  top: 0;
  right: 0;
}

.nav-bar_item:nth-child(2) {
  width: 18px;
  top: 6px;
  right: 2px;
}

.nav-bar_item:nth-child(3) {
  width: 16px;
  top: 12px;
  right: 0;
}

.btn-bar {
  background-color: #ff4654;
  border-radius: 50%;
  cursor: pointer;
  width: 46px;
  height: 46px;
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 9;
}

@media (min-width: 1120px) {
  .btn-bar {
    display: none;
  }
}

.btn-bar_in {
  position: relative;
}

.btn-bar_item {
  background-color: #fff;
  border-radius: 3px;
  height: 2px;
  position: absolute;
}

.btn-bar_item:nth-child(1) {
  width: 15px;
  top: 16px;
  right: 14px;
}

.btn-bar_item:nth-child(2) {
  width: 16px;
  top: 22px;
  right: 16px;
}

.btn-bar_item:nth-child(3) {
  width: 14px;
  top: 28px;
  right: 14px;
}

.l-header_bottom {
  width: 100%;
  height: 90px;
  padding: 8px 20px 15px;
  position: relative;
}

@media (min-width: 1120px) {
  .l-header_bottom {
    width: 1060px;
    height: 142px;
    margin: 0 auto;
    padding: 14px 0 0 0;
  }
}

@media (min-width: 500px) and (max-width: 1120px) {
  .l-header_bottom {
    padding: 8px 5% 15px;
  }
}

.l-header_bottom .game-ttl {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 1120px) {
  .l-header_bottom .game-ttl {
    font-size: 24px;
  }
}

.l-header_bottom .header-search {
  margin-top: 15px;
}

@media (min-width: 1120px) {
  .l-header_bottom .header-search {
    width: 400px;
    margin-top: 30px;
  }
}

.l-header_bottom .header-search .search-form {
  background-color: #fff;
  background-image: url("../images/icon/icon-search.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: top 11px left 15px;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  font-size: 11px;
  padding: 10px 15px 10px 44px;
}

@media (min-width: 1120px) {
  .l-header_bottom .header-search .search-form {
    padding: 0 20px 0 40px;
  }
}

.notfound {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 20px;
}

/* drawer-style */

.drawer-nav {
  z-index: 99 !important;
}

.drawer-nav_in {
  background-color: #212121;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}

.drawer-nav_ttl {
  background-color: #111;
  border-bottom: 2px solid #262626;
  padding: 10px 20px;
  position: relative;
}

@media (min-width: 500px) and (max-width: 1120px) {
  .drawer-nav_ttl {
    padding: 10px 5%;
  }
}

.drawer-nav_ttl p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.drawer-nav_ttl .nav-close {
  background-image: url("../images/icon/nav-close.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 5px;
}

.drawer-nav_search {
  padding: 20px 20px 0 20px;
}

@media (min-width: 500px) and (max-width: 1120px) {
  .drawer-nav_search {
    padding: 20px 5% 0 5%;
  }
}

.drawer-nav_search form {
  width: 100%
  height: 43px;
}

.drawer-nav_search .search-form {
  background-color: #F9F9F9;
  background-image: url("../images/icon/icon-search.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: top 13px left 15px;
  border-radius: 20px;
  width: 100%;
  height: 43px;
  padding: 10px 14px 10px 40px;
  font-size: 10px;
}

.drawer-menu_list {
  background-image: url("../images/icon/nav-arrow.svg");
  background-size: 10px;
  background-position: top 18px right 20px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #111;
}

.drawer-menu_list a {
  color: #F9F9F9;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
}

.dropdown-style {
  border-bottom: 1px solid #111;
}

.dropdown-style .drawer-menu-item {
  color: #ece8e1 !important;
  display: block !important;
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 20px !important;
  text-decoration: none !important;
  position: relative;
}

@media (min-width: 500px) and (max-width: 1120px) {
  .dropdown-style .drawer-menu-item {
    padding: 20px 5% !important;
  }
}

.dropdown-style .drawer-menu-item:after {
  content: "";
  background-image: url("../images/icon/plus.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.drawer-dropdown.open .drawer-menu-item:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-style li {
  background-color: #ece8e1;
  border-bottom: 1px solid rgba(9,9,9,.4);
}

.dropdown-style li:last-child {
  border-bottom: none;
}

.dropdown-style li a {
  color: #383e3a;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 18px 20px 18px 30px;
  line-height: 1 !important;
}

.dropdown-style a:link,
.dropdown-style a:visited,
.dropdown-style a:hover,
.dropdown-style a:active {
  color: #383e3a;
  text-decoration: none !important;
}

@media (min-width: 500px) and (max-width: 1120px) {
  .drawer-menu_list a {
    padding: 20px 5%;
  }
}

.drawer-nav .sns-box {
  margin: 30px 0;
  padding: 0;
}

.drawer-nav .sns-box_ttl span {
  color: #F9F9F9;
}

.drawer-nav .sns-box_ttl span:before,
.drawer-nav .sns-box_ttl span:after {
  background-color: #F9F9F9;
}

/* w-header-style */
.w-header {
  background-color: #ff4654;
  width: 100%;
  height: 71px;
}

@media (max-width: 1120px) {
  .w-header {
    display: none;
  }
}

.w-header_in {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.w-header_in h1 {
  float: left;
}

.w-header_in h1 a {
  display: inline-block;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 31px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  padding: 20px 0;
}

.w-header_in h1 span {
  color: #eaeaea;
  display: inline-block;
  font-size: 11px;
  padding: 30px 0;
  vertical-align: top;
  margin-left: 15px;
}

.head-sns {
  float: right;
  margin: 20px 0;
}

.head-sns_item {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-right: 5px;
  overflow: hidden;
}

.head-sns_item a {
  display: block; 
}

.head-sns_item a img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.head-sns_item:last-child {
  margin-right: 0;
}

.head-menu_wrap {
  float: right;
  margin-right: 15px;
}

.head-menu_item {
  float: left;
  text-align: center;
}

.head-menu_item__text {
  border-bottom: 4px solid #ff4654;
  font-size: 10px;
  color: #eaeaea;
  cursor: pointer;
  display: block;
  width: auto;
  position: relative;
  padding: 21px 15px 17px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-menu_item__text.search {
  padding: 21px 15px 14px 17px;
}

.head-menu_item__text:hover {
  border-bottom: 4px solid #fff;
}

.head-menu_item__text em {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  display: block;
  padding-bottom: 4px;
}

.head-menu_content {
  background-color: #fff;
  border-bottom: 2px solid #efefef;
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 71px;
  left: 0;
  z-index: 3;
  text-align: center;
}

.head-menu_content ul {
  display: inline-block;
  padding: 30px 0;
}

.head-menu_content li {
  width: 160px;
  height: auto;
  float: left;
  margin-right: 15px;
}

.head-menu_content li:last-child {
  margin-right: 0;
}

.head-menu_content a {
  display: block;
}

.head-menu_content a:hover p {
  color: #2da7cf;
}

.head-menu_content .media {
  width: 100%;
  height: 100px;
}

.head-menu_content .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head-menu_content .content {
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-menu_content__search {
  padding: 30px 0 0 0;
}

.head-menu_content__search form {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}

.head-menu_content__search .search-form {
  border: 2px solid #efefef;
  width: 100%;
  height: 60px;
  padding: 0 15px;
}

.head-menu_content__search button {
  background-color: #efefef;
  background-image: url(../images/icon/icon-search_nav.svg);
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.head-menu_content__search .tag-list {
  width: 1060px;
  margin-top: 0;
}

.head-menu_content__search .tag-list li {
  width: auto;
}

/* footer-style */
.l-footer_top .footer-logo {
  float: left;
}

.l-footer_top .footer-logo a {
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  padding: 20px 0;
}

@media (min-width: 1120px) {
  .l-footer_top .footer-logo a {
    font-size: 30px;
    padding: 25px 0;
  }
}

.l-footer_top .footer-icon {
  float: right;
  margin: 11px 0;
}

@media (min-width: 1120px) {
  .l-footer_top .footer-icon {
    margin: 16px 0;
  }
}

.l-footer_top .footer-icon_item {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

@media (min-width: 1120px) {
  .l-footer_top .footer-icon_item {
    width: 46px;
    height: 46px;
  }
}

.l-footer_top .footer-icon_item:last-child {
  margin-right: 0;
}

.l-footer_top .footer-icon_item a {
  background-color: #fff;
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
}

.l-footer_top .footer-icon_item .f-twitter {
  background-image: url("../images/icon/f-twitter.png");
}

.l-footer_top .footer-icon_item .f-youtube {
  background-image: url("../images/icon/f-youtube.png");
}

.l-footer_top .footer-icon_item .f-mildom {
  background-image: url("../images/icon/f-mildom.png");
}

.l-footer_bottom .nlink-other_ttl {
  border-bottom: 1px solid #232323;
  padding: 15px;
}

.l-footer_bottom .nlink-other_ttl a {
  display: block;
}

.l-footer_bottom .nlink-other_ttl a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-footer_bottom .footer-menu_item {
  border-bottom: 1px solid #232323;
  width: 50%;
  height: 48px;
  float: left;
  position: relative;
}

.l-footer_bottom .footer-menu_item:nth-child(odd) {
  border-right: 1px solid #232323;
}

@media (min-width: 1120px) {
  .l-footer_bottom .footer-menu_item:nth-child(odd) a {
    padding-left: calc(100% - 530px);
  }
}

@media (min-width: 1120px) {
  .l-footer_bottom .footer-menu_item:nth-child(even):after {
    right: calc(100% - 530px);
  }
}

.l-footer_bottom .footer-menu_item:after {
  content: "";
  background-color: #282a29;
  background-image: url("../images/icon/arrow-right_w.svg");
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.l-footer_bottom .footer-menu_item a {
  color: #ece8e1;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 18px 0 18px 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 1120px) {
  .l-footer_bottom .footer-menu_item a:hover {
    color: #2da7cf;
  }
}

.l-footer_bottom .footer-copy {
  width: 100%;
}

.l-footer_bottom .footer-copy .copy-text {
  padding: 19px 0;
  text-align: center;
}

.l-footer_bottom .footer-copy .copy-text small {
  color: #ece8e1;
  font-size: 12px;
}
