@charset "UTF-8";
.genre {
  color: #3D64E4;
  font-size: 0.8rem;
  line-height: 1;
}

#updating #main-content img {
  width: 100%;
}

.hq-bank-account {
  padding: 1rem;
  text-align: center;
  display: block;
  border-radius: 1rem;
  background-color: #FFF;
}

/* home
--------------------------------------------------------------------*/
body.historical {
  background-color: #aeaeae;
  background-image: url("../media/common/wall_historical.jpg");
}

body.original {
  background-color: #000;
  color: #fff;
}

.plan-s a {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 1rem auto;
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px solid #79CFCC;
  background-color: #FFF;
  text-align: center;
}

.type-title h1 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

#home #main {
  margin: 0 auto;
}

@media screen and (min-width: 300px) {
  #home #main {
    max-width: 1280px;
  }
}

@media screen and (min-width: 300px) {
  #home #main-content {
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  #home #main-content {
    width: auto;
  }
}

#home #site-header-content {
  display: block;
  background-color: #FFF;
}

@media screen and (min-width: 500px) {
  #home #site-header-content {
    padding-bottom: 1rem;
  }
}

#home .site-logo {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

#home .site-logo img {
  width: 100%;
}

#home .section-header {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  line-height: 1.2;
}

#home .section-header h1 {
  font-family: fot-seurat-pron, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 300px) {
  #home .section-header {
    font-size: 1rem;
  }
}

@media screen and (min-width: 500px) {
  #home .section-header {
    font-size: 2rem;
  }
}

#home .section-header .aside {
  font-size: 1.2rem;
}

#home .section-header h1 {
  padding-top: 0.7rem;
}

@media screen and (min-width: 300px) {
  #home .section-header h1 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1000px) {
  #home .section-header h1 {
    margin-bottom: 0;
    font-size: inherit;
  }
}

#home .section-header a.login-button {
  font-size: 1rem;
  padding: 0.5rem;
}

#home .all-member-link {
  display: block;
  border: none;
  width: 100%;
  max-width: 500px;
  padding: 0.5rem;
  border: 1px solid #2D8C8D;
  border-radius: 0 3px 3px 0;
  background-color: #25cdd0;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
}

#home .all-member-link:hover {
  background-color: #29A8AA;
}

#home .youtube-embed {
  margin: 1rem auto;
  width: 100%;
  max-width: 854px;
}

#home .youtube-embed > div {
  padding-top: 56.25%;
  position: relative;
}

#home .youtube-embed > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home .ad-sp {
  margin-bottom: 1rem;
}

@media screen and (min-width: 300px) {
  #home .ad-sp {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  #home .ad-sp {
    display: none;
  }
}

#home .ad-sp img {
  width: 100%;
}

#home .ad-sp .register {
  display: block;
  text-align: center;
  border: 1px solid #333;
  font-size: 1.2rem;
  background-color: #FFF;
  padding: 1rem 0.8rem;
  font-weight: bold;
}

#home .ad-pc {
  border: 1px solid #ccc;
  background-color: #FFF;
  margin-bottom: 2rem;
}

@media screen and (min-width: 300px) {
  #home .ad-pc {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  #home .ad-pc {
    display: flex;
    justify-content: space-between;
  }
}

#home .ad-pc .section-headline {
  display: block;
}

#home .ad-pc img {
  max-width: 800px;
  width: 60%;
}

@media screen and (min-width: 500px) {
  #home .ad-pc .info {
    padding: 2rem;
  }
}

#home .ad-pc h1 {
  font-size: 1.4rem;
  font-weight: bold;
}

@inlucde mq('lg') {
  #home .ad-pc .register {
    display: flex;
  }
}

#home .ad-pc a {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  border: 1px solid #000;
  font-weight: bold;
  font-size: 1.2rem;
  transition: all ease 0.3s;
}

#home .ad-pc a:hover {
  color: #FFF;
  background-color: #000;
}

#home a.historical {
  background-image: url("../media/common/wall_historical.jpg");
  border: 10px solid #FCAA51;
  transition: all ease 0.3s;
}

@media screen and (min-width: 300px) {
  #home a.historical {
    display: block;
    padding: 2rem 0.5rem;
  }
  #home a.historical > img {
    width: 100%;
  }
}

@media screen and (min-width: 500px) {
  #home a.historical {
    display: flex;
    justify-content: space-between;
    padding: 2rem 1rem;
  }
  #home a.historical > img {
    width: 40%;
  }
}

#home a.historical:hover {
  border: 10px solid #FFDCB7;
  background-color: #FCAA51;
  color: #FFF;
  background-image: none;
}

#home a.historical > div h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

#home a.free {
  margin: 0 0 1rem 0;
  display: block;
  padding: 1rem;
  background-color: #FFFFFF;
  border: 10px solid #EA3F24;
  transition: all ease 0.3s;
}

#home a.free h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 0.8;
  color: #EA3F24;
}

#home a.free h2 .aside {
  font-weight: normal;
  font-size: 1rem;
}

@media screen and (min-width: 500px) {
  #home a.free h2 {
    line-height: 1.6;
  }
}

#home a.free .attention {
  font-weight: bold;
  color: #EA3F24;
}

#home a.free:hover {
  border: 10px solid #CCC;
  background-color: #EA3F24;
  color: #FFF;
}

#home a.free:hover h2, #home a.free:hover .attention {
  color: #FFF;
}

#home a.free img {
  width: 100%;
}

#home .preparators {
  display: block;
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 1rem 0;
  text-align: center;
  font-weight: bold;
}

#home .preparators:hover {
  border: 1px solid #F00;
}

#home .area-banner a {
  margin-top: 1rem;
  background-color: #FFF;
  display: block;
  border: 5px solid #2DB5A7;
  border-radius: 1rem;
}

#home .area-banner a img {
  width: 100%;
}

#home .area-banner a:hover {
  border: 5px solid #70F4E6;
}

#home .banner {
  margin-bottom: 1rem;
}

#home .banner img {
  width: 100%;
}

#home .original {
  display: block;
  background-color: #000;
  color: #FFF;
  padding: 1rem;
}

#home .original h2 {
  font-weight: bold;
}

/* home
--------------------------------------------------------------------*/
#map .district-part, #member-list .district-part {
  pointer-events: none;
}

