/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "fot-udmarugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  background-color: #ecf7fb;
  background-color: #fff;
  font-feature-settings: "palt";
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.8;
  letter-spacing: -.01rem;
  animation: fadeIn 1s ease-in 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

a {
  text-decoration: none;
  color: #3355FF;
}

a:hover {
  color: #3c6dff;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  letter-spacing: .1rem;
}

.t-orange {
  color: #ff8600;
}
.t-yellow{color: #FFFF66;}
.t-pink {
  color: #f10a4c;
}

.t-blue {
  color: #007cbd;
}

.t-blue2 {
  color: #0098d3;
}

.t-green {
  color: #1bd2e2;
  color: #1abdd7;
  /*color: #0099BE;*/
}

.t-shadow-w {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .8), -1px -1px 1px rgba(255, 255, 255, .8), -1px 1px 1px rgba(255, 255, 255, .8), 1px -1px 1px rgba(255, 255, 255, .8);
}

.m_yellow {
  background: linear-gradient(transparent 75%, #ff6 50%);
}
.m_yellow2 {background:linear-gradient(transparent 20%, #ff6 80%);}
.m_green{
  background: linear-gradient(transparent 60%, #12ee42 50%);
}

.bg-lblue {
  background-color: #e7f8fb;
  background-color: #d1f0f6;
}

.bg-blueg {
  background-color: #1bd2e2;
}

.bg-blueg2 {
  background-color: #1abdd7;
}

.bg-blueg3 {
  background-color: #6cd8ea
}

.bg-blueg50 {
  background-color: rgba(27, 210, 226, .5);
}

.bg-blue {
  background-color: #007cbd;
}
.bg-pink{background-color: #e91e63;}

p {
  font-weight: 600;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.counter{
  line-height: 1.4;
  }
  .timer{
    font-size:clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 700;
  }
.header {
  background: rgba(255, 255, 255, .7);
  transition: all 0.5s;
  z-index: 997;
  padding: 0;

}

.header img {
  vertical-align: sub;
}

.header-txt {
  color: #262626;
  font-size: 1rem;
  padding-right: 5rem;
  padding: 8px 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .header .container {
    max-width: 1120px;
    position: relative;
  }
}

@media (max-width: 1200px) {
  .header .logo img {
    max-width: clamp(160px, 20vw, 200px);
  }

  .header-txt {
    font-size: clamp(.73rem, 1.5vw, 1rem);
    padding-right: 0;
  }
}

@media (max-width: 767px) {

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0;
  }

  .header {
    padding: 0;
    position: relative;
  }

  .header .logo img {
    max-width: 140px;
  }

  .header .container {
    max-width: 1000px;
    padding: 0 .3rem;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.sticky-top {
  top: -150px;
  transition: .5s;
}

.navbar {
  padding-top: 11px;
  height: 75px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-bg {
  width: 100%;
  background: #f7f7f7 url(../img/hero.jpg) no-repeat center bottom;
  background-size: cover;
}

section.hero {
  max-width: 1100px;
  margin: auto;
  margin-top: -75px;
  padding: 8.8rem 0 10rem;
}

.hero img {
  max-width: 448px;
  width: 100%;
  padding: 0 0 30px 0;
}

.hero .container {
  max-width: 1300px;
  padding: 0;
}

.hero h1 {
  text-align: left;
}

.hero h2 {
  font-size: clamp(24px, 3.2vw, 3.4rem);
  margin-bottom: 2.8rem;
  font-weight: 600;
  text-align: left;
}

.hero h2 .h3 {
  font-size: clamp(18px, 2.8vw, 2.2rem);
}

.hero h4 {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  text-align: left;
  font-weight: 600;
  margin-top: .8rem;
  padding-bottom: 5px;
}

.hero p {
  font-size: clamp(.9rem, 1.7vw, 1.4rem);
  font-weight: 600;
  line-height: 1.6;
}

.header .btn:hover,
.hero .btn:hover,
.header .btn:active,
.hero .btn:active {
  background: rgb(22, 106, 240)
}

@media (max-width: 991px) {

  /*.navbar a {
    font-size: 14px;
    letter-spacing: 0rem;
  }*/
  .hero {
    height: auto;
  }
}

@media (max-width: 767px) {
  .hero-bg {
    background: #f7f7f7 url(../img/hero_sp.jpg) no-repeat center top;
    background-size: cover;
  }

  .hero-bg.ver2 {
    background: #f7f7f7
  }

  .navbar-brand img {
    max-width: 98px;
  }

  section.hero {
    margin-top: 0;
  }

  section.hero.v2 {
    background-color: #ddf0f7;
  }

  .hero img {
    max-width: 210px;
  }

  .header-txt {
    letter-spacing: -.02rem;
  }

  .header-txt img {
    width: 15px;
  }

  .header a.btn {
    position: absolute;
    left: 14vw;
    top: 70%;
    background-color: #2441d0;
    font-size: clamp(.8rem, 3vw, 1.2rem);
    padding: .3rem 1.2rem;
  }

  .hero p {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .8), -1px -1px 1px rgba(255, 255, 255, .8), -1px 1px 1px rgba(255, 255, 255, .8), 1px -1px 1px rgba(255, 255, 255, .8);

  }

  section.hero {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0 50px;
  overflow: hidden;
}

section .container {
  max-width: 1120px;
  position: relative;
}

@media (min-width: 768px) {
  section {
    padding: 6rem 0;
  }
}

p {
  margin-bottom: 1.2rem;
}

.section-bg {
  background-color: #f4fbfe;
}

h2 {
  font-size: clamp(22px, 3.5vw, 42px);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-bottom: 0;
  letter-spacing: -.02rem;
}

h3 {
  font-size: clamp(20px, 3.1vw, 36px);
}

h2,
h3 {
  color: #2c3e57;
  color: #34373c;
  font-weight: 900;
}

h4 {
  font-size: clamp(18px, 1.8vw, 22px);
}

.section-title p {
  margin-bottom: 0;
}

.text-area {
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-area2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

/********  line**************************/
.line {
  background: #eaf6fc url(../img/bgline.png) no-repeat center center;
  background: #4CC764 url(../img/bgline.png) no-repeat center center;
  background: #4CC764;
  background-size: 90%;
  position: relative;
  padding-top: 8rem;
}
.line .container{
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  border:1px solid #FFF;
  padding: 5rem auto;
}
.line01, .line02{
  position: absolute;
}
.line01{
  position: absolute;
  margin: auto;
  left:2vw;
  top:0;
  bottom:0;
  max-width: 25%;
}
.line02{
  position: absolute;
  margin: auto;
  right:2vw;
  top:0;
  bottom:0;
  max-width: 25%;
}
.line h2{
  position: absolute;
  top:-35px;
  margin: auto;
  left: 0;
  right: 0;
}
.ribbon {
  background: #ffff23;
  box-sizing: border-box;
  color: #2a2a2a;
  display: inline-block;
  font-weight: bold;
  height: 70px;
  letter-spacing: .5px;
  line-height: 70px;
  padding: 0 50px;
  position: relative;
  text-align: center;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon::before {
  border-color: transparent transparent transparent #4CC764 ;
  border-style: solid;
  border-width: 35px 0px 35px 15px;
  left: 0;
  top: 0;
}

.ribbon::after {
  border-color: transparent #4CC764  transparent transparent;
  border-style: solid;
  border-width: 35px 15px 35px 0px;
  right: 0;
  top: 0;
}

.line h4 {
  font-size: clamp(18px, 2vw, 26px);
}
/*.llogo{
  position: absolute;
  top:-75px;
  left:25px;
  transform: rotate(-10deg);
  filter: drop-shadow(0 0 0.4rem #06ad4c);
  z-index: 1000;
}*/
@media (max-width: 767px) {
  .line {padding-top: 5rem;padding-bottom: 3rem;}
  .line .container{
    width: 95%;}
    .llogo{top:-85px;left:35px; width: 55px;}
    .ribbon{
      padding: 0 30px;
    }
    .line01{
      top: initial;
      bottom:10px;
    }
    .line-isp{

    }
}

/***hirunan***/
.hirunan{
  background: #ffff0e url(../img/hirunan_bg.png) center center no-repeat;
  background-size: cover;
  padding-top:4rem;
}
.hirunan h2{
text-transform:none;
}
h2 span.paral02 {
  display: inline-block;
position: relative;
z-index: 10;
padding: 2px 10px 5px;
text-align: center;
}
h2 span.paral02:before {
    background: #f9692b;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    display: inline-block;
    z-index: -1;
}@media (max-width: 767px) {
  .hirunan{
  background: url(../img/hirunan-bg_sp.png) center center no-repeat;
  background-size: 100% 100%;
}
.hirunan h2{
  font-size: 160%;
}}

/********** mama-k***************/
.mama-k{
  background: url(../img/mama_bg.png) center center no-repeat;
  background-size: cover;
}
.mama-k h2{
text-transform:none;
}
h2 span.paral03 {
  display: inline-block;
position: relative;
z-index: 10;
padding: 5px 10px;
text-align: center;
}
h2 span.paral03:before {
    background: #fff;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    display: inline-block;
    z-index: -1;
}
/*********** intro****************/
#intro {
  background: url(../img/bg11.jpg) right top no-repeat;
  background-size: cover;
}

/***********about ***********************/
.bg-bio {
  background: url(../img/about_txtbg.png) center bottom no-repeat;
  background-size: 92%;
  line-height: 2;
}

#about p {
  font-size: clamp(1.1rem, 1.9vw, 1.4rem);
  font-weight: 600;
  line-height: 1.6;
  padding: 0 3.7rem 2rem;
}

#about .image {
  width: 40%;
}

#about .text {
  width: 70%;
  margin-left: -10%;
  background: url(../img/about_txtbg.png) center bottom no-repeat;
  background-size: contain;
  padding: 50px 30px 0;
}

#about .text2 {
  width: 70%;
  margin-right: -10%;
  background: url(../img/about_txtbg.png) center bottom no-repeat;
  background-size: contain;
  padding: 50px 30px 0;
  z-index: 10;
}

#about .text h3,
#about .text2 h3 {
  font-size: clamp(20px, 2.4vw, 24px);
}

#about .text p,
#about .text2 p {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
}

@media (max-width: 767px) {
  .mama-k{
  background: url(../img/mama-bg_sp.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.mama-k h2{
  font-size: 170%;
}
  #intro {
    background-size: contain;
    padding-top: 4rem;
  }
  #about .image {
    width: 100%;
  }

  #about .text,
  #about .text2 {
    width: 100%;
    margin-left: 0;
    background-size: cover;
    margin-top: -5%;
    z-index: 10;
    position: relative;
    padding: 5rem 0;
  }

  #about p {
    padding: 0 2rem 0;
  }
}

/*****riyou step*******************/
.progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 19%;
  color: #999999;
  font-weight: bold;
  counter-increment: steps;
}

