@charset "utf-8";
/*====================================================================
INFORMATION
====================================================================*/

img {
  -webkit-backface-visibility: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  padding-top: 74px;
}
a {
  color: #005eff;
}

section {
  clear: both;
  width: 100%;
  padding: 60px 0;
  position: relative;
}

h2 {
    font-size: clamp(24px, 3.4vw, 38px);
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

h3 {
    font-size: clamp(18px, 2.4vw, 24px);
    line-height: 1.4;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    color: #e77817;
}

h3 span {}

h4 {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

h5 {
    font-size: clamp(16px, 1.8vw, 18px);

    text-align: center;
    margin-bottom: 12px;
}

.ttl {
  text-align: center;
  margin-bottom: 30px;
}

.ttl h2 {
  position: relative;
  display: inline-block;
  padding: 0 70px;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1.4;

  font-size: clamp(18px, 2.4vw, 24px);
  letter-spacing: 2px;
}

.ttl h3 {
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(16px, 2vw, 20px);
  color: #333333;
}
.ttl h3 span {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #3691CC;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 5px;
  display: inline-block;
}
.ttl h3 span img {
  max-height: 30px;
}
.ttl p {
  font-size: 1.5vw;
}

h4 {
    font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.ttl h4 {
  border-bottom: none !important;
}

h5 {
  font-size: clamp(16px, 1.8vw, 18px);
  text-align: center;
  margin-bottom: 12px;
}

a {
  text-decoration: none;
}
a:hover {
  color: #0660df;
  text-decoration: underline;
}

.red {
  color: red;
}

a.under {
  color: #0660df;
  text-decoration: underline;
}

a.under:hover {
  color: #78acf6;
  text-decoration: underline;
}

.container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(14px, 1.4vw, 16px);
  }
  section {
    clear: both;
    width: 100%;
    padding: 30px 0;
    position: relative;
  }
  .last-item {
    display: none !important;
  }
  .ttl{
    margin-bottom: 12px;
  }
  .sp-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sp-font-small {
    font-size: 11px;
  }
  #product-function .ttl h2:before,
  #product-function .ttl h2:after {
    width: 30px;
  }
}

.unlink {
  pointer-events: none;
  cursor: pointer;
}

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

.mb00 {
  margin-bottom: 0 !important;
}
.mb48 {
  margin-bottom: 48px;
}

.container-r{

}


#pagetop{
    position: fixed;
    right: 20px;
    left: auto;
    z-index: 2;
    width: 90px;
    bottom: 90px;
    z-index: 2;
    transition: bottom 0.6s ease-in-out;
}
#pagetop a{
  display: block;
  width: 100%;
}



/* ------------------------------
000: 見出し
 ------------------------------ */
.desc {
  clear: both;
  text-align: center;
  padding: 24px 0;
}

.desc p {
  font-size: clamp(16px, 1.8vw, 18px);
  font-size: 1.8rem;
}

blockquote {
  position: relative;
  padding: 5px 15px 5px 55px;
  box-sizing: border-box;
  font-style: italic;
  color: #464646;
  background: #fff;
  max-width: 680px;
  margin: 0 auto;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 38px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  content: "\f10d";
  font-family: FontAwesome;
  color: #fff;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 30px;
  background: #e77817;
  font-weight: 900;
}

blockquote:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 30px;
  height: 0;
  width: 0;
  border-left: 19px solid #ff785b;
  border-right: 19px solid #ff785b;
  border-bottom: 10px solid transparent;
}
.quote23 blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}




/* ------------------------------
001: Header
 ------------------------------ */
header {
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    z-index: 11;
}

.fix-header {
    background-color: #fff;

    top: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;

    padding: 10px 0;
    position: fixed;
    opacity: 1;
    z-index: 11;
    /*  opacity: 0; */
    height: 74px;

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.fix-header .h-inner{
  max-width: 1440px;
  margin: 0 auto;
}

.fix-header ul {
    list-style-type: none;
}

.fix-header li {
    float: left;
}




#fix-header-logo img {
    width: 210px;
}

#fix-header-menus {
    float: right;
    text-align: right;
}

.icon-faq {
    position: absolute;
    right: 0;
    top: -58px;
}

#global-nav ul {
    padding: 0;
    margin: 0;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fix-header li,
#global-nav ul li {
    list-style-type: none;
    margin: 10px 25px;
}

#global-nav ul li a {
    padding: 5px 0;
    display: block;
    color: #3d3d37;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

.fix-header ul li a,
#global-nav ul li a {
    position: relative;
}

.fix-header li a:hover,
#global-nav ul li a:hover {
    text-decoration: none;
}

.fix-header li a::after,
#global-nav ul li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 0%;
    height: 2px;
    background: #FF94A6;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fix-header li a:hover::after,
#global-nav ul li a:hover::after {
    width: 100%;
}

@media screen and (max-width: 991px) {
    #fix-header-logo img {
        max-width: 180px;
        width: 100%;

    }

    .fix-header li {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    #global-nav {
        display: none;
    }

    .fix-header {
        top: 0 !important;
        opacity: 1 !important;
        z-index: 100 !important;
        display: flex;
        align-items: center;
    }

    #info {
        margin-top: 15px;
    }
    #fix-header-logo{
      float: none;
    }
}


/* ------------------------------
 button
 ------------------------------ */
.button-wrapper {
    clear: both;
    position: relative;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
}

.button {
    display: block;
    position: relative;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 15px;
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    border-color: #52c2b4;
    background-color: #52c2b4;
    color: white;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.20);
}

.button:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
   font-size: clamp(12px, 1.2vw, 14px);
    color: #fff;
    right: 25px;
        line-height: 1.5;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.button:hover:after {
    right: 15px;

}
.button:hover {
  filter: brightness(110%);
  text-decoration: none;
  color: #fff;
}


.un-active {
  cursor: none;
  pointer-events: none;
  color: #7d7d7d;
  border: 1px solid #7d7d7d;
  background-color: #d2d2d2;
}
.button-link.un-active::after {
  background-image: url(/assets/images/ic-share-unactive.png);
}
.button-pdf.un-active:after {
  background-image: url(/assets/images/ic-pdf-unactive.png);
}

@media screen and (max-width: 768px) {
  .button-wrapper {
    max-width: 100%;
    margin: 0 10px;
    padding: 0;
  }

  .button-buy {
    margin-bottom: 20px;
  }
}

/* ------------------------------
 Footer
 ------------------------------ */
#footer {
    text-align: center;
    padding: 0 0 0 0;

    background: white;
    position: relative;
}

#copy {
    text-align: center;
    padding: 10px;
    padding-bottom: 120px;
}

#copy p {
   font-size: clamp(11px, 1.2vw, 12px);
}

#footer p {
}

.footer-nav {
  padding: 30px 0;
}
.footer-nav ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;

    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-nav ul li {
  list-style: none;
  padding: 0px 10px;
  position: relative;
}

.footer-nav ul li a {
  color: #333333;
  padding: 5px 0px;
  display: block;
  position: relative;
   font-size: clamp(14px, 1.4vw, 16px);
}
.footer-nav ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #FF94A6;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer-nav ul li a:hover::after {
  width: 100%;
}

.footer-nav ul li a:hover {
  text-decoration: none;
}

.footer-logo {
  width: 140px;
  margin: 0 auto;
}

#page-top {
}
.page-top {
  max-width: 80px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}
.page-top a {
  display: block;
  border: 2px solid #333333;
  padding: 15px 10px;
  background-color: #edf0f4;
  font-size: 15px;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  font-weight: 700;
  background-color: #3691CC;
  width: 80px;
  height: 80px;
  text-align: center;
}
.page-top a:hover {
  filter: brightness(110%);
}
.arrow-top {
  margin: 0 auto;
  line-height: 1;
}

.arrow-top img {
  display: block;
  width: 100%;
}

.page-top a:hover > .arrow-top img {
  -webkit-filter: brightness(800);
  -moz-filter: brightness(800);
  -o-filter: brightness(800);
  -ms-filter: brightness(800);
  filter: brightness(800);
}

#gotobuy {
  position: fixed;
  bottom: -140px;
  right: 20px;
  z-index: 130;
  width: 100px;
  display: none;
}
#gotobuy a,
#gotobuy span {
  display: block;
  color: #3d3d37;
  font-size: clamp(12px, 1.2vw, 14px);
  text-align: center;
  font-weight: bold;
}
#gotobuy a:hover,
#gotobuy a:hover > span {
  color: #0660df;
}

@media screen and (max-width: 1099px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 768px) {
  #gotobuy a,
  #gotobuy span {
    font-size: clamp(10px, 1vw, 12px);
  }
  .footer-nav ul {
    display: block;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .footer-nav ul li {
    padding: 0　0　0　0;
    display: inline-block;
    text-align: left;
  }

  #gotobuy {
    width: 70px;
  }
  #gotobuy a {
    font-size: clamp(10px, 1vw, 12px);
  }
  .page-top {
    max-width: 62px;
    top: -42px;
  }
  .page-top a {
  }
  .footer-nav ul li {
    display: block;
  }
}

@media screen and (max-width: 480px) {
}

/* ------------------------------
 タイトル
 ------------------------------ */
.title {
  text-align: center;
}

.title p {
  color: #1e272e;
   font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.8;
}

/* ------------------------------
 タイトル
 ------------------------------ */

#service-right h3 {
  text-align: left;
  color: #1e272e;
}
#service-right h3 span {
  color: #e77817;
}

.service-list {
  margin: 12px 0;
}

.service-list ul {
  background-color: #fff;
  border: 1px solid #ffdbbb;
  border-radius: 6px;
  padding: 0 0 0 0;
}
.service-list ul li {
   font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 400;
  line-height: 1.5833333333;
  border-left: 1px solid #ffdbbb;

  position: relative;
  width: calc(100% / 3);
  float: left;
  list-style: none;
  padding: 20px;
}
.service-list ul li:first-child {
  border-left: none;
}
.service-list ul li h5,
.service-list ul li i {
  color: #e77817;
}

