<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* for player-detail Page's Setting */
.pc-none {
    display: none;
}
.sp-none {
    display: block;
}
.bg-gray {
    background-color: #F5F5F5;
    background-image: none;
}

.player-detail.contents {
    background-color: #FCD7E9;
}
.player-detail .contents-inner {
    padding: 82px 0 0;
}
.important .player-detail .contents-inner {
    padding: 116px 0 0;
}
.mod-player-contents01 {
    padding: 52px 80px 40px;
}
.mod-player-contents02 {
    padding: 0 80px;
    width: 100%;
    max-width: 1040px;
    box-sizing: border-box;
    border-top: 3px solid #ccc;
    margin-bottom: 15px;
}
.mod-player-contents02-inner {
    border-top: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    max-width: 880px;
    position: relative;
}
.player-detail .mod-block-column-2-1 {
    justify-content: center;
    margin-bottom: 15px;
}
.player-detail .mod-block-column-half {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-flow: wrap;
}
.player-detail .mod-block-column-half.w430 {
    width: 100%;
    max-width: 430px;
    flex-flow: column;
}
.player-detail .mod-block-column-half:first-of-type {
    margin-right: 36px;
    flex-flow: column;
}
.player-detail .mod-player-contents01 .mod-block-column-half:first-of-type {
    margin-right: 50px;
    width: 50vw;
    display: flex;
    flex-flow: column;
}


/* Start - Otherfile - */
.d-flex {
    display: flex;
}

.player-detail-profile-data {
    text-align: right;
    border-left: 1px solid #ccc;
    padding: 8px 0 0 32px;
    white-space: nowrap;
    line-height: 1.6;
}

.picture {
    margin: 0px 30px 0 0;
    position: relative;
}
.picture.picture-circle:before {
    content: '';
    width: 92px;
    height: 92px;
    border: 4px solid rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.picture-circle img {
    border-radius: 92px;
    width: 92px;
    height: 92px;
}

.player-detail-info {
    background-color: #2F303B;
    color: #fff;
    padding: 66px 80px 28px 80px;
}

.player-detail-info-inner {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    justify-content: space-between;
}

.player-detail-name {
    padding: 0 32px 0 0;
}
.player-detail-profile-name {
    margin: 0 30px 12px 0 !important;
    font-weight: normal;
}

.player-detail-profile-cnt.player-detail-favorite {
    margin: 4px 0 0 0;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}

.player-detail-profile-cnt.player-detail-favorite a {
    color: #fff;
}
/* .active */
.player-detail-profile-cnt.player-detail-favorite .active {
    color: #F8007C;
}
.player-detail-profile-cnt.player-detail-favorite img {
    margin-right: 8px;
}


.player-detail-name .player-detail-profile-furigana {
    font-size: 14px;
    font-weight: normal;
}

.player-detail-name .player-detail-profile-nickname {
    color: #fff;
    margin: 0;
}

.player-detail-birthday {
    font-size: 14px;
}

.player-detail-from {
    font-size: 14px;
}

.player-detail-affiliation {
    font-size: 14px;
}

button.btn-player-detail.popup-window {
    padding: 0 90px 0 0;
    align-items: center;
    display: flex;
}
/* show or hide */
.mod-player-detail-btn-area-inner button:disabled {
    color: #767676;
}
.mod-player-detail-btn-area-inner button:disabled:hover {
    text-decoration: none;
}


/* - Otherfile for Override - */
.mod-player-detail-btn-area.mt-0 {
    margin: 0 auto!important;
    border-bottom: 3px solid #A5A5A54D;
}
.mod-player-detail-btn-area.mod-side-fixed-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 68px;
    background-color: #fff;
    color: #535880 !important;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0px 3px 0px #A5A5A54D;
    position: static;
}
.important .mod-side-fixed-nav.scr-fixed {
    position: fixed;
    top: 126px;
    left: 0;
    z-index: 400;
    width: 100%;
    margin: 0;
}
.mod-side-fixed-nav.scr-fixed {
    top: 85px;
}

