.preview__kv {
  background-image: url(/cycle/preview/img/june2025_main_bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.preview_main{
  width:100%;
  margin: 0 auto;
}
.cont_wrap {
    width: 100%;
    background-image: url(../img/202506_bg.webp);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: cover;
}
.cont_wrap:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  border-top: 800px solid transparent;
  border-right: 800px solid rgba(0, 183, 255, 0.5);

}
/*
.cont_wrap:before {
  position: absolute;
  left: 0;
  bottom: 36%;
  content: '';
  border-bottom: 600px solid transparent;
  border-left: 600px solid rgba(0, 183, 255, 0.3);
}
*/

.preview_navi {
    width:95%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px;
}
.preview_navi ul {
    display: flex;
    justify-content: space-evenly;
}
.preview_navi ul li {
    margin-right: 15px;
}
.preview_navi ul li:last-child {
    margin-right: 0;
}
.preview_navi ul li span:hover {
    color: #f4ac00;
}
.preview_navi .point {
  display: inline-block;
  background: linear-gradient( 135deg, #000 0%, #000 85%, #f4ac00 85%, #f4ac00 90%, transparent 90%,transparent 100% );
  color: white;
  width:27vw;
  max-width: 300px;
  padding: 10px;
  overflow: hidden;
  font-weight: bold;
  /* font-size: 0.45vw; */
  text-align: center;
}

#cont1_202507 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    background: linear-gradient( 135deg, transparent 0%, transparent 70%,  rgba(255, 243, 0, 0.4) 70%, rgba(255, 243, 0, 0.4) 100% );
}
/* .cont1_202506::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  border-bottom: 600px solid transparent;
  border-left: 600px solid rgb(54, 187, 228, 0.5);
  z-index: -1;
} */
.cont1 {
    position: relative;
    width: 80%;
    max-width: 1400px;
    padding: 2rem 3rem;
    margin: 0 auto 30px;
    background: linear-gradient( 135deg, rgba(255, 243, 0, 0.75) 0%, rgba(255, 243, 0, 0.75) 20%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 90%, rgba(80, 80, 80, 0.5) 90%, rgba(80, 80, 80, 0.5) 100% );
    z-index: 0;
}

.cont1 .point {
  background: linear-gradient( 135deg, #000 0%, #000 70%, #f4ac00 70%, #f4ac00 75%, transparent 75%,transparent 100% );
  color: white;
  position: absolute;
  top: 3rem;
  left: -2em;
  padding: 10px 140px 10px 60px;
  overflow: hidden;
  font-weight: bolder;
  font-size: 1.3rem;
}

.cont1 p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.cont1 h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    padding-bottom: 2rem;
    line-height: 1.5;
    border-bottom: min(0.8vw,6px) solid;
    border-image: linear-gradient(to right,  #000 0%, #000 70%, #1772c7 70%, #1772c7 100%,);
    border-image-slice: 1;
}
.cont1 h2 span {
    display:block;
    font-size: 1.8rem;
}
/* .cont1 h2::before{
    position: absolute;
    left: -2rem;
    top: 0;
    content: "隕九←縺薙ｍ";
    color: #FFF;
    display: inline-block;
    width: 300px;
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 7px 0;
    margin-top: 30px;
    margin-left: -100px;
    background-image: url(/cycle/preview/img/headline_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
} */
.flex {
    display: flex;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.text{
    width: 60%;
}
.image{
    width: 40%;
    padding-left : 30px;
}
.image figure{
    margin-bottom: 10px;
    position:relative;
}
.image figure figcaption{
    font-size:min(1.4vw,14px);
    color:#fff;
    text-shadow:0 0 3px rgba(0,0,0,0.5);
    position:absolute;
    right:0.8em;
    bottom:0.8em;
}
#cont2_202507 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
    position:relative;
}

#cont2_202507:before {
  position: absolute;
  left: 0;
  top: 25%;
  content: '';
  border-bottom: 600px solid transparent;
  border-left: 600px solid rgba(255, 243, 0, 0.3);
}


.cont2{
    position: relative;
    width: 80%;
    max-width: 1400px;
    padding: 0;
    margin: 0 auto 30px;
}
.cont2 .point {
  background: linear-gradient( 135deg, #000 0%, #000 70%, #f4ac00 70%, #f4ac00 75%, transparent 75%,transparent 100% );
  color: white;
  position: absolute;
  left: -2em;
  padding: 10px 140px 10px 60px;
  overflow: hidden;
  font-weight: bolder;
  font-size: 1.3rem;
}
#cont2_202507 img {
  width: 100%;
}
#cont2_202507 .teamlist p {
  margin: 40px 0;
}
#cont2_202507 .teamlist-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
#cont2_202507 .teamlist-wrap .list-top-img {
  line-height: 0;
}
#cont2_202507 .teamlist-wrap .cycle-flag-img {
    width: 30px;
    display: block;
}
#cont2_202507 .teamlist-wrap li {
  width: 31.5%;
  margin: 0 2.75% 30px 0;
  background: #E3E3E3;
}
#cont2_202507 li:nth-child(3n) {
  margin-right: 0;
}
#cont2_202507 a {
  position: relative;
  display: block;
  height: 100%;
  transition-duration: .3s;
}
#cont2_202507 a:after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  content: '';
  border-top: 6px solid transparent;
  border-right: 6px solid #333;
}
#cont2_202507 a:hover {
  text-decoration: none;
  color: #333;
  background: #d6d6d6;
}
#cont2_202507 .list-under-text {
  padding: 15px 15px 30px;
}
#cont2_202507 .cycle-flag-img {
  width: 30px;
  display: block;
  margin-bottom: 10px;
}
#cont2_202507 .team-name {
  color: #000;
  display: block;
  padding-bottom: 9px;
  font-weight: bold;
  border-bottom: 1px solid #9C9C9C;
}
#cont2_202507 .team-name-ruby {
  color: #000;
    display: block;
  padding-top: 9px;
}
#cont3_202507 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
}
#cont3_202507 h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 2.5rem;
    line-height: 1.5;
}
.cont3 {
    position: relative;
    width: 80%;
    max-width: 1400px;
    margin: 0 auto 30px;
}
.cont3 .point {
  background: linear-gradient( 135deg, #000 0%, #000 70%, #f4ac00 70%, #f4ac00 75%, transparent 75%,transparent 100% );
  color: white;
  position: absolute;
  top: 0;
  left: -2em;
  padding: 10px 140px 10px 60px;
  overflow: hidden;
  font-weight: bolder;
  font-size: 1.3rem;
}

.player {
  width: 49%;
  padding: 30px;
  margin-bottom: 20px;
  background: linear-gradient( 135deg, rgba(255, 243, 0, 0.75) 0%, rgba(255, 243, 0, 0.75) 20%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 95%, rgba(255, 243, 0, 0.75) 95%, rgba(255, 243, 0, 0.75) 100% );
  z-index: 0;
}
.player_top {
  display: flex;
}
.information{
    width:55%;
    padding-right:5px;
}
/* .information::before{
    content: url(/cycle/preview/img/Jonas_VINGEGAARDx.webp);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
} */
#cont3_202507 .name_en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 2.1rem;
  margin: 10px 0;
}
/* #cont3_202506 .name_en img{
width: 60%;
  margin: 10px 0;
} */
.name_jp{
  background: linear-gradient( 135deg, #000 0%, #000 80%, #f4ac00 80%, #f4ac00 85%, transparent 85%,transparent 100% );
  color: white;
  padding: 5px 10px;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.1rem;
  display: inline-block;
  width:100%;
  margin: 10px 0;
}
.player_top ul {
  padding-left: 13px;
}
.player_top li {
  line-height: 1.2;
}
.player_top .data li {
    list-style:  none;
    margin:  0;
    padding: 0;
    font-weight: bold;
    margin-bottom: 6px;
}
.player_top .data li::before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #1772c7;
    margin-right: 5px;
    margin-left: -13px;
}
#cont3_202507 .player .photo {
  width:45%;
}
#cont3_202507 .player .photo img {
  width: 100%;
  max-width: 250px;
}
.intro {
  font-size: 1.1rem;
}
.player_bottom {
  position: relative;
  margin-top: 5%;
}
.player_bottom p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.preview__banner {
    background: none;
}
.preview__container {
    width: 1100px;
    padding: 3rem;
    background-color: #c5c4c4;
}
.tdf__howto {
    background: none;
}
.tdf__howto:before {
    background: none;
}

