@charset "utf-8";
#toppage h3 {
    margin:0 2%;
    text-align: center;
    color: #000;
}
#toppage h3 b {
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: clamp(250%, 7vw, 475%);
    line-height: 110%;
}
#toppage h3 small {
    font-size: 125%;
    font-weight: 400;
}
#toppage .b_more {}
#toppage .b_more a {
    display: block;
    width: 100%; max-width: 162px; height: auto; aspect-ratio: 162 / 36;
    font-weight: 800;
    color: #fff;
    background: url("../../image/top/arrow.png") no-repeat left bottom;
}


#toppage .b_more2 { margin: auto; width: 90%; max-width: 370px;}
#toppage .b_more2 a {
    display: block;
    padding: 15px 10px;
    font-size: clamp(100%, 1.9vw, 125%);
    font-weight: 800;
    color: #E60012;
    text-align: center;
    background: #fff url("../../image/arrow.png") no-repeat 95% center;
}


#toppage .mainimg { position: relative;}
#toppage .mainimg ul.main_slide { margin:0 auto; width:1200px;}
#toppage .mainimg ul.main_slide img { max-width: 1200px; aspect-ratio:2000 / 900; object-fit: cover;}
#toppage .mainimg ul.main_slide .slick-list { overflow:visible;}
@media only screen and (max-width:1200px){
    #toppage .mainimg ul.main_slide,
    #toppage .mainimg ul.main_slide img { width:1000px;}
}
@media only screen and (max-width:1000px){
    #toppage .mainimg ul.main_slide,
    #toppage .mainimg ul.main_slide img { width:768px;}
}
@media only screen and (max-width:768px){
    #toppage .mainimg ul.main_slide,
    #toppage .mainimg ul.main_slide img { width:468px;}
}
@media only screen and (max-width:468px){
    #toppage .mainimg ul.main_slide,
    #toppage .mainimg ul.main_slide img { width:320px;}
}


/*===================================================
  NEWS
====================================================*/
#toppage .news_top {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}
#toppage .news_top .news_list { margin:0 auto; width:470px;}
#toppage .news_top .news_list .box {margin:0;}
#toppage .news_top .news_list .slick-list { overflow:visible;}
#toppage .news_top .news_list .box {
    display: flex; align-items: center; gap:30px;
    padding: 0 30px;
}
#toppage .news_top .news_list .box + .box { border-left: 1px solid #ddd;}
#toppage .news_top .news_list .box  a { color: #000;}
#toppage .news_top .news_list .box .pic { width: 40%;}
#toppage .news_top .news_list .box .pic img { width:100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
#toppage .news_top .news_list .box .cont { width: calc(100% - 40%);}
#toppage .news_top .news_list .box .day {
    margin-bottom: 10px;
    margin-right: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size:clamp(125%, 2vw, 162.5%);
}
#toppage .news_top .news_list .box .cate {
    width: 85px;
    font-size: 75%; line-height: 24px;
    text-align: center;
    color: #fff;
    background: #E60012;
}
#toppage .news_top .news_list .box .come {
    width: 100%;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media only screen and (max-width:468px){
    #toppage .news_top .news_list { width:290px;}
}





/*===================================================
  VISHION
====================================================*/
#toppage .vishion {
    color: #fff;
    background: url("../../image/top/vishion_bg.png") no-repeat center center;
    background-size: cover;
}
#toppage .vishion .inner {
    display: flex; flex-direction: column; gap:40px;
}
#toppage .vishion h2 b {
    position: relative;
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: clamp( 375%, 9vw, 158px);
    line-height: 110%;
    font-weight: 800; 
}
#toppage .vishion h2 b::before {
    display: block; clear: both; content:"";
    position: absolute; left:-180px; bottom:18%;
    width: 200px; height: 5px;
    background: #fff;
}
#toppage .vishion .catch {
    font-size: clamp(125%, 4vw, 287.5%);
    font-weight: 800;
}
@media only screen and (max-width:768px){
    #toppage .vishion { background-position: center right;}
    #toppage .vishion .inner { width: 80%;}
}


/*===================================================
  TEAM
====================================================*/
#toppage .team {
    color: #fff;
    background: url("../../image/top/team_bg.png") no-repeat center center;
    background-size: cover;
}
#toppage .team .inner {
    display: flex; flex-direction: column; gap:60px;
    padding-left:650px;
}
#toppage .team .inner::before {
    display: block; clear: both; content:"";
    position: absolute; left:-5%; bottom: 0;
    width:55%; max-width: 768px; height: auto; aspect-ratio: 768 / 772;
    background: url("../../image/top/team_pic.png") no-repeat;
    background-size: 100% auto;
}
#toppage .team h2 b {
    position: relative;
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: clamp( 375%, 9vw, 158px);
    line-height: 110%;
    font-weight: 800; 
}
#toppage .team h2 b::before {
    display: block; clear: both; content:"";
    position: absolute; left:55%; bottom:18%;
    width: 200px; height: 5px;
    background: #fff;
}
#toppage .team h2 small {
    display: block;
    font-size: 125%;
}
#toppage .team h2 span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: clamp(125%, 3vw, 250%);
    line-height: 110%;
}
@media only screen and (max-width:968px){
    #toppage .team .inner { padding-left:55%;}
}
@media only screen and (max-width:468px){
    #toppage .team .inner { gap:20px; padding: 40px 30px 250px;}
    #toppage .team .inner::before { left: inherit; right: 0; width: 100%;}
    #toppage .team h2 b::before {
        left:-80px; 
        width: 100px;
    }
}