.mod-player-detail-btn-area-inner {
    margin: 0 60px 0 80px;
    width: 900px  ;
    display: flex;
}
.btn-player-support-message.btn-round01 {
    color: #ffffff;
    background-color: #F85789;
    padding: 0 16px 0 19px!important;
    width: 218px;
    height: 44px;
    border-radius: 5px!important;
    margin: 0 0 0 auto;
    font-weight: normal!important;
    font-size: 15px!important;
    border: none!important;
}
.btn-player-support-message.btn-round01:after {
    content: none;
}
.sns-area {
}
.sns-area li {
    text-align: center;
    text-align: center;
    width: 100px;
    color: #fff;
    font-size: 11px;
    padding: 0 0 6px 0;
}
.sns-area .instagram {
    background-color: #F62A69;
}
.sns-area .twitter {
    background-color: #1B95E0;
}
.sns-area .facebook {
    background-color: #1877F2;
}
.sns-area .blog {
    background-color: #FFB509;
}
.sns-area li img {
    width: 30px;
    margin: 11px 0 0 0;
}
.sns-area dt img {
    width: 42px;
}
.sns-area img {
    width: 400px;
}
.sns-icon {
    color: #fff;
}
/* End - Otherfile - */


/* Main Area btn */
.btn-player-support-message:hover {
    opacity: .8;
    text-decoration: underline;
}

/* profile btn */
.btn-player-detail:hover, .btn-favorite:hover {
    opacity: .8;
    text-decoration: underline;
}

.btn-favorite.disabled, .btn-favorite.disabled:hover {
    text-decoration: none;
}

.btn-block-inner {
    width: 160px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background-color: #AEAEAE;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.3);
}
.btn-block-inner a {
    color: #fff;
    text-decoration: none;
    display: flex;
    width: 160px;
    height: 42px;
    align-items: center;
    justify-content: center;
}
.btn-round03 {
    padding: .8em 1.6em;
    color: #ccc;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #ccc;
    border-radius: 4em;
    text-decoration: none;
    line-height: 1;
}
.btn-round03.btn-pink {
    color: #f5a2f0;
    border-color: #f5a2f0;
}

/* btn active */
.btn-block-inner.active .vote::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/images/ico_vote.svg");
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 8px;
    margin-bottom: 4px;
}
.btn-block-inner.active {
    background-color: #F62A69;
}
.btn-block-inner.active:hover {
    opacity: .8;
    text-decoration: underline!important;
    cursor: pointer;
}
/* btn-no-button status */
.btn-block-inner.status {
    width: 160px;
    height: 24px;
    background-color: transparent;
    box-shadow: none;
    color: #FF4E85;
}

.btn-favorite-block {
    margin: -14px auto 0;
}
@-moz-document url-prefix() {
    .btn-favorite-block {
        margin: -14px auto 0;
    }
}
.btn-favorite {
    position: static!important;
    margin: 0 auto;
}
/* SNS List */
.sns-list {
    display: flex;
    margin-bottom: 20px;
}
/* for ff */
@-moz-document url-prefix() {
    .sns-list {
        margin-top: 26px;
    }
}
/* for Edge */
_:-ms-lang(x)::backdrop, .sns-list {
    margin-top: 26px;
}
/* for IE11 */
_:-ms-lang(x)::-ms-backdrop, .sns-list {
    margin-top: 26px;
}
.sns-list li a {
    width: 100%;
    display: block;
}
.sns-list li a:hover {
    opacity: .6;
}




/* Main Right Side */
.col-player-detail-right-sp-order-5 {
    margin-bottom: 40px;
}
.col-player-detail-right-sp-order-5 dt {
    color: #FFA800;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.col-player-detail-right-sp-order-5 dt::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url("/images/ico_appeal.svg");
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 8px;
}
.col-player-detail-right-sp-order-5 dd {
    font-size: 18px;
    font-weight: bold;
    color: #514E49;
}

.mod-block-column-half.w430 .mod-ttl-border-left02 {
    border-left: 4px solid #FF4E85;
    margin: 0 0 6px;
    padding: 6px 0 6px 10px;
    font-size: 18px;
    height: 38px;
}
.mod-block-column-half.w430 .notes {
    font-size: 14px;
    margin-bottom: 20px;
}

/*Tour Block */
.tour-block-list {
    margin-bottom: 18px;
}
.tour-block-list:last-of-type {
    margin-bottom: 0;
}
.tour-block {
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #D5D5D5;
    padding: 20px 10px 20px 20px;
    position: relative;
    overflow: hidden;
    width: 430px;
}

.tour-block .tourday {
    color: #707070;
    font-size: 14px;
}
.tour-block .tourname {
    color: #232323;
    font-size: 15px;
    float: left;
    margin-bottom: 18px;
}
.tour-block .btn-block {
    float: right;
}


.mod-player-comment-link:hover,
.mod-player-comment-link:hover .player-comment-card-name {
    text-decoration: underline;
    opacity: .8;
}


