@charset "UTF-8";
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, sub, sup, 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;
  text-decoration: none;
}

/* 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;
}

input,
select {
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

.disp-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

.disp-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

/*=====================================
* COMMON
=======================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

*::-moz-selection {
  color: #fff;
  background: #006b9c;
}

*::selection {
  color: #fff;
  background: #006b9c;
}

*::-moz-selection {
  color: #fff;
  background: #006b9c;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  z-index: 1;
  color: #333;
  font-size: 16px; /*sp時 16px - 22px?*/
  line-height: 1.5;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  /*visibility: hidden;common.js*/
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.65vw;
  }
}

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

i {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

a {
  color: #333;
}
a:hover {
  text-decoration: underline;
}

a,
span,
img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 1.25em;
  position: relative;
  width: auto;
}

input[type=checkbox] + label:before {
  position: absolute;
  background: #fff;
  border: 1px solid #777;
  border-radius: 0.25em;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 0px;
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + label:before {
    width: 3.129vw;
    height: 3.129vw;
    margin-top: -1.826vw;
  }
}

input[type=checkbox]:checked + label:before {
  background: #006b9c;
  border: 1px solid #006b9c;
}

input[type=checkbox] + label:after {
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + label:after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 1.564vw;
    height: 1.955vw;
    left: 0.651vw;
    margin-top: -1.826vw;
  }
}