.service-list ul li i {
   font-size: clamp(18px, 2.4vw, 24px);
  padding-bottom: 12px;
}

.merit {
  padding-bottom: 24px;
}

.merit p img {
  max-width: 140px;
  margin: 0 auto;
}
.merit h5 {
  margin: 24px 0;
}

.video-meetings {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .service-list ul li {
    padding: 10px;
  }
}
/* ------------------------------
 利用規約 & プライバシーポリシー
 ------------------------------ */
#terms {
}
#privacy {
  background: white;
  color: #333333;
}

#faq h1,
#privacy h1,
#terms h1 {
  text-align: center;
   font-size: clamp(24px, 2.8vw, 28px);
  margin-bottom: 24px;
}

#privacy h2 {
  text-align: left;
   font-size: clamp(18px, 1.8vw, 18px);
  margin-bottom: 12px;
}
#index.privacy-block{
  margin-bottom: 24px;
}

.privacy-block,
.terms-block {

}
#privacy ul,
#terms ul {
  padding-left: 0px;
}

#privacy ul li,
#terms ul li {
  list-style-type: none;
  line-height: 1.8;
}

#privacy ol,
#terms ol {
  padding-left: 20px;
}

#terms h1 {
  text-align: center;
   font-size: clamp(24px, 2.4vw, 24px);
  margin-bottom: 24px;
}
.terms-block {
  margin-bottom: 36px;
}

#terms ul {
  padding-left: 0px;
}
#terms ul li {
  list-style-type: none;
}

#terms ol {
  padding-left: 20px;
}

.table.table-policy {
  border-right: 2px solid #707070;
}
.table.table-policy td {
  border-top: 2px solid #707070;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  text-align: left;
  background-color: #fff;
  font-size: clamp(14px, 1.4vw, 16px);
}
.table.table-policy th,
.table.table-policy td {
  padding-left: 10px;
  padding-right: 10px;
}
.table.table-policy td:first-child {

  width: 20%;
}
#privacy .ttl {
  margin-bottom: 20px;
  margin-left: 10px;
}



#privacy .ttl em{
  font-style: normal;
   font-size: clamp(14px, 1.4vw, 14px);
  font-weight: normal;
}
#privacy ul.navbar-nav {
  text-align: left;
  display: block;
}
@media (min-width: 992px) {
  #privacy ul.navbar-nav {
   font-size: clamp(18px, 1.8vw, 18px);
  }
}
#privacy ul.navbar-nav {
  text-align: left;
  color: #333333;
}
#privacy ul.navbar-nav li {
  display: block;
}
#privacy ul.navbar-nav li a {
  display: block;
  background-color: #F5F5F5;
  border-bottom: 1px solid #969696;
  line-height: 1.5;
  padding: 10px 50px 10px 10px;
  position: relative;
  color: inherit;
   font-size: clamp(14px, 1.8vw, 18px);
  font-weight: bold;
  color: #333333;
  bottom: 8px;
}

#privacy ul.navbar-nav li a:hover{
  text-decoration: none;
}

#privacy ul.navbar-nav li a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
   font-size: clamp(14px, 1.4vw, 18px);
    color: #969696;
    right: 25px;
    line-height: 1.5;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* bottom: 8px; */
    top: 50%;
    margin-top: -10px;
}


#privacy ul.navbar-nav li a:hover:after{
    bottom: 4px;
}

#privacy .small,
#privacy small {
   font-size: clamp(10px, 1vw, 12px);
}

.legal-block p,
#privacy p {
  margin-bottom: 1.2em;
  font-size: clamp(13px, 1.5vw, 16px);
}
.privacy-block#index .nav-link .fa {
  font-size: clamp(24px, 2.4vw, 28px);
  line-height: 1;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.back-to-top {
  padding: 15px 0 30px 0;
  text-align: center;
}

.back-to-top a{
  position: relative;
  background-color: #F5F5F5;
  border-radius: 20px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 30px 6px 20px;
  cursor: pointer;
  font-size: clamp(11px, 1.2vw, 14px);
}

.back-to-top a:after{
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
   font-size: clamp(12px, 1.2vw, 14px);
    color: #969696;
    right: 10px;
    top: 6px;
    line-height: 1.5;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.sitepolicy-page-bnr-adobe {
  padding: 10px 0;
  text-align: center;
}

.note-list {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-position: outside;
  margin-left: 15px;
}

.note-list li {
  position: relative;
  padding-left:10px; /* スペース確保 */
  text-indent: -10px; /* ぶら下げインデント */
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.note-list .label {
  display: inline-block;
  width:10px;
}
.sitepolicy-page-layout-security_item-cybertrust{
  display: flex;
}

.sitepolicy-page-layout-security_item-cybertrust div{
  width: calc(100% - 160px);
}
.sitepolicy-page-layout-security_item-cybertrust div.cybertrust_img{
  width: 160px;
  text-align: right;
}


.flash{
  text-align: center;
  font-size: clamp(14px, 1.4vw, 16px);
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.custom-list li {
  position: relative;
  padding-left: 1.5em;
  line-height: 2.4;
  font-size: clamp(13px, 1.5vw, 16px);
}

.custom-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.1em; /* マーカーの縦位置微調整 */
  color: black;
}

.custom-list li span {
  display: inline-block;
  padding-left: 0.4em;
  text-indent: 0;
  vertical-align: top;
  width: calc(100% - 1.6em); /* padding-leftと合わせる */
}

/* ------------------------------
 SITEMAP
 ------------------------------ */
#sitemap {
  background: white;
}
#sitemap .ttl h2 {
  color: #333333;
   font-size: clamp(18px, 2.4vw, 32px);
  letter-spacing: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 45px;
}

.sitemap-block {
  margin-bottom: 15px;
}
.sitemap-block h4 {
  text-align: left;
  position: relative;
  padding-left: 15px;
  background: #E6E6E6;
  margin-bottom: 0;
}
.sitemap-block h4 a {
  display: block;
  padding: 15px 0;
   font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 500;
  color: #333333;
  text-decoration: none;
}
.sitemap-block h4 a:after {
  position: absolute;
  right: 10px;
  top: 25%;
  content: "\f101";
  font-family: FontAwesome;
  color: #3691CC;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
}

.sitemap-block h4 a:hover:after {
  right: 20px;
}

.sitemap-block ul {
  margin: 0 0 0 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 2px solid #E6E6E6;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  display: flex;

   font-size: clamp(12px, 1.6vw, 18px);
  color: #333333;
}
.sitemap-block ul:last-child {
  border: none;
  padding-bottom: 5px;
}
.sitemap-block ul li {
  list-style-position: inside;
  margin-right: 30px;
  white-space: nowrap;
}
.sitemap-block ul a {
  color: inherit;
}
.sitemap-block h5{
    display: block;
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 768px) {
  .sitemap-block h4 {
    padding-left: 15px;
  }
  .sitemap-block ul{
    padding-left: 10px;
  }
  .sitemap-block ul.lv2 {
    padding-left: 10px;
  }
  .sitemap-block ul li {
    width: 100%;
  }
}


.sitemap-block ul.sitemap-block-device{

}

/* ------------------------------
 FAQ
 ------------------------------ */
#faq {
}

.accordion {
  width: 100%;
  margin: 0 auto;
}
#faq .accordion h1,
#faq .accordion h2,
#faq .accordion h3,
#faq .accordion h4 {
  cursor: pointer;
  margin: 0 0 0 0;
  margin-bottom: 0 !important;
  text-align: left;
}

#faq .accordion h1 {
  padding: 15px 0;
 font-size: clamp(16px, 1.8vw, 20px);
}

#faq .accordion div {
  display: none;
}
#faq .accordion h2,
#faq .accordion h3,
#faq .accordion h4 {
  padding: 15px 0;
 font-size: clamp(14px, 1.4vw, 18px);
  font-weight: normal;
}

#faq .accordion h1,
#faq .accordion h2,
#faq .accordion h3,
#faq .accordion h4 {
  position: relative;
  padding-left: 15px;
}

#faq .accordion h2 {
  border-bottom: 1px dotted #ecf0f1;
  padding-left: 45px;
 font-size: clamp(16px, 1.8vw, 20px);
}

#faq .accordion h1:before {
  content: "▼";
  position: absolute;
  left: 10px;
  top: 35%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
 font-size: clamp(10px, 1vw, 12px);
  /*
  border-top: solid 2px #b3b3b3;
  border-right: solid 2px #b3b3b3;
  */
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#faq .accordion h1.dropdown_toggle:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#faq .accordion h2:before {
  position: absolute;
  left: 26px;
  top: 32%;
  content: "Ⓠ";
}
#faq .accordion-content {
  padding: 15px 0px;
  padding-left: 45px;
  position: relative;
}
#faq .accordion-content:before {
  position: absolute;
  left: 26px;
  top: 15px;
  content: "Ⓐ";
}

.accordion .opened-for-codepen {
  display: block;
}

ul.navbar-nav {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: inline-block;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-nav li {
  list-style-type: none;
}

.faq-block .navbar-nav li {
  position: relative;
  text-align: left;
  list-style-type: none;
  padding: 0 10px;
  margin: 0 15px;
}
.faq-block .navbar-nav li a:before {
  position: absolute;
  left: 0px;
  top: 10%;
  content: "\f105";
  font-family: FontAwesome;
}

.faq-thum {
  display: block !important;
  margin: 15px auto;
}

.faq-thum img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .faq-block .navbar-nav li {
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 15px;
  }
  ul.navbar-nav {
    display: inline-block;
  }
}

