@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*z-*/
.z-in999{
z-index:999;
}

/*メインコンテツ　トップpaddingを狭く調整*/
/* .top #content{
    padding-top: 0;
}


.l-header__inner{
padding-top: 0!important;
}
.l-header__logo{
padding: 0!important;
background: #DA005C;
}
.c-headLogo{
margin: 0!important;
}


.myColumnCaptionBox {
  height : 100%!important;
}

.myColumnCaptionBox .cap_box_content{
  height : 100%!important;
} */



/*---------
フォーム
---------/*
/*必須*/
.smf-item__label__text{
display: flex;
align-items: center;
}
form.snow-monkey-form strong {
    color:#FFFFFF;
	background: #FF0004;
    font-size: 0.65em;
	padding:0 5px;
	margin-left: 8px;
	border-radius: 3px;
}
/*送信ボタン*/
.smf-action .smf-button-control__control {
min-width:40%;
width: auto;
color: var(--the-btn-color, var(--color_main));
		margin-top: 30px;
		border: 1px solid;
		border-radius: 50px;
		background:none;
		transition: all 0.2s ease-out;
}
.smf-action .smf-button-control__control:hover {
		transform: translate3d(0, 2px, 0);
		background-color: var(--the-btn-color, var(--color_main));
		border-color: transparent;
		color: #fff !important;
}



/*エントリーボタン2*/
#fixed-sidebar-menu-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
	    z-index: 999;
}

/*#fixed-sidebar-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 99;
    background-color: #F0FF00;
    color: #DA005C;
	font-weight: bold;
    padding: 1em ;
    border-radius: 10px 0 0 10px;
    writing-mode: vertical-rl;
    text-align: center;
}
#fixed-sidebar-menu .swl-inline-icon {
    width: 20px;
    height: 24px;
    margin-bottom: 2px;
}
#fixed-sidebar-menu a {
    color: #DA005C;
}*/


/* 固定ページタイトル中央寄せ */
.c-pageTitle,
.c-pageTitle__inner {
	float: none!important;
	text-align: center;
}

.l-topTitleArea__body {
color: #fff;
font-size: 2.4em;
text-shadow: 3px 3px #e66700;	
}

/* 投稿記事下部のカテゴリーを非表示*/
.p-articleFoot{
  display: none;
}

/*横スクロールできます*/
.c-scrollHint{
font-weight: bold;
}


/*大会の特徴のボックス*/
.border-none > div{
border: none!important;
}

.radius {
background: rgba(255,255,255,1.00);
    border-radius: 15px; /* 角丸の半径を設定 */
    overflow: hidden; /* 角丸が正しく表示されるようにする */
}

/*リザルトページ*/
.border-b{
border-bottom: 1px solid #B4B4B4;
}
.result-koumoku{
background: #4B4B4B;
color: #FFFFFF;
}

/* メニューフォント調整 */
.c-gnav>.menu-item>a .ttl{
	font-size: 15px;
  font-weight: bold;
}

@media(max-width:1100px){
	.c-gnav>.menu-item>a .ttl{
		font-size: 13px;
}
}

/* ヘッダーpadding調整 */

.-parallel .l-header__gnav .c-gnav>li>a{
	padding: 20px 12px 25px;
}

/* 記事したカテゴリー削除 */
 .p-articleMetas.-bottom{
	 display:none;
}


/* アイコン色変更 */
.swl-inline-icon:after{
	background: #dd9933;
}

/* お知らせpadding-top削除 */
.top #content,.l-content{
	padding-top: 0;
}

/* フッターボタン */
.l-footer .is-style-btn_line .swl-inline-icon:after{
	background: #fff;
}

.l-footer .is-style-btn_line a:hover{
	border: 1px solid #fff;
	background: #fff;
}

.l-footer .is-style-btn_line a:hover strong{
	color: #dd9933;
}

.l-footer .is-style-btn_line a:hover .swl-inline-icon:after{
	background: #dd9933;
}

/* ホバー時にアイコンの色を白にする */
.btn-hover-w:hover .swl-inline-icon:after{
	background: #fff;
}

.btn-icon-o .swl-inline-icon:after{
	background: #fff;
}

/* スケジュールシャドウ */
.sche-sd{
	box-shadow: 0px 0px 15px #e7e7e7;
}

/* 大会の特徴　調整 */
.is-style-clmn-shadow,.swell-block-columns .swell-block-column{
	padding: 0;
}

.feature-pd{
	padding: 18px
}


/* エントリーボタン */
.follow-banner {
  position: fixed;
  transform: translateY(-50%);
  z-index: 20;
  width:42px;
}

.fb-1{
	top: calc(68% - 230px);
  right: 0;
}

.fb-2{
	top: 68%;
  right: 0;
}

.follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em 0.5em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
}

.fb-1 a{
	background-color: #e75b16;
	border-top: 1px solid #e75b16;
	border-left: 1px solid #e75b16;
	border-bottom: 1px solid #e75b16;
}
.fb-2 a{
	background-color: #fff;
	border-top: 1px solid #ea8400;
	border-left: 1px solid #ea8400;
	border-bottom: 1px solid #ea8400;
	color: #ea8400;
}

.fb-1 .swl-inline-icon:after{
	background: #fff;
}

.follow-banner a:hover {
  opacity: 0.8;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

/* ヘッダー下線 */
.c-gnav a::after{
	height: 5px;
}