@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/************************************
**パンくずリスト
************************************/

.pnkz {
  position: absolute;
  top: 10px;
  left: 10px;
}

.pnkz ul{
  display: flex;
  list-style: none;
  padding-left:10px;
}

.pnkz ul > * + * ::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}

.pnkz a{
  text-decoration: none;
  font-size: 13px;
  color:#333;
}

.pnkz a:hover{
	opacity: 50%;
}

/************************************
**ヘッダー画像
************************************/

.logo img{
  vertical-align: middle;
  width: 300px;
  height: 50px;
}

.logo-image {
    padding: 10px 0 15px;
}

.header-in {
  flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header-in::after{
  display: none;
}

.fbtag{
	width: 300px;
	padding-top: 18px;
  padding-right: 10px;
}

.fbtag ul{
	display: flex;
	justify-content: flex-end;
}

.fbtag li{
	list-style-type: none;
	padding-left: 8px;
}

.fbtag li a{
	color:#1da1f2
}

.fbtag li a:hover{
	opacity: 50%;
}

.fbtag li.lowticket img{
	padding-top: 4px;
}

/************************************
**グローバルメニュー表示
************************************/
.navi-in ul {
	justify-content: left;
}

#navi {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#navi ul li a {
    border-left: 1px solid #ddd;
}

.navi-in a:hover {
    color:#fff;
    background-color: #e60000;
}

.navi-in > ul li {
    height: 50px;
    line-height: 50px;
}

#header-container .navi.is-fixed {
position: fixed;
top: 0;
left: 0;
z-index: 2;
width: 100%;
background-color: rgba(255,255,255,1);
-webkit-transition: all .4s ease 0s,background .6s ease .2s;
transition: all .4s ease 0s,background .6s ease .2s;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;

}

/************************************
**タイトル
************************************/
.article h2 {
  background-color:#fff;
  border-radius:0;
  text-align: center;
}

#label {
    background-size: 100%;
    height: auto;
    text-align: center;
}

#label h2 {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 2px;
    margin-bottom: 0px;
    line-height: 0.5em;
    font-family: 'Anton', sans-serif;
    padding-top: 50px;
}

#label p {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 2px;
}

/*固定ページ（トップページカスタマイズ）*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info,
.page-template-default.page .entry-title,
.page-template-default.page .sns-share,
.page-template-default.page .sns-follow,
.page-template-default.page .date-tags,
.page-template-default.page .author-info,
.post-template-default .entry-title,
.post-template-default .sns-share,
.post-template-default .sns-follow,
.post-template-default .date-tags,
.post-template-default .author-info,
.post-template-default .entry-categories-tags
{
  display: none;
}

/************************************
**新着情報
************************************/
.new-entry-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/dot.png) left bottom repeat-x;
  padding:0 170px 40px;
}

.new-entry-cards.cf::after{
  content:none;
}

.widget-entry-cards .a-wrap {
    width: 300px;
    display: block;
    margin-bottom:20px;
}

.new-entry-card-title{
  font-size: 14px;
  padding:25px 10px 0;
}

.entry-content{
  width: 980px;
  margin: 0 auto;
}

.new-entry-card-date {
  display: block;
  padding-left: 8px;
  position: absolute;
  top:5px;
  left:0;
  font-weight: bold;
  color:#ff0000;
}


.new-entry-card-date .new-entry-card-update-date {
  display: none;
}

.widget-entry-cards.card-large-image .a-wrap {
  background-color: #f5f8fa;
}

.widget-entry-cards.card-large-image .a-wrap:hover {
  text-decoration: underline;
  transition: none;
}

.widget-entry-cards.card-large-image .card-content {
  position: relative;
}


/************************************
** トップページ文章
************************************/
.about_text{
  padding:0 170px 40px;
  font-size: 14px;
  margin-bottom: 20px;
  background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/dot.png) left bottom repeat-x;
}

/************************************
** KIWのリングとは
************************************/

.ab_none{
  background: none !important;
}

.cover_btn h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    border: none;
}

.cover_btn {
    margin: 30px 0;
    text-align: center;
    padding:0 170px 40px;
    background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/dot.png) left bottom repeat-x;
}