#faq .accordion h1 {
  background: #f5f5f5;
  padding-left: 25px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

/* ------------------------------
 取扱説明書
 ------------------------------ */
#manual {
}

/* ------------------------------
 ガイド
 ------------------------------ */
#guide {
  height: 100vh;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.close-button {
  text-align: center;
}

/* ------------------------------
 TOP
 ------------------------------ */
body.index {
  padding-top: 0;
  background-image: url(/assets/images/bg-index.jpg);
  background-repeat: repeat-x;
  background-color: #fff;

  /*
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(237,240,244,1) 100%);*/
}
#main-visual {
  padding: 0 0 0 0;
  /*
  background-image: url(../images/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;*/
  /*
    width: 100%;
    height: 0;
    padding-top: calc(347 / 1000 * 100%);
    background: url(../images/main.jpg) center center / cover no-repeat;
*/
}

.main-catch h1 {
  max-width: 500px;
  margin: 0 auto 0 10%;
  padding: 80px 0;
}
#svg-animation .st0 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 2000; /* この行を追加 */
  stroke-dashoffset: 2000; /* この行を追加 */
}
#svg-animation {
  max-width: 100%;
  height: auto;
}
#main-video {
  top: -7vh;
  padding: 0 0 0 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.youtube-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 0px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-product {
  position: absolute;
  bottom: 0;
  max-width: 30%;
  /* bottom: -68px; */
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 12%;
  right: 3%;
}

.list-topics{
  margin: 60px 0;
}

.topics-item{
  border-bottom: 1px solid #AFAFAF;
  padding: 10px 0;
}
.topics-item:first-child{
  border-top: 1px solid #AFAFAF;
}

#topics {
background-color: #fff;
padding-top: 0;
max-width:100%;
margin:30px auto;
}
#topics .section-inner {

}

.topics-item {

  align-items: center;
}

.topics-item .item-content {
  position: relative;
}

.topics-item .topics-date {
  line-height: 25px;

}


.topics-item {

}
.topics-item .item-col-1 {
  width: 75px;
}
.topics-item .item-col-2 {
  width: calc(100% - 75px);
  padding-left: 15px;
  padding-right: 0;
}
.topics-item .topic-thumbnail img {
  width: 75px;
  height:75px;
  object-fit: cover;
}
.topics-item .item-content {


}
.topics-item .topics-date {
  line-height: 25px;


  text-align: left;
}

@media (max-width: 738px) {
  .list-topics{
    padding: 0 15px;
  }
}
.topics-item:hover {
}
.topics-date {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.topics-date p a,
.topics-date p {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #3d3d37;
}
.topics-date p {
  /*font-weight: bold;*/
}
.topics-desc {
  word-break: break-word;

 font-size: clamp(14px, 1.4vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  padding-right: 40px;

}

.more {
  text-align: right;
  display: block;
}

.topics-item{

}
.topics-item a {
  text-decoration: none;
  color: #333;
  position: relative;
}
.topics-item .item-content::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-size: clamp(12px, 1.2vw, 14px);
    color: #333;
    position: absolute;
    right: 20px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}



.topics-item a:hover > .topics-date {
  background-color: #0660df;
}
.topics-item a:hover > .topics-date p {
  color: #fff;
}

.topics-item a:hover > .topics-desc p.more {
  color: #0660df;
}







/*●個別記事のページナビ*/
.navigation {
  text-align: center;
  padding: 1em 20px;
  width: 100%;
  display: none;
}
.navitop {
  float: left;
  width: 12%;
  text-align: center;
}
.navileft {
  float: left;
  width: 44%;
  text-align: left;
  word-break: break-all;
  line-height: 1.5em;
    color: #fff;
}
.naviright {
  float: right;
  width: 44%;
  text-align: right;
  word-break: break-all;
  line-height: 1.5em;
    color: #fff;
}
.naviright a,
.navileft a{
  color: #fff;
}

#scene {
  padding: 60px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  body.index #scene .scene-banner-image {
    height: 250px;
    object-fit: cover;
  }
}

#scene .link-to-detail {
 font-size: clamp(16px, 1.8vw, 20px);
}
body.index #scene {
  background-color: transparent;
  padding-top: 0;
}

#scene h4 {
  padding-bottom: 6px;
  border-bottom: 2px solid #3691CC;
  width: 100%;
}

#scene h4 span {
 font-size: clamp(14px, 1.4vw, 16px);
}

#scene p {
  text-align: center;
}
#scene p.text-left {
  text-align: left;
  margin-bottom: 0;
}

.scene-desc {
  max-width: 545px;
  margin: 0 auto;

}
.scene-desc p {
 font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.8;
  margin-bottom: 0.6em;
}

.scene-desc p.small {
  opacity: 0.5;
 font-size: clamp(10px, 1vw, 12px);
}
.section-scene-mimamori {
  padding: 60px 0;
  background: #3691CC;
}

.eye {
  position: absolute;
  z-index: -1;
  width: 100px;
  bottom: -61px;
}
.scene-mimamori {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 48px;
  position: relative;
}

.scene-mimamori .float-image-1 {
  width: 200px;
  position: absolute;
  top: 77px;
  left: -120px;
}
.scene-mimamori .float-image-2 {
  width: 180px;
  position: absolute;
  top: 170px;
  right: -70px;
}
.scene-mimamori .float-image-3 {
  width: 160px;
  position: absolute;
  top: 380px;
  left: 0;
}
.scene-mimamori .float-image-4 {
  width: 145px;
  position: absolute;
  top: 430px;
  right: 0;
}
.scene-mimamori .s-content {
  font-weight: 500;
  color: #333333;
  font-size: clamp(18px, 2vw, 24px);
  position: relative;
}
.scene-mimamori .s-content p {
  margin-bottom: 1.4em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .scene-mimamori {
    margin-left: 15px;
    margin-right: 10px;
  }
  .section-scene-mimamori .container {
    width: 100%;
  }
}
@media (max-width: 649px) {
  .scene-mimamori .s-content .float-images {
  }
}
@media (min-width: 650px) and (max-width: 991px) {
  .scene-mimamori .s-content {
    margin: 100px 145px 80px;
  }
  .scene-mimamori .float-image-1 {
    width: 140px;
    position: absolute;
    top: -80px;
    left: -140px;
  }
  .scene-mimamori .float-image-2 {
    width: 140px;
    position: absolute;
    top: 74px;
    right: -144px;
  }
  .scene-mimamori .float-image-3 {
    width: 140px;
    position: absolute;
    top: 268px;
    left: -140px;
  }
  .scene-mimamori .float-image-4 {
    width: 140px;
    position: absolute;
    top: 482px;
    right: -124px;
  }
}
.scene-senior h4,
.scene-mimamori h4 {
  font-size: 24px;
  font-size: 2.4rem;
}
.scene-mimamori .s-title {
  color: #333333;
  font-size: 36px;
  padding-bottom: 40px !important;
  margin-bottom: 50px;
  border-bottom: 5px solid white !important;
}
@media (max-width: 767px) {
  .scene-mimamori .s-title {
    font-size: clamp(16px, 1.8vw, 18px);
  }
  .scene-mimamori .s-content {
    font-size: clamp(14px, 1.4vw, 16px);
  }
  .scene-mimamori .float-image-1 {
    width: 65px;
    position: absolute;
    top: -30px;
    left: 0px;
  }
  .scene-mimamori .float-image-2 {
    width: 80px;
    position: absolute;
    top: 45px;
    right: -8px;
  }
  .scene-mimamori .float-image-3 {
    width: 65px;
    position: absolute;
    top: 207px;
    left: 0;
  }
  .scene-mimamori .float-image-4 {
    width: 75px;
    position: absolute;
    top: 431px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .scene-mimamori .s-title {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.scene-senior {
  padding: 80px 24px 36px;

  margin-bottom: 24px;
}

.scene-senior h4,
#scene .scene-senior p {
  text-align: left;
  font-weight: bold;
}
@media (max-width: 767px) {
  .scene-senior {
    padding-top: 40px;
  }
  .scene-senior {
    color: #333333;
  }
  .scene-senior h4 {
    border-bottom: 4px solid #3691CC !important;
    padding-bottom: 22px !important;
  }
  .scene-senior .table-td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .eye {
    position: absolute;
    z-index: -1;
    width: 80px;
    bottom: -40px;
  }
  .scene-senior h4,
  #scene .scene-senior p {
    text-align: center;
  }
  .scene-senior {
    padding: 80px 0 36px;
  }
}

.scene-image {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
}
.scene-m,
.scene-p,
.scene-girl-a,
.scene-girl-b {
  position: absolute;
  width: 100%;
  max-width: 80px;
}

.scene-girl-a {
  bottom: 147px;
  left: 45%;
  max-width: 65px;
}

.scene-girl-b {
  bottom: 23%;
  right: 25%;
  max-width: 120px;
}
.scene-m {
  max-width: 200px;
  top: 134px;
}
.scene-p {
  max-width: 186px;
  text-align: 0;
  right: 43px;
  top: 79px;
}

.table-layout {
  display: table;
  height: 208px;
}
.table-td {
  display: table-cell;
  vertical-align: middle;
}

#compare {
  /*background: linear-gradient(155.06680190540578deg, rgba(237, 240, 244,1) 26.96067415730337%,rgba(255, 255, 255,1) 85.1629213483146%);*/

  background: #3691CC;

  overflow: hidden;
  padding: 60px 0 60px 0;
}