.progressbar li:before {
  display: block;
  width: 40px;
  height: 40px;
  margin: 7px auto 20px auto;
  content: '';
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  background-color: #F5F5F5;
  content: counter(steps);
}

.progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 25px;
  left: -50%;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #FFF;
  z-index: 10;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active,
.progressbar li.complete {
  color: #FFF;
}

.progressbar li.active:before,
.progressbar li.complete:before {
  position: relative;
  background-color: #FFF;
  color: #1BD2E2;
  z-index: 100;
}

.progressbar li.active:after,
.progressbar li.complete:after {
  background-color: #FFF;
}

.riyo_box {
  position: relative;
}
.riyo_box h4{font-size: clamp(18px, 1.8vw, 20px);}
.riyo_box p{font-size: clamp(.95rem, 1.1vw, 1rem);}

.maru {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  background-color: #FFF;
  margin-right: .6rem;
  padding: 0 9px;
  color: #1BD2E2;
  z-index: 10;
  display: block;
}

.maru span {
  position: relative;
  z-index: 100;
}

.maru.nline:after {
  position: absolute;
  left: 25px;
  top: 48%;
  width: 3px;
  height: calc(100% + 1rem);
  content: '';
  background-color: #FFF;
  z-index: 1;
}

.maru.nline2:after {
  position: absolute;
  left: 25px;
  top: 50%;
  width: 3px;
  height: calc(100% + 1.5rem);
  content: '';
  background-color: #FFF;
  z-index: 0;
}
@media (max-width: 991px) {
.riyo_box.col{flex:inherit;}
}