#map h2, #member-list h2 {
  font-weight: bold;
  font-size: 1.2rem;
}

#map h1.map-section-headline, #member-list h1.map-section-headline {
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #25cdd0;
  color: #FFF;
  text-align: center;
}

#map .map-container, #member-list .map-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#map .map-wrapper, #member-list .map-wrapper {
  position: relative;
  width: 100%;
}

#map .map-parts, #member-list .map-parts {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#map .map-wrapper img, #member-list .map-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}

#map .map-wrapper img.base, #member-list .map-wrapper img.base {
  width: 100%;
}

#map .holders, #member-list .holders {
  margin-left: 2rem;
}

@media screen and (min-width: 1000px) {
  #map .holders, #member-list .holders {
    width: calc(50% - 2.5rem);
  }
}

#map .holders .holder-list, #member-list .holders .holder-list {
  display: flex;
  flex-wrap: wrap;
}

#map .holders .holder-list-item, #member-list .holders .holder-list-item {
  display: flex;
  align-items: flex-start;
  width: 25rem;
  padding: 0.5rem;
}

#map .holders .channel-icon-link, #member-list .holders .channel-icon-link {
  margin-right: 0.5rem;
}

#map .holders .channel-icon-link, #map .holders .channel-icon-link > img, #member-list .holders .channel-icon-link, #member-list .holders .channel-icon-link > img {
  width: 4rem;
}

#map .holders .channel-title, #member-list .holders .channel-title {
  font-size: 0.8rem;
  line-height: 1.1;
}

#map .holders .channel-name, #member-list .holders .channel-name {
  font-size: 1.2rem;
  font-weight: bold;
}

#map #districts, #member-list #districts {
  width: 100%;
}

@media screen and (min-width: 300px) {
  #map #districts, #member-list #districts {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 1000px) {
  #map #districts, #member-list #districts {
    overflow: none;
    display: flex;
  }
}

#map .legacy-ranking a, #member-list .legacy-ranking a {
  display: block;
  font-weight: bold;
  padding: 0.5rem 0.3rem;
  border: 1px solid #CCC;
  text-align: center;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
}

#member-list {
  /*	 original
	 ===================================*/
}

#member-list .search-menu > ul {
  display: flex;
  flex-wrap: wrap;
}

#member-list .search-menu > ul li > a {
  font-size: 0.8rem;
  display: block;
  padding: 0.2rem 0.5rem;
  border: 1px solid #ccc;
}

#member-list .search-menu > ul li > a:hover {
  background-color: #F43A1B;
  color: #FFF;
}

#member-list .search-menu > ul li.current {
  background-color: #36B0D8;
}

@media screen and (min-width: 500px) {
  #member-list #site-header-content {
    padding-bottom: 1rem;
  }
}

#member-list .ad-sp {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 300px) {
  #member-list .ad-sp {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  #member-list .ad-sp {
    display: none;
  }
}

#member-list .ad-sp img {
  width: 100%;
}

#member-list .ad-sp .register {
  display: block;
  text-align: center;
  border: 1px solid #333;
  font-size: 1.2rem;
  background-color: #FFF;
  padding: 1rem 0.8rem;
  font-weight: bold;
}

#member-list .ad-pc {
  max-width: 1280px;
  margin: 0 auto;
  border: 1px solid #ccc;
  background-color: #FFF;
  margin-bottom: 2rem;
}

@media screen and (min-width: 300px) {
  #member-list .ad-pc {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  #member-list .ad-pc {
    display: flex;
    justify-content: space-arrownd;
  }
}

#member-list .ad-pc .section-headline {
  display: block;
}

#member-list .ad-pc img {
  max-width: 800px;
  width: 60%;
}

@media screen and (min-width: 500px) {
  #member-list .ad-pc .info {
    padding: 2rem;
  }
}

#member-list .ad-pc h1 {
  font-size: 1.4rem;
  font-weight: bold;
}

@inlucde mq('lg') {
  #member-list .ad-pc .register {
    display: flex;
  }
}

#member-list .ad-pc a {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  border: 1px solid #000;
  font-weight: bold;
  font-size: 1.2rem;
  transition: all ease 0.3s;
}

#member-list .ad-pc a:hover {
  color: #FFF;
  background-color: #000;
}

#member-list .page-headline-container {
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#member-list .page-headline-container #page-headline {
  border-bottom: none;
  margin-bottom: 0;
}

#member-list .page-headline-container .to-help {
  border: 1px solid #48C3EB;
  border-radius: 0.2rem;
  background-color: #FFF;
  margin-top: 0.2rem;
  color: #333;
}

@media screen and (min-width: 300px) {
  #member-list .page-headline-container .to-help {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    padding: 0.45rem;
  }
}

@media screen and (min-width: 500px) {
  #member-list .page-headline-container .to-help {
    font-size: 1.2rem;
    padding: 0.2rem;
  }
}

#member-list #new-members {
  background-color: #F0f0f0;
  padding: 1%;
  margin-bottom: 1rem;
  border-bottom: 4px dotted #929292;
}

#member-list #monthly-best {
  padding: 1%;
  margin-bottom: 1rem;
  border-bottom: 4px dotted #929292;
}

#member-list .section-headline {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 300px) {
  #member-list .section-headline {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 1000px) {
  #member-list .section-headline {
    margin-bottom: 2rem;
  }
}

#member-list .member {
  margin-bottom: 1rem;
}

@media screen and (min-width: 300px) {
  #member-list .member {
    width: 49.5%;
    margin-right: 1%;
  }
  #member-list .member:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 500px) {
  #member-list .member {
    width: 23.9%;
    margin-right: 1.4%;
  }
  #member-list .member:nth-child(2n) {
    margin-right: 1.4%;
  }
  #member-list .member:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1000px) {
  #member-list .member {
    width: 18.4%;
    margin-right: 2%;
  }
  #member-list .member:nth-child(2n), #member-list .member:nth-child(4n) {
    margin-right: 2%;
  }
  #member-list .member:nth-child(5n) {
    margin-right: 0;
  }
}

#member-list .member .link-box {
  display: block;
  position: relative;
  background-color: #FFF;
  border-radius: 3px;
  padding: 3%;
  color: #333;
}

#member-list .member .member-icon {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
  border-radius: 50%;
}