.compare-table {
  clear: both;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.compare-table p {
  font-weight: bold;
  font-size: clamp(16px, 1.6vw, 18px);
  font-size: 1.6rem;
}

.compare-table p.small {
  font-size: clamp(12px, 1.2vw, 14px);
  font-size: 1.2rem;
  padding: 5px 0;
  font-weight: normal;
}

.compare-table table {
  background-color: #fff;
  margin-bottom: 8px;
  font-weight: 700;
}
.compare-table table th,
.compare-table table td {
  border: 2px solid #3691CC !important;
}

.compare-table table th:nth-child(2),
.compare-table table td:nth-child(2) {
  background-color: #fff1b2;
  min-width: 170px;
  padding: 20px 0;
  border-left-width: 3px !important;
  border-right-width: 3px !important;
}

.compare-table table th:first-child,
.compare-table table td:first-child {
  text-align: left;
}

.compare-table table thead {
  border-bottom: 3px solid #3691CC;
}
.compare-table table img {
  max-width: 80px;
  margin: 0 auto;
}

.compare-table table.table-price td {
  text-align: right;
  padding-right: 48px;
}
.compare-item-left {
  width: 100%;
  max-width: 155px;
  position: absolute;
  left: 36px;
  bottom: -20px;
  z-index: -1;
}
.compare-item-right {
  width: 100%;
  max-width: 200px;
  position: absolute;
  right: -20px;
  top: -122px;
  z-index: -1;
}

.product-image {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #main-visual {
    /*
    background-image: url(../images/main-sp.jpg);
    min-height: 60vh;
    height: 70vh;
    max-height: 466px;
    */
    padding-top: 74px;
  }
  #main-video {
    margin-top: 0;
    top: 30px;
    margin-bottom: 30px;
    max-width: 90%;
    margin: 0 auto 30px auto;
  }


  /*
  #compare{
    padding-bottom: 90px;
  }*/
  .main-product {
    position: absolute;
    bottom: 0;
    max-width: 50%;
    /* bottom: -68px; */
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 4%;
    right: 3%;
  }
  .main-catch h1 {
    max-width: 85%;
    margin-top: 0;
    padding-top: 20px;
  }
  /*
  #main-video{
       top: 0;
      margin-top: 0;
      padding: 20px 0 0 0;
  }*/
  .scene-senior h4,
  .scene-mimamori h4 {
    font-size: clamp(18px, 2vw, 24px);
    font-size: 2rem;
  }

  .scene-senior h4 {
    text-align: center;
  }
  .table-layout {
    display: block;
    height: auto;
    padding-top: 24px;
  }
  .scene-senior-thum {
    text-align: center;
  }
  .scene-senior img {
    max-width: 80%;
    margin: 0 auto;
  }

  th,
  td {
    font-size: clamp(12px, 1.2vw, 14px);
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .compare-table table th:first-child,
  .compare-table table td:first-child {
    width: 70px;
    min-width: 70px;
  }
  .compare-table table th:first-child {
    padding: 8px 2px 8px 6px;
  }
  .compare-table table img {
    max-width: 60px;
    margin: 0 auto;
  }
  .compare-item-left {
    width: 26%;
    left: 38px;
    bottom: -76px;
    display: none;
  }
  .compare-item-right {
    width: 36%;
    right: 15px;
    top: -82px;
  }
  .scene-image-bottom {
    padding-bottom: 40px;
  }
  .scene-image {
    padding-bottom: 20px;
  }

  .scene-girl-a {
    max-width: 45px;
    top: 24px;
    left: 42%;
  }
  .scene-girl-b {
    max-width: 72px;
    bottom: 20px;
  }
  .scene-m {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    margin: 0 auto 0 0;
    float: left;
    width: 50%;
    text-align: center;
  }
  .scene-p {
    float: right;
    width: 50%;
    text-align: center;
    position: relative;
    bottom: 0;
    right: 0;
    top: 0;
    margin: 0 0 0 auto;
  }
  .scene-m img {
    max-width: 180px;
    margin: 0 auto;
  }
  .scene-p img {
    max-width: 90px;
    /*padding-top: 40px;*/
    margin: 0 auto;
  }
  .sp-letterspacing {
    letter-spacing: -1px;
    font-size: clamp(10px, 1vw, 12px);
  }
  .compare-table table img {
    max-width: 40px;
    margin: 0 auto;
  }
  .compare-table p.small {
    font-size: clamp(10px, 1vw, 12px);
    font-size: 1rem;
    padding: 5px 0;
  }
  .compare-table table th:nth-child(2),
  .compare-table table td:nth-child(2) {
    min-width: 80px;
    padding: 10px 0;
  }

  .compare-table table.table-price td {
    text-align: right;
    padding-right: 5px;
  }
}

@media (orientation: landscape) {
  .main-product {
    position: relative;
    right: 0;
    max-width: 38%;
    bottom: 0;
    margin-left: auto;
    max-width: 322px;
    height: 80vh;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 100px;
  }
}
/* ------------------------------
breadcrumbs
 ------------------------------ */
#breadcrumb {
  padding: 10px 0 !important;
  background-color: #fff;
  display: none;
}

.breadcrumbs {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: clamp(12px, 1.2vw, 14px);
  padding: 0 0 0 0;
}

.breadcrumbs a {
  padding: 10px 0px;
  color: #3d3d37;
}
.breadcrumbs > span {
  padding: 0 5px;
  display: inline-block;
}
.breadcrumbs > span:fist-child {
  padding-left: 0;
}
.breadcrumbs > span:last-child {
  color: #0660df;
}
.breadcrumbs a {
  position: relative;
}
.breadcrumbs a {
  text-decoration: none;
}
/*
.breadcrumbs a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #3691CC;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.breadcrumbs a:hover::after {
  width: 100%;
}
*/
/*
.borderline{
    height: 1px;
    background: #0660df;
    -moz-animation: borderanime 2.5s 1 ease;
    -webkit-animation: borderanime 2.5s 1 ease;
    animation: borderanime 2.5s 1 ease;
    position: absolute;
    bottom: 0;
}

@-webkit-keyframes borderanime {
  0% {
    width: 0px;
  }
}
@keyframes borderanime {
  0% {
    width: 0px;
  }
}
*/

/* ------------------------------
 PRODUCT
 ------------------------------ */
#page-header {
  /*
    display:-moz-flex;
    display:-webkit-flex;
    display:-o-flex;
    display:-ms-flex;
    flex-wrap:wrap;
    display: flex;
    align-items: center;
    padding: 0 0 0 0;
    background-position: center center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 280px;
    overflow: hidden;*/
  width: 100%;
  height: 0;
  padding-top: calc(347 / 3200 * 100%);
  background-size: cover !important;
  /*
    display:-moz-flex;
    display:-webkit-flex;
    display:-o-flex;
    display:-ms-flex;
    flex-wrap:wrap;
    display: flex;
    align-items: center;
    justify-content: center;*/
  position: relative;
}

.page-header-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-header-title {
  width: 100%;
  top: 45%;
  position: absolute;
}

/*
.page-header-title{
  position: absolute;
  top: 40%;
  left: 0;
}

body.landscape.other .page-header-title{
  left: unset;
}*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #page-header h1 {
  }
}

/*
#page-header:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background-size: cover;
}*/
@keyframes grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

@-webkit-keyframes gwow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

#page-header h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  line-height: 1;
}
/*
body.landscape.ipad .page-header-title{
  top: 43%;
}

body.portrait.android .page-header-title,
body.portrait.iphone .page-header-title {
    position: absolute;
    top: 40%;
    left: 0;
}

body.landscape.iphone .page-header-title,
body.landscape.android .page-header-title{
    top: 40%;
    left: 0;
}*/

@media screen and (max-width: 768px) {
  #page-header {
    padding-top: 32%;
    background-position: center center;
    padding-bottom: 0;
  }

  body.ipad #page-header,
  body.landscape #page-header {
  }

  #page-header h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/*

body.ipad #page-header{
    min-height: 220px;
}

body.ipad.landscape #page-header{
    min-height: 280px;
}*/

#product-function .ttl {
  margin-bottom: 40px;
}
.list-sv {
  display: inline-block;
  width: 100%;
}
.list-sv .t-item {
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 120px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-sv .item {
  width: calc(100% / 7);
  padding: 10px;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  float: left;
}
_:-ms-fullscreen,
:root .list-sv .item {
  width: 13.9%;
}
@supports (-ms-ime-align: auto) {
  .list-sv .item {
    width: 13.9%;
  }
}
.list-sv .item ._img {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #3691CC;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 5px;
}
.list-sv .item .desc {
  padding: 10px 0 0 0;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-sv .item .desc .tits {
  font-size: 13px;

  font-weight: bold;
  margin-bottom: 0;
}

._img img {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.list-sv .item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-sv .item:hover {
  transform: translateY(-10px);
}

.list-sv .item ._img {
  position: relative;
  height: auto;
}
.list-sv ._img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.list-sv ._img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-sv ._img-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80px;
}

.list-sv .item:hover > .item-inner ._img {
  border: 1px solid #0660df;
}
.list-sv .item:hover > .item-inner .desc {
  color: #0660df;
}
.list-sv .item:hover > .item-inner ._img img {
  filter: invert(1);
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#sidenav {
  position: fixed;
  top: 15%;
  left: -150px;
  z-index: 100;
  background-color: #edf0f4;
}
#footernav {
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: inline-block;
  width: 100%;
  background-color: #edf0f4;
  z-index: 1000000;
}

#sidenav .item-inner {
  width: 5.5vw;
}

#footernav .item {
  width: calc(100% / 7);
  padding: 0 0 0 0;
}

@supports (-ms-ime-align: auto) {
  #footernav .item {
    width: 13.9%;
  }
}
#footernav .item ._img,
#sidenav .item ._img {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #3691CC;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 5px;
}

#footernav ._img img,
#sidenav ._img img {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 60px;
}
#footernav .item,
#sidenav .item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footernav .item:hover,
#sidenav .item:hover {
  transform: translateX(10px);
}