/********knowlegde******************/
#knowledge {
  background: url(../img/knowleage_bg.png) center center no-repeat;
  background-size: cover;
  padding: 10rem 0 25rem;
}

#knowledge p,
#dna p,
#tokucho_t p {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

@media (max-width: 767px) {
  #knowledge {
    background: url(../img/knowleage_bg.png) left -100px center no-repeat;
    background-size: 150%;
    padding: 4rem 0 8rem;
  }
}

@media (max-width: 500px) {
  #knowledge {
    background: url(../img/knowleage_bg.png) left -10px bottom no-repeat;
    background-size: 300%;
    padding: 4rem 0 33rem;
  }
}

/********knowlegde******************/
#dna {
  background: url(../img/dna_bg.png) right top no-repeat;
  background-size: contain;
}

/***********tokucho_t***********/
#tokucho_t {
  background: #f8fafb
    /*url(../img/tokucho_bg2.jpg) center top no-repeat*/
  ;
  background-size: cover;
  padding: 0;
}

#tokucho_t .bg {
  background: url(../img/tokucho_bg2.png) left -40px top no-repeat;
  background-size: contain;
  padding: 6rem 0;
}

#tokucho_t h3 {
  font-size: clamp(20px, 2.6vw, 28px);
}

@media (max-width: 1200px) {
  #tokucho_t .bg {
    background: url(../img/tokucho_bg2.png) left -40px top no-repeat;
    background-size: 30%;
    padding: 50px 0;
  }
}

