@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

body {
  word-break: break-all; }

button {
  background-color: transparent;
  border: 0 none;
  padding: 0;
  line-height: 1;
  cursor: pointer; }

main {
  display: block; }

input {
  border: 0 none; }

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom; }

select {
  line-height: 1; }

select::-moz-focus-inner {
  border: 0;
  outline: 0; }

picture {
  font-size: 0;
  line-height: 0; }

.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 375px;
  padding: 0 15px; }
  .container--no-margin {
    padding: 0; }
  @media screen and (min-width: 1000px) {
    .container {
      max-width: 1000px;
      padding: 0 40px; } }
  .container--pc {
    max-width: none;
    padding: 0; }
    @media screen and (min-width: 1000px) {
      .container--pc {
        max-width: 1000px; } }

.text-box {
  display: block;
  line-height: 1.6;
  margin: -0.3em 0; }

.wrap {
  display: block; }

.sp-wrap {
  display: block; }
  @media screen and (min-width: 1000px) {
    .sp-wrap {
      display: inline; } }

.pc-wrap {
  display: inline; }
  @media screen and (min-width: 1000px) {
    .pc-wrap {
      display: block; } }

.serif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif; }

@media screen and (min-width: 1000px) {
  .sp-content {
    display: none; } }

.pc-content {
  display: none; }
  @media screen and (min-width: 1000px) {
    .pc-content {
      display: block; } }

.hover {
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }
  .hover:hover {
    opacity: .7; }

