@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
  cursor: default;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 560px) {
  html {
    font-size: 85%;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 120%;
  }
}

body {
  font-size: 1.4em;
  margin: 0 auto;
  line-height: 1.6;
  color: #666;
  max-width: 1024px;
}

section:not(.fv) {
  margin: 0 10px;
}

img {
  width: 100%;
}

.-strong {
  font-weight: 700;
  font-size: 1.6rem;
}

.-highlighter {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(0, #fdcad0)
  );
  background: -webkit-linear-gradient(transparent 60%, #fdcad0 0);
  background: -moz-linear-gradient(transparent 60%, #fdcad0 0);
  background: linear-gradient(transparent 60%, #fdcad0 0);
}

.-pink {
  color: #f95061;
}

.-aqua {
  color: #00adb2;
}

.c-cv-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-cv-cont__btn {
  display: block;
  text-align: center;
  width: 50%;
}

.c-cv-cont__btn.-risou {
  background-color: #f95061;
  padding: 13px 0;
}

.c-cv-cont__btn.-raiten {
  background-color: #00adb2;
  padding: 15px 0;
}

.c-cv-cont__btn__txt {
  max-width: 150px;
}

@media screen and (min-width: 560px) {
  .c-cv-cont__btn__txt {
    max-width: 150px;
  }
}

.c-note-area {
  color: #666;
  font-size: 1rem;
  line-height: 1.8;
}

.c-section-head {
  border-top: 2px solid #00adb2;
  border-bottom: 2px solid #00adb2;
  padding: 2px 0;
  margin-bottom: 30px;
}

.c-section-head__inner {
  border-top: 1px solid #00adb2;
  border-bottom: 1px solid #00adb2;
  position: relative;
}

.c-section-head__inner__txt {
  text-align: center;
  font-size: 2rem;
  padding: 10px 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}

@media screen and (min-width: 560px) {
  .c-section-head__inner__txt {
    padding: 20px 0;
  }
}

.c-section-head__inner__txt.-episode {
  padding: 3px 0 17px;
}

@media screen and (min-width: 560px) {
  .c-section-head__inner__txt.-episode {
    padding: 6px 0 34px;
  }
}

.c-section-head__inner__txt .-strong {
  font-size: 2.5rem;
  color: #00adb2;
  font-weight: 400;
}

.c-section-head__inner__bg {
  position: absolute;
  top: 39px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 50px;
}

@media screen and (min-width: 560px) {
  .c-section-head__inner__bg {
    top: 60px;
    max-width: 80px;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .c-section-head__inner__bg {
    top: 73px;
    max-width: 100px;
  }
}

.follow-cv-cont {
  display: none;
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: 100%;
  max-width: 1024px;
}

.reason__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px 30px;
  font-size: 2.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}

@media screen and (min-width: 560px) {
  .reason__ttl {
    margin: 0 0 15px 92px;
  }
}

@media screen and (min-width: 769px) {
  .reason__ttl {
    margin: 0 0 15px 18%;
  }
}

.reason__ttl__left-cont {
  padding: 17px 10px;
  background-color: #f95061;
  color: #fff;
  font-size: 1.8rem;
  margin-right: 13px;
}

@media screen and (min-width: 769px) {
  .reason__ttl__left-cont {
    padding: 30px 20px;
  }
}

.reason__ttl__left-cont .-strong {
  font-size: 2.5rem;
}

.reason__ttl__right-cont {
  padding: 5px 0;
}

.reason__ttl__right-cont__txt {
  line-height: 1.6;
  color: #f95061;
  letter-spacing: -0.1em;
}

.reason__flex {
  width: 80%;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .reason__flex {
    width: 60%;
  }
}

.reason__flex__item {
  width: 45%;
}

.reason__txt {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}

.reason__txt.-mb30 {
  margin-bottom: 30px;
}

.reason__txt.-mb40 {
  margin-bottom: 40px;
}

.reason__txt.-lh {
  line-height: 1.5;
}

.reason__txt__strong {
  font-weight: 700;
  font-size: 2.5rem;
  color: #f95061;
}

.reason__txt__note {
  font-size: 1rem;
}

.reason__outer {
  position: relative;
}

.reason__outer__bg {
  width: 100%;
  position: absolute;
  top: 43px;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .reason__outer__bg {
    top: 80px;
  }
}

.reason__balloon {
  margin: 50% 0 20px;
}

@media screen and (min-width: 480px) {
  .reason__balloon {
    margin: 60% 0 20px;
  }
}

@media screen and (min-width: 560px) {
  .reason__balloon {
    margin: 52% 0 20px;
  }
}

.reason__arrow {
  margin: 0 auto 10px;
  max-width: 40px;
}

@media screen and (min-width: 560px) {
  .reason__arrow {
    max-width: 60px;
  }
}

@media screen and (min-width: 769px) {
  .reason__arrow {
    max-width: 80px;
  }
}

.about__txt {
  text-align: center;
  margin-bottom: 20px;
}

.about__txt.-membership {
  font-size: 1.6rem;
  line-height: 1.4;
}

.about__txt.-membership .-sup {
  font-size: 1.3rem;
}

.about__media {
  margin-bottom: 40px;
}

.about .-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}

.about .-big {
  font-size: 3rem;
}

.about .-big2 {
  font-size: 4rem;
}

.about .-sup {
  vertical-align: super;
  font-size: 1rem;
}

.about .-mt10 {
  margin-top: 10px;
}

.comparison__txt {
  text-align: center;
  margin-bottom: 20px;
}

.comparison__step {
  margin-bottom: 40px;
}

.price__ttl {
  font-weight: bold;
  font-size: 2.2rem;
  color: #5e5e5e;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price__content {
  padding: 0 15px;
  margin-bottom: 30px;
}

.price__more {
  margin: 30px auto;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price__more__circle {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  border: 1px solid #f95061;
  background-color: #fff;
  margin-right: 10px;
}

@media screen and (min-width: 560px) {
  .price__more__circle {
    display: block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .price__more__circle {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
  }
}

.price__more__txt {
  display: block;
}

.price__more__txt .-big {
  font-size: 2rem;
  font-weight: 700;
}

.price__note {
  width: 90%;
  margin: auto;
  font-size: 1.8rem;
  color: #666666;
}

@media screen and (min-width: 560px) {
  .price__discount {
    width: 80%;
    margin: 0 auto;
  }
}

.swiper-container {
  width: 100%;
}

@media screen and (min-width: 560px) {
  .swiper-container {
    width: 80%;
    margin: auto;
  }
}

.three-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-bottom: -1px;
  width: 100%;
}

.three-plan li {
  background-color: #feedef;
}

.three-plan li:nth-of-type(1) a {
  border-left: 1px solid #f95061;
  border-right: 1px solid #f95061;
  border-top: 1px solid #f95061;
}

.three-plan li:nth-of-type(2) {
  background-color: #fb8d98;
}

.three-plan li:nth-of-type(2) a {
  color: #fff;
}

.three-plan li:nth-of-type(3) {
  background-color: #f95061;
  margin-right: 0 !important;
}

.three-plan li:nth-of-type(3) a {
  color: #fff;
}

.three-plan li a {
  font-size: 1.2rem;
  display: block;
  padding: 13% 0;
  color: #fb8d98;
  position: relative;
}

.three-plan li a:hover {
  opacity: 1;
}

.three-plan li a .crown {
  display: block;
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 15px;
}

@media screen and (min-width: 560px) {
  .three-plan li a .crown {
    top: 5px;
    width: 100%;
    max-width: 20px;
  }
}

@media screen and (min-width: 769px) {
  .three-plan li a .crown {
    top: 7px;
    max-width: 30px;
  }
}

.three-plan li a .dd {
  color: #fff;
  display: block;
  background-color: #f95061;
  border-radius: 10px;
  font-size: 1rem;
  margin: 0 6px;
  margin-bottom: 5px;
}

.three-plan li a .dd.standard {
  background-color: #fff;
  color: #fb8d98;
}

.three-plan li a .dd.premium {
  background-color: #fff;
  color: #f95061;
}

.three-plan li a .dt {
  color: #f95061;
  font-size: 1.4rem;
}

.three-plan li a .white {
  color: #fff;
}

.three-plan-summary {
  overflow: hidden;
  margin: auto;
  margin-bottom: 5px;
  width: 100%;
}

@media screen and (min-width: 560px) {
  .three-plan-summary {
    width: 80%;
  }
}

.three-plan-summary > ul {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
}

.three-plan-summary > ul > li {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  background-color: #feedef;
}

.three-plan-summary > ul > li.standard {
  background-color: #fb8d98;
  color: #fff;
}

.three-plan-summary > ul > li.standard .initial-cost {
  border: 1px solid #fff;
}

.three-plan-summary > ul > li.standard .-aqua {
  color: #05d2d9;
}

.three-plan-summary > ul > li.standard .summary-txt02 {
  background-color: #05d2d9;
}

.three-plan-summary > ul > li.standard .price-table ul {
  border-bottom: 1px solid #fff;
}

.three-plan-summary > ul > li.premium {
  background-color: #f95061;
  color: #fff;
}

.three-plan-summary > ul > li.premium .initial-cost {
  border: 1px solid #fff;
}

.three-plan-summary > ul > li.premium .-aqua {
  color: #05d2d9;
}

.three-plan-summary > ul > li.premium .summary-txt02 {
  background-color: #05d2d9;
}

.three-plan-summary > ul > li.premium .price-table ul {
  border-bottom: 1px solid #fff;
}

.price-table .th {
  font-weight: 700;
}

.three-plan-summary .summary-head {
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
  color: #fb8d98;
  border-left: 1px solid #f95061;
  border-right: 1px solid #f95061;
  padding: 20px 15px 0;
  height: auto !important;
}

.three-plan-summary .summary-head .balloon {
  background-color: #fff;
  color: #666;
  padding: 3%;
  font-size: 1.2rem;
  line-height: 1.8;
}

.three-plan-summary .summary-head .balloon .strong {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f95061;
}

.balloon-icon-outer {
  border-left: 1px solid #f95061;
  border-right: 1px solid #f95061;
}

.balloon-icon {
  max-width: 15px;
  margin: auto;
}

@media screen and (min-width: 560px) {
  .balloon-icon {
    max-width: 20px;
  }
}

@media screen and (min-width: 769px) {
  .balloon-icon {
    max-width: 30px;
  }
}

.three-plan-summary > ul > li:nth-of-type(2) .summary-head {
  background-color: #fb8d98;
  color: #fff;
}

.three-plan-summary > ul > li:nth-of-type(3) .summary-head {
  background-color: #f95061;
  color: #fff;
}

.three-plan-summary .summary-head span {
  font-size: 1.8rem;
}

.three-plan-summary > ul > li:nth-of-type(2) .summary-head span,
.three-plan-summary > ul > li:nth-of-type(3) .summary-head span {
  color: #fff;
}

.three-plan-summary .summary-price {
  font-size: 1.8rem;
  text-align: center;
  border-left: 1px solid #f95061;
  border-right: 1px solid #f95061;
}

.three-plan-summary .summary-price .initial-cost {
  display: inline-block;
  font-size: 1rem;
  padding: 2px;
  border: 1px solid #666;
}

.three-plan-summary .summary-price .price {
  font-size: 2rem;
  font-weight: 700;
}

.three-plan-summary .summary-price small {
  font-size: 1.2rem;
}

.price-arrow {
  position: absolute;
  top: 6px;
  right: 13px;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 11px solid #ff0;
  border-bottom: 5px solid transparent;
}

@media screen and (min-width: 560px) {
  .price-arrow {
    top: 11px;
  }
}

@media screen and (min-width: 769px) {
  .price-arrow {
    top: 13px;
    right: 20px;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 15px solid #ff0;
    border-bottom: 9px solid transparent;
  }
}

.three-plan-summary > ul > li:nth-of-type(2) .summary-price {
  border-left: 1px solid #fb8d98;
  border-right: 1px solid #fb8d98;
}

.three-plan-summary > ul > li:nth-of-type(3) .summary-price {
  border-left: 1px solid #f95061;
  border-right: 1px solid #f95061;
}

.three-plan-summary .summary-txt-wrap {
  padding: 20px 15px 30px;
  border-left: 1px solid #f95061;
  border-right: 1px solid #f95061;
  border-bottom: 1px solid #f95061;
}

.three-plan-summary > ul > li:nth-of-type(2) .summary-txt-wrap {
  border-left: 1px solid #fb8d98;
  border-right: 1px solid #fb8d98;
  border-bottom: 1px solid #fb8d98;
}

.three-plan-summary > ul > li:nth-of-type(3) .summary-txt-wrap {
  border-left: 1px solid #f95061;
  border-right: 1px solid #f95061;
  border-bottom: 1px solid #f95061;
}

.three-plan-summary .summary-txt-wrap .summary-txt02 {
  font-weight: 700;
  font-size: 1.2rem;
  display: block;
  position: relative;
  padding: 2px 5px 2px 20px;
  background-color: #00adb2;
  color: #fff;
  max-width: 96px;
  margin: 0 auto 20px;
  border-radius: 10px;
}

@media screen and (min-width: 560px) {
  .three-plan-summary .summary-txt-wrap .summary-txt02 {
    max-width: 150px;
    padding: 2px 5px 2px 40px;
  }
}

@media screen and (min-width: 769px) {
  .three-plan-summary .summary-txt-wrap .summary-txt02 {
    max-width: 200px;
    padding: 2px 5px 2px 50px;
  }
}

.three-plan-summary .summary-txt-wrap .summary-txt03 {
  color: inherit;
  font-size: 1rem;
  text-align: center;
  margin-top: 30px;
}

.three-plan-summary .summary-txt-wrap .summary-txt03 span {
  font-size: 1.8rem;
}

.three-plan-summary .summary-txt-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 1.2rem;
  border-bottom: 1px solid #666;
  padding-bottom: 5%;
  margin-bottom: 5%;
}

.three-plan-summary .summary-txt-wrap ul li {
  width: 33%;
  text-align: center;
}

.episode__outer {
  margin-bottom: 20px;
}

.episode__ttl {
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid #f95061;
  font-family: "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}

.episode__ttl__name {
  font-size: 1.6rem;
}

.episode__ttl__name__heart-icon {
  display: inline-block;
  max-width: 17px;
  vertical-align: text-bottom;
}

@media screen and (min-width: 560px) {
  .episode__ttl__name__heart-icon {
    max-width: 30px;
  }
}

@media screen and (min-width: 769px) {
  .episode__ttl__name__heart-icon {
    width: 100%;
    max-width: 40px;
  }
}

.episode__ttl__arrow {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  border-left: 13px solid #f95061;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

@media screen and (min-width: 560px) {
  .episode__ttl__arrow {
    top: 15px;
    border-left: 16px solid #f95061;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

@media screen and (min-width: 769px) {
  .episode__ttl__arrow {
    top: 20px;
    border-left: 21px solid #f95061;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}

.episode__ttl__arrow.on {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 13px solid #f95061;
  border-bottom: 7px solid transparent;
}

@media screen and (min-width: 560px) {
  .episode__ttl__arrow.on {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 16px solid #f95061;
    border-bottom: 10px solid transparent;
  }
}

@media screen and (min-width: 769px) {
  .episode__ttl__arrow.on {
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 22px solid #f95061;
    border-bottom: 16px solid transparent;
  }
}

.episode__cont {
  display: none;
  background-color: #fff1f2;
  padding: 15px 10px;
}

.episode__cont__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.episode__cont__ttl__txt {
  width: 100%;
  margin-right: 20px;
  font-size: 1.7rem;
  color: #f95061;
  font-family: "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}

.episode__cont__ttl__img {
  width: 73%;
}

.episode__cont__qa {
  margin-bottom: 20px;
}

.episode__cont__qa__q {
  margin-bottom: 10px;
}

.episode__cont__qa__q__icon {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #f95061;
  text-align: center;
  display: inline-block;
  color: #fff;
}

@media screen and (min-width: 560px) {
  .episode__cont__qa__q__icon {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #f95061;
    text-align: center;
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  .episode__cont__qa__q__icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f95061;
    text-align: center;
    display: inline-block;
  }
}

.episode__cont__qa__a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.episode__cont__qa__a + .episode__cont__qa__a {
  margin-top: 10px;
}

.episode__cont__qa__a__name {
  width: 25%;
  margin-right: 10px;
}

@media screen and (min-width: 560px) {
  .episode__cont__qa__a__name {
    width: 20%;
  }
}

.episode__cont__qa__a__txt {
  width: 100%;
}

.episode__cont__advice {
  background-color: #f95061;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.episode__cont__irregular {
  text-align: center;
  font-size: 1.2rem;
  margin: 25px 0;
}

.footer {
  background-color: #666;
}

.footer__cont {
  padding: 30px 0 20%;
}

@media screen and (min-width: 560px) {
  .footer__cont {
    padding: 30px 0 15%;
  }
}

@media screen and (min-width: 769px) {
  .footer__cont {
    padding: 30px 0 13%;
  }
}

.footer__cont__summary {
  text-align: center;
  margin-bottom: 10px;
}

.footer__cont__txt {
  color: #fff;
}

.footer__cont__logo {
  display: block;
  max-width: 125px;
  margin: 25px auto 10px;
}

@media screen and (min-width: 560px) {
  .footer__cont__logo {
    max-width: 185px;
    margin: 35px auto 20px;
  }
}

@media screen and (min-width: 769px) {
  .footer__cont__logo {
    max-width: 245px;
  }
}

.footer__cont__copyright {
  text-align: center;
  color: #fff;
  font-size: 1rem;
}

/*--------------------------------------
form
---------------------------------------*/
.form-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
}

.form__tab {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  background-color: #eaeaea;
  width: 80%;
  margin: 0 auto 30px;
}

.form__tab-risou.active {
  background-color: #f95061;
  color: #fff;
  font-weight: bold;
}

.form__tab-raiten.active {
  background-color: #00adb2;
  color: #fff;
  font-weight: bold;
}

.form__tab-item {
  color: #666;
  cursor: pointer;
  width: 50%;
  box-shadow: 0 7px 34px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
  padding: 20px 0;
}

.form__tab-item:hover {
  opacity: 0.75;
}

.hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .form__tab {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  .form__tab {
    font-size: 1.4rem;
    width: 90%;
  }
  .form__tab-item {
    padding: 15px 0;
  }
}

/*--------------------------------------
banner
---------------------------------------*/
.follow-banner.fixed {
  width: 100%;
  max-width: 1024px;
}