/*********** tokukcho wakarukoto *********/
#tokucho h3 {
  font-size: clamp(20px, 3vw, 32px);
  position: relative;
  background: #fff;
  padding: 0.25em 0.3em .25em 0;
  color: #1abdd7;

}

#tokucho h3 .sikaku {
  background-color: #1abdd7;
  padding: 0 .5em;
  color: #fff;
  margin-right: 1rem;
}

#tokucho h4 {
  font-size: clamp(18px, 1.8vw, 20px);
}

/********himitu******************/
#himitu {
  background: #1abdd7 url(../img/himitu_bg.png) right -17% bottom -4rem no-repeat;
  background-size: 55%;

}

#himitu h3 {
  background: #17aac1;
  padding: 2px 10px;
  margin-bottom: 1.3rem;
  font-size: clamp(18px, 2vw, 23px);
}

@media (max-width: 1200px) {
  #himitu {
    background-image: none;
  }
}

@media (max-width: 992px) {
  #himitu {
    padding: 50px 0 0;
  }

}

/*  voice
____________________________________________________*/
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v-box {
  padding: 2rem;
  height: 100%;
}

.comment {
  text-align: left;
  font-size: .95rem;
}

#clinic .container {
  width: calc(100% + 10rem);
}

#clinic .box-w {
  padding: 3rem 5rem 5rem;
}

.vc-box {
  background-color: #edf6fb;
}
/****present****************************************/
.bd-blue-t{border-top:2px dotted #1ABDD7;}
.bd-blue{border-bottom:2px dotted #1ABDD7;
  background: rgb(107 208 221 / 10%);
  padding: 2rem;}
  #tokuten .col-md-5{
    margin-right: -35px;
  }
  #tokuten .col-md-7{
    margin-left: -35px;
  }
#tokuten .row p{
    font-size: .9rem;
  }
  #tokuten img{    transform: rotate(-6deg);
    filter: drop-shadow(-5px 6px 5px #42c6db);}
@media (max-width: 767px) {
  #clinic .box-w {
    padding: 0;
  }

  .vc-box {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .bd-blue{border: none;
    background: rgb(107 208 221 / 30%);
    padding: 2rem 1rem;}
    #tokuten .col-md-5{
      margin-right: 0;
    }
    #tokuten .col-md-7{
      margin-left: 0;
    }
    #tokuten img{    transform: rotate(0deg);
      filter: drop-shadow(2px 4px 6px #1ABDD7);}
}

/**********product***********************/
#product {
  background: url(../img/product_bg3.jpg) center top no-repeat;
  background-size: cover;
}

#product .image {
  width: 70%;
}

#product .text {
  width: 45%;
  margin-left: -20%;
  background-size: contain;
  padding: 50px 30px 0;
  margin-top: -5%;
}
#product .timer{
  font-size:clamp(1rem, 1.6vw, 1.1rem);
  font-weight: 600;
  padding: 1rem 2rem;
  border: 1px dotted #464646;
}
@media (max-width: 767px) {
  #product h4.text-start {
    padding-left: 1rem;
  }

  #product .image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #product .text {
    width: 100%;
    margin-left: 0;
    padding: 50px 0 0;
  }
}
#product .alert{
  padding: .5rem .5rem !important;
}
#product .select_box {
  position: relative;
}

