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

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;
  }
}

.pos-r{
  position: relative;
}
.pos-a{
  position: absolute;
}
.pos-t-0{
  top:0;
}
.pos-l-0{
  left:0;
}
.pos-r-0{
  right:0;
}
.pos-t-25 {

  top:25%;
}
.pos-t-5 {

  top:5%;
}

.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;
  -webkit-animation:bounceIco3 1s ease-in-out infinite;animation:bounceIco3 1s 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;
}


.bg-sedondary{
  background: #eff1f7;
}

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

.whiteBg {
    background: #fff;
}

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

.img01 {
  position: relative;
  background: #d42f52;
}
.img01 .medal {
  position: absolute;
  bottom: 27%;
  left: 0;
  right: 0;
  display: flex;
  column-gap: 3%;
  margin: 0 auto;
  width: 88%;
}
.img01 .medal .anm:nth-of-type(2){
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
  transition: opacity 2s, transform 1.5s, -webkit-transform 1.5s;
}
.img01 .medal .anm:nth-of-type(3){
  -webkit-transition: opacity 2.5s, -webkit-transform 2s;
  transition: opacity 2.5s, -webkit-transform 2s;
  transition: opacity 2.5s, transform 2s;
  transition: opacity 2.5s, transform 2s, -webkit-transform 2s;
}
@media only screen and (max-width: 751px) {
  .img01 {

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

.tv{
  position: relative;
}
.tv iframe{
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
.tv .medal {
  display: flex;
  column-gap: 3%;
  margin: 5% auto;
  width: 88%;
  justify-content: center;
}
.tv .medal .anm{
  position: relative;
  width: 20rem;
  height: 20rem;
}
.tv .medal .anm .graph-circle{
  content:"";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 20rem;
  height: 20rem;
  margin: auto;
  border-radius: 100rem;
  box-shadow: .5rem .5rem 0 #a31b2f;
}
.tv .medal .anm:nth-of-type(1) .graph-circle{
  background:conic-gradient(#fff 0%,#fff 90.7% ,#c91129 90.7%,#c91129 100%);
}
.tv .medal .anm:nth-of-type(2){
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
  transition: opacity 2s, transform 1.5s, -webkit-transform 1.5s;
}
.tv .medal .anm:nth-of-type(2) .graph-circle{
  background:conic-gradient(#fff 0%,#fff 93% ,#c91129 93%,#c91129 100%);
}
.tv .medal .anm:nth-of-type(3){
  -webkit-transition: opacity 2.5s, -webkit-transform 2s;
  transition: opacity 2.5s, -webkit-transform 2s;
  transition: opacity 2.5s, transform 2s;
  transition: opacity 2.5s, transform 2s, -webkit-transform 2s;
}
.tv .medal .anm:nth-of-type(3) .graph-circle{
  background:conic-gradient(#fff 0%,#fff 90.1% ,#c91129 90.1%,#c91129 100%);
}
.tv .medal .anm .graph-title,
.tv .medal .anm .graph-number{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tv .medal .anm .graph-title{
  top: 24%;
  height: 1.8rem;
}
.tv .medal .anm .graph-number{
  top: 42%;
  height: 6.8rem;
}
.tv .medal .anm .graph-title img,
.tv .medal .anm .graph-number img{
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 751px) {
  .tv .medal .anm,
  .tv .medal .anm .graph-circle{
    width: 28vw;
    height: 28vw;
  }
  .tv .medal .anm .graph-circle{box-shadow: .3rem .3rem 0 #e8ecf5;}
  .tv .medal .anm .graph-title{
    height: 2.7vw;
    top: 18%;
    
  }
  .tv .medal .anm .graph-number{
    height: 9.8vw;
  }
}
.tv .caution {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}


.instagram{
  padding-bottom: 10%;
  padding-top: 10%;
}

.instagram .tags{
  display: flex;
  column-gap: 3%;
  margin: 5% auto;
  width: 88%;
  justify-content: center;
  align-items: center;
}

.js-images-slide1{
  margin-bottom: 2rem;
}

.js-images-slide1.swiper-container .swiper-wrapper,.js-images-slide2.swiper-container .swiper-wrapper{
  transition-timing-function: linear;
}


.plantica{
  background:  url(../img/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;
  }
}
.step {
  background-color: #c91129;
}

.use{
  background:  url(../images/other/bg5.png) no-repeat center top/cover;
  padding-bottom: 4rem;
}

.use iframe{
  width: 88%;
  aspect-ratio: 16/9;
}
/* ===================================================================

 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: 90%;
}

.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;
  font-family: Higure Gothic, Noto Sans JP, sans-serif;
  font-weight: 400;
  color: #333333;
  border: #333333 2px solid;
  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: 1rem;
  height: 1rem;
  border-top: 3px solid #9186b1;
  border-left: 3px solid #9186b1;
  border-top-left-radius: 3px;
  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;
  font-family: Higure Gothic, Noto Sans JP, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #41513f;
  font-size: 2.2rem;
}

.js-details .js-content .content-inner .content-a {
  display: flex;
  width: 4%;
  font-family: Higure Gothic, 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: #696969;
}
.sizeslider {
  --swiper-theme-color: #000;
}
.colorslider-pagination-size {
  bottom: 34% !important;
}
.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-color: #d25d84;
}

.wrapper{
  margin-bottom: 30px;
}

/* カラースライダーサムネイル　4列 */
.swiper-wrapper.wrapper2{
  display: grid;
  transform: none !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 2rem;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media (max-width: 599px) {
  .swiper-wrapper.wrapper2{
    row-gap: 1rem;
  }
  .colorslider-pagination-size {
    bottom: 31% !important;
  }
}

/* newアイコン */
.swiper-wrapper.wrapper2 .swiper-slide.icon-new{
  position: relative;

}
.swiper-wrapper.wrapper2 .swiper-slide.icon-new:before{
  content:"";
  position: absolute;
  top: -2rem;
  left: 0.5rem;
  height: 2rem;
  width: 5rem;
  background: url(../images/new_icon.png) no-repeat center / contain;
}


 .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;
 }
 .swiper-wrapper.wrapper2 .swiper-slide.icon-new:before{
  width: 3rem;
}
}

.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%;
  text-align: center;
  font-size: 1.6rem;
  background: #fff;
  text-align: center;
}

footer ul {
  margin-top: 50px;
}

footer ul li {
  font-size: 1.6rem;
  display: block;
  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;
}

.bg_company {
  background: #8c9fd4;
}

.copy {
  display: block;
  background: #333139;
  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;
}

.pt-10p {
  padding-top: 10%;
}
.pt-7p {
  padding-top: 7%;
}
.py-5p {
  padding-top: 5%;
  padding-bottom: 5%;
}
.py-10p {
  padding-top: 10%;
  padding-bottom: 10%;
}
.py-3p {
  padding-top: 3%;
  padding-bottom: 3%;
}
.pb-3p {
  padding-bottom: 3%;
}
.seccta.seccta__cellebra .cta {
  padding: 0 !important;
}
.bg-grey {
  background-color: #f4f4f4;
}
.size {
  background-color: rgba(241,241,241,0.3);
}

@media only screen and (max-width: 750px) {
  .series .number .num {
    left: 15%;
    width: 70%;
}
.sp-px-15p {
  padding-left: 15%;
  padding-right: 15%;
}
.sp-px-5p {
  padding-left: 5%;
  padding-right: 5%;
}
}
.po01 {
  width: 63%;
}
.po02 {
  position: absolute;
    bottom: 20%;
    left: 10%;
    width: 80%;
}
.po03 {
  position: absolute;
    bottom: 10%;
    left: 5%;
    width: 90%;
}
.fv_cv {
  background-image: url(../img/fv_cv_bg.jpg);
  background-size: cover;
}
.introduction1 {
  background-image: url(../img/introduction1_bg.jpg);
  background-size: cover;
}
.introduction2 {
  background-image: url(../img/introduction2_bg.jpg);
  background-size: cover;
}
.product_more {
  background-image: url(../img/product_more_bg.jpg);
  background-size: cover;
}
.colorslider-slider{
  background: #fff;
  margin-left: 5%;
  margin-right: 5%;
  border-top-right-radius: 10%;
  border-top-left-radius: 10%;
}
.colorslider-thumbs {
  background: #fff;
  margin-left: 5%;
  margin-right: 5%;
}
.mt-add {
  margin-top: -5rem;
}
.color_slide_bg {
  background-color: #eeecf2;
}
.point01 {
  background-image: url(../img/point01_bg.jpg);
  background-size: cover;
}
.point02 {
  background-image: url(../img/point02_bg.jpg);
  background-size: cover;
}
.point03 {
  background-image: url(../img/point03_bg.jpg);
  background-size: cover;
}
.secret-mv {
  width: 420px;
    margin-left: auto;
    height: 420px;
    border-radius: 50%;
    object-fit: cover;
    /* outline: 24px solid rgba(210, 93, 132, 0.2);
    -webkit-outline: 24px solid rgba(210, 93, 132, 0.2);
    outline-offset: -24px; */
    box-shadow: inset 0 0 0 15px rgba(210, 93, 132, 0.2);
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 9999;
    box-shadow: -20px 40px 8px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: -20px 40px 8px 0 rgba(0, 0, 0, 0.07);
}
.secret02::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  margin-left: auto;
  z-index: 99999;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  display: block;
  border: 24px solid rgba(210, 93, 132, 0.2);
  box-sizing: border-box;
    position: absolute;
}

@media (min-width: 640px) and (max-width: 720px) {
  .secret-mv {
    width: 370px;
      height: 370px;
  }
  .secret02::after {
    width: 370px;
      height: 370px;
  }
}
@media (min-width: 540px) and (max-width: 640px) {
  .secret-mv {
    width: 330px;
      height: 330px;
  }
  .secret02::after {
    width: 330px;
      height: 330px;
      border: 15px solid rgba(210, 93, 132, 0.2);
  }
}
@media (min-width: 480px) and (max-width: 540px) {
  .secret-mv {
    width: 300px;
      height: 300px;
  }
  .secret02::after {
    width: 300px;
    height: 300px;
    border: 15px solid rgba(210, 93, 132, 0.2);
  }
}
@media (min-width: 440px) and (max-width: 480px) {
  .secret-mv {
    width: 260px;
      height: 260px;
      right: -30px;
  }
  .secret02::after {
    width: 260px;
    height: 260px;
    right: -30px;
    border: 15px solid rgba(210, 93, 132, 0.2);
  }
}
@media (min-width: 380px) and (max-width: 440px) {
  .secret-mv {
    width: 230px;
      height: 230px;
      right: -30px;
  }
  .secret02::after {
    width: 230px;
    height: 230px;
    right: -30px;
    border: 15px solid rgba(210, 93, 132, 0.2);
  }
}
@media (min-width: 315px) and (max-width: 380px) {
  .secret-mv {
    width: 190px;
      height: 190px;
      right: -30px;
  }
  .secret02::after {
    width: 190px;
    height: 190px;
    right: -30px;
    border: 15px solid rgba(210, 93, 132, 0.2);
  }
}
@media screen and (max-width: 315px) {
  .secret-mv {
    width: 160px;
      height: 160px;
      right: -30px;
      max-width: 50%;
  }
  .secret02::after {
    width: 160px;
    height: 160px;
    right: -30px;
    max-width: 50%;
    border: 15px solid rgba(210, 93, 132, 0.2);
  }
}
