@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

q:after, q:before {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

img {
  width: 100%;
  height: auto;
  font-family: 'object-fit: cover;';
}

a {
  text-decoration: none;
  color: currentColor;
}

a, button {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 2;
}

strong {
  font-weight: 700;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

table {
  table-layout: fixed;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "yakuhan";
  src: url("font/YakuHanJP-Light.woff") format("woff");
}

.wpcf7, .frontList, .epiSelect, .widBox, .episodeHead, .selectArea, .mangaWrap, .onamae {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wpcf7, .frontList, .epiSelect, .widBox, .episodeHead, .selectArea, .mangaWrap, .onamae {
    width: 92%;
  }
}

body {
  font-size: 16px;
  font-family: "游ゴシック Medium",YuGothicM,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  width: 100%;
  color: #333;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

.episodeHead .title, .selectArea > p, .selectArea .box .title, .selectArea .btn span {
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}

.wrapper {
  overflow: hidden;
}

.br1200 {
  display: none;
}

@media screen and (max-width: 1200px) {
  .br1200 {
    display: block;
  }
}

.br1000 {
  display: none;
}

@media screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }
}

.br768 {
  display: none;
}

@media screen and (max-width: 768px) {
  .br768 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .br768del {
    display: none;
  }
}

.br480 {
  display: none;
}

@media screen and (max-width: 480px) {
  .br480 {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .br480del {
    display: none;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

.toggleBtn {
  display: none;
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .toggleBtn {
    width: 36px;
    height: 30px;
  }
}

.toggleBtn span {
  height: 6px;
  border-radius: 100px;
  background: #333;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
  transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
}

@media screen and (max-width: 768px) {
  .toggleBtn span {
    height: 4px;
  }
}

.toggleBtn span:nth-of-type(1) {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(1) {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

.toggleBtn span:nth-of-type(2) {
  background: #333;
}

.toggleBtn span:nth-of-type(3) {
  background: #333;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(3) {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

.toggleBtn.active span {
  height: 6px;
  border-radius: 100px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .toggleBtn.active span {
    height: 4px;
  }
}

.toggleBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(100%) rotate(45deg);
          transform: translateY(100%) rotate(45deg);
}

.toggleBtn.active span:nth-of-type(2) {
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}

.toggleBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-100%) rotate(-45deg);
          transform: translateY(-100%) rotate(-45deg);
}

.wpcf7 {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.wpcf7 label {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wpcf7 label br {
  display: none;
}

@media screen and (max-width: 768px) {
  .wpcf7 label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wpcf7 label .title {
  width: 25%;
  min-width: 240px;
  text-align: center;
  background: #999;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .wpcf7 label .title {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
}

.wpcf7 label .wpcf7-form-control-wrap {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .wpcf7 label .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.wpcf7 label .wpcf7-form-control-wrap input[type="text"],
.wpcf7 label .wpcf7-form-control-wrap input[type="email"],
.wpcf7 label .wpcf7-form-control-wrap input[type="url"],
.wpcf7 label .wpcf7-form-control-wrap input[type="tel"],
.wpcf7 label .wpcf7-form-control-wrap input[type="number"],
.wpcf7 label .wpcf7-form-control-wrap input[type="date"],
.wpcf7 label .wpcf7-form-control-wrap textarea {
  width: 100% !important;
  line-height: 2;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .wpcf7 label .wpcf7-form-control-wrap input[type="text"],
  .wpcf7 label .wpcf7-form-control-wrap input[type="email"],
  .wpcf7 label .wpcf7-form-control-wrap input[type="url"],
  .wpcf7 label .wpcf7-form-control-wrap input[type="tel"],
  .wpcf7 label .wpcf7-form-control-wrap input[type="number"],
  .wpcf7 label .wpcf7-form-control-wrap input[type="date"],
  .wpcf7 label .wpcf7-form-control-wrap textarea {
    margin-left: 0;
    margin-top: -1px;
  }
}

.wpcf7 label .wpcf7-form-control-wrap textarea {
  line-height: 1.5;
}

.wpcf7 form input[type="submit"],
.wpcf7 form button {
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}

.wpcf7 form input[type="submit"]:hover,
.wpcf7 form button:hover {
  background: #999;
}

.wpcf7 .resultWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6em;
}

.wpcf7 .resultWrap br {
  display: none;
}

.wpcf7 .resultWrap > span {
  padding: 10px;
  padding-right: 0;
  padding-left: 0;
}

.wpcf7 span.wpcf7-form-control-wrap.address1 {
  padding: 10px;
  padding-right: 0;
}

.wpcf7 span.wpcf7-form-control-wrap.idcard {
  padding: 10px;
  padding-right: 0;
}

.wpcf7 .title.bank {
  padding: 1em;
  text-align: left;
}

.wpcf7 .title.bank br {
  display: block;
}

.breadcrumb {
  position: absolute;
  bottom: 10px;
  left: 2%;
  width: 94%;
  z-index: 1;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  letter-spacing: .1em;
}

.breadcrumb li {
  white-space: nowrap;
}

.breadcrumb li:after {
  content: '>';
  margin: 0 5px;
}

.breadcrumb li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li a {
  text-decoration: underline;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  background: #f9f9f9;
}

main {
  min-height: 90vh;
}

.header {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #eee;
  display: block;
  top: 0;
  left: 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .siteLogo {
  display: block;
  width: 220px;
  padding-top: 10px;
}

.frontList article a {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.frontList article a .img {
  width: 20%;
  margin-right: 10px;
}

.frontList article a .img img {
  vertical-align: bottom;
}

.frontList article a .content {
  width: 80%;
}

.epiSelect {
  max-width: 400px;
  margin-bottom: 20px;
}

.epiSelect * {
  height: 30px;
  width: 100%;
  text-align: center;
}

.widBox {
  margin-bottom: 20px;
}

.episodeHead {
  max-width: 800px;
  margin-bottom: clamp(20px, 3vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.episodeHead .img {
  width: 30%;
  max-width: 30%;
  margin-right: 10px;
}

.episodeHead .title {
  font-size: clamp(20px, 3vw, 32px);
}

footer {
  background: #3F6E5B;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 0;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

.selectArea {
  max-width: 800px;
  position: relative;
}

.selectArea > p {
  margin-bottom: 20px;
}

.selectArea .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.selectArea .box .title {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.selectArea .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 0 #ddd;
          box-shadow: 0 6px 0 #ddd;
  margin-bottom: 20px;
  width: 240px;
  padding: 10px 0;
}

.selectArea .btn img {
  width: 0 !important;
}

.selectArea .btn:before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.609%22%20height%3D%2241.26%22%20viewBox%3D%220%200%2027.609%2041.26%22%3E%0D%0A%20%20%3Cg%20id%3D%22%E3%83%91%E3%82%B9_6%22%20data-name%3D%22%E3%83%91%E3%82%B9%206%22%20transform%3D%22translate%280.079%2046.295%29%20rotate%28-90%29%22%20fill%3D%22%23e54e89%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M%2017.46549987792969%2024.10905647277832%20L%207.167304515838623%2014.62107563018799%20L%2017.46549987792969%203.698854923248291%20L%2017.46549987792969%206.355478286743164%20L%2017.46549987792969%207.855478286743164%20L%2018.96549987792969%207.855478286743164%20L%2044.79452896118164%207.855478286743164%20L%2044.79452896118164%2019.97453880310059%20L%2018.96549987792969%2019.97453880310059%20L%2017.46549987792969%2019.97453880310059%20L%2017.46549987792969%2021.47453880310059%20L%2017.46549987792969%2024.10905647277832%20Z%22%20stroke%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M%2015.96549987792969%207.476291656494141%20L%209.299640655517578%2014.54607200622559%20L%2015.96549987792969%2020.68749237060547%20L%2015.96549987792969%2018.47453880310059%20L%2043.29452896118164%2018.47453880310059%20L%2043.29452896118164%209.355478286743164%20L%2015.96549987792969%209.355478286743164%20L%2015.96549987792969%207.476291656494141%20M%2018.96549987792969%20-0.07857131958007812%20L%2018.96549987792969%206.355478286743164%20L%2046.29452896118164%206.355478286743164%20L%2046.29452896118164%2021.47453880310059%20L%2018.96549987792969%2021.47453880310059%20L%2018.96549987792969%2027.5306282043457%20L%205.034969329833984%2014.69608879089355%20L%2018.96549987792969%20-0.07857131958007812%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23e54e89%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
  background-size: contain;
}

.selectArea .btn:nth-of-type(1):before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.selectArea .btn span {
  font-size: 16px;
}

.mangaWrap {
  max-width: 800px;
}

.mangaWrap article {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
}

.onamae {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .onamae {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.onamae img {
  max-width: 300px;
  width: auto;
}
/*# sourceMappingURL=style.css.map */