#talk_body .link a, .btn_profile a, a.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 0 36px 0 16px;
  border: 2px solid var(--col-1);
  background-color: var(--col-w);
}
@media (hover: hover) {
  #talk_body .link a, .btn_profile a, a.btn {
    position: relative;
  }
  #talk_body .link a::before, .btn_profile a::before, a.btn::before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    content: "";
    transition: right 0.3s;
    background-color: transparent;
    background-image: linear-gradient(45deg, var(--col-5) 16.6667%,var(--col-1) 16.6667%,var(--col-1) 50%,var(--col-5) 50%,var(--col-5) 66.6667%,var(--col-1) 66.6667%);
    background-repeat: repeat;
    background-size: 6px 6px;
  }
  #talk_body .link a:hover::before, .btn_profile a:hover::before, a.btn:hover::before {
    right: 0;
  }
  #talk_body .link a:hover span, .btn_profile a:hover span, a.btn:hover span {
    color: var(--col-w);
  }
  #talk_body .link a img, .btn_profile a img, a.btn img {
    position: relative;
    z-index: 1;
  }
  #talk_body .link a img:hover, .btn_profile a img:hover, a.btn img:hover {
    opacity: 1;
  }
  #talk_body .link a span, .btn_profile a span, a.btn span {
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
}
#talk_body .link a::after, .btn_profile a::after, a.btn::after {
  font-family: "Hobonichi-Icons";
  font-size: 24px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 100%;
  content: "\e917";
  color: var(--col-w);
  background-color: var(--col-1);
}

:root {
  --col-w: #FFFFFF;
  --col-b: #000000;
  --col-1: #FF3399;
  --col-2: #d9d9d9;
  --col-3: #e6e6e6;
  --col-4: #ffd6eb;
  --col-5: #ff99cc;
  --col-6: #4d4d4d;
  --pad16: 3.8461538462vw;
  --w288: 69.2307692308vw;
  --row1: 25%;
  --row2: 50%;
  --row3: 75%;
}

.indent_half, .indent_half_top {
  position: static;
  margin-left: auto !important;
}

.bd_b {
  border-color: var(--col-2);
}

body {
  font-family: "Reimin Y30 Medium", serif;
  font-feature-settings: "halt";
  line-height: 1.75;
}

#bg {
  background-color: transparent;
  background-image: linear-gradient(-45deg, var(--col-2) 16.6667%,var(--col-w) 16.6667%,var(--col-w) 50%,var(--col-2) 50%,var(--col-2) 66.6667%,var(--col-w) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
}

article.bg_color {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  background-color: var(--col-w);
}
@media (max-width: 640px) {
  article.bg_color {
    position: relative;
    z-index: 0;
  }
  article.bg_color::after {
    position: fixed;
    z-index: 0;
    top: 0;
    right: calc(var(--row3) + var(--pad16));
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background-attachment: fixed;
    background-position: center center;
    background-color: transparent;
    background-image: linear-gradient(-45deg, var(--col-2) 16.6667%,var(--col-w) 16.6667%,var(--col-w) 50%,var(--col-2) 50%,var(--col-2) 66.6667%,var(--col-w) 66.6667%);
    background-repeat: repeat;
    background-size: 6px 6px;
  }
}

#kv {
  position: relative;
  z-index: 1;
}

.content_wrap {
  position: relative;
  z-index: 1;
}

#yodogawa {
  margin-top: 32px !important;
  padding: 0 var(--pad16);
}
@media (min-width: 641px) {
  #yodogawa {
    padding: 0;
  }
}
#yodogawa .inner {
  width: var(--row3);
  margin-left: var(--row1);
}
#yodogawa .inner p {
  font-size: 14px;
  text-align: justify;
}
@media (min-width: 641px) {
  #yodogawa .inner p {
    font-size: 16px;
  }
}
#yodogawa .inner p:last-child {
  margin-bottom: 0;
}
#yodogawa a {
  padding: 0 36px 0 16px;
  border-width: 2px;
}
@media (hover: hover) {
  #yodogawa a {
    border-bottom-width: 2px !important;
  }
}