#member-list .member .link-box:hover {
  -moz-box-shadow: 0px 0px 10px 2px rgba(52, 217, 203, 0.8);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(52, 217, 203, 0.8);
  -ms-box-shadow: 0px 0px 10px 2px rgba(52, 217, 203, 0.8);
  box-shadow: 0px 0px 10px 2px rgba(52, 217, 203, 0.8);
}

#member-list .member .member-title-outer {
  position: relative;
  width: 100%;
  height: 1rem;
  overflow: hidden;
}

#member-list .member .member-title {
  postion: absolute;
  top: 0;
  left: 0;
  width: 200%;
  color: #666;
  line-height: 1.1;
}

@media screen and (min-width: 300px) {
  #member-list .member .member-title {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 500px) {
  #member-list .member .member-title {
    font-size: 0.8rem;
  }
}

#member-list .member .member-name-outer {
  position: relative;
  width: 100%;
  height: 1.2rem;
  overflow: hidden;
}

#member-list .member .member-name {
  postion: absolute;
  top: 0;
  left: 0;
  width: 200%;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

#member-list .member .member-name .trancated {
  display: inline;
}

#member-list .member .member-name .full {
  display: none;
}

@media screen and (min-width: 300px) {
  #member-list .member .member-name {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 500px) {
  #member-list .member .member-name {
    font-size: 1rem;
  }
}

#member-list .member .district-outer {
  display: flex;
}

#member-list .member .district {
  color: #FFF;
  background-color: #3995B3;
  border-radius: 2px;
  padding: 0 2px;
}

@media screen and (min-width: 300px) {
  #member-list .member .district {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 500px) {
  #member-list .member .district {
    font-size: 0.9rem;
  }
}

#member-list .member .counter {
  font-size: 0.7rem;
  color: #555;
  line-height: 1.2;
}

@media screen and (min-width: 500px) {
  #member-list .member .counter {
    display: flex;
  }
}

#member-list .member .counter .raw {
  display: flex;
  align-items: baseline;
}

@media screen and (min-width: 300px) {
  #member-list .member .counter .raw {
    width: 100%;
  }
}

@media screen and (min-width: 500px) {
  #member-list .member .counter .raw {
    width: 50%;
  }
}

#member-list .member .counter .period {
  width: 3rem;
}

#member-list .member .counter .count {
  width: 8rem;
  font-weight: bold;
}

@media screen and (min-width: 300px) {
  #member-list .member .counter .count {
    font-size: 0.9rem;
    text-align: right;
  }
}

@media screen and (min-width: 500px) {
  #member-list .member .counter .count {
    text-align: left;
  }
}

@media screen and (min-width: 1000px) {
  #member-list .member .counter .count {
    font-size: 1.2rem;
  }
}

#member-list .member .counter .pt {
  font-size: 0.7rem;
  font-weight: normal;
}

@media screen and (min-width: 300px) {
  #member-list {
    /*#new-members .member:nth-child(5),
		#monthly-best .member:nth-child(5){
			display:none;
		}*/
    /*#monthly-best .member:nth-child(5){
			display:none;
		}*/
  }
}

#member-list .members-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2rem;
}

#member-list .more {
  display: block;
  width: 100%;
  border-radius: 6px;
  background-color: #bdc3c7;
  font-family: fot-seurat-pron, sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: 6px;
  transition: all 0.5s 0s ease;
  text-align: center;
  color: #FFF;
}

#member-list .more:hover {
  background-color: #FA4527;
}

#member-list .org #new-members {
  background-color: #555;
}

#member-list .org .member .link-box {
  background-color: #333;
}

#member-list .org .member .member-title {
  color: #BBB;
}

#member-list .org .member .counter {
  color: #BBB;
}

/*cities
=======================================================================================*/
@media screen and (min-width: 300px) {
  #cities {
    font-size: 14px;
  }
}

@media screen and (min-width: 500px) {
  #cities {
    font-size: 18px;
  }
}

#cities .pref-list-wrapper {
  border: 1px solid #ccc;
  font-weight: bold;
  display: flex;
}

#cities #gmap-container {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1rem;
}

#cities #gmap-container iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  #cities #districts {
    display: flex;
  }
}

#cities .prefList {
  padding: 10px 0 9px 15px;
  width: 25%;
  display: block;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  z-index: 15;
  vertical-align: middle;
  line-height: 30px;
  box-sizing: border-box;
  border: 2px solid #888;
}

@media screen and (min-width: 500px) {
  #cities .prefList {
    font-size: 1.2rem;
  }
}

#cities .prefList:hover {
  border: 2px solid #F43434;
}

#cities .prefList option {
  color: #333;
}

#cities .prefList::-ms-expand {
  display: none;
}

#cities form {
  border: none;
}

#cities .cities-list-wrapper {
  background-color: #FFF;
  display: none;
}

@media screen and (min-width: 300px) {
  #cities .cities-list-wrapper.v-only {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  #cities .cities-list-wrapper {
    display: block;
    width: 25%;
    height: 95vh;
    overflow-y: auto;
  }
  #cities .cities-list-wrapper.v-only {
    display: none;
  }
}

#cities .cities-list-wrapper table {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  #cities #gmap-container {
    width: 40%;
  }
}

#cities .result {
  margin-left: 1rem;
  padding-top: 0.2rem;
}

#cities .result span {
  color: #F43434;
  font-size: 16px;
}

@media screen and (min-width: 300px) {
  #cities .region-holders {
    padding: 0.5rem;
    border: 1px solid #CCC;
    margin: 0 auto;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  #cities .region-holders {
    width: 35%;
    margin: 0;
  }
}

@media screen and (min-width: 300px) {
  #cities .holders-list {
    display: flex;
    justify-content: flex-start;
    width: 200%;
  }
}

@media screen and (min-width: 1000px) {
  #cities .holders-list {
    width: 100%;
    display: block;
  }
}

#cities .holders-list .holder-element {
  padding: 0.5rem;
}

@media screen and (min-width: 300px) {
  #cities .holders-list .holder-element {
    width: 23vw;
  }
}

@media screen and (min-width: 1000px) {
  #cities .holders-list .holder-element {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
}

#cities .holders-list .holder-element .channel-icon {
  margin-right: 0.5rem;
}