.message-list {
    margin-bottom: 0;
}


/* Message Area */
.mod-player-contents02 .btn-block-inner {
    width: 212px;
    height: 48px;
    margin: 0 auto 60px;
}
.mod-player-contents02 .btn-block-inner a {
    width: 212px;
    height: 48px;
}
.mod-player-contents02 .btn-block-inner.btn-large {
    margin: 0 auto;
}
.mod-player-contents02 .btn-large {
    width: 296px;
    height: 56px;
    background-color: #F65B85;
    border-radius: 6px!important;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
    border: none!important;
}
.mod-player-contents02 .btn-large::after {
    content: none;
}
.mod-player-contents02 .btn-large a {
    width: 296px;
    height: 56px;
}

/* from-player */
.mod-player-contents02.from-player {
    padding: 80px 80px 30px;
}
.mod-player-contents02.from-player .mod-player-contents02-inner {
    padding: 66px 56px 66px 30px;
}
.mod-player-contents02.from-player .mod-ttl-player-comment::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("/images/ico_message.svg");
    background-size: contain;
    vertical-align: text-bottom;
    margin-left: 12px;
}

.mod-ttl-player-comment {
    color: #E4537F;
    font-size: 18px;
    font-weight: 400;
}
.from-player .mod-ttl-player-comment {
    margin-bottom: 16px;
}
.to-player .mod-ttl-player-comment {
    margin-bottom: 16px;
}
.question .mod-ttl-player-comment {
    margin-bottom: 16px;
}
.mod-player-contents02 .lead {
    color: #232323;
    font-size: 14px;
    margin-bottom: 16px;
}
.from-player .lead {
    margin-bottom: 15px;
}
.mod-user-mypge-message-list li {
    position: relative;
    margin: 40px auto;
}
.mod-user-mypge-message-list li:nth-child(even) {
    background-color: transparent;
}
.mod-player-comment-card {
    display: flex;
    padding: 0 0 8px!important;
    position: relative;
}
.player-comment-card-pic {
    width: 48px;
    margin: 0!important;
    z-index: 200!important;
}
.mod-round-img {
    width: 48px;
    padding: 0;
    border-radius: 50%;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
}
.player-comment-card-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background-color: #EAECF2;
    border-radius: 12px;
    margin-left: 0;
    padding: 20px;
}
.player-comment-card-comment {
    width: 100%;
    color: #232323;
    font-size: 14px;
}
.player-comment-card-date {
    color: #8a8a8a;
    margin-left: 60px;
    margin-top: 0px;
}
.player-comment-card-date .time {
    font-size: 12px;
}

/* from player's */
.from-player .player-comment-card-pic {
    margin: 0 16px 0 0;
    width: 48px;
    height: 48px;
    position: absolute;
}
.from-player .player-comment-card-box {
    width: calc(100% - 36px);
    margin-left: 36px;
}

/* New Mark */
.from-player .player-comment-card-pic.new .mod-player-comment-link::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 16px;
    background-image: url("/images/ico_new.svg");
    background-size: contain;
    vertical-align: text-bottom;
    position: absolute;
    top: 44px;
    left: 4px;
    z-index: 1;
}

/* More Btn */
.btn-more-area01.hidden, .btn-more-area02.hidden02 {
    display: none;
}
.mod-btn-area-center {
    margin: 0 auto;
    padding: 30px 0;
    width: 880px;
}
.btn-round01, .btn-round02 {
    color: #AEAEAE;
    font-size: 15px!important;
    padding: 30px 0!important;
    display: flex;
    align-items: center;
    justify-content:center;
}
div .btn-round01::after, div .btn-round02::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("/images/ico_arrow_up.svg");
    background-size: contain;
    vertical-align: text-bottom;
    margin-left: 12px;
    margin-bottom: 3px;
}
div.btn-more-area01 .btn-round01::after, div.btn-more-area02 .btn-round02::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("/images/ico_arrow_down.svg");
    background-size: contain;
    vertical-align: text-bottom;
    margin-left: 12px;
    margin-bottom: 3px;
}

.message-list li {
    margin: 0 auto 40px;
}

