@charset "UTF-8";
#information_free li .info_title {
  font-family: "UD Shin Go B JIS2004 AP", sans-serif;
  font-size: 32px;
  line-height: 1.25;
  color: #8659b2;
  font-feature-settings: "palt";
}
.is_sp #information_free li .info_title, #information_free li .is_sp .info_title {
  font-size: 24px;
}
#information_free li .info_title .s {
  font-family: "UD Shin Go Condensed 50 EL JIS2004 AP", sans-serif;
  font-size: 100px;
  line-height: 1;
  text-align: left;
  margin: 0;
  color: #94c95f;
}
.is_sp #information_free li .info_title .s, #information_free li .is_sp .info_title .s {
  font-size: 70px;
}
#information_free li .info_title br {
  display: none;
}

#bg {
  background-image: linear-gradient(135deg, #94c95f 10.1%, rgba(0, 0, 0, 0) 10.1%), linear-gradient(-45deg, #94c95f 10.1%, rgba(0, 0, 0, 0) 10.1%), linear-gradient(135deg, #94c95f 10.1%, rgba(0, 0, 0, 0) 10.1%), linear-gradient(-45deg, #94c95f 10.1%, rgba(0, 0, 0, 0) 10.1%), linear-gradient(135deg, #94c95f 10.1%, rgba(0, 0, 0, 0) 10.1%), linear-gradient(-45deg, #94c95f 10.1%, rgba(0, 0, 0, 0) 10.1%), linear-gradient(135deg, #94c95f 10.1%, rgba(0, 0, 0, 0) 10.1%), linear-gradient(-45deg, #94c95f 10.1%, rgba(0, 0, 0, 0) 10.1%), linear-gradient(135deg, #94c95f 10.1%, rgba(0, 0, 0, 0) 10.1%), linear-gradient(-45deg, #94c95f 10.1%, rgba(0, 0, 0, 0) 10.1%), linear-gradient(135deg, #94c95f 10.1%, rgba(0, 0, 0, 0) 10.1%);
  background-repeat: repeat !important;
  background-position: 0px 0px, 4px 4px, 4px 4px, 6px 6px, 6px 6px, 8px 8px, 8px 8px, 10px 10px, 10px 10px, 12px 12px, 12px 12px !important;
  background-size: 10px 10px;
}

:root {
  --color-primary: #8659b2;
  --color-secondary: #94c95f;
  --color-link: #94c95f;
  --color-marquee: #94c95f;
  --color-background: #fff;
  --color-kv-background: #8659b2;
  --color-text: #333;
  --color-pic-border: rgba(0, 0, 0, 0.1);
}

body {
  font-family: "UD Shin Go R JIS2004 AP", sans-serif;
  letter-spacing: 0.075em;
  color: var(--color-text);
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is_sp {
  letter-spacing: 0;
}
body * {
  box-sizing: border-box;
}

#bg {
  transform: scale(1, -1);
}

.bd_t,
.bd_b {
  border: 0 none transparent;
}

@media (hover: hover) {
  a {
    transition: color 0.3s;
  }
  a:hover {
    color: var(--color-secondary);
  }
}
a {
  color: var(--color-link);
}

article {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}

#kv {
  min-height: min(63.33333333vw, 100vh);
}
.is_sp:not(.only_tablet) #kv {
  min-height: min(182.05128205vw, 100vh);
}
#kv img {
  width: auto;
  max-height: min(63.33333333vw, 100vh);
  aspect-ratio: 30/19;
}
.is_sp:not(.only_tablet) #kv img {
  max-height: min(182.05128205vw, 100vh);
  aspect-ratio: 39/71;
}
#kv h1 {
  min-height: min(63.33333333vw, 100vh);
  background-color: #add982;
}
.is_sp:not(.only_tablet) #kv h1 {
  min-height: min(182.05128205vw, 100vh);
}

#yodogawa .inner {
  text-align: justify;
}
@media (hover: hover) {
  #yodogawa .inner a {
    transition: all 0.3s;
  }
}
#yodogawa .inner p {
  font-family: "UD Shin Go B JIS2004 AP", sans-serif;
  font-size: 20px;
  line-height: 1.75;
  color: var(--color-primary);
}
.is_sp #yodogawa .inner p {
  font-size: 14px;
}
#yodogawa .inner p.btn_profile {
  line-height: 1;
  width: fit-content;
}
#yodogawa .inner p.btn_profile ~ .btn_profile {
  margin-top: 1em;
}
@media (hover: hover) {
  #yodogawa .inner p.btn_profile a {
    transition: all 0.3s;
  }
  #yodogawa .inner p.btn_profile a:hover {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
  }
}
#yodogawa .inner p.btn_profile a {
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  padding: 1em 2em;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 0px;
}
.is_sp #yodogawa .inner p.btn_profile a {
  padding: 1em;
}
#yodogawa .inner p.btn_profile a::after {
  content: "\e913";
  font-family: Hobonichi-Icons;
  line-height: 1;
  display: inline-block;
  margin-left: 0.5em;
}

