@charset "UTF-8";
/* Base style
-----------------------------------------------------------*/
/*----- reset -----*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho:wght@800&display=swap");
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: .875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*----- default -----*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  background-color: #ffffff;
  color: #3c3c3c;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.55556;
}

a {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  color: #3c3c3c;
  text-decoration: none;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

button {
  border: none;
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  backface-visibility: hidden;
}

/*----- import -----*/
/* Layout style
-----------------------------------------------------------*/
/*----- header -----*/
.header {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 999;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.header .box-header {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.header-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 21px 0;
}

.header-logo, .header-txt {
  line-height: 1.0;
}

.header-txt {
  margin-left: 20px;
}

.header-menu-item > a {
  display: block;
  position: relative;
  background-position: center left 5px;
  background-repeat: no-repeat;
  font-weight: bold;
  line-height: 1.5;
}

.header-menu-item > a[target="_blank"]::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  background-image: url("../images/common/icon_target.svg");
  content: "";
}

.header-menu-item.-logo > a::after {
  display: none;
}

.header-menu-item.-logo > a:hover img {
  opacity: 0.8;
}

.header-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header-tel {
  margin-right: 16px;
  font-weight: bold;
}

.header-tel > span {
  padding-right: 5px;
  font-size: 13px;
}

.header-tel > a {
  font-size: 18px;
}

.header-close {
  position: relative;
  padding: 10px 0 10px 10px;
  font-size: 14px;
  text-align: center;
}

.header-close::before, .header-close::after {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: -64px;
  margin: auto;
  background-color: #000000;
  content: "";
}

.header-close::before {
  -webkit-transform: rotate(-45deg);
  width: 16px;
  height: 1px;
  transform: rotate(-45deg);
}

.header-close::after {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  width: 1px;
  height: 16px;
  transform: rotate(-45deg);
  border: none;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.header-logo img {
  width: 194px;
}

/*----- footer -----*/
.footer {
  padding-top: 55px;
  padding-bottom: 50px;
  background: radial-gradient(circle at right 0%, #F0FAFA, #FAFAFA);
  /* ----- フッターナビ ----- */
  /* ----- コピーライト ----- */
}

.footer-inner {
  padding-right: 12px;
  padding-left: 12px;
}

.footer-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e60012;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
}

.footer-title::before, .footer-title::after {
  display: inline-block;
  width: 1px;
  height: 35px;
  margin: 0 15px;
  background-color: #e60012;
  content: "";
}

.footer-title::before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.footer-title::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.footer-bnr {
  margin-top: 40px;
  text-align: center;
}

.footer-nav {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.footer-nav-wrap {
  margin-top: 35px;
  overflow: hidden;
  text-align: center;
}

.footer-nav-wrap .box-button {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-nav-item {
  margin: 3px 13px;
  line-height: 2.45rem;
}

.footer-nav-item > a[target="_blank"]::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  background-image: url("../images/common/icon_target.svg");
  content: "";
}

.footer-nav-item > a:hover {
  text-decoration: underline;
}

.footer-name {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}

.footer-logo, .footer-txt {
  line-height: 1.0;
}

.footer-logo {
  text-align: center;
}

.footer-txt {
  margin-left: 20px;
}

.footer-sns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 40px auto;
}

.footer-sns > li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 5px;
}

.footer-sns > li > a {
  display: block;
  line-height: 1.0;
}

.footer-copyright {
  margin-top: 35px;
  font-size: 14px;
  line-height: 2.275rem;
  text-align: center;
}

.footer-pdflink {
  position: absolute;
  bottom: 0;
  left: 12px;
}

.footer-pdflink a {
  display: block;
  padding: .2em 1em;
  border: 1px solid #aaaaaa;
  background-color: #aaaaaa;
  color: #ffffff;
}

.footer-pdflink a:hover {
  border: 1px solid #000000;
}

/*----- content -----*/
.main-contents {
  overflow: hidden;
}

.content-inner {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.content-section {
  padding-top: 140px;
  padding-bottom: 150px;
}

/* Mmodule style
-----------------------------------------------------------*/
/*----- XXX -----*/
/*----- pagetop -----*/
.pagetop {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-shadow: -15px 15px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: border 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: -15px 15px 10px rgba(0, 0, 0, 0.2);
  transition: border 0.1s;
}

.pagetop-text {
  font-size: 0;
}

.pagetop::after {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(-45deg);
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  content: "";
}

.pagetop-wrap {
  z-index: 998;
  position: absolute;
  right: 36px;
  bottom: 415px;
}

.pagetop-wrap.is-fixed {
  position: fixed;
  bottom: 36px;
}

/*----- mainvisual -----*/
.mainvisual {
  z-index: 1;
  position: relative;
  margin-top: 90px;
}

.mainvisual-img {
  overflow: hidden;
  text-align: right;
}

.mainvisual-img img {
  width: 100%;
}

.mainvisual .content-inner {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 1.736vh;
  left: 50%;
  transform: translateX(-50%);
}

.mainvisual-title {
  margin-top: 5.69444vw;
  margin-bottom: 5.83333vw;
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(0px, 4.17vw, 60px);
  font-weight: bold;
  letter-spacing: 0.17em;
  line-height: 1.91667;
}

.mainvisual-title em {
  color: #1EB48C;
  font-size: 1.26667em;
  line-height: 1.51316;
}

.mainvisual-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 1.536vw;
}

.mainvisual-txt {
  margin-bottom: 1.736vw;
  font-size: 1.2rem;
}

.mainvisual-logo + .header-txt {
  margin-left: 2.08333vw;
}

.mainvisual-lead-block {
  padding: 38px 0 39px;
  background-color: #1EB48C;
  color: #ffffff;
  font-size: 2.0rem;
  line-height: 1.2;
  text-align: center;
}

.mainvisual-million-icon {
  position: absolute;
  right: 0;
  bottom: -3.68056vw;
  width: 17.22222vw;
}

.mainvisual-movie > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border: 2px solid #e60012;
  border-radius: 16px;
  background-color: #fef0f1;
  line-height: 1.0;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.mainvisual-movie > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}

.mainvisual-movie > a::after {
  right: 10px;
  border-color: #e60012;
}

.mainvisual-movie > a:hover {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.mainvisual-movie > a:hover .movie-thumb img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.mainvisual-movie .movie-thumb {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  width: 16.111vw;
  max-width: 232px;
  overflow: hidden;
  font-size: 0;
  line-height: 1.0;
}

.mainvisual-movie .movie-thumb img {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.mainvisual-movie .movie-thumb::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 46px;
  margin: auto;
  background: url("../images/common/icon_movie.svg") center no-repeat;
  background-size: contain;
  content: "";
}

.mainvisual-movie .movie-title {
  padding-right: 1.525vw;
  padding-left: 0.8vw;
}

.mainvisual-movie .movie-title .txt {
  color: #e60012;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}

/*----- content -----*/
#content-bottom {
  position: relative;
}

#content-bottom .smartphone-item {
  text-align: center;
}

#content-bottom .smartphone-item + .box-txt {
  position: relative;
}

