html {
  line-height: 1.4;
  scroll-behavior: smooth;
}
body {
  font-size: 18px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, sans-serif !important;
  background-color: #fdf161;
  overflow-x: hidden;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.image-inner-full {
  max-width: 650px;
  width: 100%;
}
.image-inner-lg {
  max-width: 1200px;
  width: 100%;
}
.image-inner-content {
  max-width: 900px;
  width: 100%;
}
.image-button {
  max-width: 650px;
  width: 100%;
}
.image-center {
  margin: 0 auto;
  text-align: center;
}
.subtitle-wrapper {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/subtitle_bg.jpg);
  background-position: center top;
}
.profile-wrapper {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/profile_title.jpg);
  background-position: center top;
}
@media screen and (max-width: 980px) {
  .subtitle-wrapper, .profile-wrapper {
    background-image: none;
  }
}
.main-block {
  padding: 0px;
  margin: 0 auto;
  width: 100%;
}
.inner-block {
  max-width: 980px;
  padding: 40px 0px;
  text-align: left;
  margin: 0 auto;
  background-color: #fdf161;
}
.inner-block > p {
  padding: 0 68px;
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 980px) {
  .inner-block {
    padding: 28px 5px;
  }
  .inner-block > p {
    padding: 0 14px;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
  }
}
.block2 {
  width: 100%;
  padding: 40px 5px;
  background-color: #fdf161;
}
.block3 {
  background-color: #fdf161;
}
.block4 {
  background-color: #fdf161;
}
.block5 {
  background-color: #fdf161;
}
#second-page {
  background-color: #fdf161;
}
@media screen and (max-width: 768px) {
  .block2 {
    padding: 8px 5px;
  }
}
.movie-block {
  overflow: hidden;
  margin: 0 auto;
  max-width: 900px;
  max-height: 506px;
}
.movie-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 900px;
  max-height: 506px;
}
@media screen and (max-width: 768px) {
  .movie-block + .movie-block {
    margin: 20px auto 0;
  }
}
.form_block {
  max-width: 980px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 6px !important;
  background: #c93;
  background: -moz-linear-gradient(top, #c93 0%, #faeed6 50%, #c93 100%);
  background: -webkit-linear-gradient(top, #c93 0%, #faeed6 50%, #c93 100%);
  background: linear-gradient(to bottom, #c93 0%, #faeed6 50%, #c93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C93', endColorstr='#C93', GradientType=0);
  box-shadow: 1px 1px 6px #353635;
  border-radius: 10px;
}
.form_inner {
  background-color: rgb(167, 54, 106);
  padding: 10px 0 20px;
  border-radius: 10px;
}
.form_layout {
  padding: 10px 10px;
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0px auto 0px;
  background-color: rgb(131, 31, 77);
}
input[type='email'] {
  width: 100%;
  max-width: 800px;
  padding: 32px 6px;
  margin: 0 auto 14px;
  font-size: 22px;
  border: 4px solid rgb(204, 204, 204);
  border-radius: 6px;
}
input[type='image'] {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.form_msg {
  width: 100%;
  max-width: 800px;
  margin: 4px auto;
  text-align: center;
  color: white;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .form_block {
    padding: 6px !important;
    margin: 0 auto;
  }
  .form_inner {
    padding: 10px 0 10px;
  }
  input[type='email'] {
    width: 100%;
    padding: 20px 5px;
    font-size: 14px;
  }
  input[name='image'] {
    width: 100%;
  }
  .form_msg {
    font-size: 13px;
  }
}
.voice-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 36px;
  border: 6px double #d1bf5b;
  background-color: white;
  border-radius: 10px;
}
.voice-wrapper > p {
  padding: 0;
  font-size: 24px;
  /* border-bottom: 1px dotted #9a9a9a; */
  margin: 0;
  line-height: 1.6;
}
.voice-title {
  display: flex;
  align-items: center;
  gap: 14px;
}
.voice-image {
  width: 100%;
  width: 200px;
}
.voice-title-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.voice-title-text {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-weight: bold;
  font-size: 40px;
  color: rgb(17, 0, 80);
}
.voice-name {
  padding: 6px 14px;
  font-weight: bold;
  color: white;
  background-color: rgb(172, 6, 83);
}
@media screen and (max-width: 980px) {
  .voice-wrapper {
    padding: 36px 16px;
  }
  .voice-wrapper > p {
    padding: 0 14px;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
    border: none;
  }
  .voice-title {
    flex-direction: column;
  }
  .voice-title-inner {
    text-align: center;
  }
  .voice-title-text {
    font-size: 30px;
  }
}
.tokuten-block {
  max-width: 980px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 6px !important;
  background: #c93;
  background: -moz-linear-gradient(top, #c93 0%, #faeed6 50%, #c93 100%);
  background: -webkit-linear-gradient(top, #c93 0%, #faeed6 50%, #c93 100%);
  background: linear-gradient(to bottom, #c93 0%, #faeed6 50%, #c93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C93', endColorstr='#C93', GradientType=0);
  box-shadow: 1px 1px 6px #353635;
  border-radius: 10px;
}
.tokuten-inner {
  background-image: url(../img//bg_tokuten.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  padding: 20px;
  padding-top: 0px;
  border-radius: 10px;
}
.tokuten-layout {
  padding: 24px 20px;
  width: 100%;
  display: block;
  margin: 0px auto 0px;
  color: white;
  background-color: rgb(88, 15, 49);
}
.tokuten-layout > p {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-size: 24px;
}
@media screen and (max-width: 980px) {
  .tokuten-layout > p {
    padding: 0 14px;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
  }
}
.profile-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
.profile-image {
  flex: 1;
}
@media screen and (max-width: 980px) {
  .profile-image-wrapper {
    flex-direction: column;
  }
}
.red {
  color: rgb(240, 0, 0);
  font-weight: bold;
}
.bg-yellow-red {
  color: rgb(240, 0, 0);
  background-color: rgb(245, 228, 0);
  font-weight: bold;
}
.bg-yellow-black {
  background-color: rgb(245, 228, 0);
  font-weight: bold;
}
.text-underline-red {
  color: rgb(240, 0, 0);
  border-width: 1px;
  border-bottom: solid;
  font-weight: bold;
}
.text-underline-black {
  border-width: 1px;
  border-bottom: solid;
  font-weight: bold;
}
.bold-text-black {
  font-weight: bold;
}
.blue {
  color: rgb(0, 92, 122);
  font-weight: bold;
}
.lg-text {
  font-size: 44px;
}
footer {
  width: 100%;
  background-color: #c1fdfb;
  margin: 0 auto;
  padding: 12px 5px;
}
footer p {
  margin-bottom: 4px;
    font-size: 12px;
}
address {
  width: 100%;
  max-width: 980px;
  color: white;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.address-link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.address-link-devider {
  display: block;
}
@media screen and (max-width: 768px) {
  address {
    font-size: 12px;
  }
  .address-link-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .address-link-devider {
    display: none;
  }
}
address a {
  color: white;
  text-decoration: none;
  overflow-wrap: break-word;
  word-break: keep-all;
}
address a:hover {
  color: rgb(204, 204, 204);
  text-decoration: underline;
}
address a:visited {
  color: white;
}
@media screen and (max-width: 768px) {
  address a {
    text-align: center;
  }
}
.copyright {
  text-align: center;
}
table.subpage-table {
  width: 100%;
  max-width: 900px;
  font-size: 14px;
  margin: 0 auto 60px;
}
.subpage-table th {
  color: white;
  text-align: left;
  padding: 3px 10px;
  background-color: #000;
  padding: 8px 15px;
  display: block;
}
.subpage-table td {
  width: 100%;
  font-size: 16px;
  line-height: 170%;
  text-align: left;
  padding: 9pt 15px;
  display: block;
}
/*ボタンアニメーション*/
.btn_animation {
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  transform-origin: middle center;
  animation-name: animation06;
  transform: rotate(0deg);
  -webkit-animation-duration: 2.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: middle center;
  -webkit-animation-name: animation06;
  -webkit-transform: rotate(0deg);
}
@keyframes animation06 {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(0.95);
  }
}
@-webkit-keyframes animation06 {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(0.95);
  }
}
.checkbox-wraper {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 40px;
  background-color: #f587aa;
  border-radius: 20px;
  padding: 60px 40px;
  border: 4px solid #6f5f51;
}
.checkbox-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 20px;
  background-color: #f587aa;
}
@media screen and (max-width: 768px) {
  .checkbox-wraper {
    padding: 30px 10px;
  }
  .checkbox-inner {
    padding: 0 10px;
  }
}
.radio_box {
  box-sizing: border-box;
  width: 100%;
  flex: 1;
  padding: 4px;
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  cursor: pointer;
  color: #117a77;
  font-weight: bold;
  text-align: center;
  border: 4px solid #6f5f51;
  font-family: 'Zen Maru Gothic', serif;
  font-size: 26px;
}
.radio_box > img {
  width: 90%;
}
input:checked + .radio_box {
  background-color: #fdf161;
  color: white;
}
.radio_input {
  display: none;
}
.harfbox {
  width: 55%;
}
.table {
  text-align: left;
  vertical-align: middle;
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  font-size: 14px;
}
.table-title {
  background-color: #117a77;
}
.table-thead {
  text-align: center;
}
.table-center {
  text-align: center;
}
.table-white {
  color: white;
}
.table-red {
  color: rgb(202, 5, 114);
  font-weight: bold;
}
.table-col-1 {
  width: 20%;
  min-width: 120px;
}
.table-col-2 {
  width: 10%;
  min-width: 100px;
}
.table-col-3 {
  width: 70%;
}
.table-info-bg {
  background-color: #d9b6c0;
}
footer {
  z-index: 2;
  text-align: center;
  background-color: #ffd0fd;
  color: #333;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}
.footer {
  position: absolute;
  bottom: 0;
}
.copyright, .copyright a {
  color: #333;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 11px;
  }
}