@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* =============================================================================
   #Foundation
   ========================================================================== */
/* -----------------------------------------------------------------------------
   #base
   -------------------------------------------------------------------------- */
/* テーマカラー
  -------------------------------------------------------------------------- */
/* Season color - hatsuwari */
body.hatsuwari .hero-text-read,
body.hatsuwari .ttl-danger {
  color: #FC5075;
}
body.hatsuwari .hero-text-read {
  background-color: #fff;
}
body.hatsuwari .header-btn,
body.hatsuwari .btn-in,
body.hatsuwari .timeline-bar__item--free,
body.hatsuwari .timeline-bar__item.timeline-bar__item--free:before {
  background-color: #FC5075;
}
/* Season color - haruwari */
body.haruwari .hero-text-read,
body.haruwari .ttl-danger {
  color: #eb7b9c;
}
body.haruwari .hero-text-read {
  background-color: #fff;
}
body.haruwari .header-btn,
body.haruwari .btn-in,
body.haruwari .timeline-bar__item--free,
body.haruwari .timeline-bar__item.timeline-bar__item--free:before {
  background-color: #eb7b9c;
}
/* Season color - anniversary */
body.anniversary .hero-text-read,
body.anniversary .ttl-danger {
  color: #0073b6;
}
body.anniversary .hero-text-read {
  background-color: #fff;
}
body.anniversary .header-btn,
body.anniversary .btn-in,
body.anniversary .timeline-bar__item--free,
body.anniversary .timeline-bar__item.timeline-bar__item--free:before {
  /* background-color: #FC5075; */
}
/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::after,
::before {
  vertical-align: inherit;
  text-decoration: inherit;
}
* {
  margin: 0;
  padding: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background-color: #ff0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  border-style: none;
  color: inherit;
  background-color: transparent;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}
legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  color: #000;
  background-color: #b3d4fc;
  text-shadow: none;
}
::selection {
  color: #000;
  background-color: #b3d4fc;
  text-shadow: none;
}
/* #Base
   -------------------------------------------------------------------------- */
/**
 * Baseレイヤーにはプロジェクトにおける、基本的なベーススタイルを定義します。
 * 要素セレクタや属性セレクタなど、詳細度はできるかぎり低く保っておきます。
 * 基本的にclass属性は使用しません。
 */
html {
  font-size: 62.5%;
}
@media screen and (min-width: 1000px) {
  html {
    height: 100%;
  }
}
body {
  color: #333;
  /* font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif; */
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Helvetica,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  body {
    /* min-width: 1134px; */
    height: 100%;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #333;
  }
}
a,
button {
  -webkit-transition: opacity 0.3s, color 0.3s, background-color 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s;
}
a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover,
a:active,
a:focus {
  opacity: 0.75;
  text-decoration: none;
}
a[href^="tel"] {
  color: inherit;
  cursor: default;
  pointer-events: none;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #e7e7e7;
  vertical-align: middle;
  letter-spacing: normal;
  background-color: #fff;
}
input,
select {
  height: 3em;
  padding: 0.5em 1em;
}
textarea {
  height: 9em;
  padding: 0.5em 1em;
}
strong {
  font-weight: normal;
}
small {
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 300;
}
ul,
ol {
  list-style-type: none;
}

figure,
figcaption {
  margin: 0;
}

figure {
  text-align: center;
}
table {
  width: 100%;
  border-spacing: 0;
}
th {
  text-align: left;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}