#content-bottom .-type-space {
  padding: 50px;
}

#content-bottom .cocodayo-cont .-type-space {
  padding-left: 0;
}

#content-bottom .cocodayosolo-cont .-type-space {
  padding-right: 0;
}

#content-bottom .-cocodayo img, #content-bottom .-cocodayosolo img {
  margin-right: 25px;
}

#content-bottom .-bottom-cont02 .txt.-bold {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  line-height: 1.25;
}

#content-bottom .box-border-sand {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}

#content-bottom .-border-sand {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

#content-bottom .-border-sand .txt.-note {
  margin-right: -5px;
  margin-left: -5px;
}

#content-can .content-inner {
  position: static;
}

#content-can .heading-lead {
  line-height: 2.0;
}

#content-first {
  position: relative;
}

#content-topics {
  position: relative;
  padding-top: 35px;
}

#content-where {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

#content-where .content-inner {
  max-width: 1260px;
}

#content-where .content-inner .box-heading {
  margin-bottom: 0;
}

#content-where .box-txt .txt.-lead {
  line-height: 2.0;
}

#content-where .box-space {
  z-index: 10;
  position: relative;
}

#content-where .where-cont02 .where_icon {
  position: absolute;
}

/*----- heading -----*/
.box-heading {
  position: relative;
}

.box-heading:not(:first-child) {
  margin-top: 50px;
}

.box-heading:not(:last-child) {
  margin-bottom: 60px;
}

.heading-lv1 {
  letter-spacing: 1.25px;
  line-height: 1.75;
  text-align: center;
}

.heading-lv1 .txt {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: bold;
}

.heading-lv1.-small {
  line-height: 2;
}

.heading-lv1.-small .txt {
  font-size: 2.8rem;
  font-weight: 500;
}

.heading-lv1.-main {
  line-height: 1.75;
}

.heading-lv1.-main .txt {
  color: #1EB48C;
  letter-spacing: 0.065em;
  margin-left: -10px;
}

.heading-lv1.-large {
  line-height: 1.6;
  text-align: left;
}

.heading-lv1.-large .txt {
  color: #e60012;
  font-size: 5.0rem;
  font-weight: 500;
}

.heading-lv1.-white {
  line-height: 1.75;
}

.heading-lv1.-white .txt {
  color: #ffffff;
}

.heading-lv1.-white.-large {
  font-size: 4.0rem;
  text-align: left;
}

.heading-lv2 {
  margin-bottom: 30px;
  padding: 12px 15px;
  border-left: 5px solid #e60012;
  background-color: #FFF6F4;
  line-height: 1.45;
}

.heading-lv2 .txt {
  font-size: 2.4rem;
  font-weight: bold;
}

.heading-lv2-simple {
  margin-bottom: 30px;
}

.heading-lv2-simple.-center {
  text-align: center;
}

.heading-lv2-simple .txt {
  font-size: 2.4rem;
  font-weight: bold;
}

.heading-lead {
  margin-bottom: 30px;
  font-size: 2.0rem;
}

.heading-lead:not(:first-child) {
  margin-top: 50px;
}

.heading-lead.-white {
  color: #ffffff;
}

/*----- background -----*/

#content-bottom .content-inner {
  position: static;
}

#content-can {
  background-color: #1EB48C;
}

#content-first {
  background-color: rgba(31, 170, 159, 0.08);
}

#smartpone-fixed {
  overflow: hidden;
}

#content-other {
  background: #1eb48c;
}

#content-other .box-heading {
  position: relative;
}

#content-other .box-heading::before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 0;
  transform: translate(-50%, -50%);
  border-top: 1px solid #E6E6E6;
  content: "";
}

#content-other .heading-lv1 .txt {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 1em;
  background-color: #1eb48c;
  font-size: 4.0rem;
}

#content-voice {
  background-color: rgba(31, 170, 159, 0.08);
}

/*----- box -----*/

.box-border {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.box-border:not(:first-child) {
  margin-top: 30px;
}

.box-border .box-heading {
  margin-top: -2.0em;
  margin-bottom: 0;
}

.box-border .box-heading .txt {
  padding-right: 35px;
  padding-left: 35px;
  background-color: #ffffff;
}

.box-border .box-inner {
  padding: 15px 48px 35px;
}

.box-caution {
  position: relative;
  padding: 18px 18px 18px 137px;
  border: 1px solid #1EB48C;
  border-radius: 10px;
  background: linear-gradient(90deg, #1EB48C 0%, #1EB48C 95px, #ffffff 95px, #ffffff 100%);
}

.box-caution::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 35px;
  background: url("../images/top/icon_caution.svg") no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.box-caution .caution-txt {
  display: inline-block;
  color: #1EB48C;
}

.box-caution .caution-txt > a {
  color: #1EB48C;
  text-decoration: underline;
}

.box-caution .caution-txt > a:hover {
  text-decoration: none;
}

.box-fade .fade-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.box-fade .fade-list.is-active {
  z-index: 10;
}

.box-fade .fade-list.is-active .box-slide {
  opacity: 1;
}

.fade-dots {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.fade-dots-wrap {
  -webkit-transform: translateY(250px);
  z-index: 11;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  transform: translateY(250px);
}

.fade-dots > li {
  width: 47px;
  height: 4px;
  margin: 0 4px;
  background-color: #78d2ba;
  text-indent: -9999px;
  cursor: pointer;
}

.fade-dots > li.is-active {
  background-color: #ffffff;
}

.fade-list:not(.is-active) .fade-dots-wrap {
  display: none;
}

.box-faq {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-leaf {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.box-leaf .leaf-item {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 65px;
  padding-left: 65px;
  text-align: center;
}

.box-leaf .leaf-item::before, .box-leaf .leaf-item::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 41px;
  margin: auto;
  content: "";
}

.box-leaf .leaf-item::before {
  left: 0;
  background: url("../images/top/leaf_left.png") center no-repeat;
  background-size: contain;
}

.box-leaf .leaf-item::after {
  right: 0;
  background: url("../images/top/leaf_right.png") center no-repeat;
  background-size: contain;
}

.box-leaf .leaf-item .txt-sub {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.25;
}

.box-leaf .leaf-item .txt-sub .-large {
  font-size: 2.6rem;
}

.box-leaf .leaf-item .txt-sub .-small {
  color: #6C6C6C;
  font-size: 1.2rem;
}

.box-leaf .leaf-item .txt-value {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.25;
}

.box-leaf .leaf-item .txt-value.-large {
  font-size: 4.1rem;
}

.box-message {
  -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #1EB48C;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
}

.box-message .item-star {
  margin-top: 10px;
}

.box-message .item-star > li {
  display: inline-block;
  color: #FFEB00;
}

.box-message .message-inner {
  padding: 40px 40px 17px;
}

.box-message .message-title {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 2.0rem;
  font-weight: 500;
}

.box-message .box-txt {
  margin-right: -23px;
  margin-left: -23px;
  padding: 20px 23px 16px;
  border-radius: 10px;
  background-color: #ffffff;
}

.box-message .box-txt .txt {
  line-height: 2.0;
}

.box-movie .movie-list-item > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.box-movie .movie-list-item > a:hover {
  color: #e60012;
}

.box-movie .movie-list-item > a:hover .movie-thumb img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.box-movie .movie-thumb {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  max-height: 85px;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 10px;
  font-size: 0;
  line-height: 1.0;
}

.box-movie .movie-thumb img {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.box-movie .movie-thumb::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 46px;
  margin: auto;
  background: url("../images/common/icon_movie.svg") center no-repeat;
  background-size: contain;
  content: "";
}

.box-movie .movie-title .txt {
  font-size: 2.0rem;
  font-weight: bold;
}

.box-movie .movie-title .txt::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  transform: rotate(45deg);
  border-top: 2px solid #3c3c3c;
  border-right: 2px solid #3c3c3c;
  content: "";
}

.box-movie .movie-title .txt::after {
  border-color: #e60012;
}

.box-movie .movie-title .txt-sub {
  display: block;
  font-size: 1.4rem;
}

#smartpone-fixed {
  z-index: 99;
  position: relative;
}

#smartpone-fixed .gridbox{
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 56px;
  row-gap: 14px;
  width: 90%;
  padding-left: 70px;
  margin-top: 64px;
}

#smartpone-fixed .gridbox__item01{
  grid-row: 1/3;
}
#smartpone-fixed .gridbox__item01 img{
  width: 195px;
}