.cover_btn .t_btn {
    display: -webkit-flex;
    display: flex;
}

.cover_btn .t_btn a {
    width: 290px;
    font-size: 13px;
    font-weight: 400;
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    background-color: #000000;
    border-radius: 5px;
    margin: 0 15px;
    text-decoration: none;
}

.cover_btn .t_btn a:hover{
 opacity: 0.5;
 filter: alpha(opacity=50);
 -ms-filter: "alpha(opacity=50)";
 text-decoration: none;
}

.cover_btn .irai a {
    margin: 0 175px;
}


/************************************
** 選手紹介ページ
************************************/

.wrestler {
    width: 980px;
    margin: 50px auto 64px;
}

.wrestler ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.wrestler_navi li {
    width: 33.3%;
    background-color: #fff;
    text-align: center;
    margin:0 0 20px!important;
    list-style-type: none;
    line-height: 1.5em;
}

.wrestler_navi li a {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

.wrestler_navi li a:hover {
  color: #ff0000;
  text-decoration: none;
}

.wrestler_navi li .w_name {
    display: inline-block;
}

.wrestler_navi li .we_name {
    font-size: 20px;
    color: #ff0000;
}

.wrestler_navi li img{
  padding-bottom: 10px;
}

.wrestler_navi li img:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/************************************
** 選手紹介ページ個人
************************************/
.profile {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
}

.p_photo {
    width: 50%;
    height: 800px;
    background-color: #fff;
}

.p_detail {
    width: 50%;
    padding-top: 15px;
}

.p_detail h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
    border: none;
    padding: 0;

}

.profile .p_alpha {
    color: #ff0000;
    font-size: 15px;
    display: block;
    margin: 3px 0 10px 0;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    line-height: 0.1em;
}

.profile .p_detail dl {
    padding-bottom: 20px;
    line-height: 1.2em;
}

.profile .p_detail dt {
    font-weight: 500;
    color: #ff0000;
    margin-bottom: 2px;
}

.profile .p_detail dd {
    padding-bottom: 5px;
    margin-left: 0px;
}

.p_detail .p_text {
    line-height: 1.5;
    margin-bottom: 30px;
}


/************************************
** 試合結果一覧
************************************/

ul.box_result{
  list-style: none;
  padding: 0 100px;
}

ul.box_result li {
    padding: 0 0 20px;
    margin-bottom: 20px;
    background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/dot.png) left bottom repeat-x;
    display: flex;
}

ul.box_result .r_pht {
    width: 20%;
    padding-left: 10px;
}

ul.box_result .r_pht img {
    width: 100%;
}

ul.box_result .pcr_cover {
    width: 75%;
    padding: 10px 0 0 20px;
}

ul.box_result .r_title {
    margin-bottom: 30px;
    line-height: 1em;
}

ul.box_result .taikai_title {
    font-size: 16px;
    font-weight: 600;
    color: #ff0000;
}

ul.box_result .r_btn a {
    width: 100%;
    background-color: #000;
    border: solid 5px #000;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 8px 0;
    margin-bottom: 10px;
    text-decoration: none;
}

/************************************
** 試合結果詳細
************************************/

.match h3 {
    font-weight: 900;
    margin: 20px 0 2px;
    text-align: center;
    border: none;
}

.match .m_date {
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.match .box_match {
    padding: 0 50px 30px;
    margin-bottom: 30px;
    background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/dot.png) left bottom repeat-x;
    font-size: 12px;
}

.box_match .match_date {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 20px;
}

.box_match p {
    text-align: center;
    margin-bottom: 10px;
}

.taisen {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;

}

.taisen p {
    width: 33%;
    display: block;
    vertical-align: bottom;
}

.taisen .vs {
    width: 34%;
}

.taisen .l_match_name {
    color: #ff0000;
}

.taisen .r_match_name, .taisen .l_match_name {
    text-align: center;
    font-weight: 900;
    font-size: 15px;
}

.taisen .vs.big_match {
    padding-top: 10px;
}

.match .box_match.last {
    background: none;
}

.taisen img {
    width: 100%;
}

