.single-wrapper {
    padding: 15vw 0 10vw 0;
    margin: 0 10vw;
}
.single-news-title {
    padding: 1% 2vw;
    width: 100%;
    font-size: 3vw;
    border-bottom: solid 2px #333;
}
.single-news-title02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3% 2vw;
}
.single-title-area {
    display: flex;
    align-items: center;
}
.single-title-area p:nth-child(2) {
    margin: 0 1vw;
}
.single-title-area p:last-child {
    font-size: 1.2vw;
}
.single-news-title02 img {
    width: 12vw;
    height: 6vw;
    object-fit: cover;
    border-radius: 5px;
}
.single-news-text-area {
    margin: 5% 2vw;
    line-height: 1.5;
}
.single-news-text-area a {
    color: #0000ff;
    border-bottom: solid 2px #0000ff;
}
.link-area ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 50vw;
}
#space-block {
    width: 1vw;
}
.link-area ul li:first-child {
    cursor: pointer;
    transition: 0.3s;
}
.link-area ul li:last-child {
    cursor: pointer;
    transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
    .link-area ul li:first-child:hover {
        font-size: 1.1vw;
        color: #0000ff;
        border-bottom: solid 2px #0000ff;
    }
    .link-area ul li:last-child:hover {
        font-size: 1.1vw;
        color: #0000ff;
        border-bottom: solid 2px #0000ff;
    }
}
@media screen and (max-width: 767px) {
    .single-wrapper {
        padding: 20vw 0;
        margin: 0 5vw 20% 5vw;
    }
    .single-news-title {
        padding: 1% 2vw;
        width: 100%;
        font-size: 7vw;
        border-bottom: solid 1px #333;
    }
    .single-news-title02 {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        margin: 5% 2vw;
    }
    .single-title-area {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        font-size: 3vw;
    }
    .single-title-area p:nth-child(2) {
        display: none;
    }
    .single-title-area p:last-child {
        margin-top: 2%;
        margin-bottom: 5%;
        font-size: 3.5vw;
    }
    .single-news-title02 img {
        width: 100%;
        height: 50vw;
        object-fit: cover;
        border-radius: 5px;
    }
    .single-news-text-area {
        margin: 5% 2vw;
        line-height: 1.8;
        font-size: 3.3vw;
    }
    .single-news-text-area a {
        border-bottom: solid 1px #0000ff;
    }
    .link-area ul {
        display: flex;
        justify-content: center;
        margin: 15% auto 0 auto;
        width: 80vw;
        font-size: 3.5vw;
    }
    #space-block {
        width: 5vw;
    }
}
/* ---------------------------------------------------
大会についての投稿
--------------------------------------------------- */
.single-tournament-area {
    display: flex;
    width: 80vw;
}
.single-tournament-area img {
    position: sticky;
    top: 5vw; /* 画面の上から10pxの位置で固定 */
    width: 50%;
    height: 50%;
}
.single-tournament-area a {
    color: #0000ff;
}
.single-tournament-area span {
    color: #ff0000;
}
#threestar-text {
    padding: 2vw 0 2vw 1vw;
    font-size: 1.3vw;
    font-weight: bold;
}
.single-tournament-text-area {
    width: 40vw;
}
.single-tournament-text-area details {
    padding: 1.5vw 2vw;
}
.single-tournament-text-area .top {
    border-top: solid 1px #333;
}
.single-tournament-text-area .bottom {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}
.single-tournament-text-area details summary {
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2vw;
    list-style: none;
}
.single-tournament-text-area details .details-text iframe {
    margin-top: 5%;
    width: 100%;
}
.single-tournament-text-area details .details-text {
    padding: 1.5vw;
    line-height: 1.8;
    font-size: 1.2vw;
}
.single-tournament-text-area details .details-text h3 {
    font-weight: bold;
}
.single-tournament-text-area details .details-text p {
    margin-left: 5%;
}
@media screen and (max-width: 767px) {
    .single-tournament-area {
        display: flex;
        flex-direction: column;
        width: 90vw;
    }
    .single-tournament-area img {
        position: static;
        top: 5vw; /* 画面の上から10pxの位置で固定 */
        width: 100%;
        height: 100%;
    }
    #threestar-text {
        padding: 5vw 0 5vw 1vw;
        font-size: 4.5vw;
    }
    .single-tournament-text-area {
        width: 90vw;
    }
    .single-tournament-text-area details {
        padding: 4vw 2vw;
    }
    .single-tournament-text-area details summary {
        font-size: 3.5vw;
    }
    .single-tournament-text-area details .details-text iframe {
        margin-top: 5%;
        width: 100%;
        height: 100%;
    }
    .single-tournament-text-area details .details-text {
        line-height: 2.5;
        font-size: 3vw;
    }
}


/*====================================================
 .single-news-text-area – scoped WP content base
====================================================*/
/* -------- 0. Typography & Container -------- */
.single-news-text-area{
  font-size: 18px;
  line-height: 1.8;
  color: #111;
}