.box-smartphone {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  pointer-events: none;
}

.box-smartphone-txt {
  vertical-align: top;
}

.box-smartphone-txt > .txt {
  position: absolute;
  top: 15px;
  right: 240px;
  width: 450px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 2.0rem;
}

.box-smartphone-txt > .txt::before, .box-smartphone-txt > .txt::after {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 140px;
  height: 2px;
  background-color: #ffffff;
  content: "";
}

.box-smartphone-txt > .txt::before {
  -webkit-transform: rotate(8deg);
  top: 0;
  transform: rotate(8deg);
}

.box-smartphone-txt > .txt::after {
  -webkit-transform: rotate(-8deg);
  bottom: 0;
  transform: rotate(-8deg);
}

.box-smartphone img {
  -webkit-box-shadow: -15px 15px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px 30px 33px 33px;
  box-shadow: -15px 15px 10px rgba(0, 0, 0, 0.2);
  font-size: 0;
  line-height: 1.0;
}

.box-txt:not(:first-child) {
  margin-top: 15px;
}

.box-txt.-mincho, .box-txt .-mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.box-txt.-left .txt {
  text-align: left;
}

.box-txt.-right .txt {
  text-align: right;
}

.box-txt.-center .txt {
  text-align: center;
}

.box-txt.-white .txt {
  color: #ffffff;
}

.box-txt .txt {
  text-align: justify;
}

.box-txt .txt.-left {
  text-align: left;
}

.box-txt .txt.-right {
  text-align: right;
}

.box-txt .txt.-center {
  text-align: center;
}

.box-txt .txt:not(:first-child) {
  margin-top: 5px;
}

.box-txt .-lead {
  font-size: 2.0rem;
}

.box-txt .-lead.-bold {
  font-weight: 500;
}

.box-txt .-lead:not(:first-child) {
  margin-top: 15px;
}

.box-txt .img {
  line-height: 0;
}

.box-txt .img:not(:first-child) {
  margin-top: 15px;
}

.box-txt .img.-center {
  text-align: center;
}

.box-txt .img.-btn > a:hover img {
  opacity: 0.8;
}

.box-txt .img.-btn img {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.box-txt.-border-sand {
  padding-top: 14px;
  padding-bottom: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.box-txt.-border-sand .txt{
  letter-spacing: 0.04em;
}

.box-txt:not(:first-child) {
  margin-top: 15px;
}

.box-txt .box-inner {
  padding: 20px;
}

/*----- flexbox -----*/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexbox.-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexbox.-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexbox.-ai_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox.-ai_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flexbox.-ai_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexbox .-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flexbox.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.flexbox.-column .-bottom {
  margin-top: auto;
}

.flexbox.-column > .flex-col:not(:last-child) {
  margin-bottom: 20px;
}

.flexbox.-line > .flex-col {
  padding-right: 25px;
  padding-left: 25px;
}

.flexbox.-line > .flex-col:not(:first-child) {
  border-left: 1px solid #cccccc;
}

.flex-col .inner {
  height: 100%;
  padding: 15px;
}

.flex-col_12 {
  width: 100%;
  max-width: 100%;
}

.flex-col_12 .flex-col:not(:last-child) {
  margin-right: 20px;
}

.flex-col_01 {
  width: calc(100% / 12);
  max-width: 90px;
}

.flex-col_02 {
  width: calc(100% / 6);
  max-width: 190px;
}

.flex-col_03 {
  width: calc(100% / 4);
  max-width: 290px;
}

.flex-col_04 {
  width: calc(100% / 3);
  max-width: 390px;
}

.flex-col_05 {
  width: calc(100% / 12 * 5);
  max-width: 490px;
}

.flex-col_06 {
  width: calc(100% / 2);
  max-width: 590px;
}

.flex-col_07 {
  width: calc(100% / 12 * 7);
  max-width: 690px;
}

.flex-col_08 {
  width: calc(100% / 3 * 2);
  max-width: 790px;
}

.flex-col_09 {
  width: calc(100% / 12 * 9);
  max-width: 890px;
}

.flex-col_10 {
  width: calc(100% / 12 * 10);
  max-width: 990px;
}

.flex-col_11 {
  width: calc(100% / 12 * 11);
  max-width: 1090px;
}

/*----- text -----*/
.txt.-orange, .txt .-orange {
  color: #f08228;
}

.txt.-red, .txt .-red {
  color: #dd0000;
}

.txt.-yellow, .txt .-yellow {
  color: #FFEB00;
}

.txt.-green, .txt .-green {
  color: #1eb48c;
}

.txt.-bold, .txt .-bold {
  font-weight: bold;
}

.txt.-normal, .txt .-normal {
  font-weight: normal;
}

.txt.-center {
  text-align: center;
}

.txt.-left {
  text-align: left;
}

.txt.-right {
  text-align: right;
}

.txt.-large {
  font-size: 2.6rem;
}

.txt.-large .sub {
  font-size: 2.0rem;
}

.txt.-large.-bold {
  font-weight: 500;
}

.txt.-note {
  display: block;
  padding-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}

.txt > a {
  text-decoration: underline;
}

.txt > a:hover {
  text-decoration: none;
}

.link-arrow > a::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  transform: rotate(45deg);
  border-top: 2px solid #3c3c3c;
  border-right: 2px solid #3c3c3c;
  content: "";
}

/*----- btn -----*/
.btn-more {
  width: 100%;
  max-width: 145px;
  margin: 0 auto;
  text-align: center;
}

.btn-more:not(:first-child) {
  margin-top: 15px;
}

.btn-more > span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5px 35px 5px 20px;
  border: 1px solid #3c3c3c;
  border-radius: 25px;
  background-color: #ffffff;
  cursor: pointer;
}

