/* ===================================================================

style style

=================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.7;
  color: #222;
  background: #fff;
}

html, body,
.wrap {
  width: 100%;
  height: 100%;
}
.wrap {
  height: auto;
  max-width: 750px;
  margin: 0 auto;
  overflow-x: hidden;
}

a {
  text-decoration: underline;
  color: #333;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
}

select, input, textarea, button {
  vertical-align: middle;
}

#wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 750px;
  color: #333;
  overflow-x: hidden;
}

p {
  font-size: 1.4rem;
  text-align: left;
}

header {
  text-align: center;
  margin: 0 auto;
}

#main {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1600px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb40 {
  margin-bottom: 40px;
}

@media only screen and (min-width: 751px) {
  p {
    font-size: 1.6rem;
  }
}

.pc{

}
.sp{
  display: none;
}

@media only screen and (max-width: 751px) {
  .pc{
    display: none;
  }
  .sp{
    display: inline-block;
  }
}

/* animation */
.fade {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.fade.active {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1.5s,-webkit-transform 1s;
  transition: opacity 1.5s,-webkit-transform 1s;
  transition: opacity 1.5s,transform 1s;
  transition: opacity 1.5s,transform 1s,-webkit-transform 1s
}

.fadeup.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.sliding-left {
  opacity: 0;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  -webkit-transition: opacity 1.5s,-webkit-transform 1s;
  transition: opacity 1.5s,-webkit-transform 1s;
  transition: opacity 1.5s,transform 1s;
  transition: opacity 1.5s,transform 1s,-webkit-transform 1s
}

.sliding-left.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.sliding-right {
  opacity: 0;
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  -webkit-transition: opacity 1.5s,-webkit-transform 1s;
  transition: opacity 1.5s,-webkit-transform 1s;
  transition: opacity 1.5s,transform 1s;
  transition: opacity 1.5s,transform 1s,-webkit-transform 1s
}

.sliding-right.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.don {
  opacity: 0
}

.don.active {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: don;
  animation-name: don;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@-webkit-keyframes don {
  0% {
      opacity: 0;
      -webkit-transform: scale(5);
      transform: scale(5)
  }

  30% {
      opacity: 0;
      -webkit-transform: scale(5);
      transform: scale(5)
  }

  59% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  60% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px)
  }

  65% {
      -webkit-transform: translateX(-4px);
      transform: translateX(-4px)
  }

  70% {
      -webkit-transform: translateX(3px);
      transform: translateX(3px)
  }

  75% {
      -webkit-transform: translateX(-3px);
      transform: translateX(-3px)
  }

  80% {
      -webkit-transform: translateX(2px);
      transform: translateX(2px)
  }

  85% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px)
  }

  90% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px)
  }

  95% {
      -webkit-transform: translateX(-1px);
      transform: translateX(-1px)
  }

  to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}

@keyframes don {
  0% {
      opacity: 0;
      -webkit-transform: scale(5);
      transform: scale(5)
  }

  30% {
      opacity: 0;
      -webkit-transform: scale(5);
      transform: scale(5)
  }

  59% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  60% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px)
  }

  65% {
      -webkit-transform: translateX(-4px);
      transform: translateX(-4px)
  }

  70% {
      -webkit-transform: translateX(3px);
      transform: translateX(3px)
  }

  75% {
      -webkit-transform: translateX(-3px);
      transform: translateX(-3px)
  }

  80% {
      -webkit-transform: translateX(2px);
      transform: translateX(2px)
  }

  85% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px)
  }

  90% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px)
  }

  95% {
      -webkit-transform: translateX(-1px);
      transform: translateX(-1px)
  }

  to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}



.cashless,
.info_01{
  margin-bottom: 40px;
}
@media only screen and (max-width: 751px) {
  .cashless,
  .info_01{
    margin-bottom: 10px;
  }
}

