@charset "UTF-8";

/*
Theme Name:Threebondsports
Theme URI:
Description:WordPressテーマ「BASIC+Threebondsports」
Author:Branding Technology
Author URI:https://www.branding-t.co.jp/
Version:1.0
*/

/*  Foundation ----------------------------------------------------------------- */
/* Reset  ----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

audio, canvas, video { display: inline-block;}

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

ul, ol { list-style: none; }

del { text-decoration: line-through; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

img { -ms-interpolation-mode: bicubic; }

body.active{
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

/* clearfix */
.clearfix:after { content: "."; display: block; clear: both; height: 0; font-size: 0.1em; line-height: 0; visibility: hidden; overflow: hidden; }

.clearfix { display: inline-block; }

/* exlude MacIE5 */
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/* end MacIE5 */

/* アニメーション KEY FRAME -----------------------------------------------------------------*/
@keyframes FadeIn {
 0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes _l-header__cursol {
  0% {
    top: 0px;
    opacity: 0; }
  10% {
    top: 0px;
    opacity: 1; }
  80% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 8px;
    opacity: 0; } 
}
    
@keyframes _l-header__cursol {
  0% {
    top: 0px;
    opacity: 0; }
  10% {
    top: 0px;
    opacity: 1; }
  80% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 8px;
    opacity: 0; } 
}

@-webkit-keyframes loader_fadeIn {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  to {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    visibility: visible; } 
}

@keyframes loader_fadeIn {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  to {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    visibility: visible; }
}

