@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    background-color: #F4F4F4;
}

/** link **/
a:link {
    color: #1c7fbd;
	text-decoration: underline;
}

a:visited {
    color: #1c7fbd;
}

a:hover,
a:active {
	text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
#wrapper{
    width: 620px;
    padding: 0 0 0 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    background-color: #ffffff;
}
.content{
    display: block;
    margin: 3% auto;
    width: 95%;
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
}
/*layout
----------------------------------------------------*/

img{
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}
video {
    width: 100%;
    margin-bottom: 30px;
}
.taC{
    text-align: center;
}
.taR{
    text-align: right;
}
.taL{
    text-align: left;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}
.pink{
    color: #fa57cc;
    font-weight:bold;
}
.red{
    color: #ff0000;
    font-weight: bold;
}
.gray{
    color: rgb(110, 110, 110);
}
.orange{
    color: rgb(255, 153, 0);
}
.blue{
    color: rgb(0, 0, 255);
    font-weight: bold;
}
.star {
  color:#ff9900;
    font-weight: bold;
}
.marker{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 30%,#ffee57 0%) repeat scroll 0 0;
}
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}
.fsLL{
    font-size: 27px;
}
.fsL{
    font-size: 21px;
}
.fsM{
    font-size: 19px;
}
.fsSS{
    font-size: 15px;
}
.fsS{
    font-size: 10px;
}
.fwB {
    font-weight: bold;
}

.marker {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffff00 0%) repeat scroll 0 0;
}

p {
    margin-bottom: 20px;
    text-align:center;
}
.small {
    font-size:10px;
    text-align:right!important;
}

/*ふきだし*/
 .balloon_l {
  /*周りの余白。上下｜左右*/
  margin: 1.5em 0;
  overflow: hidden;
  display: flex;
}

.balloon_r {
    margin: 1.5em 0 2.5em;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
}

 .chatting {
  /*吹き出しの幅を変更する場合、下記autoを削除して20%から100%の値を指定してください*/
  width: auto;
}

 .faceicon {
  display: inline-block;
  width: 55px;
  min-width: 55px;
  height: auto;
  position: relative;
  overflow: hidden;
}

 .faceicon img {
  /*画像周りの線の指定。左から、線の種類、線の太さ、線の色*/
  border: solid 3px #d7ebfe;
  box-sizing: border-box;
  width: 55px;
  max-width: 55px;
  height: 55px !important;
  object-fit: cover;
  border-radius: 50%;
}

 .name {
  /*アイコン名の文字サイズ*/
  font-size: 10px;
  /*アイコン名の文字の色*/
  color: #808080;
  text-align: center;
}

 .says_l {
  display: block;
  position: relative;
  margin: 0 0 0 20px;
  padding: 12px;
  border-radius: 10pt;
  /*吹き出しの部分の背景色指定。※三角部分の色を除く*/
  background-color: #d7ebfe;
}

 .says_l:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -26px;
  border: 11pt solid transparent;
  /*三角部分の色変更は下記より変更ください*/
  border-right: 11pt solid #d7ebfe;
}


 .says_r {
    display: block;
    position: relative;
    margin: 0;
    padding: 12px;
    border-radius: 10pt;
    background-color: #d7ebfe;
    margin-right: 20px;
}

.says_r:before {
    content: "";
    position: absolute;
    top: 15px;
    right: -11px;
    border-left: 11px solid #d7ebfe;
    border-bottom: 11px solid transparent;
    border-top: 11px solid transparent;
}
 .says p {
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
}