#sidenav ._img-inner {
  padding: 5px;
  width: 60px;
}
#sidenav ._img-inner ._img img {
  margin: 0 auto;
}

#footernav .item ._img,
#sidenav .item ._img {
  position: relative;
  height: auto;
  margin-bottom: 5px;
}

#footernav .item:hover > .item-inner ._img,
#sidenav .item:hover > .item-inner ._img {
  border: 1px solid #0660df;
}
#footernav .item:hover > .item-inner ._img img,
#sidenav .item:hover > .item-inner ._img img {
  filter: invert(1);
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#footernav {
  display: none;
}

@media screen and (max-width: 768px) {
  #sidenav {
    display: none;
  }

  #footernav {
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    display: flex;
    background-color: #3691CC;
    padding: 5px;
  }
  #footernav .item-bottom {
    margin-bottom: 0px;
  }
  #footernav .item ._img {
    border-radius: 5px;
    padding: 5px;
  }
  #footernav .item:hover {
    transform: translateY(-10px);
  }
}

#scene.product {
  padding: 60px 0;
}

#scene.product hr {
  margin: 60px 0;
  border-top: 1px solid #3d3d37;
}
.scene-gps .scene-m {
  max-width: 220px;
  top: 86px;
}
.scene-gps .scene-p {
  max-width: 168px;
  right: 0;
  top: 32px;
}
#scene.product .scene-mimamori h4,
#scene.product .scene-mimamori p {
  text-align: left;
}

#scene.product .scene-image {
  max-width: 650px;
}
#scene.product .scene-mimamori {
  margin-bottom: 20px;
}

#scene.product .scene-mimamori h4 {
  display: inline-block;
}
#scene.product .scene-mimamori h4 span {
  background-color: #3691CC;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.icon-eyes {
  width: 30px;
  margin-right: 5px;
}

.scene-mimamori ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.scene-mimamori ul li {
  list-style-type: none;
  padding-left: 25px;
  background: url(/assets/images/icon-check.png) left 0px top 3px no-repeat;
  background-size: 20px auto;
  line-height: 2;
}

.scene-history .scene-p {
  max-width: 168px;
  left: 8%;
  right: auto;
  top: -15px;
}

.scene-mimamori-02 {
  max-width: 550px;
  margin: 0 auto 0 100px;
  position: relative;
}
.scene-mimamori-02-thum {
  position: absolute;
  width: 320px;
  right: -350px;
  top: 0;
}
#scene-notice .scene-image,
#scene-contact .scene-image {
  padding-bottom: 50px;
}
#scene-contact .icon-girl {
  position: absolute;
  width: 55px;
  top: 118px;
  right: 17%;
  left: auto;
}
.scene-contact .scene-m {
  max-width: 220px;
  top: 142px;
  left: 44px;
}
.scene-contact .scene-p {
  max-width: 168px;
  right: 0;
  top: 32px;
}

.scene-notice .scene-m {
  max-width: 246px;
  top: 146px;
  right: 54px;
}
.scene-notice .scene-p {
  max-width: 67px;
  top: 137px;
  left: 34%;
}

#scene-home .icon-girl {
  position: absolute;
  width: 69px;
  top: 136px;
  left: 46%;
}

.scene-home .scene-m {
  max-width: 220px;
  top: 86px;
}
.scene-home .scene-p {
  max-width: 168px;
  right: 0;
  top: 32px;
}

#scene-home .scene-image,
.scene-call .scene-image,
.scene-alert .scene-image {
  padding-bottom: 20px;
}

.list-sv a {
  color: #3d3d37;
  text-decoration: none;
}

.list-sv a:hover {
  text-decoration: none;
}

/*
#scene-gps,
#scene-history,
#scene-alert,
#scene-contact,
#scene-notice,
#scene-home,
#scene-call{
    margin-top: -74px;
    padding-top: 74px;
}*/

.icon-girl {
  position: absolute;
  width: 69px;
  top: 118px;
  left: 43%;
}
.scene-history .icon-girl {
  position: absolute;
  width: 91px;
  top: 68px;
  left: 55%;
}

@media screen and (max-width: 768px) {
  .icon-girl {
    width: 40px;
    top: 56px;
    left: 42%;
  }
  .scene-gps .scene-p {
    right: auto;
    left: auto;
    margin: 0 auto;
    float: none;
  }
  .scene-gps .scene-p img {
    padding-top: 0;
  }

  .scene-home-thum {
    padding-top: 10px;
    text-align: center;
  }
  #scene-contact .scene-image {
    padding-bottom: 0 !important;
  }
  #scene-contact .icon-girl {
    position: absolute;
    width: 34px;
    top: 65px;
    right: 17%;
    left: auto;
  }
  .scene-contact .scene-m {
    max-width: 220px;
    top: 142px;
    left: auto;
    float: none;
    margin: 0 auto;
  }
  #scene-home .icon-girl {
    position: absolute;
    width: 40px;
    top: 72px;
    left: 45%;
  }
}
.tooltip-inner {
  white-space: nowrap;
  padding: 5px;
}
@media screen and (max-width: 992px) {
  .list-sv .item {
    padding: 5px;
  }
  .list-sv ._img-inner img {
    max-width: 45px;
  }
}

@media screen and (max-width: 768px) {
  .list-sv .item ._img {
    border-radius: 10px;
  }
  .list-sv .item {
    width: calc(100% / 4);
    padding: 0 0 0 0;
    margin-bottom: 20px;
  }
  .list-sv .item.item-bottom {
    margin-bottom: 0;
  }
  .list-sv ._img-inner img {
    /*max-width: 55px;*/
  }
  .item-bottom {
    margin-bottom: 20px;
  }
  .list-sv .item .desc {
    font-size: clamp(12px, 1.2vw, 14px);
    letter-spacing: -1px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .list-sv .item .desc .tits {
    font-size: clamp(12px, 1.2vw, 14px);
  }
  .list-sv .item .desc .tits.sp-font-small {
    font-size: clamp(10px, 1vw, 12px);
    letter-spacing: -1px;
  }
  .sp-item-container-bottom {
    clear: both;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }

  #scene.product .scene-p,
  #scene.product .scene-m {
    top: 0;
  }

  #scene.product .scene-history .scene-mimamori h4,
  #scene.product .scene-mimamori h4 {
    font-size: clamp(16px, 1.6vw, 18px);
    font-size: 1.6rem;
    letter-spacing: -1px;
    width: 100%;
  }
  #scene.product .scene-history .scene-mimamori h4.ttl-small {
    font-size: clamp(14px, 1.4vw, 16px);
    font-size: 1.4rem;
  }
  .scene-history .scene-p {
    max-width: 168px;
    left: 0;
    right: auto;
    top: 32px;
  }

  #scene.product .scene-history .scene-image-bottom {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .scene-history .scene-image-bottom {
    padding-bottom: 40px;
  }
  .scene-history .scene-p {
    width: 100%;
    left: auto;
    right: auto;
    margin: 0 auto;
    float: none;
    position: absolute;
    left: -22px;
    top: -45px !important;
  }
  .scene-mimamori-02-thum {
    position: relative;
    width: 100%;
    right: 0px;
    top: 0;
    margin-bottom: 30px;
  }
  .scene-mimamori-02 {
    max-width: 550px;
    margin: 0 auto 0 auto;
    position: relative;
  }

  .scene-notice .scene-p {
    float: left;
    float: none;
    position: absolute;
    left: 97px;
    right: auto;
    width: 42px;
    top: 67px !important;
    bottom: 0;
  }
  .scene-notice .scene-m {
    right: auto;
    left: auto;
    margin: 0 auto;
    float: none;
  }
  .scene-home-thum {
    margin-bottom: 20px;
  }

  .scene-home-thum img,
  .scene-home .product-image .img-kana {
    width: 64.58333333%;
    max-width: 496px;
    margin: 0 auto;
  }
  #scene-history .scene-history .col-xs-8.col-xxs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ------------------------------
 SUPPORT
 ------------------------------ */

#support-list {
  /*
    background: linear-gradient(155.06680190540578deg, rgba(237, 240, 244,1) 26.96067415730337%,rgba(255, 255, 255,1) 85.1629213483146%);*/
  background: #fff;
}

#support-list .container{
  max-width: 800px!important;
}

#support-list .row {
  clear: both;
  margin-bottom: 40px;
}
.support-list-button {
  position: relative;
  margin-bottom: 20px;
}


.support-button-above .button {
  line-height: 1.4;
  height: 60px;
  padding: 20px 0;
}
.support-button-above .button.button-kaisen {
  padding: 10px 0 0 0;
}

.support-button-above .button.button-link.button-kaisen::after {
  top: 20px;
}

.support-list-button .button {
  border-color: #3691CC;
  background-color: transparent;
  display: block;
  border: 2px solid #3691CC;
}
@media screen and (max-width: 768px) {

  #support-list .container{
    padding: 0 20px;
  }
  .support-button-above .button {
    line-height: 1.4;
    height: auto;
    padding: 15px 0;
  }
  .support-button-above .button.button-kaisen {
    padding: 10px 0 10px 0;
  }

  #support-list .row {
    margin-bottom: 20px;
  }
  .support-list-button {
    margin-bottom: 15px;
  }
}

#body table.table-app {
  border: 1px solid #707070;
}
#body table.table-app th{
  font-weight: normal;
  text-align: left;
  background-color: #F5F5F5;
  border: 2px solid #707070;

}
#body table.table-app td{
  background-color: #fff;
  border: 2px solid #707070;
}
/* ------------------------------
 BUY
 ------------------------------ */


.buy-mimamori{
  border: 3px solid #D0D0D0;
  border-radius: 18px;
  padding: 40px 0;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px;
  position: relative;
}

