/*共通
-----------------------------------------------------*/
/*
.bread .txt-main a{
  color: #cd1b2f ;
}
*/
.bread a{
  color: #cd1b2f ;
}


/*ニュース
-----------------------------------------------------*/
.news-article .second-header .top {
    padding: 0 50px;
}
.news-article .second-header .btm {
    padding: 0 50px;
    
}
@media ( max-width: 768px ) {
    .news-article .second-header .top {
        padding: 0 10px;
    }
    .news-article .second-header .btm {
        padding: 0 10px;

    }
}
/*.main image
-----------------------------------------------------*/
.dolphins .subpage-title {
    left:30px;
}
@media ( max-width: 767px ) {
    .dolphins .subpage-title {
        left:10px;
    }
}
.dolphins .subpage-title .txt-main {
    letter-spacing: 0.2em;
    font-size: 50px;
    vertical-align: top;
    color: #a82727 !important;
}
.dolphins .subpage-title .txt-main:before {
    content: none;
}
.dolphins .subpage-title .txt-sub {
    color: #666666 !important;
    font-size: 12px;
    vertical-align: top;
    padding: 20px 0;
}

/* パートナー用
------------------------------------------------------ */
.partner-area {
    padding: 65px 105px;
}
.partner .h2-l {
    background: none;
    text-align: center;
    margin: 10px 0 10px;
    padding: 5px;
    font-size: 1.6em;
    background-color: #c89937;
    color: #fff;
    font-family: "abolition",sans-serif;
    letter-spacing: 5px;
}
.partner .h2-m {
    background: none;
    text-align: center;
    margin: 10px 0 30px;
    padding: 5px;
    font-size: 1.6em;
    background-color: #000000;
    color: #fff;
    font-family: "abolition",sans-serif;
    letter-spacing: 5px;
}
.partner .h2-s {
    background: none;
    text-align: center;
    margin: 10px 0 30px;
    padding: 5px;
    font-size: 1.6em;
    background-color: #cd1b2f;
    color: #fff;
    font-family: "abolition",sans-serif;
    letter-spacing: 5px;
}
.partner .h2-ss {
    background: none;
    text-align: center;
    margin: 10px 0 30px;
    padding: 5px;
    font-size: 1.6em;
    background-color: #b81312;
    color: #fff;
    font-family: "abolition",sans-serif;
    letter-spacing: 5px;
}

.h2-red {
  color: #CD1B2F;
  font-family: "DIN Condensed";
  text-align: center; 
  line-height: normal;
  font-size: 32px;
}

/* L */
.partner-list-l {
    width: 100%;
    padding: 0;
}
.partner-list-l li {
    text-align: center;
    width: 22.5%;
    margin: 0 auto 20px auto;
    padding: 0 10px;
}
.partner-list-l li .li-inner {
    display: table;
    max-height: 80px;
}
.partner-list-l li img {
    vertical-align: middle;
    max-width:100%;
    border: solid 1px #f2f2f2;
}
@media ( max-width: 768px ) {
    .partner-list-l li {
        width: 100%;
        box-sizing: border-box;
    }
    .partner-area {
        padding: 50px 20px;
    }
}

