@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #424242;
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}
@media all and (min-width: 768px), print {
  body {
    font-size: 2rem;
  }
}

a {
  color: #e4007f;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

::-webkit-input-placeholder {
  line-height: normal;
}

.btn {
  padding: 12px 12px 13px;
  border-radius: 3px;
  display: block;
  background-color: #878686;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background-color: #505050;
}
.btn--gmail {
  background-color: #d9453d;
}
.btn--gmail:hover {
  background-color: #b0281c;
}
.btn--twitter {
  background-color: #1da1f2;
}
.btn--twitter:hover {
  background-color: #0b8ad7;
}
.btn--facebook {
  background-color: #4267B2;
}
.btn--facebook:hover {
  background-color: #23407d;
}
.btn--mail-address {
  background-color: #e4007f;
}
.btn--mail-address:hover {
  background-color: #c1006b;
}
.btn--small {
  padding: 6px;
  font-size: 1.2rem;
}
.btn--line {
  background-color: #00C300;
}
.btn--line:hover {
  background-color: #00E000;
}
.btn--apple {
  background-color: #000;
}
.btn--apple:hover {
  background-color: #424242;
}
@media all and (min-width: 768px), print {
  .btn {
    padding: 15px;
    border-radius: 6px;
    font-size: 2rem;
  }
  .btn--small {
    padding: 8px;
    font-size: 1.4rem;
  }
}

.btn__icon {
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.btn--twitter .btn__icon {
  padding-left: 24px;
  background-image: url("../img/boshimo_lp/common/icon-twitter.svg");
  background-size: auto 12.185px;
}
.btn--facebook .btn__icon {
  padding-left: 26px;
  background-image: url("../img/boshimo_lp/common/icon-facebook.svg");
  background-size: auto 15px;
}
.btn--line .btn__icon {
  padding-left: 34px;
  background-image: url("../img/boshimo_lp/common/icon-line.svg");
  background-size: auto 15px;
}
.btn--apple .btn__icon {
  padding-left: 26px;
  background-image: url("../img/boshimo_lp/common/icon-apple.svg");
  background-size: auto 15px;
}
@media all and (min-width: 768px), print {
  .btn--twitter .btn__icon {
    padding-left: 28px;
    background-size: auto 14.63px;
  }
  .btn--facebook .btn__icon {
    padding-left: 32px;
    background-size: auto 19.26px;
  }
  .btn--line .btn__icon {
    padding-left: 42px;
    background-size: auto 19px;
  }
  .btn--apple .btn__icon {
    padding-left: 32px;
    background-size: auto 19.26px;
  }
}

.svg-fill-01 {
  fill: #e4007f;
}

.svg-fill-02 {
  fill: #fff;
}

/* ----------------------------------------
  transition
---------------------------------------- */
[data-transition-item] {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media print {
  [data-transition-item] {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
[data-transition-type="right-to-left"] {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
[data-transition-type="right-to-left"][data-transition-item="true"] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-transition-type="left-to-right"] {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
[data-transition-type="left-to-right"][data-transition-item="true"] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-transition-type="bottom-to-top"] {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
[data-transition-type="bottom-to-top"][data-transition-item="true"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-transition-type="top-to-bottom"] {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
[data-transition-type="top-to-bottom"][data-transition-item="true"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-transition-type="fade-in"][data-transition-item="true"] {
  opacity: 1;
}

.u-auto-br {
  display: inline-block;
}

@media all and (min-width: 768px), print {
  [data-show-width="narrow"] {
    display: none;
  }
}

[data-show-width="medium"] {
  display: none;
}
@media all and (min-width: 768px), print {
  [data-show-width="medium"] {
    display: block;
  }
}

@media all and (min-width: 768px), print {
  [data-show-width="narrow-inline"] {
    display: none;
  }
}

[data-show-width="medium-inline"] {
  display: none;
}
@media all and (min-width: 768px), print {
  [data-show-width="medium-inline"] {
    display: inline;
  }
}

.header {
  border-bottom: solid 4px #e4007f;
  position: relative;
  background-color: #fff;
}
@media all and (min-width: 768px), print {
  .header {
    border-bottom-width: 8px;
  }
}

@media all and (min-width: 768px), print {
  .header__inner {
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.7em;
    padding-bottom: 18px;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1132px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

.header__logo {
  margin: 0 auto;
  padding: 5.5px 0;
  max-width: 100px;
  font-size: 1rem;
}
.header__logo.is-local {
  max-width: inherit;
  text-align: center;
}
.header__logo.is-local a {
  white-space: nowrap;
  line-height: 27.92px;
  /* ↓追加20171018 */
  text-decoration: none;
}
.header__logo.is-local a:hover {
  text-decoration: underline;
}
.header__logo .u-svg-wrap {
  padding-top: 27.924%;
  height: 0;
  display: block;
  position: relative;
}
.header__logo .u-svg-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (min-width: 768px), print {
  .header__logo {
    margin-top: -5px;
    padding: 0;
    width: 18.04%;
    max-width: 100%;
  }
  .header__logo.is-local {
    position: relative;
  }
  .header__logo.is-local a {
    position: absolute;
    top: -50px;
    left: 0;
    /*font-size: 1.4rem;*/
    font-size: 3rem;
  }
}

@media all and (min-width: 768px), print {
  .menu {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.menu__btn {
  padding: 12px 15px;
  width: 45px;
  position: absolute;
  top: 0;
  left: 0;
}
.menu__btn .u-svg-wrap {
  padding-top: 106.897%;
  height: 0;
  display: block;
  position: relative;
}
.menu__btn .u-svg-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.menu__btn .u-svg-wrap svg {
  /*top:0;*/
  top: -4px;
}

.menu-body {
  width: 81.25%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.menu-body[aria-hidden="false"] {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media all and (min-width: 768px), print {
  .menu-body {
    width: auto;
    height: auto !important;
    display: block !important;
    position: static;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
}

.menu-body__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (min-width: 768px), print {
  .menu-body__inner {
    width: auto;
    height: auto;
    position: static;
    overflow-y: visible;
  }
}

.menu-body__header {
  margin: 16px 0 15px 0;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 768px), print {
  .menu-body__header {
    position: absolute;
    top: -2px;
    right: 13px;
  }
}

.menu_txt {
  font-size: 0.7rem;
  color: #e4007f;
  /*margin-left: -7px;
  margin-bottom: 10px;*/
  position: absolute;
  top: 17px;
  left: 4px;
}

.menu-color {
  margin: 0 5px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
@media all and (min-width: 768px), print {
  .menu-color {
    margin-right: 20px;
    font-size: 1.4rem;
  }
}

.menu-color__label {
  margin-right: 6px;
}
@media all and (min-width: 768px), print {
  .menu-color__label {
    margin-right: 8px;
  }
}

.menu-color__item {
  margin-left: 0;
}
.menu-color__item:last-child {
  margin-left: 3px;
}
@media all and (min-width: 768px), print {
  .menu-color__item:last-child {
    margin-left: 4px;
  }
}

.menu-color__btn {
  padding: 2px 6px 3px;
  border: solid 1px #424242;
  border-radius: 4px;
  min-height: 23px;
  background-color: #fff;
}
.menu-color__btn:hover, .menu-color__btn[aria-pressed="true"] {
  background-color: #424242;
  color: #fff;
}
.menu-color__btn[aria-pressed="true"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 768px), print {
  .menu-color__btn {
    padding: 4px 6px 5px;
  }
}

@media all and (min-width: 768px), print {
  .menu-nav {
    margin-left: 7.374%;
    padding-top: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
  }
}

.menu-nav__hdg {
  margin: 0;
  padding: 10px 15px;
  border-top: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  background-color: #f7f2f4;
  font-size: 1.2rem;
  font-weight: normal;
}

.menu-nav-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  font-weight: bold;
}
@media all and (min-width: 768px), print {
  .menu-nav-list {
    margin-bottom: 0;
    margin-right: 20px;
    width: 57.901%;
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }
}
@media all and (min-width: 1280px), print {
  .menu-nav-list {
    margin-right: 0;
    font-size: 1.6rem;
  }
}

.menu-nav-list__item {
  border-bottom: solid 1px #d8d8d8;
}
.menu-nav-list__item br {
  display: none;
}
@media all and (min-width: 768px), print {
  .menu-nav-list__item {
    border-bottom: none;
    line-height: 1.2;
    min-width: 0;
    float: left;
    padding-bottom: 10px;
  }
  .menu-nav-list__item:not(:last-child) {
    margin-right: 6.545%;
  }
  .menu-nav-list__item br {
    display: inline;
  }
}
@media all and (min-width: 1024px), print {
  .menu-nav-list__item br {
    display: none;
  }
}

.menu-nav-list__target {
  padding: 21px 15px;
  display: block;
  color: #424242;
}
@media all and (min-width: 768px), print {
  .menu-nav-list__target {
    padding: 0 0 0 12px;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .menu-nav-list__target::before {
    content: '';
    width: 6px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0.2em;
    left: 0;
    background-image: url("../img/boshimo_lp/common/icon-arrow-03.svg");
    background-repeat: no-repeat;
    background-size: auto 10px;
  }
  .menu-nav-list__target:hover {
    color: #c1006b;
  }
  .menu-nav-list__target:hover::before {
    background-image: url("../img/boshimo_lp/common/icon-arrow-05.svg");
  }
}

@media all and (min-width: 768px), print {
  .menu-nav-btn {
    width: 43.373%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
}
@media all and (min-width: 1280px), print {
  .menu-nav-btn {
    font-size: 1.8rem;
  }
}

@media all and (min-width: 768px), print {
  .menu-nav-btn__target {
    padding: 8px;
    border: solid 1px #e4007f;
    border-radius: 8px;
    display: block;
    background-color: #e4007f;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .menu-nav-btn__target:hover {
    border: solid 1px #c1006b;
    background-color: #c1006b;
  }
}

.menu-close {
  display: none;
  position: fixed;
  top: 11.5px;
  right: 8.125%;
  z-index: 200;
}
.menu-close svg,
.menu-close img {
  width: 15px;
  height: 15px;
}
[data-menu="open"] .menu-close {
  display: block;
}
@media all and (min-width: 768px), print {
  .menu-close {
    display: none !important;
  }
}

body[data-menu="open"] {
  overflow: hidden;
}
@media all and (min-width: 768px), print {
  body[data-menu="open"] {
    height: auto !important;
    overflow: visible;
  }
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.pagetop[data-pagetop-style="hide"] {
  opacity: 0;
}
.pagetop[data-pagetop-style="absolute"] {
  position: absolute;
  bottom: 60px;
}
@media all and (min-width: 768px), print {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
  .pagetop[data-pagetop-style="absolute"] {
    position: absolute;
    bottom: 222px;
  }
}

.pagetop__target {
  border: solid 1px #e4007f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #e4007f;
  line-height: 0;
  opacity: 0.8;
}
.pagetop__target svg {
  width: 12px;
}
.pagetop__target:hover {
  border: solid 1px #c1006b;
  background-color: #c1006b;
}
@media all and (min-width: 768px), print {
  .pagetop__target {
    width: 64px;
    height: 64px;
  }
  .pagetop__target svg {
    width: 24px;
  }
}

@media all and (min-width: 768px), print {
  .footer {
    margin-top: 139px;
    position: relative;
    background-color: #e4007f;
    color: #fff;
  }
  .footer::after {
    content: '';
    width: 100%;
    height: 64px;
    display: block;
    position: absolute;
    top: -63px;
    left: 0;
    background: url("../img/boshimo_lp/common/bg-town-pc.png") repeat-x 50% 0;
    background-size: auto 64px;
  }
}

@media all and (min-width: 768px), print {
  .footer__inner {
    margin-right: auto;
    margin-left: auto;
    padding: 36px 20.238%;
    max-width: 1132px;
  }
}
@media all and (min-width: 1280px), print {
  .footer__inner {
    padding-right: 221px;
    padding-left: 221px;
  }
}

.footer-utility {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media all and (min-width: 768px), print {
  .footer-utility {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px), print {
  .footer-utility {
    font-size: 2rem;
  }
}

.footer-utility__item {
  margin-bottom: 15px;
}
@media all and (min-width: 768px), print {
  .footer-utility__item {
    margin-bottom: 0;
  }
  .footer-utility__item:not(:first-child) {
    margin-left: 52px;
  }
}

.footer-utility__target {
  padding-left: 15px;
  display: inline-block;
  position: relative;
  color: #424242;
}
.footer-utility__target::before {
  content: '';
  width: 5px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0;
  background-image: url("../img/boshimo_lp/common/icon-arrow-01.svg");
  background-repeat: no-repeat;
  background-size: auto 10px;
}
@media all and (min-width: 768px), print {
  .footer-utility__target {
    color: #fff;
  }
  .footer-utility__target::before {
    width: 9px;
    height: 15px;
    top: 0.25em;
    background-image: url("../img/boshimo_lp/common/icon-arrow-02.svg");
    background-size: auto 15px;
  }
}

.footer-credit {
  padding: 50px 15px 20px;
}
@media all and (min-width: 768px), print {
  .footer-credit {
    padding: 0;
    text-align: center;
  }
}

.footer-credit__logo {
  max-width: 149px;
}
@media all and (min-width: 768px), print {
  .footer-credit__logo {
    width: 20.238%;
    max-width: 221px;
    position: absolute;
    bottom: 50px;
    right: 0;
  }
}

.footer-credit__copyright {
  margin-top: 14px;
  display: block;
  line-height: 1;
}
.footer-credit__copyright a {
  color: #424242;
}
@media all and (min-width: 768px), print {
  .footer-credit__copyright {
    margin-top: 25px;
  }
  .footer-credit__copyright a {
    color: #fff;
  }
}

.footer-illust {
  margin-top: 63px;
  height: 30px;
  background-color: #e4007f;
  position: relative;
}
.footer-illust::after {
  content: '';
  width: 100%;
  height: 23.5px;
  display: block;
  position: absolute;
  top: -22px;
  background: url("../img/boshimo_lp/common/bg-town-sp.png") repeat-x 50% 0;
  background-size: auto 23.5px;
}

[data-back-layer] {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
[data-menu="fade-out"] [data-back-layer] {
  z-index: 100;
  opacity: 0;
}
[data-menu="open"] [data-back-layer] {
  z-index: 100;
  opacity: 1;
}
@media all and (min-width: 768px), print {
  [data-back-layer] {
    display: none !important;
  }
}

.menu-nav-list__item .nav-gray {
  color: #898989;
  display: block;
  font-size: 1rem;
}

.menu-nav-btn__target p {
  font-size: 1rem;
  margin: 5px 0 0;
}
@media all and (min-width: 768px), print {
  .menu-nav-btn__target p {
    font-size: 1.25rem;
  }
}

.nav-subtext {
  font-size: 0.85rem;
  font-weight: 400;
  margin: 5px 0 0;
}

.home-ticker {
  margin: 0;
  padding: 5px 10px;
  background-color: #f7f2f4;
  color: #e4007f;
  font-size: 1rem;
  text-align: center;
}
@media all and (min-width: 768px), print {
  .home-ticker {
    padding: 8px 10px;
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px), print {
  .home-ticker {
    font-size: 2.2rem;
  }
}

.home-header {
  padding: 5px 25px 9px;
}
@media all and (min-width: 768px), print {
  .home-header {
    margin-right: auto;
    margin-left: auto;
    padding: 41px 20px 48px;
    max-width: 1132px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.home-header__logo {
  margin: 0 auto 5px;
  max-width: 97.5px;
}
.home-header__logo .u-svg-wrap {
  padding-top: 119.288%;
  height: 0;
  display: block;
  position: relative;
}
.home-header__logo .u-svg-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (min-width: 768px), print {
  .home-header__logo {
    margin: 0;
    padding-top: 18px;
    width: 50%;
    max-width: 546px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}

@media all and (min-width: 768px), print {
  .home-header__logo-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 317px;
    display: block;
  }
}

@media all and (min-width: 768px), print {
  .home-header-intro {
    width: 50%;
    max-width: 546px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.home-header-intro-desc {
  margin: 0 -15px 17px;
  line-height: 1.667;
  text-align: center;
}
@media all and (min-width: 768px), print {
  .home-header-intro-desc {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media all and (min-width: 1280px), print {
  .home-header-intro-desc {
    font-size: 2rem;
  }
}

.home-header-intro-desc--wide {
  letter-spacing: 0.25em;
}

.home-header-app {
  padding: 20px 0 10px;
  border-radius: 5px;
  position: relative;
  background-color: #f7f2f4;
  text-align: center;
}
@media all and (min-width: 768px), print {
  .home-header-app {
    margin-right: 4.212%;
    margin-left: 4.212%;
    padding: 37px 0 22px;
    border-radius: 10px;
  }
}

.home-header-app__free {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: absolute;
  top: -18px;
  right: -15px;
  background-color: #f27fbf;
  color: #fff;
  font-size: 1.5rem;
}
@media all and (min-width: 768px), print {
  .home-header-app__free {
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px), print {
  .home-header-app__free {
    width: 100px;
    height: 100px;
    top: -32px;
    right: -35px;
    font-size: 2.2rem;
    font-weight: bold;
  }
}

.home-header-app__dl {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.home-header-app__dl-item:not(:first-child) {
  margin-left: 10px;
}
.home-header-app__dl-item img {
  width: auto;
  max-width: 100%;
  max-height: 30px;
}
@media all and (min-width: 768px), print {
  .home-header-app__dl-item {
    width: 34%;
  }
  .home-header-app__dl-item img {
    max-height: 100%;
  }
}

.home-header-app__member {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1;
}
@media all and (min-width: 768px), print {
  .home-header-app__member {
    margin-top: 28px;
    font-size: 1.6rem;
  }
}

.home-header-app__member-target::after {
  content: ' >';
  speak: none;
}

.home-header-app__os {
  margin-top: 14px;
  font-size: 1rem;
  line-height: 1;
}
@media all and (min-width: 768px), print {
  .home-header-app__os {
    font-size: 1.4rem;
  }
}

.home-header-note {
  margin: 10px 0 0;
  font-size: .9rem;
  line-height: 1.667;
}
@media all and (min-width: 768px), print {
  .home-header-note {
    margin-top: 13px;
    margin-right: 4.212%;
    margin-left: 4.212%;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}

.home-catch {
  padding-top: 22px;
  padding-bottom: 8px;
  background: url("../img/boshimo_lp/common/bg-town-sp.png") repeat-x 50% 0, url("../img/boshimo_lp/home/bg-arrow-01.svg") no-repeat 50% 100%;
  background-size: auto 23.5px, auto 8px;
}
@media all and (min-width: 768px), print {
  .home-catch {
    padding-top: 63px;
    padding-bottom: 20px;
    background: url("../img/boshimo_lp/common/bg-town-pc.png") repeat-x 50% 0, url("../img/boshimo_lp/home/bg-arrow-01.svg") no-repeat 50% 100%;
    background-size: auto 64px, auto 20px;
  }
}

.home-catch__text {
  padding: 13px 10px 17px;
  background-color: #e4007f;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
}
@media all and (min-width: 768px), print {
  .home-catch__text {
    padding: 50px 20px;
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}

.home-point {
  margin-top: 11px;
  padding-right: 25px;
  padding-left: 25px;
}
@media all and (min-width: 768px), print {
  .home-point {
    margin-top: 55px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1132px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 768px), print {
  .home-point__desc {
    padding-top: 46px;
    padding-right: 2.289%;
    width: 50%;
    max-width: 546px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.home-point__icon {
  margin-bottom: 10px;
}

.home-point__hdg {
  margin: 0 0 14px;
  color: #e4007f;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
}
@media all and (min-width: 768px), print {
  .home-point__hdg {
    margin-bottom: 18px;
    font-size: 2rem;
    font-weight: bold;
  }
}
@media all and (min-width: 1280px), print {
  .home-point__hdg {
    font-size: 3rem;
  }
}

.home-point__text {
  margin: 0;
  line-height: 1.417;
}
@media all and (min-width: 768px), print {
  .home-point__text {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media all and (min-width: 1280px), print {
  .home-point__text {
    font-size: 2rem;
  }
}

.home-point__image {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media all and (min-width: 768px), print {
  .home-point__image {
    width: 50%;
    max-width: 546px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.home-point.home-point--01 .home-point__icon {
  width: 122px;
}
.home-point.home-point--01 .home-point__icon .u-svg-wrap {
  padding-top: 32.956%;
  height: 0;
  display: block;
  position: relative;
}
.home-point.home-point--01 .home-point__icon .u-svg-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.home-point.home-point--01 .home-point__image {
  margin-top: 4px;
}
@media all and (min-width: 768px), print {
  .home-point.home-point--01 .home-point__icon {
    width: 250px;
  }
  .home-point.home-point--01 .home-point__image {
    margin-top: 0;
  }
}

.home-point.home-point--02 {
  margin-top: 20px;
}
.home-point.home-point--02 .home-point__icon {
  width: 117px;
}
.home-point.home-point--02 .home-point__icon .u-svg-wrap {
  padding-top: 30.441%;
  height: 0;
  display: block;
  position: relative;
}
.home-point.home-point--02 .home-point__icon .u-svg-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.home-point.home-point--02 .home-point__image {
  margin-top: 8px;
}
@media all and (min-width: 768px), print {
  .home-point.home-point--02 {
    margin-top: 53px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .home-point.home-point--02 .home-point__desc {
    padding-top: 90px;
    padding-right: 0;
    padding-left: 2.289%;
  }
  .home-point.home-point--02 .home-point__icon {
    width: 250px;
  }
}

.home-point.home-point--03 {
  margin-top: 10px;
}
.home-point.home-point--03 .home-point__icon {
  width: 149px;
}
.home-point.home-point--03 .home-point__icon .u-svg-wrap {
  padding-top: 20.553%;
  height: 0;
  display: block;
  position: relative;
}
.home-point.home-point--03 .home-point__icon .u-svg-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.home-point.home-point--03 .home-point__image {
  margin-top: 17px;
}
@media all and (min-width: 768px), print {
  .home-point.home-point--03 {
    margin-top: 72px;
  }
  .home-point.home-point--03 .home-point__desc {
    padding-top: 61px;
  }
  .home-point.home-point--03 .home-point__icon {
    width: 300px;
  }
  .home-point.home-point--03 .home-point__image {
    margin-top: 5px;
  }
}

.home-feature {
  margin-top: 35px;
  padding: 12px 25px 51px;
  position: relative;
  background-color: #f7f2f4;
}
.home-feature::after {
  content: '';
  width: 59px;
  height: 35px;
  display: block;
  position: absolute;
  top: -35px;
  left: 25px;
  background: url("../img/boshimo_lp/home/bg-chara-01.svg") no-repeat 0 0;
  background-size: 59px auto;
}
@media all and (min-width: 768px), print {
  .home-feature {
    margin-top: 79px;
    padding: 42px 0 28px;
  }
  .home-feature::after {
    margin-right: auto;
    margin-left: auto;
    width: 228px;
    height: 148px;
    top: -124px;
    right: 0;
    left: 0;
    background-size: 228px auto;
  }
}

@media all and (min-width: 768px), print {
  .home-feature-section__desc {
    padding-top: 26px;
    padding-right: 3.656%;
    width: 56.989%;
    max-width: 530px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.home-feature-hdg {
  margin: 0 0 23px;
  position: relative;
  z-index: 10;
  color: #e4007f;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.412;
  text-align: center;
}
@media all and (min-width: 768px), print {
  .home-feature-hdg {
    margin-bottom: 39px;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.25;
  }
}
@media all and (min-width: 1280px), print {
  .home-feature-hdg {
    font-size: 3.2rem;
  }
}

.home-feature-section:not(:last-child) {
  margin-bottom: 11px;
}
@media all and (min-width: 768px), print {
  .home-feature-section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 970px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home-feature-section:not(:last-child) {
    margin-bottom: 31px;
  }
}

.home-feature-section__catch {
  margin-bottom: 5px;
  color: #f27fbf;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (min-width: 768px), print {
  .home-feature-section__catch {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px), print {
  .home-feature-section__catch {
    font-size: 2rem;
  }
}

.home-feature-section__hdg {
  margin: 0 0 5px;
  color: #e4007f;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (min-width: 768px), print {
  .home-feature-section__hdg {
    margin-bottom: 13px;
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px), print {
  .home-feature-section__hdg {
    font-size: 2.8rem;
  }
}

.home-feature-section__text {
  margin: 0 0 5px;
  line-height: 1.417;
}
@media all and (min-width: 768px), print {
  .home-feature-section__text {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media all and (min-width: 1280px), print {
  .home-feature-section__text {
    font-size: 2rem;
  }
}

.home-feature-section__image {
  margin: 0 auto;
  padding: 0;
  width: 74.074%;
  text-align: center;
}
@media all and (min-width: 768px), print {
  .home-feature-section__image {
    margin: 0;
    width: 43.011%;
    max-width: 400px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
}

@media all and (min-width: 768px), print {
  .home-feature-section--02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .home-feature-section--02 .home-feature-section__desc {
    padding-top: 17px;
    padding-right: 0;
    padding-left: 3.656%;
  }
  .home-feature-section--02 .home-feature-section__image {
    text-align: left;
  }
}

.home-footer {
  padding: 84px 20px 0;
  position: relative;
}
@media all and (min-width: 768px), print {
  .home-footer {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    max-width: 1132px;
  }
}

.home-footer-app {
  text-align: center;
}
@media all and (min-width: 768px), print {
  .home-footer-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 768px), print {
  .home-footer-app__inner {
    padding-left: 3.297%;
    width: 47.07%;
    max-width: 514px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.home-footer-app__image {
  margin: 0 auto;
  width: 201.5px;
  height: 168px;
  display: block;
  position: absolute;
  top: -75px;
  right: 0;
  left: 0;
}
@media all and (min-width: 768px), print {
  .home-footer-app__image {
    margin-top: -74px;
    margin-bottom: -43px;
    padding-left: 20px;
    width: 52.93%;
    max-width: 578px;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
    position: static;
  }
}
@media all and (min-width: 1280px), print {
  .home-footer-app__image {
    padding-left: 0;
  }
}

.home-footer-app__hdg {
  margin: 10px 0;
  color: #e4007f;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
@media all and (min-width: 768px), print {
  .home-footer-app__hdg {
    margin-top: 84px;
    margin-bottom: 21px;
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px), print {
  .home-footer-app__hdg {
    font-size: 2.2rem;
  }
}

.home-footer-app__dl {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.home-footer-app__dl-item:not(:first-child) {
  margin-left: 11px;
}
.home-footer-app__dl-item img {
  width: auto;
  max-width: 100%;
  max-height: 40px;
}
@media all and (min-width: 768px), print {
  .home-footer-app__dl-item:not(:first-child) {
    margin-left: 20px;
  }
  .home-footer-app__dl-item img {
    max-height: 50px;
  }
}

.home-footer-app__member {
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1;
}
@media all and (min-width: 768px), print {
  .home-footer-app__member {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

.home-footer-app__member-target {
  font-size: 1.2rem;
  text-align: center;
}
@media all and (min-width: 768px), print {
  .home-footer-app__member-target {
    font-size: 1.6rem;
  }
}
.home-footer-app__member-target a {
  color: #e4007f;
  text-decoration: underline;
}
.home-footer-app__member-target a::after {
  content: ' >';
  speak: none;
}

.home-footer-app__os {
  margin-top: 14px;
  font-size: 1rem;
  line-height: 1;
}
@media all and (min-width: 768px), print {
  .home-footer-app__os {
    margin-top: 22px;
    font-size: 1.4rem;
  }
}

.home-note {
  margin: 15px 0 0;
  padding: 0 25px;
  list-style: none;
  font-size: .9rem;
  line-height: 1.667;
}
@media all and (min-width: 768px), print {
  .home-note {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1132px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
@media all and (min-width: 1280px), print {
  .home-note {
    font-size: 1.6rem;
  }
}

.sns {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 768px), print {
  .sns {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1132px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.sns__item {
  vertical-align: top;
}
.sns__item:not(:first-child) {
  margin-left: 5px;
}
.sns__item iframe {
  height: 32px !important;
}
.sns__item .fb_iframe_widget {
  vertical-align: top;
}
.sns__item .fb_iframe_widget span {
  vertical-align: top !important;
}

.nonlogin_btn {
  margin-top: 35px;
  padding-top: 20px;
  background-color: #f7f2f4;
}
@media all and (min-width: 768px), print {
  .nonlogin_btn {
    padding: 42px 25px 51px;
  }
  .nonlogin_btn .home-point {
    margin-top: 0;
  }
}

.nonlogin_municipalities {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.nonlogin_municipalities li {
  width: 48%;
  float: left;
  margin-bottom: 4%;
}
.nonlogin_municipalities li:nth-child(odd) {
  margin-right: 4%;
}
@media all and (min-width: 768px), print {
  .nonlogin_municipalities li {
    width: 32.5%;
    margin-bottom: 1%;
    margin-right: 1.25%;
  }
  .nonlogin_municipalities li:nth-child(odd) {
    margin-right: 1.25%;
  }
  .nonlogin_municipalities li:nth-child(3n) {
    margin-right: 0;
  }
}
.nonlogin_municipalities li a {
  color: #424242;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #F1C7D5;
  display: block;
  text-decoration: none;
  padding: 12px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
  text-align: center;
}
.nonlogin_municipalities li a:hover {
  opacity: .7;
  border-color: #f27fbf;
}
.nonlogin_municipalities li a p {
  text-align: center;
  margin: 0 auto;
}
.nonlogin_municipalities li a .emblem_img {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 6px;
  top: 25%;
}
.nonlogin_municipalities li a .emblem_img + p {
  margin-left: 22px;
}
@media all and (min-width: 768px), print {
  .nonlogin_municipalities li a .emblem_img + p {
    margin-left: 42px;
  }
}
@media all and (min-width: 768px), print {
  .nonlogin_municipalities li a {
    border: solid 2px #F1C7D5;
    padding: 18px 10px;
  }
  .nonlogin_municipalities li a .emblem_img {
    width: 36px;
    height: 36px;
    left: 10px;
  }
}
@media all and (min-width: 1280px), print {
  .nonlogin_municipalities li a {
    padding: 16px;
  }
  .nonlogin_municipalities li a .emblem_img {
    width: 40px;
    height: 40px;
    left: 16px;
    top: 18%;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  background: rgba(0, 0, 0, 0.5);
}

.modal-wrap {
  height: 100%;
  padding: 0 3.125%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (min-width: 768px), print {
  .modal-wrap {
    padding: 0 30px;
  }
}

.modal-table-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.modal-table-cell {
  display: table-cell;
  padding: 20px 0 20px;
  vertical-align: middle;
}

.mulch_modal .modal-content {
  height: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.mulch_modal .modal-content-box {
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}
.mulch_modal .modal-content-inner {
  padding: 40px 0px 40px;
  font-size: 1.3rem;
}
@media all and (min-width: 768px), print {
  .mulch_modal .modal-content-inner {
    padding: 50px 0px 50px;
    font-size: 1.6rem;
  }
}
.mulch_modal .mulch-inner {
  padding: 0px 3.33333% 0px;
}
@media all and (min-width: 768px), print {
  .mulch_modal .mulch-inner {
    padding: 0px 60px 0px;
  }
}
.mulch_modal .mulch_link-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.mulch_modal .mulch_link-list li {
  border-bottom: solid 1px #d0d0d0;
}
.mulch_modal .mulch_link-list li a {
  color: #424242;
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px;
}
@media all and (min-width: 768px), print {
  .mulch_modal .mulch_link-list li a {
    padding: 30px 50px;
  }
}
.mulch_modal .mulch_link-list li:last-child {
  border-bottom: none;
}
.mulch_modal .mulch_link-list li:hover {
  background-color: #FAE4EB;
}
.mulch_modal .button {
  margin: 25px 0 0;
}
@media all and (min-width: 768px), print {
  .mulch_modal .button {
    margin: 50px 0 0;
  }
}
.mulch_modal .button .button__move {
  width: 100%;
  padding: 0 0.75em;
  color: #fff;
  margin: 15px auto 0;
  padding: 10px;
  border: solid 1px #e4007f;
  border-radius: 3px;
  display: block;
  background-color: #e4007f;
  text-align: center;
  text-decoration: none;
}
@media all and (min-width: 768px), print {
  .mulch_modal .button .button__move {
    width: 280px;
    font-size: 2rem;
  }
}
.mulch_modal .button .button__move:hover {
  border: solid 1px #c1006b;
  background-color: #c1006b;
}

.footer_bg-pink {
  background-color: #f7f2f4;
  padding-top: 5px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body[data-category="concept"] {
  background-color: #f7f2f4;
}

.concept-hero-hdg {
  margin: 0;
  padding-top: 43.75%;
  height: 0;
  position: relative;
  background-image: url("../img/boshimo_lp/concept/img-hero-sp.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media all and (min-width: 768px), print {
  .concept-hero-hdg {
    padding-top: 0;
    height: 460px;
    background-image: url("../img/boshimo_lp/concept/img-hero-pc.png");
  }
}

.concept-hero-hdg__text {
  padding-right: 25px;
  padding-left: 25px;
  width: 86.875%;
  position: absolute;
  top: 48%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 768px), print {
  .concept-hero-hdg__text {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1010px;
    right: 0;
    left: 0;
    top: 42.5%;
  }
}

.concept-content {
  background-color: #fff;
}

.concept-message {
  padding: 20px 25px 45px;
  position: relative;
}
@media all and (min-width: 768px), print {
  .concept-message {
    margin-right: auto;
    margin-left: auto;
    padding: 76px 20px 96px;
    max-width: 1010px;
  }
}

.concept-message__text {
  margin: 2em 0 0;
  line-height: 2;
}
.concept-message__text:first-child {
  margin-top: 0;
}
@media all and (min-width: 768px), print {
  .concept-message__text {
    margin-top: 2.5em;
    font-size: 1.6rem;
    line-height: 2.5;
  }
  .concept-message__text:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 1280px), print {
  .concept-message__text {
    font-size: 2rem;
  }
}

.concept-message__em,
.concept-message__strong {
  background-color: #fae4eb;
  font-style: normal;
}

.concept-message__strong {
  color: #e4007f;
}
@media all and (min-width: 768px), print {
  .concept-message__strong {
    font-weight: bold;
  }
}

.count-message__logo {
  width: 86px;
  position: absolute;
  right: 25px;
  bottom: 0;
}
@media all and (min-width: 768px), print {
  .count-message__logo {
    width: 172px;
    right: 20px;
  }
}

.concept-chara {
  padding: 57px 25px 40px;
}
@media all and (min-width: 768px), print {
  .concept-chara {
    margin-right: auto;
    margin-left: auto;
    padding: 132px 20px 126px;
    max-width: 1010px;
  }
  .concept-chara:before, .concept-chara:after {
    display: table;
    content: ' ';
  }
  .concept-chara:after {
    clear: both;
  }
}

@media all and (min-width: 768px), print {
  .concept-chara__desc {
    float: left;
    width: 51.546%;
  }
}

.concept-chara__hdg {
  margin: 0 0 13px;
  color: #e4007f;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}
@media all and (min-width: 768px), print {
  .concept-chara__hdg {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media all and (min-width: 1280px), print {
  .concept-chara__hdg {
    font-size: 2.4rem;
  }
}

.concept-chara__text {
  margin: 0;
  line-height: 2;
}
@media all and (min-width: 768px), print {
  .concept-chara__text {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px), print {
  .concept-chara__text {
    font-size: 2rem;
  }
}

.concept-chara__image {
  margin: 46px auto 0;
  width: 77.778%;
}
.concept-chara__image img {
  border-radius: 6px;
}
@media all and (min-width: 768px), print {
  .concept-chara__image {
    margin: 0;
    padding-top: 14px;
    float: right;
    width: 43.299%;
  }
  .concept-chara__image img {
    border-radius: 12px;
  }
}

.concept-staff {
  padding: 25px;
}
@media all and (min-width: 768px), print {
  .concept-staff {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px 11px;
    max-width: 1130px;
  }
  .concept-staff:before, .concept-staff:after {
    display: table;
    content: ' ';
  }
  .concept-staff:after {
    clear: both;
  }
}

@media all and (min-width: 768px), print {
  .concept-staff__desc {
    float: right;
    width: 45.505%;
  }
}

.concept-staff__hdg {
  margin: 0 0 10px;
  color: #e4007f;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}
@media all and (min-width: 768px), print {
  .concept-staff__hdg {
    margin-bottom: 35px;
    font-size: 2rem;
  }
}
@media all and (min-width: 1280px), print {
  .concept-staff__hdg {
    font-size: 2.4rem;
  }
}

.concept-staff__text {
  margin: 0;
  line-height: 2;
}
@media all and (min-width: 768px), print {
  .concept-staff__text {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px), print {
  .concept-staff__text {
    font-size: 2rem;
  }
}

.concept-staff__image {
  margin: 11px 0 0;
  text-align: center;
}
.concept-staff__image img {
  border-radius: 5px;
}
@media all and (min-width: 768px), print {
  .concept-staff__image {
    margin: 0;
    float: left;
    width: 51.376%;
  }
  .concept-staff__image img {
    border-radius: 10px;
  }
}

.concept-staff__image-caption {
  margin-top: 5px;
  font-size: .7rem;
  text-align: left;
}
@media all and (min-width: 768px), print {
  .concept-staff__image-caption {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

[data-category="login"] {
  background-color: #f7f2f4;
}

.login {
  padding: 23px 10px 17px;
}
@media all and (min-width: 768px), print {
  .login {
    padding: 50px 20px 40px;
  }
}

.login-hdg {
  margin: 0 0 19px;
  color: #e4007f;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (min-width: 768px), print {
  .login-hdg {
    margin-bottom: 36px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1090px;
    font-size: 3rem;
  }
}

.login-box {
  padding: 20px 15px 120px;
  border: solid 1px #f3c7d5;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 4px #fae4eb;
          box-shadow: 0 0 0 4px #fae4eb;
  position: relative;
  background-color: #fff;
}
.login-box::after {
  content: '';
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  height: 50px;
  background-image: url("../img/boshimo_lp/login/bg-chara-01.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: auto 50px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
}
@media all and (min-width: 768px), print {
  .login-box {
    margin-right: auto;
    margin-left: auto;
    padding: 55px 145px 260px;
    border-radius: 10px;
    max-width: 1090px;
  }
  .login-box::after {
    width: 400px;
    height: 100px;
    background-size: auto 100px;
    bottom: 70px;
  }
}

.login-lead {
  margin: 0 0 20px;
  line-height: 1.5;
}
@media all and (min-width: 768px), print {
  .login-lead {
    margin-bottom: 29px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.login-note {
  margin: 0 0 32px;
  color: #898989;
  line-height: 1.5;
}
@media all and (min-width: 768px), print {
  .login-note {
    margin-bottom: 63px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.login-note__link {
  margin: 0 0.75em;
}

.login-btn {
  margin: 0 auto -20px;
  padding: 0;
  max-width: 280px;
  list-style: none;
}
.login-btn:before, .login-btn:after {
  display: table;
  content: ' ';
}
.login-btn:after {
  clear: both;
}
.login-btn + .login-btn {
  margin-top: 32px;
}
@media all and (min-width: 768px), print {
  .login-btn {
    margin-bottom: -30px;
  }
  .login-btn + .login-btn {
    margin-top: 40px;
  }
}

.login-btn__item {
  margin: 0 0 20px;
}
.login-btn__item--small {
  float: left;
  width: 48.148%;
}
.login-btn__item--small:nth-child(even) {
  float: right;
}
@media all and (min-width: 768px), print {
  .login-btn__item {
    margin-bottom: 30px;
  }
  .login-btn__item--small {
    float: left;
    width: 46.429%;
  }
}

/* top btn 消えていたので20171017に追加 */
#center01 {
  text-align: center;
}

.top-login-btn {
  margin: 15px auto 0;
  width: 210px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

@media all and (min-width: 768px), print {
  .top-login-btn {
    margin: 15px auto 0;
    width: 270px;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
  }
}
@media all and (min-width: 1280px), print {
  .top-login-btn {
    font-size: 1.8rem;
    width: 350px;
    text-align: center;
  }
}
.top-login-btn__target {
  margin: 15px auto 0;
  padding: 14px;
  border: solid 1px #e4007f;
  border-radius: 8px;
  display: block;
  background-color: #e4007f;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.top-login-btn__target:hover {
  border: solid 1px #c1006b;
  background-color: #c1006b;
}

/*追加20171016*/
.menu_txt {
  font-size: 0.7rem;
  color: #e4007f;
  margin-left: -7px;
  margin-bottom: 10px;
}

button {
  line-height: 0;
}

/* 追加20171017 */
.btn--lnln {
  background-color: #fdb1b6;
}

.btn--lnln:hover {
  background-color: #f0898f;
}

.note-text-a {
  padding: 10px;
  background-color: #fafafa;
  color: #898989;
  text-align: center;
}

@media all and (min-width: 768px), print {
  .note-text-a {
    font-size: 1.6rem;
    padding: 15px 50px;
  }
}
.remodal {
  max-width: 500px;
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid #e4007f;
  border-radius: 10px !important;
  color: #000;
  text-align: left;
  position: relative;
}
.remodal h2 {
  margin: 0 0 20px;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #e4007f;
  text-align: center;
}
.remodal .icon-close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  background-image: url(../img/boshimo_lp/common/btn-close.svg);
  background-color: #e4007f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  /* for Safari and Chrome */
  -moz-border-radius: 50%;
  /* for Firefox */
  -o-border-radius: 50%;
  /* for opera */
}
.remodal .btn__move {
  font-size: 1.5rem;
  padding: 10px 20px;
  border: solid 1px #e4007f;
  border-radius: 6px;
  display: block;
  background-color: #e4007f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
}
.remodal .btn__move:hover {
  border: solid 1px #c1006b;
  background-color: #c1006b;
}
.remodal .btn__back {
  font-size: 1.5rem;
  padding: 10px 20px;
  border: solid 1px #c5c5c5;
  border-radius: 6px;
  display: block;
  background-color: #c5c5c5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
}
.remodal .btn__back:hover {
  border: solid 1px #969595;
  background-color: #969595;
}

@media all and (min-width: 768px) {
  .remodal {
    padding: 30px 30px;
  }
  .remodal h2 {
    font-size: 2rem;
  }
  .remodal .icon-close {
    width: 28px;
    height: 28px;
    top: 0.5em;
    right: 0.5em;
    background-size: auto 12px;
  }
  .remodal .btn__move, .remodal .btn__back {
    font-size: 2rem;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.btn--xID {
  background-color: #33ceaa;
}

.btn--xID:hover {
  background-color: #149174;
}