.buy-mimamori img{
  max-width: 500px;
  margin: 0 auto;
}
#buy-shop h4{
  font-weight: normal;
}
.buy-mimamori img:hover{
  opacity: 0.9;
}
.buy-shop-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PCで4列 */
  gap: 16px;
  max-width: 800px;
  margin: auto;
  padding: 16px;
}

#buy-shop{
  margin-bottom: 60px;
}
.buy-shop img {
  width: 100%;

  height: auto;
  display: block;
}

.buy-shop{
    border: 3px solid #D0D0D0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 768px) {
  .buy-shop-container {
    grid-template-columns: repeat(2, 1fr); /* スマホで2列 */
  }

  .buy-mimamori{
    padding: 20px;
  }
  .buy-mimamori img{
    max-width: 100%;
  }
}

.app-install {
  background-color: #f7f7f9;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.app-install p {
  font-size: 14px;
  margin-bottom: 24px;
}

.app-install-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  justify-items: center;
}

.install-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

.install-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 8px;
}

/* 全体のスタイル */
.app-install {
  background-color: #f7f7f9;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}


.app-install p {
  margin-bottom: 24px;
}

/* ラップ幅は100%にしておく（max-contentはNG） */
.app-install-wrap {
  width: 100%;
  margin: 0 auto;
}

.app-install-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  justify-items: center;
  width: 100%;
}

.install-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

/* 画像のサイズ調整（統一感） */
.install-item img {
  width: 140px;
  height: auto;
  object-fit: contain;
  margin-bottom: 8px;
}

.app-promo {

}

.app-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.app-logo {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 12px;
}

.app-promo .app-title {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}

.app-promo .app-description {
  margin: 16px 0;
  color: #666;
  line-height: 1.4;
  text-align: left;
}

.app-promo .app-buttons {
  display: flex;
  justify-content: center;

}

.app-promo .btn {
  display: inline-block;
  text-decoration: none;
}

.app-promo .btn img {
  display: block;
  width: auto;
  height: auto;
  max-height: auto;
}
@media screen and (max-width: 768px) {
  .app-install h4{
    font-size: clamp(14px, 1.4vw, 16px);
  }

}

.btn_box{
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -84px;
}

.btn-fuwafuwa{
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  color: #6F6F6F;
  width: 315px;
  background: #F1F1F3;
  margin: auto;
  cursor: pointer;
  border-radius: 8px;
}
.btn_box a:hover{
  text-decoration: none;
}

.btn-fuwafuwa:after{
      content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-size: clamp(12px, 1.2vw, 14px);
    color:#6F6F6F;
    position: absolute;
    right: 20px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}


.buy-mimamori .fukidashi .fade-in{
      transition-delay: 0.5s;
}
.buy-mimamori .fukidashi{
    position: absolute;
    width: 300px;
    left: 40%;
}

.buy-mimamori .fukidashi img{
  width: 100%;
}
/*アニメーション*/
.animation{
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa{
 0%{transform:translateY(0)}
 50%{transform:translateY(-10px)}
 100%{transform:translateY(0)}
}

@media screen and (max-width: 768px) {
.buy-mimamori .fukidashi{
    position: relative;
    width: 100%;
    left: 0%;
}
  .btn_box {
      position: absolute;
      left: 50%;
      bottom: 32px;
      margin-left: -48px;
  }
  .btn-fuwafuwa{
      width: 200px;
  }

  .animate-box{
    width: 100%;
    max-width: 100%;
  }
  .animate-screen{
    position: relative;
  }
  .mimamori-feature-text{
    width: 100%;
  }
}



/* ------------------------------
 NEWS
 ------------------------------ */

#news-list {
  background: linear-gradient(
    155.06680190540578deg,
    rgba(237, 240, 244, 1) 26.96067415730337%,
    rgba(255, 255, 255, 1) 85.1629213483146%
  );
}
#news-list .container,
#single .container {
  max-width: 1000px;
}
.news-item {
  border-top: 1px solid #bfbfbf;
  padding: 15px 0;
}

.news-date {
  max-width: 130px;
  width: 20%;
  float: left;
}
.news-desc {
  max-width: 860px;
  width: 85%;
  float: left;
}

#main ul.pageNav01s {
  margin: 0 0 10px;
  padding: 12px;
  background: #f3f3f3;
  text-align: center;
}

.pagging {
  border-top: 1px solid #bfbfbf;
  padding-top: 15px;
  clear: both;
  text-align: center;
}
ul.pagenav li {
  display: inline;
  margin: 0 1px;
  padding: 0;
}

ul.pagenav li span,
ul.pagenav li a {
  display: inline-block;
  padding: 1px 6px;
  background: #fff;
  border: 1px solid #333333;
  vertical-align: middle;
  text-decoration: none;
  background-color: #FF909D;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ul.pagenav li a {
  background-color: #fff;
  color: #3d3d37;
}

ul.pagenav li a:hover {
  color: #fff;
  background: #3d3d37;
}

#single {
}
.entry-content {
  overflow: hidden;
}
.entry-content .ttl{
    margin-bottom: 20px;
}
.entry-content h2 {
  font-size: clamp(24px, 2.4vw, 24px);
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
  padding: 0 0 0 0;
  border-left: 4px solid #ffaeb8;
  padding-left: 14px;
}

.entry-content h2:before{
    content: "";
    width: 100%;
    border-top: 1px solid #969696;
    position: absolute;
    bottom: -8px;
}


.content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  word-break: break-word;
}

.content .date {
  padding-bottom: 20px;
}

.backtonews {
  clear: both;
  padding: 30px 0;
  text-align: left;
  display: flex;
}
.backtonews a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #F5F5F5;
  border-radius: 12px;
  text-align: left;
  color: #333333;
}
.backtonews a:before {
  content: "\f104";
  font-family: FontAwesome;
  left: 0;
  position: relative;
  opacity: 0.6;
}


.backtonews a:hover{
  text-decoration: none;
  background-color: #dbdbdb;
}

@media screen and (max-width: 768px) {
  .news-date {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .news-desc {
    max-width: 100%;
    width: 100%;
    float: left;
  }
  .backtonews {
    padding-right: 10px;
  }
}

.compare-desc ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.compare-desc ul li {
  list-style: none;
  font-size: 11px;
  opacity: 0.5;
}
#scene.product .scene-mimamori .b-line {
  border: 1px dashed #ccc;
  padding: 15px;
}

#scene.product .scene-mimamori .b-line h4 {
  border-bottom: none;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
#scene.product .scene-mimamori .b-line p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .compare-desc ul li {
    font-size: clamp(10px, 1vw, 12px);
  }
}

/* ------------------------------
 NEWS
 ------------------------------ */

#news-list {
  background: linear-gradient(
    155.06680190540578deg,
    rgba(237, 240, 244, 1) 26.96067415730337%,
    rgba(255, 255, 255, 1) 85.1629213483146%
  );
}
#news-list .container,
#single .container {
  max-width: 1000px;
}
.news-item {
  border-top: 1px solid #bfbfbf;
  padding: 15px 0;
}

.news-date {
  max-width: 130px;
  width: 20%;
  float: left;
}
.news-desc {
  max-width: 860px;
  width: 85%;
  float: left;
}

#main ul.pageNav01s {
  margin: 0 0 10px;
  padding: 12px;
  background: #f3f3f3;
  text-align: center;
}

.pagging {
  border: none;
  padding: 15px 0;
  clear: both;

}
ul.pagenav li {
  display: inline;
  margin: 0 1px;
  padding: 0;
}

ul.pagenav li a {
  display: inline-block;
  padding: 3px 10px;

  border: 1px none;
  vertical-align: middle;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #333333;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  font-weight: bold;
}
ul.pagenav li span {
  display: inline-block;
  padding: 3px 10px;

  border: 1px none;
  vertical-align: middle;
  text-decoration: none;
  background-color: #FF909D;
  border: 1px solid #FF909D;
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  font-weight: bold;
}

ul.pagenav li a {
}

ul.pagenav li a:hover {
  background-color: #fff;
  color: #333333;
}

ul.pagenav .page-numbers.current{
  color: #fff;
}
#single {

  padding: 50px 0 100px;
}

.entry-content {

}
.entry-content .post-thumb {
  margin-bottom: 25px;
}
.entry-content .post-thumb img {
  width: 100%;
}

.entry-content .entry-title {
  position: relative;
  display: block;
  text-align: left;

}
.entry-content .entry-title:before{

}
.entry-content .post-time {
  margin-bottom: 15px;
  color: #707070;
}
.entry-content .content {
  max-width: 800px;
  margin: 0 auto;
  word-break: break-word;
}

.backtonews {
  clear: both;
  margin-top: 40px;
  text-align: center;
}
.backtonews a {
}


@media screen and (max-width: 768px) {
  .news-date {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .news-desc {
    max-width: 100%;
    width: 100%;
    float: left;
  }

  body.index #scene {
    padding-bottom: 40px;
  }
}

.compare-desc ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.compare-desc ul li {
  list-style: none;
}
#scene.product .scene-mimamori .b-line {
  border: 1px dashed #ccc;
  padding: 15px;
}

#scene.product .scene-mimamori .b-line h4 {
  border-bottom: none;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
#scene.product .scene-mimamori .b-line p {
  margin-bottom: 0;
}

/* リニューアル用調整 */

#copy,
#footer {

}

body#body.index #copy,
body#body.index #footer {
  background-color: #fff;
}
.footer-nav {
  padding: 30px 0 10px 0;
}

#copy {
  text-align: center;
}


#product-function,
#faq {
  background-color: #3691CC;
}
#faq {
  padding-top: 0;
}

.icon-eye {
  max-width: 80px;
  margin: 0 auto 20px auto;
}
.list-sv .item {
  width: calc(100% / 4);
}