.match .special_match {
    line-height: 1.2;
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.box_match .jump_to_story a {
    width: 90%;
    background-color: #000;
    border: solid 10px #000;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 3px 0;
    margin: 0 auto;
    text-decoration: none;
}






/*===========================================
  試合結果詳細(個別)
=============================================*/

.story_mtop{margin-top:40px;}

.story{
  width:640px;
  margin:40px auto 30px;
}

.story .story_text{
  font-size:15px;
  line-height:1.7em;
}

.story .text_sbox{
  font-size:15px;
  width: 620px;
  margin: 5px auto 0;
}

.story section{
  padding: 0 10px;
}

/* 画像＋タイトル共通 */

.story .story_box.st_imgtitle .photo_sbox{
  position: relative;
  z-index: -200;
}

.story .story_box.st_imgtitle .title_sbox{
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 35px;
    font-weight: 900;
    color:#fff;
}



/* 20190914メイン写真背景 */

.story .story_photo{
  background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190914_main01.jpg) 0 0 no-repeat;
  width:640px;
  height:873px;
  position: relative;
  margin:0 auto 40px;
  z-index: -100;
}

/* 20190914セミ写真背景 */
.story .story_photo.photo_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190914_semi01.jpg);
}


/* 20190914第三、第二、第一試合写真背景 */



.story .story_photo.thirdmatch{
  background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190914_third01.jpg) 0 0 no-repeat;
  width:620px;
  height:800px;
}

.story .story_photo.secmatch{
  background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190914_sec01.jpg) 0 0 no-repeat;
  width:620px;
  height:800px;
}

.story .story_photo.firstmatch{
  background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190914_first01.jpg) 0 0 no-repeat;
  width:620px;
  height:400px;
}

/* 20190914写真背景 end*/


/* 20190525メイン写真背景 */

.story .story_photo.photo0525{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190525_main01.jpg);
}

.story .story_photo.photo0525 .story_title {
  bottom: 30px;
}

.story .story_photo.photo0525_semi .story_title {
  padding-bottom: 0;
}

.story .story_photo.photo0525 .story_photo_come{
  left: 13px;
  bottom: 10px;
  line-height: 1.2em;
}

.story .story_photo.photo0525_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190525_semi01.jpg);
}



/* 20190525メイン写真背景 end */

/* 20181208写真背景 start*/


.story .story_photo.photo181208_main{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20181208_main01.jpg);
}

.story .story_photo.photo181208_main .story_title{
  font-size: 45px;
}



.story .story_photo.photo181208_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20181208_semi01.jpg);
}


.story .story_photo.photo181208_thirdmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20181208_third01.jpg);
  width: 620px;
  height:800px;
}

.story .story_photo.photo181208_secmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20181208_sec01.jpg);
  width: 620px;
  height:800px;
}

.story .story_photo.photo181208_firstmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20181208_first01.jpg);
  width: 620px;
  height:800px;
}

/* 20181208写真背景 end*/



/* 20180908写真背景 start*/


.story .story_photo.photo180908_main{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180908_main01.jpg);
}

.story .story_photo.photo180908_main .story_title{
  font-size: 45px;
}


.story .story_photo.photo180908_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180908_semi01.jpg);
}


.story .story_photo.photo180908_thirdmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180908_third01.jpg);
  width: 620px;
  height:800px;
}

.story .story_photo.photo180908_secmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180908_sec01.jpg);
  width: 620px;
  height:800px;
}

.story .story_photo.photo180908_firstmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180908_first01.jpg);
  width: 620px;
  height:800px;
}





/* 20180908写真背景 end*/

/* 20180526写真背景 start*/


.story .story_photo.photo180526_main{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180526_main01.jpg);
}

.story .story_photo.photo180526_main .story_title{
  font-size: 45px;
  top:10px;
}


.story .story_photo.photo180526_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180526_semi01.jpg);
}


.story .story_photo.photo180526_thirdmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180526_third01.jpg);
  width: 620px;
  height:800px;
}

.story .story_photo.photo180526_secmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180526_sec01.jpg);
  width: 620px;
  height:800px;
}

.story .story_photo.photo180526_firstmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180526_first01.jpg);
  width: 620px;
  height:800px;
}