/* to-player */
.mod-player-contents02.to-player {
    padding: 80px 80px 30px;
}
.mod-player-contents02.to-player .mod-player-contents02-inner {
    padding: 66px 56px 66px 30px;
}
.message-announce {
    background-color: #fff;
    border: 1px solid #ccc!important;
    display: flex;
    font-size: 14px;
    text-align: left;
    margin: 0 auto 48px;
    padding: 20px;
    max-width: 770px;
}
.to-player .message-announce {
    margin-bottom: 24px
}
.mod-player-contents02.to-player .mod-ttl-player-comment::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("/images/ico_yell.svg");
    background-size: contain;
    vertical-align: text-bottom;
    margin-left: 12px;
}
textarea::placeholder {
    color: #AEAEAE;
    text-align: center;
}
/* IE */
textarea:-ms-input-placeholder {
    color: #AEAEAE;
    text-align: center;
}
/* Edge */
textarea::-ms-input-placeholder {
    color: #AEAEAE;
    text-align: center;
}
.to-player .message-list li {
    margin: 0 auto 70px;
}
.to-player .mod-player-comment-card {
    padding: 0 0 8px!important;
    position: relative;
    display: inline;
}
.to-player .player-comment-card-pic {
    margin: 0!important;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -36px;
    left: 0;
    z-index: 10!important;
}
.to-player .mod-player-comment-link {
    display: inline-block;
    width: 100%;
}
.to-player .mod-round-img {
    position: relative;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    left: 0;
}
/* for ff */
@-moz-document url-prefix() {
    .to-player .mod-round-img {
        top: 16px;
    }
}
/* for IE11 */
_:-ms-lang(x)::-ms-backdrop, .to-player .mod-round-img {
    top: 40px;
}

.to-player .mod-round-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #D5D5D5;
    border-radius: 50%;
}
/* New Mark */
.to-player .player-comment-card-pic.new .mod-player-comment-link::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 16px;
    background-image: url("/images/ico_new.svg");
    background-size: contain;
    vertical-align: text-bottom;
    position: absolute;
    top: 44px;
    left: 4px;
    z-index: 1;
}
/* for ff */
@-moz-document url-prefix() {
    .to-player .player-comment-card-pic.new .mod-player-comment-link::before {
        top: 60px;
    }
}
/* for IE11 */
_:-ms-lang(x)::-ms-backdrop, .to-player .player-comment-card-pic.new .mod-player-comment-link::before {
    top: 84px;
}

.to-player .player-comment-card-name {
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    padding-left: 54px;
    display: block;
    width: 794px;/* 要ブレイクポイント単位での指定 */
    position: absolute;
    top: 2px;
}
/* for ff */
@-moz-document url-prefix() {
    .to-player .player-comment-card-name {
        top: 18px;
    }
}
/* for IE11 */
_:-ms-lang(x)::-ms-backdrop, .to-player .player-comment-card-name {
    top: 42px;
}

.to-player .player-comment-card-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 32px);
    background-color: #EAECF2;
    border-radius: 12px;
    margin-top: 40px;
    margin-left: 30px;
    margin-bottom: 8px;
    padding: 20px;
    word-break: break-word;
}
.to-player .player-comment-card-date {
    color: #8a8a8a;
    font-size: 14px;
    margin-left: 48px;
}

.from-player .mod-btn-area-center,
.to-player .mod-btn-area-center {
    max-width: 880px;
    margin: 0 auto 0;
    padding-top: 100px!important;
    text-align: center;
    line-height: 33px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%);
    cursor: pointer;
    transition: bottom 0.2s;
    z-index: 300;
    position: absolute;
    bottom: 66px;
    width: 92%;
}
.from-player .mod-btn-area-center:hover .btn-round01,
.to-player .mod-btn-area-center:hover .btn-round02 {
    opacity: .8;
    text-decoration: underline;
    color: #ccc;
}


/* Question Area */
.mod-player-contents02.question {
    padding: 80px;
    margin-bottom: 0;
}
.mod-player-contents02.question .mod-ttl-player-comment::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/ico_question.svg");
    background-size: contain;
    vertical-align: text-bottom;
    margin-left: 0;
    margin-bottom: 4px;
}



/* Tour Official Area */
.mod-player-contents02.tour-official {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 80px 80px 120px;
}
.tour-official .mod-ttl-border-left02 {
    margin: 0 0 28px;
    padding: 6px 0 6px 10px;
    font-size: 18px;
    height: 38px;
}
.tour-official .mod-player-contents02-inner {
    background-color: transparent;
    border-top: none;
    max-width: 100%;
}
.tour-official .mod-block-column-2-1 {
    border-top: 1px solid #ccc;
    margin-bottom: 70px;
    padding: 36px 24px;
    justify-content: flex-start;
}
.player-detail .tour-official .mod-block-column-half:first-of-type {
    margin-top: 24px;
}