._img-wrap {
  text-align: center;
}
._img img {
  max-width: 80px;
}
.list-sv {
  max-width: 860px;
  margin: 0 auto;
  display: block;
  clear: both;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .list-sv {
    display: flex !important;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    max-width: 860px !important;
  }
}

.list-sv .item .desc {
  height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.list-sv .item ._img {
  box-shadow: 2px 2px 4px #cea801;
  padding: 10px;
}
.list-sv ._img:before {
  display: none;
}
.sp-item-container-bottom {
  clear: both;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.goto {
  text-align: center;
  padding: 40px 0 0 0;
}

.link-to-detail,
.goto a {
  text-decoration: underline;
  color: #1a23ff;
  font-size: clamp(16px, 1.8vw, 18px);
}
@media screen and (max-width: 768px) {
  ._img img {
    max-width: 100%;
  }
}

.product-box {
  background-color: #fff;
  padding: 60px;
  margin-bottom: 60px;
}

.product-title h3 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.product-title h3 span {
  margin-right: 10px;
}

.product-box h4 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #3691CC;
  padding-bottom: 5px;
}

.product-title h3 span img {
  max-width: 60px;
}

.product-faq {
  padding: 15px 30px;
}

.product-faq-block .faq-icon {
  clear: both;
  float: left;
  width: 20%;
  max-width: 100px;
}

.product-faq-block {
  margin-bottom: 30px;
  display: flex;
}

.product-faq-block.faq-answer .faq-icon {
}

.product-block {
  margin-bottom: 40px;
}
.faq-text {
  padding: 15px;
  border: 2px solid #707070;
  border-radius: 10px;
  width: 70%;
  margin-left: 50px;

  display: inline-block;
  position: relative;
}

.faq-text p {
  font-family: "HuiFontP109";
}
/*
.faq-text::before{
    content: "";
    position: absolute;
    left: 0;
    margin-left: -34px;
    top: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 34px 0px 0;
    border-color: #ffffff00 #ffffff transparent transparent;
    z-index: 1;
}

.faq-text::after{
  content: "";
  position: absolute;

  left: 0;
  margin-left: -41px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0px 0;
  border-color: transparent #707070 transparent transparent;
  z-index: 0;
}
.product-faq-block.faq-answer .faq-text{
  margin-left:auto;
  margin-right:50px;
}
.product-faq-block.faq-answer .faq-text::before{
    left: auto;
    right: 0;
    margin-right: -34px;
    top: 14px;
    border-width: 16px 34px 0px 0;
     transform: scale(-1, 1);
}
.product-faq-block.faq-answer .faq-text::after{
  left: auto;
  right: 0;
  margin-right: -41px;
  top: 12px;
  border-width: 20px 40px 0px 0;
  border-color: transparent #707070 transparent transparent;
   transform: scale(-1, 1);
}*/

.faq-text {
  position: relative;
  display: inline-block;
}

.faq-text:before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #707070;
  top: 15px;
  left: -20px;
}

.faq-text:after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -18px;
}

.product-faq-block.faq-answer .faq-text {
  margin-left: 0px;
  margin-right: 50px;
}
.product-faq-block.faq-answer .faq-text:before {
  left: auto;
  right: -20px;
  transform: scale(-1, 1);
}
.product-faq-block.faq-answer .faq-text:after {
  left: auto;
  right: -18px;
  transform: scale(-1, 1);
}

.product-faq-block.faq-answer .faq-text p {
  font-family: "Noto Sans JP", sans-serif;
}
.faq-text p span {
  background: linear-gradient(transparent 60%, #3691CC 60%);
}

.product-block ul {
  padding: 0;
}
.product-block ul li {
  list-style-type: none;
  padding-left: 30px;
  background: url(/assets/images/icon/icon-check.png) left 0px top 9px no-repeat;
  background-size: 25px auto;
  line-height: 2;
  font-weight: bold;
  font-size: clamp(16px, 1.8vw, 18px);
}

.shikumi {
  border: 1px solid #3691CC;
  padding: 4% 8%;
}
.shikumi h5 {
  font-weight: bold;
  text-align: left;
  font-size: clamp(16px, 1.8vw, 18px);
}

#spec {
 background-color: #fff;
}


#sidenav {
  background-color: transparent;
  z-index: 101;
  top: 10%;
}
#sidenav .item a {
  color: #333333;
}
#sidenav .item a:hover {
  text-decoration: none;
}
#sidenav .item ._img {
  box-shadow: 2px 2px 4px #cea801;
  text-align: center;
  border-radius: 8px;
  padding: 5px;
}

#sidenav .tits {
  font-size: clamp(10px, 1vw, 12px);
  font-weight: bold;
  line-height: 1.2;
}
.b-shiyou a {
  display: block;
  padding: 15px;
  background-color: #3691CC;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  box-shadow: 2px 2px 4px #cea801;
  line-height: 1.2;
}

#footernav {
}
#footernav .item ._img {
  box-shadow: 1px 1px 4px #cea801;
  text-align: center;
  border-radius: 8px;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .product-title h3 span {
    display: block;
  }
  .product-box {
    padding: 15px;
    margin-bottom: 60px;
  }
  .product-title h3,
  .product-box h4 {
    font-size: 22px;
  }
  .list-m img {
    width: 100%;
  }
  #product-function .list-sv .item .desc {
    height: 35px;
  }
  #product-function .list-sv .item ._img {
    padding: 5px 0;
  }
  #product-function .list-sv .item .desc .tits {
    font-size: 0.8vw;
  }
  #product-function .list-sv .item {
    margin-bottom: 0;
  }
  .product-faq {
    padding: 15px 0px;
  }
  .product-faq-block .faq-icon {
    max-width: 80px;
  }
  .product-block ul {
    padding: 0 10px;
  }

  .product-faq-block.faq-answer .faq-text {
    margin-left: auto;
    margin-right: 37px;
  }
  /*
.product-faq-block.faq-answer .faq-text::before {
    left: auto;
    right: 0;
    margin-right: -30px;
    top: 14px;
    border-width: 12px 30px 0px 0;
    transform: scale(-1, 1);
}
.product-faq-block.faq-answer .faq-text::after {
    left: auto;
    right: 0;
    margin-right: -37px;
    top: 12px;
    border-width: 16px 36px 0px 0;
    border-color: transparent #707070 transparent transparent;
    transform: scale(-1, 1);
}
*/
  .faq-text {
    padding: 10px;
    border: 2px solid #707070;
    border-radius: 10px;
    width: 70%;
    margin-left: 23px;
    display: inline-block;
    position: relative;
  }
  /*
.faq-text::before {
    content: "";
    position: absolute;
    left: 0;
    margin-left: -22px;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 30px 0px 0;
    border-color: #ffffff00 #ffffff transparent transparent;
    z-index: 1;
}
.faq-text::after {
    content: "";
    position: absolute;
    left: 0;
    margin-left: -28px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 28px 0px 0;
    border-color: transparent #707070 transparent transparent;
    z-index: 0;
}
.faq-text::before {
    content: "";
    position: absolute;
    left: 0;
    margin-left: -20px;
    top: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 26px 0px 0;
    border-color: #ffffff00 #ffffff transparent transparent;
    z-index: 1;
}

*/
}

.btn.button-buy,
.btn.button-faq {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  padding: 20px 30px;
  font-size: clamp(14px, 1.4vw, 16px);
  font-size: 1.4rem;

  line-height: 1;
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 4px;
  border-color: #3691CC;
  background-color: transparent;
  display: block;
  max-width: 240px;
  margin: 10px auto;
}
.btn.button-buy:hover,
.btn.button-faq:hover {
  color: #0660df;
  text-decoration: none;
}

/*---------------------------------------

メニュー

---------------------------------------*/
@media screen and (max-width: 800px) {
    .fix-header li {
        margin-left: 4px;
        margin-right: 4px;
    }

    .fix-header li:last-child {
        margin-left: 4px;
        margin-right: 4px;
    }
}