/* M */
.partner-list-m {
    width: 100%;
    padding: 0;
}
.partner-list-m li {
    text-align: center;
    width: 19%;
    margin: 0 auto 20px auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.partner-list-m li .li-inner {
    display: table;
    max-height: 80px;
}
.partner-list-m li img {
    vertical-align: middle;
    max-width:100%;
    border: solid 1px #f2f2f2;
}
@media ( max-width: 768px ) {
    .partner-list-m li {
        width: 47%;
        display: inline-block;
    }
    .partner-area {
        padding: 50px 20px;
    }
}


/* S */
.partner-list-s {
    width: 100%;
    padding: 0;
}
.partner-list-s li {
    text-align: center;
    width: 16%;
    margin: 0 auto 20px auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.partner-list-s li .li-inner {
    display: table;
    max-height: 60px;
}
.partner-list-s li img {
    vertical-align: middle;
    max-width:100%;
    border: solid 1px #f2f2f2;
}
@media ( max-width: 768px ) {
    .partner-list-s li {
        width: 33%;
        display: inline-block;
    }
    .partner-area {
        padding: 50px 20px;
    }
}

/* invitation
------------------------------------------------------ */
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.text-l {
    font-size: 20px;
    font-weight: bold;
}
.text-ll {
    font-size: 24px;
    font-weight: bold;
}
.bg-grey {
    background: #eee;
    padding: 15px;
}
.bg-lightgrey {
    background: #eee;
    padding: 15px;
}
.padding-sm {
    padding: 3px 5px;
}



/* form
------------------------------------------------------ */
.form-border {
    border: 1px solid #cfcfcf;
}


/* table
------------------------------------------------------ */

.dolphins .table-default > thead > tr > th, 
.dolphins .table-default > tbody > tr > th,
.dolphins .table-default > tfoot > tr > th {
    background: #f4f4f4;
}
.dolphins .th-sp-40p > thead > tr > th,
.dolphins .th-sp-40p > tbody > tr > th {
    width: 40%;
}
.dolphins .th-sp-30p > thead > tr > th,
.dolphins .th-sp-30p > tbody > tr > th {
    width: 30%;
}
.dolphins .th-sp-20p > thead > tr > th,
.dolphins .th-sp-20p > tbody > tr > th {
    width: 20%;
}
@media screen and (max-width: 767px) {
    .dolphins .th-sp-40p > thead > tr > th,
    .dolphins .th-sp-40p > tbody > tr > th,
    .dolphins .th-sp-30p > thead > tr > th,
    .dolphins .th-sp-30p > tbody > tr > th,
    .dolphins .th-sp-20p > thead > tr > th,
    .dolphins .th-sp-20p > tbody > tr > th  {
        width: auto;
    }
}
.th-center th {
    text-align: center !important;
}
.th-middle th,
th.th-middle,
td.th-middle {
    vertical-align: middle !important;
}

/* img
------------------------------------------------------ */
.img-w100p {
    width: 100%;
    height: auto;
}

/* link
------------------------------------------------------ */
.dolphins .text-link {
      text-decoration: underline;
}


/* arrow
------------------------------------------------------ */
.arrow-white:before {
    content: url(../img/dolphins/icon_arrow_w.png);
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.arrow-red:before {
    content: url(../common/img/dolphins/icon_arrow_r.png);
    position: relative;
    top: -2px;
    margin-right: 10px;
}

/* ボタン
------------------------------------------------------ */
.dolphins .btn {
    background: #FFF;
    padding: 10px 10px;
    color: #333;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 10px;
    min-width: 130px;
}
.btn-default {
    border: 1px solid #bfbfbf;
    background: #FFF;
    padding: 20px 10px;
    color: #333;
}
.dolphins .btn-danger {
    border: 1px solid #cc0000;
    background: #cc0000;
    color: #FFF;
    font-weight: bold;
}
.dolphins .btn-success {
    color: #FFF !important;
    border: 1px solid #b7a369;
    background: #b7a369 !important;
    color: #FFF;
    font-weight: bold;
}
.dolphins .btn-current {
    color: #b7a369;
    border: 1px solid #b7a369;
    background: #FFF;
    color: #b7a369;
    font-weight: bold;
}
.dolphins .btn-lg {
    padding: 20px 10px;
    margin-right: 0px;
}
.dolphins .btn.btn-sm {
    padding: 6px 10px;
    margin-right: 0px;
}
.dolphins .btn-block {
    display: block  
}
.dolphins .btn-radius {
    border-radius: 5px;
}

.no-cursor {
    cursor: default;
}

.cheek-block {
    background: #efe9d7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 30px 30px;
}
.cheek-block .cheek-inner {
    border: 1px dashed #bdb18d;
    position: relative;
    padding: 40px 29px 29px;
    box-sizing: border-box
}
.cheek-block .cheek-inner h2 {
    position: absolute;
    top: -13px;
    left: 0;
    text-align: center;
    width: 100%;
}
.cheek-block .cheek-inner h2 img {
    padding: 0 20px;
    background-color: #efe9d7;
}

/*
/ Player List
//-----------------------------------------------------*/
.dolphins .player-list {
    padding-right: 0;
}
.dolphins .player-list-itme {
    display: table;
    background: #FFF;
    margin: 0 0 20px;
    width: 100%;
    position: relative;
}
.dolphins .player-list-itme .player-lable {
    position: absolute;
    z-index: 1;
    top:1px;
    left: 1px;
    width: 120px;
    height: 120px;
    color: #FFF;
    overflow: hidden
}
.dolphins .player-list-itme .player-lable span {
    position: absolute;
    z-index: 1;
    display: inline-block;
    letter-spacing: .3em;
    text-align: center;
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 100px 0 0;
    top: -60px;
    left: -60px;
    width: 120px;
    height: 120px;
    background: #e40073;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.dolphins .player-list  .player-photo {
    display: table-cell;
    vertical-align: top;
    width: 190px;
}
.dolphins .player-photo .img-responsive {
    display: block;
    width: 190px;
    max-width: 190px;
    border: 1px solid #FFF;
}
.dolphins .player-list .player-description {
    display: table-cell;
    padding: 20px;
    vertical-align: top;
    position: relative;
}
.dolphins .player-list .player-description a{
    color: #000;
}
.dolphins .player-list .item-header {
    margin-bottom: 4px;
    position: relative;
    display: table;
    width: 100%;
}
.dolphins .item-header .right {
    display: table-cell;
    min-height: 40px;
    vertical-align: top;
    padding: 0 0 0 5px;
}
.dolphins .player-list .item-header .number {
    font-size: 50px;
    line-height: 0.8em;
    margin-right: 10px;
    color: #595959;
    display: table-cell;
    vertical-align: top;
}
.player-list .player-name {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.dolphins .player-list .player-posetion {
    font-size: 10px;
}
.dolphins .player-list .player-comment {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.4em;
}
.dolphins .player-list .social-btn {
    text-align: right;
    letter-spacing: -0.3em;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 30px;
}
.dolphins .player-list .social-btn li {
    letter-spacing: normal;
    display: inline-block;
    *display: inline;  
    *zoom: 1;  
    margin-left: 5px;
}
.dolphins .player-list .social-btn li a {
    display: inline-block;
    *display: inline;  
    *zoom: 1;  
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #cfcfcf;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
}
.dolphins .social-btn .twitter {
    content: url('../images/icon_twitter_off.png');
}
.dolphins .social-btn .facebook {
    content: url('../images/icon_facebook_off.png');
}
.dolphins .social-btn .instagram {
    content: url('../images/icon_inst_off.png');
}
.dolphins .social-btn .youtube {
    content: url('../images/icon_youtube_off.png');
}
.dolphins .social-btn .twitter:hover {
    content: url('../images/icon_twitter.png');
    border-color: #55acee;
}
.dolphins .social-btn .facebook:hover {
    content: url('../images/icon_facebook.png');
    border-color: #3b5998;
}
.dolphins .social-btn .instagram:hover {
    content: url('../images/icon_inst.png');
    border-color: #417399;
}
.dolphins .social-btn .youtube:hover {
    content: url('../images/icon_youtube.png');
    border-color: #e52d27;
}
@media (max-width: 767px) {
    .dolphins .player-list {
        padding-right: 0;
    }
    .dolphins .player-list .player-description {
        padding: 10px 10px 45px;
        width: 50%;
    }
    .dolphins .player-list .player-photo {
        display: table-cell;
        vertical-align: top;
        width: 50%;
    }
    .dolphins .player-photo .img-responsive {
        width: 100%;
    }
    .dolphins .player-list .item-header {
        margin-bottom: 0;
    }
    .dolphins .item-header .number {
        font-size: 38px;
    }
    .dolphins .player-name {
        font-size: 14px;
    }
    .dolphins .player-comment {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .dolphins .social-btn {
        text-align: right;
        letter-spacing: -0.3em;
        position: absolute;
        bottom: 10px;
        right: 10px;
        height: 30px;
    }
    .dolphins .player-list-itme .player-lable {
        width: 110px;
        height: 110px;
    }
    .dolphins .player-list-itme .player-lable span {
        font-size: 10px;
        padding: 95px 0 0;
        width: 110px;
        height: 110px;
    }
}
@media screen and (max-width: 767px) {
    .component-sp-sidenav .en.en-only {
        display: block;
    }
}