@charset "UTF-8";
#information_free li .info_desc.info .label span::before, #information_free li .info_desc.info .label span::after, #information_free li .info_desc.info .label::before, #information_free li .info_desc.info .label::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 0.5px;
  background-color: rgb(94, 42, 23);
}

:root {
  --yodogawa-height: 260px;
}

.indent_half_top {
  position: static;
  margin-left: 0 !important;
}

.indent_half {
  position: static;
  margin-left: 0;
}

.pic_wrap {
  vertical-align: top;
}

img {
  vertical-align: top;
}

body {
  font-family: "SakuraKeisetsu JIS2004", serif;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.075em;
  box-sizing: border-box;
  overflow-x: hidden;
  height: auto;
  padding: 0;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
body.modal {
  padding-right: var(--scrollbar-width);
}

.bd_t,
.bd_b {
  border-width: 0;
  border-color: transparent;
}

article {
  background-color: transparent;
  max-width: 800px;
}
.is_pc article {
  padding: 0;
}
.is_sp article {
  padding: 0;
}

#kv {
  height: calc(100vh - var(--yodogawa-height));
  padding-top: 32px;
  margin-bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.is_pc #kv {
  min-height: calc(940px - var(--yodogawa-height));
}
.is_sp #kv {
  padding-top: 0;
  min-height: 446px;
}
#kv img {
  max-width: 560px;
}
#kv h1 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
}
#kv::before {
  content: "Hobo Nikkan Itoi Shinbun";
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 10px 0;
  text-align: left;
}
.is_sp #kv::before {
  text-align: center;
}

#yodogawa {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 96px;
}
#yodogawa.bd_t.bd_none {
  margin-top: 0;
}
.is_sp #yodogawa {
  flex-direction: column;
  align-items: center;
  padding-left: 7.729468599vw;
  padding-right: 7.729468599vw;
  padding-bottom: 32px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  max-width: 560px;
}
#yodogawa .inner {
  display: flex;
  width: 100%;
}
.is_pc #yodogawa .inner {
  justify-content: space-between;
}
.is_sp #yodogawa .inner {
  transform: scale(1);
  flex-direction: column;
}
#yodogawa h2 {
  font-feature-settings: "palt";
  letter-spacing: 0.25em;
  margin-top: -0.3em;
  line-height: 1.5;
}
.is_pc #yodogawa h2 {
  font-size: 50px;
}
.is_sp #yodogawa h2 {
  font-size: clamp(30px, 9.6618357488vw, 50px);
  margin-bottom: 32px;
}
.is_sp #yodogawa h2 br {
  display: inline !important;
}
#yodogawa p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
.is_sp #yodogawa p {
  text-align: justify;
  letter-spacing: 0;
}

#index_nav {
  margin: 0;
}

#information_free {
  font-family: "SakuraKeisetsu JIS2004", serif;
  padding: 0;
  margin-right: auto;
  margin-bottom: 96px;
  margin-left: auto;
}
.is_sp #information_free {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 64px;
}
#information_free li {
  margin: 0;
  padding: 0;
  border: 0 none;
}
#information_free li .info_code {
  margin-bottom: 64px;
}
#information_free li .info_code iframe {
  vertical-align: top;
}
.is_sp #information_free li .info_code iframe {
  width: 100vw;
  height: 56.25vw;
  max-width: 800px;
  max-height: 450px;
}
#information_free li .info_desc.info {
  max-width: 560px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 32px;
  box-sizing: border-box;
}
#information_free li .info_desc.info .label {
  width: fit-content;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 0;
  margin-bottom: 1em;
}
#information_free li .info_desc.info .label::before, #information_free li .info_desc.info .label::after {
  left: 0;
  top: 50%;
  transform-origin: center left;
}
#information_free li .info_desc.info .label::before {
  transform: translateY(-50%) rotate(-60deg);
}
#information_free li .info_desc.info .label::after {
  transform: translateY(-50%) rotate(60deg);
}
#information_free li .info_desc.info .label span::before, #information_free li .info_desc.info .label span::after {
  right: 0;
  top: 50%;
  transform-origin: center right;
}
#information_free li .info_desc.info .label span::before {
  transform: translateY(-50%) rotate(60deg);
}
#information_free li .info_desc.info .label span::after {
  transform: translateY(-50%) rotate(-60deg);
}
#information_free li .info_desc.info p,
#information_free li .info_desc.info h3 {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
#information_free li .info_desc.info .place {
  font-size: 16px;
}
#information_free li .info_desc.info .date {
  font-size: 20px;
  margin-bottom: 32px;
}
#information_free li .info_desc.info h3 {
  font-size: 32px;
  line-height: 1.5;
}

/* 親要素のスタイル */
.anim-arrow {
  position: fixed;
  transform: translateX(-50%);
  width: 0;
  height: 40px; /* 疑似要素が収まる高さ */
  pointer-events: none; /* クリックを邪魔しない */
  transition: opacity 0.5s;
  /* 矢印本体（上下２つ） */
}
.is_sp .anim-arrow {
  right: 0;
  bottom: 0;
}
.is_sp.w640 .anim-arrow {
  right: 0;
  bottom: -40px;
}
.is_pc .anim-arrow {
  right: 47px;
  bottom: 32px;
}
.anim-arrow i {
  position: absolute;
  opacity: 0;
  animation: arrow-fade 2s infinite;
}
.anim-arrow i::before, .anim-arrow i::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: rgb(94, 42, 23);
  position: absolute;
  bottom: 0;
  opacity: 0.5;
}
.anim-arrow i::before {
  transform-origin: 100% 100%;
  transform: translateX(-100%) rotate(45deg);
}
.anim-arrow i::after {
  transform-origin: 0 0;
  transform: translateX(0%) rotate(-45deg);
}
.anim-arrow i:first-child {
  top: 0;
  animation-delay: 0s;
}
.anim-arrow i:last-child {
  top: 24px; /* 少し下にずらす */
  animation-delay: 1s;
}
.anim-arrow.is-hidden {
  opacity: 0;
}

/* キーフレーム定義 */
@keyframes arrow-fade {
  0% {
    opacity: 0;
    transform: translate(-50%, -10px);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
}

/*# sourceMappingURL=custom.css.map */