/*吹き出しピンク*/
 .balloon {
  width: 100%;
  /*周りの余白。上下｜左右*/
  margin: 1.5em 0;
  display: flex;
}

 .chatting {
  /*吹き出しの幅を変更する場合、下記autoを削除して20%から100%の値を指定してください*/
  width: auto;
}

 .faceicon_p {
  flex-basis: 55px;
  flex-shrink: 0;
}

 .faceicon_p img {
  width: 55px;
  max-width: 55px;
  height: 55px !important;
  object-fit: cover;
  border-radius: 50%;
  box-sizing: border-box;
}

 .chatting_p {
  /*吹き出しの背景色。下の.chatting:beforeと色を合わせてください */
  background: #ffc0cb;
  margin: 0 14px auto;
  min-height: 27px;
  padding: 5px 13px;
  border-radius: 22px;
  /*吹き出しの影。水平方向の距離｜垂直方向の距離｜ぼかし距離｜広がり距離｜影の色の順*/
  box-shadow: 2px 2px 3px 0px #cccccc;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

 .chatting_p:before {
  /*吹き出しのしっぽ部分の色変更は下記２行のカラーコード*/
  border-right: 12px solid #ffc0cb;
  border-right-color: #ffc0cb;
  left: -15px;
  border-top-right-radius: 100%;
  transform: rotate(285deg);
  width: 24px;
  height: 18px;
  top: 10px;
  content: '';
  position: absolute;
  box-sizing: border-box;
}

 .says_p p {
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
}



/*点滅*/
/*動きの速さをかえたいときは、 animationの1s(=1秒)の時間を変更 */
.flash {
  animation: flash 5s ease infinite alternate;
  display: flex;
  /*左寄せは flex-start、真ん中寄せはcenter*/
  justify-content: center;
}

/*設定した時間（初期：1秒）の半分の時に透明になる*/
@keyframes flash {
  50% {
    opacity: 0;
  }
}

/*矢印*/
 .step_arr {
  position: relative;
  padding-top: 22vw;
  margin-top: -4vw;
}

 .step_arr span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10vw;
  height: 10vw;
  margin-left: -5vw;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

 .step_arr span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

 .step_arr span:nth-of-type(2) {
  top: 4vw;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

 .step_arr span:nth-of-type(3) {
  top: 8vw;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 620px) {
   .step_arr {
    position: relative;
    padding-top: 136px;
    margin-top: -25px;
  }

   .step_arr span {
    width: 62px;
    height: 62px;
    margin-left: -31px;
  }

   .step_arr span:nth-of-type(2) {
    top: 24.8px;
  }

   .step_arr span:nth-of-type(3) {
    top: 49.6px;
  }
}


 h2 {
  padding: 15px 15px 15px 20px;
  background-color: #c1f0ff;
  font-size: clamp(19px, 2vw, 22px);
  margin: 40px 0 0 0;
  border-top: 3px dotted #3dc7de;
  margin-bottom: 20px;
}

 .cute-heading {
  display: flex;
  align-items: center;
  font-weight:bold;
}

h2 img {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}

h2.cute-heading.h2_y {
  padding: 15px 5px 15px 20px;
  background-color: #fff9cf;
  font-size: clamp(18px, 2vw, 22px);
  margin: 40px 0 0 0;
  border-radius: 10px;
  border-top: none;
  margin-bottom: 20px;
}

h2.cute-heading.h2_y img {
    width: 55px;
    height: 40px;
    margin: 0 10px 0 0;
}

 h3 {
  animation: flash 1.5s linear infinite;
  text-align: center;
  font-size: 24px;
  color: #f68384;
}

@keyframes flash {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}



/*口コミ*/
 .single-carousel {
  width: 600px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

 .single-carousel .swiper {
  padding: 0 20px 10%;
}

 .single-carousel .swiper-slide {
  background: linear-gradient(45deg, rgb(144, 245, 154), rgb(4, 202, 255));
  border-radius: 20px;
  padding: 8px;
  height: auto;
  box-sizing: border-box;
}

 .single-carousel .swiper-slide .inner {
  height: 100%;
  background-color: #f4faff;
  border-radius: 18px;
  padding: 10px 20px;
  box-sizing: border-box;
}

 .single-carousel .swiper-button-prev,
 .single-carousel .swiper-button-next {
  font-size: 16px;
  color: #ffffff;
  background-color: #000000;
  border: 3px solid #ffffff;
  border-radius: 50%;
  height: 27px;
  opacity: 0.5;
}

 .single-carousel .swiper-button-prev::after,
 .single-carousel .swiper-button-next::after {
  font-size: 1em;
  font-weight: 700;
}

 .single-carousel .swiper-button-prev {
  left: 0;
}

 .single-carousel .swiper-button-next {
  right: 0;
}

 .single-carousel .wrap-title {
  display: flex;
  align-items: center;
  gap: 0 5%;
  margin: 0 -10px;
}

 .single-carousel .wrap-title .check {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffa500;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}

 .single-carousel .wrap-title .check .num {
  font-size: 200%;
  margin: 0;
}

 .single-carousel .wrap-title .check::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 12px solid transparent;
  border-left: 20px solid #ffa500;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

 .single-carousel .wrap-title .title {
  font-size: 20px;
  color: #191970;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

 .single-carousel .wrap-img {
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

 .single-carousel .wrap-img img,
 .single-carousel .wrap-img video {
  display: inline !important;
  vertical-align: bottom;
}

 .single-carousel .wrap-txt p {
  font-size: 16px;
  color: #000000;
  line-height: 1.9;
  margin: 1em 0;
}

 .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  padding-bottom: 10%;
  z-index: 1;
}

 .swiper-pointer-events {
  touch-action: pan-y;
}

 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

 .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

 .swiper-button-next,
 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
}

 .swiper-button-next:after,
 .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

 .swiper-button-next:after {
  content: "next";
}

 .swiper-button-prev:after {
  content: "prev";
}

 .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

 .swiper-pagination-bullet {
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
  margin: 0 4px;
}

 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

 .swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

 .purupuruBtn__area {
  width: 100%;
  height: auto;
  animation: purupuru 1.5s infinite;
}

 .btn {
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.2s;
}

 .btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

@keyframes purupuru {
  0% {
    transform: translate(0, 0);
  }

  5% {
    transform: translate(0, -5px);
  }

  10% {
    transform: translate(0, 5px);
  }

  15% {
    transform: translate(0, -5px);
  }

  20% {
    transform: translate(0, 5px);
  }

  25% {
    transform: translate(0, -5px);
  }

  30% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}



    .footer {
        padding: 3%;
        background-color: #cccccc;
        margin-top: 20px;
    }

/*    口コミ*/
 .kuti {
  padding: 15px 10px;
  background: white;
  border: 11px solid #ffa9b8;
}
.kuti>p {
    text-align: left;
}