/*---------------------------------------

サポート

---------------------------------------*/
#support-list .fz13 {

}
.supportList3 {
  clear: both;
  display: flex;
  justify-content: center;
}
.supportList3_item {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .supportList3 {
    display: block;
  }
  .supportList3_item {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {

}

/*---------------------------------------

ヘッダーサブメニュー

---------------------------------------*/
.subMenu {
  padding: 5px 0;
  position: relative;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .subMenu {
    font-size: 1.4rem;
  }
}

.subMenu::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #3691CC;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.subMenu .list {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 14px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.subMenu .list_item {
  width: 130px;
  padding: 4px 0;
  text-align: center;
  background-color: #3691CC;
}

.subMenu .list_item:not(:last-child) {
  border-bottom: 1px #fff solid;
}

.subMenu .list_item a {
  font-size: 1.2rem !important;
  color: #fff!important;
}

.subMenu .list_item a:hover {
  text-decoration: underline;
}

.subMenu:hover::after {
  width: 100%;
}

.subMenu:hover .list {
  visibility: visible;
  opacity: 1;
}

/*---------------------------------------

シニアTOP

---------------------------------------*/
.seniorTopFv {
  background: url(../images/senior/seniortop_fv_bg.jpg) no-repeat right bottom/cover;
  padding: 142px 0 200px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .seniorTopFv {
    background: url(../images/senior/seniortop_fv_bg_sp.jpg) no-repeat center bottom/cover;
    padding: 32px 0 55px;
  }
}

.seniorTopFv_box {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .seniorTopFv_box {
    margin: 0 auto;
  }
}

.seniorTopFv_box_img {
  margin-bottom: 31px;
  display: block;
}

@media screen and (max-width: 768px) {
  .seniorTopFv_box_img {
    margin-bottom: 70vw;
  }
}

.seniorTopFv_box_txt {
  font-weight: bold;
  margin-bottom: 49px;
}

@media screen and (max-width: 768px) {
  .seniorTopFv_box_txt {
    display: none;
  }
}

.seniorTopFv_box_txt .txt1 {
  font-size: 2.6rem;
  margin-bottom: 34px;
}

.seniorTopFv_box_txt .txt2 {
  font-size: 1.6rem;
  line-height: 1.8125;
}

.seniorTopFv_box_btn {
  text-align: center;
}

.seniorTopFv_scroll {
  display: block;
  background: url(../images/senior/scroll_b.png) no-repeat center center/contain;
  width: 58px;
  height: 43px;
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .seniorTopFv_scroll {
    width: 44px;
    bottom: 4px;
  }
}

.seniorTop1 {
  background: url(../images/senior/senior_main_bg.jpg) no-repeat center top/cover;
  padding: 168px 0 105px;
}

@media screen and (max-width: 768px) {
  .seniorTop1 {
    padding: 42px 0 96px;
    background-image: url(../images/senior/senior_main_bg_sp.jpg);
  }
}

.seniorTop1_txt {
  font-weight: bold;
  margin-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .seniorTop1_txt {
    display: none;
  }
}

.seniorTop1_txt .txt1 {
  font-size: 1.8rem;
  margin-bottom: 14px;
  text-align: center;
}

.seniorTop1_txt .txt2 {
  font-size: 1.2rem;
}

.seniorTop1_list {
  padding-left: 0;
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .seniorTop1_list {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    margin-bottom: 68px;
  }
}

.seniorTop1_list_item {
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #333333;
  -webkit-box-shadow: 15px 15px 0 #333333;
  box-shadow: 15px 15px 0 #333333;
  padding: 40px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .seniorTop1_list_item {
    display: block;
    padding: 33px 27px 27px;
    -webkit-box-shadow: 10px 10px 0 #333333;
    box-shadow: 10px 10px 0 #333333;
  }
}

.seniorTop1_list_item .itemL {
  width: 46.25%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .seniorTop1_list_item .itemL {
    width: auto;
    margin-bottom: 15px;
  }
}

.seniorTop1_list_item .itemL_ttl {
  font-size: 3rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .seniorTop1_list_item .itemL_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.seniorTop1_list_item .itemL_txt1 {
  font-size: 1.8rem;
  margin-bottom: 16px;
  line-height: 1.67;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .seniorTop1_list_item .itemL_txt1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.seniorTop1_list_item .itemL_txt2 {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .seniorTop1_list_item .itemL_txt2 {
    font-size: 1.2rem;
  }
}

.seniorTop1_list_item .itemR {
  width: 48.75%;
  max-width: 390px;
}

@media screen and (max-width: 768px) {
  .seniorTop1_list_item .itemR {
    width: auto;
    margin: 0 auto;
  }
}

.seniorTop1_list_item:nth-child(even) {
  margin-left: auto;
}

.seniorTop1_list_item:not(:last-child) {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .seniorTop1_list_item:not(:last-child) {
    margin-bottom: 55px;
  }
}

.seniorTop1_btn {
  text-align: center;
}
.seniorTop1_btn .seniorBtn {
  background-color: #fff;
}

.seniorTop2 {
  padding: 150px 0 115px;
}

.seniorTop2 .inner {
  max-width: 1130px;
}

.seniorTop2_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .seniorTop2_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 72px;
  }
}

.seniorTop2_box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  width: 27.5%;
}

@media screen and (max-width: 991px) {
  .seniorTop2_box_item {
    width: 94%;
  }
}
@media screen and (max-width: 991px) {
  .seniorTop2_box_item:not(:last-child) {
    margin-bottom: 85px;
  }
}

.seniorTop2_box_item .img {
  position: relative;
  width: 90%;
}

.seniorTop2_box_item .img::before {
  content: "";
  position: absolute;
  width: 126%;
  height: 126%;
  background-color: #3691CC;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.seniorTop2_box_item .box {
  background-color: #fff;
  border: 3px solid #333333;
  border-radius: 30px;
  -webkit-box-shadow: 7px 7px 0 #333333;
  box-shadow: 7px 7px 0 #333333;
  padding: 19px 25px;
  font-weight: bold;
  margin-top: -13px;
  position: relative;
}

.seniorTop2_box_item .box::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 75px;
  height: 41px;
  top: -26px;
  left: 14px;
  background: url(../images/senior/eye1.svg) no-repeat center center/contain;
}

.seniorTop2_box_item .box_ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: center;
}

.seniorTop2_box_item .box_txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

.seniorTop2_btn {
  text-align: center;
}

.seniorTop3 {
  padding: 198px 0 86px;
  background: url(../images/senior/senior_main_bg.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 991px) {
  .seniorTop3 {
    background-image: url(../images/senior/senior_main_bg_sp.jpg);
  }
}

.seniorTop3 .seniorMain_cta {
  margin-bottom: 83px;
}

@media screen and (max-width: 991px) {
  .seniorTop3 .seniorMain_cta {
    margin-bottom: 188px;
  }
}

.seniorTopFv a,
.seniorTop1 a,
.seniorTop2 a,
.seniorTop3 a {
  color: #333333;
}

.seniorTopFv a:hover,
.seniorTop1 a:hover,
.seniorTop2 a:hover,
.seniorTop3 a:hover {
  text-decoration: none;
}
.seniorTop3 #compare {
  background: none;
}

/*---------------------------------------

機能詳細シニア・キッズ

---------------------------------------*/
@media screen and (max-width: 768px) {
  .product-senior-kids .product-faq-block {
    align-items: flex-start;
  }
  .product-senior-kids .faq-icon {
    min-width: auto;
    max-width: 60px;
    width: 100%;
    float: none;
  }
  .product-senior-kids .faq-text {
    margin-left: 20px;
    margin-right: 0;
    width: calc(100% - 80px);
  }
  .product-senior-kids .faq-answer .faq-text {
    margin-left: 0;
    margin-right: 20px;
  }
}






#spec{
  padding-top: 0;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}

#spec .container-r{
  padding-bottom: 10px;
}
.spec-head p{
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: bold;
  margin-bottom: 30px;
}
.spec-head p,
.spec-head > div{
  text-align: center;
}
.spec-grid{
  display: flex;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
}
.spec-grid > div{
  padding: 10px 0;
}
.grid-1{
  min-width: 250px;
  text-align: right;
  font-weight: bold;
  margin-right: 15px;
}

.grid-2{

}

.grid-3{
  width: 50%;
  margin-left: 15px;
  margin-right: 15px;
}

.spec-grid.spec-head{
  border-bottom: 0;
}

.spec-grid.spec-head img{
  max-width: 216px;
  margin: 0 auto;
}

.spec-desc{
  font-size: 11px;
}

.spec-desc ul{
  padding: 0 0 0 0;
}

.spec-desc ul li{
    list-style: none;
    padding-left: 20px;
    text-indent: -20px;
}





.visual-buy-button{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    position: fixed;
    z-index: 100;
}
.visual-buy-button .inner{
    display: flex;
    width: 100%;
    padding: 10px 0px;
    align-items: center;
    justify-content: center;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;

}

.visual-buy-button .inner img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin:0 auto;

}
.visual-buy-button .inner p{
    margin-left: auto;
}


a.button-green {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: bold;
    text-decoration: none;
    padding: 12px 0;
     min-width: 450px;
    border-radius: 12px;
    cursor: pointer;
    background: linear-gradient(270deg, #71DBCC, #59CBEF, #B1A9E0, #FFAEB8); 
    background-size: 800% 800%;
    animation: gradientLoop 20s ease infinite;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.button-green:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 25px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: right 0.3s;
}

a.button-green:hover:after {
    right: 15px;
}


@keyframes gradientLoop {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

a.button-green:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

a.button-green:active {
    transform: scale(0.97);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {

    .visual-buy-button .inner img{
        display: none;
    }
    .visual-buy-button .inner p{
        margin:0 auto;
        width: 100%;
    }
    .visual-buy-button .inner{
        padding: 20px 28px;
    }
    .visual-topix{
        display: block;
        text-align: center;
        padding: 0 25px;
    }
    .visual-topix-title{
        display: inline-block;
        margin:0 auto 20px auto;
    }
    .visual-topix-wp a{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: block;
    }
    .visual-topix-wp{
        text-align: left;
    }
    .visual-topix-title p{
        font-size: clamp(16px, 1.8vw, 18px);
    }
    #pagetop{
        width: 79px;
    }

    .price-fixed-sp{
      display: block!important;
    }
    a.button-green {
        font-size: clamp(14px, 1.4vw, 16px);
        padding: 10px;
        min-width: 100px;

    }
    .visual-buy-button .inner p {
      min-width: 182px;
    }
    .grid-1{
      min-width: 135px;
    }

    .spec-grid.spec-head img{
      padding: 0 15px;
    }
}


.visual-buy-button .inner img.price-fixed{
  max-width: 751px;
  width: 100%;
}

.custom-pagination > *:hover{
  text-decoration: none;
  opacity: 0.8;
}

.custom-pagination {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: sans-serif;
  margin: 1em 0;
    justify-content: center;

}

.page-number,
.page-nav,
.dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #333;
  border-radius: 8px;
  text-decoration: none;
  font-size: clamp(14px, 1.4vw, 14px);
  color: #000;
  background: #fff;
  font-weight: bold;
  line-height: 1;
}

.page-nav{
    font-size: clamp(24px, 2.4vw, 24px);
    font-weight: normal;
}

.page-number.current {
  background-color: #f88;
  color: #fff;
  font-weight: bold;
  border: 1px solid transparent;
}

.page-nav.disabled {
  pointer-events: none;
  opacity: 0.8;
  border-color: #d6d6d6;
  color: #d6d6d6;
  background: #fff;
}

.dots {
  border: none;
  background: none;
  cursor: default;
}