i,
cite,
em,
address,
dfn {
  font-style: normal;
}
i,
source {
  display: inline-block;
}
i {
  line-height: 0;
  vertical-align: middle;
}
picture {
  display: block;
  line-height: 0;
  text-align: center;
}
code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}
code {
  padding: 0.2em;
  border-radius: 2px;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.06);
}
pre code {
  padding: 0;
  font-size: 1rem;
  background-color: inherit;
}
svg {
  width: 20px;
  height: 20px;
}
:placeholder-shown {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  opacity: 1;
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
/* =============================================================================
   #Layout
   ========================================================================== */
/* #contents
  -------------------------------------------------------------------------- */
/**
 * contents
 */
.l-row {
  display: -o-flex;
  display: -ms-flex;
  display: flex;
}
.l-row--article {
  margin: -12px;
}
.l-row.__center {
  justify-content: center;
}
.l-row.__wrap {
  flex-wrap: wrap;
}
.l-col {
  /* OLD - iOS 6-, Safari 3.1-6 */ /* Safari 6.1+. iOS 7.1+, BB10 */ /* IE 10 */
  flex: 1 1 auto;
  min-height: 1px;
}
.l-col--article {
 padding: 12px;
}
.l-col.__4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.l-col.__30 {
  flex: 0 0 30%;
  max-width: 30%;
}
.l-col.__40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.l-col.__50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.l-col.__60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.l-col.__70 {
  flex: 0 0 70%;
  max-width: 70%;
}
.l-col.__12,
.l-col.__100 {
  flex: 0 0 100%;
  max-width: 100%;
}
.l-col.__apps-specific-icon {
  flex: 0 0 37.1875%;
  max-width: 37.1875%;
}
.l-col.__apps-specific-app {
  flex: 0 0 62.8125%;
  max-width: 62.8125%;
}
@media screen and (min-width: 768px) {
  .l-col.__6--md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-col.__46--md {
    flex: 0 0 46.822742%;
    max-width: 46.822742%;
  }
  .l-col.__50--md {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-col.__54--md {
    flex: 0 0 53.177258%;
    max-width: 53.177258%;
  }
}
@media screen and (min-width: 1000px) {
  .l-col.__4--lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.contents {
  /* padding-top: 49px; */
  padding-top: 0;
}
@media screen and (min-width: 1000px) {
  .contents {
    padding-top: 0;
  }
}
/* #Footer
  -------------------------------------------------------------------------- */
.footer {
  padding: 11px 0 10px;
  color: #fff;
  background-color: #0a385b;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 21px 0;
  }
}
.footer-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .footer-in {
    padding: 0;
  }
}
.footer-logo {
  width: 52px;
  height: 11px;
  font-size: 0;
}
@media screen and (min-width: 1000px) {
  .footer-logo {
    width: 60px;
    margin-right: 22px;
  }
}
.footer-logo-img {
  margin-left: 3px;
}
.footer-copylight {
  margin: 0 0 3px 9px;
  padding-top: 2px;
  font-size: 1rem;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .footer-copylight {
    margin: 0;
    padding-top: 6px;
    font-size: 1.4rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* #Wrapper
   -------------------------------------------------------------------------- */
/**
 * wrapper
 */
.wrapper {
  overflow: hidden;
  min-width: 316px;
  position: relative;
}
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.sec {
  padding: 40px 16px;
}
.sec__3 {
  margin: 32px auto 0;
  overflow: hidden;
}
.sec__content {
  margin: 24px auto 0;
}
@media screen and (min-width: 1000px) {
  .sec {
    padding: 72px 24px;
  }
  .sec__3 {
    margin: 64px auto 0;
  }
}
.article__container {
  display: block;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
a:hover.article__container {
  opacity: 1;
}
.article__row {
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}
.article__column {
  flex: 1 1 auto;
  max-width: 100%;
}
.article__column--thumbnail {
  flex: 0 0 112px;
  max-width: 112px;
}
.article__label {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.65;
}
.article__heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
a:hover .article__heading,
a:hover .article__heading .u-view__block--inline {
  text-decoration: underline;
}
.article__label + .article__heading {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .article__card {
    padding: 16px;
  }
  .article__column--thumbnail {
    flex: 0 0 112px;
    max-width: 112px;
  }
  .article__heading {
    font-size: 2rem;
  }
}
.picture__image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 8 / 5;
}
.list__container {
  margin-top: 32px;
}
.container + .list__container {
  margin-top: 32px;
}
.list__group {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
	justify-content: center;
}
.list__item {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .container + .list__container {
    margin-top: 48px;
  }
  .list__item--4-md {
    flex: 0 0 33.3333333%;
  }
  .list__item--8-md {
    flex: 0 0 66.66667%;
  }
  .list__item--12-md {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 1000px) {
  .container + .list__container {
    margin-top: 64px;
  }
}
.card {
  border: 1px solid #DADADA;
  height: 100%;
  position: relative;
}
.card--center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.card--no-border {
  border: 0;
}
.card__header {
  margin: -1px;
}
.card__picture {
  position: relative;
  background-color: #c7c7c7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 0;
  padding-top: 62.5%;
  width: 100%;
}
.card__picture-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  overflow: hidden;
  position: absolute;
  height: 34px;
  width: 100%;
  text-align: center;
}
.card__image {
  height: 100%;
  width: auto;
}
.card__body {
  padding: 16px;
}
.card__logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 24px;
}
.card__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.card__string {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.65;
  margin: 12px auto;
}
.card__action-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -8px;
}
.card__action-item {
  flex: 0 0 100%;
  max-width: 100%;
}
.card__action-item-text {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .card__logo {
    max-width: 260px;
  }
  .card__heading {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .card__logo {
    max-width: 296px;
  }
  .card__heading {
    font-size: 2rem;
  }
  .card__string {
    font-size: 1.8rem;
  }
  .card__picture-content {
    height: 50px;
  }
  .card__body {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
	.list__item:first-of-type .card__action-item{
		display: none;
	}
}
.button {
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  appearance: none;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px 32px;
  text-align: center;
  transition: 0.15s background-color, 0.15s opacity, 0.15s color ease-out, 0.15s border-color ease-out;
}
.button:hover {
  opacity: 0.75;
}
.button--dark {
  color: #fff;
}
a.button--dark:visited {
  color: rgba(255, 255, 255, 0.75);
}
.button__string--has-arrow-right {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  height: 100%;
  vertical-align: top;
}
.button .button__string--has-arrow-right {
  margin-right: -14px;
}
.button__string--has-arrow-right:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}
.button--dark .button__string--has-arrow-right:after {
  border-color: #fff;
}
@media screen and (min-width: 1000px) {
  .button {
    font-size: 1.6rem;
  }
}
.link {
  display: inline-block;
  color: #326691;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.link:visited {
  color: #326691;
  filter: brightness(75%);
}
.link .button__string--has-arrow-right:after{
  border-color: #326691;
}
@media screen and (min-width: 1000px) {
  .button {
    font-size: 1.6rem;
  }
}
.string {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 16px auto;
}
.string:last-child {
  margin-bottom: 0;
}
.string--palt {
  font-feature-settings: "palt";
}
.string--center {
  text-align: center;
}
@media screen and (min-width: 650px) {
  .string {
    font-size: 1.6rem;
    line-height: 1.65;
    margin: 24px auto;
  }
}
@media screen and (min-width: 1000px) {
  .string {
    font-size: 2.4rem;
    line-height: 1.8;
    margin: 32px auto;
  }
}
/* =============================================================================
  # Utility
   ========================================================================== */
.bg--white {
  background-color: #fff;
}
.u-view__block--inline {
  display: inline-block;
}
.u-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-none--md {
    display: none;
  }
  .u-visible--md {
    display: block;
  }
}
.tabular-nums {
  font-variant-numeric: tabular-nums;
}
/* .sns
-------------------------------------------------------------------------- */
.sns__container {
  margin: 32px auto 0;
  max-width: 400px;
}
.sns__list {
  display: block;
  font-size: 10px;
  line-height: 1.65;
}
@media screen and (min-width: 1000px) {
  .sns__container {
    margin-top: 48px;
  }
  .sns__list {
    font-size: 12px;
    line-height: 1.65;
  }
}
/* #btn-wrap
   -------------------------------------------------------------------------- */
.btn-wrap {
  text-align: center;
}
.btn-wrap.s-wide {
  margin-top: 30px;
}
.btn__container {
  max-width: 960px;
  margin: 0 auto;
}
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.btn__item {
  font-size: 1.4rem;
  line-height: 1.65;
}
.btn-in {
  display: -webkit-inline-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  height: 48px;
  padding: 0 12px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  letter-spacing: 0.1em;
  /*通常期　background-color: #F78600;*/
  background-color: #F78600;
  cursor: pointer;
  border-radius: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .btn__group {
    margin-top: 40px;
  }
  .btn-in {
    min-width: 300px;
    height: 64px;
    font-size: 30px;
    font-size: 3rem;
    padding: 0 12px;
  }
  .btn__item {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
/* #hero
  -------------------------------------------------------------------------- */
.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #fff;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.hero-in {
  position: relative;
  height: 440px;
}
@media screen and (min-width: 1000px) {
  .hero-in {
    position: relative;
    width: 100%;
    max-width: 1290px;
    min-width: 1000px;
    height: 553px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 650px) {
  .hero-in::before {
    width: 410px;
    height: 322px;
    top: 40%;
  }
}
@media screen and (min-width: 1000px) {
  .hero-in::before {
    top: 17.359855%;
    right: 24px;
    width: 585px;
    height: 463px;
  }
}
@media screen and (min-width: 1260px) {
  .hero-in::before {
    top: 17.359855%;
    right: 8px;
    width: 652px;
    height: 500px;
  }
}
.hero-logo {
  display: none;
  margin-left: auto;
  position: absolute;
  top: 25.135624%;
  left: 24px;
  right: 24px;
  font-size: 0;
}
.hero-logo__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.hero-in .hero-logo__text {
  display: block;
}
@media screen and (min-width: 1000px) {
  .hero-logo {
    display: inline-block;
  }
  .hero-logo__text {
    font-weight: 400;
    line-height: 1.35;
  }
}
@media screen and (min-width: 1340px) {
  .hero-logo {
    left: 0;
    right: 0;
  }
}
.hero-logo__item {
  display: inline-block;
  width: 320px;
}
.hero-logo__label {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 2px 21px;
  border-radius: 20px;
  margin-top: 16px;
}
.hero-text {
  display: inline-block;
  margin-left: auto;
  position: absolute;
  top: 31.363636%;
  left: 24px;
}
.hero-btn {
  display: none;
  position: absolute;
  top: 414px;
  left: 24px;
}
@media screen and (min-width: 1000px) {
  .hero-text {
    height: auto;
    bottom: 14%;
    top: 63.652803%;
  }
  .hero-btn {
    display: inline-block;
  }
}
@media screen and (min-width: 1340px) {
  .hero-text {
    height: auto;
    left: 0;
  }
}
.hero .btn-wrap {
    margin-top: 16px;
}
@media screen and (min-width: 1000px) {
  .hero .btn-wrap {
    right: 0;
    bottom: 80px;
    left: auto;
    margin-top: 32px;
  }
}
.hero .btn-in {
  min-width: 0;
  height: 42px;
  width: 100%;
  font-size: 1.4rem;
}
.btn-wrap .btn {
  display: block;
	max-width: 400px;
    margin: auto;
}
@media screen and (min-width: 1000px) {
  .hero .btn-in {
    width: auto;
    min-width: 300px;
    font-size: 2.4rem;
    height: 74px;
  }
}
.hero-sub {
  text-align: left;
  background-color: #ffffbc;
  padding: 8px 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1000px) {
  .hero-sub {
    text-align: center;
    background-color: #ffffbc;
    padding: 16px 0;
    font-size: 1.4rem;
  }
}
.hero-pc {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .hero-sp {
    display: none !important;
  }
  .hero-pc {
    display: inline-block !important;
  }
}
.hero-in span {
  display: inline-block;
}
/* #ico-arrow
  -------------------------------------------------------------------------- */
.ico-arrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 3px;
  border-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
@media screen and (min-width: 1000px) {
  .ico-arrow::before {
    border-width: 8px 0 8px 10px;
  }
}
/* #ico-slide
  -------------------------------------------------------------------------- */
.ico-slide::before {
  color: #003e70;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 0px;
  border-width: 8px 4.5px 0 4.5px;
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  .ico-slide::before {
    border-width: 11px 7px 0 7px;
  }
}
/* #list-qa
-------------------------------------------------------------------------- */
.list-qa {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (min-width: 1000px) {
  .list-qa {
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.list-qa-item {
  margin-top: 8px;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .list-qa-item {
    margin-top: 17px;
    font-size: 1.4rem;
  }
}
.list-qa-item:first-child {
  margin-top: 0;
}
.list-qa-question {
	display: block;
  overflow: hidden;
  position: relative;
  padding: 9px 15px 9px 10px;
  border-radius: 2px;
}
@media screen and (min-width: 1000px) {
  .list-qa-question {
    padding: 10px 36px 10px 23px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 1000px) {
  .list-qa-question:hover {
    opacity: 0.75;
  }
}
.list-qa-question::before {
	color: #003e70;
  content: "Q";
  float: left;
  margin-right: 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .list-qa-question::before {
    font-size: 1.8rem;
  }
}
.list-qa-body {
  overflow: hidden;
  padding-top: 4px;
}
@media screen and (min-width: 1000px) {
  .list-qa-body {
    padding-top: 2px;
  }
}
.list-qa-text {
  color: #333;
}
@media screen and (min-width: 1000px) {
  .list-qa-text {
    font-size: 1.6rem;
  }
}
.list-qa-answer {
  display: none;
  position: relative;
  padding: 7px 15px 7px 10px;
	background-color: #E1E8F2;
}
@media screen and (min-width: 1000px) {
  .list-qa-answer {
    padding: 20px 36px 20px 23px;
  }
}
.list-qa-answer::before {
	color: #003e70;
  content: "A";
  float: left;
  margin-right: 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .list-qa-answer::before {
    margin-right: 23px;
    font-size: 1.8rem;
  }
}
.list-qa-question .ico-slide,
.list-qa-answer .ico-slide {
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  height: 5px;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .list-qa-question .ico-slide,
  .list-qa-answer .ico-slide {
    right: 15px;
    height: 14px;
  }
}
/*「質問」を開いたとき*/
.is-active .list-qa-answer {
  display: block;
}
.is-active .ico-slide::before{
	transform: rotate(180deg);
}
/* #nav-utility
  -------------------------------------------------------------------------- */
.nav-utility {
  padding: 25px 0;
}
@media screen and (min-width: 1000px) {
  .nav-utility {
    padding: 20px 0;
  }
}
.nav-utility-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-utility-list-item {
  margin: 11px 24px 0;
}
.nav-utility-list-link {
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (min-width: 1000px) {
  .nav-utility-list-link {
    text-decoration: none;
  }
}
.nav-utility-list-link:hover {
  color: #8a8a8a;
}
/* #sec-option
-------------------------------------------------------------------------- */
.sec-mission {
  background-color: #F3F3F3;
  padding: 40px 16px 32px;
}
.sec-mission__section + .sec-mission__section {
  margin-top: 40px;
}
.sec-mission__box {
  margin-top: 0;
  padding: 24px 24px 40px;
}
.sec-mission__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.sec-mission__title + .sec-mission__string {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .sec-mission {
    padding: 64px 24px 32px;
  }
  .sec-mission__section + .sec-mission__section {
    margin-top: 64px;
  }
  .sec-mission__box {
    padding: 48px 48px 64px;
  }
  .sec-mission__title {
    font-size: 2rem;
  }
  .sec-mission__title + .sec-mission__string {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1000px) {
  .sec-mission {
    padding: 120px 24px 80px;
  }
  .sec-mission__section + .sec-mission__section {
    margin-top: 96px;
  }
  .sec-mission__box {
    padding: 80px 80px 96px;
  }
  .sec-mission__title {
    font-size: 2.8rem;
  }
  .sec-mission__title + .sec-mission__string {
    margin-top: 56px;
  }
}
/* #sec-plan
-------------------------------------------------------------------------- */
.sec-plan {
  padding: 20px 8px 30px;
}
@media screen and (min-width: 1000px) {
  .sec-plan {
    padding: 55px 20px 55px;
  }
}
/* #sec-qa
-------------------------------------------------------------------------- */
.sec-qa {
  padding: 20px 16px 10px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 1000px) {
  .sec-qa {
    padding: 30px 24px 20px;
  }
}
@media screen and (min-width: 1260px) {
  .sec-qa {
    padding: 40px 0 20px;
  }
  #subscriber + .sec-qa {
    padding: 40px 0 20px;
    padding-top: 104px;
  }
}
@media screen and (min-width: 1000px) {
  .sec-qa-child {
    margin-bottom: 30px;
  }
}
.sec-qa-child:last-child {
  margin-bottom: 0;
}
/* #ttl-01
-------------------------------------------------------------------------- */
.ttl-01 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.65;
  text-align: center;
  color: #333;
  position: relative;
  padding-bottom: 24px;
}
.ttl-01:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 56px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6098d6;
}
.ttl-sub-01 {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 8px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ttl-01 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .ttl-01 {
    font-size: 2.8rem;
  }
  .ttl-sub-01 {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.sec-plan .ttl-01 {
  color: #616161;
}
/* #ttl-02
-------------------------------------------------------------------------- */
.ttl-02 {
  margin-top: 8px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .ttl-02 {
    margin-top: 8px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .ttl-02 {
    margin-top: 8px;
    font-size: 2.8rem;
  }
}
/*-------------------------------------------------------------------------- */
/* caution
  -------------------------------------------------------------------------- */
.caution {
  padding: 0 0 30px;
  background-color: #f3f3f3;
  font-feature-settings: "palt";
  font-size: 12px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .caution {
    padding: 0 0 30px;
    color: #333;
    background-color: #f3f3f3;
    font-size: 14px;
    line-height: 1.8;
  }
}
.caution.caution-01 .caution-list{
  width: 100%;
  margin: 0 auto;
  padding: 7.81% 8px 0;
}
@media screen and (min-width: 1000px) {
  .caution.caution-01 .caution-list {
    width: 100%;
    padding: 34px 20px 0;
    font-size: 14px;
  }
}
.caution-title {
  font-size: 1.8rem;
  font-weight: bold;
}
.caution-heading {
  font-size: 1.6rem;
  font-weight: bold;
}
.caution-list-desc {
  position: relative;
  margin-left: 1em;
}
.caution-list-desc::before {
  display: block;
  content: '';
  position: absolute;
  top: 0.8em;
  left: -1em;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .caution-list-desc::before {
    top: 0.65em;
    width: 6px;
    height: 6px;
  }
}
.caution-list-sub {
  padding-left: 2em;
  text-indent: -1em;
}
.caution-list-sub.caution-list-sub-txt {
  padding-left: 1em;
  text-indent: 0;
}
.caution-list-item {
  padding: 1em 0 0 1em;
}
.caution .caution-list-link:link {
  color: #67779f;
}
.caution .caution-list-link:visited {
  color: #67779f;
}
.caution .common-inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .caution .common-inner {
    width: 1034px;
  }
}
.caution-list {
  width: 93.75%;
  margin: 0 auto;
  padding-top: 7.81%;
}
@media screen and (min-width: 768px) {
  .caution-list {
    width: 100%;
    padding: 34px 0 0 0;
    font-size: 14px;
  }
}
/* caution-list-tbl共通 */
.caution-list-tbl01,
.caution-list-tbl02,
.caution-list-tbl-th,
.caution-list-tbl-td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-collapse: collapse;
  color: #000;
  text-align: center;
  vertical-align: middle;
}
.caution-list-tbl01,
.caution-list-tbl02 {
  width: 100%;
  background-color: #fff;
}
.caution-list-tbl-th {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.caution-list-tbl-th,
.caution-list-tbl-td  {
  display: table-cell !important;
  padding: 2%;
}
@media screen and (min-width: 768px) {
  .caution-list-tbl-th,
  .caution-list-tbl-td {
    padding: 10px;
  }
}
.caution-list-tbl-th--wid01 {
  width: 19%;
}
.caution-list-tbl-th--wid02 {
  width: 57%;
}
.caution-list-tbl-th--col2 {
  width: 50%;
}
.caution-list-tbl-th--col3 {
  width: 33.33333%;
}
@media screen and (min-width: 768px) {
  .caution-list-tbl-th--wid01 {
    width: auto;
  }
  .caution-list-tbl-th--wid02 {
    width: 78%;
  }
}
.caution-list-tbl-th--border {
  border-top: none;
  border-bottom: 3px double #000;
}
/* caution-list-tbl02 */
.caution-list-tbl02 .caution-list-tbl-td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-collapse: collapse;
  color: #000;
  text-align: left;
  vertical-align: middle;
}
/* -----------------------------------------------------------------------------
   #scope
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
  #Utility
  -------------------------------------------------------------------------- */

/* pc
-------------------------------------------------------------------------- */
.is-pc,
.is-pc__block {
  display: none;
}
@media screen and (min-width: 1000px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: inline-block;
  }
  .is-pc__block {
    display: block;
  }
}
.is-apple {
  display: none;
}
.is-google {
  display: inline;
}
.iphone .is-apple {
  display: inline;
}
.iphone .is-google {
  display: none;
}
/* u-txt
-------------------------------------------------------------------------- */
.u-txt_red {
  color: #d11100;
}
.__none-spaced {
  margin-top: 0 !important;
}
.__15-spaced {
  margin-top: 15px !important;
}
/* #Align
  -------------------------------------------------------------------------- */
/*doc
---
name: s-align
category: utility
tag: Align
---

画像などを左右や中央に配置します。

```ejs
<div class="s-left">
 <img src="http://via.placeholder.com/150x150">
</div>

<div class="s-center">
 <img src="http://via.placeholder.com/150x150">
</div>

<div class="s-right">
 <img src="http://via.placeholder.com/150x150">
</div>
```
*/
.s-left {
  text-align: left !important;
}
@media screen and (min-width: 375px) {
  .s-left-sm {
    text-align: left !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-left-md {
    text-align: left !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-left-lg {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) {
  .s-left-xl {
    text-align: left !important;
  }
}
.s-center {
  text-align: center !important;
}
@media screen and (min-width: 375px) {
  .s-center-sm {
    text-align: center !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-center-md {
    text-align: center !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-center-lg {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .s-center-xl {
    text-align: center !important;
  }
}
.s-right {
  text-align: right !important;
}
@media screen and (min-width: 375px) {
  .s-right-sm {
    text-align: right !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-right-md {
    text-align: right !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-right-lg {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .s-right-xl {
    text-align: right !important;
  }
}
/* #Price
  -------------------------------------------------------------------------- */
#price {
    padding: 40px 0 40px;
}
@media screen and (min-width: 1000px) {
  #price {
      padding: 40px 24px 80px;
  }
}
.sp-none {
	display: none;
}
@media screen and (min-width: 1000px) {
	.sp-none {
		display: table-cell;
	}
}
.sp-none--m {
	display: none;
}

@media screen and (min-width: 768px) {
	.sp-none--m {
		display: table-cell;
	}
}
.sp-none--s {
	display: none;
}
@media screen and (min-width: 431px) {
	.sp-none--s {
		display: table-cell;
	}
}
/* #subscriber
   -------------------------------------------------------------------------- */
.appImg img {
  width: 64px;
}
@media screen and (min-width: 1000px) {
  .appImg img {
    width: 78px;
  }
}
/* #Display
   -------------------------------------------------------------------------- */
/*doc
---
name: s-display
category: utility
tag: Display
---

表示非表示を切り替えます。改行位置のコントロールもできます。

```ejs
<p class="s-dn-md"><code>$-md</code>以降は非表示になります。</p>
<p class="s-dn s-db-md"><code>$-md</code>以降は表示されます。</p>
<p>基本はなりゆきでウィンドウサイズが狭くなると、<span class="s-dib">ここから改行されます。</span></p>
<p><code>$-md</code>以降になると、<span class="s-db-md">ここから改行されます。</span></p>
```
*/
.s-dn {
  display: none !important;
}
@media screen and (min-width: 375px) {
  .s-dn-sm {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-dn-md {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-dn-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .s-dn-xl {
    display: none !important;
  }
}
.s-db {
  display: block !important;
}
@media screen and (min-width: 375px) {
  .s-db-sm {
    display: block !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-db-md {
    display: block !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-db-lg {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .s-db-xl {
    display: block !important;
  }
}
.s-di {
  display: inline !important;
}
@media screen and (min-width: 375px) {
  .s-di-sm {
    display: inline !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-di-md {
    display: inline !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-di-lg {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) {
  .s-di-xl {
    display: inline !important;
  }
}
.s-dib {
  display: inline-block !important;
}
@media screen and (min-width: 375px) {
  .s-dib-sm {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-dib-md {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1000px) {
  .s-dib-lg {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) {
  .s-dib-xl {
    display: inline-block !important;
  }
}
/* #inner
  -------------------------------------------------------------------------- */
@media screen and (min-width: 1000px) {
  .s-inner {
    max-width: 1290px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
/* #Sr-only
   -------------------------------------------------------------------------- */
/*doc
---
name: s-sr-only
category: utility
tag: Sr-only
---

要素を非表示にさせますが、スクリーンリーダーには読み上げられます。

```block
<div>
  <span class="p-icon p-icon--rss" aria-hidden="true"></span>
  <span class="s-sr-only">rss購読</span>
</div>
```
*/
.s-sr-only {
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}
.visibility--hidden {
  visibility: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}