/* Display Show or Hide */
.player-detail .tour-official .mod-block-column-half, .tour-official-block {
    display: none;
}
.player-detail .tour-official .mod-block-column-half.active, .tour-official-block.active {
    display: block;
    width: 100%;
}
.player-detail .tour-official .mod-block-column-half.active.no-slide &gt; .swiper-pagination {
    display: none;
}

/* Result */
.mod-tour-result-block {
    display: flex;
    flex-flow: wrap;
    margin: 0 auto;
}
.mod-tour-result-list {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    margin: 0 20px 20px 0;
    padding: 30px 20px 30px;
    width: calc((100% / 3) - 14px);
}
.mod-tour-result-list:nth-of-type(3n) {
    margin-right: 0;
}
.mod-tour-result-list .tour-info {
    font-size: 14px;
}
.mod-tour-result-list .tourday {
    color: #707070;
}
.mod-tour-result-list .tourname {
    color: #232323;
}
/* Ribbon Design */
.ribbon {
    position: relative;
}
/* mark-ribbon */
.ribbon-inner {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    padding: 9px 0 6px;
    z-index: 2;
    width: 46px;
    text-align: center;
    font-size: 13px;
    color: white;
    background: #ff785b;
    font-weight: bold;
}
.ribbon-inner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 23px solid #F62A69;
    border-right: 23px solid #F62A69;
    border-bottom: 10px solid transparent;
}
/* active */
.ribbon-inner.ranking.active {
    background-color: #F62A69;
}
.ribbon-inner.active::after {
    border-left: 23px solid #F62A69;
    border-right: 23px solid #F62A69;
}
/* normal */
.ribbon-inner.ranking {
    background-color: #4A4A4A;
}
.ribbon-inner::after {
    border-left: 23px solid #4A4A4A;
    border-right: 23px solid #4A4A4A;
}

/* Related News */
.mod-news-related-title {
    margin-top: 0;
    color: #232323;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 12px;
}
.mod-news-related-list:last-of-type {
    margin-bottom: 20px;
}
.mod-news-related-list li {
    margin-bottom: 0;
    list-style: none;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #E3E3E3;
}
.mod-news-related-list li a {
    color: #2D62A7;
}
.mod-news-related-list li a:hover {
    text-decoration: underline;
}
.mod-news-related .mod-link-news {
    color: #707070;
    text-align: right;
}
_:-ms-lang(x)::-ms-backdrop, .tour-official-block.active {
    width: 400px;
    margin-left: auto;
}
.mod-news-related .mod-link-news:before {
    content: '＞';
    display: inline-block;
    margin-right: 8px;
}
.mod-news-related .mod-link-news a {
    color: #707070;
    font-size: 16px;
}
.mod-news-related .mod-link-news a:hover {
    text-decoration: underline;
}
.mod-link-stats {
    text-align: right;
}
.mod-link-stats:before {
    content: '＞';
    display: inline-block;
    margin-right: 8px;
}
.mod-link-stats a {
    font-size: 16px;
}
.mod-link-stats a:hover {
    opacity: .8;
    text-decoration: underline;
}


/* More Btn */
.mod-btn-area-center {
    box-sizing: border-box;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0!important;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.btn-round01, .btn-round02 {
    margin: 0 auto;
    padding: .8em 1.6em;
    color: #ccc;
    font-size: 16px;
    font-weight: 400!important;
    border-radius: 0!important;
    text-decoration: none;
    line-height: 1;
    width: calc(100% - 40px);
    max-width: 780px;
    border-top: 1px solid #ccc!important;
    border-bottom: 1px solid #ccc!important;
    border-right: none!important;
    border-left: none!important;
}

/* More Btn add element */
.message-list .item {
    opacity: 1;
    transition:  .4s ease all;
}
.message-list .item:last-of-type {
    margin-bottom: 0;
}

.message-list .item.hidden,
.message-list .item.hidden02 {
    opacity: 0;
    display: none;
}


/* Slide（Swiper） */
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    width: 100%;
    height: 400px;
}
.gallery-thumbs {
    height: 17.5%;
    box-sizing: border-box;
    padding: 6px 0 16px;
}
@-moz-document url-prefix() {
    .gallery-thumbs {
        height: 94px;
    }
}
/* for Edge */
_:-ms-lang(x)::backdrop, .gallery-thumbs {
    height: 94px;
}
/* for IE11 */
_:-ms-lang(x)::-ms-backdrop, .gallery-thumbs {
    height: 94px;
}