.btn_profile a {
  max-width: 240px;
  min-height: 40px;
  margin-top: 8px;
}
@media (hover: hover) {
  .btn_profile a:hover {
    color: var(--col-w);
  }
}
.btn_profile a::after {
  font-size: 16px;
  content: "\e913";
}

#index_nav {
  margin: 32px auto 48px;
}
#index_nav ul.bd_b {
  border: 0 none;
}
#index_nav ul li {
  margin-bottom: 16px;
  padding: 0 var(--pad16);
}
@media (min-width: 641px) {
  #index_nav ul li {
    padding: 0;
  }
}
#index_nav ul li.bd_t {
  border: 0 none;
}
#index_nav ul li a {
  position: relative;
  margin: 0 -3.8461538462vw;
  padding: 16px 0;
}
@media (min-width: 641px) {
  #index_nav ul li a {
    margin: 0 auto;
  }
}
#index_nav ul li a .title {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 641px) {
  #index_nav ul li a .title {
    font-size: 28px;
  }
}
#index_nav ul li a .title .s {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(25% - 8px);
  height: 30px;
  margin: 0;
  margin-right: 16px;
  text-align: right;
  color: var(--col-w);
  background-color: var(--col-1);
}
@media (min-width: 641px) {
  #index_nav ul li a .title .s {
    font-size: 22px;
    width: calc(25% - 16px);
  }
}
#index_nav ul li a .title > br {
  display: none;
}
#index_nav ul li a .date {
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: calc(25% + 8px);
}
@media (min-width: 641px) {
  #index_nav ul li a .date {
    padding-left: 25%;
  }
}
@media (hover: hover) {
  #index_nav ul li:not(.disabled) a .s {
    position: relative;
  }
  #index_nav ul li:not(.disabled) a .s::after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    content: "";
    transition: right 0.3s;
    background-color: transparent;
    background-image: linear-gradient(45deg, var(--col-2) 16.6667%,var(--col-w) 16.6667%,var(--col-w) 50%,var(--col-2) 50%,var(--col-2) 66.6667%,var(--col-w) 66.6667%);
    background-repeat: repeat;
    background-size: 6px 6px;
  }
  #index_nav ul li:not(.disabled) a .s span {
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
  #index_nav ul li:not(.disabled) a .title::after {
    position: absolute;
    z-index: 0;
    top: 16px;
    right: 100%;
    bottom: 16px;
    left: 25%;
    content: "";
    transition: right 0.3s;
    background-color: transparent;
    background-image: linear-gradient(45deg, var(--col-2) 16.6667%,var(--col-w) 16.6667%,var(--col-w) 50%,var(--col-2) 50%,var(--col-2) 66.6667%,var(--col-w) 66.6667%);
    background-repeat: repeat;
    background-size: 6px 6px;
  }
  #index_nav ul li:not(.disabled) a .title span {
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
  #index_nav ul li:not(.disabled) a:hover .s::after {
    right: 0;
  }
  #index_nav ul li:not(.disabled) a:hover .s span {
    color: var(--col-1);
  }
  #index_nav ul li:not(.disabled) a:hover .title::after {
    right: 0;
  }
  #index_nav ul li:not(.disabled) a:hover .title span {
    color: var(--col-1);
  }
}