@media screen and (mmin-width: 1400px) {
#cont3_202507 .name_en {
width: 240px;
}
}

@media screen and (max-width: 1400px) {
.preview_main{
  width: 100%;
}
.cont1 .point {
  top: 0;
}    
.cont3 .point {
  top: -3rem;
}
.cont_wrap {
  background-size: contain;
}
}

@media screen and (max-width: 1350px) {
.cont1 {
    width: 90%;
}
.cont2 {
    width: 90%;
}
.cont3 {
    width: 90%;
}
/* .name_jp{
  margin: 10vw 0 10px 0;
} */
.player_bottom {
    margin-top: 5%;
}
.player_top ul {
  width: 100%;
}
}

@media screen and (max-width: 1125px) {
.cont1 h2 {
    padding-top:0.5em;
    line-height: 1.3;
}
#cont3_202507 .name_en {
  font-size: 1.5rem;
}
}

@media screen and (max-width: 1024px) {
.preview__container {
    width: 100%;
}
}

@media screen and (max-width: 960px) {
.cont1 h2 {
   /* line-height: 1.2;*/
}
#cont3_202507 .name_en {
  font-size: 1.2rem;
}
}


@media screen and (max-width: 768px) {
.preview_main p {
    font-size: 1.1rem;
}
.preview_navi {
    padding: 20px;
}
.preview_navi .point {
  padding: 5px 10px;
}
.cont1 {
    width: 95%;
    padding: 2rem 1.7rem;
    background: linear-gradient( 135deg, rgba(255, 243, 0, 0.75) 0%, rgba(255, 243, 0, 0.75) 12%, rgba(255, 255, 255, 0.5) 12%, rgba(255, 255, 255, 0.5) 95%, rgba(80, 80, 80, 0.5) 95%, rgba(80, 80, 80, 0.5) 100% );
}


.image figure figcaption{
  font-size:3vw;
}

.cont2 {
    width: 95%;
}

.cont3 {
    width: 95%;
}

.cont1 .point {
  left: 0;
}    

.cont2 .point {
  left: 0;
}    

.cont3 .point {
  left: 0;
}

.cont1 h2 {
    font-size: 4vw;
    margin: 1.5rem 0;
}

.cont1 h2 span {
    font-size: 3vw;
}

#cont3_202507 h2 {
    font-size: 4vw;
    padding-bottom: 1.5rem;
}