.gallery-thumbs .swiper-slide {
    width: 94px!important;
    height: 94px;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
/* this Swiper's prev/next button */
.swiper-container.gallery-top .swiper-button-prev:after,
.swiper-container.gallery-top .swiper-container-rtl .swiper-button-next:after,
.swiper-container.gallery-top .swiper-button-next:after,
.swiper-container.gallery-top .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
/* Override common.js */
.swiper-button-next,
.swiper-button-prev {
    top: 50% !important;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("/images/slide01/ico_arrow_prev.svg") !important;
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("/images/slide01/ico_arrow_next.svg") !important;
}
.swiper-button-prev:hover {
    background-image: url("/images/slide01/ico_arrow_prev_hover.svg") !important;
}
.swiper-button-next:hover {
    background-image: url("/images/slide01/ico_arrow_next_hover.svg") !important;
}
/* for Original */
.swiper-button-next, .swiper-button-prev {
    background-color: #FFE6F2;
    border-radius: 20px;
    border: 1px solid #ccc;
}



/* Slide for Tour OIfficial （Swiper） */
.swiper-container.slide-tour-photo {
    width: 100%;
    height: auto;
}
.slide-tour-photo .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}
/* Page Nation */
.swiper-container-horizontal .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
    top: 290px;
}
.swiper-pagination {
    position: static!important;
    margin: 24px auto 0;
}
.swiper-pagination span {
    margin-right: 20px;
}
.swiper-pagination span:last-of-type {
    margin-right: 0;
}
.tour-official .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 1px solid #AEAEAE;
}
.tour-official .swiper-pagination-bullet-active {
    opacity: 1;
    background: #F65B85;
}