#information_free {
  margin-bottom: 32px;
  padding: 0 var(--pad16);
  border-bottom: 1px solid var(--col-2);
}
@media (min-width: 641px) {
  #information_free {
    padding: 0;
  }
}
#information_free > ul > li {
  margin-bottom: 48px;
  padding: 0;
}
#information_free > ul > li > div {
  line-height: 1.75;
}
#information_free > ul > li > div:first-child {
  width: 100vw;
  max-width: calc(100% + 7.6923076923vw);
  margin: 0 -3.8461538462vw;
  padding: 48px 0;
  background-attachment: fixed;
  background-position: center center;
  background-color: transparent;
  background-image: linear-gradient(-45deg, var(--col-2) 16.6667%,var(--col-w) 16.6667%,var(--col-w) 50%,var(--col-2) 50%,var(--col-2) 66.6667%,var(--col-w) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
  border-top: 1px solid var(--col-2);
  border-bottom: 1px solid var(--col-2);
}
@media (min-width: 641px) {
  #information_free > ul > li > div:first-child {
    width: 100%;
    margin: 0;
  }
  #information_free > ul > li > div:first-child a.btn {
    box-sizing: border-box;
    max-width: 480px;
  }
}
#information_free > ul > li > div:first-child > p {
  display: flex;
  justify-content: center;
}
#information_free > ul > li > div:first-child > p a.btn {
  width: var(--w288);
}
@media (hover: hover) {
  #information_free > ul > li > div:first-child > p a.btn img {
    transition: filter 0.3s;
  }
  #information_free > ul > li > div:first-child > p a.btn:hover img {
    filter: grayscale(1) brightness(2);
  }
}
#information_free > ul > li > div:nth-child(2) {
  width: var(--row3);
  margin-top: 48px;
  margin-left: var(--row1);
}
@media (min-width: 769px) {
  #information_free > ul > li > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
  }
  #information_free > ul > li > div:nth-child(2) .lead {
    width: 100%;
  }
  #information_free > ul > li > div:nth-child(2) figure.book {
    width: 33.3333333333%;
  }
  #information_free > ul > li > div:nth-child(2) .book-desc {
    width: calc(66.6666666667% - 40px);
    margin-right: 0;
    margin-left: auto;
  }
}
#information_free > ul > li > div:nth-child(2) .lead {
  font-size: 18px;
  margin-bottom: 32px;
  text-align: justify;
  letter-spacing: 0;
}
#information_free > ul > li > div:nth-child(2) figure.book {
  max-width: 230px;
  margin-bottom: 32px;
}
#information_free > ul > li > div:nth-child(2) figure.book img {
  vertical-align: top;
}
#information_free > ul > li > div:nth-child(2) h3 {
  font-size: 24px;
}
#information_free > ul > li > div:nth-child(2) h3 + br {
  display: none;
}
#information_free > ul > li > div:nth-child(2) p {
  font-size: 16px;
  margin-bottom: 1.75em;
  text-align: justify;
  white-space: normal;
  letter-spacing: 0;
}
#information_free > ul > li > div:nth-child(2) p + br {
  display: none;
}
#information_free > ul > li > div:nth-child(2) p:last-of-type {
  margin-bottom: 0;
}
#information_free > ul > li > div:nth-child(2) .book-info {
  font-size: 14px;
  margin: 16px auto;
  letter-spacing: 0;
}
#information_free > ul > li > div:nth-child(2) .book-info dl {
  display: flex;
  flex-wrap: wrap;
}
#information_free > ul > li > div:nth-child(2) .book-info dl dt {
  width: 3.5em;
}
#information_free > ul > li > div:nth-child(2) .book-info dl dd {
  width: calc(100% - 3.5em);
}
#information_free > ul > li > div:nth-child(2) .sales-info {
  width: 100%;
  margin-bottom: 48px;
}
#information_free > ul > li > div:nth-child(2) .sales-info:last-of-type {
  margin-bottom: 0;
}
#information_free > ul > li > div:nth-child(2) .sales-info h4 {
  font-size: 20px;
  line-height: 1.35;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0.75em;
  letter-spacing: 0;
}
@media (min-width: 641px) {
  #information_free > ul > li > div:nth-child(2) .sales-info h4 {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
}
#information_free > ul > li > div:nth-child(2) .sales-info h4 + br {
  display: none;
}
#information_free > ul > li > div:nth-child(2) .sales-info h4 small {
  font-size: 75%;
  line-height: 1;
  display: inline-block;
  box-sizing: content-box;
  min-width: 5em;
  margin-right: 1em;
  margin-bottom: 4px;
  padding: 4px;
  text-align: center;
  color: var(--col-w);
  background-color: var(--col-1);
}
@media (min-width: 641px) {
  #information_free > ul > li > div:nth-child(2) .sales-info h4 small {
    margin-bottom: 0;
  }
}
#information_free > ul > li > div:nth-child(2) .sales-info p.caption {
  font-size: 14px;
  margin-top: 4px;
}
#information_free > ul > li > div:nth-child(2) a.btn {
  font-size: 16px;
  max-width: 320px;
  margin-top: 32px;
}
#information_free .bd_b {
  border: 0 none;
}

