br.sp {
  display: inline;
}

@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}

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

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

@media screen and (min-width: 1200px) {
  #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: 1200px) {
  #home .ad-pc {
    display: flex;
    justify-content: space-between;
  }
}

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

@media screen and (min-width: 768px) {
  #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 #mingeki-link {
  margin-bottom: 2rem;
}

#home #link-list {
  margin-bottom: 3rem;
}

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

#home .btn a {
  display: block;
  width: 100%;
  line-height: 1.3;
  padding: 1.5rem 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: 768px) {
  #home .btn a {
    font-size: 1.5rem;
  }
}

#home .btn a:hover {
  background: #038CFF;
  color: #DADE86;
  margin-left: 0px;
  margin-top: 0px;
  box-shadow: none;
}

#home .login a {
  display: block;
  background-color: #FFF;
  text-align: center;
  padding: 0.6rem 0;
  border: 1px solid #333;
  font-size: 1.3rem;
  font-weight: bold;
}

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

.member-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  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: 768px) {
  .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%;
}

.member-list .member .member-icon {
  width: 100%;
  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: 768px) {
  .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: 768px) {
  .member-list .member .member-name {
    font-size: 1rem;
  }
}

/* registrations
------------------------------------------------------*/
#registrations #main-content {
  max-width: 800px;
  margin: 0 auto;
}

#registrations #main-content li.admission {
  margin-bottom: 3rem;
  display: flex;
}

#registrations #main-content li.admission a {
  display: block;
  padding: 1rem;
  background-color: #DDD;
  border: 1px solid #CCC;
  text-align: center;
}

#registrations #main-content li.admission a:hover {
  background-color: #038cff;
}

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

@media screen and (min-width: 768px) {
  #registrations #main-content li.admission a img {
    width: auto;
  }
}

#registrations #main-content .support {
  padding: 1rem;
  border: 1px solid #CCC;
  border-radius: 3px;
  background-color: #F9F9F9;
  margin-bottom: 2rem;
}

#registrations #main-content .support li {
  list-style-type: square;
  margin-left: 2rem;
}

#registrations #main-content .support a {
  display: inline;
  text-decoration: underline;
  color: #2852C9;
}

/* profile
------------------------------------------------------*/
#profile #profile-navi, #advisers #profile-navi {
  background-color: #F0F0F0;
  padding: 0.5rem;
  border-radius: 3px;
}

#profile #main-content section, #advisers #main-content section {
  margin-bottom: 2rem;
}

#profile .objective, #advisers .objective {
  margin: 2rem 0;
}

#profile .section-headline, #advisers .section-headline {
  font-size: 1.2rem;
  border-bottom: 1px solid #CCC;
}

#profile table, #advisers table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1000px) {
  #profile table .role, #advisers table .role {
    width: 10rem;
  }
}

#profile table td, #profile table th, #advisers table td, #advisers table th {
  border: 1px dotted #BBB;
  padding: 5px 10px;
  background-color: #FFF;
}

#profile table .photo, #advisers table .photo {
  width: 30%;
}

#profile table .name, #advisers table .name {
  font-weight: bold;
}

@media screen and (min-width: 300px) {
  #profile table .sp-small, #advisers table .sp-small {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 1000px) {
  #profile table .sp-small, #advisers table .sp-small {
    font-size: 1rem;
  }
}

#profile table img, #advisers table img {
  width: 100%;
}

@media screen and (min-width: 300px) {
  #profile table, #advisers table {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #profile table, #advisers table {
    width: 80%;
  }
}

#profile #memorandum p, #advisers #memorandum p {
  margin-bottom: 2rem;
}

#profile #memorandum ol, #advisers #memorandum ol {
  padding-left: 3rem;
}

#profile #memorandum ol li, #advisers #memorandum ol li {
  list-style-type: decimal;
}

#profile .to-advisers, #advisers .to-advisers {
  font-size: 1.2rem;
  background-color: #4B98A3;
  color: #FFF;
  margin: 2rem 0;
  padding: 1rem;
  border: 1px solid #3FB3B4;
  display: block;
  width: 15rem;
}

#supporters .members {
  display: flex;
  margin: 3rem 0;
  flex-wrap: wrap;
}

#supporters .members li {
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 300px) {
  #supporters .members li {
    width: 45%;
    margin-right: 2%;
  }
}

@media screen and (min-width: 768px) {
  #supporters .members li {
    width: 20%;
    margin-right: 5%;
  }
}

#supporters .members li img {
  width: 100%;
  border-radius: 50%;
}

#supporters .members li .title {
  font-size: 0.7rem;
}

#supporters .members li .name, #supporters .members li .title {
  line-height: 1.2;
}

#supporters .members li .name {
  font-weight: bold;
}

#tokutei table {
  border-collapse: separate;
  border-spacing: 0;
}

#tokutei table td, #tokutei table th {
  border: 1px dotted #BBB;
  padding: 5px 10px;
  background-color: #FFF;
}