/* 20180526写真背景 end*/





/* 20171216写真背景 start*/


.story .story_photo.photo171216_main{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20171216_main01.jpg);
}

.story .story_photo.photo171216_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20171216_semi01.jpg);
}


.story .story_photo.photo171216_thirdmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20171216_third01.jpg);
  width: 620px;
  height:800px;
}

.story .story_photo.photo171216_secmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20171216_sec01.jpg);
  width: 620px;
  height:800px;
}

.story .story_photo.photo171216_firstmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20171216_first01.jpg);
  width: 620px;
  height:800px;
}





/* 20171216写真背景 end*/



/* 20170923写真背景 start*/


.story .story_photo.photo170923_main{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170923_main01.jpg);
}

.story .story_photo.photo170923_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170923_semi01.jpg);
}


.story .story_photo.photo170923_thirdmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170923_third01.jpg);
  width: 620px;
  height:800px;
}

.story .story_photo.photo170923_secmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170923_sec01.jpg);
  width: 620px;
  height:800px;
}

.story .story_photo.photo170923_firstmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170923_first01.jpg);
  width: 620px;
  height:800px;
}





/* 20170923写真背景 end*/



/* 20170610写真背景 start*/


.story .story_photo.photo170610_main{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170610_main01.jpg);
  width: 640px;
  height:580px;
}

.story .story_photo.photo170610_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170610_semi01.jpg);
}


.story .story_photo.photo170610_thirdmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170610_third01.jpg);
  width: 620px;
  height:800px;
}

.story .story_photo.photo170610_secmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170610_sec01.jpg);
  width: 620px;
  height:800px;
}

.story .story_photo.photo170610_firstmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170610_first01.jpg);
  width: 620px;
  height:800px;
}


/* 20170610写真背景 end*/



.story .story_photo .story_title{
  font-size: 45px;
  color:#ffffff;
  position: absolute;
  font-weight: 900;
  bottom: 15px;
  left: 10px;
  line-height:1em;
  padding-bottom: 25px;
}

.story .story_photo p{
  margin-bottom: 0;
}

.story .story_photo_come{
  position: absolute;
  bottom: 10px;
  left: 5px;
  color:#ffffff;
}


.story .story_h2_come{
  font-size: 25px;
  font-weight: 700;
}


.story .story_detail{
  text-align: center;
  margin-bottom: 20px;
}

.story .story_match{
    font-size: 15px;
}


.story .story_card{
    display: flex;
    padding: 0 50px 0;
    font-weight: 900;
}


.story .story_winner{
    text-align: left;
    width: 50%;
    color:#ff0000;
}

.story .story_loser{
    text-align: right;
    width: 50%;
}



.story .photo_sbox img{
    width: 100%;
    vertical-align: bottom;
}

.story .story_box{
    margin-bottom: 15px;
}



.story .jump_to_result a{
    width: 620px;
    background-color: #000;
    border: solid 10px #000;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 3px 0;
    text-decoration: none;
}





/*===========================================
  試合予定
=============================================
*/

.categoryid-6 h2, .categoryid-7 .graybox{
    color: #333;
	background-color: #dddddd;
	font-size: 20px;
	padding: 16px;
	font-weight: normal;
	margin-bottom: 16px;
	position: relative;
  border: none;
  text-align: center;
}