#cities .holders-list .holder-element .channel-icon, #cities .holders-list .holder-element img {
  display: block;
  border-radius: 2rem;
}

@media screen and (min-width: 300px) {
  #cities .holders-list .holder-element .channel-icon, #cities .holders-list .holder-element img {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  #cities .holders-list .holder-element .channel-icon, #cities .holders-list .holder-element img {
    width: 4rem;
    display: flex;
  }
}

@media screen and (min-width: 300px) {
  #cities .holders-list .holder-element .channel-info {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  #cities .holders-list .holder-element .channel-info {
    display: block;
  }
}

#cities .to-detail {
  display: block;
  background-color: #09BFB9;
  color: #FFF;
  padding: 0.2rem;
  border: 1px solid #FFF;
}

@media screen and (min-width: 1000px) {
  #cities .to-detail {
    background-color: #F43535;
  }
}

#cities .to-detail:hover {
  border: 1px solid #09BFB9;
  background-color: #fff;
  color: #09BFB9;
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  #cities .to-detail {
    text-align: center;
    width: 100%;
  }
}

#cities td {
  border: 1px solid #CCC;
}

#cities td a {
  display: block;
  color: #3D716E;
  text-decoration: underline;
  padding: 5px;
}

#cities td a:hover {
  background-color: #AAA;
  text-decoration: none;
}

#cities .cluster td {
  font-weight: bold;
  background-color: #EEE;
}

#cities .price {
  font-family: chivo;
  padding: 5px 5px 5px 20px;
  text-align: right;
}

#cities .clustered td {
  font-weight: normal;
  background-color: #FFF;
}

#cities .clustered .city-name a {
  padding-left: 1rem;
}

@media screen and (min-width: 1000px) {
  #cities .clustered .city-name a {
    width: auto;
  }
}

#cities tr.preserved td {
  background-color: #50CCA9;
  color: #FFF;
}

#cities .is-purchased {
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.3rem;
}

#cities tr.paid .is-purchased {
  background-color: #EE2064;
  color: #FFF;
}

#cities tr.clustered-head td {
  border-top: 2px solid #888;
}

#cities tr.clustered-foot td {
  border-bottom: 2px solid #888;
}

#cities .patron {
  padding: 0.3rem;
}

#cities .patron a {
  display: flex;
  align-items: flex-start;
}

#cities .patron img {
  width: 1.5rem;
  margin-right: 0.3rem;
}

#cities .patron .channel-name {
  width: 7rem;
}

/*holder-ranking
===============================================================*/
#holder-ranking #site-header {
  margin-bottom: 1rem;
}

#holder-ranking #main-content {
  max-width: 1080px;
  margin: 0 auto;
}

#holder-ranking .holder-list-wrapper {
  margin-bottom: 2rem;
}

#holder-ranking .list-header {
  font-size: 0.8rem;
  font-weight: normal;
}

#holder-ranking .holder-list-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #CCC;
  padding: 0.5rem 0;
}

#holder-ranking .holder-list-item .channel-info {
  width: 60%;
}

#holder-ranking .holder-list-item .icon-link {
  margin-right: 0.5rem;
}

#holder-ranking .holder-list-item .icon, #holder-ranking .holder-list-item .icon-link {
  width: 3rem;
  display: block;
}

#holder-ranking .holder-list-item .channel-title {
  font-size: 0.8rem;
  font-weight: normal;
}

#holder-ranking .holder-list-item .region {
  display: flex;
  font-weight: normal;
}

#holder-ranking .holder-list-item .region a {
  display: block;
  background-color: #4DA6A5;
  color: #FFF;
  padding: 0 0.3rem;
}

#holder-ranking .holder-list-item .region.purchased a {
  background-color: #FFF;
  border: 1px solid #E91D5B;
  color: #E91D5B;
}

#preparators .section-header .preparing-menu, #preparing-articles .section-header .preparing-menu {
  display: flex;
}

#preparators .section-header .preparing-menu > *, #preparing-articles .section-header .preparing-menu > * {
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 0.2rem 1rem;
}

#preparators .section-header .preparing-menu > *.current, #preparing-articles .section-header .preparing-menu > *.current {
  background-color: #000;
  color: #FFF;
}

#preparators .section-header ul, #preparing-articles .section-header ul {
  display: flex;
}

#preparators .section-header ul a, #preparing-articles .section-header ul a {
  display: block;
  padding: 0.3rem 1rem;
  border: 1px solid #CCC;
}

#preparators .section-header ul .current a, #preparing-articles .section-header ul .current a {
  background-color: #000;
  color: #FFF;
}

/*region
===============================================================*/
@media screen and (min-width: 1000px) {
  #region #main-content {
    max-width: 1080px;
    margin: 0 auto;
  }
}

#region #site-header {
  margin-bottom: 1rem;
  border-bottom: 1px solid #CCC;
}

#region .region-header {
  margin-bottom: 0.5rem;
}

#region .region-header .to-prefecture {
  font-size: 0.8rem;
  line-height: 1.1;
  display: block;
}

#region .informations {
  padding: 0.5rem;
}

#region .info-element {
  display: flex;
  margin-bottom: 1rem;
  align-items: flex-start;
}

#region .info-element .info-header {
  width: 6rem;
}

#region .info-element .info-content {
  font-weight: normal;
}

#region .info-element .channel-info {
  display: flex;
}

#region .info-element .channel-icon {
  width: 3rem;
  height: 3rem;
  margin-right: 0.3rem;
}

#region .info-element .channel-title {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.1;
  padding-top: 0.5rem;
}

#region .holders.sales {
  padding-left: 0.5rem;
  border-bottom: 1px solid #888;
}

#region .holders.sales .info-header,
#region .holders-list-item .channel-info {
  width: 65%;
  margin-right: 1rem;
}

#region .holders-list {
  width: 100%;
}

#region .holders-list-item {
  display: flex;
  padding: 0.5rem 0 0.5rem 0.5rem;
  border-bottom: 1px solid #CCC;
}

#region .holders-list-item .sales {
  padding-top: 0.5rem;
  font-weight: normal;
}

#preparators {
  /*	 preparators
	 ===================================*/
}

@media screen and (min-width: 500px) {
  #preparators .preparing-members-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

#preparators .preparator {
  margin: 0 1rem 1rem 0;
}