@keyframes rotation1-fadeIn{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

/* ANIMATION ----------------------------------------------------------------- */
.animated { opacity: 0;}
.fadeInDown { animation-duration: 1s !important; animation-delay: 0; animation-timing-function: cubic-bezier(0.42, 0, 1, 1);}
.fadeIn{ animation-duration: 0.5s !important; animation-delay: 0; animation-timing-function: cubic-bezier(0.42, 0, 1, 1);}
.fadeInRight{ animation-duration: 1s !important; animation-delay: 0; animation-timing-function: cubic-bezier(0.42, 0, 1, 1);}
.ratation__animated{ animation:8s linear infinite rotation1-fadeIn;}

h2.p-ani-simpleFadein{
-webkit-animation: FadeIn 1.5s ease-in-out;
animation: FadeIn 1.5s ease-in-out;
visibility: visible !important;
}

h2.p-loader__logo {
    -webkit-animation: loader_fadeIn 4s cubic-bezier(0.42, 0, 1, 1) forwards 0.5s;
    animation: loader_fadeIn 4s cubic-bezier(0.42, 0, 1, 1) forwards 0.5s;
    visibility: visible !important;
}

/* =========================================================
   Color Variables（NEWS / CATEGORY）
   ========================================================= */
:root {

  /* メインカラー */
  --main_color: #DC3229;
  /* サブカラー */
  --sub_color1: #060B90;
  --sub_color2: #000;
}

/*  COMMON ----------------------------------------------------------------- */
body { width: 100%; line-height: 2; -webkit-font-smoothing: antialiased; font-family: 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans', 'Noto Serif JP', 'Noto Serif SC', serif; color: #000;}

a { color: #000; text-decoration: none; transition: .3s; cursor: pointer;}
a:hover{ opacity: 0.8;}

a img{ transition: .3s;}
a:hover img{ opacity: 0.8;}
p{ line-height: 2; font-weight: normal;}

/* パンクズリスト */
ul.breadcrumb-list{ font-size: 0.8rem; font-weight: normal; display: flex; width: 100%; margin: -3.2vw 10px 0; flex-wrap: wrap; padding: 0; text-align: left; justify-content: flex-start; transform: skewX(-4deg) rotate(-4deg); position: relative; z-index: 50;}
ul.breadcrumb-list li{ display: block; padding: 0 10px; border-right: 1px solid var(--main_color); font-weight: normal; line-height: 1.3rem;}
ul.breadcrumb-list li:last-child{ border: none;}
ul.breadcrumb-list li>a{ color: var(--main_color); text-decoration: underline;}

i{ padding-right: 10px;}
i.fa-arrow-circle-up{ padding-right: 0;}

.section{ display: block;}
.clr-white{ color: #fff !important;}

/* Go back to TOP  */
.to-top{
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #000;
  cursor: pointer;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* 上向き矢印（CSSだけ） */
.to-top::before{
  content: "";
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 4px;
}

/* hover */
.to-top:hover{
  opacity: 0.8;
}


/* floatingSNS */
.l-floating__sns { z-index: 40; position: fixed; top: 50%; right: 0; margin-top: -80px; text-align: center;}
.l-floating__sns .l-floating__sns--wrapper { margin: 0; padding: 0; list-style: none;}
.l-floating__sns .l-floating__sns--wrapper .l-floating__sns--item { text-orientation: upright; writing-mode: vertical-rl; -ms-writing-mode: tb-rl; width: 50px; height: 150px;}
.l-floating__sns .l-floating__sns--wrapper .cta-area{ display: none;}
.sr-only { clip: rect(0,0,0,0); position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; white-space: nowrap;}
.l-floating__sns .l-floating__sns--wrapper .l-floating__sns--link { padding: 20px 18px; color: #ffffff; font-size: 0.8rem; position: relative; right: 6px;}
.l-floating__sns .l-floating__sns--wrapper .l-floating__sns--link .link-text{ font-weight: 400; padding-top: 8px; font-size: 14px;}
.fab { font-family: Font Awesome\ 5 Brands; font-weight: 900 !important; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal;
 line-height: 1; text-rendering: auto;}
.fa-2x { font-size: 1.4em !important;}

/* Button */
.btn-diagonal-more-wrapper{ text-align: left; transform: rotate(-4.65deg); transform-origin: 100% 0%; width: 280px; margin:0 auto 0 0; color: #fff; -webkit-transition: all 0.5s; transition: all 0.5s;}
.btn-diagonal-more-wrapper2{ text-align: right;transform-origin: 100% 0%;color: #fff;-webkit-transition: all 0.5s;transition: all 0.5s;position: absolute;bottom: 30px;right: 50px;font-weight: bold;}
.btn-diagonal-more-wrapper2-left{ text-align: right;transform-origin: 100% 0%;color: #fff;-webkit-transition: all 0.5s;transition: all 0.5s;position: absolute;bottom: 30px;left: 50px;font-weight: bold;}

.btn-diagonal-more-wrapper3{ position: absolute; bottom: 20px; right: -13px;text-align: right; transform: rotate(-4.65deg); transform-origin: 100% 0%; width: 280px; margin:0 8% 0 auto; color: #fff; -webkit-transition: all 0.5s; transition: all 0.5s;}

.btn-diagonal-more{ transform: rotate(15deg); transform-origin: 0% 0%;}
.dli-arrow-right { display: inline-block;vertical-align: middle;line-height: 1;position: relative;width: 4.5em;height: 0.12em;background: currentColor;margin-left: 20px;}
.dli-arrow-right::before { content: ''; width: 0.65em; height: 0; border: 0.13em solid currentColor; border-left: 0; border-bottom: 0; transform: rotate(45deg); transform-origin: top right; position: absolute; top: 50%; right: -0.05em; box-sizing: border-box;}
.btn-diagonal-more-wrapper:hover{ color: var(--main_color); transform: translate(10px,0);}
.btn-diagonal-more-wrapper2:hover,.btn-diagonal-more-wrapper2-left:hover{ color: var(--main_color); transform: translate(10px,0);}
.btn-diagonal-more-wrapper3:hover{ color: var(--main_color); transform: translate(10px,0);}

.btn-viewmore, .btn-viewmore2{ border-bottom: 3px solid; width: 150px; color: #fff; display: block; text-align: left; font-weight: bold;}
.btn-viewmore:hover{ color: var(--main_color); transform: translate(10px,0);}

/* View More underline-arrow style */
.news-more-link{
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 0.9rem;
  color: #000;
  text-decoration: none;
  transition: transform .3s ease, opacity .3s ease;
  text-align: left;
}
.news-more-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 120px;
    height: 0.14em;
    background: #000;
    transition: transform .3s ease, width .3s ease;
}
.news-more-arrow{
    position: absolute;
    bottom: -4px;
    left: 107px;
    width: 12px;
    height: 12px;
    border-top: 0.14em solid #000;
    transform: rotate(45deg);
    transition: transform .3s ease;
}
.news-more-link:hover{
  transform: translateX(8px);
  opacity: .8;
  color: var(--main_color);
}
.news-more-link:hover::after{
  width: 140px;
  background: var(--main_color);
}
.news-more-link:hover .news-more-arrow{
  transform: translateX(20px) rotate(45deg);
  border-color: var(--main_color);
}



/* title contents */
.main-title-wrapper{ width: 90%; margin: 0 auto;}
.main-title{ font-size: 10vw; font-weight: 900; line-height: 1; text-align: left; margin-bottom: 20px;}

.vertical-title{ -ms-writing-mode: tb-rl; writing-mode: vertical-rl; position: absolute; top: 10vw; left: 10px; font-weight: bold;}
.vertical-title::before{ content: ''; position: absolute; height: 100px; border-left: 1px solid; left: 13px; top: 120px;}

.vertical-title2{ -ms-writing-mode: tb-rl; writing-mode: vertical-rl; position: absolute; top: 10vw; left: 10px; font-weight: bold;}
.vertical-title2::before{ content: ''; position: absolute; height: 50px; border-left: 1px solid; left: 13px; top: 50px;}

.main-contents{ font-size: 1.1rem; font-weight: bold; line-height: 1.5; text-align: left;}
.normal-contents{ font-size: 1.2rem; text-align: left; line-height: 1.8; font-weight: bold;}

.normal-contents-bold{ font-size: 0.9rem; text-align: left; line-height: 1.8; font-weight: bold; margin-bottom: 30px;}

/* ローディング ----------------------------------------------------------------- */
#logo_loader { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 101; background-color: #000;}
#logo_loader .f_logo { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 300px; height: 210px; text-align: center; animation: FadeIn; animation-duration: 1.5s; animation-timing-function: ease-in-out;}
#logo_loader .f_logo img { width: 100%; height: auto;}
#logo_loader.open { animation-name: slideOut; animation-fill-mode: forwards; animation-duration: 1.5s; animation-delay: 1.5s;}

/* レイアウト共通 */
.cp_container { position: relative; margin-top: 0; padding: 0; -webkit-transition: transform .3s ease-in; transition: transform .3s ease-in; overflow: hidden; z-index: 50;}
.cp_content { margin: 0 auto; padding: 0px; text-align: center;}

.only_pc{ display: block !important;}
.only_pc_only{ display: block !important;}
.only_tab{ display: none !important;}
.only_mb{ display: none !important;}
.only_mb_only{ display: none !important;}

.youtube-window{height: auto;}
.youtube-window-ourteam{height: 280px;}

/* カラム系レイアウト ----------------------------------------------------------------- */
.col2_wrapper{ display: flex; width: 100%; margin: 0 auto; justify-content: center; flex-wrap: wrap;}
.col2_wrapper2{ display: flex; width: 100%; margin: 0 auto; justify-content: center; flex-wrap: wrap; flex-direction: row-reverse;}
.col2_contents{ width: 46%; margin: 0 auto;}
header .col2_wrapper .col2_contents{ width: auto;}
.col2_contents1{ width: 38%; padding: 0; margin: 0 1%;}
.col2_contents2{ width: 48%; padding: 0; margin: 0 1%;}
.col2_contents3{ width: 56%; padding: 0; margin: 0 auto;}

.col3_wrapper{ display: flex; width: 100%; margin: 0 auto; justify-content: center; flex-wrap: wrap;}
.col3_contents{ width: 28%; margin: 0; padding: 0 1%;}
.col3_contents1{ width: 28%; margin: 0; padding: 0 1%;}

.col5_wrapper{ display: flex; width: 100%; margin: 0 auto; justify-content: center; flex-wrap: wrap;}
.col5_contents{ width: 20%; margin: 0; padding: 0 1%;}


/*  HEADER ----------------------------------------------------------------- */

*, *:before, *:after {padding: 0; margin: 0; box-sizing: border-box; }
ol, ul { list-style: none; }
a { text-decoration: none; color: inherit; }
.cp_cont { height: 65vh; }

/* GLOBAL MENU ----------------------------------------------------------------- */
header{ width: 100%; height : auto; position: relative; z-index: 60;}

.global_nav{ display: flex; justify-content: space-between; margin: 0 auto; width: 100%; height: 70px; padding: 0; position: absolute; z-index: 30; background-color: transparent;}

/* メニューTOP表示時 */
#top-header { -moz-transition: all 0.3s;  -o-transition: all 0.3s; -webkit-transition: all 0.3s;  transition: all 0.3s;}
#top-header .globalmenu{ display: flex !important; -moz-transition: all 0.3s;  -o-transition: all 0.3s; -webkit-transition: all 0.3s;  transition: all 0.3s; width: calc( 100% - 420px); justify-content: flex-end; gap: 2rem;}
#top-header .globalmenu .menu{ display: flex; gap: 4vw; font-weight: 900; justify-content: flex-end; font-size: 1.4rem; line-height: 70px;}
#top-header .globalmenu .menu .menu-item{ font-weight: 900;}

#top-header .logo{ -moz-transition: all 0.3s;  -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; margin: 17.5px 0 0 30px; width: 420px; height: 53px;}
#top-header .cta-area{ display: none !important; -moz-transition: all 0.3s;  -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; width: 300px; background-color: #FFF700;}
.logo_pc{ width: 420px; height: 60px; display: block;}
.logo_mb{ display: none;}

.btn_lang_toggle{font-weight: 900; font-size: 1.4rem; background: var(--main_color); width: 200px; text-align: center; color: #fff; line-height: 70px;}

#top-header #nav_toggle{ display: none; width: 60px; height: 60px; position: relative; top: 0; z-index: 1000; float: right; margin: 0; padding: 15px 15px;}
#top-header #nav_toggle div { position: relative; }
#top-header #nav_toggle span{ float: right; display: block; height: 3px; background: #fff; position:absolute; width: 100%; left: 0; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;}
#top-header #nav_toggle span:nth-child(1){ top:0px; }
#top-header #nav_toggle span:nth-child(2){ top:12px; width: 80%;}
#top-header #nav_toggle span:nth-child(3){ top:24px; width: 60%;}

/* スクロール後 */
#top-header.m_fixed { left: 0; position: fixed; z-index: 100; top: 0; background-color: #000; animation: FadeIn; animation-duration: 2s; animation-timing-function: ease-in-out; }
#top-header.m_fixed .globalmenu{ left: 0; animation: FadeIn; animation-duration: 2s; animation-timing-function: ease-in-out; position: relative; z-index: 1000; color: #fff;}
#top-header.m_fixed .logo{ display: block !important; left: 0; animation: FadeIn; animation-duration: 2s; animation-timing-function: ease-in-out; position: relative; z-index: 1000; background-color: #000; width: auto; height: 30px; margin: 15px 30px;}
#top-header.m_fixed .cta-area{ display: table !important; left: 0; animation: FadeIn; animation-duration: 2s; animation-timing-function: ease-in-out; position: relative; z-index: 1000;}
#top-header.m_fixed .cta-area span{ display: table-cell; vertical-align: middle; text-align: left; font-size: 1.3rem; font-weight: bold; line-height: 60px; padding-left: 20px;}
#top-header.m_fixed .cta-area span::after{
	width: 1.5em;
    height: 1.5em;
    content: "";
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: translate(0,-1px) rotate(45deg);
    margin-right: 0;
    position: absolute;
    top: calc( 50% - 0.75em);
    right: 20px;
}

#top-header.m_fixed #nav_toggle{ display: none; position: relative; top: 0; z-index: 1000; float: right; margin: 0; background: #000; transform: translate(0, 0);}
#top-header.m_fixed #nav_toggle div { position: relative; }
#top-header.m_fixed #nav_toggle span{ float: right; display: block; height: 3px; background: #fff; position:absolute; width: 100%; left: 0; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;}
#top-header.m_fixed #nav_toggle span:nth-child(1){ top:0px; }
#top-header.m_fixed #nav_toggle span:nth-child(2){ top:12px; width: 80%;}
#top-header.m_fixed #nav_toggle span:nth-child(3){ top:24px; width: 60%;}

/* ハンバーガーメニュー展開時、背景を固定 */

body.active {
	width: 100%;
	height: 100%;
}
/*開閉ボタンopen時 ----------------------------------------------------------------- */
#top-header.open #nav_toggle span:nth-child(1) { top: 12px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg); }
#top-header.open #nav_toggle span:nth-child(2) { width: 0; left: 50%;}
#top-header.open #nav_toggle span:nth-child(3) { top: 12px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); transform: rotate(-135deg); width: 100%;}
	
/* globalnav menu ≈ */
#global-nav{ display: none; position: fixed; top:0; width: 100%; height: 100vh;  background-color: #000; left: 0; float: left; z-index: 100; padding: 80px;}
#global-nav ul{ display: block; width: 100%; margin: 0; font-size: 2rem; font-weight: bold; margin-top: 80px;}
#global-nav ul li{ margin: 0 auto; text-align: left;}
#global-nav ul li:last-child{ border: none;}
#global-nav ul li a{ display: block; text-align: left; font-weight: bold; line-height: 3;}
#global-nav ul li a:hover{ opacity: 0.6; color: #FFF700;}

/* SLICK ----------------------------------------------------------------- */
.slick-slide img{ width: 100%; height: auto; margin: 0 auto;}
.slick-dots li.slick-active button:before{ opacity: .75; color: #FFF700 !important;}
.slick-dots li button:before{ color: #c79f62 !important;}
.slick-dotted.slick-slider{ margin-bottom: 50px !important;}
.slider-wide1{ width: 100%; }
.slider-wide2{ width: 100%; }

/*  TOP PAGE ----------------------------------------------------------------- */
/* top slide */
.top_slide{ position: relative; margin: 0; padding: 0; top:0; z-index: -1; width: 100%; height: auto; overflow: hidden;}
.firstview-movie{ width: 100%; overflow: hidden;}
.firstview-movie-pc { display: block; position: fixed; top: 0; z-index: 0; width: 100%; height: 100%;}
.firstview-movie-pc::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 26%);
  background-image: radial-gradient(#000 20%, transparent 20%), radial-gradient(#000 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}
.firstview-movie-pc video { position: absolute; min-width: 100vw; min-height: 100vh;}
.firstview-movie-sp { display: none;}
.firstview-movie-tab { display: none;}
.top_slideWrapper{ position: relative; width:100%; margin: 0; padding: 0; color: #fff; height: 100vh;}
.top_slideWrapper2{ position: relative; width:100%; margin: 0; padding: 0; color: #fff; height: auto; z-index: 40;}

.slide-title{ position: absolute; top: calc( 50% - 125px); left: calc( 50% - 125px); width: 250px; height: 250px;}
.slide-title2{ position: absolute; top: calc( 50% - 150px); left: calc( 50% - 150px); width: 300px; height: 300px;}


.text-btn-wrapper{
	position: absolute;
    top: calc( 50% + 180px);
    left: calc( 50% - 20vw);
    font-size: 100%;
    text-align: center;
    width: 40vw;
}

.text-btn{
	font-weight: bold;
    font-size: 2vw;
	display: block;
	line-height: 1.5;
}

.text-btn2{
	font-weight: bold;
    text-decoration: underline;
    font-size: 1.2em;
	color: #c79f62;
}

.text-btn:hover{
	color: #c79f62;
}

.text-btn2:hover{
	color: #000;
}

/* TOP SLIDE SCROLL BTN*/
.l-header__cursol, .l-header__cursol--top { font-family: 'Lato', sans-serif; color: #fff; font-size: 1.0rem; position: absolute; z-index: 30; text-align: center; height: 15px; left: 50%; right: auto; margin-left: auto; margin-right: auto;}
.l-header__cursol--top { position: fixed;}
.l-header__cursol, .l-header__cursol--top { bottom: 60px;}
.l-header__cursol span, .l-header__cursol--top span { position: relative; top: 0px; -webkit-animation: _l-header__cursol 5s ease forwards 0s infinite; animation: _l-header__cursol 5s ease forwards 0s infinite;
}
.l-header__cursol span::before, .l-header__cursol--top span::before { content: ""; bottom: -25px; left: 30px; display: inline-block; position: absolute; background-color: #fff; height: 1px; width: 18px;    -webkit-transform: rotate(-42deg); transform: rotate(-42deg); -webkit-transform-origin: 0px 0px; transform-origin: 0px 0px;}
.l-header__cursol span::after, .l-header__cursol--top span::after { content: "";    position: absolute; bottom: -26px; left: 30px; display: inline-block; background-color: #fff; height: 1px; width: 18px; -webkit-transform: rotate(-138deg); transform: rotate(-138deg); -webkit-transform-origin: 0px 0px; transform-origin: 0px 0px;}

/* TOP PAGE COMMON LAYOUT */
.top_section_wrap{ position: relative;}
.top_section_wrap .btn-viewmore{ position: absolute; bottom: 20px; right: 10px;}
.top_section_wrap .btn-viewmore2{ position: absolute; bottom: 20px; left: 10px;}
.top_section_wrapper01{
	width: 100%;
  padding: 150px 0 170px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 0 100%);
	position: relative;
	color: #fff;
	height: auto;
}

.top_section_wrapper02{
	width: 100%;
  padding: 150px 0 170px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 12vw));
	position: relative;
	color: #fff;
	height: auto;
}

.top_section_wrapper{
	width: 100%;
	padding: 150px 0 170px;
	clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 12vw), 0 100%);
	position: relative;
	margin-top: calc( -7vw - 1px);
	color: #fff;
}

/* top_section1 */
#top_section1{
  background-color: var(--superformula_main_color);
}
#top_section1>div:first-child{
  background-image: var(--superformula_back);
	background-size: cover;
	background-position: center center;
}

#top_section1 .normal-contents, #top_section3 .normal-contents{
  margin: 0 auto 0 0;
  width: 55vw;
}

/* top_section2 */
#top_section2{
  background-color: var(--golf_main_color);
}
#top_section2>div:first-child{
  background-image: var(--golf_back);
  background-size: cover;
	background-position: center center;
}

#top_section2 .main-title, #top_section3 .main-title {margin-top: 5vw;}
#top_section2 .main-title {text-align: right;}
#top_section2 .normal-contents{
  margin: 0 0 0 auto;
  width: 55vw;
}

/* top_section3 */
#top_section3{
  background-color: var(--baseball_main_color);
}
#top_section3>div:first-child{
  background-image: var(--baseball_back);
	background-size: cover;
	background-position: center center;
}

/* top_section5 NEWS*/
#top_section5{
    background-color: var(--main_color);
    padding: 100px 0;  
}
#top_section5 .main-title {
    text-align: right;
    color: #fff;
}

#top_section5 .news-wrapper{
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    background: #fff;
}
.news-tabs{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.news-tab{
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 22px 10px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: #eee;
  color: #000;
}

.news-tab.tab-all { background: #fff; color: var(--main_color); }
.news-tab.tab-superformula{
  background: color-mix(in srgb, var(--superformula_main_color, #081A8F) 30%, transparent);
}
.news-tab.tab-golf{
  background: color-mix(in srgb, var(--golf_main_color, #000) 30%, transparent);
}
.news-tab.tab-baseball{
  background: color-mix(in srgb, var(--baseball_main_color, var(--main_color)) 30%, transparent);
}

.news-panel{ display: none; padding: 10px 35px 40px; }
.news-panel.is-active{ display: block; width: 100%; max-width: 1200px; margin: 0 auto; }

.news-panel[data-news-panel="all"]{ background: #fff;}
.news-panel[data-news-panel="superformula"]{
  background: color-mix(in srgb, var(--superformula_main_color, #081A8F) 30%, transparent);
}
.news-panel[data-news-panel="golf"]{
  background: color-mix(in srgb, var(--golf_main_color, #000) 30%, transparent);
}
.news-panel[data-news-panel="baseball"]{
  background: color-mix(in srgb, var(--baseball_main_color, var(--main_color)) 30%, transparent);
}

.news-list{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.news-item{
    display: grid;
    grid-template-columns: 100px 160px 1fr 120px;
    align-items: center;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 2px dashed rgba(0, 0, 0, .6);
    justify-content: space-between;
}

.news-date{
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.news-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 160px;
  padding: 0px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.95rem;
  color: #fff;
  background: #000;
}


.news-pill.pill-superformula{background: var(--page_main_color); }
.news-pill.pill-golf{background: var(--page_main_color); }
.news-pill.pill-baseball{background: var(--page_main_color); }
#top_section5 .news-pill.pill-superformula{background: #060b90; }
#top_section5 .news-pill.pill-golf{background: #000; }
#top_section5 .news-pill.pill-baseball{background: #dc3229; }

.news-title{
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-break: break-word;
}
.news-more{
  justify-self: start;
}
.news-empty{
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 700;
}

/* Instagram section (Smash Balloon)*/
#top_section_instagram{
  padding: 100px 0 20px;
}

#top_section_instagram .ig-wrapper{
    width: 90%;
    max-width: 1200px;
    padding: 20px 10px;
    margin: 0 auto;
}

/* Tabs */
.ig-tabs{
  display: flex;
  justify-content: center;
  gap: 80px;
  margin: 20px auto 30px;
  flex-wrap: wrap;
}

.ig-tab{
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: .02em;
  color: #000;
  padding: 6px 2px 10px;
  position: relative;
  transition: opacity .2s ease, transform .2s ease;
}

.ig-tab:hover{
  opacity: .7;
  transform: translateY(-1px);
}

.ig-tab.is-active{
  color: #DC3229; 
}

.ig-tab.is-active::after{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #000;
}

.ig-panel{ display: none; }
.ig-panel.is-active{ display: block; }

/* Smash Balloon feed wrapper adjustments */
#top_section_instagram .sbi{
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto;
}

#top_section_instagram .sbi_item{
  border-radius: 0 !important;
  overflow: hidden;
}

#top_section_instagram .sbi_photo{
  border: 2px solid rgba(0,0,0,.25);
  box-sizing: border-box;
}

@media (min-width: 1201px){
  #top_section_instagram #sbi_images{
    display: grid !important;
    gap: 0 !important; /* ピッタリ詰める */
  }
  #top_section_instagram .sbi_item{
    width: auto !important;
    margin: 0 !important;
  }
}

@media (max-width: 1200px){
  .ig-tabs{ gap: 40px; }
  .ig-tab{ font-size: 18px; }

  #top_section_instagram #sbi_images{
    display: grid !important;
  }
}



/*  FOOTER ----------------------------------------------------------------- */
.site-footer {
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 0;
  text-align: center;
}

/* Logo */
.footer-logo img {
  max-width: 240px;
  margin: 0 auto 30px;
  display: block;
}

.footer-row{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.footer-nav ul{
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav a {
  font-size: 15px;
  font-weight: 900;
  color: #000;
  text-decoration: none;
}

.footer-nav a:hover {
  opacity: 0.7;
}
.footer-buttons{
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}

.footer-btn{
  display: inline-block;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background: #dc3229;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-btn:hover{
  transform: translateY(-2px);
  opacity: 0.9;
}

/* SNS */
.footer-sns{
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 30px;
}

.footer-sns .sns-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, opacity .2s ease;
}

.footer-sns .sns-link img{
  display: block;
}

.footer-sns .sns-link:hover{
  transform: translateY(-2px);
  opacity: .7;
}


/* Bottom */
.footer-bottom {
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 14px 10px;
  text-align: center;
  font-weight: 900;
}

/* BOGO language switch (footer) */
.footer-lang a{
  display: inline-block;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background: #dc3229;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-lang a:hover{
  transform: translateY(-2px);
  opacity: 0.9;
}

/* =========================
   タブレット対応
========================= */
@media (max-width: 1200px) {

/* レイアウト共通 ----------------------------------------------------------------- */
.subContents2{ width: 100%; height: auto; clear: both; margin: 0px auto;}
.contentsSBdiv{ width: 100%; margin:0 0 20px; justify-content: space-around; display: flex;}

.only_pc{ display: block !important;}
.only_pc_only{ display: none !important;}
.only_tab{ display: block !important;}
.only_mb{ display: block !important;}
.only_mb_only{ display: none !important;}

/* ヘッダーメニュー ----------------------------------------------------------------- */
#top-header .globalmenu{ display: none !important;}
#top-header #nav_toggle{ display: block; width: calc(70 / 1080 * 100vw); height: calc(70 / 1080 * 100vw); padding: calc(70 / 570 * 22vw) calc(70 / 570 * 12vw);}
#global-nav ul li a {font-size: 1.5rem;line-height: calc(10vh - 12px); color: #fff; text-align: center;}
.subTitle2{ font-size: 20px; line-height: 3em; clear: both; background-color: #017cb2; color: #ffffff;}
.btn_lang_toggle{ margin: 50px auto 0;}

/* カラム系レイアウト ----------------------------------------------------------------- */
.footer_col_layout{ height: 250px !important;}
.footer_col_child{ width: 33% !important; padding: 0 2% !important; float: left !important; height: 250px !important;}
	
/* トップムービー ----------------------------------------------------------------- */
.firstview-movie-pc{display: none;}	
.firstview-movie-tab { display: block; position: fixed; top: 0; z-index: 0; width: 100%; height: 100%;}
.firstview-movie-tab video { min-width: 100vw; min-height: 100vh; margin-left: -30%;}
.firstview-movie-tab::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 26%);
  background-image: radial-gradient(#000 20%, transparent 20%), radial-gradient(#000 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}	
  
/* top_section5 NEWS */
  .news-tab{ font-size: 1.2rem; padding: 16px 8px; }

  
/*  FOOTER ----------------------------------------------------------------- */
  .footer-row{
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0 0 30px;
  }
  .footer-nav ul{
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 28px;
  }
  .footer-buttons{
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }

}

/* =========================
   スマホ対応
========================= */
@media (max-width: 757px) {
/* ヘッダーメニュー ----------------------------------------------------------------- */
header{ width: 100%; height : auto;}
.global_nav{ justify-content: space-between; margin: 0 auto; width: 100%; height: calc( 80/570 * 100vw); padding: 0;}
.btn_lang_toggle{ margin: 50px 0 0 auto;}
	
/* メニューTOP表示時 */
#top-header .logo{ width: 200px; height: 26px; margin: 12px;}
#top-header.m_fixed .logo { width: 200px; height: 26px; margin: 12px;}
#top-header #nav_toggle{ display: block; width: calc(70 / 570 * 100vw); height: calc(70 / 570 * 100vw); padding: calc(70 / 570 * 24vw) calc(70 / 570 * 12vw);}
#top-header #nav_toggle span:nth-child(1){ top:0px; }
#top-header #nav_toggle span:nth-child(2){ top:calc( 80/570 * 23vw); width: 80%;}
#top-header #nav_toggle span:nth-child(3){ top:calc( 160/570 * 23vw); width: 60%;}
#top-header.m_fixed .cta-area{ display: none !important;}

/* スクロール後 */
#top-header.m_fixed #nav_toggle { display: block;}
#top-header.m_fixed #nav_toggle span:nth-child(1){ top:0px; }
#top-header.m_fixed #nav_toggle span:nth-child(2){ top:calc( 80/570 * 23vw); width: 80%;}
#top-header.m_fixed #nav_toggle span:nth-child(3){ top:calc( 160/570 * 23vw); width: 60%;}

/* オープン時 */
#top-header.open #nav_toggle span:nth-child(1) { top: 12px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg); }
#top-header.open #nav_toggle span:nth-child(2) { width: 0; left: 50%;}
#top-header.open #nav_toggle span:nth-child(3) { top: 12px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); transform: rotate(-135deg); width: 100%;}
	
/* globalnav menu */
#global-nav{ padding: calc( 80/570 * 100vw + 30px) 30px 20px 0;}
#global-nav ul li a{ font-size: 1.5rem; line-height: calc( 10vh - 12px); text-align: right; color: #fff;}
	
/* floatingSNS:footer BAR ----------------------------------------------------------------- */
.l-floating__sns { width: 100%; top: unset; bottom: 0; left: 0; margin-top: -80px; text-align: center;     z-index: 60;}
.l-floating__sns .l-floating__sns--wrapper { margin: 0; padding: 0; list-style: none;}
.l-floating__sns .l-floating__sns--wrapper .l-floating__sns--item { border: none; text-orientation: unset; writing-mode: unset;width: 50%; height: 50px; float: left; line-height: 50px;}
.sr-only { clip: rect(0,0,0,0); position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; white-space: nowrap;}
.l-floating__sns .l-floating__sns--wrapper .l-floating__sns--link { padding: 20px 18px; color: #ffffff; font-size: 0.8rem; position: relative;}
.l-floating__sns .l-floating__sns--wrapper .l-floating__sns--link .link-text{ padding-left: 8px; font-size: 12px;}
.fa-2x { font-size: 1.4em !important;}
.to-top{ border: none;}
.l-floating__sns .l-floating__sns--wrapper .cta-area{ -moz-transition: all 0.3s;  -o-transition: all 0.3s; -webkit-transition: all 0.3s;  transition: all 0.3s; width: calc( 100% - 50px); background-color: #FFF700; display: table; height: 50px;}
.l-floating__sns .l-floating__sns--wrapper .cta-area span::after{
	width: 1.3em;
    height: 1.3em;
    content: "";
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: translate(0,-1px) rotate(45deg);
    margin-right: 0;
    position: absolute;
    top: calc( 50% - 0.65em);
    right: 80px;
}
	
/* top slide ----------------------------------------------------------------- */
.top_slide{ height: auto;}
.firstview-movie-tab { display: none;}
.firstview-movie-pc { display: none;}
.firstview-movie-sp { display:block; position: fixed; height: calc(100vh + 5px);}
.firstview-movie-sp video { width: auto; height: 100%; margin-left: 0; left: 50%; transform: translateX(-50%); position: absolute;}
.firstview-movie-sp::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 26%);
  background-image: radial-gradient(#000 20%, transparent 20%), radial-gradient(#000 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}
.top_slideWrapper2{ height: auto;}
	
.text-btn-wrapper {
    left: calc( 50% - 45vw);
    width: 90vw;
}

.text-btn {
    font-size: 6vw;
}
	
.l-header__cursol, .l-header__cursol--top { bottom: 50px; left: calc(50% - 33px);}

/*  COMMON ----------------------------------------------------------------- */
.l-floating__top { bottom: 50px; right: 9px;}
.youtube-window{height: 240px;}
.youtube-window-ourteam{height: 240px;}
	
/* レイアウト共通 */
.slide-title{ font-size: 54px;}

.only_pc{ display: none !important;}
.only_pc_only{ display: none !important;}
.only_tab{ display: none !important;}
.only_mb{ display: block !important;}
.only_mb_only{ display: block !important;}

/* カラム系レイアウト */
.col2_wrapper, .col2_wrapper2{ display: inline-block; width: 100%; margin: 0 auto;}
.col2_contents{ width: 100%; margin: 0 auto;}
.col2_contents1{ width: 100%; margin: 0 auto 30px; padding: 0 1%;}
.col2_contents2{ width: 100%; margin: 0; padding: 0 1%;}
.col2_contents3{ width: 100%; margin: 0; padding: 0 1%;}

.col2_wrapper{ display: inline-block; width: 100%; margin: 0 auto;}
.col3_contents{ width: 100%; margin: 0; padding: 0 1%;}
.col3_contents1{ width: 48%; margin: 0; padding: 0 1%;}
	
/* Button  */
.btn-diagonal-more-wrapper{ margin: 0 0 0 auto; text-align: right;}

/* title contents */
.main-title-wrapper{ width: 100%;}
.main-title{ font-size: 16vw;}
.main-contents{ font-size: 1rem; text-align: left;}

.vertical-title{ font-size: 14px; left: 0; text-align: right;}
.vertical-title::before{ left: 11px; top: 80px;}

.top-hash-wrapper{ margin-bottom: 30px;}
.top-hash{ font-size: 4vw;}
	
.normal-contents, .normal-contents-bold{ font-size: 1rem;}
	

/*  TOP PAGE */
.top_section_wrapper{ padding: 18vw 20px 13vw;}
	
/* top_section1 top_section2 top_section3  */ 
.top_section_wrapper01{
  padding: 120px 20px 120px; 
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20vw), 0 100%);
}

.top_section_wrapper02{
  padding: 120px 20px 120px; 
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20vw))
}

#top_section1 .normal-contents, #top_section2 .normal-contents, #top_section3 .normal-contents {
    width: 100%;
}
.btn-diagonal-more-wrapper2{
    bottom: 5px;
    right: 5px;
    font-size: 0.9rem;
}
.dli-arrow-right {
    width: 1.5em;
    margin-left: 10px;
} 
.dli-arrow-right::before{
    border: 0.14em solid currentColor;
}
  
.btn-diagonal-more-wrapper2-left{
    bottom: 5px;
    left: 5px;
    font-size: 0.9rem;
}

/* top_section5 NEWS */
#top_section5 {
    padding: 50px 20px;
}
  
#top_section5 .news-wrapper {
    width: 100%;
}

.news-tab{
    font-size: 0.9rem;
    padding: 14px 10px;
    height: 60px;
}
.news-panel{
    padding: 10px 15px 40px;
}
.news-item {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 12px 0;
}

.news-item > :nth-child(3),
.news-item > :nth-child(4) {grid-column: 1 / -1; }
  
.news-date{ font-size: 0.9rem; text-align: left;}
.news-pill{ font-size: 0.9rem; height: 30px; }
.news-title{ white-space: normal; font-size: 1rem;}
.news-more{ text-align: right; margin-right: 10px; justify-self: normal;}
.news-more-link{ font-size: 0.85rem; }
.news-more-arrow{ width: 12px; left: 70px;}
.news-more-link::after { width: 83px; height: 0.1em;}
.schedule-link-wrapper .news-more-link::after {width: 120px;}
	
/* instagram */
#top_section_instagram {
    padding: 50px 20px;
}
#top_section_instagram .ig-wrapper {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.ig-tabs{
    gap: 7px;
    justify-content: space-between;
    margin: 30px auto 0;
}
.ig-tab{
    font-size: 0.85rem;
}

#top_section_instagram #sbi_images{
    display: grid !important;
}
}

/*  FV　黒フィルター調整 ----------------------------------------------------------------- */
.firstview-movie-pc::after,
.firstview-movie-tab::after,
.firstview-movie-sp::after {
  background-color: rgb(0 0 0 / 12%);
  background-image:
    radial-gradient(rgb(0 0 0 / 22%) 20%, transparent 20%),
    radial-gradient(rgb(0 0 0 / 22%) 20%, transparent 20%);
}