.link-text {
  text-decoration: none;
  color: #369;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

.center-img {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  .center-img img {
    width: 100%; }

.keep-ratio {
  display: block;
  position: relative;
  width: 100%; }
  .keep-ratio::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 高さを幅のn%に固定 */ }
  .keep-ratio__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.icon-align {
  display: -webkit-box;
  display: flex; }
  .icon-align__icon {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-right: .25em; }
  .icon-align__content {
    -webkit-box-flex: 1;
            flex: 1 1 auto; }

.btn-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  .btn-container__btn {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    display: block; }
  .btn-container img {
    width: 100%; }

.lazy-img.is-loading {
  opacity: 0; }

.lazy-img.is-loaded {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.ornament {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden; }
  .ornament::after, .ornament::before {
    content: '';
    display: block;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    background-image: url("../img/ornament-body-1_sp.png");
    background-image: -webkit-image-set(url("../img/ornament-body-1_sp.png") 1x, url("../img/ornament-body-1_sp@2x.png") 2x);
    background-size: contain;
    background-repeat: repeat-x; }
    @media screen and (min-width: 1000px) {
      .ornament::after, .ornament::before {
        display: none; } }
  .ornament--type-2::after, .ornament--type-2::before {
    background-image: url("../img/ornament-body-2_sp.png");
    background-image: -webkit-image-set(url("../img/ornament-body-2_sp.png") 1x, url("../img/ornament-body-2_sp@2x.png") 2x); }
  .ornament__body {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    background-image: url("../img/ornament-main-1_sp.png");
    background-image: -webkit-image-set(url("../img/ornament-main-1_sp.png") 1x, url("../img/ornament-main-1_sp@2x.png") 2x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 1000px) {
      .ornament__body {
        background-image: url("../img/ornament-main-1_pc.png"); } }
    .ornament--type-2 .ornament__body {
      background-image: url("../img/ornament-main-2_sp.png");
      background-image: -webkit-image-set(url("../img/ornament-main-2_sp.png") 1x, url("../img/ornament-main-2_sp@2x.png") 2x); }
    .ornament__body > * {
      opacity: 0; }

.content__head {
  margin-bottom: 25px; }
  @media screen and (min-width: 1000px) {
    .content__head {
      margin-bottom: 40px; } }

.content__info {
  margin-bottom: 30px; }
  @media screen and (min-width: 1000px) {
    .content__info {
      margin-bottom: 80px; } }

.content--type-2 .content__item {
  margin-bottom: 25px; }
  @media screen and (min-width: 1000px) {
    .content--type-2 .content__item {
      margin-bottom: 75px; } }

.content__point {
  margin-bottom: 40px; }
  @media screen and (min-width: 1000px) {
    .content__point {
      margin-bottom: 80px; } }

.content-head__type {
  margin-bottom: 9px; }
  @media screen and (min-width: 1000px) {
    .content-head__type {
      margin-bottom: 35px; } }

.content-head__catch {
  margin-bottom: 7px; }
  @media screen and (min-width: 1000px) {
    .content-head__catch {
      margin-bottom: 25px; } }

.content-head__name {
  margin-bottom: 5px; }
  @media screen and (min-width: 1000px) {
    .content-head__name {
      margin-bottom: 17px; } }

.content-info {
  box-sizing: border-box;
  max-width: 840px;
  margin: 0 auto;
  background: #262642;
  color: #f4e2b4;
  padding: 10px; }
  .content--type-2 .content-info {
    background: #4a2c2e; }
  @media screen and (min-width: 1000px) {
    .content-info {
      padding: 20px; } }
  .content-info__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .content-info__thumb {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-right: 10px; }
    @media screen and (min-width: 1000px) {
      .content-info__thumb {
        margin-right: 20px; } }
  .content-info__info {
    -webkit-box-flex: 0;
            flex: 0 1 auto; }
    @media screen and (min-width: 1000px) {
      .content-info__info {
        padding-top: 10px;
        position: relative; } }
  .content-info__text {
    margin-bottom: 10px; }
    @media screen and (min-width: 1000px) {
      .content-info__text {
        margin-bottom: 0; } }
  @media screen and (min-width: 1000px) {
    .content-info__tag {
      position: absolute;
      right: 0;
      top: 0; } }

.point-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  .point-list__item {
    display: -webkit-box;
    display: flex; }
    .point-list__item:not(:last-child) {
      margin-bottom: 13px; }
      @media screen and (min-width: 1000px) {
        .point-list__item:not(:last-child) {
          margin-bottom: 25px; } }
  .point-list__head {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-right: 15px; }
    @media screen and (min-width: 1000px) {
      .point-list__head {
        margin-right: 30px; } }
  .point-list__text {
    -webkit-box-flex: 0;
            flex: 0 1 auto; }
    .point-list__text > * {
      padding-top: 4px; }
      @media screen and (min-width: 1000px) {
        .point-list__text > * {
          padding-top: 8px; } }

@media screen and (min-width: 1000px) {
  .main-visual {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; } }

@media screen and (min-width: 1000px) {
  .main-visual__content {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
        grid-template-areas: "ornament item" "head item" "banner item"; } }

.main-visual__ornament {
  margin-bottom: 10px; }
  @media screen and (min-width: 1000px) {
    .main-visual__ornament {
      grid-area: ornament;
      padding: 0 15px;
      margin-bottom: 20px; } }

.main-visual__head {
  margin-bottom: 15px; }
  @media screen and (min-width: 1000px) {
    .main-visual__head {
      grid-area: head;
      margin-bottom: 45px; } }

@media screen and (min-width: 1000px) {
  .main-visual__item {
    grid-area: item;
    margin-left: 30px;
    max-height: 0;
    padding-top: 6px; } }

@media screen and (min-width: 1000px) {
  .main-visual__banner {
    grid-area: banner; } }

@media screen and (min-width: 1000px){
  .main-visual__ornament {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .main-visual__head {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .main-visual__item {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2; }
  .main-visual__banner {
    -ms-grid-row: 3;
    -ms-grid-column: 1; } }

.mv-banner {
  border: #262642 1px;
  border-style: solid none;
  padding: 1px 0; }
  @media screen and (min-width: 1000px) {
    .mv-banner {
      border-width: 2px;
      padding: 2px 0; } }
  .mv-banner__body {
    padding: 8px;
    background: #262642; }
    @media screen and (min-width: 1000px) {
      .mv-banner__body {
        padding: 13px; } }

.mv-banner-bottom {
  margin-top: 5px; }
  @media screen and (min-width: 1000px) {
    .mv-banner-bottom {
      margin-top: 10px; } }

body {
  background-image: url("../img/bg-inner_sp.png");
  background-image: -webkit-image-set(url("../img/bg-inner_sp.png") 1x, url("../img/bg-inner_sp@2x.png") 2x); }
  @media screen and (min-width: 1000px) {
    body {
      background-image: url("../img/bg_sp.png");
      background-image: -webkit-image-set(url("../img/bg_sp.png") 1x, url("../img/bg_sp@2x.png") 2x); } }

.main-contents__inner {
  padding-bottom: 50px; }
  @media screen and (min-width: 1000px) {
    .main-contents__inner {
      padding-bottom: 80px;
      background-image: url("../img/bg-inner_sp.png");
      background-image: -webkit-image-set(url("../img/bg-inner_sp.png") 1x, url("../img/bg-inner_sp@2x.png") 2x); } }

header {
  margin-bottom: 5.5px; }
  @media screen and (min-width: 1000px) {
    header {
      margin-bottom: 22px; } }
  @media screen and (min-width: 1000px) {
    header .container {
      padding: 0 20px; } }

.separator--main {
  margin-bottom: 25px; }
  @media screen and (min-width: 1000px) {
    .separator--main {
      margin-bottom: 85px; } }

.separator--which:not(:last-child) {
  margin-bottom: 50px; }
  @media screen and (min-width: 1000px) {
    .separator--which:not(:last-child) {
      margin-bottom: 100px; } }

.separator--content {
  margin-bottom: 50px; }
  @media screen and (min-width: 1000px) {
    .separator--content {
      margin-bottom: 170px; } }

.which__head {
  margin-bottom: 20px; }
  @media screen and (min-width: 1000px) {
    .which__head {
      margin-bottom: 50px; } }

@media screen and (min-width: 1000px) {
  .which-head__top, .which-head__bottom {
    display: none; } }

.which-head__body {
  padding: 15px 10px; }
  @media screen and (min-width: 1000px) {
    .which-head__body {
      padding-top: 25px;
      height: 155px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      box-sizing: border-box;
      background-image: url("../img/ornament-border_pc.png");
      background-size: contain 100%;
      background-position: center;
      background-repeat: no-repeat; } }

.which-content {
  overflow: hidden; }
  .which-content__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
            align-items: stretch;
    margin: -10px; }
  .which-content__item {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 10px; }

.which-item {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .which-item__head {
    margin-bottom: 10px; }
    @media screen and (min-width: 1000px) {
      .which-item__head {
        margin-bottom: 20px; } }
  .which-item__name {
    margin-top: auto;
    margin-bottom: 10px; }
    @media screen and (min-width: 1000px) {
      .which-item__name {
        margin-bottom: 20px; } }

.f-copyright-wrapper {
  background-color: #fff; }

.f-copyright {
  border-top: 1px solid #e7e7e7;
  padding: 10px 0; }
  @media screen and (min-width: 1000px) {
    .f-copyright {
      -webkit-box-align: center;
              align-items: center;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      padding: 20px 0; } }
  .f-copyright__img {
    display: block;
    text-align: center;
    margin-bottom: 9px; }
    @media screen and (min-width: 1000px) {
      .f-copyright__img {
        margin-bottom: 0;
        -webkit-box-flex: 0;
                flex: 0 0 30px;
        max-width: 30px;
        margin-right: 5px; } }
  .f-copyright__text > p {
    line-height: 1.6;
    margin: -0.3em 0;
    text-align: center;
    color: #333;
    font-size: 10px;
    text-align: center; }
    @media screen and (min-width: 1000px) {
      .f-copyright__text > p {
        text-align: left;
        font-size: 14px; } }

@media screen and (min-width: 1000px) {
  .header-content .container {
    padding: 0; } }

.header-content__logo > p {
  padding: 7.5px 0;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .header-content__logo > p {
      padding: 10px 0 15px;
      text-align: left; } }
  .header-content__logo > p > a {
    display: inline-block; }

.header-content__banner > p {
  text-align: center; }