@media screen and (max-width: 980px) {
    .pc-none {
        display: block;
    }
    .sp-none {
        display: none;
    }

    .player-detail .mod-player-content {
        margin-bottom: 0;
        padding: 0 0 40px;
    }
    .important .player-detail .mod-player-content {
        padding: 0 0 40px;
    }
    .mod-block-column-2-1 {
        width: 100%;
        padding-bottom: 60px;
    }
    .mod-block-column-half {
        width: 100%;
        max-width: 100%;
    }
    .mod-player-contents01 {
        border-bottom: 15px solid #FCD7E9;
    }
    .mod-player-contents02 {
        padding: 0 80px;
        width: 100%;
        box-sizing: border-box;
        border-top: 3px solid #ccc;
        border-bottom: 15px solid #FCD7E9;
        margin-bottom: 0;
    }
    .mod-player-contents02:last-of-type {
        border-bottom: none;
    }
    .mod-player-contents02-inner {
        border-top: 1px solid #ccc;
        background-color: #fff;
        width: 100%;
    }

    /* Main Area */
    .player-detail-profile-cnt.player-detail-favorite {
        font-size: 28px;
        margin: 2px 0 0;

    }
    .player-detail-profile-cnt.player-detail-favorite img {
        margin-bottom: -2px;
    }


    .player-detail .mod-player-contents01 .mod-block-column-half:first-of-type {
        margin-right: 0;
        margin-bottom: 50px;
        width: 100vw;
        display: flex;
        flex-flow: column;
    }
    .player-detail .mod-block-column-half:first-of-type {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .player-detail-info {
        background-color: #2F303B;
        color: #fff;
        padding: 40px 12px 20px 20px;
    }
    .player-detail-info-inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        flex-flow: column;
    }
    .player-detail-name {
        padding: 0;
        width: calc(100% - 92px);
    }
    .player-detail-name ul {
        display: flex;
        justify-content: space-between;
    }
    .player-detail-profile-data {
        border-left: none;
        padding: 20px 0 0 32px;
    }
    .mod-player-detail-btn-area.mod-side-fixed-nav {
        height: auto;
    }
    .important .mod-side-fixed-nav.scr-fixed {
        top: 117px;
    }
    .player-detail-profile-name {
        font-size: 20px!important;
        font-weight: normal!important;
    }
    /* for edit */
    .player-detail-name .player-detail-profile-furigana {
        font-size: 13px;
        margin-bottom: 12px;
        font-weight: normal;
    }
    .player-detail-name .player-detail-profile-nickname {
        font-size: 13px;
    }

    /* for Override */
    .player-detail-profile-furigana {
        margin: 0;
        font-size: 12px;
        font-weight: normal;
    }
    /*sns*/
    .sns-list {
        /*margin: 20px auto 26px;*/
        margin: 6px auto 16px;
        width: 100vw;
    }
    .sns-area li {
        text-align: center;
        width: 25vw;
        color: #fff;
        font-size: 11px;
        padding: 0 0 6px 0;
    }

    /* Main Right Side */
    .col-player-detail-right-sp-order-5 {
        width: calc(100% - 20px);
        margin: 0 auto 64px;
    }
    .col-player-detail-right-sp-order-5 dd {
        font-size: 16px;
        font-weight: normal;
        color: #514E49;
    }
    /* Navigation */
    .mod-player-detail-btn-area-inner {
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-flow: wrap;
    }
    button.btn-player-detail.popup-window {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        width: calc(100% / 3);
    }
    .btn-player-support-message.btn-round01 {
        height: 58px;
        border-radius: 0!important;
        margin: 0;
        font-weight: normal!important;
        font-size: 15px!important;
        display: flex;
        width: 100%;
        flex-flow: nowrap;
        align-items: center;
        justify-content: center;
        padding: 0!important;
        max-width: 100%;
    }
    .mod-block-column-half.w430 .mod-ttl-border-left02 {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .mod-block-column-half.w430 .notes {
        font-size: 14px;
        width: calc(100% - 20px);
        margin: 0 auto 24px;
    }
    .mod-round-img {
        background-color: transparent;
        top: 0;
        left: 0;
        height: 48px;
        width: 48px;
    }
    .mod-player-comment-card {
        padding: 0 0 8px!important;
    }
    /* from-player */
    .mod-player-contents02.from-player {
        padding: 40px 0 60px;
    }
    .mod-player-contents02.from-player .mod-player-contents02-inner {
        padding: 40px 20px;
    }
    .player-comment-card-date {
        color: #8a8a8a;
        margin-left: 64px;
        margin-top: 0px;
        font-size: 12px;
    }
    .to-player .player-comment-card-date {
        margin-left: 54px;
    }
    .player-comment-card-date .time {
        font-size: 12px;
    }
    .player-detail .mod-block-column-half.w430 {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .from-player .player-comment-card-box {
        margin-top: 12px;
    }

    /* Tour Offiial */
    .tour-block {
        margin: 0 auto;
        padding: 20px 10px 20px 20px;
        width: 100%;
    }

    /* to-player */
    .mod-player-contents02.to-player {
        padding: 40px 0 60px;
    }
    .mod-player-contents02.to-player .mod-player-contents02-inner {
        padding: 40px 20px;
    }
    .to-player .mod-ttl-player-comment {
        margin: 0 auto 16px;
        width: calc(100% - 20px);
    }
    .from-player .mod-ttl-player-comment {
        margin: 0 auto 16px;
        width: calc(100% - 20px);
    }
    .message-announce {
        margin: 0 auto 24px;
        padding: 20px;
        width: calc(100% - 20px)!important;
    }
    .mod-player-contents02 .lead {
        color: #232323;
        font-size: 14px;
        margin: 0 auto 16px;
        width: calc(100% - 20px);
    }
    .mod-player-contents02.to-player .btn-block-inner {
        margin: 0 auto 40px;
    }
    .to-player .player-comment-card-name {
        width: 84vw;
    }


    .from-player .mod-btn-area-center, .to-player .mod-btn-area-center {
        width: calc(100% - 40px);
        max-width: auto;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 55%);
        bottom: 40px;
    }


    /* Question Area */
    .mod-player-contents02.question {
        padding: 40px 0 20px;
    }
    .question .mod-ttl-player-comment {
        margin: 0 auto 16px;
        width: calc(100% - 20px);
    }
    .mod-player-contents02.question .btn-block-inner {
        margin-bottom: 32px;
    }

    /* Result */
    .mod-player-contents02.tour-official {
        margin-top: 0;
        padding: 40px 0 80px;
    }
    .tour-official .mod-block-column-2-1 {
        margin-bottom: 32px;
        padding: 30px 0;
    }
    .tour-official .mod-ttl-border-left02 {
        margin: 0 auto 24px;
        padding: 6px 0 6px 10px;
        width: calc(100% - 20px);
    }
    .player-detail .mod-block-column-half:first-of-type {
        margin-right: 0;
        padding: 0;
    }
    .player-detail .mod-block-column-half {
        max-width: 100%;
        padding: 0 10px;
    }
    .mod-news-related-title {
        margin-top: 0;
        margin-bottom: 0;
    }
    .mod-news-related-list {
        margin: 0 auto;
    }
    .mod-tour-result-list {
        background: #fff;
        box-sizing: border-box;
        display: flex;
        margin: 0 10px 20px;
        padding: 30px 20px 30px;
        width: calc(100% - 20px);
    }
    .mod-link-stats {
        text-align: right;
        margin-right: 10px;
    }

    /* for Override */
    .player-comment-card-box {
        padding: 0!important;
    }
    .player-comment-card-comment {
        padding: 10px 15px 10px 24px!important;
        word-break: break-word!important;
    }
    /* More Btn */
    .to-player .mod-btn-area-center {
        margin: -24px auto 0;
    }
    .btn-round01, .btn-round02 {
        padding: 20px 0!important;
    }

    /* Main Area Slide */
    .gallery-top {
        width: 100vw;
        height: 100vw;
    }
    .gallery-thumbs {
        height: 94px;
    }
    .gallery-thumbs .swiper-slide {
        width: calc((100% - 24px) /4)!important;
    }
    .btn-favorite-block {
        margin: 0 auto;
    }

    /* Tour Official */
    .player-detail .tour-official .mod-block-column-half:first-of-type {
        margin: 0 10px 46px;
        width: calc(100% - 20px);
    }
    .tour-official-block {
        padding: 0 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
    .player-detail .mod-player-content,
    .important .player-detail .mod-player-content {
        margin: 0 auto;
        padding: 56px 0;
        display: flex;
        justify-content: space-between;
    }
    .player-detail .mod-player-contents01 .mod-block-column-half:first-of-type {
        flex-flow: column;
        margin: 0 auto;
        width: 47%;
    }
    .player-detail .mod-block-column-half.w430 {
        display: flex;
        margin: 0 auto;
        width: 50%;
    }
    .mod-player-contents02.from-player .mod-player-contents02-inner,
    .mod-player-contents02.to-player .mod-player-contents02-inner {
        padding: 66px 56px 66px 30px;
        margin: 0 auto;
        width: calc(100% - 20px);
    }
    .gallery-top {
        width: 100%;
        height: 400px;
    }
    .gallery-thumbs {
        height: 94px;
    }
    .sns-list {
        margin-bottom: 20px;
        width: 100%;
    }

    .btn-favorite-block {
        margin: 2px auto 0;
    }
    @-moz-document url-prefix() {
        .btn-favorite-block {
            margin: 2px auto 0;
        }
    }

}


/* AnchorLink Setting */
/* PC */
#to-player {
    margin-top: -80px;
    padding-top: 80px;
}
/* Tablet Landscape &amp; Small PC */
@media screen and (min-width: 1025px) and (max-width: 1099px) {
    #to-player {
        margin-top: -70px;
        padding-top: 70px;
    }
    .important .mod-side-fixed-nav.scr-fixed {
        top: 122px;
    }
}
@media screen and (min-width: 981px) and (max-width: 1024px) {
    #to-player {
        margin-top: -70px;
        padding-top: 70px;
    }
    .important .mod-side-fixed-nav.scr-fixed {
        top: 118px;
    }
}
@media screen and (min-width: 981px) and (max-width: 1099px) {
    .gallery-top {
        width: 40vw;
        height: 40vw;
        max-width: 440px;
        max-height: 440px;
    }
    .gallery-thumbs {
        height: 10vw;
        width: 40vw;
    }
    .gallery-thumbs .swiper-slide {
        width: calc(25% - 7px)!important;
        height: 94px;
        opacity: 0.4;
    }
    .sns-list {
        margin-bottom: 20px;
        width: 40vw;
    }
    .sns-area li {
        text-align: center;
        text-align: center;
        width: 25%;
        color: #fff;
        font-size: 11px;
        padding: 0 0 6px 0;
    }
}
@media screen and (min-width: 981px) {
    .pc-none {
        display: none;
    }
    .sp-none {
        display: block;
    }
    .slide-tour-photo .swiper-slide {
        width: 400px!important;
    }
}
/* Tablet Portrait */
@media screen and (min-width: 768px) and (max-width: 980px) {
    #to-player {
        margin-top: -116px;
        padding-top: 116px;
    }
    .gallery-top {
        width: 47vw;
        height: 47vw;
    }
}
/* SP landscape */
@media screen and (max-width: 767px) and (orientation: landscape) {
    #to-player {
        margin-top: -90px;
        padding-top: 90px;
    }
}
/* SP Portrait */
@media screen and (max-width: 480px) {
    #to-player {
        margin-top: -90px;
        padding-top: 90px;
    }
}
</pre></body></html>