#talk_nav,
.talk_nav {
  margin: 48px 0;
  padding: 32px 0;
}
#talk_nav svg .cls-1, #talk_nav svg .cls-2,
.talk_nav svg .cls-1,
.talk_nav svg .cls-2 {
  stroke: var(--col-1);
}
#talk_nav .index a::after,
.talk_nav .index a::after {
  color: var(--col-1);
}

#talk_wrap h2 {
  line-height: 1.35;
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 48px;
  margin-left: var(--row1);
}
#talk_wrap h2 .s + br {
  display: none;
}
#talk_wrap h2 .s span {
  line-height: 1;
  display: inline-block;
  padding: 4px;
  color: var(--col-w);
  background-color: var(--col-1);
}
#talk_wrap .talk_end {
  margin: 48px 0;
}
#talk_wrap .talk_end p {
  margin-bottom: 32px;
  margin-left: var(--row1);
  text-align: left;
}

#talk_body {
  padding: 0 var(--pad16);
}
@media (min-width: 641px) {
  #talk_body {
    padding: 0;
  }
}
#talk_body dl:last-child dd:last-child {
  margin-bottom: 0;
}
#talk_body dl:last-child dd:last-child > * {
  margin-bottom: 0;
}
#talk_body dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 0;
  margin-left: var(--row1);
  padding-right: 40px;
}
@media (min-width: 641px) {
  #talk_body dt {
    margin-left: 0;
  }
}
#talk_body dd {
  font-family: "Reimin Regular", serif;
  font-size: 16px;
  line-height: 1.75;
  width: var(--row3);
  margin-left: var(--row1);
  padding: 0;
  text-align: justify;
  letter-spacing: 0;
}
@media (min-width: 641px) {
  #talk_body dd {
    margin-left: 0;
  }
}
#talk_body dd .photo {
  width: 92.3076923077vw;
  margin-left: -19.2307692308vw;
}
@media (min-width: 641px) {
  #talk_body dd .photo {
    width: 100%;
    margin: 0;
  }
}
#talk_body .photo {
  width: 100%;
  margin-top: calc(32px + 1em);
  margin-right: calc(-1 * var(--pad16));
  margin-bottom: 32px;
  margin-left: var(--pad16);
}
@media (min-width: 641px) {
  #talk_body .photo {
    width: var(--row3);
    margin-right: 0;
    margin-left: var(--row1);
  }
}
#talk_body .photo img {
  vertical-align: top;
}
#talk_body .link {
  display: table;
  margin-top: 16px;
}
#talk_body .link a {
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  min-height: 32px;
}

.life-contents {
  background-attachment: fixed;
  background-position: center center;
  background-color: transparent;
  background-image: linear-gradient(-45deg, var(--col-3) 16.6667%,var(--col-w) 16.6667%,var(--col-w) 50%,var(--col-3) 50%,var(--col-3) 66.6667%,var(--col-w) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
  border-top: 1px solid var(--col-3);
  border-bottom: 1px solid var(--col-3);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 48px;
  margin-right: calc(-1 * var(--pad16));
  margin-left: calc(-1.5 * var(--pad16));
}
@media (min-width: 641px) {
  .life-contents {
    margin-right: 0;
    margin-left: 0;
  }
}
.life-contents h3 {
  font-family: "Reimin Y30 Medium", serif;
  font-size: 18px;
  margin-left: -32px;
}
.life-contents h3 + br {
  display: none;
}

.mail-shigematsu .mail-body {
  padding-left: 14px;
  color: var(--col-6);
  border-left: 2px solid var(--col-1);
}
@media (min-width: 641px) {
  .mail-shigematsu .mail-body {
    padding-left: 30px;
  }
}
.mail-shigematsu h3 {
  line-height: 1.35;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: var(--col-b);
}
.mail-shigematsu h3::before {
  font-family: "Hobonichi-icons";
  font-size: 150%;
  content: "\e90a";
  color: var(--col-1);
}
.mail-shigematsu h3 + br {
  display: none;
}
.mail-shigematsu p {
  font-family: "Aoto Gothic Regular", sans-serif;
  margin-bottom: 1.75em;
}
.mail-shigematsu p + br {
  display: none;
}

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