#preparators .preparator .link-box {
  display: flex;
  padding: 1rem;
  border: 1px solid #CCC;
}

#preparators .preparator .member-icon {
  width: 10rem;
  height: 10rem;
  margin-right: 1rem;
}

#preparators .preparator .member-info-box {
  width: 20rem;
}

#preparators .preparator .member-title {
  postion: absolute;
  top: 0;
  left: 0;
  width: 200%;
  color: #666;
  line-height: 1.1;
}

@media screen and (min-width: 300px) {
  #preparators .preparator .member-title {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 500px) {
  #preparators .preparator .member-title {
    font-size: 0.8rem;
  }
}

#preparators .preparator .member-name-outer {
  position: relative;
  width: 100%;
  height: 1.2rem;
  overflow: hidden;
}

#preparators .preparator .member-name {
  postion: absolute;
  top: 0;
  left: 0;
  width: 200%;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

#preparators .preparator .member-name .trancated {
  display: inline;
}

#preparators .preparator .member-name .full {
  display: none;
}

@media screen and (min-width: 300px) {
  #preparators .preparator .member-name {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 500px) {
  #preparators .preparator .member-name {
    font-size: 1rem;
  }
}

#preparators .preparator .district-outer {
  display: flex;
}

#preparators .preparator .district {
  color: #FFF;
  background-color: #3995B3;
  border-radius: 2px;
  padding: 0 2px;
}

@media screen and (min-width: 300px) {
  #preparators .preparator .district {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 500px) {
  #preparators .preparator .district {
    font-size: 0.9rem;
  }
}

#preparators .preparator .doesnt-have {
  display: flex;
  flex-wrap: wrap;
}

#preparators .preparator .doesnt-have div {
  padding: 0.1rem 0.3rem;
  background-color: #E81F1F;
  color: #FFF;
  border-radius: 0.3rem;
  margin-right: 0.5rem;
}

#pending-articles .articles li {
  padding: 1rem;
  border-bottom: 1px solid #CCC;
}

@media screen and (min-width: 1000px) {
  #pending-articles .articles li {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (min-width: 300px) {
  #pending-articles .articles li .thumb {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  #pending-articles .articles li .thumb {
    margin-right: 1rem;
    width: 30%;
    max-width: 240px;
    height: auto;
  }
}

#pending-articles .articles li .stat {
  background-color: #C6F9FC;
}

@media screen and (min-width: 1000px) {
  #pending-articles .articles li .info {
    width: 70%;
  }
}

#pending-articles .articles li .info .title {
  font-size: 1.2rem;
  font-weight: bold;
}

#member #main-content {
  width: 100%;
  max-width: 1280px;
  margin: 1rem auto;
}

#member #header-movie-wrapper, #member #header-description-image, #member #member-links {
  width: 100%;
  max-width: 854px;
  margin: 0 auto;
}

#member #header-movie-wrapper img, #member #header-description-image img, #member #member-links img {
  width: 100%;
}

#member .channel-type-links {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin: 16px 0 24px;
  padding: 0 0 4px;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#member .channel-type-links li {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

#member .channel-type-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  background: #fff;
  color: #555;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

#member .channel-type-links li a:hover {
  background: #f5f5f5;
  border-color: #aaa;
  color: #222;
}

#member .channel-type-links li.is-active a {
  background: #333;
  border-color: #333;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  pointer-events: none;
}

#member .channel-type-links li.historical.is-active a {
  background: #4949ff;
  border-color: #4949ff;
}

#member .channel-type-links li.market.is-active a {
  background: #df6868;
  border-color: #df6868;
}

#member .channel-type-links li.original.is-active a {
  background: #42ad77;
  border-color: #42ad77;
}

#member .channel-type-links li.supporter.is-active a {
  background: #8f8c32;
  border-color: #8f8c32;
}

#member .channel-type-links li.owner.is-active a {
  background: #a24caf;
  border-color: #a24caf;
}

@media screen and (min-width: 500px) {
  #member .channel-type-links {
    flex-wrap: wrap;
    overflow-x: visible;
  }
  #member .channel-type-links li a {
    min-height: 40px;
    padding: 8px 16px;
  }
}

#member #member-info {
  display: flex;
  margin-bottom: 1rem;
}

#member #member-info a.area-membership {
  display: flex;
  text-decoration: underline;
}

#member #member-info a.area-membership img {
  width: 1rem;
}

#member #header-movie {
  padding-top: 56.25%;
  position: relative;
}

#member #header-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#member #member-introduction {
  margin-bottom: 2rem;
}

#member #member-icon {
  margin-right: 2%;
}

@media screen and (min-width: 300px) {
  #member #member-icon {
    width: 15%;
  }
}

@media screen and (min-width: 500px) {
  #member #member-icon {
    width: 5%;
  }
}

#member #member-icon img {
  width: 100%;
}

#member .name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #555;
}

#member .name .title {
  font-size: 1rem;
}

#member .original.info .name {
  color: #FFF;
}

#member .original.info .name .title {
  color: #BBB;
}

#member .district {
  color: #3995B3;
}

#member #member-introduction .description {
  margin-bottom: 1rem;
}

#member #member-introduction .yt-link {
  display: block;
  border: 3px solid #FFF;
  transition: all 0.5s 0s ease;
}

#member #member-introduction .yt-link:hover {
  border: 3px solid #F00;
}

#member #member-introduction .yt-link-url {
  color: #3795B4;
  transition: all 0.5s 0s ease;
  text-decoration: underline;
}

#member #member-introduction .yt-link-url:hover {
  color: #FF0000;
}

#member #member-links {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  padding: 0 0 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

#member #member-links .sns {
  flex: 0 0 82%;
  max-width: 560px;
  min-width: 0;
  scroll-snap-align: start;
}

#member #member-links .sns > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#member #member-links .sns .link-thumbnail {
  display: block;
  aspect-ratio: 4 / 7;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

@media screen and (min-width: 500px) {
  #member #member-links {
    gap: 20px;
  }
  #member #member-links .sns {
    flex-basis: 520px;
  }
}

#member #member-links .sns {
  margin-bottom: 0.5rem;
}

#member #member-links .sns a {
  display: block;
  border: 2px solid #fff;
  color: #3795B4;
  transition: all 0.5s 0s ease;
}