.text {
    width: 100%;
    margin-bottom: 20px;
}

.image{
    width: 100%;
    padding-left : 0;
}

#cont2_202507 .teamlist-wrap li {
  width: 100%;
        margin-right: 0;
}

.player {
  width: 100%;
  margin-bottom: 10px;
}
#cont3_202507 .name_en {
  font-size: 2.1rem;
}
#cont3_202507 .player .photo img {
    width: 40vw;
}

.name_jp{
  margin: 2vw 0 10px 0;
}
.player_top ul {
    width: 45vw;
}
.player_bottom {
    margin-top: 5%;
}
}

@media screen and (max-width: 640px) {
.preview_navi .point {
  font-size: clamp(12px, 1.9vw, 2rem);
}
.cont1 .point {
  font-size: clamp(14px, 2.4vw, 2rem);
}    
.cont2 .point {
  font-size: clamp(14px, 2.4vw, 2rem);
}    
.cont3 .point {
  font-size: clamp(14px, 2.4vw, 2rem);
}
}

@media screen and (max-width: 580px) {
#cont3_202507 .name_en {
  font-size: 1.3rem;
}
.preview_navi {
    padding: 20px 0;
}
.player {
    padding: 15px;
}
.name_jp {
    font-size: 14px;
}
.player_top ul {
      font-size: 14px;
}
.player_bottom p {
    font-size: 16px;
}
}

@media screen and (max-width: 500px) {

.preview_navi ul li {
    margin-right: 5px;
}
.preview_navi .point {
  width:30vw;
  max-width: 300px;
  padding: 7px 10px;
}
.cont1 {
    background: linear-gradient( 135deg, rgba(255, 243, 0, 0.75) 0%, rgba(255, 243, 0, 0.75) 6%, rgba(255, 255, 255, 0.5) 6%, rgba(255, 255, 255, 0.5) 95%, rgba(80, 80, 80, 0.5) 95%, rgba(80, 80, 80, 0.5) 100% );
}
.cont1 h2 {
    font-size: clamp(20px, 3vw, 2rem);
    margin: 1.5rem 0;
    text-align:left;
}
.cont1 h2 span {
    margin:0;
    font-size: clamp(20px, 3vw, 2rem);
    display: block;
    text-align:center;
}
  .player_bottom {
    margin-top: 5%;
}
}



