@charset "UTF-8";
#talk_body a::before {
  content: "";
}

body,
html {
  height: auto;
}

body {
  font-family: "Aoto Gothic Regular", sans-serif;
  line-height: 1.75;
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
dt,
strong {
  font-weight: normal;
}

br.only-sp {
  display: none;
}
@media (max-width: 640px) {
  br.only-sp {
    display: block !important;
  }
}

a {
  color: #000;
  border-bottom-width: 1px;
}
@media (hover: hover) {
  a:hover {
    border-bottom-width: 1px;
  }
}
.image-link > a, a.image-link {
  border-bottom-width: 0 !important;
}
@media (hover: hover) {
  .image-link > a:hover, a.image-link:hover {
    background-color: transparent;
  }
}
@media (hover: hover) {
  a:hover {
    color: #b34724;
    background-color: #ffffdb;
  }
}

@media (min-width: 641px) {
  article {
    max-width: 100%;
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 640px) {
  article {
    padding: 0;
    background-color: transparent;
  }
}

#kv {
  position: relative;
  max-height: 100vh;
  margin-bottom: 0;
  background-image: linear-gradient(180deg, #f2f26d 62.5%, #b24624 62.5%);
}
@media (min-width: 641px) {
  #kv {
    padding-top: 40px;
  }
}
#kv h1 {
  position: relative;
  z-index: 1;
  max-height: 100vh;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #kv h1 {
    margin-right: -17.3076923077%;
    margin-left: -17.3076923077%;
  }
}
#kv img {
  object-fit: contain;
  height: 100%;
  max-height: 100vh;
}

#yodogawa,
#talk_wrap,
.talk_nav,
#index_nav,
#information_free {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 640px) {
  #yodogawa,
  #talk_wrap,
  .talk_nav,
  #index_nav,
  #information_free {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

#yodogawa {
  font-family: "Aoto Gothic Extra Bold", sans-serif;
  margin-top: 0 !important;
}
@media (max-width: 640px) {
  #yodogawa .inner {
    padding: 20px;
  }
}
#yodogawa .inner > p {
  margin: 0;
  padding: 8px;
}
#yodogawa .inner > p:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#yodogawa p {
  line-height: 1.75;
}
@media (max-width: 640px) {
  #yodogawa p {
    font-size: 0.875rem;
    text-align: justify;
  }
}
#yodogawa small {
  font-size: 0.875em;
}
#yodogawa a {
  position: relative;
  padding: 2px;
  border-bottom-width: 1px;
}
@media (hover: hover) {
  #yodogawa a:hover::before {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
#yodogawa a.image-link {
  display: flex;
  max-width: 400px;
}
#yodogawa a.image-link + br {
  display: none;
}

.indent_half,
.indent_half_top {
  position: static;
  margin: 0 !important;
}

.talk_nav {
  max-width: 800px;
  margin: 0 auto;
  border: 0px none;
}
@media (min-width: 641px) {
  .talk_nav ul svg {
    width: 60px;
    height: 60px;
  }
}
.talk_nav li a {
  display: block;
  padding: 20px !important;
  border-radius: 8px;
  transition: all 0.25s;
}
@media (hover: hover) {
  .talk_nav li a:hover:hover {
    opacity: 1 !important;
  }
  .talk_nav li a:hover:hover .cls-1,
  .talk_nav li a:hover:hover .cls-2 {
    stroke: #b34724;
  }
  .talk_nav li a:hover:hover::after {
    color: #b34724;
  }
}
.talk_nav li a::after {
  line-height: 1.5;
}