.btn-more > span::after {
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 3px;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(135deg);
  border-top: 2px solid #3c3c3c;
  border-right: 2px solid #3c3c3c;
  content: "";
}

.btn-more > span::after {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  border-color: #3c3c3c;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.btn-more.-close > span::after {
  -webkit-transform: translateY(5px) rotate(315deg);
  transform: translateY(5px) rotate(315deg);
}

.box-button:not(:first-child) {
  margin-top: 30px;
}

.box-button.-center {
  text-align: center;
}

.btn {
  display: block;
  width: 100%;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

.btn > a {
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 40px;
  border-radius: 40px;
  background-color: #1eb48c;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.0;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}

.btn > a[target="_blank"]::after {
  -webkit-transform: rotate(0);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  transform: rotate(0);
  border: none;
  background-image: url("../images/common/icon_target.svg");
  content: "";
}

.btn > a:hover {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.btn.-light-green > a {
  background-color: #4bc3a3;
}

.btn.-pale-orange > a {
  background-color: #f39b53;
}

.btn.-icon > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #3c3c3c;
  background-color: #ffffff;
  color: #3c3c3c;
}

.btn.-icon > a img {
  margin-right: 10px;
}

/*----- more -----*/

/*----- news -----*/
.news-list {
  margin-top: 10px;
  padding: 5px 0 20px;
}

.news-list-item {
  border-bottom: 1px solid #E6E6E6;
}

.news-list-item:not(:first-child) {
  margin-top: 10px;
}

.news-list-item > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.news-list-item > a .news-title {
  text-decoration: none;
}

.news-list-item > a:hover .news-title {
  text-decoration: underline;
}

.news-list ~ .link-arrow a {
  text-decoration: none;
}

.news-list ~ .link-arrow a:hover {
  text-decoration: underline;
}

.news-date {
  margin-right: 45px;
  color: #999999;
  font-size: 1.2rem;
}

/*----- animation -----*/
[data-effect=fade-in], [data-effect-list=fade-in] > *, [data-effect=slide-up], [data-effect-list=slide-up] > *, [data-effect=slide-up-order] > *, [data-effect=slide-left-order] > *, [data-effect=slide-left], [data-effect-list=slide-left] > *, [data-effect=slide-right], [data-effect-list=slide-right] > * {
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  opacity: 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.is-visible[data-effect=fade-in], [data-effect-list=fade-in] > .is-visible, .is-visible[data-effect=slide-up], [data-effect-list=slide-up] > .is-visible, [data-effect=slide-up-order] > .is-visible, [data-effect=slide-left-order] > .is-visible, .is-visible[data-effect=slide-left], [data-effect-list=slide-left] > .is-visible, .is-visible[data-effect=slide-right], [data-effect-list=slide-right] > .is-visible {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

[data-effect=slide-up], [data-effect-list=slide-up] > * {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

[data-effect=slide-up-order] > * {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

[data-effect=slide-left-order] > * {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

[data-effect=slide-left], [data-effect-list=slide-left] > * {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

[data-effect=slide-right], [data-effect-list=slide-right] > * {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

[data-effect-delay="0"] {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

[data-effect-delay="1"] {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

[data-effect-delay="2"] {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

[data-effect-delay="3"] {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

[data-effect-delay="4"] {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

[data-effect-delay="5"] {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

[data-effect-delay="6"] {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

[data-effect-delay="7"] {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

[data-effect-delay="8"] {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

[data-effect-delay="9"] {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

[data-effect-delay="10"] {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

.notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

/*----- modal -----*/
.modal-area {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.modal-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.modal-wrap {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1000px;
  padding: 1px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.modal-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.modal-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-close {
  display: block;
  position: absolute;
  top: 0;
  right: -35px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.modal-close::before, .modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  border-radius: 2.5px;
  background: #ffffff;
  content: "";
}

.modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* XXX style
-----------------------------------------------------------*/
/* Utility
-----------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear-both {
  clear: both !important;
}

/* float */
.fl-left {
  float: left !important;
}

.fl-right {
  float: right !important;
}

.fl-none {
  float: none !important;
}

/* font-weight */
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* font-size */
.fs-sm {
  font-size: 1.4rem !important;
}

.fs-md {
  font-size: 1.6rem !important;
}

.fs-lg {
  font-size: 1.8rem !important;
}

.fs-xl {
  font-size: 2.2rem !important;
}

.fs-xxl {
  font-size: 2.2rem !important;
}

/* margin */
.m-auto {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* padding */
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* text-align */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* vertical-align */
.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

/* white-space */
.ws-nowrap {
  white-space: nowrap !important;
}

.sp {
  display: none !important;
}

/* display */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-i-block {
  display: inline-block !important;
}

.d-table {
  display: table !important;
}

.d-t-row {
  display: table-row !important;
}

.d-t-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.of-auto {
  overflow: auto;
}

.of-hidden {
  overflow: hidden;
}

.of-auto {
  overflow: auto;
}

/* visibility */
.hidden {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.hover-opacity:hover {
  opacity: 0.8;
}

/* width(px) 5-400 */
.w-5 {
  width: 5px !important;
}

.w-10 {
  width: 10px !important;
}

.w-15 {
  width: 15px !important;
}

.w-20 {
  width: 20px !important;
}

.w-25 {
  width: 25px !important;
}

.w-30 {
  width: 30px !important;
}

.w-35 {
  width: 35px !important;
}

.w-40 {
  width: 40px !important;
}

.w-45 {
  width: 45px !important;
}

.w-50 {
  width: 50px !important;
}

.w-55 {
  width: 55px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-95 {
  width: 95px !important;
}

.w-100 {
  width: 100px !important;
}

.w-105 {
  width: 105px !important;
}

.w-110 {
  width: 110px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-145 {
  width: 145px !important;
}

.w-150 {
  width: 150px !important;
}

.w-155 {
  width: 155px !important;
}

.w-160 {
  width: 160px !important;
}

.w-165 {
  width: 165px !important;
}

.w-170 {
  width: 170px !important;
}

.w-175 {
  width: 175px !important;
}

.w-180 {
  width: 180px !important;
}

.w-185 {
  width: 185px !important;
}

.w-190 {
  width: 190px !important;
}

.w-195 {
  width: 195px !important;
}

.w-200 {
  width: 200px !important;
}

.w-205 {
  width: 205px !important;
}

.w-210 {
  width: 210px !important;
}

.w-215 {
  width: 215px !important;
}

.w-220 {
  width: 220px !important;
}

.w-225 {
  width: 225px !important;
}

.w-230 {
  width: 230px !important;
}

.w-235 {
  width: 235px !important;
}

.w-240 {
  width: 240px !important;
}

.w-245 {
  width: 245px !important;
}

.w-250 {
  width: 250px !important;
}

.w-255 {
  width: 255px !important;
}

.w-260 {
  width: 260px !important;
}

.w-265 {
  width: 265px !important;
}

.w-270 {
  width: 270px !important;
}

.w-275 {
  width: 275px !important;
}

.w-280 {
  width: 280px !important;
}

.w-285 {
  width: 285px !important;
}

.w-290 {
  width: 290px !important;
}

.w-295 {
  width: 295px !important;
}

.w-300 {
  width: 300px !important;
}

.w-305 {
  width: 305px !important;
}

.w-310 {
  width: 310px !important;
}

.w-315 {
  width: 315px !important;
}

.w-320 {
  width: 320px !important;
}

.w-325 {
  width: 325px !important;
}

.w-330 {
  width: 330px !important;
}

.w-335 {
  width: 335px !important;
}

.w-340 {
  width: 340px !important;
}

.w-345 {
  width: 345px !important;
}

.w-350 {
  width: 350px !important;
}

.w-355 {
  width: 355px !important;
}

.w-360 {
  width: 360px !important;
}

.w-365 {
  width: 365px !important;
}

.w-370 {
  width: 370px !important;
}

.w-375 {
  width: 375px !important;
}

.w-380 {
  width: 380px !important;
}

.w-385 {
  width: 385px !important;
}

.w-390 {
  width: 390px !important;
}

.w-395 {
  width: 395px !important;
}

.w-400 {
  width: 400px !important;
}

/* width(%) 5-100 */
.w-5per {
  width: 5% !important;
}

.w-10per {
  width: 10% !important;
}

.w-15per {
  width: 15% !important;
}

.w-20per {
  width: 20% !important;
}

.w-25per {
  width: 25% !important;
}

.w-30per {
  width: 30% !important;
}

.w-35per {
  width: 35% !important;
}

.w-40per {
  width: 40% !important;
}

.w-45per {
  width: 45% !important;
}

.w-50per {
  width: 50% !important;
}

.w-55per {
  width: 55% !important;
}

.w-60per {
  width: 60% !important;
}

.w-65per {
  width: 65% !important;
}

.w-70per {
  width: 70% !important;
}

.w-75per {
  width: 75% !important;
}

.w-80per {
  width: 80% !important;
}

.w-85per {
  width: 85% !important;
}

.w-90per {
  width: 90% !important;
}

.w-95per {
  width: 95% !important;
}

.w-100per {
  width: 100% !important;
}

/* width(em) 5-20 */
.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5em {
  width: 5em !important;
}

.w-6em {
  width: 6em !important;
}

.w-7em {
  width: 7em !important;
}

.w-8em {
  width: 8em !important;
}

.w-9em {
  width: 9em !important;
}

.w-10em {
  width: 10em !important;
}

.w-11em {
  width: 11em !important;
}

.w-12em {
  width: 12em !important;
}

.w-13em {
  width: 13em !important;
}

.w-14em {
  width: 14em !important;
}

.w-15em {
  width: 15em !important;
}

.w-16em {
  width: 16em !important;
}

.w-17em {
  width: 17em !important;
}

.w-18em {
  width: 18em !important;
}

.w-19em {
  width: 19em !important;
}

.w-20em {
  width: 20em !important;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (max-width: 960px) {
  body {
    font-size: 1.4rem;
  }
  .header {
    width: 100%;
  }
  .header .box-header {
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .header .box-header {
    padding-right: 0;
    padding-left: 0;
  }
  .header .box-header .-sp-header-menu {
    display: none;
    overflow-y: auto;
    border-top: 1px solid #e8e8e8;
  }
  .header .box-header .-sp-header-menu.is-open {
    display: block;
  }
  .header-col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-name {
    padding: 5px 10px;
  }
  .header-logo {
    max-width: 134px;
  }
  .header-txt {
    max-width: 92px;
  }
  .header-menu-list {
    background-color: #ffffff;
  }
  .header-menu-item > a {
    padding: 20px 10px;
    text-align: center;
  }
  .header-ham-icon {
    -ms-flex-negative: 0;
    display: block;
    z-index: 5;
    position: relative;
    flex-shrink: 0;
    width: 15%;
    height: 60px;
    color: #1EB48C;
    text-align: center;
    cursor: pointer;
  }
  .header-ham-icon span::before, .header-ham-icon::after, .header-ham-icon::before {
    -webkit-transition: all .3s ease-in-out;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 28px;
    height: 2px;
    margin: auto;
    background-color: #1EB48C;
    transition: all .3s ease-in-out;
  }
  .header-ham-icon span {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    height: 0;
    padding-top: 1px;
    font-size: 10px;
  }
  .header-ham-icon span::before {
    top: -2px;
  }
  .header-ham-icon span::before, .header-ham-icon::after, .header-ham-icon::before {
    content: "";
  }
  .header-ham-icon::before {
    top: 12px;
  }
  .header-ham-icon::after {
    top: 20px;
  }
  .header-ham-icon.is-open span::before, .header-ham-icon.is-open::before, .header-ham-icon.is-open::after {
    background-color: #1EB48C;
  }
  .header-ham-icon.is-open span::before {
    left: 50%;
    width: 0;
  }
  .header-ham-icon.is-open::before {
    -webkit-transform: translateY(10px) rotate(-135deg);
    top: 10px;
    transform: translateY(10px) rotate(-135deg);
  }
  .header-ham-icon.is-open::after {
    -webkit-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg);
  }
  .header-link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
  }
  .header-link > li > a {
    display: block;
    height: 100%;
    color: #1EB48C;
    font-size: 10px;
    text-align: center;
  }
  .header-link > li > a > span {
    display: block;
  }
  .header-link > li > a > span.icon {
    padding: 10px 5px 4px;
    line-height: 1.0;
  }
  .footer {
    padding-top: 30px;
  }
  .footer-title {
    font-size: 20px;
    line-height: 1.42857;
    text-align: center;
  }
  .footer-title > span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .footer-title::before, .footer-title::after {
    height: 4em;
  }
  .footer-title::before {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  .footer-title::after {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  .footer-bnr {
    margin-top: 20px;
  }
  .footer-nav {
    margin: 0;
  }
  .footer-nav-wrap {
    margin-top: 40px;
  }
  .footer-nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 45%;
    margin: 5px 0;
    font-size: 1.2rem;
  }
  .footer-nav-item:nth-child(odd) {
    margin-right: 2%;
    text-align: right;
  }
  .footer-nav-item:nth-child(even) {
    margin-left: 2%;
    text-align: left;
  }
  .footer-name {
    padding: 5px 10px;
  }
  .footer-sns {
    margin-top: 100px;
  }
  .content-inner {
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .content-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .content-section.-sp-full .content-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .pagetop {
    margin-top: 10px;
  }
  .pagetop-wrap {
    right: 0;
    bottom: 350px;
  }
  .mainvisual {
    margin-top: 60px;
  }
  .mainvisual .content-inner {
    height: 80vw;
  }
  .mainvisual-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .mainvisual-title {
    margin-top: 4vw;
    margin-bottom: 0;
    margin-left: 4.8vw;
    font-size: 8.27vw;
    letter-spacing: 0.15em;
    line-height: 1.67742;
  }
  .mainvisual-title em {
    line-height: 1.3;
  }
  .mainvisual-txt-block.sp {
    padding: 4px 0 5px;
    text-align: center;
  }
  .mainvisual-txt-block.sp .mainvisual-txt {
    margin-bottom: 0;
    font-size: 1.0rem;
    line-height: 1.8;
  }
  .mainvisual-lead-block {
    padding: 16px 0;
    font-size: 1.5rem;
    line-height: 1.93333;
  }
  .mainvisual-movie .movie-thumb {
    width: 55%;
  }
  .mainvisual-movie .movie-title {
    padding-left: 15px;
  }
  .mainvisual-movie .movie-title .txt {
    font-size: 1.8rem;
  }
  #smartpone-fixed .box-smartphone img{
    width: 40%;
  }
  #smartpone-fixed .box-heading{
    margin-bottom: 24px;
  }
  #smartpone-fixed .gridbox{
    grid-template-columns: 25% 71%;
    column-gap: 4%;
    row-gap: 2px;
    width: 100%;
    padding-left: 0;
    margin-top: 0px;
  }
  #smartpone-fixed .gridbox__item01{
    grid-row: 1/2;
  }
  #smartpone-fixed .gridbox__item01 img{
    width: 100%;
  }
  #smartpone-fixed .gridbox__item02{
    display: flex;
    align-items: center;
  }
  #smartpone-fixed .gridbox__item03{
    grid-column: 1/3;
  }
  #content-bottom {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  #content-bottom .box-heading{
    margin-bottom: 20px;
  }
  #content-bottom .smartphone-item img {
    width: 132px;
  }
  #content-can {
    padding-top: 0;
    padding-bottom: 0;
  }
  #content-can > .box-heading {
    margin-bottom: 0;
    padding-top: 80px;
  }
  #content-can > .box-heading .heading-lv1 {
    text-align: center;
  }
  #content-first {
    padding-top: 48px;
    padding-bottom: 85px;
  }
  #content-where {
    padding-top: 30px;
  }
  #content-where .box-space {
    margin-top: 5%;
  }
  #content-where .where-cont01 .flex-col:first-child {
    margin-right: 5px;
  }
  #content-where .where-cont01 .flex-col.-img .img {
    max-width: 120px;
    margin-right: auto;
    margin-left: auto;
  }
  #content-where .where-cont01 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #content-where .where-cont02 {
    margin-top: 30px;
  }
  #content-where .where-cont02 .where_icon {
    z-index: 1;
    left: 10px;
    max-width: 32%;
  }
  #content-where .where-cont02 .bg_smartphone {
    z-index: 0;
    position: relative;
    text-align: center;
  }
  #content-where .where-cont02 .box-smartphone {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 15%;
    left: 0;
  }
  #content-where .where-cont02 .box-smartphone img {
    -webkit-box-shadow: none;
    width: 40%;
    max-width: 220px;
    box-shadow: none;
  }
  #content-where .where-cont02 .where_txt {
    text-align: center;
  }
  .box-heading:not(:last-child) {
    margin-bottom: 40px;
  }
  .box-heading.-icon .icon {
    max-width: 50px;
    padding-bottom: 15px;
  }
  .heading-lv1 .txt {
    font-size: 2.8rem;
  }
  .heading-lv1.-small .txt {
    font-size: 2.4rem;
  }
  .heading-lv1.-main .txt {
    font-size: 2.4rem;
  }
  .heading-lv1.-large .txt {
    font-size: 6.933vw;
  }
  .heading-lv1.-white.-large {
    font-size: 2.8rem;
  }
  .heading-lv2 .txt {
    font-size: 2.0rem;
  }
  .heading-lv2-simple .txt {
    font-size: 2.0rem;
  }
  .heading-lead {
    font-size: 1.8rem;
  }
  #content-bottom {
    background-color: #1eb48c;
  }
  #content-bottom .smartphone-item img{
    -webkit-box-shadow: -15px 15px 10px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    box-shadow: -15px 15px 10px rgba(0, 0, 0, 0.2);
  }
  #content-bottom .cocodayo-cont {
    margin: 0;
    padding-right: 12px;
    padding-bottom: 45px;
    padding-left: 12px;
    background-color: #1eb48c;
  }
  #content-bottom .cocodayosolo-cont {
    padding-top: 60px;
    padding-right: 12px;
    padding-bottom: 45px;
    padding-left: 12px;
    background-color: #f08228;
  }
  #content-bottom .content-bottom__right {
    margin-top: 40px;
  }
  #content-bottom .content-bottom__right .-col_3 .txt{
    margin-top: 10px;
  }
  #content-bottom .box-border-sand {
    margin-top: 16px;
  }  
  #content-bottom .-border-sand {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.2rem;
  }  
  #content-bottom .box-border-sand + .box-txt{
    margin-top: 46px;
  }
  #content-bottom .box-button{
    margin-top: 40px;
    font-size: 1.6rem;
  }
  #content-other .heading-lv1 .txt {
    font-size: 2.4rem;
  }
  .box-border:not(:first-child) {
    margin-top: 60px;
  }
  .box-border .box-heading:not(:last-child) {
    margin-bottom: 0;
  }
  .box-border .box-heading {
    margin-bottom: 0;
  }
  .box-border .box-inner {
    padding: 15px 15px 35px;
  }
  .box-caution {
    padding-left: 58px;
    background: linear-gradient(90deg, #1EB48C 0%, #1EB48C 46px, #ffffff 46px, #ffffff 100%);
  }
  .box-caution::before {
    left: 9px;
    width: 30px;
  }
  .box-fade .fade-list {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .box-fade .fade-list .box-heading {
    display: none;
  }
  .box-fade .fade-list .box-heading .heading-lv1 {
    text-align: center;
  }
  .box-fade .fade-list.slide-cont01 .box-heading {
    display: block;
  }
  .box-fade .fade-list.slide-cont01 .txt.-lead {
    font-size: 1.4rem;
  }
  .box-fade .fade-list .box-smartphone {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .box-fade .fade-list:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .box-fade .fade-list.is-active .box-smartphone {
    display: block;
    margin-top: 30px;
  }
  .fade-dots-wrap {
    display: none;
  }
  .box-faq {
    display: block;
  }
  .box-faq .btn {
    margin-top: 25px;
  }
  .box-leaf .leaf-item {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .box-leaf .leaf-item::before, .box-leaf .leaf-item::after {
    width: 25px;
    height: auto;
  }
  .box-leaf .leaf-item .txt-sub {
    font-size: 1.0rem;
  }
  .box-leaf .leaf-item .txt-sub .-large {
    font-size: 1.4rem;
  }
  .box-leaf .leaf-item .txt-sub .-small {
    font-size: 1.0rem;
  }
  .box-leaf .leaf-item .txt-value {
    font-size: 1.8rem;
  }
  .box-leaf .leaf-item .txt-value.-large {
    font-size: 2.2rem;
  }
  .box-message {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .box-message .message-inner {
    padding: 20px 20px 9px;
  }
  .box-message .message-title {
    font-size: 1.8rem;
  }
  .box-message .box-txt {
    margin-right: -11px;
    margin-left: -11px;
    padding: 10px 11px 8px;
  }
  .box-movie {
    padding: 15px;
  }
  .box-movie .movie-list-item:not(:first-child) {
    margin-top: 25px;
  }
  .box-movie .movie-list-item > a {
    position: relative;
  }
  .box-movie .movie-thumb {
    width: 35%;
    max-width: 150px;
    margin-right: 15px;
  }
  .box-movie .movie-thumb::after {
    width: 30px;
    height: 30px;
  }
  .box-movie .movie-title {
    padding-right: 20px;
  }
  .box-movie .movie-title .txt {
    font-size: 1.6rem;
  }
  .box-movie .movie-title .txt::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%) rotate(45deg);
  }
  .box-movie .movie-title .txt-sub {
    font-size: 1.0rem;
  }
  .box-smartphone {
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .box-smartphone {
    display: none;
    position: relative;
    text-align: center;
  }
  .box-smartphone-txt {
    position: absolute;
    left: 0;
  }
  .box-smartphone-txt > .txt {
    right: auto;
    width: 100px;
    font-size: 1.0rem;
    text-align: right;
  }
  .box-smartphone-txt > .txt::before, .box-smartphone-txt > .txt::after {
    width: 80px;
  }
  .box-smartphone.is-active {
    display: block;
    text-align: center;
  }
  .box-smartphone > li {
    display: none;
  }
  .box-smartphone > li.is-active {
    display: block;
    text-align: center;
  }
  .box-smartphone img {
    width: 35%;
    border-radius: 16px;
  }
  .box-txt .-lead {
    font-size: 1.6rem;
  }
  .box-txt.-sp-left {
    text-align: left;
  }
  .box-txt.-sp-left .txt {
    text-align: left;
  }
  .box-txt.-sp-center {
    text-align: center;
  }
  .flexbox.-sp-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flexbox.-sp-ai_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flexbox.-sp-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flexbox.-sp-row > .flex-col:not(:last-child) {
    margin-bottom: 0;
  }
  .flexbox.-col_sp_1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_sp_1 > .flex-col {
    width: 100%;
  }
  .flexbox.-col_sp_1 > .flex-col:not(:last-child) {
    margin-bottom: 15px;
  }
  .flexbox.-col_sp_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_sp_2 > .flex-col {
    width: 48%;
  }
  .flexbox.-col_sp_2 > .flex-col:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  #content-bottom .flexbox.-col_3 {
    justify-content: space-between;
  }
  .flexbox.-col_sp_3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_sp_3 > .flex-col {
    width: 30%;
  }
  #content-bottom .flexbox.-col_sp_3 > .flex-col {
    width: 27%;
  }
  .flexbox.-col_sp_3 > .flex-col:not(:nth-child(3n)) {
    margin-right: 5%;
  }
  #content-bottom .flexbox.-col_sp_3 > .flex-col:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .flexbox.-line.-col_sp_1 > .flex-col {
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
  }
  .flexbox.-line.-col_sp_1 > .flex-col:not(:first-child) {
    border-top: 1px solid #cccccc;
    border-left: none;
  }
  .flex-col .inner {
    padding: 10px;
  }
  .flex-col .inner.-sp-spread {
    padding: 15px 0;
  }
  .flex-col_12.-col_sp_1 .flex-col {
    width: 100%;
    max-width: 100%;
  }
  .flex-col_12.-col_sp_1 .flex-col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .txt.-sp-left {
    text-align: left !important;
  }
  .txt.-large {
    font-size: 2.0rem;
  }
  .txt.-large .sub {
    font-size: 1.4rem;
  }
  .txt.-note {
    font-size: 1.2rem;
  }
  .-sp-more:not(.is-open) {
    position: relative;
    height: 355px;
    overflow: hidden;
  }
  .-sp-more:not(.is-open)::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.7) 60px, rgba(255, 255, 255, 0) 100%);
    content: "";
  }
  .-sp-more:not(.is-open) .btn-more {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
  }
  .news-list {
    padding-right: 0;
    padding-left: 0;
  }
  .news-list-item:not(:first-child) {
    margin-top: 5px;
  }
  .news-list-item > a {
    display: block;
  }
  .news-date {
    display: block;
    margin-bottom: 5px;
  }
  [data-effect-delay-sp="0"] {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  [data-effect-delay-sp="1"] {
    -webkit-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
  }
  [data-effect-delay-sp="2"] {
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
  }
  [data-effect-delay-sp="3"] {
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
  }
  [data-effect-delay-sp="4"] {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
  }
  [data-effect-delay-sp="5"] {
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
  }
  [data-effect-delay-sp="6"] {
    -webkit-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
  }
  [data-effect-delay-sp="7"] {
    -webkit-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important;
  }
  [data-effect-delay-sp="8"] {
    -webkit-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important;
  }
  [data-effect-delay-sp="9"] {
    -webkit-transition-delay: 0.9s !important;
    transition-delay: 0.9s !important;
  }
  [data-effect-delay-sp="10"] {
    -webkit-transition-delay: 1s !important;
    transition-delay: 1s !important;
  }
  .modal-wrap {
    width: 87%;
  }
  .modal-close {
    right: -24px;
    width: 20px;
    height: 20px;
  }
  .modal-close::before, .modal-close::after {
    height: 20px;
  }
  .fl-none-sp {
    float: none !important;
  }
  .fl-clear-sp {
    clear: both !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media print, screen and (min-width: 961px) {
  .header {
    right: 0;
    left: 0;
    margin: auto;
  }
  .header .box-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: auto;
    max-width: 1440px;
    min-height: 90px;
    padding: 0 10px;
  }
  .header-col:first-child {
    width: 35%;
    max-width: 360px;
  }
  .header-menu-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header-menu-list > li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
  }
  .header-menu-item > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 30px;
    padding: 5px 0;
    text-align: left;
  }
  .header-menu-item > a:hover {
    color: #1EB48C;
  }
  .header-ham-icon {
    display: none;
  }
  .footer-inner {
    position: relative;
  }
  .footer-bnr a {
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    display: inline-block;
    line-height: 0;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  .footer-bnr a:hover {
    -webkit-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.4);
  }
  .mainvisual-img img {
    min-width: 1000px;
    float: right;
  }
  .mainvisual .content-inner {
    -webkit-transform: translateX(-50%);
    top: 0;
    transform: translateX(-50%);
  }
  .mainvisual-block {
    width: 61.8%;
  }
  .mainvisual-logo img {
    width: 300px;
  }
  .mainvisual-logo + .header-txt img {
    width: 171px;
  }
  .mainvisual-movie {
    width: 30.903vw;
    max-width: 445px;
  }
  #content-bottom .smartphone-item {
    max-width: 219px;
  }
  #content-bottom .-bottom-cont01.-cocodayo .txt {
    padding-right: 14%;
    line-height: 2;
  }
  #content-bottom .-bottom-cont01.-cocodayosolo .txt {
    padding-left: 14%;
    line-height: 2;
  }
  #content-bottom .content-bottom__right {
    width: 43.6%;
    margin-left: 6%;
    margin-top: 10px;
  }
  #content-bottom .content-bottom__right {
    width: 43.6%;
    margin-left: 6%;
    margin-top: 10px;
  }
  #content-bottom .content-bottom__right .flexbox.-col_2{
    margin-inline: auto;
  }
  #content-bottom .content-bottom__right .img:not(:first-child){
    margin-top: 28px;
  }
  #content-can {
    min-height: calc(100vh + 2000px);
  }
  #content-can .box-heading:not(:last-child) {
    margin-bottom: 50px;
  }
  #content-first {
    padding-top: 140px;
    padding-bottom: 196px;
  }
  #content-first .box-heading {
    margin-bottom: 40px;
  }
  #content-topics .box-border {
    margin-top: 68px;
  }
  #content-where {
    padding-top: 32px;
    padding-bottom: 0;
  }
  #content-where .content-wrap {
    position: relative;
    padding-bottom: 100px;
  }
  #content-where .content-wrap-inner {
    position: relative;
    padding-top: 110px;
  }
  #content-where .content-wrap-inner::after {
    z-index: 0;
    position: absolute;
    top: -59px;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/top/bg_where_img.png") center no-repeat;
    content: "";
    pointer-events: none;
  }
  #content-where .box-space {
    max-width: 1140px;
    margin-left: 0;
  }
  #content-where .where-cont01 .flex-col:first-child {
    margin-top: 20px;
  }
  #content-where .where-cont01 .box-txt.-mincho {
    display: block;
    text-align: center;
  }
  #content-where .where-cont01 .box-txt.-mincho .txt {
    display: inline-block;
    text-align: left;
  }
  #content-where .where-cont01 .where_txt {
    margin-top: 60px;
    text-align: center;
  }
  #content-where .where-cont02 {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 45%;
    right: 5px;
    transform: translateY(-50%);
  }
  #content-where .where-cont02 .where_icon {
    top: -50px;
    left: -20px;
  }
  #content-where .where-cont02 .bg_smartphone {
    margin-right: -15px;
    text-align: right;
  }
  .box-heading.-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-heading.-icon .icon {
    padding-top: 15px;
    padding-right: 35px;
  }
  #content-bottom {
    background: #1eb48c;
    padding-top: 84px;
  }
  .box-appbach {
    padding: 10px 0 20px;
    background: #fff;
    border: 1px solid #CCCCCC;
    max-width: 336px;
  }
  .box-fade .fade-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 100vh;
  }
  .box-fade .fade-list .content-inner {
    height: calc(100vh - 400px);
  }
  .box-fade .fade-list .box-slide {
    -webkit-transition: opacity 1s ease-in-out;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .box-fade .fade-list .box-heading {
    opacity: 0;
  }
  .box-fade .fade-list.slide-cont01 .box-heading {
    opacity: 1;
  }
  .box-fade .fade-list.is-active .box-smartphone {
    opacity: 1;
  }
  .box-faq .btn {
    margin-right: 0;
    margin-left: 15px;
  }
  .box-message {
    height: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .box-message .message-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .box-message .box-txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .box-movie .movie-list {
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }
  .box-smartphone {
    -webkit-transform: translateY(-50%);
    -webkit-transition: opacity 0.15s ease-in-out;
    position: absolute;
    top: auto;
    top: 50%;
    right: 0;
    left: 0;
    height: 450px;
    transform: translateY(-50%);
    text-align: right;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
  }
  .box-smartphone.is-fixed {
    -webkit-transform: translateY(-50%);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-smartphone.is-active {
    opacity: 1;
  }
  .box-smartphone.is-start {
    -webkit-transform: translateY(0);
    top: 115px;
    transform: translateY(0);
  }
  .box-smartphone > li {
    -webkit-transition: opacity 1s ease-in-out;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 0;
    text-align: right;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .box-smartphone > li.is-active {
    opacity: 1;
  }
  .box-smartphone img {
    width: 220px;
  }
  .box-space {
    padding-right: 240px;
  }
  .box-txt .img.-icon {
    width: 80%;
    max-width: 150px;
    margin: 0 auto 20px;
  }
  .flexbox.-basic {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-basic > .flex-col {
    margin-top: 10px;
  }
  .flexbox.-basic > .flex-col:not(:last-child) {
    margin-right: 10px;
  }
  .flexbox.-col_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_2 > .flex-col {
    width: 48%;
  }
  .flexbox.-col_2 > .flex-col:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .flexbox.-col_3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_3 > .flex-col {
    width: 32%;
  }
  .flexbox.-col_3 > .flex-col:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .flexbox.-col_4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_4 > .flex-col {
    width: 23.5%;
  }
  .flexbox.-col_4 > .flex-col:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .flexbox.-col_5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_5 > .flex-col {
    width: 17.8%;
  }
  .flexbox.-col_5 > .flex-col:not(:nth-child(5n)) {
    margin-right: 2.75%;
  }
  .flex-col {
    width: 100%;
  }
  .news-list-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 29px;
  }
}

@media print, screen and (max-width: 1350px) and (min-width: 961px) {
  .header-menu-item > a {
    margin: 0 10px;
    font-size: 1.185vw;
  }
  .header-menu-item.-logo {
    width: 15%;
  }
  .mainvisual-img img {
    min-width: 900px;
  }
  .mainvisual-title {
    margin-top: 4.16667vw;
    margin-bottom: 4.16667vw;
  }
  .mainvisual-movie .movie-thumb {
    width: 13.333vw;
  }
  .mainvisual-movie .movie-thumb::after {
    width: 30px;
    height: 30px;
  }
  .mainvisual-movie .movie-title .txt {
    font-size: 1.481vw;
  }
  #content-where .where-cont02 .where_icon {
    top: -80px;
    left: -70px;
    width: 45%;
    max-width: 192px;
  }
  #content-where .where-cont02 .bg_smartphone {
    width: 38.148vw;
    margin-right: -3.5vw;
  }
  #content-where .where-cont02 .bg_smartphone img {
    width: 100%;
  }
  .heading-lv1.-large .txt {
    font-size: 3.704vw;
  }
}

@media print, screen and (max-width: 1024px) and (min-width: 961px) {
  .mainvisual-block {
    width: 45%;
    margin-left: 3.906vw;
  }
  #content-where .where-cont02 {
    right: 0;
  }
  #content-where .where-cont02 .where_icon {
    left: -35px;
  }
}

@media screen and (max-width: 350px) {
  .mainvisual-title {
    margin-bottom: 1.083vh;
  }
}

@media screen and (min-width: 961px) and (max-width: 960px) {
  #content-where .content-wrap-inner::after {
    top: -10%;
  }
}

@media print, screen and (max-width: 960px) and (min-width: 767px) {
  #content-where .box-space {
    margin-top: 0;
  }
  #content-where .where-cont01 .box-txt.-mincho .txt {
    font-size: 3.083vw;
  }
  #content-where .where-cont02 .where_txt + .txt {
    text-align: center;
  }
  .heading-lv1.-large .txt {
    font-size: 3.646vw;
  }
}

@media print, all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #content-where .box-space {
    padding-right: 330px;
  }
}