/*===================================================
  PICKUP
====================================================*/
#toppage .pickup { display: flex; margin: auto; width: 100%;}
#toppage .pickup p { width: 33.3%;}
#toppage .pickup p a {
    display:flex; flex-direction: column; justify-content: flex-end;
    padding: 30px;
    width: 100%; height: auto; aspect-ratio: 467 / 550;
    color: #fff;
    background-size: cover !important;
}
#toppage .pickup p:nth-child(1) a { background: url("../../image/top/pickup_pic1.png") no-repeat center center;}
#toppage .pickup p:nth-child(2) a { background: url("../../image/top/pickup_pic2.png") no-repeat center center;}
#toppage .pickup p:nth-child(3) a { background: url("../../image/top/pickup_pic3.png") no-repeat center center;}
#toppage .pickup b {
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: clamp(312.5%, 3vw, 562.5%);
    line-height: 110%;
    font-weight: 800; 
}
#toppage .pickup small {
    display: block;
    font-size: 125%;
}
#toppage .pickup span {
    margin-top: 10px;
    padding-top: 10px;
    text-align: right;
    color: #FF4351;
    border-top: 1px solid #fff;
}
@media only screen and (min-width:768px){
    #toppage .pickup p a { text-decoration: none;}
}
@media only screen and (max-width:468px){
    #toppage .pickup { display:block;}
    #toppage .pickup p { width: 100%; }
    #toppage .pickup p a { justify-content: center; aspect-ratio: 320 / 220;}
    #toppage .pickup span { display: none;}
}






/*===================================================
  NEWS
====================================================*/
#toppage .news { background: #F2F2F2;}
#toppage .news .inner {
    display: flex; flex-direction: column; gap:80px;
}
#toppage .news h3 { color: #E60012;}
#toppage .news .news_list {
    margin: auto; width:96%; max-width:900px; height: 500px; overflow: auto;
}
#toppage .news .box {
    display: flex; align-items:flex-start; gap:30px;
    margin: 0 2%;
}
#toppage .news .box + .box { margin-top: 40px;}
#toppage .news .box  a { color: #000;}
#toppage .news .box .pic { display: none;}
#toppage .news .box .pic img { width:100%; max-width: 200px; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
#toppage .news .box .cont { width: 100%;}
#toppage .news .box .day {
    float: left;
    width: 110px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size:clamp(100%, 1vw, 112.5%);
    color: #E60012;
}
#toppage .news .box .cate {
    float: left;
    margin: 0 10px;
    width: 85px;
    font-size: 75%; line-height: 24px;
    text-align: center;
    color: #fff;
    background: #E60012;
}
#toppage .news .box .come {
    float: left;
    width: calc(100% - 110px - 85px - 20px);
    line-height: 150%;
}
#toppage .news .box .come a { color: #222;}
@media only screen and (max-width:768px){
    #toppage .news .inner { gap:60px;}
}
@media only screen and (max-width:468px){
    #toppage .news .inner { gap:40px;}
    #toppage .news .box { display: block;}
    #toppage .news .box .come { float: none; clear: both; width: 100%;}
}


/*===================================================
  OFFICIAL SNS
====================================================*/
#toppage .sns {
    background: #DCDBDB;
}
#toppage .sns .inner {
    display: flex; flex-direction: column; gap:80px;
}
#toppage .sns ul {
    display: flex; flex-wrap: wrap; justify-content: center; gap:40px;
}
#toppage .sns ul li { width: 45px;}
@media only screen and (max-width:768px){
    #toppage .sns .inner { gap:60px;}
}
@media only screen and (max-width:468px){
    #toppage .sns .inner { gap:40px;}
    #toppage .sns ul { gap:20px;}
    #toppage .sns ul li { width: 30px;}
}


/*===================================================
  SPONSOR
====================================================*/
#toppage .sponsor .inner {
    display: flex; flex-direction: column; gap:80px;
}
#toppage .sponsor .sponsor_list {
    display: flex; flex-direction: column; gap:60px;
}
#toppage .sponsor dt {
    margin-bottom: 20px;
    font-size: 137.5%;
    font-weight: 800;
    text-align: center;
}
#toppage .sponsor dd {
    display: flex; flex-wrap: wrap; justify-content: center; gap:1%;
    overflow: hidden;
}
#toppage .sponsor dd p { margin: 0 0 1%; width:calc(16.6% - 0.83%);}
@media only screen and (max-width:768px){
    #toppage .sponsor .inner { gap:60px;}
}
@media only screen and (max-width:468px){
    #toppage .sponsor .inner { gap:40px;}
    #toppage .sponsor .sponsor_list { margin: 0 2%; gap:40px;}
    #toppage .sponsor dd { justify-content: flex-start; gap:2%}
    #toppage .sponsor dd p { margin: 0 0 2%; width:calc(50% - 1%);}
}


/*===================================================
  CONTACT
====================================================*/
#toppage .contact { background: #F2F2F2;}
#toppage .contact .inner {
    padding: 40px 0;
}
#toppage .contact h3 {
    margin: auto;
    width: 80%;
    max-width:610px;
    background: #fff;
}
#toppage .contact a { display: block; padding: 40px 0;color: #000;}
@media only screen and (min-width:750px){
    #toppage .contact h3:hover { background:#000;}
    #toppage .contact h3:hover a { color: #fff;}
    #toppage .contact h3 a:hover { text-decoration: none; opacity: 0.7;}
}