/*
.cover_schedule{
  background-color: #000;
}


.schedule .box_s_info{
  padding: 0 20px 10px;
  font-weight: bold;
}

.schedule{
  width: 980px;
  margin:0 auto;
}

.schedule #label{
  margin-bottom:20px;
}


.schedule.s_0531 .s_card{
  padding:0px 80px;
}

.schedule.s_0531 .s_card_box{
  margin-bottom: 10px;
}

.schedule.s_0531 .s_card_box li{
  display: flex;
  border-bottom: #333 dotted 1px;
  padding: 30px 10px;
}



.schedule.s_0531 .s_card_box .ls_name{
  width:45%;
}

.schedule.s_0531 .s_card_box .s_vs{
  width:10%;
  text-align: center;
}

.schedule.s_0531 .s_card_box .rs_name{
  width:45%;
  text-align: right;
}

.schedule.s_0531 .s_card_box .s_shiai{
  border-bottom: none;
  padding: 30px 0px 0px;
}

.schedule.s_0531 .s_card_box .ss_shiai{
  color:#ff0000;
  text-align: center;
  width: 100%;
}


.schedule.s_0531 section{
  padding-bottom: 80px;
}



.schedule.s_0531 #photo{
  margin-bottom: 50px;
}

.schedule.s_0531 #label{
  margin-bottom: 20px;
}


.box_s_info .s_taikai_title{
  color: #333;
	background-color: #dddddd;
	font-size: 20px;
	padding: 16px;
	font-weight: normal;
	margin-bottom: 16px;
	position: relative;
  border: none;
  text-align: center;
}

.box_s_info .box_s_info_inner{
  background-color: #dddddd;
  color: #333;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-size: 25px;
}

.box_s_info .box_s_info_inner p{
  margin-bottom: 0;
  display: inline-block;
}


.box_s_info .photo_inner{
  width: 30%;
}

.box_s_info .s_txt_inner{
  width: 65%;
  line-height: 1.3em;
}



.box_s_info .s_place{
  margin-bottom: 15px !important;
  font-size: 17px;
  line-height: 1.2em;
}



.box_s_info .s_time span{
  font-size: 17px;
  padding-right: 18px;
  padding-left: 3px;
}


.box_s_info .s_ticket span{
  font-size: 17px;
  padding-right: 8px;
}

.box_s_info .s_ticket p:last-of-type{
  padding-left: 20px;
}


.box_s_info .s_free{
  font-size: 14px;
}


.schedule.s_0531 .ticket{
  padding:0px 80px;
}


.schedule.s_0531 .ticket li{
  display: flex;
  border-bottom: #333 dotted 1px;
  padding: 20px 100px;
  font-size: 20px;
}


.schedule.s_0531 .t_price{
  margin-bottom: 50px;
  padding-left: 0;
}

.schedule.s_0531 .ticket .tickettype{
  width:40%;
}

.schedule.s_0531 .ticket .price{
  width:60%;
  text-align: right;
}
.schedule.s_0531 .ticket .ticketatt{
  margin-bottom: 10px;
  line-height: 1.2em;
}


.s_map_access .cover_btn, .s_nagare .cover_btn{
  padding: 0px 30px;
  margin:0px;
  border: none;
  background: none;
}

.s_map_access .ikikata a, .s_nagare .zenkai a{
  width: 40%;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0 auto 10px;
  display:inline-block;
  text-align: center;
  color:#fff;
  font-size: 13px;
  padding: 5px 0;
  color:#fff;
  background-color: #ff0000;
  border:solid 10px #ff0000;
  text-decoration: none;
}

.box_s_info.under_text{
	font-size: 15px;
  font-weight: normal;
}

.box_s_info.under_text h2{
	margin-bottom: 10px;
}
*/

/************************************
** お問い合せ
************************************/
.page_contact{
  width:640px;
  margin: 0 auto;
}
.page_contact iframe{
  width:640px;
  height:800px;
}

























/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

  .logo-menu-button img {
    width:200px;
    margin-top:5px;
}


.mobile-header-menu-buttons .menu-caption {
  display: none;
}



.mobile-header-menu-buttons  .fas.fa-bars {
 padding-top: 10px;
 font-size: 22px;
}


.mobile-header-menu-buttons .navi-menu-button {
   position: absolute;
   top:0;
   left:0px;
   width: 50px;
   z-index: 100;
}

.mobile-header-menu-buttons .logo-menu-button {
   width:100%;
}


.navi-menu-content.menu-content{
background-color: #ff0000;
color:#ffffff;
}

.menu-drawer li:before {
padding-left: 6px;
}

.menu-drawer .fa-ticket-alt{
padding-right: 10px;
}

.menu-drawer a {
color:#ffffff;
display: inline-block;
}

.menu-drawer li {
border-bottom:dotted 1px #ffffff;
}




/************************************
** トップページ
************************************/
.entry-content {
    width: 100%;
}