@media (max-width: 960px) {
  .content_wrap {
    max-width: calc(100% - 32px);
  }
}
.content_wrap {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
}
.is_sp .content_wrap {
  max-width: 91.4666666667%;
  padding-right: 16px;
  padding-left: 16px;
}

#modal_data .profile_inner .pic {
  display: none;
}
#modal_data .profile_inner h3 {
  font-family: "UD Shin Go B JIS2004 AP", sans-serif;
  font-size: 32px;
  line-height: 1.25;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 16px;
  color: var(--color-primary);
}
#modal_data .profile_inner h3 .s {
  display: none;
}
.is_sp #modal_data .profile_inner h3 {
  font-size: 24px;
}
#modal_data .profile_inner .desc {
  margin-bottom: 32px;
}
#modal_data .profile_inner .desc p {
  font-family: "UD Shin Go R JIS2004 AP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 1.75em;
  color: var(--color-text);
}
#modal_data .profile_inner .desc ul {
  padding-left: 1.5em;
  list-style: disc;
}
#modal_data .profile_inner .desc ul li {
  margin-bottom: 0.875em;
}

#index_nav {
  display: none;
}

.talk_nav {
  margin: 40px auto;
}
.talk_nav svg .cls-1,
.talk_nav svg .cls-2 {
  stroke: var(--color-primary);
  stroke-width: 1px;
}
.talk_nav li a::after {
  font-family: "UD Shin Go M JIS2004 AP", sans-serif;
  letter-spacing: 0.075em;
  color: var(--color-primary);
}

#information_free li .info_title {
  display: block;
  width: fit-content;
  min-width: 560px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
#information_free li .info_title:not(:first-child) {
  margin-top: 80px;
}
.is_sp #information_free li .info_title {
  min-width: 100%;
  margin-bottom: 24px;
}
.is_sp #information_free li .info_title:not(:first-child) {
  margin-top: 48px;
}
#information_free li .info_title p strong {
  font-weight: normal;
}
#information_free li .info_taidan_txt {
  max-width: 560px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
#information_free li .info_taidan_txt dl dt {
  line-height: 1.75;
  text-align: left;
  letter-spacing: 0;
  width: 6em;
  padding: 0;
}
.is_sp #information_free li .info_taidan_txt dl dt {
  width: 100%;
  margin-bottom: 0;
}
#information_free li .info_taidan_txt dl dt[data-name=──] {
  letter-spacing: 0;
  left: 0;
  transform: scaleX(1.5);
  transform-origin: left center;
  color: var(--color-primary);
}
#information_free li .info_taidan_txt dl dt[data-name=──] + dd {
  color: var(--color-primary);
}
#information_free li .info_taidan_txt dl dd {
  line-height: 1.75;
  width: calc(100% - 6em);
}
.is_sp #information_free li .info_taidan_txt dl dd {
  font-size: 16px;
  text-align: justify;
  width: 100%;
  padding: 0;
}
#information_free li .info_taidan_txt dl dd + dd {
  width: 100%;
  padding-left: 6em;
}
#information_free li .info_taidan_txt dl:last-child dd {
  margin-bottom: 0;
}
#information_free li .info_taidan_txt .txt_box {
  margin: 4em auto;
  padding: 0;
}
#information_free li .info_taidan_txt .txt_box .desc {
  min-width: 100%;
}
#information_free li .info_taidan_txt .pic {
  margin-top: 40px;
}
#information_free li .info_taidan_txt .pic .pic_wrap img {
  vertical-align: top;
}
#information_free li .info_taidan_txt.pic-border .pic .pic_wrap {
  position: relative;
}
#information_free li .info_taidan_txt.pic-border .pic .pic_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--color-pic-border);
}
#information_free li .info_img:not(:last-child) {
  margin: 40px auto;
}
#information_free li .info_img img {
  vertical-align: top;
  max-width: 560px;
}

.marquee {
  width: 100%;
  height: 40px;
  margin: 40px auto;
  animation: marquee 10s linear infinite;
  opacity: 0.2;
  background-size: 620px 40px;
}
.is_sp .marquee {
  width: calc(100% + 32px);
  height: 24px;
  animation-name: marquee-sp;
  background-size: 372px 24px;
  margin-right: -16px;
  margin-left: -16px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -620px 0;
  }
}
@keyframes marquee-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -372px 0;
  }
}