/* -------- 1. Headings -------- */
.single-news-text-area h1,
.single-news-text-area h2,
.single-news-text-area h3,
.single-news-text-area h4,
.single-news-text-area h5,
.single-news-text-area h6{
  line-height: 1.4;
  font-weight: 700;
}

.single-news-text-area h1{ font-size:2.2rem; margin:2.2rem 0 1rem; }
.single-news-text-area h2{ font-size:1.9rem; margin:2rem 0 1rem; }
.single-news-text-area h3{ font-size:1.6rem; margin:1.8rem 0 1rem; }
.single-news-text-area h4{ font-size:1.4rem; margin:1.6rem 0 .8rem; }
.single-news-text-area h5{ font-size:1.2rem; margin:1.4rem 0 .8rem; }
.single-news-text-area h6{ font-size:1rem;  margin:1.2rem 0 .6rem; }

/* -------- 2. Paragraph & Text -------- */
.single-news-text-area p{ margin:0 0 1.6em; }

.single-news-text-area a{
  color:#093bb2;
  text-decoration:underline;
}
.single-news-text-area a:hover{
  opacity:.75;
  text-decoration:none;
}

.single-news-text-area strong,
.single-news-text-area b{ font-weight:700; }

/* -------- 3. Lists -------- */
.single-news-text-area ul,
.single-news-text-area ol{
  margin:0 0 1.6em 1.6em;
}

.single-news-text-area ul{ list-style:disc outside; }
.single-news-text-area ol{ list-style:decimal outside; }

.single-news-text-area li{ margin:.4em 0; }

/* -------- 4. Blockquote -------- */
.single-news-text-area blockquote{
  margin:1.8em 0;
  padding:1em 1.6em;
  border-left:4px solid #093bb2;
  background:#f6f9ff;
  font-style:italic;
}

/* -------- 5. Code / Pre -------- */
.single-news-text-area code,
.single-news-text-area pre{
  font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;
}

.single-news-text-area code{
  padding:.2em .4em;
  background:#f6f6f6;
  border-radius:3px;
}

.single-news-text-area pre{
  margin:1.8em 0;
  padding:1.2em;
  background:#f6f6f6;
  overflow-x:auto;
  border-radius:4px;
}

/* -------- 6. Images / Figure -------- */
.single-news-text-area img,
.single-news-text-area svg{
  max-width:100%;
  height:auto;
  display:block;
}

.single-news-text-area figure{ margin:1.8em 0; }

.single-news-text-area figcaption{
  font-size:.875rem;
  text-align:center;
  margin-top:.6em;
  color:#666;
}

/* -------- 7. Table -------- */
.single-news-text-area table{
  width:100%;
  border-collapse:collapse;
  margin:2em 0;
}

.single-news-text-area th,
.single-news-text-area td{
  padding:.8em;
  border:1px solid #ddd;
}

.single-news-text-area th{
  background:#f0f3fa;
  text-align:left;
}

/* -------- 8. Horizontal Rule -------- */
.single-news-text-area hr{
  border:none;
  border-top:1px solid #ddd;
  margin:3em 0;
}

/* -------- 9. Gutenberg Blocks & Align helpers -------- */
.single-news-text-area .wp-block-image img{ display:block; height:auto; }

.single-news-text-area .wp-block-columns{
  display:flex;
  flex-wrap:wrap;
  gap:2rem;
}
.single-news-text-area .wp-block-column{ flex:1 1 0; }

.single-news-text-area .aligncenter{
  display:block;
  margin-left:auto!important;
  margin-right:auto!important;
}
.single-news-text-area .alignright{
  float:right;
  margin:0 0 1.6em 1.6em;
}
.single-news-text-area .alignleft{
  float:left;
  margin:0 1.6em 1.6em 0;
}

.single-news-text-area .alignwide{
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  max-width:100vw;
}
.single-news-text-area .alignfull{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

/* キャプション付き画像 */
.single-news-text-area .wp-caption{
  max-width:100%;
  text-align:center;
  margin:1.8em auto;
}
.single-news-text-area .wp-caption img{ display:block; }
.single-news-text-area .wp-caption .wp-caption-text{
  font-size:.875rem;
  color:#666;
  margin-top:.6em;
}

/* -------- 10. Forms (minimum) -------- */
.single-news-text-area input,
.single-news-text-area textarea,
.single-news-text-area select{
  border:1px solid #ccc;
  padding:.6em .8em;
  border-radius:4px;
}
.single-news-text-area input:focus,
.single-news-text-area textarea:focus,
.single-news-text-area select:focus{
  border-color:#093bb2;
  outline:none;
}

/* -------- 11. Responsive overrides -------- */
@media (max-width:767px){
  .single-news-text-area{
    font-size:15px;
  }
  .single-news-text-area h1{ font-size:1.8rem; }
  .single-news-text-area h2{ font-size:1.6rem; }
  .single-news-text-area h3{ font-size:1.4rem; }
  .single-news-text-area .alignright,
  .single-news-text-area .alignleft{
    float:none;
    margin:1.6em auto;
    display:block;
  }
  .single-news-text-area ul,
  .single-news-text-area ol{
    margin-left:1.2em;
  }
}
