
select {
  /* styling */
  background-color: white;
  border: thin solid #ddd;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3em 0.5em 0.3em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  margin-left: 4px;
}

span.rank.rankimg7 {
  width: 99px;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ddd;
  outline: 0;
}

#member_content_area {
  overflow: hidden;
}

/*フォーム全体*/
#form5 {
  position: relative;
}

.sort {
  margin-top: 20px;
}

#sbox5 {
  display: inline-block;
  outline: 0;
  height: 40px;
  padding: 0 10px;
  width: 280px;
  border-radius: 5px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

#sbtn5 {
  padding: 0 10px;
  height: 40px;
  border-radius: 5px;
  background: #8c0d0a;
  color: #fff;
  font-size: 16px;
  border: none;
  text-align: center;
}

#sbtn5:hover {
  background: #b3110d;
}

span.rank.rankimg5 {
  position: absolute;
  width: 200px;
  bottom: 55px;
  right: -25px;
}

.col_panel {
  display: none;
}

.col_panel.active {
  display: block;
}

.tab_area label.active {
  background: #a5a5a5;
  color: #000;
}

.tab_area label {
  margin: 0 0px;
  display: inline-block;
  padding: 10px;
  color: #999;
  border: 3px solid #ddd;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  transition: ease 0.2s opacity;
}

.tab_area label:hover {
  opacity: 0.5;
}

.tab_area label img {
  width: 37px;
}

#col2-4 .col-sm-3.col-xs-6.box-style {
  width: 24%;
  margin-right: 1.3%;
  margin-left: 0;
}

#col2-4 .col-sm-3.col-xs-6.box-style:nth-of-type(4n) {
  margin-right: 0;
}

#col3-6 .col-sm-3.col-xs-6.box-style {
  margin-right: 1.28%;
  margin-left: 0;
  width: 15.6%;
}

.bg-black {
  position: absolute;
  /* background-image: linear-gradient(to right, rgba(178,178,178,1),rgba(178,178,178,0)); */
  background-image: linear-gradient(to top, #000000, rgba(56, 56, 56, 0.02));
  bottom: 0;
  left: 0;
  height: 75px;
  width: 100%;
}

#col3-6 .col-sm-3.col-xs-6.box-style:nth-of-type(6n) {
  margin-right: 0;
}

.memname-wrap {
  display: flex;
}

.memname {
  line-height: 1.5;
}

.rank-wrap {
  text-align: right;
  /* width: 100px; */
}
.box-style p{
  margin-bottom: 0;
}
.box-style article{
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.25);

}
.box-style{
  margin-top: 24px;
}
.rankimg6,
.rankimg3,
.rankimg2,
.rankimg1,
.rankimg7 {
  margin-bottom: 5px;
  margin-top: 0;
  width: 65px;
}

.rankimg4 {
  margin-top: 12px;
  width: 83px;
  margin-bottom: 15px;
}

#under_visual_area {
  background-image: url(/main_img_01.jpg);
  background-position: top center;
}

/* イントロエリア */
#intro_area a {
  text-decoration: underline;
  color: #62a2e3;
}

/* メッセージエリア */
#message_area {
  padding: 70px 0 0 0;
  background-image: url(../../../common/img/ico_kirakira02.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: top center;
}

.iso p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.iso img {
  max-width: 400px;
  margin: 0 auto;
}

/* メンバーエリア */
.amap img {
  max-width: 260px;
}

.rank-b {
  text-align: center;
  margin-top: 20px;
}

.rank-b img {
  width: 100%;
  max-width: 420px;
}

.s-cam {
  width: 100%;
  text-align: center;
}

.s-cam img {
  max-width: 440px;
  margin-bottom: 30px;
  width: 100%;
}

.cam-m {
  text-align: center;
}

.cam-m span {
  line-height: 1;
  /* background-color: #8c0064;
  color: #fff; */
  padding: 5px 10px;
  margin-top: 5px;
  display: inline-block;
}

.cam-m span i {
  padding-right: 6px;
}

#intro_area .cam-m span a {
  color: #930065;
  /* text-decoration: none; */
}

.malert {
  padding: 15px 15px 0;
  line-height: 1.4;
  text-align: center;
}

#member_area {
  padding: 0 0 20px 0;
}

#member_area .img-box {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

#member_area article {
  text-align: center;
  height: 100%;
}