#talk_wrap {
  padding-bottom: 40px;
}
#talk_wrap h2 {
  font-family: "Aoto Gothic Extra Bold", sans-serif;
  line-height: 1.5;
  color: #b34724;
  font-size: 24px;
}
@media (min-width: 641px) {
  #talk_wrap h2 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  #talk_wrap h2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#talk_wrap h2 .s {
  color: #000;
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
#talk_wrap h2 .s > br,
#talk_wrap h2 .s + br {
  display: none;
}
._2024-08-19_html #talk_wrap h2 .s {
  background-image: url(./images/num_bg1.svg);
}
._2024-08-20_html #talk_wrap h2 .s {
  background-image: url(./images/num_bg2.svg);
}
._2024-08-21_html #talk_wrap h2 .s {
  background-image: url(./images/num_bg3.svg);
}
._2024-08-22_html #talk_wrap h2 .s {
  background-image: url(./images/num_bg4.svg);
}
._2024-08-23_html #talk_wrap h2 .s {
  background-image: url(./images/num_bg5.svg);
}
._2024-08-24_html #talk_wrap h2 .s {
  background-image: url(./images/num_bg6.svg);
}
#talk_wrap .talk_end {
  margin-top: 3em;
  margin-bottom: 0;
  font-size: 1rem;
}
#talk_wrap .talk_end .date {
  font-size: 0.875em;
}

#talk_body > div {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 640px) {
  #talk_body > div {
    padding: 20px;
  }
}
#talk_body a {
  position: relative;
  padding: 2px;
  border-bottom-width: 0;
}
@media (hover: hover) {
  #talk_body a:hover {
    border-bottom-width: 0 !important;
  }
  #talk_body a:hover::before {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 640px) {
  #talk_body a {
    text-decoration: underline;
    padding: 0;
  }
  #talk_body a::before {
    content: none;
  }
}
#talk_body .pic {
  max-width: 640px;
  margin: -40px auto;
}
@media (max-width: 640px) {
  #talk_body .pic {
    margin: 0 auto;
  }
}
#talk_body .pic .pic_wrap {
  vertical-align: top;
}
#talk_body .pic img {
  vertical-align: top;
}
#talk_body dl {
  max-width: 560px;
  font-size: 1rem;
}
#talk_body dl:last-child dd:last-child {
  margin-bottom: 0;
}
#talk_body dl dt {
  font-family: "Aoto Gothic Extra Bold", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  width: 5.5em;
  padding-right: 2em;
}
@media (max-width: 640px) {
  #talk_body dl dt {
    margin-bottom: 0;
  }
}
#talk_body dl dt[data-name=谷本] {
  color: #b24624;
}
#talk_body dl dd {
  line-height: 1.75;
  letter-spacing: 0.075em;
  width: calc(100% - 5.5em);
}
#talk_body dl dd:last-child {
  margin-bottom: 3em;
}
@media (max-width: 640px) {
  #talk_body dl dd {
    text-align: justify;
    width: 100%;
    margin-bottom: 1.25em;
    padding: 0;
  }
  #talk_body dl dd + dd {
    margin-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 641px) {
  #talk_body dl dd + dd {
    padding-left: 5.5em;
  }
}

@media (max-width: 640px) {
  #bg {
    opacity: 0.375;
    background-image: url(./images/texture_sp.png);
    background-repeat: repeat;
    background-size: cover;
  }
}
@media (min-width: 641px) {
  #bg {
    opacity: 0.25;
    background-image: url(./images/texture_pc2.png);
    background-repeat: repeat;
    background-size: cover;
  }
}