#member #member-links .sns a > div {
  display: flex;
  align-items: center;
}

#member #member-links .sns a > div img {
  width: auto;
  height: 2rem;
  margin-right: 0.5rem;
}

#member #member-links .sns a > img {
  width: 100%;
}

#member #member-links .sns a:hover {
  border: 2px solid #F00;
  color: #FF0000;
}

#member #member-links .sns .url {
  font-size: 0.9rem;
  word-wrap: break-word;
  width: calc(100% - 2rem);
}

#member .support {
  padding: 0.5rem;
  background-color: #FFF;
  border-radius: 0.3rem;
  border-bottom: 1px solid #CCC;
}

#member .support .button {
  background-color: #EA3F24;
  color: #FFF;
  font-weight: bold;
  display: flex;
  margin-bottom: 0.5rem;
}

#member .support .button .icon {
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
}

#member .support .button .desc {
  width: calc(100% - 3rem);
}

#member .support .to-comments {
  display: block;
  text-align: center;
  border: 1px solid #EA3F24;
  padding: 0.3rem;
}

#member #member-contents {
  border-top: 1px solid #CCC;
}

@media screen and (min-width: 300px) {
  #member #member-contents {
    width: 100%;
  }
}

#member #member-contents .link-box {
  padding: 1rem;
  display: block;
  border-bottom: 1px dotted #DDD;
}

@media screen and (min-width: 500px) {
  #member #member-contents .link-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

#member #member-contents .link-box:hover {
  background-color: #CFFEFF;
}

#member #member-contents .link-box.original:hover {
  background-color: #146070;
}

@media screen and (min-width: 300px) {
  #member #member-contents .link-box img {
    width: 100%;
  }
}

@media screen and (min-width: 500px) {
  #member #member-contents .link-box img {
    width: 30%;
  }
}

@media screen and (min-width: 500px) {
  #member #member-contents .link-box .content-info {
    width: 65%;
  }
}

#member #member-contents .link-box .content-info .title {
  font-size: 1.2rem;
  font-weight: bold;
}

#member #member-contents .link-box .content-info .price {
  font-weight: bold;
  color: #397FF3;
  font-family: vani;
  display: flex;
}

#member #member-contents .link-box .content-info .price div {
  border: 1px solid #397FF3;
  padding: 0 0.5rem;
}

#member #member-contents .link-box .content-info .bought .number {
  font-weight: bold;
}

#member #member-contents .link-box .content-info .buy-button {
  width: 10rem;
  text-align: center;
  border: 1px solid #CCC;
}

#member #member-contents .link-box:hover .buy-button {
  border: 1px solid #F00;
}

#member #comments {
  background-color: #FFF;
  color: #333;
  padding: 0.5rem;
}

#member #comments h1 {
  font-weight: bold;
  margin-bottom: 1rem;
}

#member #comments .comment-item.fixed-top {
  border: 1px solid #EA3F24;
}

#member #comments .comment-item .comment-item-inner {
  padding: 0.5rem 0;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #CCC;
  margin-bottom: 1rem;
}

#member #comments .comment-item .info {
  display: flex;
}

@media screen and (min-width: 300px) {
  #member #comments .comment-item .person {
    width: 1.5rem;
    margin-right: 0.2rem;
  }
}

@media screen and (min-width: 1000px) {
  #member #comments .comment-item .person {
    width: 2rem;
    margin-right: 0.5rem;
  }
}

#member #comments .comment-item .person img {
  width: 100%;
}

#member #comments .comment-item .name {
  font-size: 0.8rem;
  font-weight: normal;
  margin-right: 1rem;
}

#member #comments .comment-item .comment-id, #member #comments .comment-item .date {
  font-size: 0.7rem;
  color: #AAA;
  margin-right: 1rem;
}

#member #comments .comment-item .strings {
  font-size: 1.2rem;
}

#member #comments .comment-item .paid {
  font-size: 0.8rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  border-radius: 0.3rem;
  padding: 0 0.2rem;
  margin-right: 0.5rem;
}

#member #comments .comment-item .paid.paid-250 {
  background-color: #2A46C1;
}

#member #comments .comment-item .paid.paid-500 {
  background-color: #33B9DB;
}

#member #comments .comment-item .paid.paid-1000 {
  background-color: #BEB524;
}

#member #comments .comment-item .paid.paid-3000 {
  background-color: #D45212;
}

#member #comments .comment-item .paid.paid-5000 {
  background-color: #F618D9;
}

#member #comments .comment-item .paid.paid-10000 {
  background-color: #FF0404;
}

#member #comments .comment-item .response {
  padding-left: 1.7rem;
}

@media screen and (min-width: 1000px) {
  #member #comments .comment-item .response {
    padding-left: 2.5rem;
  }
}

#member .org #comments, #member .org .support {
  background-color: #222;
}

#content #main-content {
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  #content #main-content {
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1000px) {
  #content #main-content #descriptions {
    width: 60%;
  }
}

#content #main-content #descriptions #movie {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

#content #main-content #descriptions #movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#content #main-content #descriptions #images img {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  #content #main-content #content-info {
    width: 35%;
  }
}

#content #main-content #content-info #member-info {
  display: flex;
  line-height: 1.1;
  margin-bottom: 2rem;
}

#content #main-content #content-info #member-info #member-icon {
  width: 3rem;
  margin-right: 1rem;
}

#content #main-content #content-info #member-info #member-icon img {
  width: 100%;
}

#content #main-content #content-info #member-info .title {
  font-size: 0.8rem;
}

#content #main-content #content-info #member-info .name {
  font-weight: bold;
}

#content #main-content #content-info #content-title {
  font-size: 1.5rem;
  font-weight: bold;
}

#content #main-content #content-info #content-type {
  margin-bottom: 2rem;
}

#content #main-content #content-info #pay {
  margin-bottom: 2rem;
}

#content #main-content #content-info .pay-button {
  display: block;
  background-color: #E51E1E;
  font-size: 1.5rem;
  line-height: 3;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

#content #main-content #content-info .pay-button:hover {
  background-color: #FF3B3B;
}

#landing #header-banner {
  width: 100%;
}

#landing #header-banner img {
  width: 30%;
  margin: 0 auto;
}

@media screen and (min-width: 300px) {
  #landing #main-content .image-box img {
    width: 99%;
  }
}