.memname-wrap {
  position: absolute;
  bottom: 10px;
  right: 17px;
  text-align: left;
  color: white;

}

#member_area .name {
  font-weight: bold;
  font-size: 16px;
  text-shadow: 3px 3px 0px #000;
  margin-bottom: 0;
}

#member_area .name3 {
  font-weight: bold;
  font-size: 18px;
}

#member_area .name2 {
  font-size: 11px;
}

#col3-6 #member_area .name {
  font-size: 20px;
}

#col3-6 #member_area .name2 {
  font-size: 10px;
}

#col3-6 .rank-wrap .rank {
  font-size: 10px;
}

#col3-6 .specialty {
  font-size: 15px;
}

#member_area .star {
  color: #ffa200;
  font-size: 14px;
}

#member_area .btn {
  display: block;
  position: relative;
  border-radius: 0;
  padding: 8px 12px;
  background-color: #62a2e3;
  text-align: start;
  font-size: 12px;
  color: #fff;
}

#member_area .btn i {
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 13px;
}

#member_area .login-mark2 {
  background-color: #C00;
  position: absolute;
  color: #fff;
  right: 8px;
  bottom: 8px;
  width: 72px;
  border-radius: 6px;
  padding: 0 4px;
  font-size: 10px;
}

#member_area .logoff-mark2 {
  background-color: #9c0836;
  position: absolute;
  color: #fff;
  right: 8px;
  bottom: 8px;
  border-radius: 6px;
  width: 60px;
  padding: 0 4px;
  font-size: 10px;
}

.detail-rank {
  margin-top: 0;
}

.form-link {
  background: linear-gradient(rgb(208, 38, 119) 0%, rgb(121, 6, 81) 96%);
  max-width: 320px;
  height: 56px;
  display: block;
  margin: 20px auto;
  color: #fff;
  position: relative;
  border: 3px double white;
  transition: all 0.5s ease-out;
}

.form-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
}

.form-link a:hover {
  background: rgb(121, 6, 81);
}

.specialty {
  font-weight: bold;
  color: #000000;
  font-size: 16px;

}

.inter {
  color: #b5b5b5;
}

.inter a {
  color: #00f;
  text-decoration: underline;
}

.inter a:hover {
  cursor: pointer;
  color: #f00;
}

.m-rank {
  text-align: center;
}

.m-rank h3 {
  font-weight: bold;
  line-height: 1.4;
}

.m-rank h3 span {
  font-size: 110%;
  display: block;
}

.m-map {
  text-align: center;
}

.m-map h3 {
  font-weight: bold;
  line-height: 1.4;
}

.m-map h3 span {
  font-size: 110%;
  display: block;
}

.map-img img {
  max-width: 980px;
  width: 100%;
}

#member_area article .img-box .bg2 {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 170px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  height: 125px;
}

#col2-4 article .img-box .bg2 {
  height: 200px;
}

#member_area article .img-box .bg2 a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#detail_visual {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #333;
  position: relative;
}

#detail_visual:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
}

#member_detail_area {
  position: relative;
}

#psn_header_area {
  margin-top: -100px;
}

#psn_header_area {}

#psn_header_area .icon-img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  position: relative;
}

#psn_header_area .info {
  margin-left: 224px;
}

#psn_header_area .info .name {
  color: #fff;
  padding-top: 36px;
  font-size: 50px;
}

#psn_header_area .info .eng {
  font-size: 32px;
  color: #ccc;
  margin-top: 24px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

#psn_header_area .info .rank {
  font-size: 18px;
  margin-top: 16px;
}

#psn_header_area .info .price {
  font-size: 18px;
  margin-top: 16px;
  background-color: #efefef;
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  padding: 8px;
}

.detail-box {}

.detail-box .detail-left {
  float: left;
  width: 70%;
  padding-right: 24px;
  padding-bottom: 80px;
}

.member-ttl {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 24px;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}

/*============================
#comment_area
============================*/
.detail-box .detail-left #comment_area {
  font-size: 18px;
}

.detail-box .detail-left #comment_area .txt {}

.detail-box .detail-left #comment_area .to-contact {}

/*============================
#voice_area
============================*/
#voice_area {}

#voice_area article {
  margin-top: 24px;
  border-bottom: 1px solid #ccc;
}

#voice_area .name {
  font-size: 18px;
  font-weight: bold;
}

#voice_area .star {
  color: #ffa200;
  letter-spacing: .2em;
  font-size: 20px;
}