.home .entry-content{
    width: 640px;
    margin: 0 auto;
}

#header-in{display: none;}

.new-entry-cards {
    display:block;
    padding: 0 0 40px;
}

.widget-entry-cards .a-wrap {
    width: 100%;
}

.about_text {
    padding: 0 0 40px;
}

.cover_btn {
    padding: 0 0 40px;
}

.cover_btn .t_btn {
    display: block;
}

.cover_btn .t_btn a {
    width: 100%;
    margin:0 0 15px 0;
}

.widget-entry-cards.card-large-image .a-wrap {
  margin: 0 auto 20px;
}


/************************************
** 試合予定
************************************/
.schedule{
  width: 100%;
}

.schedule.s_0531 .ticket{
  padding:0px;
}

.s_nagare .zenkai a{
  width: 100%;
}

/************************************
** 選手紹介
************************************/
.wrestler {
    width: 100%;
}



/************************************
** 試合結果一覧
************************************/

ul.box_result {
    padding:0;
}


/************************************
** 試合結果詳細一覧
************************************/
.match .box_match {
    padding: 0 0 30px;
}




/*===========================================
  試合結果詳細 スマホ
=============================================*/

.story{
  margin-bottom: 30px;
  width: 100%;
}

.story .story_text{
  font-size:12.5px;
  line-height: 1.5em;
}

.story .text_sbox{
  font-size:12.5px;
  width: 100%;
}

.story section{
  padding: 0 10px;
}

/* 画像＋タイトル共通 */

.story .story_box.st_imgtitle .photo_sbox{
  position: relative;
  z-index: -200;
}

.story .story_box.st_imgtitle .title_sbox{
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 25px;
    font-weight: 900;
    color:#fff;
}



/* 20190914メイン写真背景 */

.story .story_photo{
  background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190914_main01.jpg) 0 0 no-repeat;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 136.40%;
  background-size: contain;
  position: relative;
  margin-bottom: 10px;
  z-index: -100;
  width:100%;
}

/* 20190914セミ写真背景 */
.story .story_photo.photo_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190914_semi01.jpg);
}


/* 20190914第三、第二、第一試合写真背景 */



.story .story_photo.thirdmatch{
  background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190914_third01.jpg) 0 0 no-repeat;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  background-size: contain;
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.secmatch{
  background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190914_sec01.jpg) 0 0 no-repeat;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  background-size: contain;
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.firstmatch{
  background: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190914_first01.jpg) 0 0 no-repeat;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  background-size: contain;
  padding-top: 64.516%;
  height: 0;
  width: 100%;
}

/* 20190914写真背景 end*/


/* 20190525メイン写真背景 */

.story .story_photo.photo0525{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190525_main01.jpg);
}

.story .story_photo.photo0525 .story_title{
  bottom: 30px;
}

.story .story_photo.photo0525 .story_photo_come{
  left: 13px;
  bottom: 10px;
}

.story .story_photo.photo0525_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20190525_semi01.jpg);
}



/* 20190525メイン写真背景 end */

/* 20181208写真背景 start*/


.story .story_photo.photo181208_main{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20181208_main01.jpg);
}

.story .story_photo.photo181208_main .story_title{
  font-size: 40px;
}



.story .story_photo.photo181208_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20181208_semi01.jpg);
}


.story .story_photo.photo181208_thirdmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20181208_third01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo181208_secmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20181208_sec01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo181208_firstmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20181208_first01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

/* 20181208写真背景 end*/



/* 20180908写真背景 start*/


.story .story_photo.photo180908_main{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180908_main01.jpg);
}

.story .story_photo.photo180908_main .story_title{
  font-size: 40px;
}


.story .story_photo.photo180908_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180908_semi01.jpg);
}


.story .story_photo.photo180908_thirdmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180908_third01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo180908_secmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180908_sec01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo180908_firstmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180908_first01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}





/* 20180908写真背景 end*/

/* 20180526写真背景 start*/


.story .story_photo.photo180526_main{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180526_main01.jpg);
}

.story .story_photo.photo180526_main .story_title{
  font-size: 25px;
  top:10px;
}


