@charset "UTF-8";
/* 共通 */
body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 600px;
  margin: 0 auto;
  color: #01161E;
  background: #11C243;
}

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

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.m0auto {
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  width: 94%;
  margin: 0 auto;
}


.fv{
  overflow: hidden;
}
.fv img {
  width: 100%;
}

.fv_wrapper {
  position: relative;
}

.fv_title {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: min(6.333vw, 40px);
}

img.fv_title {
  width: 80%;
}

.fv_circle {
  position: absolute;
  top: 8%;
  right: min(5vw, 30px);
}

img.fv_circle {
  width: 25%;
}

.zoomIn {
  -webkit-animation: zoomIn 1s ease 0s 1 normal;
          animation: zoomIn 1s ease 0s 1 normal;
}

/* zoomIn */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.c-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-marker {
  font-size: min(6.667vw, 40px);
  font-weight: 900;
  line-height: 2;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  font-weight: 900;
  padding: 2px 8px;
  position: relative;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.c-marker.__anima {
  -webkit-animation: anima_4 0.4s linear forwards;
          animation: anima_4 0.4s linear forwards;
}

@-webkit-keyframes anima_4 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes anima_4 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.delay {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.intro-marker {
  margin-top: min(5vw, 30px);
  font-weight: 900;
}

.intro-box {
  font-size: min(5.667vw, 34px);
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
}
.intro-box span {
  display: inline-block;
  margin: min(9vw, 54px) 0;
}

.intro-marker {
  position: relative;
  font-weight: 900;
}
.intro-marker img {
  position: absolute;
  right: 0;
  top: max(-4.167vw, -25px);
  width: 25%;
  -webkit-animation: hurueru 0.5s infinite;
          animation: hurueru 0.5s infinite;
}

.step-title {
  text-align: center;
  font-size: min(7.333vw, 44px);
  font-weight: 900;
  color: #fff;
  margin: min(10vw, 60px) auto min(6.667vw, 40px);
}
.step-title .main-title {
  background: #E97F7F;
  margin-bottom: min(3.333vw, 20px);
  border-radius: min(3.333vw, 20px);
  padding: min(3.333vw, 20px) min(6.667vw, 40px);
}
.step-title .sub-title {
  padding: min(3.333vw, 20px) min(6.667vw, 40px);
  display: inline-block;
  background: #E97F7F;
  border-radius: min(3.333vw, 20px);
}

.step-number,
.step-subtitle {
  font-size: min(6.667vw, 40px);
  font-weight: 900;
}

.step-number {
  color: #E97F7F;
  margin-right: min(3.333vw, 20px);
}

.step-subtitle {
  margin-bottom: min(5vw, 30px);
}

.step-summary {
  font-weight: 700;
  font-size: min(4.667vw, 28px);
}

.step-box_wrapper {
  padding: min(6.667vw, 40px) 16px;
  background: #fff;
  border-radius: min(3.333vw, 20px);
}

.step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: min(6.667vw, 40px) 0;
  width: 94%;
  margin: 0 auto;
}
.step-box:after {
  position: absolute;
  content: "";
  width: min(80vw, 480px);
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  background-image: linear-gradient(to right, #11C243, #11C243 10px, transparent 10px, transparent 8px);
  background-size: min(5vw, 30px) 5px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.step-box:first-of-type {
  padding-top: 0;
}
.step-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.reverse {
  text-align: right;
  white-space: nowrap;
}
.reverse .step-number {
  margin-right: 0px;
  margin-left: min(3.333vw, 20px);
}

.how_01 > img {
  position: absolute;
  right: min(1.667vw, 10px);
  top: max(-3.333vw, -20px);
  width: 15%;
  -webkit-animation: ugoki 1s linear infinite alternate;
          animation: ugoki 1s linear infinite alternate;
}

@-webkit-keyframes ugoki {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ugoki {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.how_02 > img {
  position: absolute;
  width: 20%;
  left: max(-3.333vw, -20px);
  top: 10px;
  -webkit-animation: shake 2s infinite;
          animation: shake 2s infinite;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@-webkit-keyframes shake {
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes shake {
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.how_03 > img {
  position: absolute;
  width: 23%;
  right: max(-1.667vw, -10px);
  top: 0px;
  -webkit-animation: hurueru 0.1s infinite;
          animation: hurueru 0.1s infinite;
}

@-webkit-keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
            transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
            transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
            transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}

@keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
            transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
            transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
            transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.circle {
  width: 20%;
  text-align: center;
  -webkit-animation: move-y 0.5s infinite alternate ease-in-out;
          animation: move-y 0.5s infinite alternate ease-in-out;
  margin: min(10vw, 60px) auto;
}

@-webkit-keyframes move-y {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes move-y {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
}

.star5_rating:before, .star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.item-box {
  background: #fff;
  border-radius: min(5vw, 30px);
  padding: min(8.333vw, 50px) min(5vw, 30px);
  margin-bottom: min(6vw, 60px);
}

.item-subtitle {
  font-size: min(6vw, 36px);
  font-weight: 900;
  padding-bottom: min(3.333vw, 20px);
  margin-bottom: min(5vw, 30px);
  border-bottom: 5px solid #333;
}
.item-subtitle:before {
  content: "■";
}

.item-detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.item-icon {
  width: 30%;
  margin-right: min(5vw, 30px);
}

.item-detail{
  width: 60%;
}

.item-tag {
  font-weight: bold;
  color: #fff;
  font-size: min(3vw, 24px);
}
.item-tag span {
  margin-right: min(2vw, 12px);
  background: #E0607E;
  padding: 1%;
  border-radius: 5px;
}



.item-title {
  font-size: min(7vw, 42px);
  font-weight: 900;
  padding: min(2vw, 12px) 0;
}

.item-star {
  font-size: min(6vw, 36px);
}

.item-banner {
  width: 96%;
  margin: min(4vw, 40px) auto min(13.33vw, 80px);
}
.item-banner img {
  width: 100%;
}

ul {
  border: solid 5px #E0607E;
  padding: min(3.333vw, 20px) 8px;
  position: relative;
  border-radius: 0 min(2.5vw, 15px) min(2.5vw, 15px) min(2.5vw, 15px);
  font-size: min(4vw, 28px);
  position: relative;
}

.r-title {
  font-weight: bold;
  position: absolute;
  top: max(-8vw, -48px);
  left: max(-1.3vw, -5px);
  border-radius: min(2.5vw, 15px) min(2.5vw, 15px) 0 0;
  font-size: min(4vw, 24px);
  color: #fff;
  background: #E0607E;
  padding: min(1.333vw, 8px) min(2vw, 12px);
}

.recommend {
  padding-left: min(7vw, 54px);
  padding-bottom: min(5vw, 30px);
  font-weight: bold;
}
.recommend:last-of-type {
  padding-bottom: 0;
}

.recommend:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  position: absolute;
  left: min(4vw, 24px); /*左端からのアイコンまで*/
  color: #E0607E; /*アイコン色*/
  font-weight: normal;
  -webkit-animation-name: anim_h;
          animation-name: anim_h;
}

@-webkit-keyframes anim_h {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}

@keyframes anim_h {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}

.add-btn {
  text-align: center;
  font-size: min(4vw, 24px);
  font-weight: bold;
}
.add-btn p {
  font-size: min(3.333vw, 20px);
  color: #E0607E;
  margin-top: min(2vw, 12px);
}

.btn {
  margin: 0 auto;
  color: #fff;
  padding: min(3.333vw, 20px) 0;
  border-radius: min(6.667vw, 40px);
  margin-top: min(4vw, 40px);
}
.btn i {
  display: inline-block;
  margin-right: min(8px, 1.333vw);
}

footer {
  text-align: center;
  background: #333;
  color: #fff;
  padding: min(5vw, 30px) 0;
}

/* 追加 */
.item-description{
  padding-top: 4%;
  font-size: min(4vw, 24px);
  line-height:1.6;
  font-weight: 500;
}

.under_y {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.txt-limit{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}

.fwb{
  font-weight: 900;
}


.c_red {
  color: #ff6464;
}

video{
  width: 100%;
}

.cnt_title {
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5%;
  color:#fff;
}
.cnt_title h3 {
  font-size: min(5.8vw, 36px);
  font-weight: bold;
}

.cnt_title img {
  width: 6%;
  margin-right: 2.13%;
}

.swiper{
  margin-bottom: 5%;
}