#voice_area .info {
  font-weight: bold;
  color: #999;
}

#voice_area .text {}

#voice_area .date {
  text-align: right;
  font-style: italic;
  color: #ccc;
}

.to-list {
  font-size: 18px;
  text-align: right;
  text-decoration: underline;
}

.v_point {
  font-size: 18px;
  font-weight: bold;
  color: #da3333;
  padding-left: 4px;
}

.v_star {
  line-height: 1;
  display: flex;
  justify-content: center;
}

.v_star img {
  height: 16px;
  width: 16px;
  vertical-align: top;
  margin-top: 4px;
}

.comment {
  width: auto;
  line-height: 1.5;
  background-color: #ffdfdf;
  border-radius: 10px;
  position: relative;
  height: auto;
  font-size: .8rem;
  padding: .8rem 1rem .5rem 1rem;
  margin-top: .8rem;
  text-align: left;
  margin-right: 7px;
  margin-left: 7px;
}

.comment::after {
  position: absolute;
  left: 28px;
  top: -22px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23.5px 19px 7.5px 0;
  border-color: transparent #ffdfdf transparent transparent;
}

.menber-flex {
  display: flex;
  flex-wrap: wrap;
}

.col-sm-3.col-xs-6.box-style {
  padding: 0;
  margin: 0 1.5%;
  width: 22%;
  background-color: #eeeeee;
  margin-top: 15px;
}

/*============================
#blog_area
============================*/
.detail-box .detail-left #blog_area {}

.detail-box .detail-left #blog_area .img {
  height: 100px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.login-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  color: #fff;
  border-radius: 8px;
  background-color: #C00;
  padding: 8px;
  line-height: 1em;
  font-size: 11px;
}

.detail-box .detail-left #blog_area .ttl {
  font-size: 18px;
}

.detail-box .detail-left #blog_area .date {
  text-align: right;
  color: #ccc;
}

.detail-box .detail-right {
  float: right;
  width: 30%;
}

.detail-box .detail-info {
  padding: 24px;
  background-color: #efefef;
}

/*============================
#profile_area
============================*/
#profile_name {
  background-color: #fff;
  padding: 8px;
  font-size: 24px;
  text-align: center;
  border-radius: 8px;
}

.detail-box .detail-right #profile_area {
  text-align: center;
}

.detail-box .detail-right #profile_area .avr-star {
  color: #ffce00;
  letter-spacing: .2em;
  font-size: 30px;
}

.detail-box .detail-right #profile_area .avr-star a {
  font-size: 12px;
  color: #666;
  letter-spacing: .1em;
  text-decoration: underline;
}

.detail-box .detail-right #profile_area .avr-post {
  font-size: 20px;
}

.detail-box .detail-right #profile_area .avr-tag {
  font-size: 15px;
  color: #999;
}

.to-contact a {
  display: block;
  position: relative;
  border-radius: 0;
  padding: 8px 12px;
  background-color: #62a2e3;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.to-contact a span {
  font-size: 25px;
  line-height: 1.3em;
}

.to-contact-bottom {
  position: fixed;
  bottom: 0;
  width: 90%;
  margin: 0 5%;
  right: 0px;
  animation-name: goUp;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
}

.to-contact-bottom a {
  display: block;
  position: relative;
  border-radius: 0;
  padding: 8px 12px;
  background-color: #62a2e3;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

/*============================
#sns_area
============================*/
.detail-box .detail-right #sns_area {}

/*============================
モーダル
============================*/
.lock {
  overflow: hidden;
}

/*
.modal-content {
  position: relative;
  display: none;
  width: 80%;
  margin: 30px auto;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
}

.modal-content p {
  margin: 0;
  padding: 0;
}

.modal-overlay {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-wrap {
  z-index: 101;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-open {
  color: #00f;
  text-decoration: underline;
  font-size: 11px;
  margin-left: 10px;
  padding: 7px 7px 7px 0;
  display: block;
  position: relative;
  width:100%;
  height:100%;
}

.modal-open:hover {
  cursor: pointer;
  color: #f00;
}

.modal-close {
  color: #00f;
  text-decoration: underline;
}

.modal-close:hover {
  cursor: pointer;
  color: #f00;
}

 */

.more_member_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

#more_member, #more_member3 {
  background-color: #ce0808;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  border: 3px double white;
}

#more_member i, #more_member3 i {
  padding-right: 6px;
}
