@charset "UTF-8";
#index_nav ul li a::before, #talk_body a::before, .talk_nav li a::before, #yodogawa a::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  transition: all 0.25s;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
}

#index_nav ul li a .title .s, #talk_wrap h2 .s {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: auto;
}
#index_nav ul li a .title .s::before, #talk_wrap h2 .s::before, #index_nav ul li a .title .s::after, #talk_wrap h2 .s::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#index_nav ul li a .title .s::before, #talk_wrap h2 .s::before {
  border-radius: 50%;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(221, 204, 153, 0.5));
}
#index_nav ul li a .title .s::after, #talk_wrap h2 .s::after {
  transform: rotate(45deg);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(151, 154, 155, 0.5));
}
#index_nav ul li a .title .s + br, #talk_wrap h2 .s + br {
  display: none;
}

body,
html {
  height: auto;
}

body {
  font-family: "Gothic MB101 Medium JIS2004", sans-serif;
  line-height: 1.75;
  font-feature-settings: "halt";
}

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

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

#kv {
  max-height: 100vh;
}
@media (max-width: 640px) {
  #kv {
    max-height: 100%;
  }
}
#kv h1 {
  max-height: 100vh;
}
@media (max-width: 640px) {
  #kv h1 {
    max-height: 100%;
  }
}
#kv img {
  object-fit: contain;
  height: 100%;
  max-height: 100vh;
}
@media (max-width: 640px) {
  #kv img {
    max-height: 100%;
  }
}

#yodogawa {
  font-family: "Gothic MB101 Bold JIS2004", sans-serif;
}
@media (max-width: 640px) {
  #yodogawa .inner {
    padding: 20px;
  }
}
#yodogawa .inner > p {
  padding: 8px;
  margin: 0;
}
#yodogawa .inner > p:nth-child(2) {
  font-family: "Reimin Y10 EB JIS2004 AP", sans-serif;
  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 a {
  position: relative;
  padding: 2px;
  border-bottom-width: 0;
}
@media (hover: hover) {
  #yodogawa a:hover {
    border-bottom-width: 0 !important;
  }
  #yodogawa a:hover::before {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 640px) {
  #yodogawa a {
    text-decoration: underline;
  }
  #yodogawa a::before {
    content: 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;
}
@media (hover: hover) {
  .talk_nav li a:hover {
    opacity: 1 !important;
  }
  .talk_nav li a:hover::before {
    transform: rotate(45deg) scale(1);
    opacity: 1;
    background-image: linear-gradient(45deg, rgba(200, 240, 255, 0.5), rgba(221, 204, 153, 0.5));
  }
}
.talk_nav li a::before {
  width: 100%;
  height: 100%;
  transform: rotate(45deg) scale(0.9);
  transform-origin: center;
  opacity: 0;
  background-color: transparent;
  background-image: linear-gradient(45deg, rgba(200, 240, 255, 0.5), rgba(221, 204, 153, 0.5));
}
.talk_nav li a::after {
  line-height: 1.5;
}

#talk_wrap h2 {
  font-family: "Gothic MB101 Bold JIS2004", sans-serif;
  line-height: 1.5;
}
#talk_body > div {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(221, 204, 153, 0.5));
}
@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 {
    padding: 0;
    text-decoration: underline;
  }
  #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;
}
#talk_body dl:last-child dd {
  margin-bottom: 0;
}
#talk_body dl dt {
  font-family: "Gothic MB101 Bold JIS2004", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  width: 5.5em;
  padding-right: 2em;
}
#talk_body dl dt[data-name=糸井] {
  color: #222020;
}
#talk_body dl dt[data-name=糸井] ~ dd {
  color: #222020;
}
#talk_body dl dt[data-name=呉] {
  color: rgb(30, 50, 60);
}
#talk_body dl dt[data-name=呉] ~ dd {
  color: rgb(30, 50, 60);
}
@media (max-width: 640px) {
  #talk_body dl dt {
    margin-bottom: 0;
  }
}
#talk_body dl dd {
  line-height: 1.75;
  letter-spacing: 0.075em;
  width: calc(100% - 5.5em);
}
#talk_body dl dd + dd {
  padding-left: 5.5em;
}
@media (max-width: 640px) {
  #talk_body dl dd {
    width: 100%;
    padding: 0;
    text-align: justify;
    margin-bottom: 1.75em;
  }
  #talk_body dl dd + dd {
    margin-top: 0;
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  #bg {
    background-size: 100%;
  }
}
@media (min-width: 641px) {
  #bg {
    background-repeat: repeat;
    background-size: 100%;
  }
}

#index_nav ul {
  max-width: 640px;
  margin: 0 auto;
  border: 0 none;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(221, 204, 153, 0.5));
}
#index_nav ul li {
  border: 0 none;
}
#index_nav ul li a {
  position: relative;
  padding: 2em 0;
}
@media (hover: hover) {
  #index_nav ul li a:hover {
    opacity: 1 !important;
  }
  #index_nav ul li a:hover::before {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
#index_nav ul li a::before {
  background-color: rgba(255, 255, 255, 0);
}
#index_nav ul li a .title {
  font-family: "Gothic MB101 Bold JIS2004", sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0;
}
#index_nav ul li a .title .s {
  margin-bottom: -1em;
}
#index_nav ul li a .date {
  font-family: "Gothic MB101 Bold JIS2004", sans-serif;
  color: #000;
}
#index_nav ul li.disabled a::before {
  content: none;
}

@media (max-width: 640px) {
  #modal_wrap {
    padding-bottom: 0 !important;
  }
}
#modal_data {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#modal_data .profile_inner {
  margin: 0;
  padding: 4rem;
  background-size: cover;
  background-position: center;
  background-image: url(/n/s/wp-content/uploads/2024/06/bg-scaled.jpg);
  position: relative;
}
@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 {
    text-align: left;
    line-height: 1.5;
  }
  #modal_data .profile_inner h3 .s {
    margin: 0;
  }
}
#modal_data .profile_inner .desc p {
  text-align: justify;
  line-height: 1.75;
}
#modal_data .profile_inner .desc p:last-child {
  margin-bottom: 0;
}
#modal_data .profile_inner::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  mix-blend-mode: soft-light;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
#modal .btn_close {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
  background-image: none;
}
#modal .btn_close::after {
  content: "";
  display: block;
  background-image: url(https://www.1101.com/n/s/wp-content/themes/ns_2018/asset/images/parts_close.png);
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 640px) {
  #modal .btn_close {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@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 */