.story .story_photo.photo180526_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180526_semi01.jpg);
}


.story .story_photo.photo180526_thirdmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180526_third01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo180526_secmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180526_sec01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo180526_firstmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20180526_first01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}





/* 20180526写真背景 end*/





/* 20171216写真背景 start*/


.story .story_photo.photo171216_main{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20171216_main01.jpg);
}

.story .story_photo.photo171216_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20171216_semi01.jpg);
}


.story .story_photo.photo171216_thirdmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20171216_third01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo171216_secmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20171216_sec01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo171216_firstmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20171216_first01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}





/* 20171216写真背景 end*/



/* 20170923写真背景 start*/


.story .story_photo.photo170923_main{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170923_main01.jpg);
}

.story .story_photo.photo170923_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170923_semi01.jpg);
}


.story .story_photo.photo170923_thirdmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170923_third01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo170923_secmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170923_sec01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo170923_firstmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170923_first01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}





/* 20170923写真背景 end*/



/* 20170610写真背景 start*/


.story .story_photo.photo170610_main{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170610_main01.jpg);
  padding-top: 90.625%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo170610_semi{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170610_semi01.jpg);
}


.story .story_photo.photo170610_thirdmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170610_third01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo170610_secmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170610_sec01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}

.story .story_photo.photo170610_firstmatch{
  background-image: url(https://kiw-fan.com/wp-content/themes/cocoon-child-master/image/20170610_first01.jpg);
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 129.03%;
  height: 0;
  width: 100%;
}


/* 20170610写真背景 end*/



.story .story_photo .story_title{
  font-size: 45px;
  color:#ffffff;
  position: absolute;
  font-weight: 900;
  bottom: 10px;
  left: 10px;
}

.story .story_photo_come{
  position: absolute;
  bottom: 5px;
  left: 5px;
  color:#ffffff;
}


.story .story_h2_come{
  font-size: 15px;
}


.story .story_detail{
  text-align: center;
  margin-bottom: 20px;
}

.story .story_match{
    font-size: 15px;
}


.story .story_card{
    display: flex;
}


.story .story_winner{
    text-align: left;
    width: 50%;
    color:#ff0000;
}

.story .story_loser{
    text-align: right;
    width: 50%;
}

.story .photo_sbox{
    width: 100%;
}

.story .photo_sbox img{
    width: 100%;
    vertical-align: bottom;
}

.story .story_box{
    margin-bottom: 15px;
}



.story .jump_to_result a{
    width: 100%;
    background-color: #000;
    border: solid 10px #000;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 3px 0;
}




/************************************
** お問い合せ
************************************/
.page_contact{
  width:100%;
}
.page_contact iframe{
  width:100%;
  height: 950px;
}















}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

}


/*640px以下*/
@media screen and (max-width: 640px){
  /*必要ならばここにコードを書く*/
  .home .entry-content{
      width: 100%;
  }

  .lowticket_comp{
    font-size: 18px;
  }

}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

  /************************************
  ** パンくずリスト
  ************************************/
  .pnkz{
    display: none;
  }



  /************************************
  ** 選手紹介
  ************************************/

  .wrestler_navi li {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
  }

  .wrestler_navi li a {
    font-weight: 700;
    font-size: 15px;
  }

  .wrestler_navi li img {
    width: 100%;
    padding-bottom: 2px;
  }

  .wrestler_navi li .we_name {
    color: #ff0000;
    font-size: 8px;
    display: block;
    margin-top: 3px;
    letter-spacing: 0.1em;
  }

  .profile {
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 0;
}

.profile h3 {
    font-weight: 900;
    font-size: 20px;
    text-align: left;
    padding-bottom: 2px;
    padding-top: 10px;
}


/************************************
** 試合予定
***********************************

.box_s_info .box_s_info_inner{
  display:block;
}

.box_s_info .photo_inner {
    width: 100%;
}

.box_s_info .s_txt_inner {
    width: 100%;
}

.box_s_info .box_s_info_inner{
  font-size: 23px;
}

.box_s_info .box_s_info_inner p{
  display: block;
}


.box_s_info .s_ticket p:last-of-type{
  padding-left: 0px;
}
*/

}
