/* Media Query */
.hide {
  display: none !important; }

@media screen and (max-width: 599px) {
  .hide-s {
    display: none !important; } }
@media screen and (max-width: 799px) {
  .hide-m {
    display: none !important; } }
@media screen and (max-width: 999px) {
  .hide-l {
    display: none !important; } }
@media screen and (min-width: 800px) {
  .hide-xl {
    display: none !important; } }
/* flex */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }

.header-text .flex-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end; }

.between {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-2 {
  width: 49%; }

.l-3 {
  width: 31%; }

.flex .l-3 {
  margin-left: calc(7% / 2); }
  .flex .l-3:nth-child(3n+1) {
    margin-left: 0; }

.l-3x2 {
  width: 66.666%; }

.l-4 {
  width: 23.5%; }

.flex .l-4 {
  margin-left: calc(6% / 3); }
  .flex .l-4:nth-child(4n+1) {
    margin-left: 0; }

.l-4x3 {
  width: 74%; }

.l-5 {
  width: 18%; }

.l-5x4 {
  width: 80%; }

.flex-center .l-2, .flex-center .l-3, .flex-center .l-4, .flex-center .l-5 {
  margin-right: 0.5em; }

.fit {
  display: flex;
  flex-direction: column; }

.arch .fit {
  margin-bottom: 4em; }

.fb.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* common */
html {
  line-height: 0; }

body {
  margin: 0; }

.wrapper {
  overflow: hidden; }

img {
  width: 100%; }
  img:not(.link) {
    pointer-events: none; }

a:hover {
  opacity: 1 !important;
  -moz-opacity: 1 !important; }

.center {
  text-align: center; }

.container {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  line-height: 0; }
  .test .container {
    max-width: 650px; }

.title_wrap {
  background-color: #d6e3ea !important; }
  .title_wrap.test {
    background-color: #f1f1f1  !important; }

.post-password-form {
  padding-top: 100px; }

footer {
  padding-top: 0 !important; }

/* responsive */
@media screen and (max-width: 999px) {
  html {
    font-size: calc(1rem + ((1vw - 0.75em) * 0.2315)); }

  main {
    height: auto; } }
@media screen and (max-width: 799px) {
  html {
    font-size: calc(0.9375rem + ((1vw - 0.48em) * 0.1359)); }

  .content {
    width: 100%; }

  .m-1 {
    width: 100%; }

  .m-2 {
    width: 48%;
    padding-bottom: 1em; }

  .flex .l-4 {
    margin-left: 0; }

  .flex .m-2:nth-child(even) {
    margin-left: 4%; }

  .m-3 {
    width: 31%; }

  .m-4 {
    width: 23.5%; }

  .m-4x3 {
    width: 74%; } }
@media screen and (min-width: 600px) {
  .show-s {
    display: none; } }
@media screen and (max-width: 599px) {
  .balloon1, .balloon2 {
    max-width: 100%; }

  .reverse-s {
    flex-direction: column-reverse; }

  .s-1 {
    width: 100% !important; }

  .s-2 {
    width: 48%; }

  .hide-s {
    display: none; }

  .show-s {
    display: block; } }