/* .cont_low */
.preview_main .cont_low{
  padding:60px 0 30px;
}
.preview_main #cont1_2_202507{
  padding-bottom:90px;
}
.preview_main .cont_low .cont_wrapper{
  position: relative;
  width: 80%;
  max-width: 1400px;
  padding: 2rem 3rem;
  margin: 0 auto 30px;
}
.preview_main #cont1_1_202507 .cont_wrapper{
  background: linear-gradient( 135deg, rgba(255, 243, 0, 0.75) 0%, rgba(255, 243, 0, 0.75) 10%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.5) 87%, rgba(255, 243, 0, 0.4) 87%, rgba(255, 243, 0, 0.4) 100% );
  z-index: 0;
}
.preview_main #cont1_2_202507 .cont_wrapper{
  background: linear-gradient( 135deg, rgba(255, 243, 0, 0.75) 0%, rgba(255, 243, 0, 0.75) 10%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.5) 87%, rgba(80, 80, 80, 0.5) 87%, rgba(80, 80, 80, 0.5) 100% );
  z-index: 0;
}
.preview_main .cont_low .cont_wrapper .tit{
  margin-bottom:min(5%,30px);
  position:relative;
}
.preview_main .cont_low .cont_wrapper .tit .tit_wrapper{
  color:#fff;
  text-align:center;
  line-height:1.5;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  white-space:nowrap;
}
.preview_main .cont_low .cont_wrapper .tit .tit_wrapper .small{
  margin-bottom:0.15em;
  display:block;
  font-size:min(2vw,28px);
}
.preview_main .cont_low .cont_wrapper .tit .tit_wrapper .large{
  font-size:min(2.6vw,36px);
  border-top:1px solid;
}
.preview_main .cont_low .cont_wrapper .tit img{
  display:block;
}

.preview_main .cont_low .cont_wrapper p{
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.preview_main .cont_low .cont_wrapper p{
}

@media screen and (max-width: 1350px) {
  .preview_main .cont_low .cont_wrapper {
      width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .preview_main #cont1_1_202507 .cont_wrapper{
    background: linear-gradient( 135deg, rgba(255, 243, 0, 0.75) 0%, rgba(255, 243, 0, 0.75) 7%, rgba(255, 255, 255, 0.5) 7%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 243, 0, 0.4) 92%, rgba(255, 243, 0, 0.4) 100% );
    z-index: 0;
  }
  .preview_main #cont1_2_202507 .cont_wrapper{
    background: linear-gradient( 135deg, rgba(255, 243, 0, 0.75) 0%, rgba(255, 243, 0, 0.75) 7%, rgba(255, 255, 255, 0.5) 7%, rgba(255, 255, 255, 0.5) 92%, rgba(80, 80, 80, 0.5) 92%, rgba(80, 80, 80, 0.5) 100% );
    z-index: 0;
  }
  .preview_main .cont_low .cont_wrapper .tit .tit_wrapper{
    color:#000;
    position:static;
    left:auto;
    top:auto;
    transform:none;
    white-space:normal;
  }
  .preview_main .cont_low .cont_wrapper{
    padding: 2rem 1.7rem;
  }
  .preview_main .cont_low .cont_wrapper .tit .tit_wrapper .small{
    margin-bottom:0.5em;
    font-size:3vw;
  }
  .preview_main .cont_low .cont_wrapper .tit .tit_wrapper .large{
    font-size:4vw;
    border:none;
  }
  .preview_main .cont_low .cont_wrapper .tit img{
    margin-top:5%;
  }
}

@media screen and (max-width: 500px) {
  .preview_main #cont1_1_202507 .cont_wrapper{
    background: linear-gradient( 135deg, rgba(255, 243, 0, 0.75) 0%, rgba(255, 243, 0, 0.75) 4%, rgba(255, 255, 255, 0.5) 4%, rgba(255, 255, 255, 0.5) 95%, rgba(255, 243, 0, 0.4) 95%, rgba(255, 243, 0, 0.4) 100% );
    z-index: 0;
  }
  .preview_main #cont1_2_202507 .cont_wrapper{
    background: linear-gradient( 135deg, rgba(255, 243, 0, 0.75) 0%, rgba(255, 243, 0, 0.75) 4%, rgba(255, 255, 255, 0.5) 4%, rgba(255, 255, 255, 0.5) 95%, rgba(80, 80, 80, 0.5) 95%, rgba(80, 80, 80, 0.5) 100% );
    z-index: 0;
  }
  .preview_main .cont_low .cont_wrapper .tit .tit_wrapper .small{
    font-size:clamp(20px, 3vw, 2rem);
  }
  .preview_main .cont_low .cont_wrapper .tit .tit_wrapper .large{
    font-size:clamp(20px, 3vw, 2rem);
    line-height:1.2;
  }
}
