/*!
 * jquery-drawer v3.1.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-nav{position:fixed;z-index:199;top:0;overflow:hidden;width:17.25rem;height:100%;color:#222;background-color:rgba(18,56,117,1);background:linear-gradient(to bottom,#9bd8ff,#0c44dd);background:linear-gradient(#9bd8ff,#0c44dd)}.drawer-brand{font-size:1.5rem;font-weight:700;line-height:3.75rem;display:block;padding-right:.75rem;padding-left:.75rem;text-decoration:none;color:#222}.drawer-menu{margin:0;padding:15% 10%;padding-top:3%;list-style:none}.drawer-menu li{border-bottom:dashed 1px #fff;margin-bottom:2%}.drawer-menu .subs{padding-left:15px}.drawer-menu li a{color:#fff;padding:10px 0}.drawer-menu-item{font-size:1rem;display:block;padding:.75rem;text-decoration:none;color:#222}.drawer-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent}
/*! overlay */
.drawer-overlay{position:fixed;z-index:100;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.drawer-open .drawer-overlay{display:block}
/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav{top:-100%;left:0;width:100%;height:auto;max-height:100%;-webkit-transition:top .6s cubic-bezier(.19,1.000,.22,1.000);transition:top .6s cubic-bezier(.19,1.000,.22,1.000)}.drawer--top.drawer-open .drawer-nav{top:0}.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger{right:0}
/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav{left:-16.25rem;-webkit-transition:left .6s cubic-bezier(.19,1.000,.22,1.000);transition:left .6s cubic-bezier(.19,1.000,.22,1.000)}.drawer--left.drawer-open .drawer-nav,.drawer--left .drawer-hamburger,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:0}.drawer--left.drawer-open .drawer-hamburger{left:16.25rem}
/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav{right:-17.25rem;-webkit-transition:right .6s cubic-bezier(.19,1.000,.22,1.000);transition:right .6s cubic-bezier(.19,1.000,.22,1.000)}.drawer--right.drawer-open .drawer-nav,.drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{right:0}
/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger{position:absolute;z-index:200;top:62px;display:block;box-sizing:content-box;width:1.8rem;padding:0;padding-top:15px;padding-right:1.2rem;padding-bottom:30px;padding-left:.75rem;-webkit-transition:all .6s cubic-bezier(.19,1.000,.22,1.000);transition:all .6s cubic-bezier(.19,1.000,.22,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transform:translate(0,-50%);border:0;outline:0;background-color:transparent}.drawer-hamburger:hover{cursor:pointer;background-color:transparent}.drawer-hamburger-icon{position:relative;display:block;margin-top:10px}.drawer-hamburger-icon,.drawer-hamburger-icon:before,.drawer-hamburger-icon:after{width:100%;height:2px;-webkit-transition:all .6s cubic-bezier(.19,1.000,.22,1.000);transition:all .6s cubic-bezier(.19,1.000,.22,1.000);background-color:#fff}.drawer-hamburger-icon:before,.drawer-hamburger-icon:after{position:absolute;top:-10px;left:0;content:' '}.drawer-hamburger-icon:after{top:10px}.drawer-open .drawer-hamburger-icon{background-color:transparent}.drawer-open .drawer-hamburger-icon:before,.drawer-open .drawer-hamburger-icon:after{top:0}.drawer-open .drawer-hamburger-icon:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.drawer-open .drawer-hamburger-icon:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0}
/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;overflow:visible;clip:auto;width:auto;height:auto;margin:0}
/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar{background-color:#fff}.drawer--sidebar .drawer-contents{background-color:#fff}@media (min-width:64em){.drawer--sidebar .drawer-hamburger{display:none;visibility:hidden}.drawer--sidebar .drawer-nav{display:block;-webkit-transform:none;-ms-transform:none;transform:none;position:fixed;width:12.5rem;height:100%}
/*! Left */
.drawer--sidebar.drawer--left .drawer-nav{left:0;border-right:1px solid #ddd}.drawer--sidebar.drawer--left .drawer-contents{margin-left:12.5rem}
/*! Right */
.drawer--sidebar.drawer--right .drawer-nav{right:0;border-left:1px solid #ddd}.drawer--sidebar.drawer--right .drawer-contents{margin-right:12.5rem}
/*! container */
.drawer--sidebar .drawer-container{max-width:48rem}}@media (min-width:75em){.drawer--sidebar .drawer-nav{width:16.25rem}.drawer--sidebar.drawer--left .drawer-contents{margin-left:16.25rem}.drawer--sidebar.drawer--right .drawer-contents{margin-right:16.25rem}
/*! container */
.drawer--sidebar .drawer-container{max-width:60rem}}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter{padding-top:3.75rem}.drawer-navbar .drawer-navbar-header{border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar{z-index:102;top:0;width:100%}
/*! .drawer-navbar modifier */
.drawer-navbar--fixed{position:fixed}.drawer-navbar-header{position:relative;z-index:102;box-sizing:border-box;width:100%;height:3.75rem;padding:0 .75rem;text-align:center}.drawer-navbar .drawer-brand{line-height:3.75rem;display:inline-block;padding-top:0;padding-bottom:0;text-decoration:none}.drawer-navbar .drawer-brand:hover{background-color:transparent}.drawer-navbar .drawer-nav{padding-top:3.75rem}.drawer-navbar .drawer-menu{padding-bottom:7.5rem}@media (min-width:64em){.drawer-navbar{height:3.75rem;border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar .drawer-navbar-header{position:relative;display:block;float:left;width:auto;padding:0;border:0}.drawer-navbar .drawer-menu--right{float:right}.drawer-navbar .drawer-menu li{float:left}.drawer-navbar .drawer-menu-item{line-height:3.75rem;padding-top:0;padding-bottom:0}.drawer-navbar .drawer-hamburger{display:none}.drawer-navbar .drawer-nav{position:relative;left:0;overflow:visible;width:auto;height:3.75rem;padding-top:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.drawer-navbar .drawer-menu{padding:0}
/*! dropdown */
.drawer-navbar .drawer-dropdown-menu{position:absolute;width:16.25rem;border:1px solid #ddd}.drawer-navbar .drawer-dropdown-menu-item{padding-left:.75rem}}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu{display:none;box-sizing:border-box;width:100%;margin:0;padding:0;background-color:#fff}.drawer-dropdown-menu>li{width:100%;list-style:none}.drawer-dropdown-menu-item{line-height:3.75rem;display:block;padding:0;padding-right:.75rem;padding-left:1.5rem;text-decoration:none;color:#222}.drawer-dropdown-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent}
/*! open */
.drawer-dropdown.open>.drawer-dropdown-menu{display:block}
/*! drawer-caret */
.drawer-dropdown .drawer-caret{display:inline-block;width:0;height:0;margin-left:4px;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}
/*! open */
.drawer-dropdown.open .drawer-caret{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container{margin-right:auto;margin-left:auto}@media (min-width:64em){.drawer-container{max-width:60rem}}@media (min-width:75em){.drawer-container{max-width:70rem}}
@charset "utf-8";html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}img{vertical-align:top}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}ul li,ol li{list-style-type:none}
@charset "utf-8";body,html{font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;font-weight:500}body{width:100%;color:#181818;font-size:14px;font-weight:400;line-height:1.45;letter-spacing:.1em}#luxy{z-index:101}@media screen and (max-width :767.9999px){body{font-size:12.5px;min-width:inherit}#wrapper{width:100%;overflow:hidden}#contents{width:100%;overflow:hidden}}table{width:100%}img{max-width:100%}.serif{font-family:"游明朝体","YuMincho","游明朝","Yu Mincho",Georgia,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN W3",HiraMinProN-W3,"ヒラギノ明朝 ProN","Hiragino Mincho ProN","ヒラギノ明朝 Pro","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif}@font-face{font-family:'BanksMiles';src:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../font/BanksMiles.woff)}@font-face{font-family:'BebasKai';src:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../font/BebasKai.woff)}@font-face{font-family:'CocogoosePro';src:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../font/CocogoosePro.woff)}@font-face{font-family:'Pompadour';src:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../font/Pompadour.woff)}@font-face{font-family:'AntroVectra';src:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../font/AntroVectra.woff)}.BanksMiles{font-family:'BanksMiles',sans-serif}.BebasKai{font-family:'BebasKai',sans-serif}.CocogoosePro{font-family:'CocogoosePro',sans-serif}.Pompadour{font-family:'Pompadour',sans-serif}.AntroVectra{font-family:'AntroVectra',sans-serif}a{text-decoration:none;color:#212121;display:inline-block;transition:.5s}.over{transition:.3s}.ios .over:hover,.ios .over:active,.ios .over:link,.ios .over:visited,.ios .over::focus{opacity:1}@media screen and (min-width :768px){a:hover{color:#212121;text-decoration:none}.over:hover{opacity:.6}}.cf:after{content:"";clear:both;display:block;height:0}:root .cf:after{content:""\9;clear:both\9;display:block\9;height:0\9}.bold{font-weight:700}.nolink{pointer-events:none}.flex{display:flex}.ggmap,.youtube{position:relative;padding-bottom:56.16%;height:0;overflow:hidden}.ggmap iframe,.ggmap #ggmap object,.ggmap #ggmap embed,.youtube iframe,.youtube #ggmap object,.youtube #ggmap embed{position:absolute;top:0;left:0;width:100%;height:100%}.ios input[type=submit],.ios input[type=button]{border-radius:0;-webkit-box-sizing:content-box;-webkit-appearance:button;appearance:button;border:none;box-sizing:border-box;cursor:pointer}.ios input[type=submit]::-webkit-search-decoration,.ios input[type=button]::-webkit-search-decoration{display:none}.ios input[type=submit]::focus,.ios input[type=button]::focus{outline-offset:-2px}@media screen and (min-width :768px){.for_sp{display:none !important}}@media screen and (max-width :767.9999px){.for_pc{display:none !important}}.secInner{margin:0 auto}.btn_01{text-align:center}.btn_01 a{line-height:1;font-size:12px;font-family:'CocogoosePro',sans-serif;font-weight:700;letter-spacing:.34em;color:#fff;box-sizing:border-box;padding:10px;width:125px;border:1px solid #fff}@media screen and (max-width :767.9999px){.btn_01 a{font-size:10px;padding:7px 10px;width:52.5%}}#header{width:100%;background:#181818;position:absolute;z-index:110}#hdrInner{display:flex;align-items:center;justify-content:space-between}#hdrLogo a{padding:30px 55px;background:#efeeed;display:flex;align-items:center}#hdrLogo .symbol{margin:0 25px 0 0;width:105px;height:64px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/logo-black.svg) center center no-repeat;background-size:cover}#hdrLogo .type{font-size:16.66px;line-height:1.4;font-family:'BebasKai',sans-serif;letter-spacing:.16em}#gNavi{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end}#gNavi .list_01{padding:0 30px;display:flex}#gNavi .list_01 li{margin:0 15px;transform:.5s}#gNavi .list_01 li a{font-size:18px;color:#fff;font-family:'BebasKai',sans-serif;letter-spacing:.17em}#gNavi .list_02{display:flex;padding:0 30px 0 0}#gNavi .list_02 li:nth-child(n+2){margin:0 0 0 12px}#gNavi .list_02 li a{width:100%;direction:block}#gNavi .list_02 li a i{font-size:24px;color:#fff}.header__cart{padding:0 30px 0 0;margin-left:20px;width:7.52em;font-size:18px}.header__cart a{color:#fff;font-family:'BebasKai',sans-serif;letter-spacing:.17em;padding-left:1.5em;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon__cart.svg) left .3em no-repeat;background-size:.88em;padding-bottom:.3em;border-bottom:2px solid #fff}#header--alt{transform:translate(0,-120%);transition:1s;position:fixed;top:0;left:0;z-index:120;width:100%;box-sizing:border-box;padding:10px 60px 10px;background:#fff;display:flex;justify-content:space-between;align-items:center}#header--alt.show{transform:translate(0,0)}@media screen and (max-width :1200px){#gNavi .list_01{padding:0 20px 0 30px}#gNavi .list_01 li{margin:0 12px}#gNavi .list_01 li a{font-size:17.5px}#gNavi .list_02 li:nth-child(n+2){margin:0 0 0 10px}#gNavi .list_02 li a i{font-size:22px}}@media screen and (max-width :1403px){.header__cart{margin-top:5px}}@media screen and (max-width :1130px){#gNavi .list_01{padding:0 15px 0 30px}#gNavi .list_01 li{margin:0 10px}#gNavi .list_01 li a{font-size:17px}}@media screen and (max-width :1080px){#gNavi .list_01 li{margin:0 8px}#gNavi .list_01 li a{font-size:16px}}@media screen and (max-width :1080px){#gNavi .list_01{margin:0 0 5px}}@media screen and (max-width :949.9999px){#gNavi .list_01{display:none}.header__cart{display:none}#gNavi .list_02{padding:0 120px 0 0}#gNavi .list_02 li:nth-child(n+2){margin:0 0 0 15px}#gNavi .list_02 li a i{font-size:28px}}@media screen and (max-width :767.9999px){#header{background:#fff}#top #header{background:0 0}#hdrLogo a{padding:13px 15px;background:0 0}#hdrLogo .symbol{margin:0 11px 0 0;width:55px;height:35px}#top #hdrLogo .symbol{background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/logo-white.svg)}#hdrLogo .type{font-size:13px;line-height:1.25;letter-spacing:.17em;color:#181818}#top #hdrLogo .type{color:#efedec}#gNavi .list_02{padding:0 68px 0 0}#gNavi .list_02 li:nth-child(n+2){margin:0 0 0 9px}#gNavi .list_02 li a i{font-size:18px}}@media screen and (min-width :950px){#hbgNavi{display:none}}#hbgNavi .drawer-hamburger{padding-right:42px;padding-top:20px}@keyframes show-right{0%{opacity:0;transform:translate(300px,-50%)}100%{opacity:1;transform:translate(0,-50%)}}.drawer-hamburger-icon,.drawer-hamburger-icon:before,.drawer-hamburger-icon:after{background:#fff}.drawer-nav{width:100%;box-sizing:border-box;padding:0 0 0 30%;background:#212121;background:0 0}.drawer-nav .bg{display:block;height:100vh;width:100%;position:absolute;top:0;left:0;transform:skewX(-15deg) !important;transform-origin:bottom left;z-index:-1;background:#c0d739}.drawer-nav .bg .block{width:0;height:calc(100% / 3);transition:1.2s;position:absolute;right:0}.drawer-open .drawer-nav .bg .block{width:101%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/block_01.png) center center no-repeat #181818;background-size:930px}.drawer-nav .bg .block:nth-child(1){top:0}.drawer-nav .bg .block:nth-child(2){top:calc(100% / 3);transition-delay:.2s;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/block_02.png)}.drawer-nav .bg .block:nth-child(3){top:calc(100% / 1.5);transition-delay:.4s;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/block_03.png)}.drawer--right .drawer-nav{right:-100%;-webkit-transition:right 1.1s cubic-bezier(.19,1.000,.22,1.000);transition:right 1.1s cubic-bezier(.19,1.000,.22,1.000)}.drawer-menu{padding:22% 120px 22%;text-align:right}.drawer-menu li{margin:0;border:none}.drawer-menu li a{display:inline-block;padding:10px 15px;background:0 0;color:#fff;font-size:24px;font-family:'BebasKai',sans-serif}.drawer-menu li .drawer__cart{margin-top:1em}.drawer-menu li .drawer__cart a{padding-left:2.5em;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon__cart.svg) 1em .8em no-repeat;background-size:.88em;padding-bottom:.3em;border-bottom:2px solid #fff}@media screen and (max-width :767.9999px){.drawer-hamburger{top:31px;padding-top:16px}.under .drawer-hamburger-icon,.under .drawer-hamburger-icon:before,.under .drawer-hamburger-icon:after{background:#181818}.under .drawer-open .drawer-hamburger-icon,.under .drawer-open .drawer-hamburger-icon:before,.under .drawer-open .drawer-hamburger-icon:after{background:#fff}.drawer-open .drawer-nav .bg .block{background-size:768px}.drawer-menu{padding:73px 60px 22% 30px}.drawer-menu li a{font-size:18px}#hbgNavi .drawer-hamburger{padding-right:15px}}@media screen and (max-width :414px){.drawer-open .drawer-nav .bg .block{background-size:450px;background-position:left top}.drawer-menu{padding:73px 40px 22% 20px}}#luxy{transition:all .8s cubic-bezier(.19,1.000,.22,1.000)}.drawer-open #luxy{transform:translate(0,1.5em) scale(.9) !important;transform-origin:center top;-webkit-filter:blur(2px);filter:blur(2px);box-shadow:0px 0px 5px rgba(0,0,0,.2)}#sidebar{position:fixed;right:0;top:0;width:60px;height:100%;z-index:100;transform:translate(1000px,0);transition:1s}#sidebar.fixed{transform:translate(0,0)}#sec_sponsor .box_01{padding:240px 0;background:url(https://www.hideki-uda.com/wp-content/uploads/2025/06/bg_los.jpg) center center no-repeat;background-size:cover;text-align:center;color:#fff;font-family:'CocogoosePro',sans-serif;font-size:49px;letter-spacing:.11em;line-height:1}#sec_sponsor .box_02{padding:115px 0 170px}#sec_sponsor .box_02 .inner{max-width:1000px;padding:0 10px;margin:0 auto}#sec_sponsor .box_02 .countdown{margin:0 0 84px;display:flex;justify-content:center}#sec_sponsor .box_02 .countdown .cdBox{margin:0 30px;text-align:center}#sec_sponsor .box_02 .countdown .cdBox .label{font-family:'Pompadour',sans-serif;font-size:22px;letter-spacing:.06em;color:#c0d739;line-height:1}#sec_sponsor .box_02 .countdown .cdBox .value{font-family:'BebasKai',sans-serif;font-size:81px;letter-spacing:.06em;line-height:1}#sec_sponsor .box_02 .list_01{display:flex;justify-content:center;align-items:center;margin:0 0 90px}#sec_sponsor .box_02 .list_01 li{margin:0 25px}#sec_sponsor .box_02 .list_01 li img{max-height:50px;max-width:124px}#sec_sponsor .box_02 .textBox{text-align:center}#sec_sponsor .box_02 .textBox .lead{margin:0 0 24px;display:inline-block;padding:8px 90px;background:#f1f1f1;font-size:18.6px}#sec_sponsor .box_02 .textBox .plane{font-size:12px;line-height:2}@media screen and (max-width :767.9999px){#sec_sponsor .box_01{padding:120px 0;font-size:20.8px}#sec_sponsor .box_02{padding:48px 0 170px}#sec_sponsor .box_02 .inner{padding:0 10.6%}#sec_sponsor .box_02 .countdown{margin:0 0 52px}#sec_sponsor .box_02 .countdown .cdBox{margin:0 12px}#sec_sponsor .box_02 .countdown .cdBox .label{font-size:11.5px}#sec_sponsor .box_02 .countdown .cdBox .value{font-size:36.5px}#sec_sponsor .box_02 .list_01{margin:0 0 48px;flex-wrap:wrap;justify-content:space-between}#sec_sponsor .box_02 .list_01 li{margin:12px 0;max-width:calc(calc(100% - 48px) / 3);text-align:center}#sec_sponsor .box_02 .list_01 li img{max-height:38px;max-width:100%}#sec_sponsor .box_02 .textBox .lead{width:100vw;box-sizing:border-box;margin:0 0 20px;display:block;padding:8px 10px;font-size:12.5px;position:relative;left:50%;transform:translate(-50%,0)}#sec_sponsor .box_02 .textBox .plane{font-size:10px;line-height:1.86}}#footer{z-index:20;width:100%;background:#c0d739;position:relative}#footer .totop{position:absolute;right:10%;top:0}#footer .totop a{background:#181818;padding:12px 20px;font-family:'Pompadour',sans-serif;color:#fff;font-size:16.6px;letter-spacing:.17em;line-height:1}#footer .totop a:after{content:"";display:inline-block;width:22px;height:13px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/arrow_01.svg) center center no-repeat;margin:0 0 0 12px}#footer .box_01{padding:90px 0 30px;text-align:center}#footer .box_01 img{width:96px;height:auto}#footer .box_02{text-align:center;color:#c0d739;background:#181818;padding:12px 0;line-height:1;font-family:'Pompadour',sans-serif;font-size:15px;letter-spacing:.17em}#footer .box_03{padding:36px 0 112px}#footer .box_03 .list_01{max-width:1000px;padding:0 10px;margin:0 auto;display:flex;justify-content:center}#footer .box_03 .list_01 li{margin:0 12px}#footer .box_03 .list_01 li a{font-size:12px}#footer .box_03 .list_01 li a.blank{padding:0 15px 0 0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon-new_window.svg) right 2px no-repeat;background-size:10px}@media screen and (max-width :767.9999px){#footer .totop{right:50%;top:-70px;transform:translate(50%,-100%)}#footer .totop a{padding:10px 14px;font-size:11.5px}#footer .totop a:after{width:15px;height:9px;margin:0 0 0 10px}#footer .box_01{padding:50px 0 20px}#footer .box_01 img{width:72px}#footer .box_02{padding:10px 0;font-size:10.6px}#footer .box_03{padding:30px 0 48px}#footer .box_03 .list_01{padding:0 5.3%;flex-wrap:wrap}#footer .box_03 .list_01 li a{font-size:10px;line-height:2}#footer .box_03 .list_01 li a.blank{padding:0 15px 0 0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon-new_window.svg) right 2px no-repeat;background-size:10px}}
@charset "utf-8";.top__shop{position:fixed;bottom:5%;left:0;transform:translateX(20%);transition:transform .5s;z-index:102}.top__shop.is_close{transform:translateX(-85%)}.top__shop img{width:284px}.top__shop-controll{position:absolute;right:0;top:0;width:24px;height:24px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/icon__close.svg) center no-repeat #4a4a4a;background-size:6px;z-index:2;border-radius:50%;cursor:pointer;transition:background-image .5s}.top__shop.is_close .top__shop-controll{background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/icon__open.svg);background-size:5px}#top #mainimage{width:100%;min-height:450px;box-sizing:border-box;padding:128px 0 0;position:relative}#top #mainimage .box_01{width:85%;margin:0 0 0 15%;height:100%;position:relative;z-index:15}#top #mainimage .box_01 #video--wrap{position:relative;z-index:16;height:100%;overflow:hidden}#top #mainimage .box_01 #video--wrap .img{width:100%;height:100%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/stripe.png) center center repeat;background-size:1000px;position:absolute;left:0;top:0;opacity:.2}#top #mainimage .box_01 #video--wrap .img2{width:100%;height:100%;background:#000;position:absolute;left:0;top:0;opacity:.6}#top #mainimage .box_01 video{width:auto;height:auto;min-width:100%;min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}#top #mainimage .box_01 .textBox{position:absolute;top:50%;right:10%;transform:translate(0,-50%);z-index:18}#top #mainimage .box_01 .textBox .main-copy{color:#fff;text-align:right}#top #mainimage .box_01 .textBox .main-copy .jpn{font-size:11px;margin:0 0 20px}#top #mainimage .box_01 .textBox .main-copy .eng{font-family:'BanksMiles',sans-serif;font-family:'BebasKai',sans-serif;font-size:54px;font-size:3.3vw;letter-spacing:.05em;margin:0 0 25px;text-align:left}@media screen and (max-width :1090px){#top #mainimage .box_01 .textBox .main-copy .eng{font-size:36px}}#top #mainimage .box_01 .textBox .main-copy .eng .span{display:block}#top #mainimage .box_01 .textBox .main-copy .name{font-size:11px}#top #mainimage .box_01 .logomark{position:absolute;top:50%;left:-3%;transform:translate(0,-50%);width:30%;z-index:18}#top #mainimage .play-btn{position:absolute;bottom:10%;right:10%;z-index:18}#top #mainimage .play-btn a{font-family:'BebasKai',sans-serif;font-size:20px;color:#fff;letter-spacing:.1em;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon_play.svg) 20px center no-repeat #adc132;background-size:20px 20px;border:1px solid #adc132;line-height:1;padding:20px 24px 20px 56px}@media screen and (min-width :768px){#top #mainimage .play-btn a:hover{background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon_play_on.svg);background-color:#fff;color:#adc132}}#top #mainimage .bg_01{width:23%;height:calc(100% + 125px);position:absolute;left:0;top:0;z-index:14;background:#efeeed}#top #mainimage .sidebar{position:absolute;left:7.5%;top:calc(calc(50% - 64px) + 128px);transform:translate(-50%,-50%);z-index:15;width:25px}#top #mainimage .sidebar .dots{margin:0 0 50px}#top #mainimage .sidebar .dots span{display:block;width:10px;height:10px;border-radius:6px;margin:0 auto 12px}#top #mainimage .sidebar .dots span:nth-child(1){background:linear-gradient(to bottom,#8bb929,#8bb929);background:linear-gradient(180deg,#8bb929,#8bb929)}#top #mainimage .sidebar .dots span:nth-child(2){background:linear-gradient(to bottom,#8bb929,#8bb929);background:linear-gradient(180deg,#8bb929,#8bb929)}#top #mainimage .sidebar .dots span:nth-child(3){background:linear-gradient(to bottom,#8bb929,#8bb929);background:linear-gradient(180deg,#8bb929,#8bb929)}#top #mainimage .sidebar .dots span:nth-child(4){background:linear-gradient(to bottom,#8bb929,#94be3a);background:linear-gradient(180deg,#8bb929,#8bb929)}#top #mainimage .sidebar .dots span:nth-child(5){background:linear-gradient(to bottom,#8bb929,#8bb929);background:linear-gradient(180deg,#8bb929,#94be3a)}#top #mainimage .sidebar .dots span:nth-child(6){background:linear-gradient(to bottom,#a1c44e,#a9c95d);background:linear-gradient(180deg,#a1c44e,#a9c95d)}#top #mainimage .sidebar .dots span:nth-child(7){background:linear-gradient(to bottom,#b4cf70,#bdd480);background:linear-gradient(180deg,#b4cf70,#bdd480)}#top #mainimage .sidebar .dots span:nth-child(8){background:linear-gradient(to bottom,#c6da92,#cedea2);background:linear-gradient(180deg,#c6da92,#cedea2)}#top #mainimage .sidebar .dots span:nth-child(9){background:linear-gradient(to bottom,#d7e4b3,#dfe9c3);background:linear-gradient(180deg,#d7e4b3,#dfe9c3)}#top #mainimage .sidebar .dots span:nth-child(10){background:linear-gradient(to bottom,#e8efd4,#f0f4e3);background:linear-gradient(180deg,#e8efd4,#f0f4e3);margin:0 auto}#top #mainimage .sidebar .text{-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;-o-writing-mode:vertical-rl;writing-mode:vertical-rl;font-size:16px;font-family:'BebasKai',sans-serif;letter-spacing:.18em;font-weight:700;line-height:25px;padding:0 0 120px;position:relative;white-space:nowrap}#top #mainimage .sidebar .text:after{content:"";display:block;width:1px;height:90px;background:#222;position:absolute;bottom:0;left:50%;transform:translate(-50%,0)}#top #mainimage .sidebar .list_01 li:nth-child(n+2){margin:10px 0 0}#top #mainimage .sidebar .list_01 li a{width:100%;direction:block}#top #mainimage .sidebar .list_01 li a i{font-size:24px;color:#222}#top #sec_01{display:flex}#top #sec_01 .leftBox{flex:1;box-sizing:border-box;position:relative}#top #sec_01 .leftBox .inner{padding:600px 0 80px 5%;display:inline-block;right:12.5%;position:absolute;transition:.5s}#top #sec_01 .leftBox .inner .lead{font-size:26px;font-weight:700;line-height:1.87;margin:0 0 25px;transition:.5s}#top #sec_01 .leftBox .inner .plane{line-height:2.22;transition:.5s;margin:0 0 40px}#top #sec_01 .leftBox .inner .btn_01{text-align:left}#top #sec_01 .leftBox .inner .btn_01 a{border-color:#181818;color:#181818;text-align:center}#top #sec_01 .leftBox .title{position:absolute;right:-67px;top:100px;font-size:100px;font-family:'CocogoosePro',sans-serif;font-weight:400;line-height:1.17;width:432px;display:flex;justify-content:space-between;flex-wrap:wrap;transition:.5s}#top #sec_01 .leftBox .title span{width:calc(100% / 3);display:inline-block;text-align:center}#top #sec_01 .leftBox .title span.red{position:relative;color:#fff}#top #sec_01 .leftBox .title span.red:after{content:"";display:block;width:90px;height:90px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/../Image/top/circle-red.svg) center center no-repeat;background-size:contain;position:absolute;left:50%;top:13px;transform:translate(-50%,0)}#top #sec_01 .leftBox .bg_01{position:absolute;left:0;top:0;width:37%;max-width:317px;height:100%;z-index:16;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/bg_01.svg) left top no-repeat;background-size:contain;transition:.5s}#top #sec_01 .rightBox{width:48.5%;max-width:775px}#top #sec_01 .rightBox .inner{padding:141% 0 0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/bg_01.jpg) center center no-repeat;background-size:contain;height:0}@media screen and (max-width :1700px){#top #sec_01 .leftBox .inner{right:7%}}@media screen and (max-width :1600px){#top #sec_01 .leftBox .inner{right:5%}}@media screen and (max-width :1500px){#top #sec_01 .leftBox .inner{padding:500px 0 80px 4%;right:5%}#top #sec_01 .leftBox .inner .lead{font-size:24px;margin:0 0 20px}#top #sec_01 .leftBox .inner .plane{font-size:.95em}}@media screen and (max-width :1400px){#top #sec_01 .leftBox .title{top:80px;font-size:80px;width:354.5px}#top #sec_01 .leftBox .title span.red:after{width:72px;height:72px;top:10.4px}#top #sec_01 .leftBox .inner{padding:420px 0 80px 18%}#top #sec_01 .leftBox .inner .lead{font-size:23px;margin:0 0 18px}#top #sec_01 .leftBox .inner .plane{font-size:.92em}}@media screen and (max-width :1200px){#top #sec_01 .leftBox .title{top:70px;font-size:70px;width:310.2px}#top #sec_01 .leftBox .title span.red:after{width:63px;height:63px;top:13px}#top #sec_01 .leftBox .inner{padding:370px 0 80px 18%}#top #sec_01 .leftBox .inner .lead{font-size:21px;margin:0 0 18px}#top #sec_01 .leftBox .inner .plane{font-size:.9em;line-height:2}}@media screen and (max-width :1100px){#top #sec_01 .leftBox .title{top:50px}#top #sec_01 .leftBox .inner{padding:320px 0 80px 18%}#top #sec_01 .leftBox .inner .lead{font-size:20px;margin:0 0 15px;line-height:1.67}#top #sec_01 .leftBox .inner .plane{font-size:.89em}}@media screen and (max-width :1000px){#top #sec_01 .leftBox .inner{padding:320px 0 80px 11%}#top #sec_01 .leftBox .inner .plane{font-size:.88em;letter-spacing:.07em;line-height:1.7}}@media screen and (max-width :900px){#top #sec_01 .leftBox .title{top:56px;font-size:56px;width:248.16px}#top #sec_01 .leftBox .title span.red:after{width:50.4px;height:50.4px;top:10.4px}#top #sec_01 .leftBox .inner{padding:295px 0 80px 8%}#top #sec_01 .leftBox .inner .lead{font-size:17px}#top #sec_01 .leftBox .inner .plane{font-size:.87em;letter-spacing:.05em;line-height:1.6}}@media screen and (max-width :830px){#top #sec_01 .leftBox .inner{padding:270px 0 80px 8%}}#top #sec_02{padding:0 160px 0 0;margin:0 0 90px;position:relative}#top #sec_02 .leftBox{padding:160px 0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/bg_02.jpg) center center no-repeat;color:#fff}#top #sec_02 .leftBox .inner{max-width:1000px;padding:0 10px;margin:0 auto}#top #sec_02 .title{text-align:center;font-size:22px;margin:0 0 60px}#top #sec_02 .list_01{display:flex;justify-content:center;margin:0 0 55px}#top #sec_02 .list_01 li{margin:0 38px;width:164px;height:158px;position:relative}#top #sec_02 .list_01 li .corner{position:absolute;width:100%;height:100%}#top #sec_02 .list_01 li .corner>div{width:36%;height:35%;position:absolute;border:1px solid #fff}#top #sec_02 .list_01 li .corner .left-top{left:0;top:0;border-right:0;border-bottom:0}#top #sec_02 .list_01 li .corner .right-top{right:0;top:0;border-left:0;border-bottom:0}#top #sec_02 .list_01 li .corner .right-bottom{right:0;bottom:0;border-left:0;border-top:0}#top #sec_02 .list_01 li .corner .left-bottom{left:0;bottom:0;border-right:0;border-top:0}#top #sec_02 .list_01 li .text{position:absolute;left:0;top:50%;width:100%;transform:translate(0,-50%);text-align:center}#top #sec_02 .list_01 li .value .number{font-size:46px;font-family:'BebasKai',sans-serif;letter-spacing:.06em}#top #sec_02 .list_01 li .value .unit{font-size:26px;font-family:'Pompadour',sans-serif;letter-spacing:.06em}#top #sec_02 .list_01 li .event-name{font-size:25px;font-family:'BebasKai',sans-serif;letter-spacing:.08em}#top #sec_02 .plane{line-height:2.31;text-align:center;margin:0 0 40px}#top #sec_02 .rightBox{position:absolute;right:0;top:0}#top #sec_02 .rightBox{position:absolute;width:160px;height:100%}#top #sec_02 .rightBox .part{-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;-o-writing-mode:vertical-rl;writing-mode:vertical-rl;font-size:20px;font-family:'BebasKai',sans-serif;letter-spacing:.22em;position:absolute;right:50%;top:60px;height:calc(100% - 60px);transform:translate(50%,0)}#top #sec_02 .rightBox .part:before{content:"";display:block;width:2px;height:28px;background:#858585;position:absolute;bottom:0;left:calc(50% + 5px);z-index:13;transform:rotate(20deg)}#top #sec_02 .rightBox .part:after{content:"";display:block;width:1px;height:100%;background:#202222;position:absolute;top:0;left:50%;z-index:13}#top #sec_02 .rightBox .part span{background:#fff;position:relative;z-index:15;display:inline-block;padding-bottom:20px}#top #sec_03{position:relative}#top #sec_03 .btnNavi{display:flex;justify-content:space-between;align-items:flex-end;background:#f1f1f1}#top #sec_03 .btnNavi li{width:calc(100% / 3);width:calc(100% / 2);cursor:pointer;background:#c0d739;font-size:30px;font-family:'BebasKai',sans-serif;letter-spacing:.06em;padding:40px 0;line-height:1;text-align:center;position:relative;transition:.5s;z-index:15}#top #sec_03 .btnNavi li:not(:last-child){border-right:3px solid #fff}#top #sec_03 .btnNavi li.select{background:0 0;position:relative}#top #sec_03 .btnNavi li span{position:relative}#top #sec_03 .ctsBox>li{background:#f1f1f1;padding:90px 0}#top #sec_03 .ctsBox>li.hide{display:none}#top #sec_03 .ctsBox>li .inner{max-width:800px;margin:0 auto;position:relative;z-index:15}#top #sec_03 .ctsBox li .inner .list_01{margin:0 0 60px}#top #sec_03 .ctsBox li .inner .list_01 li{font-size:13px;display:flex;margin:0 0 30px}#top #sec_03 .ctsBox li .inner .list_01 li .date{width:132px}#top #sec_03 .ctsBox li .inner .list_01 li .title{flex:1}#top #sec_03 .ctsBox li .inner .btn_01 a{border-color:#181818;color:#181818}#top #sec_03 .bg_01{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/bg_03.svg) left top no-repeat;background-size:cover;width:100%;height:100%;position:absolute;left:0;top:0;z-index:14}.glitch{color:#fff;position:relative;margin:0 auto}@keyframes noise-anim{0%{clip:rect(77px,9999px,6px,0)}5%{clip:rect(65px,9999px,70px,0)}10%{clip:rect(82px,9999px,82px,0)}15%{clip:rect(32px,9999px,35px,0)}20%{clip:rect(31px,9999px,49px,0)}25%{clip:rect(18px,9999px,46px,0)}30%{clip:rect(94px,9999px,64px,0)}35%{clip:rect(69px,9999px,31px,0)}40%{clip:rect(6px,9999px,72px,0)}45%{clip:rect(25px,9999px,35px,0)}50%{clip:rect(82px,9999px,26px,0)}55%{clip:rect(7px,9999px,92px,0)}60%{clip:rect(54px,9999px,30px,0)}65%{clip:rect(86px,9999px,90px,0)}70%{clip:rect(38px,9999px,65px,0)}75%{clip:rect(41px,9999px,66px,0)}80%{clip:rect(31px,9999px,37px,0)}85%{clip:rect(8px,9999px,12px,0)}90%{clip:rect(50px,9999px,69px,0)}95%{clip:rect(7px,9999px,42px,0)}100%{clip:rect(14px,9999px,57px,0)}}.glitch:after{content:attr(data-text);position:absolute;left:2px;text-shadow:-1px 0 red;top:-10px;color:#fff;overflow:hidden;clip:rect(0,900px,0,0);animation:noise-anim 2s infinite linear alternate-reverse}@keyframes noise-anim-2{0%{clip:rect(18px,9999px,13px,0)}5%{clip:rect(74px,9999px,51px,0)}10%{clip:rect(33px,9999px,65px,0)}15%{clip:rect(64px,9999px,66px,0)}20%{clip:rect(75px,9999px,6px,0)}25%{clip:rect(40px,9999px,49px,0)}30%{clip:rect(71px,9999px,1px,0)}35%{clip:rect(42px,9999px,73px,0)}40%{clip:rect(92px,9999px,57px,0)}45%{clip:rect(4px,9999px,33px,0)}50%{clip:rect(4px,9999px,34px,0)}55%{clip:rect(49px,9999px,25px,0)}60%{clip:rect(24px,9999px,44px,0)}65%{clip:rect(31px,9999px,99px,0)}70%{clip:rect(54px,9999px,83px,0)}75%{clip:rect(57px,9999px,97px,0)}80%{clip:rect(3px,9999px,15px,0)}85%{clip:rect(84px,9999px,34px,0)}90%{clip:rect(100px,9999px,88px,0)}95%{clip:rect(91px,9999px,59px,0)}100%{clip:rect(10px,9999px,87px,0)}}.glitch:before{content:attr(data-text);position:absolute;left:-2px;text-shadow:1px 0 blue;top:-10px;color:#fff;overflow:hidden;clip:rect(0,900px,0,0);animation:noise-anim-2 3s infinite linear alternate-reverse}#profile #mainimage{min-height:800px;box-sizing:border-box;padding:124px 0 0;display:flex;background:#181818}#profile #mainimage .leftBox{height:100%;width:84%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/mainimage.jpg) center center no-repeat #efeeed;background-size:cover}#profile #mainimage .rightBox{height:100%;width:16%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_00.svg) left center no-repeat #181818;background-size:cover;position:relative}#profile #mainimage .rightBox h1{position:absolute;top:50%;left:-35px;transform:translate(0,-50%);-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;-o-writing-mode:vertical-rl;writing-mode:vertical-rl;color:#fff;font-family:'BebasKai',sans-serif;font-size:34px;letter-spacing:.17em;font-weight:400;line-height:1}#profile #mainimage .rightBox h1 span{display:block}#profile #mainimage .rightBox h1 span:nth-child(1){margin:0 0 0 20px}#profile #mainimage .rightBox h1 span:nth-child(2){margin:0 0 0 10px}#profile #mainimage .rightBox h1 span:nth-child(3){font-size:70px;letter-spacing:.16em}@media screen and (max-width :900px){#profile #mainimage .rightBox h1{font-size:30px}#profile #mainimage .rightBox h1 span:nth-child(3){font-size:64px}}#profile #contents{padding:0 0 140px}#profile #sec_01{display:flex}#profile #sec_01 .leftBox{width:50%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_01.jpg) center center no-repeat;background-size:cover}#profile #sec_01 .rightBox{width:50%;padding:60px 0 60px 4.3%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_01.svg) right top no-repeat;background-size:84%}#profile #sec_01 .rightBox .box_01{padding:8.2% 19.33% 12.4%}#profile #sec_01 .rightBox .box_01 .name{margin:0 0 50px}#profile #sec_01 .rightBox .box_01 .name .jpn{font-size:38px;letter-spacing:.23em;line-height:1;margin:0 0 15px}#profile #sec_01 .rightBox .box_01 .name .eng{font-family:'BanksMiles',sans-serif;font-size:20px;letter-spacing:.44em}#profile #sec_01 .rightBox .box_01 .info{margin:0 0 70px}#profile #sec_01 .rightBox .box_01 .info li{font-size:16px;line-height:2;display:flex}#profile #sec_01 .rightBox .box_01 .info li:not(:last-child){margin:0 0 10px}#profile #sec_01 .rightBox .box_01 .info li .label{width:90px;display:flex;justify-content:space-between;margin:0 40px 0 0}#profile #sec_01 .rightBox .box_01 .info li .value{flex:1}#profile #sec_01 .rightBox .box_01 .btn_02{text-align:center}#profile #sec_01 .rightBox .box_01 .btn_02 a{font-size:18px;line-height:1;padding:12px 10px;box-sizing:border-box;width:78%;max-width:436px;border-radius:20px;background:#c0d739;border:1px solid #c0d739}#profile #sec_01 .rightBox .box_02{padding:7.5% 18%;background:#181818;color:#fff;font-size:14.5px;line-height:2.27}@media screen and (max-width :1200px){#profile #sec_01 .rightBox .box_01{padding:8.2% 10.33% 12.4%}#profile #sec_01 .rightBox .box_02{padding:7.5% 10%}}@media screen and (max-width :940px){#profile #sec_01 .rightBox .box_01 .info li{font-size:15px}#profile #sec_01 .rightBox .box_02{font-size:14px;line-height:2.1}}@media screen and (max-width :900px){#profile #sec_01 .rightBox{padding:60px 0 60px 3.3%}#profile #sec_01 .rightBox .box_01{padding:8.2% 5% 12.4%}#profile #sec_01 .rightBox .box_01 .info li{font-size:14px}}#profile #sec_02 .episodeBox:after{content:"";display:block;width:100%;height:1px;background:#181818;position:absolute;top:20px}#profile #sec_02 .episodeBox .ttl_03{font-size:20px;line-height:1;background:#c0d739;padding:10px;text-align:center;margin:0 0 36px}#profile #sec_02 .episodeBox>p{font-size:14.5px;line-height:2.27}#profile #sec_02 .box_01{padding:155px 10% 130px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_02.jpg) center center no-repeat;background-size:cover}#profile #sec_02 .box_01 .ttl_01{font-size:68px;line-height:1;font-family:'BebasKai',sans-serif;font-weight:400;text-align:center;margin:0 0 90px}#profile #sec_02 .box_01 .anatomy-body{display:flex}#profile #sec_02 .box_01 .episodeBox{position:absolute;left:0}#profile #sec_02 .box_01 .anatomy-body .leftBox{position:relative;flex:1;box-sizing:border-box;margin:0 60px 0 0}#profile #sec_02 .box_01 .anatomy-body .leftBox .episodeBox:nth-child(1){top:90px}#profile #sec_02 .box_01 .anatomy-body .leftBox .episodeBox:nth-child(2){top:554px}#profile #sec_02 .box_01 .anatomy-body .leftBox .episodeBox:nth-child(1):after{width:104px;right:-104px}#profile #sec_02 .box_01 .anatomy-body .leftBox .episodeBox:nth-child(2):after{width:61px;right:-61px}#profile #sec_02 .box_01 .anatomy-body .body{width:33%;max-width:356px}#profile #sec_02 .box_01 .anatomy-body .rightBox{position:relative;flex:1;box-sizing:border-box;margin:0 0 0 60px}#profile #sec_02 .box_01 .anatomy-body .rightBox .episodeBox{left:0}#profile #sec_02 .box_01 .anatomy-body .rightBox .episodeBox:nth-child(1){top:289px}#profile #sec_02 .box_01 .anatomy-body .rightBox .episodeBox:nth-child(1):after{width:61px;left:-61px}#profile #sec_02 .box_02{padding:114px 10% 114px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_02-2.jpg) center center no-repeat;background-size:cover}#profile #sec_02 .box_02 .anatomy-bike{width:30.5%;margin:0 0 0 69.5%}#profile #sec_02 .box_02 .anatomy-bike .episodeBox{position:relative}#profile #sec_02 .box_02 .anatomy-bike .episodeBox:after{background:#fff;width:61px;left:-61px;display:none}#profile #sec_02 .box_02 .anatomy-bike .episodeBox>p{color:#fff}@media screen and (max-width :1500px){#profile #sec_02 .episodeBox>p{font-size:14px;line-height:2}#profile #sec_02 .box_01{padding:155px 8% 130px}#profile #sec_02 .box_02{padding:114px 8% 114px}}@media screen and (max-width :1300px){#profile #sec_02 .box_01{padding:155px 6% 130px}#profile #sec_02 .box_02{padding:114px 6% 114px}}@media screen and (max-width :1200px){#profile #sec_02 .episodeBox .ttl_03{font-size:18px;margin:0 0 28px}#profile #sec_02 .episodeBox>p{font-size:14px;line-height:1.89}#profile #sec_02 .box_01{padding:155px 5% 130px}#profile #sec_02 .box_02{padding:114px 5% 114px}}@media screen and (max-width :1100px){#profile #sec_02 .episodeBox .ttl_03{font-size:16px;margin:0 0 20px}#profile #sec_02 .episodeBox>p{font-size:13px;line-height:1.84}#profile #sec_02 .box_01{padding:155px 4% 130px}#profile #sec_02 .box_02{padding:114px 4% 114px}}@media screen and (max-width :940px){#profile #sec_02 .episodeBox>p{font-size:12.5px;line-height:1.72}#profile #sec_02 .box_01{padding:155px 4% 130px}#profile #sec_02 .box_02{padding:114px 4% 114px}}@media screen and (max-width :940px){#profile #sec_02 .episodeBox .ttl_03{font-size:16px;margin:0 0 16px}#profile #sec_02 .episodeBox>p{font-size:12.5px;line-height:1.5}#profile #sec_02 .box_01{padding:155px 3% 130px}#profile #sec_02 .box_02{padding:114px 3% 114px}}@media screen and (max-width :840px){#profile #sec_02 .episodeBox .ttl_03{font-size:15px}#profile #sec_02 .episodeBox>p{font-size:12px}#profile #sec_02 .box_01{padding:155px 2.5% 130px}#profile #sec_02 .box_02{padding:114px 2.5% 114px}}#story #header{position:relative}#story #mainimage{position:relative;padding:234px 0 364px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/mainimage.jpg) center center no-repeat;background-size:cover}#story #mainimage .titleBox{width:50%;margin:0 0 0 50%;text-align:center}#story #mainimage h1{font-size:78px;font-family:'BebasKai',sans-serif;font-weight:400;margin:0 0 10px;letter-spacing:.16em}#story #mainimage .name{font-size:16px;color:#c0d739;letter-spacing:.5em}#story #mainimage .clip{content:"";display:block;padding-top:18.75%;width:100%;position:absolute;left:0;bottom:0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/mainimage-clip.svg) center bottom -1px no-repeat;background-size:cover}#story .sec_story{display:flex}#story .sec_story .imgBox{position:relative}#story .sec_story .imgBox .inner{width:100%;height:100%}#story .sec_story .imgBox .number{font-size:170px;font-family:'CocogoosePro',sans-serif;color:#c0d739;position:absolute;font-style:italic;line-height:1;letter-spacing:.01em}#story .sec_story .textBox{flex:1}#story .sec_story .textBox .inner .ttl_02{font-size:26px;line-height:1.87;margin:0 0 30px}#story .sec_story .textBox .inner .cts{font-size:14.6px;line-height:2.22}#story .sec_story .textBox .inner .cts p:not(:last-child){margin:0 0 20px}#story #sec_01{padding:0 0 126px}#story #sec_01 .imgBox{width:47.5%}#story #sec_01 .imgBox .inner{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/img_01.jpg) center center no-repeat;background-size:cover}#story #sec_01 .imgBox .number{top:-40px;left:20%}#story #sec_01 .textBox .inner{padding:5% 18% 4.2% 13%}#story #sec_02{padding:126px 0 126px;background:#373838;position:relative;flex-direction:row-reverse}#story #sec_02 .imgBox{width:46.8%}#story #sec_02 .imgBox .inner{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/img_02.jpg) center center no-repeat;background-size:cover}#story #sec_02 .imgBox .number{top:24px;left:-92px}#story #sec_02 .textBox{color:#fff}#story #sec_02 .textBox .inner{padding:4.2% 14.2% 5% 18%}#story #sec_02 .overlay{position:absolute;width:100%;height:100%;left:0;top:0;z-index:15;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/bg_02.svg) center bottom no-repeat;background-size:cover}#story #sec_03{padding:160px 10% 126px}#story #sec_03 .imgBox{width:51.8%}#story #sec_03 .imgBox .inner{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/img_03.jpg) center center no-repeat;background-size:cover}#story #sec_03 .imgBox .number{top:-54px;left:0}#story #sec_03 .textBox .inner{padding:9.7% 0 11% 19.4%}#story #sec_05{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/bg_05.jpg) center top no-repeat #000;background-size:cover;color:#fff;padding:126px 0 126px 9.45%;position:relative}#story #sec_05 .ttl_02{padding:0 0 36px;margin:0 0 74px;position:relative;z-index:15}#story #sec_05 .ttl_02:after{content:"";display:block;width:432px;height:8px;background:#c0d739;position:absolute;left:0;bottom:0}#story #sec_05 .ttl_02 .sub{font-size:37px;line-height:1;font-family:'CocogoosePro',sans-serif;margin:0 0 18px}#story #sec_05 .ttl_02 .main{font-size:43px;letter-spacing:.1em}#story #sec_05 .flex{align-items:flex-start;z-index:15;position:relative}#story #sec_05 .imgBox{position:relative;width:52.45%}#story #sec_05 .imgBox .inner{width:100%;height:100%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/img_05.jpg) center center no-repeat;background-size:contain}#story #sec_05 .textBox{flex:1;padding:0 5% 0 0}#story #sec_05 .textBox .cts p{font-size:14.66px;line-height:2.227;margin:0 0 2.227em}#story #sec_05 .textBox .cts p.autograph{font-family:'AntroVectra',sans-serif;margin:40px 0 0;letter-spacing:.1em;font-size:26px}#story #sec_05 .overlay{position:absolute;width:100%;height:100%;left:0;top:0;z-index:14;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/bg_02.svg) center top no-repeat;background-size:contain}#story #sec_04{padding:106px 0 225px}#story #sec_04 .ttl_03{text-align:center;font-family:'BebasKai',sans-serif;font-size:33px;letter-spacing:.16em;margin:0 0 60px}#story .slick-slide{position:relative}#story .slick-slide:before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;background:rgba(0,0,0,.3)}#story .slick-current+.slick-active:before{display:none}#story .slick-prev,#story .slick-next{z-index:30}#story .slick-prev{left:3.3%}#story .slick-next{right:3.3%}#story .slick-prev:before,#story .slick-next:before{content:"";display:block;width:28px;height:56px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/arrow-left.svg) center center no-repeat;background-size:contain;opacity:1;position:relative;z-index:100}#story .slick-next:before{background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/arrow-right.svg)}#story .slick-dots{padding:40px 0 0;bottom:-65px}.slick-dots li.slick-active button:before,.slick-dots li button:hover:before,.slick-dots li button:focus:before{color:#c0d739;opacity:1}#record #header{position:relative}#record #mainimage{width:100%;height:627px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/record/mainimage.jpg) center top no-repeat;background-size:cover}#record #sec_01{padding:136px 0 180px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/record/bg_01.svg) center top no-repeat;background-size:contain}#record #sec_01 .secInner{max-width:1280px;padding:0 10px}#record #sec_01 .ttl_01{font-size:70px;letter-spacing:.16em;font-family:'BebasKai',sans-serif;text-align:center;margin:0 0 90px;font-weight:400;line-height:1}#record #sec_01 .box_01{margin:0 0 120px;font-family:'BanksMiles',sans-serif;text-align:center;line-height:1}#record #sec_01 .box_01 .pointlist{margin:0 0 60px}#record #sec_01 .box_01 .pointlist .label{font-size:36px;letter-spacing:.13em;margin:0 0 45px}#record #sec_01 .box_01 .pointlist .value{display:flex;justify-content:center;align-items:center}#record #sec_01 .box_01 .pointlist .value .date{margin:0 18px 0 0;font-size:36px;letter-spacing:.08em}#record #sec_01 .box_01 .pointlist .value .position .number{font-family:'BebasKai',sans-serif;font-size:156px;margin:0 8px 0 0}#record #sec_01 .box_01 .pointlist .value .position .unit{font-size:71px;letter-spacing:.13em}#record #sec_01 .box_01 .game-chanp{display:flex;justify-content:center;margin:0 0 50px}#record #sec_01 .box_01 .game-chanp>div{width:300px;box-sizing:border-box;padding:30px}#record #sec_01 .box_01 .game-chanp .leftBox{background:#181818}#record #sec_01 .box_01 .game-chanp .rightBox{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/record/icon-trophy.png) right top no-repeat #c0d739;background-size:contain}#record #sec_01 .box_01 .game-chanp>div .label{font-family:'BanksMiles',sans-serif;font-size:32px;letter-spacing:.13em;margin:0 0 20px}#record #sec_01 .box_01 .game-chanp .leftBox .label{color:#c0d739}#record #sec_01 .box_01 .game-chanp .rightBox .label{color:#fff}#record #sec_01 .box_01 .game-chanp>div .value{font-family:'BebasKai',sans-serif;font-size:90px;letter-spacing:.06em}#record #sec_01 .box_01 .game-chanp .leftBox .value{color:#fff}#record #sec_01 .box_01 .game-chanp .rightBox .value{color:#181818}#record #sec_01 .box_01 .link{font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif}#record #sec_01 .box_01 .link .inner{max-width:600px;padding:0 10px;text-align:right;margin:0 auto}#record #sec_01 .box_01 .link .label{font-weight:700;margin:0 0 10px}#record #sec_01 .box_01 .link .value a{text-decoration:underline}#record #sec_01 .box_02 .ttl_02{font-size:48px;letter-spacing:.12em;font-family:'BebasKai',sans-serif;text-align:center;margin:0 0 70px;font-weight:400;line-height:1}#record #sec_01 .box_02 .sheet_01{width:100%;font-family:'BebasKai',sans-serif;background:#e6e4e4}#record #sec_01 .box_02 .sheet_01 .col-date{width:14%}#record #sec_01 .box_02 .sheet_01 .col-position{width:11%}#record #sec_01 .box_02 .sheet_01 .col-conventin{width:63%}#record #sec_01 .box_02 .sheet_01 .col-sort{width:12%}#record #sec_01 .box_02 .sheet_01 tr:nth-child(2n){background:#fefefe}#record #sec_01 .box_02 .sheet_01 th,#record #sec_01 .box_02 .sheet_01 td{font-size:18px;letter-spacing:.12em}#record #sec_01 .box_02 .sheet_01 th{text-align:center;background:#212121;padding:18px 24px;line-height:1;font-weight:400;color:#fff;cursor:pointer;position:relative}#record #sec_01 .box_02 .sheet_01 th:before,#record #sec_01 .box_02 .sheet_01 th:after{content:"";display:block;position:absolute;right:7%;width:8px;height:5.6px;transition:.5s}#record #sec_01 .box_02 .sheet_01 th:before{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/arrow_up.svg) center center no-repeat;top:50%;transform:translate(50%,-120%)}#record #sec_01 .box_02 .sheet_01 th:after{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/arrow_down.svg) center center no-repeat;top:50%;transform:translate(50%,20%)}#record #sec_01 .box_02 .sheet_01 th.asc:before{transform:translate(50%,-50%)}#record #sec_01 .box_02 .sheet_01 th.desc:before{height:0}#record #sec_01 .box_02 .sheet_01 th.asc:after{display:none;height:0}#record #sec_01 .box_02 .sheet_01 th.desc:after{transform:translate(50%,-50%)}#record #sec_01 .box_02 .sheet_01 th.convention:before,#record #sec_01 .box_02 .sheet_01 th.convention:after{display:none}#record #sec_01 .box_02 .sheet_01 th:not(:last-child){border-right:2px solid #fff}#record #sec_01 .box_02 .sheet_01 td{text-align:center;padding:10px 36px}#record #sec_01 .box_02 .sheet_01 td.convention{font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;font-size:16px;letter-spacing:.09em;text-align:left}#record #sec_01 .box_02 .btn_01 a{font-family:'BanksMiles',sans-serif;padding:12px 10px;font-size:16.5px;letter-spacing:.13em;color:#fff;width:245px;border:1px solid #181818;background:#181818}#schedule #header{position:relative}#schedule #contents{padding:0 0 160px}#schedule #mainimage{position:relative;padding:270px 0 240px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/schedule/mainimage.jpg) center center no-repeat;background-size:cover}#schedule #mainimage .titleBox{width:50%;margin:0 50% 0 0;text-align:center}#schedule #mainimage h1{font-size:78px;font-family:'BebasKai',sans-serif;font-weight:400;letter-spacing:.16em}#schedule #sec_01{padding:124px 0 124px}#schedule #sec_01 .secInner{max-width:1300px;padding:0 10px}#schedule #sec_01 .secInner .ttl_02{width:96%;max-width:880px;margin:0 auto;font-size:43px;font-family:'BanksMiles',sans-serif;font-weight:400;letter-spacing:.13em;line-height:1;text-align:center;padding:0 0 150px;position:relative;border-bottom:1px solid #c0d739}#schedule #sec_01 .secInner .ttl_02:after{content:"";display:block;width:1px;height:114px;background:#c0d739;position:absolute;bottom:0;left:50%;transform:translate(-50%,0)}#schedule #sec_01 .secInner .box_01{padding:50px 0 0;text-align:center;margin:0 0 70px}#schedule #sec_01 .secInner .box_01 .date-time{font-family:'BebasKai',sans-serif;letter-spacing:.11em;margin:0 0 24px}#schedule #sec_01 .secInner .box_01 .date-time .date{font-size:70px;letter-spacing:.14em}#schedule #sec_01 .secInner .box_01 .date-time .day{font-size:36px;margin:0 0 0 5px}#schedule #sec_01 .secInner .box_01 .date-time .time{font-size:36px;margin:0 0 0 20px}#schedule #sec_01 .secInner .box_01 .convention{display:inline-block;background:#181818;color:#fff;padding:8px 20px;font-size:17px;letter-spacing:.09em}#schedule #sec_01 .secInner .box_02 .list_01{display:flex;flex-wrap:wrap;justify-content:center}#schedule #sec_01 .secInner .box_02 .list_01 li{font-size:17px;letter-spacing:.09em}#schedule #sec_01 .secInner .box_02 .list_01 li:first-child{margin:0 60px 0 0}#schedule #sec_01 .secInner .box_02 .list_01 li .label{color:#c0d739}#schedule #sec_02{padding:100px 0 170px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/schedule/bg_02.jpg) center top no-repeat #181818;background-size:cover;color:#fff}#schedule #sec_02 .secInner{max-width:1300px;padding:0 10px}#schedule #sec_02 .secInner .ttl_02{font-size:23px;letter-spacing:.09em;margin:0 0 80px;text-align:center}#schedule #sec_02 .secInner .list_01{display:flex;flex-wrap:wrap}#schedule #sec_02 .secInner .list_01 li{width:31.3%;box-sizing:border-box;border:1px solid #c0d739;padding:2.8% 3.2%}#schedule #sec_02 .secInner .list_01 li:not(:nth-child(3n)){margin-right:3.05%}#schedule #sec_02 .secInner .list_01 li:nth-child(n+4){margin-top:3.05%}#schedule #sec_02 .secInner .list_01 li .date-time{margin:0 0 20px;color:#c0d739;display:flex;align-items:baseline;flex-wrap:wrap;font-family:'BebasKai',sans-serif;letter-spacing:.11em}#schedule #sec_02 .secInner .list_01 li .date-time .date{font-size:30px}#schedule #sec_02 .secInner .list_01 li .date-time .date .day{font-size:17px;margin:0 0 0 5px}#schedule #sec_02 .secInner .list_01 li .date-time .time{font-size:17px;margin:0 0 0 10px}#schedule #sec_02 .secInner .list_01 li .convention{font-size:17px;letter-spacing:.03em;line-height:1.73;margin:0 0 20px}#schedule #sec_02 .secInner .list_01 li .link{text-align:right;font-size:13px}#schedule #sec_02 .secInner .list_01 li .link a{color:#fff}@media screen and (max-width :840px){#schedule #sec_02 .secInner .list_01 li{width:48.6%}#schedule #sec_02 .secInner .list_01 li:nth-child(n+3){margin:3.05% 0 0}}#sponsorship #header{position:relative}#sponsorship #sec_01 .box_01{display:flex}#sponsorship #sec_01 .box_01 .leftBox{width:43%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/sponsorship/img_01.jpg) center center no-repeat;background-size:cover}#sponsorship #sec_01 .box_01 .rightBox{width:67%;box-sizing:border-box;padding:7% 7.8%}#sponsorship #sec_01 .box_01 .rightBox .ttl_01{text-align:center;font-family:'BebasKai',sans-serif;font-size:60px;letter-spacing:.11em;font-weight:400;line-height:1;margin:0 0 60px}#sponsorship #sec_01 .box_01 .rightBox .official{margin:100px 0 0}#sponsorship #sec_01 .box_01 .rightBox .official .ttl_02{text-align:center;font-family:'BanksMiles',sans-serif;font-size:30px;line-height:1;letter-spacing:.12em;font-weight:400;margin:0 0 40px;position:relative}#sponsorship #sec_01 .box_01 .rightBox .official .ttl_02 span{display:inline-block;padding:0 30px;background:#fff;position:relative;z-index:15}#sponsorship #sec_01 .box_01 .rightBox .official .ttl_02:before{content:"";z-index:13;width:100%;height:1px;background:#212121;display:block;position:absolute;top:50%}#sponsorship #sec_01 .box_01 .rightBox .official .list_01{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}#sponsorship #sec_01 .box_01 .rightBox .official .list_01 li{padding:0 40px;box-sizing:border-box}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-1 .list_01 li{width:50%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-1 .list_01 li:nth-child(n+3){margin-top:3%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-2 .list_01 li{width:35%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-2 .list_01 li:nth-child(n+4){margin-top:3%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-2 .list_01:nth-child(n+3) li{margin-top:3%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-3 .list_01 li{width:30%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-3 .list_01 li:nth-child(n+4){margin-top:3%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-4 .list_01 li{width:25%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-3 .list_01 li:nth-child(n+5){margin-top:3%}#sponsorship #sec_01 .box_01 .rightBox .official .list_01 li a{display:block}#sponsorship #sec_01 .box_01 .rightBox .official .list_01 li img{width:100%;height:auto}#sponsorship #sec_01 .box_02{padding:140px 0 200px}#sponsorship #sec_01 .box_02 .secInner{max-width:970px;padding:0 15px}#sponsorship #sec_01 .box_02 .ttl_02{font-weight:400;font-size:18px;padding:10px;text-align:center;background:#f1f1f1;margin:0 0 36px}#sponsorship #sec_01 .box_02 .textBox{margin:0 0 75px}#sponsorship #sec_01 .box_02 .textBox p{font-size:14.6px;line-height:2.22}#sponsorship #sec_01 .box_02 .contactBox{font-size:18px;line-height:1.82;text-align:center;padding:18px 50px;border:1px solid #181818}#what-paratriathlon-is #header{position:relative}#what-paratriathlon-is #mainimage{padding:190px 10px 165px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/mainimage.svg) center center no-repeat;background-size:contain}#what-paratriathlon-is #mainimage h1{font-size:70px;letter-spacing:.12em;font-family:'BebasKai',sans-serif;line-height:1;text-align:center;font-weight:400}#what-paratriathlon-is #sec_01{padding:160px 0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/bg_02.jpg) center center no-repeat;background-size:cover;color:#fff}#what-paratriathlon-is #sec_01 .ttl_02{font-size:21px;letter-spacing:.19em;margin:0 0 65px;text-align:center}#what-paratriathlon-is #sec_01 .secInner{max-width:1000px;padding:0 10px}#what-paratriathlon-is #sec_01 .list_01{display:flex;justify-content:center;margin:0 0 55px}#what-paratriathlon-is #sec_01 .list_01 li{margin:0 38px;width:164px;height:158px;position:relative}#what-paratriathlon-is #sec_01 .list_01 li .corner{position:absolute;width:100%;height:100%}#what-paratriathlon-is #sec_01 .list_01 li .corner>div{width:36%;height:35%;position:absolute;border:1px solid #fff}#what-paratriathlon-is #sec_01 .list_01 li .corner .left-top{left:0;top:0;border-right:0;border-bottom:0}#what-paratriathlon-is #sec_01 .list_01 li .corner .right-top{right:0;top:0;border-left:0;border-bottom:0}#what-paratriathlon-is #sec_01 .list_01 li .corner .right-bottom{right:0;bottom:0;border-left:0;border-top:0}#what-paratriathlon-is #sec_01 .list_01 li .corner .left-bottom{left:0;bottom:0;border-right:0;border-top:0}#what-paratriathlon-is #sec_01 .list_01 li .text{position:absolute;left:0;top:50%;width:100%;transform:translate(0,-50%);text-align:center}#what-paratriathlon-is #sec_01 .list_01 li .value .number{font-size:46px;font-family:'BebasKai',sans-serif;letter-spacing:.06em}#what-paratriathlon-is #sec_01 .list_01 li .value .unit{font-size:26px;font-family:'Pompadour',sans-serif;letter-spacing:.06em}#what-paratriathlon-is #sec_01 .list_01 li .event-name{font-size:25px;font-family:'BebasKai',sans-serif;letter-spacing:.08em}#what-paratriathlon-is #sec_01 .plane{line-height:2.31;text-align:center}#what-paratriathlon-is #sec_02{padding:100px 0 130px;position:relative}#what-paratriathlon-is #sec_02:after{content:"";display:block;width:1280px;height:1px;background:#181818;position:absolute;bottom:0;left:50%;transform:translate(-50%,0)}#what-paratriathlon-is #sec_02 .ttl03{font-size:30px;line-height:1;text-align:center;margin:45px}#what-paratriathlon-is #sec_02 .inner{max-width:1120px;padding:0 20px;margin:0 auto}#what-paratriathlon-is #sec_02 .lead{line-height:2.31;text-align:center;letter-spacing:0;margin:0 0 60px}#what-paratriathlon-is #sec_02 .list_01 li{background:#f4f4f3;padding:20px 10px;box-sizing:border-box;min-height:140px}#what-paratriathlon-is #sec_02 .list_01 li:nth-child(2n){background:#fff}#what-paratriathlon-is #sec_02 .list_01 li .flex{max-width:1290px;align-items:center;margin:0 auto}#what-paratriathlon-is #sec_02 .list_01 li .leftBox{width:420px;display:flex;align-items:center;padding:20px 0;border-right:1px solid #181818}#what-paratriathlon-is #sec_02 .list_01 li .leftBox .number{font-family:'BebasKai',sans-serif;font-size:66px;color:#c0d739;letter-spacing:.06em;margin:0 30px 0 0}#what-paratriathlon-is #sec_02 .list_01 li .leftBox .title{font-size:23px;letter-spacing:.16em;font-weight:700}#what-paratriathlon-is #sec_02 .list_01 li .rightBox{flex:1;line-height:2.13;padding:0 20px 0 46px}#what-paratriathlon-is #sec_02 .box_02{padding:115px 0 0}#what-paratriathlon-is #sec_02 .box_02 .sheet_01{margin:0 0 96px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 .col_01{width:28%}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 .col_02{width:22%}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 .col_03{width:50%}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 th,#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td{border:2px solid #fff;padding:18px 30px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 th{background:#d6d6d6;font-size:18px;letter-spacing:.16em}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 th:first-child{background:#fff}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td{background:#181818;color:#fff}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font{font-family:'BebasKai',sans-serif;font-size:24px;letter-spacing:.06em;text-align:center}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left{text-align:left;position:relative}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span{position:absolute;color:#181818;font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box01,#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box02{font-size:18px;letter-spacing:.16em;background:#c0d739;right:14px;top:50%;transform:translate(0,-50%);box-sizing:border-box;width:78px;padding:3px 10px;font-weight:700;text-align:center;z-index:15}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box01:after{content:"";display:block;width:0;height:0;border:8px solid transparent;border-left-width:5px;border-right-width:5px;border-bottom-color:#c0d739;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.line1{width:1px;height:calc(200% + 36px);background:#c0d739;z-index:14;top:-13px;right:53px;transform:translate(50%,0)}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box_03{letter-spacing:.09em;font-size:14px;background:#fff;right:19px;top:0;transform:translate(0,-50%);box-sizing:border-box;padding:8px 3px;height:126px;font-weight:700;z-index:15;-ms-writing-mode:tb-lr;-webkit-writing-mode:vertical-lr;-o-writing-mode:vertical-lr;writing-mode:vertical-lr}#what-paratriathlon-is #sec_02 .box_02 .textBox{line-height:2.3;text-align:center}@media screen and (max-width :900px){#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box01,#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box02{font-size:16px;right:12px;width:62px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.line1{right:43px;height:calc(200% + 40px);top:-15px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box_03{right:8px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 th,#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td{font-size:13px}}#what-paratriathlon-is #sec_03{padding:140px 0 290px}#what-paratriathlon-is #sec_03 .ttl03{font-size:30px;line-height:1;text-align:center;margin:145px}#what-paratriathlon-is #sec_03 .list_02 li{position:relative}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(1){padding:28px 0 0;margin:0 0 108px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2){padding:52px 0 0;margin:0 0 108px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3){padding:36px 0 0}#what-paratriathlon-is #sec_03 .list_02 li .imgBox{position:absolute;top:0;left:0;width:43%;height:80%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/img_01.jpg) center center no-repeat;background-size:cover;z-index:14}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .imgBox{left:initial;right:0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/img_02.jpg) center center no-repeat}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3) .imgBox{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/img_03.jpg) center center no-repeat}#what-paratriathlon-is #sec_03 .list_02 li .imgBox .number{font-family:'CocogoosePro',sans-serif;font-size:126px;color:#c0d739;font-style:italic;letter-spacing:.01em;line-height:1;position:absolute}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(1) .imgBox .number{right:-17px;top:-80px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .imgBox .number{left:-102px;bottom:-80px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3) .imgBox .number{right:-36px;bottom:-150px}#what-paratriathlon-is #sec_03 .list_02 li .textBox{box-sizing:border-box;width:58.75%;padding:3.75% 9.75% 3.75% 130px;margin:0 0 0 41.25%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/bg_01.svg) center center no-repeat #181818;background-size:contain;color:#fff;z-index:15}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .textBox{padding:3.75% 130px 3.75% 9.75%;margin:0 41.25% 0 0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/bg_02.svg) 4% center no-repeat #e1dfdf;background-size:contain;color:#181818}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3) .textBox{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/bg_03.svg) center center no-repeat #181818;background-size:contain}#what-paratriathlon-is #sec_03 .list_02 li .textBox .inner{max-width:660px;position:relative;left:50%;transform:translate(-50%,0)}#what-paratriathlon-is #sec_03 .list_02 li .textBox .lead{color:#c0d739;font-size:24px;font-weight:700;letter-spacing:.19em;margin:0 0 30px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .textBox .lead{color:#181818}#what-paratriathlon-is #sec_03 .list_02 li .textBox .plane{line-height:2.22}#contact #header{position:relative}#contact #mainimage{height:620px;display:flex}#contact #mainimage .leftBox{width:21%;position:relative;background:#2c2f2e;z-index:30}#contact #mainimage .leftBox h1{font-family:'BebasKai',sans-serif;font-size:70px;letter-spacing:.11em;font-weight:400;color:#fff;position:absolute;right:-70px;top:50%;transform:translate(0,-50%)}#contact #mainimage .rightBox{width:79%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/contact/mainimiage.jpg) center top no-repeat #4f5861;background-size:cover}@media screen and (max-width :1000px){#contact #mainimage .leftBox h1{right:-75px}}@media screen and (max-width :900px){#contact #mainimage .leftBox h1{right:-100px}}#contact #sec_01{background:#2c2f2e;color:#fff}#contact #sec_01 .box_01{display:flex}#contact #sec_01 .box_01 .leftBox{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/contact/img_01.jpg) center center no-repeat;background-size:cover;width:21%}#contact #sec_01 .box_01 .rightBox{width:79%;box-sizing:border-box;text-align:right;padding:6.1% 9.5%;font-size:18px;line-height:2.28}#contact #sec_01 .box_02 .secInner{max-width:1270px;padding:0 15px}#contact #sec_01 .box_02 .form_01{padding:94px 0 220px}#contact #sec_01 .box_02 .form_01 .flex{justify-content:space-between;margin:0 0 70px}#contact #sec_01 .box_02 .form_01 .list_01{width:46%}#contact #sec_01 .box_02 .form_01 .list_01 li:not(:last-child){margin:0 0 36px}#contact #sec_01 .box_02 .form_01 .list_01 .label{font-size:18px;margin:0 0 8px}#contact #sec_01 .box_02 .form_01 .list_01 .label .mandatory{margin:0 10px 0 3px;color:#c0d739}#contact #sec_01 .box_02 .form_01 .list_01 .label a{color:#fff}#contact #sec_01 .box_02 .form_01 .list_01 .field.checkbox{margin:0 0 -8px}#contact #sec_01 .list_01 input[type=text],#contact #sec_01 .list_01 input[type=email],#contact #sec_01 .list_01 input[type=tel],#contact #sec_01 .list_01 textarea{width:100%;box-sizing:border-box;background:#505050;padding:16px 18px;line-height:1.4;font-size:16px;border:none;color:#fff;border-radius:8px}#contact #sec_01 .list_01 textarea{height:162px;font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif}#contact #sec_01 .list_01 .checkbox input[type=checkbox]{display:none}#contact #sec_01 .list_01 .checkbox .wpcf7-list-item-label{font-size:18px;box-sizing:border-box;position:relative;display:inline-block;margin:0 20px 14px 0;padding:0 0 0 32px;cursor:pointer}#contact #sec_01 .list_01 .checkbox .wpcf7-list-item-label:after{content:'';display:block;width:18px;height:18px;border:1px solid #fff;position:absolute;left:0;top:50%;transform:translate(0,-50%)}#contact #sec_01 .list_01 .checkbox .wpcf7-list-item-label:before{content:'';display:block;width:6px;height:14px;position:absolute;top:3px;left:7px;border-right:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(45deg);opacity:0;transition:.2s linear}#contact #sec_01 .list_01 .checkbox input[type=checkbox]:checked+.wpcf7-list-item-label:before{opacity:1}#contact #sec_01 .list_01 .privacy .checkbox .wpcf7-list-item-label{margin:0;padding-top:13px}#contact #sec_01 .list_01 .privacy .checkbox .wpcf7-list-item-label:after{top:63%}#contact #sec_01 .list_01 .privacy .checkbox .wpcf7-list-item-label:before{top:14px}#contact #sec_01 .box_02 .form_01 .btn_01 input{background:linear-gradient(to right,#c0d739,#7ba62b);background:linear-gradient(90deg,#c0d739,#7ba62b);font-size:24px;line-height:1;width:356px;padding:15px 10px 14px;text-align:center;border-radius:8px;box-sizing:border-box;cursor:pointer;border:none;transition:.5s;font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;color:#181818}#contact #sec_01 .box_02 .form_01 .btn_01 input:active,#contact #sec_01 .box_02 .form_01 .btn_01 input:focus{outline:none}#contact span.wpcf7-not-valid-tip{padding-top:5px;font-size:13px;color:#c0d739}#contact div.wpcf7-response-output{font-size:13px;margin:2em .5em 4em;padding:1.8em;border:1px solid #c0d739}#contact #sec_sponsor .box_02{background:#181818;color:#fff}#contact #sec_sponsor .box_02 .textBox .lead{background:0 0;border:1px solid #fff}#contact #sec_sponsor .box_02 .textBox .plane{font-size:12px;line-height:2}.grecaptcha-badge{display:none}#privacypolicy #header{position:relative}#privacypolicy #mainimage{padding:280px 0 280px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/privacypolicy/mainimage.jpg) center center no-repeat;background-size:cover}#privacypolicy #mainimage h1{width:50%;box-sizing:border-box;padding:0 10px;margin:0 50% 0 0;text-align:center;font-size:70px;font-family:'BebasKai',sans-serif;font-weight:400;letter-spacing:.11em;line-height:1;color:#fff}#privacypolicy #sec_01{padding:120px 0 210px}#privacypolicy .secInner{max-width:1280px;padding:0 20px}#privacypolicy .lead{background:#f1f1f1;text-align:center;font-size:16.6px;padding:12px 0;margin:0 0 110px}#privacypolicy .list_01{text-align:center}#privacypolicy .list_01 dt{font-size:28px;font-weight:700;color:#c0d739;margin:0 0 15px}#privacypolicy .list_01 dt:not(:first-child){padding:50px 0 0}#privacypolicy .list_01 dd{font-size:14.6px;line-height:1.95}#privacypolicy .list_01 dd:not(:last-child){padding:0 0 50px;border-bottom:1px solid gray}#privacypolicy .list_01 dd .font{font-size:21px;font-weight:700;display:inline-block;margin:10px 0 0}#topics #header{position:relative}#topics #mainimage{display:flex}#topics #mainimage .leftBox{width:17.5%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/topics/mainimage_01.jpg) center center no-repeat;background-size:cover}#topics #mainimage .rightBox{width:82.5%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/topics/mainimage_02.jpg) center center no-repeat;background-size:cover;padding:280px 0 280px}#topics #mainimage .rightBox h1{padding:0 11%;font-size:70px;font-family:'BebasKai',sans-serif;font-weight:400;letter-spacing:.11em;line-height:1;color:#fff;text-align:right}#topics #archive{padding:145px 0 135px}#topics .secInner{max-width:1280px;padding:0 15px}#topics #archive .list_01{display:flex;flex-wrap:wrap}#topics #archive .list_01 li{width:31.25%}#topics #archive .list_01 li:nth-child(n+4){margin-top:3.125%}#topics #archive .list_01 li:not(:nth-child(3n)){margin-right:3.125%}#topics #archive .list_01 li a{background:#f5f5f5;display:block;padding:4.5%}#topics #archive .list_01 .imgBox{width:100%;height:345px;position:relative;overflow:hidden}#topics #archive .list_01 .imgBox img{width:auto;height:auto;min-width:100%;min-height:100%;max-width:120px;max-height:120px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@supports (object-fit:cover){#topics #archive .list_01 .imgBox img{height:100%;width:100%;left:0;-o-object-fit:cover;object-fit:cover;top:0;transform:none}}#topics #archive .list_01 .textBox{padding:0 5%}#topics #archive .list_01 .textBox .date-cat{display:flex;justify-content:space-between;align-items:center;padding:22px 0 18px;border-bottom:1px solid #181818;font-family:'BebasKai',sans-serif}#topics #archive .list_01 .textBox .date-cat .date{color:#c0d739;letter-spacing:.05em;line-height:1;font-size:29px}#topics #archive .list_01 .textBox .date-cat .cat{width:78px;padding:3px 10px;font-size:17.3px;letter-spacing:.11em;line-height:1;text-align:center}#topics .date-cat .cat.media{background:#181818;color:#c0d739}#topics .date-cat .cat.news{background:#fff;color:#c0d739}#topics .date-cat .cat.result{background:#c0d739;color:#181818}#topics #archive .list_01 .textBox .ttl-exc{padding:16px 0 18px}#topics #archive .list_01 .textBox .title{font-size:16.67px;line-height:1.68;font-weight:700;letter-spacing:.03em;margin:0 0 16px}#topics #archive .list_01 .textBox .excerpt{line-height:1.72}#topics #archive .list_01 .textBox .excerpt:after{content:"・・・";color:#c7c7c7;font-size:32px;line-height:24px;display:inline-block;vertical-align:bottom;letter-spacing:-.65em;margin:0 0 0 -.2em}#topics #single{padding:65px 0 205px}#topics #single .caption{font-family:'BebasKai',sans-serif;font-size:46px;line-height:1;padding:36px;border-bottom:3px solid #181818;letter-spacing:.16em}#topics #single .article{padding:60px 0 150px}#topics #single .article .mainimage{text-align:center}#topics #single .article .mainimage img{max-height:600px}#topics #single .article .date-cat{display:flex;align-items:center;padding:55px 0 100px;font-family:'BebasKai',sans-serif}#topics #single .article .date-cat .date{letter-spacing:.05em;line-height:1;font-size:29px;margin:0 30px 0 0}#topics #single .article .date-cat .cat{width:94px;padding:3px 10px;font-size:21px;letter-spacing:.11em;line-height:1;text-align:center}#topics #single .article .ttl-cts{padding:16px 0 18px}#topics #single .article .ttl-cts .title{font-size:33px;line-height:1.68;letter-spacing:.06em;padding:0 0 20px;border-bottom:1px solid #181818}#topics #single .article .ttl-cts .cts{padding:36px 0 0;font-size:18px;letter-spacing:.08em;line-height:2.29}#topics #single .article .ttl-cts .cts a{color:#c0d739}#topics #single .btn_01 a{width:230px;border:1px solid #181818;background:#181818;font-size:22px;font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;padding:14px 10px;letter-spacing:.19em}#topics #single .article .ttl-cts .cts-result .flex{flex-wrap:wrap;margin:0 0 72px}#topics #single .article .ttl-cts .cts-result .leftBox{width:39%;max-width:500px}#topics #single .article .ttl-cts .cts-result .rightBox{flex:1;padding-left:60px;padding-top:18px}#topics #single .article .ttl-cts .cts-result .rightBox .infoList li{display:flex;align-items:flex-start;font-family:'BebasKai',sans-serif}#topics #single .article .ttl-cts .cts-result .rightBox .infoList li:last-child{flex-wrap:wrap}#topics #single .article .ttl-cts .cts-result .rightBox .infoList li:not(:last-child){margin:0 0 30px}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .label{width:140px;font-size:20px;padding:2px 12px;background:#f1f1f1;letter-spacing:.1em;text-align:center}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .value{flex:1;padding-left:40px;font-size:22px;letter-spacing:.12em}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .value .part{font-size:18px;color:#585858}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .value-comment{width:100%;font-size:16px;line-height:2;font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;letter-spacing:.08em;flex:initial;padding-left:0;padding-top:24px}#topics #single .article .ttl-cts .cts-result .next-race{padding:80px 3% 105px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/topics/bg_01.jpg) center center no-repeat;background-size:cover;color:#fff}#topics #single .article .ttl-cts .cts-result .next-race .ttl_02{width:96%;max-width:880px;margin:0 auto;font-size:43px;font-family:'BanksMiles',sans-serif;font-weight:400;letter-spacing:.13em;line-height:1;text-align:center;padding:0 0 78px;position:relative;border-bottom:1px solid #fff}#topics #single .article .ttl-cts .cts-result .next-race .ttl_02:after{content:"";display:block;width:1px;height:50px;background:#fff;position:absolute;bottom:0;left:50%;transform:translate(-50%,0)}#topics #single .article .ttl-cts .cts-result .next-race .box_01{padding:52px 0 0;text-align:center}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .date-time{font-family:'BebasKai',sans-serif;letter-spacing:.11em;margin:0 0 15px;line-height:1}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .date-time .date{font-size:42px;letter-spacing:.14em}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .date-time .day{font-size:21px;margin:0 0 0 5px}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .convention{font-size:28px;letter-spacing:.09em;font-weight:700;margin:0 0 36px}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .link{font-size:18px}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .link a{color:#fff}.wp-pagenavi{text-align:right;padding:88px 0 0;font-size:20px;font-family:'BebasKai',sans-serif}.wp-pagenavi a{padding:0 11px!important;background:#fff!important;color:#181818!important;margin-right:4px!important;display:inline-block!important;border:1px solid #181818!important;line-height:1.5!important;text-decoration:none!important}.wp-pagenavi a:hover{background:#181818!important;color:#fff!important;text-decoration:none!important}.wp-pagenavi .current{padding:0 11px!important;background:#181818!important;color:#fff!important;margin-right:4px!important;display:inline-block!important;border:1px solid #181818!important;line-height:1.5!important}.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{color:#444!important;background:none!important;font-weight:700!important;line-height:1.5!important}
@charset "utf-8";@media screen and (max-width :767.9999px){.top__shop{position:absolute;bottom:3%;transform:none;left:3.3%}.top__shop.is_close{transform:none}.top__shop img{width:254px}.top__shop-controll{display:none}#top #mainimage{min-height:auto;padding:0}#top #mainimage .box_01{width:100%;margin:0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/mainimage.jpg) center center no-repeat;background-size:cover;background-position:left center;position:inherit}#top #mainimage .box_01 .textBox{right:initial;left:5.3%}#top #mainimage .box_01 .textBox .main-copy{text-align:left}#top #mainimage .box_01 .textBox .main-copy .jpn{font-size:12px;margin:0 0 12px;margin:0 0 9px;line-height:1.95}#top #mainimage .box_01 .textBox .main-copy .eng{font-size:30px;letter-spacing:.04em;margin:0 0 16px;margin:0 0 15px;line-height:1.35}#top #mainimage .box_01 .textBox .main-copy .name{font-size:10px}#top #mainimage .box_01 .logomark{top:initial;left:initial;width:85%;max-width:318px;max-width:295px;right:-30px;bottom:0;transform:rotate(-6deg)}#top #mainimage .play-btn{position:static;margin:20px 0 0}#top #mainimage .play-btn a{font-size:14px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon_play.svg) 8px center no-repeat transparent;background-size:12px 12px;padding:10px 12px 10px 28px;border:1px solid #fff}#top #mainimage .bg_01{display:none}#top #mainimage .sidebar{display:none}#top #sec_01{flex-direction:column-reverse;padding:60px 0 50px;position:relative}#top #sec_01 .rightBox{width:64%;margin-left:36%;z-index:14;position:relative}#top #sec_01 .leftBox{padding:0 5%;position:static}#top #sec_01 .leftBox .inner{padding:45px 0 0;text-align:center;z-index:14;position:relative;display:block;right:initial}#top #sec_01 .leftBox .inner .lead{font-size:12.5px;line-height:1.96;margin:0 0 10px}#top #sec_01 .leftBox .inner .plane{font-size:10.5px;line-height:2.12}#top #sec_01 .leftBox .title{right:initial;top:18px;left:3.5%;font-size:42px;width:190px;z-index:15}#top #sec_01 .leftBox .title span.red:after{width:35px;height:35px;top:5px}#top #sec_01 .leftBox .bg_01{position:absolute;left:0;top:50%;width:123px;height:237px;transform:translate(0,-50%)}#top #sec_01 .bg_02{width:44%;height:100%;left:0;top:0;position:absolute;background:#f8f8f7;z-index:13}#top #sec_02{padding:0;margin:0 0 50px}#top #sec_02 .leftBox{padding:50px 0;background-size:cover}#top #sec_02 .leftBox .inner{padding:0 5.3%}#top #sec_02 .title{font-size:11.5px;margin:0 0 42px}#top #sec_02 .list_01{justify-content:space-between;margin:0 0 36px}#top #sec_02 .list_01 li{width:96px;height:92px;position:relative;margin:0}#top #sec_02 .list_01 li .value .number{font-size:25px}#top #sec_02 .list_01 li .value .unit{font-size:12.5px}#top #sec_02 .list_01 li .event-name{font-size:15.4px}#top #sec_02 .plane{font-size:10.5px;line-height:2.06;margin:0 0 40px;text-align:left}#top #sec_02 .rightBox{display:none}#top #sec_03 .btnNavi li{font-size:16px;padding:16px 0}#top #sec_03 .btnNavi li:not(:last-child){border-right:2px solid #fff}#top #sec_03 .ctsBox>li{padding:32px 0 60px}#top #sec_03 .ctsBox>li .inner{padding:0 5.3%}#top #sec_03 .ctsBox li .inner .list_01{margin:0 0 36px}#top #sec_03 .ctsBox li .inner .list_01 li{font-size:10.5px;margin:0 0 24px;display:block}#top #sec_03 .ctsBox li .inner .list_01 li .date{width:100%;font-size:10px;margin:0 0 5px}#top #sec_03 .ctsBox li .inner .list_01 li .title{line-height:1.76}#top #sec_03 .ctsBox li .inner .btn_01 a{border-color:#181818;color:#181818}#top #sec_03 .bg_01{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/bg_03-sp.svg) center top no-repeat;background-size:cover}.glitch:after{left:1px;top:-5px}.glitch:before{left:-1px;top:-5px}#profile #mainimage{height:325px !important;min-height:auto;padding:61px 0 0;background:0 0}#profile #mainimage .leftBox{width:81%}#profile #mainimage .rightBox{height:100%;width:19%;background-size:contain}#profile #mainimage .rightBox h1{left:-12px;font-size:10.8px}#profile #mainimage .rightBox h1 span:nth-child(1){margin:0 0 0 8px}#profile #mainimage .rightBox h1 span:nth-child(2){margin:0 0 0 6px}#profile #mainimage .rightBox h1 span:nth-child(3){font-size:23.5px}#profile #contents{padding:0 0 90px}#profile #sec_01{display:block}#profile #sec_01 .leftBox{width:61.3%;padding-top:95.2%;position:relative}#profile #sec_01 .leftBox .logo{position:absolute;width:239px;height:165px;z-index:15;top:50%;right:-68px;transform:translate(50%,-50%);background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_01-sp.svg) left top no-repeat;background-size:contain}#profile #sec_01 .rightBox{width:100%;padding:0;box-sizing:border-box;background:0 0;position:relative}#profile #sec_01 .rightBox .box_01{padding:36px 6.4% 60px}#profile #sec_01 .rightBox .box_01 .name{position:absolute;top:0;right:5.6%;transform:translate(0,-100%);text-align:center;margin:0;padding:0 0 8px}#profile #sec_01 .rightBox .box_01 .name .jpn{font-size:19.2px;letter-spacing:.18em;margin:0 0 10px}#profile #sec_01 .rightBox .box_01 .name .eng{font-size:11.23px;letter-spacing:.3em}#profile #sec_01 .rightBox .box_01 .info{margin:0 0 36px}#profile #sec_01 .rightBox .box_01 .info li{font-size:11.23px;line-height:1.79}#profile #sec_01 .rightBox .box_01 .info li:not(:last-child){margin:0 0 8px}#profile #sec_01 .rightBox .box_01 .info li .label{width:64px;margin:0 24px 0 0;font-size:11.7px}#profile #sec_01 .rightBox .box_01 .btn_02 a{font-size:13px;padding:8px 15px;width:100%;box-sizing:border-box}#profile #sec_01 .rightBox .box_02{padding:40px 6.4% 42px;font-size:10.3px;line-height:2.22}#profile #sec_02 .episodeBox:after{display:none}#profile #sec_02 .episodeBox .ttl_03{font-size:13.1px;padding:7px;margin:0 0 15px}#profile #sec_02 .episodeBox>p{font-size:10.3px;line-height:2}#profile #sec_02 .box_01{padding:48px 6.67% 48px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_02-sp.jpg) center top no-repeat;background-size:contain}#profile #sec_02 .box_01 .ttl_01{font-size:21px;margin:0 0 28px}#profile #sec_02 .box_01 .anatomy-body{display:flex;flex-direction:column;align-items:flex-start}#profile #sec_02 .box_01 .episodeBox{position:relative}#profile #sec_02 .box_01 .anatomy-body .leftBox{order:2;position:relative;margin:0 0 38px}#profile #sec_02 .box_01 .anatomy-body .leftBox .episodeBox:nth-child(1){top:0;margin:0 0 38px}#profile #sec_02 .box_01 .anatomy-body .leftBox .episodeBox:nth-child(2){top:0}#profile #sec_02 .box_01 .anatomy-body .body{width:100%;max-width:100%;text-align:center;order:1;margin:0 0 38px}#profile #sec_02 .box_01 .anatomy-body .body img{height:400px}#profile #sec_02 .box_01 .anatomy-body .rightBox{order:3;margin:0}#profile #sec_02 .box_01 .anatomy-body .rightBox .episodeBox:nth-child(1){top:0}#profile #sec_02 .box_02{padding:304px 6.67% 48px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_02-2-sp.jpg) center top no-repeat #181a1c;background-size:contain}#profile #sec_02 .box_02 .anatomy-bike{width:100%;margin:0}#story #mainimage{padding:118px 0 172px;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/mainimage-sp.jpg)}#story #mainimage h1{font-size:35.7px;margin:0;letter-spacing:.16em}#story #mainimage .name{font-size:10px;letter-spacing:.4em}#story #mainimage .clip{padding-top:102px;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/mainimage-clip-sp.svg);background-size:contain}#story .sec_story{display:block}#story .sec_story .imgBox .number{font-size:86.4px}#story .sec_story .textBox .inner .ttl_02{font-size:14.1px;line-height:1.83;margin:0 0 16px}#story .sec_story .textBox .inner .cts{font-size:10.3px;line-height:2}#story .sec_story .textBox .inner .cts p:not(:last-child){margin:0 0 10px}#story #sec_01{padding:50px 0 48px}#story #sec_01 .imgBox{width:86.4%;height:250px}#story #sec_01 .imgBox .number{top:-40px;left:10.1%}#story #sec_01 .textBox .inner{padding:32px 6.67% 0}#story #sec_02{padding:67px 0 46px}#story #sec_02 .imgBox{width:86.4%;margin:0 0 0 13.6%;height:250px}#story #sec_02 .imgBox .number{top:-40px;left:initial;right:10.1%}#story #sec_02 .textBox{position:relative;z-index:18}#story #sec_02 .textBox .inner{padding:32px 6.67% 0}#story #sec_02 .textBox .inner .ttl_02{text-align:right}#story #sec_02 .overlay{top:initial;bottom:-4px;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/bg_02-sp.svg);background-size:contain}#story #sec_03{padding:96px 0 0}#story #sec_03 .imgBox{width:86.4%;height:250px}#story #sec_03 .imgBox .number{top:50%;left:initial;right:-30px;transform:translate(0,-50%)}#story #sec_03 .textBox .inner{padding:32px 6.67% 0}#story #sec_03 .textBox .inner .cts{padding:0 0 52px;border-bottom:1px solid #181818}#story #sec_05{background:#040404;padding:50px 0 0}#story #sec_05 .ttl_02{padding:0 6.25% 15px;margin:0 0 35px}#story #sec_05 .ttl_02:after{width:190px;height:3px;left:6.25%;bottom:0}#story #sec_05 .ttl_02 .sub{font-size:11.3px;margin:0 0 8.5px}#story #sec_05 .ttl_02 .main{font-size:18.8px}#story #sec_05 .flex{flex-direction:column-reverse}#story #sec_05 .imgBox{width:100%}#story #sec_05 .textBox{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/bg_05.jpg) left top no-repeat #000;background-size:cover;padding:8.75% 6.25% 18.35%}#story #sec_05 .textBox .cts p{font-size:12.5px;line-height:2;margin:0 0 2em}#story #sec_05 .textBox .cts p.autograph{margin:70px 0 0;letter-spacing:.1em;font-size:26px}#story #sec_05 .overlay{top:initial;bottom:-4px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/bg_02-sp.svg) center bottom no-repeat;background-size:contain;z-index:15}#story #sec_04{padding:28px 0 115px}#story #sec_04 .ttl_03{font-size:16.8px;margin:0 0 34px}#story .slick-slide img{width:72vw}#story .slick-slide:before{display:none}#story .slick-prev:before,#story .slick-next:before{width:15px;height:29px}#record #mainimage{height:264px;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/record/mainimage-sp.jpg)}#record #sec_01{padding:34px 0 70px}#record #sec_01 .secInner{padding:0}#record #sec_01 .ttl_01{font-size:23.4px;margin:0 0 24px}#record #sec_01 .box_01{margin:0 0 60px}#record #sec_01 .box_01 .pointlist{margin:0 0 32px}#record #sec_01 .box_01 .pointlist .label{font-size:12.17px;margin:0 0 16px}#record #sec_01 .box_01 .pointlist .value .date{margin:0 12px 0 0;font-size:10.76px}#record #sec_01 .box_01 .pointlist .value .position .number{font-size:42.6px;margin:0 2px 0 0}#record #sec_01 .box_01 .pointlist .value .position .unit{font-size:21px}#record #sec_01 .box_01 .game-chanp{margin:0 0 24px}#record #sec_01 .box_01 .game-chanp>div{width:108px;padding:12px}#record #sec_01 .box_01 .game-chanp>div .label{font-size:12.17px;margin:0 0 7px}#record #sec_01 .box_01 .game-chanp>div .value{font-size:32.3px}#record #sec_01 .box_01 .link .inner{padding:0 10.6%;text-align:left;font-size:10.76px}#record #sec_01 .box_01 .link .label{margin:0 0 6px}#record #sec_01 .box_01 .link .value{word-break:break-all}#record #sec_01 .box_02 .ttl_02{display:none}#record #sec_01 .box_02 .sheet_01 .col-date{width:18%}#record #sec_01 .box_02 .sheet_01 .col-position{width:19%}#record #sec_01 .box_02 .sheet_01 .col-conventin{width:45%}#record #sec_01 .box_02 .sheet_01 .col-sort{width:18%}#record #sec_01 .box_02 .sheet_01 th:before,#record #sec_01 .box_02 .sheet_01 th:after{right:7px;width:6px;height:4.2px}#record #sec_01 .box_02 .sheet_01 th{font-size:11.7px;padding:10px 3px}#record #sec_01 .box_02 .sheet_01 th:nth-child(2){letter-spacing:.04em}#record #sec_01 .box_02 .sheet_01 th:not(:last-child){border-right:1px solid #fff}#record #sec_01 .box_02 .sheet_01 td{padding:10px 6px;font-size:10px;letter-spacing:.09em}#record #sec_01 .box_02 .sheet_01 td.convention{font-size:10px;letter-spacing:.06em}#record #sec_01 .box_02 .btn_01 a{font-family:'CocogoosePro',sans-serif;padding:8px 10px;width:196px;font-size:10px;letter-spacing:.34em}#schedule #contents{padding:0 0 75px}#schedule #mainimage{padding:186px 0 30px;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/schedule/mainimage-sp.jpg)}#schedule #mainimage .titleBox{width:100%;margin:0}#schedule #mainimage h1{font-size:38px}#schedule #sec_01{padding:42px 0 58px}#schedule #sec_01 .secInner{padding:0 6.4%}#schedule #sec_01 .secInner .ttl_02{max-width:100%;width:100%;font-size:18.4px;line-height:1;padding:0 0 75px}#schedule #sec_01 .secInner .ttl_02:after{height:57px}#schedule #sec_01 .secInner .box_01{padding:28px 0 0;margin:0 0 28px}#schedule #sec_01 .secInner .box_01 .date-time{font-family:'BebasKai',sans-serif;letter-spacing:.11em;margin:0 0 28px}#schedule #sec_01 .secInner .box_01 .date-time .date{font-size:23.5px;letter-spacing:.11em}#schedule #sec_01 .secInner .box_01 .date-time .day{font-size:14.13px;margin:0}#schedule #sec_01 .secInner .box_01 .date-time .time{font-size:14.13px;margin:0 0 0 12px}#schedule #sec_01 .secInner .box_01 .convention{display:block;padding:8px 20px;font-size:10.4px}#schedule #sec_01 .secInner .box_02 .list_01{justify-content:flex-start}#schedule #sec_01 .secInner .box_02 .list_01 li{font-size:10.84px;display:flex}#schedule #sec_01 .secInner .box_02 .list_01 li .flex-item:last-child{flex:1}#schedule #sec_01 .secInner .box_02 .list_01 li:first-child{margin:0 0 8px}#schedule #sec_02{padding:42px 0 63px}#schedule #sec_02 .secInner{padding:0 6.4%}#schedule #sec_02 .secInner .ttl_02{font-size:11.3px;margin:0 0 40px}#schedule #sec_02 .secInner .list_01 li,#schedule #sec_02 .secInner .list_01 li:not(:nth-child(3n)),#schedule #sec_02 .secInner .list_01 li:nth-child(n+4){width:100%;padding:6.7% 6.7% 3.3%;margin:0}#schedule #sec_02 .secInner .list_01 li:nth-child(n+2){margin:8% 0 0}#schedule #sec_02 .secInner .list_01 li .date-time{margin:0 0 8px}#schedule #sec_02 .secInner .list_01 li .date-time .date{font-size:16.5px}#schedule #sec_02 .secInner .list_01 li .date-time .date .day{font-size:10.83px;margin:0}#schedule #sec_02 .secInner .list_01 li .date-time .time{font-size:10.83px;margin:0 0 0 8px}#schedule #sec_02 .secInner .list_01 li .convention{font-size:10.36px;letter-spacing:.09em;line-height:1.81;margin:0 0 8px}#schedule #sec_02 .secInner .list_01 li .link{font-size:10px}#sponsorship #sec_01 .box_01{display:block}#sponsorship #sec_01 .box_01 .leftBox{width:100%;padding-top:70%;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/sponsorship/img_01-sp.jpg)}#sponsorship #sec_01 .box_01 .rightBox{width:100%;padding:16% 8.5%}#sponsorship #sec_01 .box_01 .rightBox .ttl_01{font-size:31.43px;margin:0 0 28px}#sponsorship #sec_01 .box_01 .rightBox .official{margin:55px 0 0}#sponsorship #sec_01 .box_01 .rightBox .official .ttl_02{font-size:14.5px;margin:0 0 25px}#sponsorship #sec_01 .box_01 .rightBox .official .list_01{justify-content:flex-start}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-4 .list_01{justify-content:center}#sponsorship #sec_01 .box_01 .rightBox .official .list_01 li{padding:0 10px}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-1 .list_01 li{width:100%;padding:0 30px}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-1 .list_01 li:nth-child(n+2){margin-top:8%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-2 .list_01 li{width:50%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-2 .list_01 li:nth-child(n+3){margin-top:8%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-2 .list_01:nth-child(n+3) li{margin-top:8%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-3 .list_01 li{width:calc(100% / 3)}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-4 .list_01 li{width:30%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-3 .list_01 li:nth-child(n+4){margin-top:8%}#sponsorship #sec_01 .box_02{padding:0 0 65px}#sponsorship #sec_01 .box_02 .secInner{padding:0 6.4%}#sponsorship #sec_01 .box_02 .ttl_02{font-size:12.66px;padding:12px 10px;margin:0 0 30px}#sponsorship #sec_01 .box_02 .textBox{margin:0 0 75px}#sponsorship #sec_01 .box_02 .textBox p{font-size:10.3px;line-height:1.95}#sponsorship #sec_01 .box_02 .contactBox{font-size:11.25px;line-height:1.66;padding:15px 20px}#what-paratriathlon-is #mainimage{padding:86px 10px 58px;background-position:right top;background-size:contain}#what-paratriathlon-is #mainimage h1{font-size:25.55px}#what-paratriathlon-is #sec_01{padding:52px 0}#what-paratriathlon-is #sec_01 .ttl_02{font-size:11.61px;margin:0 0 42px}#what-paratriathlon-is #sec_01 .secInner{padding:0 5.6%}#what-paratriathlon-is #sec_01 .list_01{margin:0 0 36px;justify-content:space-between}#what-paratriathlon-is #sec_01 .list_01 li{width:96px;height:92px;position:relative;margin:0}#what-paratriathlon-is #sec_01 .list_01 li .value .number{font-size:25px}#what-paratriathlon-is #sec_01 .list_01 li .value .unit{font-size:12.5px}#what-paratriathlon-is #sec_01 .list_01 li .event-name{font-size:15.4px}#what-paratriathlon-is #sec_01 .plane{font-size:10.5px;line-height:2.06}#what-paratriathlon-is #sec_02{padding:60px 0 50px}#what-paratriathlon-is #sec_02:after{width:86.67%}#what-paratriathlon-is #sec_02 .ttl03{font-size:12.08px;margin:0 0 12px}#what-paratriathlon-is #sec_02 .inner{padding:0 6.4%}#what-paratriathlon-is #sec_02 .lead{font-size:10.22px;line-height:2.04;margin:0 0 24px}#what-paratriathlon-is #sec_02 .list_01 li{background:#f4f4f3;padding:18px 0}#what-paratriathlon-is #sec_02 .list_01 li .flex{display:block;padding:0 13%}#what-paratriathlon-is #sec_02 .list_01 li .leftBox{width:82%;margin:0 auto;padding:0 0 5px;border-right:none;border-bottom:1px solid #181818;justify-content:center}#what-paratriathlon-is #sec_02 .list_01 li .leftBox .number{font-size:27.875px;margin:0 10px 0 0}#what-paratriathlon-is #sec_02 .list_01 li .leftBox .title{font-size:14.4px;letter-spacing:.14em}#what-paratriathlon-is #sec_02 .list_01 li .rightBox{font-size:10.22px;line-height:2;padding:14px 0 0;text-align:center}#what-paratriathlon-is #sec_02 .box_02{padding:48px 0 0}#what-paratriathlon-is #sec_02 .box_02 .sheet_01{margin:0 0 40px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 .col_01{width:32%}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 .col_02{width:30%}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 .col_03{width:38%}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 th,#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td{border:1px solid #fff;padding:9px 15px;font-size:10px;letter-spacing:.03em}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 th{font-size:10px;letter-spacing:.07em}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font{font-size:12.08px;letter-spacing:.06em}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box01,#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box02{font-size:10px;letter-spacing:.09em;right:16px;width:32px;padding:1px 3px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box01:after{border-width:5px;border-left-width:2.5px;border-right-width:2.5px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.line1{width:1px;height:calc(200% + 36px);top:-18px;right:32px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box_03{font-size:10px;right:7px;padding:5px 2px;height:88px}#what-paratriathlon-is #sec_02 .box_02 .textBox{font-size:10.22px;line-height:1.95;text-align:left}#what-paratriathlon-is #sec_03{padding:38px 0 60px}#what-paratriathlon-is #sec_03 .ttl03{font-size:14px;margin:0 0 54px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(1),#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2),#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3){padding:185px 6.4% 0;margin:0 0 86px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3){margin:0}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(1) .imgBox,#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .imgBox,#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3) .imgBox{position:absolute;top:0;left:50%;transform:translate(-50%,0);width:73.6%;height:190px}#what-paratriathlon-is #sec_03 .list_02 li .imgBox .number{font-size:49.25px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(1) .imgBox .number{right:-18px;top:-30px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .imgBox .number{left:-26px;top:-30px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3) .imgBox .number{right:-18px;top:-30px}#what-paratriathlon-is #sec_03 .list_02 li .textBox,#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .textBox,#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3) .textBox{width:100%;padding:10% 8% 8.6%;margin:0;background-size:contain}#what-paratriathlon-is #sec_03 .list_02 li .textBox .inner{max-width:100%;left:initial;transform:translate(0,0)}#what-paratriathlon-is #sec_03 .list_02 li .textBox .lead{font-size:11.15px;letter-spacing:.19em;margin:0 0 12px}#what-paratriathlon-is #sec_03 .list_02 li .textBox .plane{font-size:10.22px;line-height:1.95}#contact #mainimage{height:190px}#contact #mainimage .leftBox h1{font-size:23.4px;letter-spacing:.15em;right:initial;left:41.66%}#contact #sec_01 .box_01 .leftBox{width:31.4%}#contact #sec_01 .box_01 .rightBox{width:68.6%;text-align:left;padding:8% 6.4%;font-size:10px;line-height:2.19;letter-spacing:.07em}#contact #sec_01 .box_02 .secInner{padding:0 6.4%}#contact #sec_01 .box_02 .form_01{padding:24px 0 108px}#contact #sec_01 .box_02 .form_01 .flex{display:block;margin:0 0 42px}#contact #sec_01 .box_02 .form_01 .list_01{width:100%}#contact #sec_01 .box_02 .form_01 .list_01 li{margin:0 0 22px}#contact #sec_01 .box_02 .form_01 .list_01 li.privacy{margin:0}#contact #sec_01 .box_02 .form_01 .list_01 .label{font-size:10.77px;margin:0 0 5px;letter-spacing:.07em}#contact #sec_01 .box_02 .form_01 .list_01 .field.checkbox{margin:0 0 -8px}#contact #sec_01 .list_01 input[type=text],#contact #sec_01 .list_01 input[type=email],#contact #sec_01 .list_01 input[type=tel],#contact #sec_01 .list_01 textarea{padding:8px 12px;font-size:12px;border-radius:6px}#contact #sec_01 .list_01 textarea{height:96px}#contact #sec_01 .list_01 .checkbox input[type=checkbox]{display:none}#contact #sec_01 .list_01 .checkbox .wpcf7-list-item-label{font-size:10.77px;margin:0 24px 10px 0;padding:0 0 0 18px}#contact #sec_01 .list_01 .checkbox .wpcf7-list-item-label:after{width:10px;height:10px}#contact #sec_01 .list_01 .checkbox .wpcf7-list-item-label:before{width:3px;height:7px;top:1.5px;left:3.5px}#contact #sec_01 .list_01 .privacy .checkbox .wpcf7-list-item-label{margin:0;padding-top:9.5px}#contact #sec_01 .list_01 .privacy .checkbox .wpcf7-list-item-label:before{top:-1.5px}#contact #sec_01 .box_02 .form_01 .btn_01 input{font-size:10.77px;width:154px;padding:8px 10px 8px;border-radius:5px;letter-spacing:.112em}#contact span.wpcf7-not-valid-tip{padding-top:5px;font-size:11px}#contact div.wpcf7-response-output{font-size:11px;margin:2em 0 2em;padding:1.4em}#contact #sec_sponsor .box_02 .inner{padding:0 8.53%}#contact #sec_sponsor .box_02 .textBox .lead{background:#fff;color:#181818;border:none}#contact #sec_sponsor .box_02 .textBox .plane{font-size:10.3px;line-height:1.86}#contact #footer .totop a{background:#fff;color:#181818}#contact #footer .totop a:after{background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/arrow_02.svg)}#privacypolicy #mainimage{padding:118px 0;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/privacypolicy/mainimage-sp.jpg)}#privacypolicy #mainimage h1{width:100%;text-align:left;padding:0 6.4%;margin:0;font-size:23.4px;letter-spacing:.15em}#privacypolicy #sec_01{padding:30px 0 78px}#privacypolicy .secInner{max-width:1280px;padding:0 6.4%}#privacypolicy .lead{font-size:11.23px;line-height:1.96;padding:15px 10px;margin:0 0 42px}#privacypolicy .lead .secInner{padding:0}#privacypolicy .list_01 dt{font-size:15px;margin:0 0 12px}#privacypolicy .list_01 dt:not(:first-child){padding:32px 0 0}#privacypolicy .list_01 dd{font-size:10.3px;text-align:left}#privacypolicy .list_01 dd:last-child{text-align:center}#privacypolicy .list_01 dd:not(:last-child){padding:0 0 32px}#privacypolicy .list_01 dd .font{font-size:15px;line-height:1.87}#topics #mainimage .leftBox{width:31.7%}#topics #mainimage .rightBox{width:68.3%;padding:120px 0 120px}#topics #mainimage .rightBox h1{padding:0 8%;font-size:23.5px;letter-spacing:.15em}#topics #archive{padding:42px 0 68px}#topics .secInner{padding:0 6.4%}#topics #archive .list_01{display:flex;justify-content:space-between;flex-wrap:wrap}#topics #archive .list_01 li{width:100%}#topics #archive .list_01 li:nth-child(n+4){margin-top:0}#topics #archive .list_01 li:not(:nth-child(3n)){margin-right:0}#topics #archive .list_01 li:nth-child(n+2){margin:9.7% 0 0}#topics #archive .list_01 li a{padding:4.58% 4.28%}#topics #archive .list_01 .imgBox{height:284px}#topics #archive .list_01 .textBox{padding:0 7%}#topics #archive .list_01 .textBox .date-cat{padding:18px 0 18px}#topics #archive .list_01 .textBox .date-cat .date{font-size:24px}#topics #archive .list_01 .textBox .date-cat .cat{width:65px;padding:3px 10px;font-size:14.5px}#topics #archive .list_01 .textBox .ttl-exc{padding:10px 0 5px}#topics #archive .list_01 .textBox .title{font-size:13.2px;line-height:1.76;margin:0 0 12px}#topics #archive .list_01 .textBox .excerpt{line-height:2;font-size:10.35px}#topics #archive .list_01 .textBox .excerpt:after{font-size:16px;line-height:20.7px;color:#181818}#topics #single{padding:32px 0 105px}#topics #single .caption{font-size:23.5px;padding:0 0 22px;border-bottom:2px solid #181818}#topics #single .article{padding:24px 0 70px}#topics #single .article .mainimage img{max-height:200px}#topics #single .article .date-cat{padding:24px 0 36px}#topics #single .article .date-cat .date{font-size:18.77px;margin:0 13px 0 0}#topics #single .article .date-cat .cat{width:46px;font-size:12.2px}#topics #single .article .ttl-cts{padding:0}#topics #single .article .ttl-cts .title{font-size:14px;line-height:1.46;padding:0 0 22px}#topics #single .article .ttl-cts .cts{padding:28px 0 0;font-size:10.3px;line-height:2}#topics #single .btn_01 a{width:130px;font-size:10.3px;padding:7px 10px;letter-spacing:.08em}#topics #single .article .ttl-cts .cts-result .flex{margin:0 0 24px;flex-direction:column-reverse}#topics #single .article .ttl-cts .cts-result .leftBox{width:100%;max-width:100%}#topics #single .article .ttl-cts .cts-result .rightBox{flex:initial;width:100%;padding-left:0;padding-top:0;margin:0 0 12px}#topics #single .article .ttl-cts .cts-result .rightBox .infoList li:not(:last-child){margin:0 0 20px}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .label{width:80px;font-size:13px}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .value{padding-left:20px;font-size:16px}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .value .part{font-size:14px;line-height:1.56}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .value-comment{font-size:12px;padding-top:12px;padding-left:0}#topics #single .article .ttl-cts .cts-result .next-race{padding:24px 6.4% 36px}#topics #single .article .ttl-cts .cts-result .next-race .ttl_02{width:100%;max-width:100%;font-size:20px;padding:0 0 36px}#topics #single .article .ttl-cts .cts-result .next-race .ttl_02:after{height:24px}#topics #single .article .ttl-cts .cts-result .next-race .box_01{padding:32px 0 0}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .date-time{margin:0 0 7.5px}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .date-time .date{font-size:16px}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .date-time .day{font-size:12px;margin:0 0 0 2px}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .convention{font-size:14px;margin:0 0 12px;line-height:1.56}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .link{font-size:10px}.wp-pagenavi{padding:32px 0 0;font-size:14px}.wp-pagenavi a{padding:0 8px!important}.wp-pagenavi .current{padding:0 8px!important}}
@charset "utf-8";.loading-page{position:fixed;background:#212121;width:100%;height:100%;z-index:800;overflow:hidden;right:0;animation:fadeout .625s ease-in-out 1.775s forwards;transition-delay:2.4s}#what-paratriathlon-is .loading-page{animation:fadeout .625s ease-in-out 2.775s forwards;transition-delay:3.4s}@keyframes fadeout{0%{width:100%}100%{width:0}}.inview .loading-page{z-index:1}.loading-page .inner{background:#212121;position:absolute;width:100%;height:100%;justify-content:center;align-items:center;z-index:800;box-sizing:border-box;opacity:1;left:0;overflow:hidden;animation:slidein 1 .625s ease-in-out forwards}@keyframes slidein{0%{width:0}100%{width:100%}}.loading-page .logo{position:fixed;z-index:800;left:50%;top:50%;transform:translate(-60%,-60%);animation:logo--1 1 0s ease-in-out 2.1s both;transition-delay:2.4s;display:flex}#what-paratriathlon-is .loading-page .logo{animation:logo--1 1 0s ease-in-out 3.1s both;transition-delay:3.4s}@keyframes logo--1{0%{position:fixed}100%{position:absolute}}.inview .loading-page .logo{z-index:1}.loading-page .logo .logo_01{opacity:0;margin:0 25px 0 0;width:132px;height:96px;transition:.5s;transition-delay:.7s;animation:logo1 1 .2s ease-in-out .5s forwards}@keyframes logo1{0%{opacity:0}100%{opacity:1}}.loading-page .logo .logo_02{color:#fff;line-height:1.4;font-family:'BebasKai',sans-serif;text-align:left;width:180px;opacity:0;animation:logo2 1 .2s ease-in-out .5s forwards}.loading-page .logo .logo_02 #loading-01{font-size:24px;letter-spacing:.16em}.loading-page .logo .logo_02 #loading-02{font-size:48px;letter-spacing:.16em}@keyframes logo2{0%{opacity:0}100%{opacity:1}}#contact .loading-page{display:none}@media screen and (max-width :767.9999px){.loading-page .logo .logo_01{width:66px;height:48px;margin:0 15px 0 0}.loading-page .logo .logo_02{width:90px}.loading-page .logo .logo_02 #loading-01{font-size:12px}.loading-page .logo .logo_02 #loading-02{font-size:24px}}
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,#0693e3 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,#fcb900 0%,#ff6900 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);--wp--preset--shadow--outlined:6px 6px 0px -3px #fff,6px 6px #000;--wp--preset--shadow--crisp:6px 6px 0px #000}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}