input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/*
input[type=checkbox] + label:after {
    position: absolute;
	border-right: 3px solid $clr-blue;
    border-bottom: 3px solid $clr-blue;
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    left: 5px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
input[type=checkbox]:checked + label:after {
	opacity: 1;
}*/
/*=====================================
* ANIMATION
=======================================*/
.motion {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: fadein;
          animation-name: fadein;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoomUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*=====================================
* 共通パーツ ※sp時の左右は基本sv(25);
=======================================*/
.wrapper-mainContents {
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .wrapper-mainContents {
    width: 1068px;
    padding-top: 110px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-mainContents {
    width: 100%;
    padding-top: 75px;
  }
}

.breadcrumb {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .breadcrumb {
    margin: 15px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 0.5em 0 0em 1.955vw;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .breadcrumb ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li {
    font-size: 2.868vw;
  }
}
.breadcrumb ul li:not(:first-child):before {
  content: ">";
  margin: 0 0.5em;
}
.breadcrumb ul li a {
  color: #333;
}

.mainContents {
  margin: 0;
}
@media screen and (min-width: 767px) {
  .mainContents {
    width: 708px;
  }
}
@media screen and (max-width: 767px) {
  .mainContents {
    /*width: 100%;
    margin: 0 sv(25) 0em;*/
    width: 94%;
    margin: 0 auto 0em;
  }
}

.sidebar {
  margin: 0;
}
@media screen and (min-width: 767px) {
  .sidebar {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin: 0 3.259vw;
  }
}

/*=====================================
* mainContents
=======================================*/
.box-lineup-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em 1em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .box-lineup-tags {
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
  }
}

.gray-date {
  color: #919191;
}
@media screen and (min-width: 767px) {
  .gray-date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .gray-date {
    font-size: 2.868vw;
    margin-bottom: 1.5em;
  }
}

h1.h1-main {
  border-bottom: 2px solid #009fe8;
}
@media screen and (min-width: 767px) {
  h1.h1-main {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  h1.h1-main {
    font-size: 4.954vw;
    margin-bottom: 0.5em;
  }
}
h1.h1-main span {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  h1.h1-main span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  h1.h1-main span {
    font-size: 2.868vw;
  }
}

.midashi-blue {
  color: #009fe8;
  font-weight: 700;
  border-bottom: 1px solid #333;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
@media screen and (min-width: 767px) {
  .midashi-blue {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .midashi-blue {
    font-size: 4.172vw;
  }
}

.midashi-black {
  color: #333;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 767px) {
  .midashi-black {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .midashi-black {
    font-size: 4.172vw;
  }
}

.midashi-s-black {
  color: #333;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 767px) {
  .midashi-s-black {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .midashi-s-black {
    font-size: 3.911vw;
  }
}

.midashi-blackline {
  border-bottom: 1px solid #333;
  padding-bottom: 0.25em;
  margin-bottom: 1em !important;
}

@media screen and (min-width: 767px) {
  .box-article p {
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .box-article p {
    margin-bottom: 1.2em;
  }
}
.box-article p img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .box-article p img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .box-article p img {
    width: 100%;
  }
}
.box-article p.picture-caption {
  margin: -1.2em auto 2.5em;
}
@media screen and (min-width: 767px) {
  .box-article p.picture-caption {
    width: 70%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .box-article p.picture-caption {
    width: 100%;
    font-size: 2.868vw;
  }
}
.box-article .box-picture {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .box-article .box-picture .picture-caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .box-article .box-picture .picture-caption {
    font-size: 2.868vw;
  }
}

@media screen and (min-width: 767px) {
  .box-information-article dl {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .box-information-article dl {
    margin-bottom: 2em;
  }
}
.box-information-article dl dt {
  font-weight: 777;
}
@media screen and (min-width: 767px) {
  .box-information-article dl dt {
    text-align: right;
    clear: left;
    float: left;
    width: 12.5%; /*※今後要項が増えたら手動調整する(ddのmargin-leftも)*/
  }
}
@media screen and (max-width: 767px) {
  .box-information-article dl dt {
    text-align: left;
  }
}
@media screen and (min-width: 767px) {
  .box-information-article dl dd {
    margin-left: 12.5%;
    margin-bottom: 0.25em;
  }
  .box-information-article dl dd:before {
    content: ":";
    margin: 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .box-information-article dl dd {
    margin-bottom: 0.5em;
  }
}
.box-information-article dl .cell-map {
  display: block;
}
.box-information-article dl .cell-map:hover {
  opacity: 0.75;
}
@media screen and (min-width: 767px) {
  .box-information-article dl .cell-map {
    width: 158px;
    margin: 0.5em 0 0.25em 1em;
  }
}
@media screen and (max-width: 767px) {
  .box-information-article dl .cell-map {
    width: 40%;
    margin: 0.5em 0 0 0 0;
  }
}
@media screen and (min-width: 767px) {
  .box-information-article dl .cell-tw, .box-information-article dl .cell-url {
    height: 30px;
  }
  .box-information-article dl .cell-tw img, .box-information-article dl .cell-url img {
    width: 40px;
  }
  .box-information-article dl .cell-tw img:hover, .box-information-article dl .cell-url img:hover {
    opacity: 0.75;
  }
  .box-information-article dl .cell-tw + dd, .box-information-article dl .cell-url + dd {
    line-height: 30px;
    height: 30px;
    margin-bottom: 0.5em;
  }
  .box-information-article dl .cell-tw + dd:before, .box-information-article dl .cell-url + dd:before {
    content: " ";
    margin: 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .box-information-article dl .cell-tw, .box-information-article dl .cell-url {
    text-align: right;
    clear: left;
    float: left;
    width: 10%;
  }
  .box-information-article dl .cell-tw + dd, .box-information-article dl .cell-url + dd {
    margin-left: 12.5%;
    line-height: 1.8;
  }
}

.box-link-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-link-article .ttl {
  width: 100%;
  line-height: 2;
  border-bottom: 2px solid #36c0ff;
  margin-bottom: 1em;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .box-link-article .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .box-link-article .ttl {
    font-size: 3.911vw;
  }
}
.box-link-article .item:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .box-link-article .item {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .box-link-article .item {
    width: 100%;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .box-link-article .item:not(last-of-type) {
    border-bottom: 1px solid #919191;
  }
}
.box-link-article .item .item-pic {
  margin-bottom: 0.5em;
}
.box-link-article .item .item-pic:hover {
  opacity: 0.75;
}
.box-link-article .item .item-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .box-link-article .item .item-pic img {
    height: 10.5em;
  }
}
@media screen and (max-width: 767px) {
  .box-link-article .item .item-pic img {
    height: 60vw;
  }
}
@media screen and (min-width: 767px) {
  .box-link-article .item .item-pic {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 767px) {
  .box-link-article .item .item-pic {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .box-link-article .item .item-information {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .box-link-article .item .box-lineup-tags .tag_ {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .box-link-article .item .box-lineup-tags .tag_ {
    font-size: 2.868vw;
  }
}
.box-link-article .item .item-ttl {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 767px) {
  .box-link-article .item .item-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .box-link-article .item .item-ttl {
    font-size: 3.65vw;
  }
}

a.custom-snippet-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 1em;
  border: 2px solid #c4c4c4;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (min-width: 767px) {
  a.custom-snippet-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  a.custom-snippet-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
a.custom-snippet-link:hover {
  text-decoration: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
a.custom-snippet-link .custom-snippet-eyecatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  a.custom-snippet-link .custom-snippet-eyecatch {
    max-width: 180px;
    min-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  a.custom-snippet-link .custom-snippet-eyecatch {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
  }
}
a.custom-snippet-link .custom-snippet-eyecatch img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  a.custom-snippet-link .custom-snippet-eyecatch img {
    width: 180px;
    height: 120px;
  }
}
a.custom-snippet-link .custom-snippet-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
a.custom-snippet-link .custom-snippet-information .box-lineup-tags {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
@media screen and (min-width: 767px) {
  a.custom-snippet-link .custom-snippet-information .box-lineup-tags {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  a.custom-snippet-link .custom-snippet-information .box-lineup-tags {
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 767px) {
  a.custom-snippet-link .custom-snippet-information .box-lineup-tags .tag_ {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  a.custom-snippet-link .custom-snippet-information .box-lineup-tags .tag_ {
    font-size: 2.868vw;
  }
}
@media screen and (min-width: 767px) {
  a.custom-snippet-link .custom-snippet-information .gray-date {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  a.custom-snippet-link .custom-snippet-information .gray-date {
    margin-bottom: 0.25em;
  }
}
a.custom-snippet-link .custom-snippet-information .custom-snippet-heading {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  a.custom-snippet-link .custom-snippet-information .custom-snippet-heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  a.custom-snippet-link .custom-snippet-information .custom-snippet-heading {
    font-size: 4.172vw;
  }
}

/*----------------------------------------------------------------*/
/*-----tag一覧-----*/
/*文字サイズ↓は記事詳細の冒頭表示部分から*/
a.tag_ {
  cursor: pointer;
}

a.tag-genre:hover, .tag-area-akihabara:hover, .tag-area-ikebukuro:hover, .tag-area-nakano:hover, .tag-area-wangan:hover, .tag-area-kougai:hover, .tag-area-zenkoku:hover {
  opacity: 0.75;
  text-decoration: none;
}

.tag-genre {
  font-weight: 700;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  background: #009fe8;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .tag-genre {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tag-genre {
    font-size: 2.868vw;
  }
}

.tag-area-akihabara {
  font-weight: 700;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  background: #e5472c;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .tag-area-akihabara {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tag-area-akihabara {
    font-size: 2.868vw;
  }
}

.tag-area-ikebukuro {
  font-weight: 700;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  background: #f27b87;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .tag-area-ikebukuro {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tag-area-ikebukuro {
    font-size: 2.868vw;
  }
}

.tag-area-nakano {
  font-weight: 700;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  background: #157871;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .tag-area-nakano {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tag-area-nakano {
    font-size: 2.868vw;
  }
}

.tag-area-wangan {
  font-weight: 700;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  background: #74a7d9;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .tag-area-wangan {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tag-area-wangan {
    font-size: 2.868vw;
  }
}

.tag-area-kougai {
  font-weight: 700;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  background: #d37e3e;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .tag-area-kougai {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tag-area-kougai {
    font-size: 2.868vw;
  }
}

.tag-area-zenkoku {
  font-weight: 700;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  background: #919191;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .tag-area-zenkoku {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tag-area-zenkoku {
    font-size: 2.868vw;
  }
}

.tag-hash {
  font-weight: 700;
  color: #009fe8;
}
@media screen and (min-width: 767px) {
  .tag-hash {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tag-hash {
    font-size: 2.868vw;
  }
}

.tag-new {
  font-weight: 700;
  background: #d90b0b;
  color: #fff;
  padding: 0 0.5em;
}
@media screen and (min-width: 767px) {
  .tag-new {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tag-new {
    font-size: 2.868vw;
  }
}

/*----------------------------------------------------------------*/
/*-----top-common-----*/
@media screen and (min-width: 767px) {
  .topPage-list {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .topPage-list {
    margin-bottom: 1em;
  }
}
.topPage-list ul.ul-topPage-list li {
  margin-bottom: 1.25em;
}
.topPage-list ul.ul-topPage-list li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item {
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.topPage-list ul.ul-topPage-list li .item .item-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.topPage-list ul.ul-topPage-list li .item .item-pic:hover {
  text-decoration: none;
  opacity: 0.75;
}
@media screen and (min-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-pic {
    max-width: 180px;
    min-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-pic {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 28.683vw;
    min-height: 20.86vw;
  }
}
.topPage-list ul.ul-topPage-list li .item .item-pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-pic img {
    width: 180px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-pic img {
    width: 28.683vw;
    height: 20.86vw;
  }
}
.topPage-list ul.ul-topPage-list li .item .item-pic .tag-new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.topPage-list ul.ul-topPage-list li .item .item-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topPage-list ul.ul-topPage-list li .item .item-information .box-lineup-tags {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
@media screen and (min-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-information .box-lineup-tags {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-information .box-lineup-tags {
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-information .box-lineup-tags .tag_ {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-information .box-lineup-tags .tag_ {
    font-size: 2.868vw;
  }
}
@media screen and (max-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-information .box-lineup-tags .tag-hash {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-information .gray-date {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-information .gray-date {
    display: none;
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-information .item-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .topPage-list ul.ul-topPage-list li .item .item-information .item-ttl {
    font-size: 4.172vw;
  }
}

/*----------------------------------------------------------------*/
/*-----404-----*/
@media screen and (min-width: 767px) {
  body.page404 .mainContents, body.page404 .sidebar {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  body.page404 .mainContents, body.page404 .sidebar {
    margin-top: 2em;
  }
}
body.page404 .box-page404 {
  width: 100%;
  text-align: center;
}
body.page404 .box-page404 h1 {
  color: #e5472c;
  font-weight: 777;
}
@media screen and (min-width: 767px) {
  body.page404 .box-page404 h1 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  body.page404 .box-page404 h1 {
    font-size: 4.954vw;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 767px) {
  body.page404 .box-page404 p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  body.page404 .box-page404 p {
    font-size: 3.911vw;
    margin-bottom: 2em;
  }
}
body.page404 .box-page404 input[type=search] {
  border: 1px solid #999;
  height: 32px;
  padding: 1px 1em;
}

body.page404.page-notfound .box-page404 h1 {
  color: #000;
}

/*----------------------------------------------------------------*/
/*=====================================
* sidebar
=======================================*/
.midashi-icon {
  position: relative;
  font-weight: 777;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.midashi-icon:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  left: 0;
}
@media screen and (min-width: 767px) {
  .midashi-icon:before {
    top: 5px;
    width: 28px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .midashi-icon:before {
    top: 0.651vw;
    width: 5.475vw;
    height: 4.954vw;
  }
}
@media screen and (min-width: 767px) {
  .midashi-icon {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .midashi-icon {
    font-size: 4.432vw;
  }
}

.midashi-blueline {
  border-bottom: 2px solid #009fe8;
  margin-bottom: 0.75em;
}

.midashi-icon-search:before {
  background-image: url("../img/common/icon_search.png");
}

@media screen and (min-width: 767px) {
  .midashi-icon-ranking {
    margin-bottom: 1em !important;
  }
}
.midashi-icon-ranking:before {
  background-image: url("../img/common/icon_ranking.png");
  top: 4px;
}

.midashi-icon-tag:before {
  background-image: url("../img/common/icon_tag.png");
}

.midashi-icon-point:before {
  background-image: url("../img/common/icon_point.png");
}

.midashi-icon-hukidashi:before {
  background-image: url("../img/common/icon_hukidashi.png");
}

.midashi-icon-newimg:before {
  background-image: url("../img/common/icon_new.png");
}

.midashi-icon-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
.midashi-icon-new .tag-new {
  margin-right: 0.5em;
}
@media screen and (min-width: 767px) {
  .midashi-icon-new .tag-new {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .midashi-icon-new .tag-new {
    font-size: 2.868vw;
  }
}

.sidebar .midashi-blueline {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .sidebar .midashi-icon-new, .sidebar-new-article {
    display: none;
  }
}

/*----------------------------------------------------------------*/
.sidebar-sagasu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .sidebar-sagasu {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-sagasu {
    margin-bottom: 1em;
  }
}
.sidebar-sagasu a:hover {
  text-decoration: none;
}
.sidebar-sagasu .tab {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-sagasu .tab li {
  width: 50%;
  display: block;
  text-align: center;
  border-radius: 1em 1em 0 0;
  padding: 0.5em 0;
  background: #dbdacf;
  color: rgba(51, 51, 51, 0.8);
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .sidebar-sagasu .tab li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-sagasu .tab li {
    font-size: 3.911vw;
  }
}
.sidebar-sagasu .tab li.select {
  background: #f3f0dd;
}
.sidebar-sagasu .tab li.select a {
  color: #333333;
}
.sidebar-sagasu .contents {
  background: #f2f0dd;
  padding: 1em;
  border-radius: 0 0 1em 1em;
}
.sidebar-sagasu #cont-genre a:hover {
  opacity: 0.75;
}
.sidebar-sagasu #cont-genre ul.ul-cont-genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .sidebar-sagasu #cont-genre ul.ul-cont-genre {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1em 2%;
  }
  .sidebar-sagasu #cont-genre ul.ul-cont-genre li {
    width: 48%;
  }
  .sidebar-sagasu #cont-genre ul.ul-cont-genre li .tag-genre {
    width: 100%;
    display: block;
    padding: 0.5em 1em;
    border-radius: 2em;
  }
}
.sidebar-sagasu #cont-area {
  display: none;
  /*a{
  	&:hover{
  		opacity: 0.75;
  	}
  }*/
}
.sidebar-sagasu #cont-area ul.ul-cont-area li:not(.no-link) a:hover {
  opacity: 0.75;
}
.sidebar-sagasu #cont-area ul.ul-cont-area li.no-link a:hover {
  opacity: 0.4;
}
.sidebar-sagasu #cont-area ul.ul-cont-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em 0;
  /*&:before,&:after{//※5個になったときの対応
  	content: "";
  	order: 2;
  	width: 80px;
  	@include mq($mq-sp){
  		width: sv(200);
  	}
  }*/
}
.sidebar-sagasu #cont-area ul.ul-cont-area li {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .sidebar-sagasu #cont-area ul.ul-cont-area li {
    width: 26.075vw;
    height: 26.075vw;
  }
}
.sidebar-sagasu #cont-area ul.ul-cont-area li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 0.25em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) {
  .sidebar-sagasu #cont-area ul.ul-cont-area li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-sagasu #cont-area ul.ul-cont-area li a {
    font-size: 3.911vw;
  }
}
.sidebar-sagasu #cont-area ul.ul-cont-area li.area-akihabara a {
  background: #e5472c;
}
.sidebar-sagasu #cont-area ul.ul-cont-area li.area-ikebukuro a {
  background: #f27b87;
}
.sidebar-sagasu #cont-area ul.ul-cont-area li.area-nakano a {
  background: #157871;
}
.sidebar-sagasu #cont-area ul.ul-cont-area li.area-wangan a {
  background: #74a7d9;
}
.sidebar-sagasu #cont-area ul.ul-cont-area li.area-kougai a {
  background: #d37e3e;
}
@media screen and (min-width: 767px) {
  .sidebar-sagasu #cont-area ul.ul-cont-area li.area-kougai a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.sidebar-sagasu #cont-area ul.ul-cont-area li.area-zenkoku a {
  background: #919191;
  color: #515151;
}

/*20220720*/
/*=====================================
* 共通style
=======================================*/
.sidebar-sagasu-area-genre {
  background: #f2f0dd;
  padding: 1em;
  border-radius: 1em;
}
@media screen and (min-width: 767px) {
  .sidebar-sagasu-area-genre {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-sagasu-area-genre {
    margin-bottom: 1em;
  }
}
.sidebar-sagasu-area-genre dl.dl-area {
  border-bottom: 1px solid #888;
  margin-bottom: 0.5em;
}
.sidebar-sagasu-area-genre dl.dl-genre .checkbox-field-text {
  font-size: 15px;
  font-size: 1.5rem;
}
.sidebar-sagasu-area-genre dl dt {
  text-align: center;
  font-weight: 700;
  color: #888;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .sidebar-sagasu-area-genre dl dt {
    font-size: 4.172vw;
  }
}
.sidebar-sagasu-area-genre dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar-sagasu-area-genre dl dd ul li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 0.5em 0.5em 0;
  min-width: 30%;
}
.sidebar-sagasu-area-genre dl dd ul li input[type=checkbox] + .checkbox-field-text:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-right: 0.25em;
  margin-top: -2px;
  width: 1em;
  height: 1em;
  background: #fff;
  border: #888 solid 1px;
  vertical-align: middle;
}
.sidebar-sagasu-area-genre dl dd ul li input[type=checkbox]:checked + .checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #009fe8;
  border-bottom: 3px solid #009fe8;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar-sagasu-area-genre dl dd ul li .checkbox-field-text {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .sidebar-sagasu-area-genre dl dd ul li .checkbox-field-text {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.25;
    margin-bottom: 0.25em;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-sagasu-area-genre dl dd ul li .checkbox-field-text {
    font-size: 4.172vw;
  }
}
.sidebar-sagasu-area-genre dl .area-akihabara {
  color: #e5472c;
}
.sidebar-sagasu-area-genre dl .area-ikebukuro {
  color: #f27b87;
}
.sidebar-sagasu-area-genre dl .area-nakano {
  color: #157871;
}
.sidebar-sagasu-area-genre dl .area-wangan {
  color: #74a7d9;
}
.sidebar-sagasu-area-genre dl .area-kougai {
  color: #d37e3e;
}
.sidebar-sagasu-area-genre .wrap-button {
  text-align: center;
}
.sidebar-sagasu-area-genre .wrap-button .buttonTag {
  font-weight: 700;
  background-color: #009fe8;
  color: #fff;
  padding: 0.25em 2em;
  margin: 0 1em;
  border-radius: 4px;
}
@media screen and (min-width: 767px) {
  .sidebar-sagasu-area-genre .wrap-button .buttonTag {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-sagasu-area-genre .wrap-button .buttonTag {
    width: auto;
    font-size: 4.172vw;
  }
}

.sidebar-sagasu-map {
  background: #f2f0dd;
  padding: 1em;
  border-radius: 1em;
}
@media screen and (min-width: 767px) {
  .sidebar-sagasu-map {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-sagasu-map {
    margin-bottom: 1em;
  }
}
.sidebar-sagasu-map ul.ul-cont-area li:not(.no-link) a:hover {
  opacity: 0.75;
}
.sidebar-sagasu-map ul.ul-cont-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em 0;
}
.sidebar-sagasu-map ul.ul-cont-area:before {
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .sidebar-sagasu-map ul.ul-cont-area:before {
    width: 26.075vw;
  }
}
.sidebar-sagasu-map ul.ul-cont-area li {
  width: 30%;
}
.sidebar-sagasu-map ul.ul-cont-area li a {
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 0.25em;
  letter-spacing: 0.05em;
}
.sidebar-sagasu-map ul.ul-cont-area li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .sidebar-sagasu-map ul.ul-cont-area li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-sagasu-map ul.ul-cont-area li a {
    font-size: 3.911vw;
  }
}
.sidebar-sagasu-map ul.ul-cont-area li.area-akihabara a {
  background: #e5472c;
}
.sidebar-sagasu-map ul.ul-cont-area li.area-ikebukuro a {
  background: #f27b87;
}
.sidebar-sagasu-map ul.ul-cont-area li.area-nakano a {
  background: #157871;
}
.sidebar-sagasu-map ul.ul-cont-area li.area-wangan a {
  background: #74a7d9;
}
.sidebar-sagasu-map ul.ul-cont-area li.area-kougai a {
  background: #d37e3e;
}
@media screen and (min-width: 767px) {
  .sidebar-sagasu-map ul.ul-cont-area li.area-kougai a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.sidebar-sagasu-map ul.ul-cont-area li.area-zenkoku a {
  background: #919191;
  color: #515151;
}

.sidebar-ranking a:hover {
  text-decoration: none;
  opacity: 0.75;
}
@media screen and (min-width: 767px) {
  .sidebar-ranking {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-ranking {
    margin-bottom: 1em;
  }
}
.sidebar-ranking ul.ul-ranking li {
  margin-bottom: 1em;
}
.sidebar-ranking ul.ul-ranking li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sidebar-ranking ul.ul-ranking li .item .entryImage {
  position: relative;
  display: block;
  margin-right: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryImage {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryImage {
    width: 18.252vw;
    height: 18.252vw;
  }
}
.sidebar-ranking ul.ul-ranking li .item .entryImage .rankno {
  position: absolute;
  background: #009fe8;
  text-align: center;
  font-weight: 700;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryImage .rankno {
    font-size: 12px;
    font-size: 1.2rem;
    left: -1em;
    top: -1em;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryImage .rankno {
    font-size: 2.868vw;
    left: -0.5em;
    top: -0.5em;
    width: 5.215vw;
    height: 5.215vw;
    border-radius: 5.215vw;
    line-height: 5.215vw;
  }
}
.sidebar-ranking ul.ul-ranking li .item .entryImage .rankno.rank1 {
  border-radius: 0;
  background: url("../img/common/icon_ranking-1.png") no-repeat 0/cover !important;
}
@media screen and (min-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryImage .rankno.rank1 {
    width: 26px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryImage .rankno.rank1 {
    width: 5.736vw;
    height: 4.954vw;
    line-height: 5.736vw;
  }
}
.sidebar-ranking ul.ul-ranking li .item .entryImage .rankno.rank2 {
  border-radius: 0;
  background: url("../img/common/icon_ranking-2.png") no-repeat 0/cover !important;
}
@media screen and (min-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryImage .rankno.rank2 {
    width: 26px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryImage .rankno.rank2 {
    width: 5.736vw;
    height: 4.954vw;
    line-height: 5.736vw;
  }
}
.sidebar-ranking ul.ul-ranking li .item .entryImage .rankno.rank3 {
  border-radius: 0;
  background: url("../img/common/icon_ranking-3.png") no-repeat 0/cover !important;
}
@media screen and (min-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryImage .rankno.rank3 {
    width: 26px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryImage .rankno.rank3 {
    width: 5.736vw;
    height: 4.954vw;
    line-height: 5.736vw;
  }
}
.sidebar-ranking ul.ul-ranking li .item .entryImage .item-pic {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.sidebar-ranking ul.ul-ranking li .item .entryImage .item-pic img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryImage .item-pic img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryImage .item-pic img {
    width: 18.252vw;
    height: 18.252vw;
  }
}
.sidebar-ranking ul.ul-ranking li .item .entryTitle {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryTitle {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.25;
    margin-bottom: 0.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .entryTitle {
    font-size: 4.172vw;
  }
}
.sidebar-ranking ul.ul-ranking li .item .box-lineup-tags {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
@media screen and (min-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .box-lineup-tags .tag_ {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-ranking ul.ul-ranking li .item .box-lineup-tags .tag_ {
    font-size: 2.868vw;
  }
}

/*----------------------------------------------------------------*/
/*230118*/
@media screen and (max-width: 767px) {
  .wp-embedded-content {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mainContents .google-auto-placed, .mainContents .otasp-before_h2 {
    margin: 2rem 0;
  }
}

/*----------------------------------------------------------------*/
/*2512*/
.sidebar-whatmag a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar-whatmag a:hover {
  opacity: 0.8;
}
.sidebar-whatmag__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-whatmag__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45%;
}
.sidebar-whatmag__thumb {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sidebar-box-search {
  width: 100%;
  position: relative;
  margin: 0 0 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar-box-search form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-box-search input[type=search] {
  border: 1px solid #999;
  height: 32px;
  padding: 1px 1em;
  width: 100%;
}
.sidebar-box-search input[type=image] {
  margin: 0 0 0 auto;
  padding: 0 0 0 0.5em;
}

.disp-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

/*sp時のulのスタイル (※.main-menuには直接記載)*/
/*----------------------------------------------------------------*/
header#site-header {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 666;
  width: 100%;
  height: 95px;
}
@media screen and (max-width: 767px) {
  header#site-header {
    height: 75px;
  }
}
header#site-header a:hover {
  text-decoration: none;
}
header .box-header {
  /* box-pc-white 白色の部分 */
  /* header-nav 水色の部分 左右パディングsv(15) */
  /* main-menu = slimmenu (※slimmenuはul.submenuについて)*/
}
header .box-header.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  header .box-header.pc-none {
    display: block;
  }
}
header .box-header .box-pc-white {
  background: #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 767px) {
  header .box-header .box-pc-white {
    display: none;
    width: 1068px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  header .box-header .box-pc-white {
    height: 75px;
    border-bottom: 2px solid #888;
  }
}
header .box-header h1.logo {
  width: 230px;
  /*@include mq-min-max(480px,$mq-sp){
  	width: sv(280)!important;
  	height: auto;
  	margin-left: 2.5%;				
  }*/
}
header .box-header h1.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .box-header h1.logo a:after {
  display: inline-block;
  font-weight: bold;
  padding-left: 1em;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  header .box-header h1.logo a:after {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  header .box-header h1.logo a:after {
    font-size: 4.432vw;
  }
}
header .box-header h1.logo a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .box-header h1.logo {
    width: 130px;
    height: auto;
    margin-left: 2.5%;
  }
}
@media screen and (min-width: 767px) {
  header .box-header #sp-hamburger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .box-header #sp-hamburger {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 75px;
    height: 75px;
    background: transparent;
  }
  header .box-header #sp-hamburger #sp-hamburger-icon {
    display: block;
    position: absolute;
    top: 45%;
    left: 25%;
    width: 40px;
    height: 4px;
    margin: 0px 0 0 0px;
    background: #888;
  }
  header .box-header #sp-hamburger #sp-hamburger-icon:before, header .box-header #sp-hamburger #sp-hamburger-icon:after {
    display: block;
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    width: 40px;
    height: 4px;
    background: #888;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .box-header #sp-hamburger #sp-hamburger-icon:before {
    margin-top: -10px;
  }
  header .box-header #sp-hamburger #sp-hamburger-icon:after {
    margin-top: 10px;
  }
  header .box-header #sp-hamburger #sp-hamburger-icon.close {
    color: #888;
    height: 0;
    background: transparent;
  }
  header .box-header #sp-hamburger #sp-hamburger-icon.close:before, header .box-header #sp-hamburger #sp-hamburger-icon.close:after {
    margin-top: 0;
  }
  header .box-header #sp-hamburger #sp-hamburger-icon.close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  header .box-header #sp-hamburger #sp-hamburger-icon.close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
header .box-header .box-header__areaName {
  font-weight: bold;
  margin-right: auto;
  padding-left: 1em;
  letter-spacing: 0.1em;
  color: #009fe8;
}
@media screen and (min-width: 767px) {
  header .box-header .box-header__areaName {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  header .box-header .box-header__areaName {
    font-size: 4.432vw;
  }
}
@media screen and (min-width: 767px) {
  header .box-header .box-pc-parts-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
@media screen and (max-width: 767px) {
  header .box-header .box-pc-parts-sns {
    display: none;
  }
}
header .box-header .box-pc-parts-sns input[type=search] {
  border: 1px solid #999;
  height: 32px;
  padding: 1px 1em;
}
header .box-header .header-nav {
  background: #231815;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  header .box-header .header-nav {
    font-size: 3.911vw;
    padding: 3.259vw 0 1px;
    position: fixed;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    top: 75px;
    right: -100%;
    width: 100%;
    height: 90%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .box-header .header-nav.opened {
    right: 0;
  }
}
@media screen and (min-width: 767px) {
  header .box-header .box-sp-parts-sns {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .box-header .box-sp-parts-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1.955vw 0;
  }
}
header .box-header .box-sp-parts-sns .box-search {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .box-header .box-sp-parts-sns .box-search.pc-none {
  display: none !important;
}
@media screen and (max-width: 767px) {
  header .box-header .box-sp-parts-sns .box-search.pc-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
header .box-header .box-sp-parts-sns .box-search form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .box-header .box-sp-parts-sns .box-search input[type=search] {
  width: 85%;
  height: 6.518vw;
  border: 1px solid #999;
  border-right: none;
  border-right: none;
  padding: 1px 1em;
}
header .box-header .box-sp-parts-sns .box-search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 6.518vw;
  border: 1px solid #999;
  background: #FFF;
  color: #333;
  font-size: 3.911vw;
}
header .box-header .box-sp-parts-sns .icon-twitter, header .box-header .box-sp-parts-sns .icon-facebook {
  width: 50%;
  margin: 2.607vw 0;
}
header .box-header .box-sp-parts-sns .icon-twitter a, header .box-header .box-sp-parts-sns .icon-facebook a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
header .box-header .box-sp-parts-sns .icon-twitter img, header .box-header .box-sp-parts-sns .icon-facebook img {
  width: 5.215vw;
}
header .box-header ul.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 1em 0 0;
}
@media screen and (min-width: 767px) {
  header .box-header ul.main-menu {
    margin: 0 auto;
    min-width: 1068px;
  }
}
@media screen and (max-width: 767px) {
  header .box-header ul.main-menu {
    margin-bottom: 1em;
  }
}
header .box-header ul.main-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .box-header ul.main-menu li:first-of-type a {
  padding: 1em 1.5em;
}
header .box-header ul.main-menu li:first-of-type a img {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 767px) {
  header .box-header ul.main-menu li:first-of-type a {
    border: none;
  }
}
@media screen and (min-width: 767px) {
  header .box-header ul.main-menu li:nth-child(2) a {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
header .box-header ul.main-menu li:last-child {
  margin-left: auto;
}
header .box-header ul.main-menu li:last-child a {
  border: none;
}
header .box-header ul.main-menu li:last-child a img {
  width: 25px;
  height: auto;
}
@media screen and (max-width: 767px) {
  header .box-header ul.main-menu li {
    width: 50%;
    /*※今後メニューが増えたら手動調整する*/
  }
  header .box-header ul.main-menu li:nth-of-type(odd) {
    border-right: 1px solid none;
  }
}
@media screen and (min-width: 767px) {
  header .box-header ul.main-menu li:hover:not(.no-link) {
    background: #959595;
  }
}
@media screen and (max-width: 767px) {
  header .box-header ul.main-menu li.sp-none {
    display: none;
  }
}
header .box-header ul.main-menu li a {
  color: #fff;
}
@media screen and (min-width: 767px) {
  header .box-header ul.main-menu li a {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  header .box-header ul.main-menu li a {
    width: 100%;
    padding: 0.5em 2.607vw;
  }
}
header .box-header ul.slimmenu li {
  position: relative;
}
header .box-header ul.slimmenu li > ul.submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  min-width: 160px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #626262;
}
header .box-header ul.slimmenu li > ul.submenu.submenu-area {
  min-width: 100px;
}
header .box-header ul.slimmenu li > ul.submenu li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
header .box-header ul.slimmenu li > ul.submenu li a {
  width: 100%;
  text-align: center;
  border: none;
  padding: 0.5em 0;
}
@media screen and (min-width: 767px) {
  header .box-header .box-area {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .box-header .box-area .ttl {
    color: #fff;
    font-size: 4.172vw;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-align: center;
  }
  header .box-header .box-area ul {
    margin: 0 1.955vw 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .box-header .box-area ul li {
    width: 33.3%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .box-header .box-area ul li:nth-of-type(3n) {
    border-right: 1px solid #fff;
  }
  header .box-header .box-area ul li:nth-last-of-type(-n+3) { /*※今後エリアが増えたら手動調整する*/
    border-bottom: 1px solid #fff;
  }
  header .box-header .box-area ul li.area-akihabara {
    background: #e5472c;
  }
  header .box-header .box-area ul li.area-ikebukuro {
    background: #f27b87;
  }
  header .box-header .box-area ul li.area-nakano {
    background: #157871;
  }
  header .box-header .box-area ul li.area-wangan {
    background: #74a7d9;
  }
  header .box-header .box-area ul li.area-kougai {
    background: #d37e3e;
  }
  header .box-header .box-area ul li.area-zenkoku {
    background: #919191;
  }
  header .box-header .box-area ul li.area-zenkoku a {
    color: #515151;
  }
  header .box-header .box-area ul li a {
    width: 100%;
    padding: 0.75em 0;
    text-align: center;
    color: #fff;
    font-size: 4.172vw;
    letter-spacing: 0.25em;
  }
}
@media screen and (min-width: 767px) {
  header .box-header .box-genre {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .box-header .box-genre {
    margin-bottom: 2em;
  }
  header .box-header .box-genre ul {
    border-top: 1px solid #fff;
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  header .box-header .box-genre ul li {
    width: 50%;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .box-header .box-genre ul li:nth-of-type(odd) {
    border-left: 1px solid #fff;
  }
  header .box-header .box-genre ul li:first-child {
    width: 100%;
  }
  header .box-header .box-genre ul li:last-of-type { /*※今後メニューが増えたら手動調整する*/ }
  header .box-header .box-genre ul li a {
    color: #fff;
    width: 100%;
    padding: 0.5em 2.607vw;
    text-align: center;
  }
  header .box-header .box-genre ul {
    margin-bottom: 1em;
  }
  header .box-header .box-genre ul li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 0.5em 2.607vw;
  }
  header .box-header .box-genre ul li input[type=checkbox] + .checkbox-field-text:before {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin-right: 0.25em;
    margin-top: -2px;
    width: 1em;
    height: 1em;
    background: #fff;
    border: #888 solid 1px;
    vertical-align: middle;
  }
  header .box-header .box-genre ul li input[type=checkbox]:checked + .checkbox-field-text::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    left: 12px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #009fe8;
    border-bottom: 3px solid #009fe8;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .box-header .box-genre .ttl {
    color: #fff;
    font-size: 4.172vw;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-align: center;
  }
}
header .box-header .box-genre .wrap-button {
  text-align: center;
}
header .box-header .box-genre .wrap-button .buttonTag {
  font-weight: 700;
  background-color: #009fe8;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.35em 4em;
  margin: 0 1em;
  border-radius: 0px;
}
@media screen and (min-width: 767px) {
  header .box-header .box-genre .wrap-button .buttonTag {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  header .box-header .box-genre .wrap-button .buttonTag {
    width: auto;
    font-size: 4.172vw;
  }
}
@media screen and (min-width: 767px) {
  header .box-header .box-sp-menu-under {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .box-header .box-sp-menu-under ul {
    border-top: 1px solid #fff;
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  header .box-header .box-sp-menu-under ul li {
    width: 50%;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .box-header .box-sp-menu-under ul li:nth-of-type(odd) {
    border-left: 1px solid #fff;
  }
  header .box-header .box-sp-menu-under ul li:first-child {
    width: 100%;
  }
  header .box-header .box-sp-menu-under ul li:last-of-type { /*※今後メニューが増えたら手動調整する*/ }
  header .box-header .box-sp-menu-under ul li a {
    color: #fff;
    width: 100%;
    padding: 0.5em 2.607vw;
    text-align: center;
  }
  header .box-header .box-sp-menu-under ul {
    margin-bottom: 3em;
  }
  header .box-header .box-sp-menu-under ul li.li-tw a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.25em;
       -moz-column-gap: 0.25em;
            column-gap: 0.25em;
  }
  header .box-header .box-sp-menu-under ul li.li-tw img {
    width: 5.215vw;
  }
}

@media screen and (max-width: 767px) {
  body.body-area-akihabara .box-pc-white {
    border-bottom: 2px solid #e5472c;
  }
}
body.body-area-akihabara .box-header__areaName {
  color: #e5472c;
}
body.body-area-akihabara h1.logo a:after {
  content: "秋葉原";
  color: #e5472c;
}
@media screen and (max-width: 767px) {
  body.body-area-akihabara #sp-hamburger #sp-hamburger-icon {
    background: #e5472c;
  }
  body.body-area-akihabara #sp-hamburger #sp-hamburger-icon:before, body.body-area-akihabara #sp-hamburger #sp-hamburger-icon:after {
    background: #e5472c;
  }
  body.body-area-akihabara #sp-hamburger #sp-hamburger-icon.close {
    color: #e5472c;
  }
}
body.body-area-akihabara .header-nav {
  background: #e5472c;
}
@media screen and (min-width: 767px) {
  body.body-area-akihabara ul.main-menu li:hover:not(.no-link) {
    background: #ed8270;
  }
}
body.body-area-akihabara ul.slimmenu li > ul.submenu {
  background: #af2c16;
}

@media screen and (max-width: 767px) {
  body.body-area-ikebukuro .box-pc-white {
    border-bottom: 2px solid #f27b87;
  }
}
body.body-area-ikebukuro .box-header__areaName {
  color: #f27b87;
}
body.body-area-ikebukuro h1.logo a:after {
  content: "池袋";
  color: #f27b87;
}
@media screen and (max-width: 767px) {
  body.body-area-ikebukuro #sp-hamburger #sp-hamburger-icon {
    background: #f27b87;
  }
  body.body-area-ikebukuro #sp-hamburger #sp-hamburger-icon:before, body.body-area-ikebukuro #sp-hamburger #sp-hamburger-icon:after {
    background: #f27b87;
  }
  body.body-area-ikebukuro #sp-hamburger #sp-hamburger-icon.close {
    color: #f27b87;
  }
}
body.body-area-ikebukuro .header-nav {
  background: #f27b87;
}
@media screen and (min-width: 767px) {
  body.body-area-ikebukuro ul.main-menu li:hover:not(.no-link) {
    background: #f9c1c6;
  }
}
body.body-area-ikebukuro ul.slimmenu li > ul.submenu {
  background: #eb3548;
}

@media screen and (max-width: 767px) {
  body.body-area-nakano .box-pc-white {
    border-bottom: 2px solid #157871;
  }
}
body.body-area-nakano .box-header__areaName {
  color: #157871;
}
body.body-area-nakano h1.logo a:after {
  content: "中野";
  color: #157871;
}
@media screen and (max-width: 767px) {
  body.body-area-nakano #sp-hamburger #sp-hamburger-icon {
    background: #157871;
  }
  body.body-area-nakano #sp-hamburger #sp-hamburger-icon:before, body.body-area-nakano #sp-hamburger #sp-hamburger-icon:after {
    background: #157871;
  }
  body.body-area-nakano #sp-hamburger #sp-hamburger-icon.close {
    color: #157871;
  }
}
body.body-area-nakano .header-nav {
  background: #157871;
}
@media screen and (min-width: 767px) {
  body.body-area-nakano ul.main-menu li:hover:not(.no-link) {
    background: #20b9ae;
  }
}
body.body-area-nakano ul.slimmenu li > ul.submenu {
  background: #0a3734;
}

@media screen and (max-width: 767px) {
  body.body-area-wangan .box-pc-white {
    border-bottom: 2px solid #74a7d9;
  }
}
body.body-area-wangan .box-header__areaName {
  color: #74a7d9;
}
body.body-area-wangan h1.logo a:after {
  content: "湾岸";
  color: #74a7d9;
}
@media screen and (max-width: 767px) {
  body.body-area-wangan #sp-hamburger #sp-hamburger-icon {
    background: #74a7d9;
  }
  body.body-area-wangan #sp-hamburger #sp-hamburger-icon:before, body.body-area-wangan #sp-hamburger #sp-hamburger-icon:after {
    background: #74a7d9;
  }
  body.body-area-wangan #sp-hamburger #sp-hamburger-icon.close {
    color: #74a7d9;
  }
}
body.body-area-wangan .header-nav {
  background: #74a7d9;
}
@media screen and (min-width: 767px) {
  body.body-area-wangan ul.main-menu li:hover:not(.no-link) {
    background: #b0cde9;
  }
}
body.body-area-wangan ul.slimmenu li > ul.submenu {
  background: #3881c9;
}

@media screen and (max-width: 767px) {
  body.body-area-kougai .box-pc-white {
    border-bottom: 2px solid #d37e3e;
  }
}
body.body-area-kougai .box-header__areaName {
  color: #d37e3e;
}
body.body-area-kougai h1.logo a:after {
  content: "都内・郊外";
  color: #d37e3e;
}
@media screen and (max-width: 767px) {
  body.body-area-kougai #sp-hamburger #sp-hamburger-icon {
    background: #d37e3e;
  }
  body.body-area-kougai #sp-hamburger #sp-hamburger-icon:before, body.body-area-kougai #sp-hamburger #sp-hamburger-icon:after {
    background: #d37e3e;
  }
  body.body-area-kougai #sp-hamburger #sp-hamburger-icon.close {
    color: #d37e3e;
  }
}
body.body-area-kougai .header-nav {
  background: #d37e3e;
}
@media screen and (min-width: 767px) {
  body.body-area-kougai ul.main-menu li:hover:not(.no-link) {
    background: #e1a87c;
  }
}
body.body-area-kougai ul.slimmenu li > ul.submenu {
  background: #a05a24;
}

@media screen and (max-width: 767px) {
  body.body-area-zenkoku .box-pc-white {
    border-bottom: 2px solid #919191;
  }
}
body.body-area-zenkoku .box-header__areaName {
  color: #919191;
}
body.body-area-zenkoku h1.logo a:after {
  content: "全国";
  color: #919191;
}
@media screen and (max-width: 767px) {
  body.body-area-zenkoku #sp-hamburger #sp-hamburger-icon {
    background: #919191;
  }
  body.body-area-zenkoku #sp-hamburger #sp-hamburger-icon:before, body.body-area-zenkoku #sp-hamburger #sp-hamburger-icon:after {
    background: #919191;
  }
  body.body-area-zenkoku #sp-hamburger #sp-hamburger-icon.close {
    color: #919191;
  }
}
body.body-area-zenkoku .header-nav {
  background: #919191;
}
@media screen and (min-width: 767px) {
  body.body-area-zenkoku ul.main-menu li:not(.no-link):hover {
    background: #b7b7b7;
  }
}
body.body-area-zenkoku ul.slimmenu li > ul.submenu {
  background: #6b6b6b;
}

@media screen and (max-width: 767px) {
  footer .box-footer {
    font-size: 3.129vw;
  }
}
footer .footer-list {
  padding: 2em 0;
  text-align: center;
  background: #f3f0dd;
}
@media screen and (max-width: 767px) {
  footer .footer-list {
    padding: 1em 0;
  }
}
footer .footer-list ul {
  margin-right: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
@media screen and (max-width: 767px) {
  footer .footer-list ul {
    margin-left: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1.25em;
       -moz-column-gap: 1.25em;
            column-gap: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-list ul li {
    width: 38%;
    margin-bottom: 0.5em;
    text-align: left;
  }
}
footer .footer-list ul li:before {
  content: "●";
  color: #009fe8;
  left: 0;
  top: 0;
}
footer .footer-list ul li a {
  color: #333;
}
footer .footer-list ul li a:hover {
  text-decoration: underline;
}
footer .footer-copyright {
  padding: 1em 0;
  text-align: center;
  background: #333;
  color: #fff;
}

.disp-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

/*=====================================
* 共通style
=======================================*/
/*=====================================
* index
=======================================*/
/* 
<div class="index-main-Visual">
  <div class="box-h1">
	<h1><img src="assets/img/top/top_mainvisual--title.png" alt="オタクの聖地 厳選スポットを満載！"></h1>
  </div>
</div>
*/
@media screen and (min-width: 767px) {
  body.page-index .wrapper-mainContents {
    padding-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  body.page-index .wrapper-mainContents {
    padding-top: 85px;
  }
}

.index-main-Visual {
  background-image: url("../img/top/top_mainvisual--back.jpg");
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 767px) {
  .index-main-Visual {
    padding-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .index-main-Visual {
    padding-top: 75px;
  }
}
.index-main-Visual::before {
  /*content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  position: absolute;
  top: 0;
  left: 0;*/
}
.index-main-Visual .box-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 767px) {
  .index-main-Visual .box-h1 {
    width: 586px;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .index-main-Visual .box-h1 {
    width: 100%;
    height: 49.543vw;
  }
}
.index-main-Visual .box-h1 h1 {
  display: block;
}
@media screen and (min-width: 767px) {
  .index-main-Visual .box-h1 h1 {
    width: 586px;
    height: 163px;
  }
}
@media screen and (max-width: 767px) {
  .index-main-Visual .box-h1 h1 {
    width: 67.796vw;
    height: 18.904vw;
  }
}

@media screen and (min-width: 767px) {
  .box-index-contents {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .box-index-contents {
    margin-bottom: 1em;
  }
}

.link-blue-right {
  text-align: right;
}
.link-blue-right a {
  color: #009fe8;
}
@media screen and (min-width: 767px) {
  .link-blue-right a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .link-blue-right a {
    font-size: 2.868vw;
  }
}

/*=====================================
* オタスポエリア
=======================================*/
@media screen and (min-width: 767px) {
  .box-otaspo-area .disp-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .box-otaspo-area .disp-pc {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .box-otaspo-area .disp-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .box-otaspo-area .disp-sp {
    display: block;
  }
}
.box-otaspo-area ul.ul-cont-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f2f0dd;
  padding: 1em;
  border-radius: 0.5em;
  /**/
}
.box-otaspo-area ul.ul-cont-area:before {
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 30%;
}
.box-otaspo-area ul.ul-cont-area li {
  width: 30%;
}
.box-otaspo-area ul.ul-cont-area li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 1em 0;
  border-radius: 0.25em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .box-otaspo-area ul.ul-cont-area li a {
    font-size: 3.911vw;
  }
}
.box-otaspo-area ul.ul-cont-area li a:hover {
  text-decoration: none;
}
.box-otaspo-area ul.ul-cont-area li.area-akihabara a {
  background: #e5472c;
}
.box-otaspo-area ul.ul-cont-area li.area-ikebukuro a {
  background: #f27b87;
}
.box-otaspo-area ul.ul-cont-area li.area-nakano a {
  background: #157871;
}
.box-otaspo-area ul.ul-cont-area li.area-wangan a {
  background: #74a7d9;
}
.box-otaspo-area ul.ul-cont-area li.area-kougai a {
  background: #d37e3e;
}
.box-otaspo-area ul.ul-cont-area li.area-zenkoku a {
  background: #919191;
  color: #515151;
}

/*=====================================
* 最近のオタスポ
=======================================*/
.box-flex-Recently {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.box-flex-Recently .item_ {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .box-flex-Recently .item_ {
    margin-bottom: 1em;
  }
  .box-flex-Recently .item_:last-child {
    margin-bottom: 2em;
  }
}
.box-flex-Recently .item_ a:hover {
  opacity: 0.75;
}
.box-flex-Recently .item2 .imgwrp {
  position: relative;
}
@media screen and (min-width: 767px) {
  .box-flex-Recently .item2 {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .box-flex-Recently .item2 {
    width: 100%;
  }
}
.box-flex-Recently .item2 .tag-new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.box-flex-Recently .item2 .parts-text {
  z-index: 10;
  margin: 0.5em 0;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .box-flex-Recently .item2 .parts-text {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .box-flex-Recently .item2 .parts-text {
    font-size: 4.172vw;
  }
}
@media screen and (min-width: 767px) {
  .box-flex-Recently .item3 {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .box-flex-Recently .item3 {
    display: none;
    width: 100%;
  }
}
.box-flex-Recently .item3 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .box-flex-Recently .item3 img {
    height: 10.5em;
  }
}
@media screen and (max-width: 767px) {
  .box-flex-Recently .item3 img {
    height: 60vw;
  }
}
@media screen and (min-width: 767px) {
  .box-flex-Recently .item3 .parts-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .box-flex-Recently .item3 .parts-text {
    font-size: 2.868vw;
  }
}

/*=====================================
* オタスポワード
=======================================*/
.box-index-otaspo-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (min-width: 767px) {
  .box-index-otaspo-word {
    gap: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  .box-index-otaspo-word {
    gap: 0.5em 0.5em;
  }
}
.box-index-otaspo-word a {
  color: #009fe8;
}
@media screen and (min-width: 767px) {
  .box-index-otaspo-word a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .box-index-otaspo-word a {
    font-size: 2.868vw;
  }
}

.mainContents .midashi-icon-tag {
  display: none;
}
.mainContents .box-index-otaspo-word {
  display: none;
}

/*=====================================
* トピックス・一覧
=======================================*/
.history-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.history-info .history-info-date {
  display: block;
  position: relative;
  color: #009fe8;
  font-weight: 777;
}
@media screen and (min-width: 767px) {
  .history-info .history-info-date {
    font-size: 14px;
    font-size: 1.4rem;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .history-info .history-info-date {
    font-size: 2.868vw;
    width: 26.075vw;
  }
}
.history-info .history-info-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .history-info .history-info-tag {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .history-info .history-info-tag {
    width: calc(100% - 26.075vw);
  }
}
.history-info .history-info-tag .history-info-tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.history-info .history-info-tag .history-info-tag-item + .history-info-tag-item {
  margin-left: 1em;
}
@media screen and (min-width: 767px) {
  .history-info .history-info-tag .history-info-tag-item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .history-info .history-info-tag .history-info-tag-item {
    font-size: 2.868vw;
  }
}
.history-info .history-info-description {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  border-bottom: 1px dashed #8c8c8c;
}
@media screen and (min-width: 767px) {
  .history-info .history-info-description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .history-info .history-info-description {
    font-size: 2.868vw;
  }
}

/*220609おそらくindexページのだけだとおもうのでコチラに*/
@media screen and (min-width: 767px) {
  .sp-liststyle .ul-topPage-list li:nth-of-type(-n+3) {
    display: none;
  }
}

.disp-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

/*=====================================
* 共通style
=======================================*/
/*=====================================
* area-Top
=======================================*/
@media screen and (min-width: 767px) {
  .box-page-area-top {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-top {
    margin-bottom: 1em;
  }
}
.box-page-area-top h1 {
  position: relative;
  font-weight: 700;
  color: #e5472c;
  border-bottom: 2px solid #e5472c;
  padding-left: 1em;
}
@media screen and (min-width: 767px) {
  .box-page-area-top h1 {
    margin-bottom: 0.5em;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-top h1 {
    margin-bottom: 1em;
    font-size: 4.432vw;
  }
}
.box-page-area-top h1:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  left: 0;
  background-image: url("../img/common/icon_point-red.png");
}
@media screen and (min-width: 767px) {
  .box-page-area-top h1:before {
    top: 5px;
    width: 16px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-top h1:before {
    top: 0.651vw;
    width: 5.475vw;
    height: 4.954vw;
  }
}
@media screen and (min-width: 767px) {
  .box-page-area-top .main-map {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-top .main-map {
    margin-bottom: 1em;
  }
}
.box-page-area-top h2.h2-anchor {
  color: #009fe8;
  border-bottom: 2px solid #e5472c;
  margin-bottom: 1em;
}
@media screen and (min-width: 767px) {
  .box-page-area-top h2.h2-anchor {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-top h2.h2-anchor {
    font-size: 3.65vw;
    display: block;
  }
}
.box-page-area-top h2.h2-anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .box-page-area-top h2.h2-anchor a {
    display: block;
  }
}
.box-page-area-top h2.h2-anchor a:hover {
  text-decoration: none;
}
.box-page-area-top h2.h2-anchor .part-left {
  color: #e5472c;
}
@media screen and (min-width: 767px) {
  .box-page-area-top h2.h2-anchor .part-left {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-top h2.h2-anchor .part-left {
    font-size: 4.432vw;
    display: block;
  }
}
.box-page-area-top h2.h2-anchor .part-right {
  color: #009fe8;
}
@media screen and (max-width: 767px) {
  .box-page-area-top h2.h2-anchor .part-right {
    display: block;
    text-align: right;
  }
}
@media screen and (min-width: 767px) {
  .box-page-area-top .box-area-top-artcle-list {
    margin-bottom: 0.25em;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-top .box-area-top-artcle-list {
    margin-bottom: 1em;
  }
}
.box-page-area-top .box-area-top-artcle-list ul.ul-area-top-artcle-list {
  display: none;
}

/*=====================================
* area-Detail
=======================================*/
.box-page-area-detail {
  /*20220609*/
}
.box-page-area-detail h1 {
  position: relative;
  font-weight: 700;
  color: #e5472c;
  border-bottom: 2px solid #e5472c;
  padding-left: 1em;
}
@media screen and (min-width: 767px) {
  .box-page-area-detail h1 {
    margin-bottom: 0.5em;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail h1 {
    margin-bottom: 1em;
    font-size: 4.432vw;
  }
}
.box-page-area-detail h1:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  left: 0;
  background-image: url("../img/common/icon_point-red.png");
}
@media screen and (min-width: 767px) {
  .box-page-area-detail h1:before {
    top: 5px;
    width: 16px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail h1:before {
    top: 0.651vw;
    width: 5.475vw;
    height: 4.954vw;
  }
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .main-map {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .main-map {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .box-area-detail-artcle-list {
    margin-bottom: 0.25em;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .box-area-detail-artcle-list {
    margin-bottom: 1em;
  }
}
.box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.75em 0;
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list:before, .box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list:after {
    content: "";
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 31%;
  }
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list li {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list li {
    width: 100%;
  }
}
.box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list li a.item .item-pic {
  position: relative;
  margin-bottom: 0.25em;
}
.box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list li a.item .item-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list li a.item .item-pic img {
    height: 10.5em;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list li a.item .item-pic img {
    height: 60vw;
  }
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list li a.item .item-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list li a.item .item-text {
    font-size: 2.868vw;
  }
}
.box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list li a.item .item-pic .item-icon {
  position: absolute;
  background: #e5472c;
  text-align: center;
  font-weight: 700;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list li a.item .item-pic .item-icon {
    font-size: 12px;
    font-size: 1.2rem;
    left: 0em;
    top: 0em;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list li a.item .item-pic .item-icon {
    font-size: 2.868vw;
    left: 0em;
    top: 0em;
    width: 5.215vw;
    height: 5.215vw;
    border-radius: 5.215vw;
    line-height: 5.215vw;
  }
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .box-area-detail-artcle-list ul.ul-area-detail-artcle-list li a.item .item-pic .item-icon {
    left: -1em;
    top: -1em;
  }
}
.box-page-area-detail .back-areatop {
  text-align: right;
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .back-areatop {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .back-areatop {
    margin-bottom: 5.215vw;
  }
}
.box-page-area-detail .back-areatop a {
  color: #009fe8;
  font-weight: 777;
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .back-areatop a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .back-areatop a {
    font-size: 3.65vw;
  }
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .shop-list {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .shop-list {
    margin-bottom: 2em;
  }
}
.box-page-area-detail .shop-list .ul-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-page-area-detail .shop-list .ul-shop-list li {
  position: relative;
  width: 48%;
}
.box-page-area-detail .shop-list .ul-shop-list li .item-icon {
  position: absolute;
  background: #e5472c;
  text-align: center;
  font-weight: 700;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .shop-list .ul-shop-list li .item-icon {
    font-size: 12px;
    font-size: 1.2rem;
    left: 0em;
    top: 0em;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .shop-list .ul-shop-list li .item-icon {
    font-size: 2.868vw;
    left: 0em;
    top: 0em;
    width: 5.215vw;
    height: 5.215vw;
    border-radius: 5.215vw;
    line-height: 5.215vw;
  }
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .shop-list .ul-shop-list li h3 {
    margin-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .shop-list .ul-shop-list li h3 {
    margin-left: 1.75em;
  }
}
.box-page-area-detail .topPage-list .item-icon {
  position: absolute;
  background: #e5472c;
  text-align: center;
  font-weight: 700;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .topPage-list .item-icon {
    font-size: 12px;
    font-size: 1.2rem;
    left: 0em;
    top: 0em;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .topPage-list .item-icon {
    font-size: 2.868vw;
    left: 0em;
    top: 0em;
    width: 5.215vw;
    height: 5.215vw;
    border-radius: 5.215vw;
    line-height: 5.215vw;
  }
}
@media screen and (min-width: 767px) {
  .box-page-area-detail .topPage-list .item-icon {
    left: 0.25em;
    top: 0.25em;
  }
}
@media screen and (max-width: 767px) {
  .box-page-area-detail .topPage-list .item-icon {
    left: 0.25em;
    top: 0.25em;
  }
}
.box-page-area-detail .topPage-list .tag-hash, .box-page-area-detail .topPage-list .gray-date {
  display: none;
}

.disp-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

/*=====================================
* 共通style
=======================================*/
/*=====================================
* contact
=======================================*/
@media screen and (min-width: 767px) {
  body.page-contact .mainContents, body.page-contact .sidebar {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  body.page-contact .mainContents, body.page-contact .sidebar {
    margin-top: 2em;
  }
}

.contact-container {
  width: min(100%, 740px);
  padding: 0 16px;
  margin-inline: auto;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .form {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .form {
    font-size: 3.911vw;
  }
}
@media screen and (max-width: 767px) {
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form input, .form textarea {
  padding: 0.75em;
  border: #009fe8 solid 1px;
  border-radius: 4px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 767px) {
  .form input, .form textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .form input, .form textarea {
    font-size: 3.911vw;
  }
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #009fe8;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #009fe8;
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #009fe8;
}
.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #009fe8;
}
.form input::placeholder, .form textarea::placeholder {
  color: #009fe8;
}
.form textarea {
  resize: vertical;
  height: 8em;
  line-height: 1.5;
}

.form__itemHead {
  width: 10em;
  margin: 0.75em 0;
  font-weight: 777;
}
@media screen and (max-width: 767px) {
  .form__itemHead {
    width: 100%;
    margin: 0.25em 0;
  }
}

.form__itemBody {
  width: calc(100% - 10em);
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .form__itemBody {
    width: 100%;
  }
}

.form__font--normal {
  line-height: 1.7;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 767px) {
  .form__font--normal {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .form__font--normal {
    font-size: 3.65vw;
  }
}

.buttonTag {
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  font: inherit;
  line-height: 1.2;
  background-color: #009fe8;
  color: #fff;
  padding: 1.25em 2em;
  margin: 0 1em;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .buttonTag {
    width: 80%;
  }
  .buttonTag:first-of-type {
    margin-bottom: 1.5em;
  }
}

.revision {
  background-color: #999;
}
@media screen and (max-width: 767px) {
  .revision {
    margin-bottom: 1em;
  }
}

.buttonTag:hover {
  opacity: 0.7;
}

.user--inputArea {
  display: inline-block;
  margin: 0.75em 0;
}

/*=====================================
* 
=======================================*/
.disp-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

/*ページング*/
.wp-pagenavi {
  font-size: 12px;
  font-size: 1.2rem;
}

.wp-pagenavi .current {
  display: inline-block;
  padding: 0.55em 0.85em;
  background-color: #fff;
  color: #009fe8;
  border: 2px solid #009fe8;
  border-radius: 4px;
  font-weight: 700;
}

.wp-pagenavi .page.larger,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .page.smaller {
  display: inline-block;
  background-color: #009fe8;
  color: #fff;
  padding: 0.75em 1em;
  margin: 0 0.5em;
  border-radius: 4px;
}
.wp-pagenavi .page.larger:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .page.smaller:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*検索無し*/
.no-entry img {
  display: none;
}
.no-entry p {
  margin: 2.5em 0 0;
  color: #6d8cbe;
  font-size: 122%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .no-entry p {
    margin: 2.5em 4em 0;
  }
}

/*全体マップAREAライン表示*/
.areamapline {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border: 3px dashed #919191;
}
@media screen and (max-width: 767px) {
  .areamapline {
    border-width: 2px;
  }
}

.mappins {
  position: absolute;
  z-index: 2;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.mappins a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #919191;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mappins a {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

body.body-area-akihabara .areamapline {
  border-color: #e5472c;
}
body.body-area-akihabara .mappins a {
  background-color: #e5472c;
}

body.body-area-ikebukuro .areamapline {
  border-color: #e5472c;
}
body.body-area-ikebukuro .mappins a {
  background-color: #e5472c;
}

body.body-area-nakano .areamapline {
  border-color: #e5472c;
}
body.body-area-nakano .mappins a {
  background-color: #e5472c;
}

body.body-area-wangan .areamapline {
  border-color: #e5472c;
}
body.body-area-wangan .mappins a {
  background-color: #e5472c;
}

body.body-area-kougai .areamapline {
  border-color: #e5472c;
}
body.body-area-kougai .mappins a {
  background-color: #e5472c;
}

/*チェックボックス部*/
span.mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.mwform-checkbox-field input[type=checkbox] + span.mwform-checkbox-field-text:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: -2px;
  width: 1em;
  height: 1em;
  background: #fff;
  border: #009fe8 solid 1px;
  vertical-align: middle;
}

.mwform-checkbox-field input[type=checkbox]:checked + span.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #009fe8;
  border-bottom: 3px solid #009fe8;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 430px) {
  .mwform-checkbox-field input[type=checkbox]:checked + span.mwform-checkbox-field-text::after {
    top: 25%;
  }
}
/* 220207改修用大里様追加スタイル */
.midashi-icon.mt-1 {
  margin-top: 1em;
}

#cont-area.visible {
  display: block !important;
}

.search-detail {
  background: #eee;
  padding: 12px 15px;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.search-detail h5 {
  display: inline-block;
}

.search-detail .search-taxonomy span {
  display: inline-block;
  margin-left: 1em;
}

.sidebar-sagasu .contents.top-border-radius {
  border-radius: 1em;
}

.sidebar-sagasu #cont-area ul.ul-cont-area {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em 0.875em;
}

.sidesearchform h4 {
  width: 100%;
  color: #999;
  text-align: center;
}

.sidesearchform .side-search-block {
  padding: 1em 0;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 0.5em;
}

.sidesearchform .side-search-block:first-of-type {
  padding-top: 0;
  border-top: none;
}

.sidesearchform .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidesearchform .btn-wrap button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  font-weight: 700;
  padding: 0.25em 1.25em;
  background: #009fe8;
  color: #fff;
  cursor: pointer;
}

.sidesearchform .side-search-block .area-label {
  font-weight: 700;
}

.sidesearchform .side-search-block .area-label.akihabara {
  color: #e5472c;
}

.sidesearchform .side-search-block .area-label.ikebukuro {
  color: #f27b87;
}

.sidesearchform .side-search-block .area-label.nakano {
  color: #157871;
}

.sidesearchform .side-search-block .area-label.wangan {
  color: #74a7d9;
}

.sidesearchform .side-search-block .area-label.kougai {
  color: #d37e3e;
}

.sidesearchform .side-search-block .area-label.zenkoku {
  color: #919191;
}

@media screen and (max-width: 767px) {
  header .box-header .header-nav {
    padding: 0;
    height: calc(100% - 75px);
  }
  header .box-header .header-nav .header-nav-cnt {
    position: absolute;
    padding: 3.259vw 0 1px;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  header .box-header ul.main-menu {
    display: none;
  }
  header .box-header .box-area {
    padding-top: 1em;
  }
  header .box-header .box-area .ttl {
    text-align: center;
  }
  header .box-header .box-area li:last-of-type {
    border-right: 1px solid #fff;
  }
  header .box-header .box-genre .ttl {
    text-align: center;
  }
  header .box-header .box-genre ul {
    margin-bottom: 0;
    border-bottom: none;
  }
  header .box-header .box-genre ul li {
    padding: 0.25em 0.5em;
  }
  header .box-header .box-genre ul li:last-of-type {
    border-bottom: 1px solid #fff;
  }
  header .box-header .box-genre ul li label {
    color: #fff;
  }
  header .box-header .box-genre .btn-wrap {
    margin: 0.5em 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .box-header .box-genre .btn-wrap button {
    border: 1px solid #fff;
    outline: none;
    -webkit-appearance: none;
    font-weight: 700;
    padding: 0.25em 1.25em;
    background: #009fe8;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
  }
  header .box-header .box-sp-menu-under ul {
    border-bottom: none;
  }
  header .box-header .box-sp-menu-under ul li:last-of-type {
    border-bottom: 1px solid #fff;
  }
  header .box-header .box-sp-menu-under ul li.sns a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .box-header .box-sp-menu-under ul li.sns img {
    width: auto;
    height: 18px;
    margin-right: 0.25em;
  }
}
.disp-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

/*20220606公開時準備中サイト*/
.page-ready {
  text-align: center;
}
.page-ready .readyContents {
  position: relative;
  z-index: 1;
  background: #edf2fb;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 6.258vw;
  font-weight: bold;
}
.page-ready .readyContents::before, .page-ready .readyContents::after {
  z-index: 2;
  position: fixed;
  height: 30px;
  width: 100%;
  content: "";
  background: repeating-linear-gradient(45deg, #ffcc55 0, #ffcc55 20px, #333333 20px, #333333 40px);
}
.page-ready .readyContents::before {
  top: 0;
  left: 0;
}
.page-ready .readyContents::after {
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 767px) {
  .page-ready .readyContents {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.page-ready .readyContents .ready_line02 {
  margin: 1em 0 1em;
}
@media screen and (min-width: 767px) {
  .page-ready .readyContents .ready_line02 {
    margin: 1.5em 0 1em;
  }
}
.page-ready .readyContents .ready_line02 img {
  width: 80%;
}
@media screen and (min-width: 767px) {
  .page-ready .readyContents .ready_line02 img {
    width: 550px;
  }
}

.sidebar-sagasu-area-genre .order-genre-shop {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}
.sidebar-sagasu-area-genre .order-genre-leisure {
  -webkit-box-ordinal-group: 201;
      -ms-flex-order: 200;
          order: 200;
}
.sidebar-sagasu-area-genre .order-genre-restaurant {
  -webkit-box-ordinal-group: 501;
      -ms-flex-order: 500;
          order: 500;
}
.sidebar-sagasu-area-genre .order-genre-landmark {
  -webkit-box-ordinal-group: 701;
      -ms-flex-order: 700;
          order: 700;
}
.sidebar-sagasu-area-genre .order-genre-traffic {
  -webkit-box-ordinal-group: 601;
      -ms-flex-order: 600;
          order: 600;
}
.sidebar-sagasu-area-genre .order-genre-toilet {
  -webkit-box-ordinal-group: 901;
      -ms-flex-order: 900;
          order: 900;
}
.sidebar-sagasu-area-genre .order-genre-service {
  -webkit-box-ordinal-group: 301;
      -ms-flex-order: 300;
          order: 300;
}
.sidebar-sagasu-area-genre .order-genre-temple {
  -webkit-box-ordinal-group: 801;
      -ms-flex-order: 800;
          order: 800;
}
.sidebar-sagasu-area-genre .order-genre-history {
  -webkit-box-ordinal-group: 401;
      -ms-flex-order: 400;
          order: 400;
}

.disp-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

.mainContents {
  /**/
}
.mainContents table {
  margin-bottom: 1.2em;
}
.mainContents table th, .mainContents table td {
  border: solid 1px #b5b5b5;
  padding: 0.75em;
}
.mainContents table thead th {
  background-color: #f2f0dd;
}
.mainContents table tbody th {
  background-color: #e0f0ff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .mainContents table tbody th {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .mainContents .table-scroll {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /*&:before {
    	content: "こちらの表は横\0021d4にスワイプしてご覧になれます。";
    	display: inline-block;
    	font-size: 0.8em;
    	font-weight: 700;
    }*/
  }
}
/*# sourceMappingURL=style.css.map */