/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

body {
  margin: 0;
}

main {
  display: block;
}


iframe,
p,
table {
  margin: 0;
}


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


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

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

img {
  border-style: none;
  vertical-align: bottom;
}


iframe {
  border: 0;
  vertical-align: bottom;
}

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

button {
  overflow: visible;
}

button {
  text-transform: none;
}

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

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

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

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

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

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

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

/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  background-color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 1400px;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
::-moz-selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}
::selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  color: #1c2c3d;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

.l-header {
  position: relative;
  background-image: url(../img/top/bg-header.png);
  background-size: cover;
}
.l-header::before {
  content: "";
  display: block;
  background-image: url(../img/top/bg-bottom.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 312px;
  position: absolute;
  bottom: -100px;
  z-index: 1;
}
.l-header__main {
  text-align: center;
}
.l-header__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 58%;
  z-index: 5;
}
.l-header__news {
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  bottom: 10px;
  width: 849px;
  height: 130px;
  background-image: url(../img/top/bg-news.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 20px 20px 235px;
}
.l-header__news ul {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 20px;
  max-height: 90px;
  min-height: 90px;
  overflow-y: scroll;
}
.l-header__news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
}
.l-header__news ul li + li {
  margin-top: 10px;
}
.l-header__news ul li time {
  display: block;
  margin-right: 25px;
}
.l-section:last-child {
  padding-bottom: 200px;
}