/* ボタン：インタラクティブ */
.seccta .cta_box .popBtn.ctaAction {
  display: block;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
/* .seccta .cta_box .popBtn.ctaAction{
  display: block;
  -webkit-animation:bounceIco3 1s ease-in-out infinite;animation:bounceIco3 1.8s ease-in-out infinite
}
@-webkit-keyframes bounceIco3{
  0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:translateY(0);transform:translateY(0)}
  20%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-10px);transform:translateY(-10px)}
  40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:translateY(0);transform:translateY(0)}
  60%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-5px);transform:translateY(-5px)}
  80%{-webkit-transform:translateY(0);transform:translateY(0)}
  to{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes bounceIco3{
  0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:translateY(0);transform:translateY(0)}
  20%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-10px);transform:translateY(-10px)}
  40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:translateY(0);transform:translateY(0)}
  60%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-5px);transform:translateY(-5px)}
  80%{-webkit-transform:translateY(0);transform:translateY(0)}
  to{-webkit-transform:translateY(0);transform:translateY(0)}
} */
.seccta .cta_box .popBtn.ctaAction::after {
  display: none;
}
.seccta .cta_box .popBtn.ctaAction:hover::after {
  display: block;
}
.seccta ul.cta_box_attention li{
  color: rgba(34, 34, 34, .7) !important;
}
.seccta.seccta__cellebra .cta_box_btn .modal-link{
  color: rgb(34, 34, 34) !important;
}

.seccta.seccta__bg {
  background-color: #f9f0df;
}


.bg-sedondary{
  background: #eff1f7;
}

.bg01 {
  background: #6f7ca1;
  margin-bottom: 40px;
}

.whiteBg {
    background: #fff;
}

.specialcolor{
  background: #b4c3ca;
  background-image: linear-gradient(#fff 40px,#b4c3ca 10px);
}


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

  .img20 {
      padding: 10px 3%;
      margin-bottom: 0;
  }
}

.tv{
  position: relative;
  background-image: url(../images/img_cm_bg.jpg);
  background-size: cover;
  padding: 0 0 10% 0;
}

.tv iframe{
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

.tv .caution {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}


.plantica{
  background:  url(../images/other/bg4.jpg) no-repeat center top/cover;
  padding: 8% 5%;
}

.plantica .plantica-inner{
  border: 1px solid #fff;
  padding: 0.5rem;
}
.plantica .plantica-inner .bg-white{
  padding: 4rem 5%;
  background: #fff;
}

.plantica .plantica-inner iframe{
  width: 100%;
  margin: 4rem auto;
  aspect-ratio: 16/9;
}

@media (max-width: 599px) {
  .plantica .plantica-inner .bg-white{
    padding: 8% 5%;
  }
  .plantica .plantica-inner iframe{
    margin: 8% auto;
  }
}

/* ===================================================================

 faq style

=================================================================== */

summary{
  list-style: none;
}
summary::-webkit-details-marker {
  display:none;
}

.faq{
  background: #eff1f7;
  padding-bottom: 5%;
}

.js-details{
  margin: 0 auto 2.5rem;
  width: 86%;
}

.js-details .js-summary {
  position: relative;
  list-style: none;
}
.js-details .js-summary .summary-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 4%;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-right: 8rem;
  padding-left: 2.5rem;
  background: #fff;
  border: 1px solid #8c9fd4;
  font-family: Noto Sans JP, sans-serif;
  color: #41513f;
  font-size: 2.2rem;
}
.js-details .js-summary .summary-inner .summary-q {
  display: flex;
  width: 5%;
  text-align: center;
}
.js-details .js-summary .summary-inner .summary-q img {
  width: 100%;
}
.js-details .js-summary .summary-inner .summary-text {
  width: 91%;
  text-align: left;
}

.js-details .js-summary .icon-toggle {
  position: absolute;
  top: 50%;
  right: 3%;
  width: 2rem;
  height: 2rem;
  border-top: 1px solid #8c9fd4;
  border-left: 1px solid #8c9fd4;
  display: block;
  -webkit-transform: translateY(-0.5rem) rotate(135deg);
  transform: translateY(-0.5rem) rotate(135deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.js-details[open] .js-summary .icon-toggle{
  -webkit-transform: translateY(-1rem) rotate(225deg);
  transform: translateY(-1rem) rotate(225deg)
}

/* toggle +/-デザイン */
/* .js-details .js-summary .icon-toggle {
  position: absolute;
  top: 50%;
  right: 3%;
  width: 3%;
  height: 1px;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #868686;
} */
/* .js-details .js-summary .icon-toggle:after {
  background: #868686;
  content: "";
  display: block;
  height: 100%;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%
} */

/* .js-details[open] .js-summary .icon-toggle:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
} */

.js-details .js-content {
  height: 0;
  opacity: 0;
  position: relative;
  z-index: -1
}

.js-details[open] .js-content {
  height: auto;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: inherit
}

.js-details .js-content .content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  padding: 2.5rem;
  align-items: start;
}

.js-details .js-content .content-inner .content-a {
  display: flex;
  width: 4%;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #41513f;
  font-size: 2.2rem;
  padding-left: 1%;
}

.js-details .js-content .content-inner .content-a img {
  width: 100%;
}

.js-details .js-content .content-inner .content-text {
  width: 92%;
  line-height: 1.8;
  font-size: 1.8rem;
  text-align: left;
}


.js-accordion {
  overflow: hidden;
  transition: height 0.3s ease;
  height: 0;
}

.js-toggle .close{display: none;}
.js-toggle.is-opened .open{display: none;}
.js-toggle.is-opened .close{display: block;}

@media (max-width: 599px) {
  .js-details{
    margin-bottom: 1rem;
  }
  .js-details .js-summary .summary-inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    font-size: 1.4rem;
  }
  .js-details .js-summary .summary-inner .summary-q {
    width: 5vw;
  }
  .js-details .js-summary .summary-inner .summary-text {
    width: 91%;
  }

  .js-details .js-summary .icon-toggle {
    width: 2.5vw;
    height: 2.5vw;
  }

  .js-details .js-content .content-inner {
    padding-top: 5vw;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .js-details .js-content .content-inner .content-a {
    width: 4vw;
  }
  
  .js-details .js-content .content-inner .content-text {
    width: 91%;
    font-size: 1.2rem;
  }

}


/* ===================================================================

colorslider style

=================================================================== */

/* swiper pagenation custom */
:root {
  --swiper-theme-color: #4453a0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
  transform: scale(1);
}

.colorslider{
  background-image: url(../images/colors_bg.png);
  background-size: cover;
  padding: 0 5% 10%;
}

.wrapper{
  margin-bottom: 50px;
}

/* カラースライダーサムネイル　4列 */
.swiper-wrapper.wrapper2{
  display: grid;
  transform: none !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 2rem;
  padding-top: 20px;
  grid-template-areas: 
    "areaA areaA areaA areaA"
    "areaB areaC areaD areaE"
    "areaE areaF areaG areaH"
    "areaI areaI areaI areaI"
    "areaJ areaK areaL areaM"
    "areaN areaO areaP areaQ"; /*「セル4×4のレイアウト」に対してエリア名を指定*/
}


@media (max-width: 599px) {
  .swiper-wrapper.wrapper2{
    row-gap: 1rem;
  }
}


 .caution {
  padding: 0 0 50px 0;
  width: 1000px;
  margin: 0 auto;
}

 .caution p {
  font-size: 1.2rem;
  text-align:right;
  text-indent: -1em;
  line-height: 1.5;
}
@media only screen and (max-width: 751px) {
  .caution {
   width: auto;
   padding: 10px 3% 20px;
 }

  .caution p {
    font-size: 1.1rem;
 }
}

.ba {
  padding: 10px 0 70px 0;
  margin: 0 auto;
  width: 750px;
}


.ba ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}

.ba ul li {
  width: 44.6%;
  opacity: 0;
  transition: 1.8s .2s;
}

.ba ul li:last-child {
  transition: 1.8s .6s;
}

.ba.on ul li {
  opacity: 1;
}

@media only screen and (max-width: 751px) {
  .ba {
    width: auto;
    padding: 10px 0 40px 0;
  }
}



#swipebox-bottom-bar {
  display: none;
}

