@charset "UTF-8";

/* CSS Document */

body{
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

#wrapper #contents {
  color: #05084D;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#contents a {
  transition: opacity 300ms;
}

.post a,
.post a:link,
.post a:visited {
  color: #FF4200;
}

img {
  max-width: 100%;
}  

.swiper-pagination {
  position: relative;
  padding-top: 10px;
}
.swiper-pagination-lock {
  display: block;
}

#wrapper{
  position: relative;
}

#page::before{
  position: fixed;
  content: "";
  height: 100dvh;
  width: 100vw;
  background-image: url(/textlive/images/hhd2025/back_pc.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

nav[role=breadcrumb] {
  background: rgba(255, 255, 255, 0.90);
}

/**

techo header

**/

header h1 {
  margin: unset;
}

/**

header

**/

.header,
.header h1{
  background-color: transparent;
}

.header__lead img {
  width: 100%;
  max-width: 500px;
}

.header__logo {
  display: none;
}

/**

yodogawa

**/

.yodogawa{
  width: 87.5%;
  margin: 20px auto;
  margin-bottom: 80px;
  border-top: 1px solid #D9D9D9;
  font-size: 140%;
}
.yodogawa br,
.post__text br:not(.br){
  display: none;
}
.post__text a {
  display: inline;
}
.yodogawa div:first-child{
  border-bottom: 1px dashed #727272;
}
.yodogawa h2{
  color: #FF4200;
  margin-bottom: 1.6em;
  margin-top: 1.8em;
}
.yodogawa p{
  margin-top: 2em;
  margin-bottom: 2em;
}

/**

navi

**/

.navi {
  max-width: 1000px;
  width: 87.5%;
  margin-right: auto;
  margin-left: auto;
  border: none;
}
.navi-top {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.schedule {
  margin-top: 1rem;
}

a.btn {
  color: #ffffff;
  background-color: #05084D;
}

.pagination{
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
  font-size: 160%;
  color: #999;
}
.pagination ul,
.pagination li{
  font-family: inherit;
}
.pagination li:first-child{
  text-align: inherit;
}
.pagination li a{
  width: 2rem;
  height: 2rem;
  font-size: 0.8rem;
  padding: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a,
.pagination a:link,
.pagination a:visited {
  color: inherit;
}
.pagination .active {
  position: relative;
}
.pagination .active a{
  position: relative;
  z-index: 10;
  color: #fff;
}
.pagination .active::before{
  content: "";
  height: 112%;
  width: 112%;
  top: -3px;
  left: -2.5px;
  position: absolute;
  background-color: #999;
  border-radius: 2em;
  z-index: 0;
}

.pagination .disabled{
  opacity: 0.5;
  pointer-events: none;
}

/**

contents

**/

.cap {
  font-size: unset;
}

#wrapper #contents {
  max-width: 1164px;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.90);
}

.post-header{
  padding: 0;
}

.post-header__title h3 {
  padding: 1rem 1rem 0 1rem;
}

.slide {
  overflow: hidden;
  border-radius: 0;
}
.post,
.slide {
  position: relative;
}
.post-flag-wrap {
  position: absolute;
  width: 75px;
  height: 75px;
  right: 0px;
  top: 0px;
  z-index: 100;
  pointer-events: none;
}

.post-flag {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.post:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.time{
  background-color: #D9D9D9;
  border-radius: 2em;
  padding-right: 1em;
  padding-left: 1em;
  width: fit-content;
  margin-bottom: 10px;
  margin-left: 16px;
}
.post {
  margin: 40px auto;
}
.post__text img{
  width: auto;
  display: inline;
  max-width: 100%;
}
.post-header{
  margin-bottom: 15px;
  display: flex;
}
.post-header__detail{
  flex: 1;
}
.post-header__title{
  margin-right: initial;
  margin-left: 16px;
  background-color: #05084D;
  color: #fff;
  border-radius: initial;
  border: none;
}

.post-header__title:before{
  background: url(/textlive/images/hhd2025/post-header__title-arr.svg) no-repeat left top;
  top: 0;
  right: initial;
  height: 100%;
  left: -12px;
  bottom: initial;
  width: 12px;
}

.post-header__title h3{
  padding-bottom: 1rem;
}

.post-header__title a,
.post-header__title a:link,
.post-header__title a:visited{
  color: #fff;
}

.post-header__icon{
  float: left;
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  place-items: center;
}

.post-header__icon img{
  width: 46px;
}

.post-header__icon-name{
  font-weight: bold;
}

.post-header__title h3{
  font-size: 140%;
}

.slide,
.post__text{
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 140%;
}
.post__text{
  margin-top: 8px;
}
.post-share{
  margin-top: 40px;
  border-top: 1px dashed #727272;
}
.post-share ul{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.post-share li{
  width: fit-content;
  float: none;
}
.post-share li a{
  background-color: transparent;
  font-size: initial;
}

.post-share img{
  width: 32px;
}


/**

footer

**/

[role=sitemap] a[target="_blank"]::after {
  content: "";
}

.footer {
  max-width: 800px;
  margin-inline: auto;
  padding-top: 20px;
}

.footer-contact__home a {
  color: #FF4200;
}

.footer-contact__mail a,
.footer-contact__home a {
  background-color: transparent;
}

.footer .copyright {
  background-color: transparent;
}

.banner{
  margin-top: 80px;
  margin-bottom: 80px;
}
.banner a{
  display: block;
  width: calc(100% - 32px);
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.banner img{
  width: 100%;
}

@media only screen and (min-width: 601px) {
  /** header **/
  .header{
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 20px;
  }

  /** yodogawa **/
  .yodogawa{
    width: 100%;
    padding: calc((100% - 87.5%) / 2);
    margin-bottom: 40px;
  }

  /** navi **/
  .navi {
    width: 100%;
  }

  /** contents **/
  #wrapper #contents {
    width: 92%;
  }
  .post{
    border: none;
    width: initial;
    border-radius: 0;
    padding-left: min(10%, 80px);
    padding-right: min(10%, 80px);
    max-width: 1000px;
    background-color: transparent;
  }
  .post:not(:last-child){
    border-bottom: 1px solid #D9D9D9;
  }
  .post-header{
    float: none;
    width: initial;
  }
  .post-header__title h3{
    font-size: 180%;
  }  
  .slide{
    float: none;
    width: initial;
    max-width: initial;
  }
  .post__text{
    float: none;
    width: initial;
  }
  .post-share ul{
    width: 100%;
  }
  .post-share{
    padding: initial;
  }
  .post-share li:last-child{
    width: fit-content;
  }

  /** footer **/
}

@media (any-hover: hover) and (min-width: 641px) {
  #contents a:hover {
    opacity: 0.4;
  }
  /** header **/
  /** yodogawa **/
  /** navi **/
  /** contents **/
  .slide:hover .post-flag-wrap {
    width: 42px;
    height: 42px;
  }

  /** footer **/
}

@media (min-width: 641px) {
  /** header **/
  .header{
    margin-left: min(4%, 80px);
    margin-right: min(4%, 80px);
  }

  /** yodogawa **/
  .yodogawa {
    font-size: 160%;
    width: initial;
    margin-left: min(10%, 80px);
    margin-right: min(10%, 80px);  
  }
  .yodogawa br,
  .post__text br:not(.br){
    display: block;
  }
  .yodogawa div{
    max-width: 516px;
    margin-right: auto;
    margin-left: auto;
  }

  /** navi **/
  .navi{
    margin-top: 20px;
    margin-bottom: 20px;
    width: initial;
    margin-left: min(10%, 80px);
    margin-right: min(10%, 80px);  
  }
  .navi-bottom {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }

  /** contents **/
  .post-flag-wrap {
    width: 138px;
    height: 138px;
    left: 0px;
    top: 0px;
    transition: width 0.1s ease, height 0.1s ease;
  }
}

@media (min-width: 769px) {
  .post{
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-template-rows: max-content max-content 1fr;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: min(10%, 80px);
    margin-right: min(10%, 80px);
  }
  .slide {
    grid-row: 1 / 4;
    margin-right: 36px;
    margin-bottom: 80px;
  }
  .post-header,
  .post-share{
    grid-column: 2 / 3;
  }
  .post-flag {
    transform: rotate(-90deg);
  }
  .post__text{
    margin-top: 0;
  }
  /** footer **/
}