@media screen and (min-width: 500px) {
  #landing #main-content {
    padding: 5rem 0;
    border-top: solid 1px #EEE;
    background-color: #F0F0F0;
  }
  #landing #main-content .image-box {
    border: 1px solid #CCC;
    padding: 2rem;
    border-radius: 1rem;
    width: 80%;
    margin: 3rem auto;
    background-color: #FEFEFE;
  }
  #landing #main-content .image-box img {
    width: 100%;
  }
}

#how_mingeki #main-content img, #how_my #main-content img {
  width: 100%;
  max-width: 500px;
}

#how_mingeki #main-content p, #how_my #main-content p {
  margin-bottom: 1rem;
}

#how_mingeki #main-content p a, #how_my #main-content p a {
  text-decoration: underline;
  color: #DC3838;
}

#how_mingeki #main-content .bpoint, #how_my #main-content .bpoint {
  border: 1px solid #FFF;
  max-width: 10rem;
  display: block;
  transition: 0.3s ease all;
}

#how_mingeki #main-content .bpoint:hover, #how_my #main-content .bpoint:hover {
  border: 1px solid #F00;
}

#admission #main-content {
  margin: 0 auto;
}

@media screen and (min-width: 300px) {
  #admission #main-content {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  #admission #main-content {
    width: 800px;
  }
}

#admission input[type=text] {
  border: 1px solid #74A5FE;
  padding: 0.3rem;
}

#admission span.error, #admission div.error {
  font-size: 0.8rem;
  color: #D00;
  display: none;
}

#admission span.error.active, #admission div.error.active {
  display: inline;
}

#admission input[type=text].error {
  border: 1px solid #F00;
}

#admission .form-section {
  margin-bottom: 1rem;
}

#admission a.inline-link {
  text-decoration: underline;
  color: #1E5AE3;
}

#admission fieldset {
  border: 1px solid #DDD;
  display: block;
  padding: 1rem;
}

#admission .btn {
  padding: 1rem;
}

#admission .btn a, #admission .btn input[type=submit] {
  display: block;
  width: 30%;
  line-height: 1.3;
  padding: 0.6rem 0;
  text-decoration: none;
  background: #3942BB;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 5px 5px 0px 0px #DEDEDE;
  transition: all 0.2s ease;
}

@media screen and (min-width: 500px) {
  #admission .btn a, #admission .btn input[type=submit] {
    font-size: 1.2rem;
  }
}

#admission .btn a:hover, #admission .btn input[type=submit]:hover {
  background: #038CFF;
  color: #DADE86;
  margin-left: 0px;
  margin-top: 0px;
  box-shadow: none;
}

#admission .btn.double {
  display: flex;
  justify-content: center;
}

#admission .btn.double a.back {
  background-color: #DDD;
  border: 1px solid #CCC;
  color: #888;
  box-shadow: none;
  margin-right: 1rem;
}

#admission .btn.double a.back:hover {
  background-color: #FFF;
}

#admission .btn.single a, #admission .btn.single input[type=submit] {
  margin: 0 auto;
}

#admission .btn.wide {
  width: 100%;
}

#terms-of-registration #main-content, #membershipterms #main-content {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

#terms-of-registration h2, #membershipterms h2 {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
}

#terms-of-registration h3, #membershipterms h3 {
  font-weight: bold;
}

#terms-of-registration #page-headline, #membershipterms #page-headline {
  font-size: 1.2rem;
}

#terms-of-registration #article-header, #membershipterms #article-header {
  margin-bottom: 2rem;
}

#terms-of-registration .section-block, #membershipterms .section-block {
  margin-top: 1rem;
}

#terms-of-registration .terms-item, #membershipterms .terms-item {
  margin-bottom: 1rem;
  list-style-type: none;
}

#terms-of-registration .terms-item > h2, #membershipterms .terms-item > h2 {
  font-size: 1.1rem;
  font-weight: bold;
}

#terms-of-registration .definitions > li, #membershipterms .definitions > li {
  display: flex;
}

#terms-of-registration .definitions > li h3, #membershipterms .definitions > li h3 {
  font-weight: bold;
  width: 13rem;
}

#terms-of-registration ol > li, #membershipterms ol > li {
  list-style-type: decimal;
  margin-left: 2rem;
}

#help .overall-flow {
  margin-bottom: 1rem;
}

#help .inner-section-list.with-image {
  background-color: #EEE;
}

#help .inner-section-list.with-image li {
  margin-left: -1rem;
  list-style-type: none;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #888;
}

#help .inner-section-list.with-image .headline {
  font-weight: bold;
  font-size: 1.1rem;
}

#help .inner-section-list.with-image img {
  width: 100%;
}

#help .relational-link {
  display: block;
  border: 1px solid #27BDD3;
  border-radius: 0.3rem;
  padding: 0.3rem;
}

#help .relational-link.inline {
  display: inline-block;
}

#help .relational-link:hover {
  background-color: #27BDD3;
  color: #FFF;
}

/*
=============================================*/
.historical-channel-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 1000px) {
  .historical-channel-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .historical-channel-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.historical-channel-list__item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.historical-channel-list__item.doesnt-have-historical-content {
  opacity: 0.5;
}

.historical-channel-card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
}

.historical-channel-card__photo-link {
  display: block;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
}

.historical-channel-card__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.historical-channel-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

.historical-channel-card__main-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.historical-channel-card__main-link:hover .historical-channel-card__name {
  text-decoration: underline;
}