#index_nav {
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 0;
}
#index_nav ul {
  width: calc(100% - 64px);
  max-width: 640px;
  margin: 0 auto;
  border: 0 none;
}
#index_nav ul li {
  border: 0 none;
  margin: 32px auto;
}
#index_nav ul li:first-child {
  margin-top: 0;
}
#index_nav ul li:last-child {
  margin-bottom: 0;
}
#index_nav ul li a {
  position: relative;
  padding: 0;
}
@media (hover: hover) {
  #index_nav ul li a:hover {
    opacity: 1 !important;
    background-color: transparent;
  }
  #index_nav ul li a:hover .title::before {
    opacity: 1;
    background-color: #ffffdb;
  }
}
#index_nav ul li a .title {
  position: relative;
  font-family: "Aoto Gothic Extra Bold", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  color: #b34724;
}
@media (min-width: 641px) {
  #index_nav ul li a .title {
    font-size: 24px;
  }
}
#index_nav ul li a .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 48px;
  width: calc(100% - 48px);
  height: 100%;
  background-color: transparent;
  opacity: 0;
  transition: all 0.25s;
  z-index: -1;
}
#index_nav ul li a .title .s {
  font-size: 20px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 16px 0 0;
  color: #000;
  background-repeat: no-repeat;
}
#index_nav ul li a .title .s > br,
#index_nav ul li a .title .s + br {
  display: none;
}
#index_nav ul li a .date {
  font-family: "Aoto Gothic Extra Bold", sans-serif;
  font-size: 12px;
  text-align: left;
  margin-left: 56px;
  color: #000;
}
#index_nav ul li.disabled a {
  pointer-events: none;
  opacity: 1;
}
#index_nav ul li.disabled a .title {
  opacity: 1 !important;
  color: #999;
}
#index_nav ul li.disabled a .title .s {
  color: #fff;
  filter: grayscale(100%);
}
#index_nav ul li:nth-child(1) a .title .s {
  background-image: url(./images/num_bg1.svg);
}
#index_nav ul li:nth-child(2) a .title .s {
  background-image: url(./images/num_bg2.svg);
}
#index_nav ul li:nth-child(3) a .title .s {
  background-image: url(./images/num_bg3.svg);
}
#index_nav ul li:nth-child(4) a .title .s {
  background-image: url(./images/num_bg4.svg);
}
#index_nav ul li:nth-child(5) a .title .s {
  background-image: url(./images/num_bg5.svg);
}
#index_nav ul li:nth-child(6) a .title .s {
  background-image: url(./images/num_bg6.svg);
}

.banner_oitoshi_portal {
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media (max-width: 640px) {
  #modal_wrap {
    padding-bottom: 0 !important;
  }
}
#modal_inner {
  background-color: rgba(255, 255, 255, 0.25);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
}
@media (max-width: 640px) {
  #modal_inner {
    background-image: url(./images/texture_sp.png);
  }
}
@media (min-width: 641px) {
  #modal_inner {
    background-image: url(./images/texture_pc.png);
  }
}
#modal_data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#modal_data .profile_inner {
  position: relative;
  margin: 0;
  padding: 4rem;
}
@media (max-width: 640px) {
  #modal_data .profile_inner {
    padding: 2rem;
  }
}
#modal_data .profile_inner > * {
  position: relative;
  z-index: 1;
}
#modal_data .profile_inner .pic {
  display: none;
}
@media (max-width: 640px) {
  #modal_data .profile_inner h3 {
    line-height: 1.5;
    text-align: left;
  }
  #modal_data .profile_inner h3 .s {
    margin: 0;
  }
}
#modal_data .profile_inner .desc p {
  line-height: 1.75;
  text-align: justify;
}
#modal_data .profile_inner .desc p:last-child {
  margin-bottom: 0;
}
#modal_data .profile_inner .desc p a {
  border-bottom-width: 1px;
}
#modal_data .profile_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  mix-blend-mode: soft-light;
}
#modal .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}
#modal .btn_close {
  top: 8px;
  right: 8px;
  bottom: auto;
  left: auto;
  background-color: transparent;
  background-image: none;
}
@media (max-width: 640px) {
  .is_sp #modal .btn_close {
    top: 8px;
    right: 8px;
    bottom: auto;
    left: auto;
  }
}
#modal .btn_close::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  background-image: url(https://www.1101.com/n/s/wp-content/themes/ns_2018/asset/images/parts_close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px;
}
@media (hover: hover) {
  #modal .btn_close {
    transition: none;
    transform: unset;
  }
  #modal .btn_close:hover::after {
    transform: scale(0.9) rotate(90deg);
  }
}

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