.l-container {
  position: relative;
  max-width: 1030px;
  padding: 40px 15px 60px;
  margin: 0 auto;
  background-image: url(../img/common/bg-contents.png);
  background-repeat: repeat;
}
.l-container::before, .l-container::after {
  content: "";
  width: 100%;
  height: 24px;
  position: absolute;
  left: 0;
  background-image: url(../img/common/bg-parts.png);
  background-repeat: repeat-x;
  background-position: left top;
}
.l-container::before {
  top: -6px;
}
.l-container::after {
  bottom: -6px;
}
.l-container__left-parts::before, .l-container__left-parts::after {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 5;
  left: -2px;
  background-image: url(../img/common/frame-parts.png);
  background-repeat: repeat-x;
  background-position: left top;
}
.l-container__left-parts::before {
  top: -3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-container__left-parts::after {
  bottom: -3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-container__right-parts::before, .l-container__right-parts::after {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 5;
  right: -2px;
  background-image: url(../img/common/frame-parts.png);
  background-repeat: repeat-x;
  background-position: left top;
}
.l-container__right-parts::before {
  top: -3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.l-container__right-parts::after {
  bottom: -3px;
}

.l-inner {
  padding: 0 15px;
}

.o-nav {
  width: 100%;
}
.o-nav nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  background-image: url(../img/nav/bg.png);
}
.o-nav nav .logo {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.o-nav nav ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}
.o-nav--underlayer nav {
  padding: 5px 0;
}

.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.o-spNav {
  display: none;
  background-color: #15101a;
  border-left: 7px solid #1c2c3d;
  border-right: 7px solid #1c2c3d;
  padding: 20% 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.o-spNav.is_active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.o-spNav__logo {
  text-align: center;
  padding: 0 5% 15%;
}
.o-spNav__logo a {
  color: #fff;
}
.o-spNav__logo a img {
  max-width: 300px;
}
.o-spNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-spNav li {
  width: 48%;
  text-align: center;
  margin-bottom: 30px;
}
.o-spNav li a {
  color: #fff;
}

.o-hamburger {
  display: none;
}

.o-title {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 30px;
}
.o-title--top {
  padding-top: 110px;
}

.o-table {
  margin-top: 20px;
}
.o-table table {
  width: 100%;
  border: 1px solid #5d1212;
  table-layout: fixed;
}
.o-table th,
.o-table td {
  font-weight: 400;
  padding: 0.5em;
  vertical-align: middle;
  border: 1px solid #5d1212;
}
.o-table th {
  color: #fff;
  text-align: center;
  background-color: #b1916c;
}
.o-table td {
  background-color: #e1d5c7;
}
.o-table p {
  margin-top: 20px;
  font-size: 1.2rem;
}
.o-table p span {
  color: #d07d07;
}
.o-table p + p {
  margin-top: 5px;
}
.o-table a {
  color: #d07d07;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.o-table a:hover {
  text-decoration: underline;
}
.o-table--required-number tr td:nth-child(2) {
  text-align: center;
}

.o-slider {
  position: relative;
  background-image: url(../img/common/slider/bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 100% auto;
  padding: 20px 0 60px;
}
.o-slider .swiper-container--underlayer {
  max-width: 840px;
  margin: 0 auto;
  overflow: hidden;
}
.o-slider .swiper-slide {
  text-align: center;
}
.o-slider .swiper-button-prev,
.o-slider .swiper-button-next {
  background-image: url(../img/top/slider/arrow.png);
  width: 34px;
  height: 56px;
}
.o-slider .swiper-button-prev::before, .o-slider .swiper-button-prev::after,
.o-slider .swiper-button-next::before,
.o-slider .swiper-button-next::after {
  content: none;
}
.o-slider .swiper-button-prev {
  left: 15%;
}
.o-slider .swiper-button-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 15%;
}
.o-slider .swiper-pagination {
  bottom: 30px !important;
}

.c-top__slider {
  position: relative;
  background-image: url(../img/top/slider/bg.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100% auto;
  padding: 20px 0 60px;
}
.c-top__slider .swiper-container {
  max-width: 880px;
  margin: 0 auto;
  overflow: hidden;
}
.c-top__slider .swiper-slide {
  text-align: center;
}
.c-top__slider .swiper-button-prev,
.c-top__slider .swiper-button-next {
  background-image: url(../img/top/slider/arrow.png);
  width: 34px;
  height: 56px;
}
.c-top__slider .swiper-button-prev::before, .c-top__slider .swiper-button-prev::after,
.c-top__slider .swiper-button-next::before,
.c-top__slider .swiper-button-next::after {
  content: none;
}
.c-top__slider .swiper-button-prev {
  left: 15%;
}
.c-top__slider .swiper-button-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 15%;
}
.c-top__slider .swiper-pagination {
  bottom: 40px !important;
}
.c-top__point .image {
  text-align: center;
}
.c-top__point .image-flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-top__point .image-flex img {
  margin: 0 10px;
}
.c-top__howto .text {
  text-align: center;
}
.c-top__howto .image {
  text-align: center;
  margin-top: 20px;
}
.c-top__about .image {
  text-align: center;
}
.c-top__wallpaper .flex {
  max-width: 800px;
  margin: 0 auto;
  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;
}
.c-top__wallpaper .flex--top {
  margin-top: 50px;
}
.c-top__wallpaper .flex .sample {
  text-align: center;
}
.c-top__wallpaper .flex .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 60px;
}
.c-top__wallpaper .flex .buttons .button {
  display: inline-block;
}
.c-top__wallpaper .flex .buttons .button + .button {
  margin-top: 20px;
}
.c-top__wallpaper .comment {
  max-width: 780px;
  margin: 15px auto 0;
}
.c-top__wallpaper .comment p {
  margin-top: 15px;
}

.c-rewards__center-text {
  text-align: center;
  margin-bottom: 20px;
}
.c-rewards__center-text--mb {
  margin-bottom: 40px;
}
.c-rewards__block + .c-rewards__block {
  padding-top: 70px;
}
.c-rewards__title {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 30px;
}
.c-rewards__inner {
  max-width: 810px;
  margin: 0 auto;
}
.c-rewards__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-rewards__flex--top {
  margin-top: 60px;
}
.c-rewards__flex .left {
  width: 55%;
}
.c-rewards__flex .left p.min {
  margin-top: 20px;
  font-size: 1.2rem;
}
.c-rewards__flex .left p.min span {
  color: #d07d07;
}
.c-rewards__flex .left a {
  color: #c64b00;
}
.c-rewards__flex .left .btn {
  margin-top: 15px;
}
.c-rewards__flex .left .title {
  margin-bottom: 20px;
}
.c-rewards__flex .right {
  right: 40%;
}

.c-overtherainbow__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-overtherainbow__links a {
  display: inline-block;
  margin: 0 10px;
}
.c-overtherainbow__image {
  text-align: center;
  margin-bottom: 40px;
}
.c-overtherainbow__block + .c-overtherainbow__block {
  padding-top: 70px;
}
.c-overtherainbow__title {
  text-align: center;
  margin-bottom: 20px;
}
.c-overtherainbow__title--mt {
  margin-top: 60px;
}
.c-overtherainbow__inner {
  max-width: 815px;
  margin: 0 auto;
}
.c-overtherainbow__story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-overtherainbow__story .left {
  width: 35%;
}
.c-overtherainbow__story .right {
  width: 60%;
  line-height: 2.1428571429;
}
.c-overtherainbow__story .right p + p {
  margin-top: 15px;
}
.c-overtherainbow__character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-overtherainbow__character .item {
  width: 48%;
  margin-bottom: 30px;
}
.c-overtherainbow__character .item .image {
  text-align: center;
}
.c-overtherainbow__character .item p {
  margin-top: 10px;
  padding: 0 15px;
}
.c-overtherainbow__related-story {
  margin-top: 40px;
  text-align: center;
}
.c-overtherainbow__related-story h4 {
  margin-bottom: 30px;
}
.c-overtherainbow__related-story p {
  text-align: center;
  margin-top: 20px;
}
.c-overtherainbow__howto-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-overtherainbow__howto-block + .c-overtherainbow__howto-block {
  margin-top: 60px;
}
.c-overtherainbow__howto-block .left {
  width: 55%;
}
.c-overtherainbow__howto-block .left h3 {
  margin-bottom: 20px;
}
.c-overtherainbow__howto-block .left .btn {
  display: inline-block;
  margin-top: 20px;
}
.c-overtherainbow__howto-block .right {
  right: 40%;
}

.c-goldspoon__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-goldspoon__links a {
  display: inline-block;
  margin: 0 10px;
}
.c-goldspoon__image {
  text-align: center;
  margin-bottom: 40px;
}
.c-goldspoon__block + .c-goldspoon__block {
  padding-top: 70px;
}
.c-goldspoon__title {
  text-align: center;
  margin-bottom: 20px;
}
.c-goldspoon__title--mt {
  margin-top: 60px;
}
.c-goldspoon__inner {
  max-width: 815px;
  margin: 0 auto;
}
.c-goldspoon__story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-goldspoon__story .left {
  width: 35%;
}
.c-goldspoon__story .right {
  width: 60%;
  line-height: 2.1428571429;
}
.c-goldspoon__story .right p + p {
  margin-top: 15px;
}
.c-goldspoon__character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-goldspoon__character .item {
  width: 48%;
  margin-bottom: 30px;
}
.c-goldspoon__character .item .image {
  text-align: center;
}
.c-goldspoon__character .item p {
  margin-top: 10px;
  padding: 0 15px;
}
.c-goldspoon__character--single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-goldspoon__character--triple {
  margin-top: 40px;
}
.c-goldspoon__character--triple .item {
  width: 32%;
  margin-bottom: 50px;
}
.c-goldspoon__character--triple .item p {
  padding: 0 10px;
}
.c-goldspoon__related-story {
  margin-top: 40px;
  text-align: center;
}
.c-goldspoon__related-story h4 {
  margin-bottom: 30px;
}
.c-goldspoon__related-story p {
  text-align: center;
  margin-top: 20px;
}
.c-goldspoon__howto-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-goldspoon__howto-block + .c-goldspoon__howto-block {
  margin-top: 60px;
}
.c-goldspoon__howto-block .left {
  width: 55%;
}
.c-goldspoon__howto-block .left h3 {
  margin-bottom: 20px;
}
.c-goldspoon__howto-block .left .btn {
  display: inline-block;
  margin-top: 20px;
}
.c-goldspoon__howto-block .right {
  right: 40%;
}

.c-escapenote__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-escapenote__links a {
  display: inline-block;
  margin: 0 10px;
}
.c-escapenote__block + .c-escapenote__block {
  padding-top: 70px;
}
.c-escapenote__title {
  text-align: center;
  margin-bottom: 20px;
}
.c-escapenote__inner {
  max-width: 815px;
  margin: 0 auto;
}
.c-escapenote__story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-escapenote__story .left {
  width: 35%;
}
.c-escapenote__story .right {
  width: 60%;
  line-height: 2.1428571429;
}
.c-escapenote__story .right p + p {
  margin-top: 15px;
}
.c-escapenote__character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-escapenote__character .item {
  width: 48%;
  margin-bottom: 30px;
}
.c-escapenote__character .item .image {
  text-align: center;
}
.c-escapenote__character .item p {
  margin-top: 10px;
  padding: 0 15px;
}
.c-escapenote__character--single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-escapenote__related-story {
  margin-top: 40px;
  text-align: center;
}
.c-escapenote__related-story h4 {
  margin-bottom: 30px;
}
.c-escapenote__related-story p {
  text-align: center;
  margin-top: 20px;
}
.c-escapenote__howto-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-escapenote__howto-block + .c-escapenote__howto-block {
  margin-top: 60px;
}
.c-escapenote__howto-block .left {
  width: 55%;
}
.c-escapenote__howto-block .left h3 {
  margin-bottom: 20px;
}
.c-escapenote__howto-block .left p + p {
  margin-top: 1em;
}
.c-escapenote__howto-block .left .btn {
  display: inline-block;
  margin-top: 20px;
}
.c-escapenote__howto-block .right {
  right: 40%;
}
.c-escapenote__howto-block .text h3 {
  margin-bottom: 20px;
}
.c-escapenote__howto-block .text p + p {
  margin-top: 1em;
}

.c-greatflame__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-greatflame__links a {
  display: inline-block;
  margin: 0 10px;
}
.c-greatflame__block + .c-greatflame__block {
  padding-top: 70px;
}
.c-greatflame__title {
  text-align: center;
  margin-bottom: 20px;
}
.c-greatflame__title--mt {
  margin-top: 60px;
}
.c-greatflame__inner {
  max-width: 815px;
  margin: 0 auto;
}
.c-greatflame__story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-greatflame__story .left {
  width: 35%;
}
.c-greatflame__story .right {
  width: 60%;
  line-height: 2.1428571429;
}
.c-greatflame__story .right p + p {
  margin-top: 15px;
}
.c-greatflame__character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-greatflame__character .item {
  width: 48%;
  margin-bottom: 30px;
}
.c-greatflame__character .item .image {
  text-align: center;
}
.c-greatflame__character .item p {
  margin-top: 10px;
  padding: 0 15px;
}
.c-greatflame__related-story {
  margin-top: 40px;
  text-align: center;
}
.c-greatflame__related-story h4 {
  margin-bottom: 30px;
}
.c-greatflame__related-story p {
  text-align: center;
  margin-top: 20px;
}
.c-greatflame__howto-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-greatflame__howto-block + .c-greatflame__howto-block {
  margin-top: 60px;
}
.c-greatflame__howto-block .left {
  width: 55%;
}
.c-greatflame__howto-block .left h3 {
  margin-bottom: 20px;
}
.c-greatflame__howto-block .left .btn {
  display: inline-block;
  margin-top: 20px;
}
.c-greatflame__howto-block .right {
  right: 40%;
}

.c-howtogrow__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-howtogrow__links a {
  display: inline-block;
  margin: 0 10px;
}
.c-howtogrow__block + .c-howtogrow__block {
  padding-top: 70px;
}
.c-howtogrow__title {
  text-align: center;
  margin-bottom: 20px;
}
.c-howtogrow__title--mt {
  margin-top: 60px;
}

.c-angelingdiary__title--mt.linkCaution,
.c-howtogrow__title--mt.linkCaution {
  margin-top: -100px;
  padding-top: 100px;
}
.c-angelingdiary__title--mt.linkCaution {
  padding-top: 160px;
}

.c-angelingdiary__title--mt.usually,
.c-angelingdiary__title--mt.library,
.c-howtogrow__title--mt.usually,
.c-howtogrow__title--mt.library {
  margin-top: 30px;
  margin-bottom: 45px;
}
.c-howtogrow__inner {
  max-width: 815px;
  margin: 0 auto;
}
.c-howtogrow__inner.plusBottom {
  margin-bottom: 60px;
}
.c-howtogrow__story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howtogrow__story .left {
  width: 35%;
}
.c-howtogrow__story .right {
  width: 60%;
  line-height: 2.1428571429;
}
.c-howtogrow__story .right p + p {
  margin-top: 15px;
}
.c-howtogrow__character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-howtogrow__character .item {
  width: 48%;
  margin-bottom: 30px;
}
.c-howtogrow__character .item .image {
  text-align: center;
}
.c-howtogrow__character .item p {
  margin-top: 10px;
  padding: 0 15px;
}
.c-howtogrow__character--single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-howtogrow__related-story {
  margin-top: 40px;
  text-align: center;
}
.c-howtogrow__related-story h4 {
  margin-bottom: 30px;
}
.c-howtogrow__related-story p {
  text-align: center;
  margin-top: 20px;
}
.c-howtogrow__howto-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howtogrow__howto-block + .c-howtogrow__howto-block {
  margin-top: 60px;
}
.c-howtogrow__howto-block .left {
  width: 55%;
}
.c-howtogrow__howto-block .left h3 {
  margin-bottom: 20px;
}
.c-howtogrow__howto-block .left p + p {
  margin-top: 1em;
}
.c-howtogrow__howto-block .left .btn {
  display: inline-block;
  margin-top: 20px;
}
.c-howtogrow__howto-block .right {
  right: 40%;
}
.c-howtogrow__howto-block .text h3 {
  margin-bottom: 20px;
}
.c-howtogrow__howto-block .text p + p {
  margin-top: 1em;
}

.c-biolabob__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-biolabob__links a {
  display: inline-block;
  margin: 0 10px;
}
.c-biolabob__block + .c-biolabob__block {
  padding-top: 70px;
}
.c-biolabob__title {
  text-align: center;
  margin-bottom: 20px;
}
.c-biolabob__title--mt {
  margin-top: 60px;
}
.c-biolabob__inner {
  max-width: 815px;
  margin: 0 auto;
}
.c-biolabob__story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-biolabob__story .left {
  width: 35%;
}
.c-biolabob__story .right {
  width: 60%;
  line-height: 2.1428571429;
}
.c-biolabob__story .right p + p {
  margin-top: 15px;
}
.c-biolabob__character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-biolabob__character .item {
  width: 48%;
  margin-bottom: 30px;
}
.c-biolabob__character .item .image {
  text-align: center;
}
.c-biolabob__character .item p {
  margin-top: 10px;
  padding: 0 15px;
}
.c-biolabob__character--triple {
  margin-top: 40px;
}
.c-biolabob__character--triple .item {
  width: 32%;
  margin-bottom: 50px;
}
.c-biolabob__character--triple .item p {
  padding: 0 10px;
}
.c-biolabob__related-story {
  margin-top: 40px;
  text-align: center;
}
.c-biolabob__related-story h4 {
  margin-bottom: 30px;
}
.c-biolabob__related-story p {
  text-align: center;
  margin-top: 20px;
}
.c-biolabob__howto-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-biolabob__howto-block + .c-biolabob__howto-block {
  margin-top: 60px;
}
.c-biolabob__howto-block .left {
  width: 55%;
}
.c-biolabob__howto-block .left h3 {
  margin-bottom: 20px;
}
.c-biolabob__howto-block .left .btn {
  display: inline-block;
  margin-top: 20px;
}
.c-biolabob__howto-block .right {
  right: 40%;
}

.c-angelingdiary__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-angelingdiary__links a {
  display: inline-block;
  margin: 0 10px;
}
.c-angelingdiary__block + .c-angelingdiary__block {
  padding-top: 70px;
}
.c-angelingdiary__title {
  text-align: center;
  margin-bottom: 20px;
}
.c-angelingdiary__title--mt {
  margin-top: 60px;
}
.c-angelingdiary__inner {
  max-width: 815px;
  margin: 0 auto;
}
.c-angelingdiary__story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-angelingdiary__story .left {
  width: 35%;
}
.c-angelingdiary__story .right {
  width: 60%;
  line-height: 2.1428571429;
}
.c-angelingdiary__story .right p + p {
  margin-top: 15px;
}
.c-angelingdiary__character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-angelingdiary__character .item {
  width: 48%;
  margin-bottom: 30px;
}
.c-angelingdiary__character .item .image {
  text-align: center;
}
.c-angelingdiary__character .item p {
  margin-top: 10px;
  padding: 0 15px;
}
.c-angelingdiary__character--triple {
  margin-top: 40px;
}
.c-angelingdiary__character--triple .item {
  width: 32%;
  margin-bottom: 50px;
}
.c-angelingdiary__character--triple .item p {
  padding: 0 10px;
}
.c-angelingdiary__howto-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-angelingdiary__howto-block + .c-angelingdiary__howto-block {
  margin-top: 60px;
}
.c-angelingdiary__howto-block .left {
  width: 55%;
}
.c-angelingdiary__howto-block .left h3 {
  margin-bottom: 20px;
}
.c-angelingdiary__howto-block .left .btn {
  display: inline-block;
  margin-top: 20px;
}
.c-angelingdiary__howto-block .right {
  right: 40%;
}

.anchorLinkBlock {
  margin-top: 20px;
}

.anchorLinkBlock a {
  font-size: 14px;
  color: #005057;
}
.c-angelingdiary__howto-block .anchorLinkBlock a {
  color: #c6444b;
}
.background {
  margin-top: 20px;
  font-size: 13px;
  color: #fff;
  padding: 15px;
  background-color: #5c8a87;
  line-height: 1.8;
}
.c-angelingdiary__howto-block .background {
  background-color: #c6444b;

}

.c-angelingdiary__howto-block.step3,
.c-howtogrow__howto-block.step3 {
  padding-top: 160px;
  margin-top: -100px;
}

.c-iandi__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-iandi__links a {
  display: inline-block;
  margin: 0 10px;
}
.c-iandi__block + .c-iandi__block {
  padding-top: 70px;
}
.c-iandi__title {
  text-align: center;
  margin-bottom: 20px;
}
.c-iandi__title--mt {
  margin-top: 60px;
}
.c-iandi__inner {
  max-width: 815px;
  margin: 0 auto;
}
.c-iandi__story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-iandi__story .left {
  width: 35%;
}
.c-iandi__story .right {
  width: 60%;
  line-height: 2.1428571429;
}
.c-iandi__story .right p + p {
  margin-top: 15px;
}
.c-iandi__character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-iandi__character .item {
  width: 48%;
  margin-bottom: 30px;
}
.c-iandi__character .item .image {
  text-align: center;
}
.c-iandi__character .item p {
  margin-top: 10px;
  padding: 0 15px;
}
.c-iandi__related-story {
  margin-top: 40px;
  text-align: center;
}
.c-iandi__related-story h4 {
  margin-bottom: 30px;
}
.c-iandi__related-story p {
  text-align: center;
  margin-top: 20px;
}
.c-iandi__howto-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-iandi__howto-block + .c-iandi__howto-block {
  margin-top: 60px;
}
.c-iandi__howto-block .left {
  width: 55%;
}
.c-iandi__howto-block .left h3 {
  margin-bottom: 20px;
}
.c-iandi__howto-block .left .btn {
  display: inline-block;
  margin-top: 20px;
}
.c-iandi__howto-block .right {
  right: 40%;
}





/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * main
 *-------------------*/
@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  .l-header::before {
    height: 70px;
    bottom: -5px;
  }
  .l-header__logo {
    top: 130px;
  }
  .l-header__news {
    background-image: none;
    padding: 0 20px 20px;
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
  }
  .l-header__news ul {
    background-color: #eeddbe;
    max-height: 100%;
  }
  .l-section {
    padding: 0 15px;
  }
  .l-container {
    padding: 40px 15px;
  }
  .l-inner {
    padding: 0;
  }
  .o-nav {
    display: none;
  }
  .o-spNav {
    display: block;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-color: #1c2c3d;
    border: 2px solid #e7e2ce;
    border-radius: 50%;
    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;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger:hover {
    cursor: pointer;
  }
  .o-hamburger span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #e7e2ce;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger span + span {
    margin-top: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger.is_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .o-hamburger.is_active span:nth-child(2) {
    display: none;
  }
  .o-hamburger.is_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-hamburger.is_active span + span {
    margin-top: 0;
    top: -2px;
  }
  .o-title {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .o-title--top {
    padding-top: 30px;
  }
  .o-slider {
    background-size: auto;
  }
  .o-slider .swiper-button-prev {
    left: 5%;
  }
  .o-slider .swiper-button-next {
    right: 5%;
  }
  .c-top__slider {
    background-size: auto;
    padding: 20px 0 60px;
  }
  .c-top__slider .swiper-button-prev {
    left: 5%;
  }
  .c-top__slider .swiper-button-next {
    right: 5%;
  }
  .c-top__point .image-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__point .image-flex img {
    margin: 0;
  }
  .c-top__point .image-flex img + img {
    margin-top: 15px;
  }
  .c-top__wallpaper .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__wallpaper .flex .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    margin-left: 0;
  }
  .c-top__wallpaper .flex .buttons .button {
    width: 100%;
    max-width: 200px;
  }
  .c-top__wallpaper .flex .buttons .button + .button {
    margin-top: 15px;
  }
  .c-top__wallpaper .comment {
    margin-top: 20px;
  }
  .c-rewards__block + .c-rewards__block {
    padding-top: 30px;
  }
  .c-rewards__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-rewards__flex--top {
    margin-top: 40px;
  }
  .c-rewards__flex .left {
    width: 100%;
  }
  .c-rewards__flex .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-overtherainbow__block + .c-overtherainbow__block {
    padding-top: 30px;
  }
  .c-overtherainbow__title--mt {
    margin-top: 40px;
  }
  .c-overtherainbow__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-overtherainbow__story .left {
    width: 100%;
    text-align: center;
  }
  .c-overtherainbow__story .right {
    width: 100%;
    margin-top: 20px;
    line-height: 1.5;
  }
  .c-overtherainbow__character {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-overtherainbow__character .item {
    width: 100%;
    margin-bottom: 0;
  }
  .c-overtherainbow__character .item + .item {
    margin-top: 20px;
  }
  .c-overtherainbow__howto-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-overtherainbow__howto-block + .c-overtherainbow__howto-block {
    margin-top: 40px;
  }
  .c-overtherainbow__howto-block .left {
    width: 100%;
  }
  .c-overtherainbow__howto-block .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-goldspoon__block + .c-goldspoon__block {
    padding-top: 30px;
  }
  .c-goldspoon__title--mt {
    margin-top: 40px;
  }
  .c-goldspoon__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-goldspoon__story .left {
    width: 100%;
    text-align: center;
  }
  .c-goldspoon__story .right {
    width: 100%;
    margin-top: 20px;
    line-height: 1.5;
  }
  .c-goldspoon__character {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-goldspoon__character .item {
    width: 100%;
    margin-bottom: 0;
  }
  .c-goldspoon__character .item + .item {
    margin-top: 20px;
  }
  .c-goldspoon__howto-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-goldspoon__howto-block + .c-goldspoon__howto-block {
    margin-top: 40px;
  }
  .c-goldspoon__howto-block .left {
    width: 100%;
  }
  .c-goldspoon__howto-block .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-escapenote__block + .c-escapenote__block {
    padding-top: 30px;
  }
  .c-escapenote__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-escapenote__story .left {
    width: 100%;
    text-align: center;
  }
  .c-escapenote__story .right {
    width: 100%;
    margin-top: 20px;
    line-height: 1.5;
  }
  .c-escapenote__character {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-escapenote__character .item {
    width: 100%;
    margin-bottom: 0;
  }
  .c-escapenote__character .item + .item {
    margin-top: 20px;
  }
  .c-escapenote__howto-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-escapenote__howto-block + .c-escapenote__howto-block {
    margin-top: 40px;
  }
  .c-escapenote__howto-block .left {
    width: 100%;
  }
  .c-escapenote__howto-block .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-greatflame__block + .c-greatflame__block {
    padding-top: 30px;
  }
  .c-greatflame__title--mt {
    margin-top: 40px;
  }
  .c-greatflame__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-greatflame__story .left {
    width: 100%;
    text-align: center;
  }
  .c-greatflame__story .right {
    width: 100%;
    margin-top: 20px;
    line-height: 1.5;
  }
  .c-greatflame__character {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-greatflame__character .item {
    width: 100%;
    margin-bottom: 0;
  }
  .c-greatflame__character .item + .item {
    margin-top: 20px;
  }
  .c-greatflame__howto-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-greatflame__howto-block + .c-greatflame__howto-block {
    margin-top: 40px;
  }
  .c-greatflame__howto-block .left {
    width: 100%;
  }
  .c-greatflame__howto-block .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-howtogrow__block + .c-howtogrow__block {
    padding-top: 30px;
  }
  .c-howtogrow__title--mt {
    margin-top: 40px;
  }
  .c-howtogrow__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howtogrow__story .left {
    width: 100%;
    text-align: center;
  }
  .c-howtogrow__story .right {
    width: 100%;
    margin-top: 20px;
    line-height: 1.5;
  }
  .c-howtogrow__character {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howtogrow__character .item {
    width: 100%;
    margin-bottom: 0;
  }
  .c-howtogrow__character .item + .item {
    margin-top: 20px;
  }
  .c-howtogrow__howto-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howtogrow__howto-block + .c-howtogrow__howto-block {
    margin-top: 40px;
  }
  .c-howtogrow__howto-block .left {
    width: 100%;
  }
  .c-howtogrow__howto-block .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-biolabob__block + .c-biolabob__block {
    padding-top: 30px;
  }
  .c-biolabob__title--mt {
    margin-top: 40px;
  }
  .c-biolabob__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-biolabob__story .left {
    width: 100%;
    text-align: center;
  }
  .c-biolabob__story .right {
    width: 100%;
    margin-top: 20px;
    line-height: 1.5;
  }
  .c-biolabob__character {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-biolabob__character .item {
    width: 100%;
    margin-bottom: 0;
  }
  .c-biolabob__character .item + .item {
    margin-top: 20px;
  }
  .c-biolabob__howto-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-biolabob__howto-block + .c-biolabob__howto-block {
    margin-top: 40px;
  }
  .c-biolabob__howto-block .left {
    width: 100%;
  }
  .c-biolabob__howto-block .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-angelingdiary__block + .c-angelingdiary__block {
    padding-top: 30px;
  }
  .c-angelingdiary__title--mt {
    margin-top: 40px;
  }
  .c-angelingdiary__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-angelingdiary__story .left {
    width: 100%;
    text-align: center;
  }
  .c-angelingdiary__story .right {
    width: 100%;
    margin-top: 20px;
    line-height: 1.5;
  }
  .c-angelingdiary__character {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-angelingdiary__character .item {
    width: 100%;
    margin-bottom: 0;
  }
  .c-angelingdiary__character .item + .item {
    margin-top: 20px;
  }
  .c-angelingdiary__howto-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-angelingdiary__howto-block + .c-angelingdiary__howto-block {
    margin-top: 40px;
  }
  .c-angelingdiary__howto-block .left {
    width: 100%;
  }
  .c-angelingdiary__howto-block .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-angelingdiary__howto-block.step3,
  .c-howtogrow__howto-block.step3 {
    padding-top: 140px;
    margin-top: -100px;
  }
  .c-iandi__block + .c-iandi__block {
    padding-top: 30px;
  }
  .c-iandi__title--mt {
    margin-top: 40px;
  }
  .c-iandi__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-iandi__story .left {
    width: 100%;
    text-align: center;
  }
  .c-iandi__story .right {
    width: 100%;
    margin-top: 20px;
    line-height: 1.5;
  }
  .c-iandi__character {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-iandi__character .item {
    width: 100%;
    margin-bottom: 0;
  }
  .c-iandi__character .item + .item {
    margin-top: 20px;
  }
  .c-iandi__howto-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-iandi__howto-block + .c-iandi__howto-block {
    margin-top: 40px;
  }
  .c-iandi__howto-block .left {
    width: 100%;
  }
  .c-iandi__howto-block .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1400px) {
  body::after {
    background-size: auto;
  }
}
@media (min-width: 1401px) {
  .l-header::before {
    height: 450px;
  }
  .o-nav nav {
    background-size: 100%;
  }
}
/*# sourceMappingURL=style.css.map */