.historical-channel-card__title {
  margin-bottom: 4px;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.historical-channel-card__name {
  overflow: hidden;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.historical-channel-card__area {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.historical-channel-card__area a {
  color: #666;
  text-decoration: none;
}

.historical-channel-card__area a:hover {
  text-decoration: underline;
}

.historical-channel-card__status {
  display: flex;
  flex-wrap: wrap;
}

.historical-channel-card__status li {
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.1rem;
  color: #FFF;
}

.historical-channel-card__status li.historical {
  background-color: #A24CAF;
}

.historical-channel-card__status li.market {
  background-color: #DF6868;
}

.historical-channel-card__status li.original {
  background-color: #42AD77;
}

.historical-channel-card__status li.supporter {
  background-color: #8F8C32;
}

.historical-channel-card__status li.owner {
  background-color: #3535b8;
}

@media screen and (min-width: 500px) {
  .historical-channel-card {
    gap: 14px;
    padding: 14px;
  }
  .historical-channel-card__photo-link {
    flex-basis: 80px;
    width: 80px;
    height: 80px;
  }
  .historical-channel-card__title {
    font-size: 13px;
  }
  .historical-channel-card__name {
    font-size: 17px;
  }
}

/* home desktop refresh 2026-08
--------------------------------------------------------------------*/
#home {
  /* Desktop用の文言。スマホでは既存バナー画像をそのまま使う。 */
  /* 日本地図のイメージマップ比率を固定する。
       元画像は座標系 650 x 600 を前提としている。 */
}

#home .pc-area-copy {
  display: none;
}

#home #map .map-wrapper {
  aspect-ratio: 650 / 600;
}

@media screen and (min-width: 1000px) {
  #home {
    /* 検索は重要だが、横長フォームにはしない。 */
    /* PCの主役：日本地図 + 地域導線 */
    /* 一覧系は黒ベタ帯をやめ、静かな2カラムにする。 */
    /* 史料館・フリーマーケットをPCだけ横並びにする。 */
    /* 支援カードが主画像なので縮小しすぎない。 */
  }
  #home #site-header {
    padding-bottom: 0;
  }
  #home #site-header-content {
    width: calc(100% - 48px);
    max-width: 1120px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #home .site-logo {
    max-width: 920px;
  }
  #home .top-level-menu {
    width: 100%;
    margin: 0.75rem 0 0;
    justify-content: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f7f7f7;
  }
  #home .top-level-menu .login-button {
    margin: 0;
    padding: 0.8rem 1.8rem;
    font-size: 1rem;
    background-color: transparent;
    border-left-color: #d5d5d5;
  }
  #home .top-level-menu .login-button:last-child {
    border-right: 1px solid #d5d5d5;
  }
  #home .top-level-menu .login-button:hover {
    background-color: #fff;
  }
  #home #main {
    width: 100%;
    max-width: none;
  }
  #home #main-content {
    width: calc(100% - 48px);
    max-width: 1120px;
    margin: 0 auto;
  }
  #home .home-search-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.9rem;
    padding: 1.25rem 0 1rem;
    border-bottom: 0;
  }
  #home .home-search-row .all-member-link {
    width: 180px;
    max-width: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0.55rem 1rem;
    border: 1px solid #24aaa8;
    border-radius: 4px;
    background: #fff;
    color: #1d7778;
    text-align: center;
  }
  #home .home-search-row .all-member-link:hover {
    background: #eaf8f8;
    color: #155f60;
  }
  #home .home-search-row .search-form {
    width: 390px;
    max-width: 390px;
    margin: 0;
  }
  #home .home-search-row .search-form label {
    width: auto;
    max-width: none;
    flex: 1 1 auto;
  }
  #home .home-area-navigation {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 0.9fr);
    gap: 1.5rem;
    align-items: stretch;
    margin-bottom: 2rem;
  }
  #home .home-area-map {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1rem 1.25rem;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  }
  #home .home-area-map #district,
  #home .home-area-map .map-container {
    width: 100%;
  }
  #home .home-area-map .map-container {
    max-width: 700px;
    margin: 0 auto;
  }
  #home .home-area-actions {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
  }
  #home .home-area-actions .area-banner {
    min-width: 0;
  }
  #home .home-area-actions .area-banner a {
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    border: 1px solid #d8e6e4;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  }
  #home .home-area-actions .area-banner a:hover {
    border-color: #52bdb5;
    background: #f7fffe;
  }
  #home .home-area-actions .area-banner img {
    display: none;
  }
  #home .home-area-actions .pc-area-copy {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.7rem 1.6rem;
    color: #263434;
  }
  #home .home-area-actions .area-action-label {
    display: block;
    margin-bottom: 0.6rem;
    color: #648080;
    font-size: 0.85rem;
    font-weight: 600;
  }
  #home .home-area-actions strong {
    display: block;
    color: #218f88;
    font-size: 1.55rem;
    line-height: 1.35;
  }
  #home .home-area-actions .owner-banner strong {
    color: #d84a35;
    font-size: 1.75rem;
  }
  #home .home-area-actions .area-action-link {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: right;
  }
  #home .home-area-actions .area-action-link::after {
    content: '  →';
  }
  #home .home-member-links,
  #home .home-secondary-links,
  #home .home-event-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  #home .home-member-links {
    margin-bottom: 1.5rem;
  }
  #home .home-secondary-links {
    margin-top: 1rem;
  }
  #home .home-event-links {
    margin-top: 2rem;
  }
  #home .home-text-link.original {
    margin: 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
    color: #333;
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }
  #home .home-text-link.original:hover {
    border-color: #9d9d9d;
    background: #fafafa;
  }
  #home .home-text-link .description {
    padding: 0.9rem 1.1rem;
  }
  #home .home-text-link h2 {
    font-size: 1rem;
    line-height: 1.4;
  }
  #home .home-primary-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
  #home .home-primary-links > a {
    height: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  #home .home-primary-links a.historical,
  #home .home-primary-links a.free {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem;
    border-width: 4px;
    border-radius: 8px;
    overflow: hidden;
  }
  #home .home-primary-links a.historical:hover,
  #home .home-primary-links a.free:hover {
    border-width: 4px;
  }
  #home .home-primary-links a.historical > div,
  #home .home-primary-links a.free > div {
    padding-bottom: 1rem;
  }
  #home .home-primary-links a.historical > img,
  #home .home-primary-links a.free > img {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: auto;
  }
  #home .home-primary-links a.historical h2,
  #home .home-primary-links a.free h2 {
    font-size: 1.55rem;
    line-height: 1.4;
  }
  #home .home-primary-links a.free img {
    min-height: 190px;
    object-fit: contain;
    background: #fff;
  }
  #home .home-original-link.original {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.7fr);
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 8px;
    background: #202020;
  }
  #home .home-original-link .description {
    padding: 0.5rem 0.75rem;
  }
  #home .home-original-link h2 {
    margin-bottom: 0.5rem;
    font-size: 1.45rem;
  }
  #home .home-original-link img {
    width: 100%;
    border-radius: 4px;
  }
}