.anim {
  -webkit-animation: anim 3s ease-in infinite;
  animation: anim 3s ease-in infinite;
}

@-webkit-keyframes anim {
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9) translate(0px, 20px);
    transform: scale(1.1, 0.9) translate(0px, 20px);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85% {
    -webkit-transform: scale(0.9, 1.2) translate(0px, -7px);
    transform: scale(0.9, 1.2) translate(0px, -7px);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(0.95, 1.1) translate(0px, -3px);
    transform: scale(0.95, 1.1) translate(0px, -3px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes anim {
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9) translate(0px, 20px);
    transform: scale(1.1, 0.9) translate(0px, 20px);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85% {
    -webkit-transform: scale(0.9, 1.2) translate(0px, -7px);
    transform: scale(0.9, 1.2) translate(0px, -7px);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(0.95, 1.1) translate(0px, -3px);
    transform: scale(0.95, 1.1) translate(0px, -3px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@-moz-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.henpin {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 10px 30px;
  color: #ed6977;
  font-size: 15px;
  text-decoration: underline;
  text-align: right;
}

.henpin a {
  color: #ed6977;
}


.modaal-wrapper .modaal-close {
  background: #333;
}

.modaal-container {
  border-radius: 5px;
}


.modaal-content-container {
  padding: 15px;
}

.modaal-content-container .color {
  text-align: center;
  margin-bottom: 20px;
}

.modaal-content-container .color h2 {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 5px;
  background: #82c1c7;
}

.modaal-content-container .color p {
  padding-top: 20px;
  color: #348a9f;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}
.modaal-content-container .set03_s_wrap,
.modaal-content-container .set03_m_wrap,
.modaal-content-container .set03_l_wrap,
.modaal-content-container .set03_ll_wrap,
.modaal-content-container .set03_gm_wrap,
.modaal-content-container .set05_s_wrap,
.modaal-content-container .set05_m_wrap,
.modaal-content-container .set05_l_wrap,
.modaal-content-container .set05_ll_wrap,
.modaal-content-container .set05_gm_wrap {
  font-size: 1.6rem;
  text-align: center;
}

.modaal-content-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 1.6rem;
  background: #efefef;
  border-radius: 5px;
}

.modaal-content-container select option {
  font-size: 1.6rem;
}

.modaal-content-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.modaal-content-container input[type="submit"] {
  cursor: pointer;
  padding: 10px 50px;
  font-size: 2.4rem;
  background: linear-gradient(0deg, #03A9F4, #00BCD4);
  border-radius: 10px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px 1px #ccc;
  color: #fff;
  margin: 20px 0;
}

.modaal-content-container input[type="submit"] {
  display: none;
}

.modaal-content-container input.Selected[type="submit"] {
  display: inline-block;
}

.modaal-content-container .btn-dummy {
  cursor: pointer;
  padding: 10px 50px;
  font-size: 2.4rem;
  background: linear-gradient(0deg, #666, #aaa);
  border-radius: 10px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px 1px #ccc;
  color: #fff;
  margin: 20px 0;
}

.modaal-content-container .btn-dummy.dn {
  display: none;
}


@media only screen and (max-width: 751px) {
  .modaal-content-container .color {margin-bottom: 10px;}
  .modaal-content-container .color h2 {font-size: 2rem;margin-bottom: 15px;}
  .modaal-content-container .color p {font-size: 1.6rem;}

  .modaal-content-container input[type="submit"] {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .modaal-content-container .btn-dummy {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 20px 0 10px;
  }
  .modaal-content-container select {width: 100%;font-size: 1.4rem;margin-bottom: 5px;}
  .modaal-content-container select option {font-size: 1.4rem;}
}

.popup_dn {
  display: none;
}



.vat {
  vertical-align: top;
}

.sml {
  font-size: 80%;
}

.ybg {
  font-weight: bold;
  background: #fff571;
  color: #d33958;
}

.blue0 {
  color: #43b8e9;
}

.blue02 {
  color: #2e5896;
}

.red {
  color: #ff4141;
}

.big {
  font-size: 2.4rem;
}

.middle {
  font-size: 1.8rem;
}

.pink {
  color: #eb6877;
}

footer {
  width: 100%;
  font-size: 1.6rem;
  background: #fff;
  text-align: center;
}

footer ul {
  margin-top: 50px;
}

footer ul li {
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding: 0 20px;
}

footer ul li a {
  font-size: 1.4rem;
  text-decoration: none;
  padding: 15px 0;
}

footer ul li a:hover {
  text-decoration: underline;
}



.copy {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 0.5em;
  padding: 10px 0;
}

.floatBnr {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}

.floatBnr.active {
  display: block;
}

button,
#thumbs .swiper-slide,
#thumbs2 .swiper-slide,
.js-summary {
  cursor: pointer;
}

.introduction {
  background:  url(../images/introduction_bg.jpg) no-repeat center top/cover;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.animation_l {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.animation_l.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.animation_r {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.animation_r.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.btn_action {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}

.secret {
  background:  url(../images/secret_bg.jpg) no-repeat center top/cover;
}

.product {
  margin: auto 0;
  overflow: hidden;
}
.product_box {
  position: relative;
  padding: 0 0 63% 0;
}
.product_box2 {
  position: relative;
  padding: 0 0 57% 0;
}
.product_box3 {
  position: relative;
  padding: 0 0 50% 0;
}
.product_box4 {
  position: relative;
  padding: 0 0 60% 0;
}
.product_box p,.product_box2 p,.product_box3 p,.product_box4 p {
  position: absolute;
}
.product_r {
  right: 0;
}
.product_l {
  left: 0;
}
.product_txt {
  top: 6rem;
}
.product_img {
  top: 3rem;
}
.product_img video{
  width: 373px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.hikaku {
  position: relative;
}
.hikaku p:first-of-type {
  position: absolute;
  top: 63%;
  right: 3%;
}
/* .hikaku p:nth-of-type(2) {
  position: absolute;
  top: 37%;
  left: 60%;
} */
.hikaku p:last-of-type {
  position: absolute;
  top: 37%;
  left: 55%;
}
.worries {
  background:  url(../images/worries_bg.jpg) no-repeat center top/cover;
}

.med {
  background:  url(../images/med_bg.jpg) no-repeat center top/cover;
}

.med_point {
  background:  url(../images/med_point_bg.jpg) no-repeat center top/cover;
}

.doctor_mt {
  margin-top: -166px;
}

.swiper-container .swiper-wrapper,.swiper-container .swiper-wrapper{
  transition-timing-function: linear;
}

.product_img02_2_h {
  height: 310px;
}

.product_r2 {
  right: -8rem;
  top: 2rem;
}

.point_psr,.point_psr2 {
  position: relative;
  margin-bottom: 50px;
}

.point_psa {
    width: 300px;
    position: absolute;
    right: 7rem;
    top: 32rem;
}

.point_psa2 {
  width: 300px;
  position: absolute;
  right: 38rem;
  top: 32rem;
}


@media only screen and (max-width: 430px) {
  .doctor_mt {
    margin-top: -98px;
  }
}

/*SP*/
@media (max-width: 750px) {
  .product_r {
    right: 0;
  }
  .product_l {
    left: 0;
  }
  .product_txt {
    bottom: 0;
    width: 60%;
  }

  .product_img {
    bottom: 20px;
    width: 55%;
  }
  .hikaku p:first-of-type {
      width: 34%;
  }
  .hikaku p:nth-of-type(2) {
      width: 34%;
  }
  .hikaku p:last-of-type {
      width: 34%;
  }
  .product_box4 {
    padding: 0 0 63% 0;
}

.product_img video {
  width: 100%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.product_img02_2_h {
  height: 100%;
}
.product_r2 {
  right: -1rem;
  top: 2.5rem;
}

.point_psa {
  width: 40%;
  right: 7%;
  top: 38%;
}
.point_psa2 {
  width: 40%;
  right: 52%;
  top: 37%;
}

.point_psr {
  margin-bottom: 7%;
  margin-right: 5%;
}
.point_psr2 {
  margin-bottom: 7%;
  margin-left: 5%;
}
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/slide_arw_r.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../images/slide_arw_r.png);
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}