#product .select_box::after {
  content: "";
  position: absolute;
  top: 13px;
  right:30px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
}

#product select {
  -webkit-appearance: none;
  appearance: none;
}
/*form********************************************************/
.kindock-box {
  width: 94%;
}

.display-3,
.display-4,
.display-5 {
  font-weight: 800;
}

.green {
  color: #0acba7;
}

::placeholder {
  text-align: center;
}

.get-regist-btn {
  max-width: 360px;
  width: 100%;
  background: #16c6d6;
  color: #fff;
  border-radius: 4px;
  padding: 17px 10px 17px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  display: inline-block;
  text-align: center;
}

.get-regist-btn:hover,
.get-started-btn:active {
  background: #1bd2e2;
  color: #fff;
}

.btn_gr {
  background: linear-gradient(to top, rgb(3, 157, 142), #0ecece);
}

.btn_gr2 {
  background: linear-gradient(to top, rgb(3, 157, 108), #0ecea4);
}
.btn_gr2 {
  background: linear-gradient(to left, #ff716f, #ff456d);
}


.btn_line {
  max-width: 460px;
  width: 70%;
  background:  #ff4870;
  font-size: clamp(20px, 3.4vw, 31px);
  transition : 1s;
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}
.btn_line:hover, .btn_line:active {
  background:  #fd2e43;
  transition : 1s;
}
.btn:hover{transition : 1.5s;}
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  padding-left: 40px;
  text-indent: -2rem;
}

@media (max-width: 992px) {

  .get-started-btn {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 860px) {
  .kindock-box {
    width: 100%
  }
}

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

@media (max-width: 576px) {
  section#voice {
    padding: 50px 0 30px;
  }

  .kindock-box {
    width: 94%
  }
}

.small {
  font-size: clamp(14px, 1vw, 16px);
}

.small2 {
  font-size: .8rem;
}

.small3 {
  font-size: .6rem;
}

.font-b {
  font-weight: 700;
}

.pink {
  color: #e1324c;
}

.bg-yellow {
  background-color: rgb(255, 253, 135);
}

.u-line {
  border-bottom: 2px solid;
}

.f-big {
  font-size: 1.3rem;
}

/******faq****/
.faq .accordion-button, .faq .accordion-item div{
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  background-color: #c0eff8;
}

.accordion-button:focus {
  border-color: #1abdd7 !important;
}
/***messege**************/
#messege{
background: linear-gradient(#bedfe8, #9fd4da);
background: linear-gradient(#f9f8df, #fffdf1);
/*background: url(../img/bg-messe.jpg) center center no-repeat;
background-size: cover;*/
}

.gift-box{
  width: 986px;
	max-width: 98%;
	margin: 20px auto;
	background: rgb(255, 255, 255);
	color: rgb(17, 17, 17);
	outline: 5px solid #e9e0b4;
	outline-offset: -18px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px 0 13px 0;
  color: #ebebeb;
  font-size: 14px;
  background: #ebf7fc;
  background: #061b26;
  background: #007cbd;

  text-align: center;
}

#footer a {
  color: #ebebeb;
}

#footer .copyright {
  color: #ebebeb;
  text-align: center;
}


/********swiper*************/

@media screen and (min-width: 577px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .swiper-wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.swiper {
  padding: 0 0 20px 0;
}

/* 画像のサイズ調整 */
.swiper-slide>div {
  display: flex;
  height: auto;
  width: 100%;
}

.swiper-slide div li {
  display: block;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 0px)
}

.scroll-top {
  position: fixed;
  margin: auto;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  max-width: 140px;
  width: 100%;
  height: auto;
  text-align: center;
}

.scroll-top:hover,
.scroll-top:active {
  cursor: pointer;
  opacity: 0.7;
}

.scroll-top {
  opacity: 0;
  transition: opacity 350ms ease;
}

.is-hide {
  pointer-events: none;
}

@media (min-width: 768px) {
  .scroll-top {
    position: fixed;
    left: inherit;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    max-width: 280px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 inherit;
    }

}