#membershipterms #base-rule {
  background-color: #F0F0F0;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 300px) {
  #membershipterms #base-rule {
    padding: 1rem;
  }
}

@media screen and (min-width: 768px) {
  #membershipterms #base-rule {
    padding: 3rem;
  }
}

#membershipterms #base-rule h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

#membershipterms #terms h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

#membershipterms #terms h2 {
  font-size: 1.1rem;
  font-weight: bold;
}

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

#membershipterms #terms li {
  margin-bottom: 1rem;
}

#membershipterms #terms ol li {
  list-style-type: decimal;
  margin-left: 3rem;
  margin-bottom: 0.5rem;
}

#privacy #page-description {
  background-color: #F0F0F0;
  padding: 1rem;
  border-radius: 3px;
}

#privacy .content {
  margin-bottom: 3rem;
}

#privacy .content h2 {
  font-weight: bold;
}

#privacy .content li {
  margin-bottom: 1rem;
}

#privacy #beacon h1 {
  font-size: 1.2rem;
  font-weight: bold;
}

#privacy #beacon p {
  margin-bottom: 1rem;
}

#presentation #main-content section {
  margin-bottom: 3rem;
}

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

#presentation #main-content .btn {
  display: block;
  font-size: 2rem;
  text-align: center;
  background-color: #5552E4;
  color: #FFF;
  padding: 1rem;
  margin: 1rem auto;
  border-radius: 1rem;
}

#presentation #main-content .btn:hover {
  background-color: #7D7AFA;
}

#supporters .type-list li {
  margin-bottom: 1rem;
}

#supporters .type-list li a {
  display: block;
  width: 100%;
  line-height: 1.3;
  padding: 1.5rem 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;
}

#supporters .type-list li a.back {
  background: #6A6A6A;
}

@media screen and (min-width: 768px) {
  #supporters .type-list li a {
    font-size: 1.5rem;
  }
}

#supporters .type-list li a:hover {
  background: #038CFF;
  color: #DADE86;
  margin-left: 0px;
  margin-top: 0px;
  box-shadow: none;
}

#members #main-content {
  min-height: 100vh;
}

#members #main-content > section {
  margin-bottom: 2rem;
  border-bottom: 3px dotted #888;
}

#members #page-headline {
  line-height: 1.2;
}

@media screen and (min-width: 300px) {
  #members #page-headline {
    font-size: 1.5rem;
  }
  #members #page-headline .aside {
    font-size: 0.6em;
  }
}

@media screen and (min-width: 768px) {
  #members #page-headline {
    font-size: 3rem;
  }
  #members #page-headline .aside {
    font-size: 1rem;
  }
}

#members .section-headline {
  margin-bottom: 1rem;
}

@media screen and (min-width: 300px) {
  #members .section-headline {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #members .section-headline {
    font-size: 2rem;
  }
}

#members .members-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

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

#members .member > a {
  display: block;
}

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

@media screen and (min-width: 768px) {
  #members .member {
    width: 23%;
  }
  #members .member, #members .member:nth-child(2n) {
    margin-right: 1.4%;
  }
  #members .member:nth-child(4n) {
    margin-right: 0;
  }
}

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

#members .member .member-icon {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #46F8F6;
}

#members .member a:hover .member-icon {
  border: 1px solid #FF1313;
}

#members .member .title {
  font-size: 0.7rem;
  line-height: 1;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
  height: 0.8rem;
}

#members .member .title.small {
  font-size: 0.5rem;
}

#members .member .name {
  font-size: 1.1rem;
}

@media screen and (min-width: 300px) {
  #members .member .name {
    font-size: 1rem;
    line-height: 1.1;
    font-weight: bold;
  }
}

#members .member .title, #members .member .name, #members .member .district {
  text-align: center;
}

#members .member .district {
  color: #007FA9;
  padding: 0 3px;
  font-size: 0.8rem;
}

#members .no-images {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
  #members .no-images {
    width: 40%;
  }
}

#members .no-images .member {
  width: 49%;
  margin-right: 1%;
}

#members .no-images .member:nth-child(2n) {
  margin-right: 0;
}

#members .management {
  line-height: 1.3;
}

#members .management .manage-count {
  background-color: #ABFFF6;
  font-size: 0.7em;
}

#members .management .manage-content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #CCC;
}

#members .management .manage-content .aside {
  font-size: 0.6em;
}

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

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

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

#member-profile .managements .cat {
  margin-left: 0.5rem;
}

#member-profile .managements .icons {
  display: flex;
}

#member-profile .managements .icons a {
  width: 3rem;
}

#member-profile .managements .icons a img {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

#member-profile .mycard.info .name {
  color: #FFF;
}

#member-profile .mycard.info .name .title {
  color: #BBB;
}

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

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

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

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

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

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

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

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

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

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

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

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

#member-profile #member-links .sns .url {
  font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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