@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*======================================================================*/
/*Module
/*======================================================================*/
.clearfix:after {
  content: " ";
  display: table;
  clear: both
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.inner-wide {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.sp {
  display: none;
}

.ocher {
  color: #b57f18;
}

.Noto-Sans-CJK-JP {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

.Source-Sans-Pro {
  font-family: 'Source Sans Pro', sans-serif;
}

.serif {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/*------------------------------------------*/
/*js
/*------------------------------------------*/
.fade-in {
  opacity: 0;
  transition: .8s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transition: .8s;
  transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
}

.slide-right {
  opacity: 0;
  transition: .8s;
  transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
}

.slide-up {
  opacity: 1.0;
  transition: .8s;
  transform: translate(0, 200px);
  -webkit-transform: translate(0, 200px);
}

.slide-in {
  opacity: 1.0;
  transition: .8s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*======================================================================*/
/*index.html
/*======================================================================*/
/*------------------------------------------*/
/*contents-common
/*------------------------------------------*/
.contents {
  width: 100%;
}

section {
  width: 100%;
  padding: 5vw 0 0;
  overflow: hidden;
  box-sizing: border-box;
}

section:first-child {
  padding-top: 0;
}

section:last-child {
  margin-bottom: 4vw;
}

.sub_ttl {
  color: #000;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  padding: 50px 0;
  margin-bottom: 40px;
}

.annotation {
  margin: 0 auto;
  padding: 12px 45px;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: -0.015rem;
  margin: 35px 0 10px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.right::after {
  content: '';
  clear: both;
}

/*------------------------------------------*/
/*header
/*------------------------------------------*/
header {
  width: 100%;
}

.l_header_name-inner {
  width: 90%;
  max-width: 1200px;
  padding: 10px 0;
}

.l_header_name {
  z-index: 10;
  text-align: left;
}

.l_header_logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 289px;
}

/* .l_header_name h2 {
  display: inline-block;
  color: #c21732;
  font-size: 5vw;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (min-width:900px) {
  .l_header_name h2 {
    font-size: 4rem;
  }
} */

/*------------------------------------------*/
/*kv
/*------------------------------------------*/
.kv_bg {
  background: url(../img/01_firstview/authentic/main_visual_pc_t-1_2507.jpg) no-repeat;
  background-size: cover;
  height: 49.8vw;
}

/*------------------------------------------*/
/*cvbtn(2301)
/*------------------------------------------*/
.cvbtn_wrap {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 680px;
  height: 130px;
  margin: 25px auto 100px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.cvbtn {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  background: #c21732;
}

.cvbtn:hover {
  background: rgba(194, 23, 50, 0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.cvbtn_arrow {
  padding: 0 50px 0 0;
  background: url(../img/02_cpn/arrow_right.svg) no-repeat right center;
  background-size: 20px;
}

.cvbtn_app {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  background: #cb1a70;
}

.cvbtn_app:hover {
  background: rgba(203, 26, 112, 0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.cvbtn_wrap_s {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 680px;
  height: 130px;
  margin: 0 auto 50px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.cvbtn_s {
  box-sizing: border-box;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  font-weight: bold;
  text-decoration: none;
  color: #fbdf00;
  border-radius: 6px;
  background: #c21732;
  outline-offset: -5px;
  outline: 2px solid #fbdf00;
  text-align: center;
  margin: 0 auto;
}

.cvbtn_s:hover {
  background: rgba(194, 23, 50, 0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.cvbtn_arrow_s {
  padding: 0 50px 0 0;
  background: url(../img/02_cpn/arrow_right_y.svg) no-repeat right center;
  background-size: 20px;
}


/*------------------------------------------*/
/*shop_link 
/*------------------------------------------*/
.shop_link {
  width: 100%;
  max-width: 1200px;
  margin: 2.5% auto;
  text-align: center;
}

.shop_link_wrap {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-block;
  width: 30%;
  max-width: 300px;
  height: auto;
  margin: 0 auto 50px;
  padding: 10px;
  text-align: center;
}

.shop_link_btn {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #c21732;
  border-radius: 6px;
}

.shop_link_btn:hover {
  background: rgba(194, 23, 50, 0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.cvbtn_arrow2 {
  width: calc(100% + 2.5%);
  margin: 0 0 0 -2.5%;
  background: url(../img/02_cpn/arrow_down.svg) no-repeat 92% center;
  background-size: 25px;
}

@media screen and (max-width:1000px) {
  .shop_link {
    width: 100%;
    margin: 0 auto;
  }

  .shop_link_wrap {
    width: 30%;
    height: auto;
    padding: 5px;
    margin: 25px auto 100px;
  }

  .shop_link_btn {
    font-size: 3rem;
  }

}

/*------------------------------------------*/
/*cvbtn-order
/*------------------------------------------*/
.cvbtn_wrap-order {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 680px;
  height: 120px;
  margin: 50px auto;
  padding: 10px;
  text-align: center;
}


.cvbtn-order {
  box-sizing: border-box;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9999px;
}

.arrow-order-fff {
  background: url(../img/02_cpn/arrow_right.svg) no-repeat 95% center;
  background-size: 20px;
}

.arrow-order-333 {
  background: url(../img/02_cpn/arrow_right_333.svg) no-repeat 95% center;
  background-size: 20px;
}

.arrow-order-navy {
  background: url(../img/02_cpn/arrow_right_navy.svg) no-repeat 95% center;
  background-size: 20px;
}

.arrow-order-r {
  background: url(../img/02_cpn/arrow_right_r.svg) no-repeat 95% center;
  background-size: 20px;
}


.cvbtn-order:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.godo {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 5%;
  text-align: center;
}

.godo_wrap {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-block;
  width: 33%;
  max-width: 350px;
  height: 170px;
  margin: -50px auto 100px;
  padding: 10px;
  text-align: center;
}

.cvbtn_godo-order {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 680px;
  height: 120px;
  margin: 50px auto;
  padding: 10px;
  text-align: center;
}


.cvbtn-godo {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9999px;
}

.arrow-godo-navy {
  background: url(../img/02_cpn/arrow_right_navy.svg) no-repeat 95% center;
  background-size: 20px;
}


@media screen and (max-width:1000px) {
  .godo {
    width: 100%;
    margin: 0 auto;
  }

  .godo_wrap {
    width: 30%;
    height: 120px;
    padding: 5px;
    margin: 0 auto 100px;
  }

  .cvbtn-godo {
    height: 80px;
  }

  .godo .cvbtn_godo-order {
    height: 150px;
    padding: 0;
    margin: 10px auto 0;
  }
}

.cvbtn_wrap-order2 {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  height: 120px;
  margin: 50px auto;
  padding: 10px;
  text-align: center;
}

.cvbtn-order2 {
  box-sizing: border-box;
  width: 48%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9999px;
}

.cvbtn-order2:hover {
  opacity: 0.7;
  transition: 0.5s;
}


@media screen and (max-width:1000px) {
  .cvbtn-order2 {
    font-size: 2.4vw;
  }
}

/*------------------------------------------*/
/*cvtel
/*------------------------------------------*/
.cvtel_area {
  width: 100%;
}

.cvtel_area p {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.cvtel {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
  text-decoration: none;
  color: #c21732;
}

.cvtel_icon {
  padding-left: 40px;
  max-height: 34px;
  background: url(../img/02_cpn/tel_icon.svg) no-repeat left center;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

.tel-area>a {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #c21732;
  font-size: 3.5rem;
  font-weight: bold;
  pointer-events: none;
}

.cv_tel_tel {
  display: block;
  width: 7em;
  margin: 10px auto 0;
  padding-left: .7em;
  font-family: "Roboto";
  font-size: 4vw;
  font-weight: bold;
  color: #c21732;
  text-align: center;
  background: url(../img/02_cpn/tel_icon.svg) no-repeat left center;
  background-size: 2.6vw;
  white-space: nowrap;
}

.cv_tel_tel2 {
  display: block;
  padding-left: 38px;
  font-family: "Roboto";
  font-size: 3.2vw;
  font-weight: bold;
  color: #c21732;
  background: url(../img/02_cpn/tel_icon.svg) no-repeat left center;
  background-size: 2vw;
  white-space: nowrap;
}

/*------------------------------------------*/
/*campaign(2301)
/*------------------------------------------*/
#campaign {
  width: 100%;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: -1px;
}

.campaign-bg {
  padding: 0 0 100px;
  background: #c21732;
}

.pt100 {
  padding-top: 100px;
}

.ttl_01 {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 30px;
}

.campaign_sub_ttl {
  display: block;
  color: #000;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  padding: 50px 0;
}

.campaign-down {
  margin: -2px auto 0;
  width: 20%;
  max-width: 134px;
}

.cv_upper {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
  /* 2401 */
}

.campaign-inner .giftticket {
  text-align: center;
  position: relative;
}


/*------------------------------------------*/
/*2401renewal
/*------------------------------------------*/
.app_bg {
  background: #F993C9;
  padding: 7.5% 0 1%;
}

.app_area {}

.mt_app_btn {
  margin-top: 5%;
}

.banner_area {
  margin-bottom: 5%;
}

.banner {
  margin-top: 5%;
}

.pure_bg {
  margin-top: -1px;
  padding: 2.5% 0 5%;
  background: #c21632;
}

.pickup_bg {
  width: 90%;
  max-width: 1000px;
  background: #fff;
  margin: 5% auto;
  text-align: center;
}

.scroll_icon {
  width: 30%;
  max-width: 250px;
  margin: 0 auto;
  padding: 2.5% 0;
  text-align: center;
}

.scroll_icon {
  animation-name: kv_btn_move;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}

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

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

.facility_wrap {
  background: #E6E6E6;
}

.facility_title_bg {
  margin-top: -1px;
  padding: 1% 0;
  background: #1A1A1A;
}

.slick_wrap {
  width: 84%;
  max-width: 1200px;
  padding: 5% 0;
  margin: 0 auto;
  text-align: center;
}

.slide-items {
  width: 100%;
  height: auto;
  padding-bottom: 5%;
  margin: 0 auto 10%;
  text-align: center;
}

.slide-items img {
  width: 95%;
  height: auto;
  object-fit: cover;
  padding-left: 2.5%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots li button:before {
  font-size: 10px;
  top: 5px;
}

/*------------------------------------------*/
/*free（renewal)
/*------------------------------------------*/
.renewal {
  margin-top: 2.5%;
}

/*------------------------------------------*/
/*free（advanced)
/*------------------------------------------*/
#free {
  padding-bottom: 2.5%;
}

.advanced-bg {
  width: 100%;
  padding: 0;
  background-color: #000;
  background-size: cover;
}

.advanced-bg2 {
  width: 100%;
  padding: 0 0 10px;
  background-color: #fff8fb;
  background-size: cover;
}

.advanced-bg2 h2 {
  max-width: 651px;
  width: 100%;

  margin: 0 auto;
}

.advanced-bg-block {
  width: 100%;
  padding: 0;
  background: url(../img/03_free/advanced/img_advanced_bg.png) no-repeat center;
  background-size: cover;
  margin-bottom: 25px;
}

.advanced_inner {
  margin: 0 auto;
}

.advanced_solve {}

.advanced_solve_box {
  position: relative;
  margin: 90px auto 0;
  max-width: 1200px;
}

.advanced_solve_box:last-child {
  margin-bottom: 100px;
}

.advanced_machine {
  width: 50%;
  max-width: 466px;
  padding-left: 0;
}

.advanced_machine_r .pc_only {
  width: 50%;
  max-width: 466px;
  margin: 0 0 0 auto;
}

.advanced_cap {
  position: absolute;
  top: 0;
  left: 50%;
  /*width: 36%; */
  max-width: 38vw;
  padding-left: 5rem;

}

.advanced_cap_r {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 36%;*/
  max-width: 38vw;
}

.advanced_cap h4 {
  font-size: 1.8rem;
  padding-left: 0;
  font-weight: bold;
  color: #fbdf00;
}

.advanced_cap p {
  margin: 25px 0;
  font-size: 1.5rem;
  color: #fff;
}

.advanced_ask {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.leftbox {
  padding: 0 2rem 0 7rem;
}

.subbox {
  border: solid 1px #FFF;
  padding: 5px;
  text-align: center;
}

.advanced_cap_r h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fbdf00;
}

.advanced_cap_r h4 span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border: #c21732 1px solid;
  background-color: #c21732;
  margin-left: 1%;
  padding: 5px;
}

.advanced_cap_r p {
  margin: 25px 0;
  font-size: 1.5rem;
  color: #fff;
}

.advanced_cap .balloon {
  max-width: 480px;
  margin: 0 auto 0 0;
}

.advanced_cap_r .balloon {
  max-width: 480px;
  margin: 0 auto 0 0;
}

.freeStudio_solve_line, .advanced_solve_line_r {
  width: 17%;
  max-width: 240px;
  margin: 20px auto;
}

/*------------------------------------------*/
/*free（stress)
/*------------------------------------------*/
#free {
  padding: 90px 0 0;
}

.stress-bg {
  background: url(../img/03_free/stress/bg_stress_title.png) no-repeat top;
  background-size: cover;
  background-position: right 45% bottom 10%;
}

.stress_ask_ttl {
  width: 90%;
  max-width: 700px;
  margin: 10vw auto 10vw 0;
}

.stress_solve_ttl h3 {
  margin: 0 auto 50px;
  width: 90%;
  max-width: 1000px;
}

.stress_solve {
  margin: 90px auto 50px;
}

.stress_block_r {
  display: flex;
  background-color: #c21732;
}

.stress_box_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.stress_box {
  display: table-cell;
  width: 50%;
  max-width: 600px;
  position: relative;
}

.stress_headline {
  width: 85%;
  max-width: 570px;
  margin: 20% 5%;
  position: absolute;
  top: 10%
}

.stress_headline img {
  padding-bottom: 2%;
}

.stress_block_r .stress_headline p {
  width: 70%;
  max-width: 420px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 23%;
  line-height: 1.2;
}

.stress_block_w {
  display: flex;
  background-color: #fff;
}

.stress_block_w .stress_headline p {
  width: 70%;
  max-width: 420px;
  font-size: 16px;
  color: #000;
  position: absolute;
  left: 26%;
  line-height: 1.2;
}

.stress_solve_end {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
}

.stress_solve_end h3 {
  width: 80%;
  max-width: 718px;
  margin: 0 auto 0 0;
}

.stress_solve_ballon {
  width: 80%;
  max-width: 634px;
  margin: -12% 0 0 auto;
}

.stress_solve_close {
  width: 100%;
  max-width: 1200px;
  margin: 0 0 0 auto;
}

/*------------------------------------------*/
/*covid
/*------------------------------------------*/
#covid {
  padding: 0 0 5vw;
}

.covid-bg {
  padding: 75px 0 10px;
  background: #f8ebe5;
  background-size: cover;
}

.covid-inner {
  padding: 0 40px;
}

.covid_box ul {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: justify;
}

ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
  height: 0;
}

.covid_box li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-bottom: 50px;
}

.covid_box_left {
  width: 50px;
  max-width: 603px;
}

.covid_box_right {
  width: 50px;
  max-width: 440px;
}

.covid_down {
  margin: -1px auto 0;
  max-width: 134px;
}

.covid_measures-inner {
  width: 100%;
  max-width: 1400px;
  margin: 75px auto 0;
  padding: 0 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.covid_block {
  margin: 0px 25px 100px;
  display: table;
}

.covid_block_point {
  width: 800px;
  max-width: 80%;
  display: table-cell;
}

.covid_block_point:nth-child(2n) {
  padding-left: 50px;
}

.covid_block_point:nth-child(2n+1) {
  padding-right: 50px;
}

/*------------------------------------------*/
/*title
/*------------------------------------------*/
.title_bg {
  background: url(../img/10_title/bg_title.png) no-repeat;
  background-size: cover;
  height: 262px;
  position: relative;
}

.title_logo_l, .title_logo_r {
  width: 90%;
  max-width: 416px;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

#feature .title_text {
  width: auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.title_text {
  width: auto;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.title_text_r {
  width: auto;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.title_bg h2 {
  font-size: 58px;
  color: #fbdf00;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.title_bg h2 span {
  font-size: 70px;
}

h2.ttl_02 {
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 48px;
  font-family: "Noto Sans CJK JP", sans-serif !important;
  font-weight: bold;
  padding: 45px 0 15px;
}

.ttl_line {
  outline: solid 2.5px #c21732;
  width: 150px;
  margin: 0 auto;
}

h3.sub_ttl_02 {
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans CJK JP", sans-serif !important;
  font-weight: bold;
  padding: 15px 0 90px;
  opacity: 0.4;
}

/*------------------------------------------*/
/*feature
/*------------------------------------------*/
#feature {
  margin: 0;
  padding: 8vw 0 0;
}

.feature_title_hero {
  width: 90%;
  max-width: 520px;
  position: absolute;
  bottom: 0;
  left: 20%;
}

.feature_bg {
  background-color: #ffeef2;
  padding: 75px 0 100px;
}

.bg_img {
  padding: 0 0 220px;
  overflow: hidden;
}

.bg_img:last-child {
  padding: 0 0 100px;
  overflow: hidden;
}

#feature .pink {
  color: #ff1b29;
}

#feature .pink .sm {
  font-size: 28px;
}

#feature .orange {
  color: #ed5929;
  ;
}

#feature .green {
  color: #166d6d;
}

#feature .red {
  color: #c21732;
}

#feature .blue {
  color: #0f348d;
}

.f_bg1 {
  display: block;
  background: url(../img/04_feature/bg_feature_01.png) no-repeat;
  background-size: 100%;
}

.feature_box-inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.feature_box {
  position: relative;
  padding-top: 500px;
  text-align: right;
}

.feature_box_no_left {
  width: 100%;
  max-width: 1400px;
  position: absolute;
  top: 0;
  margin-left: 3%;
  z-index: 999;
}

.feature_box_no_left p {
  font-size: 72px;
  font-weight: 900;
  font-family: "Noto Sans CJK JP", sans-serif !important;
}

.feature_box_no_right p {
  font-size: 72px;
  font-weight: 900;
  font-family: "Noto Sans CJK JP", sans-serif !important;
  text-align: right;
  padding-right: 4%;
}

.feature_text_left {
  width: 44vw;
  max-width: 580px;
  height: auto;
  background-color: #fff;
  padding: 30px;
  position: absolute;
  top: 70px;
  z-index: 200;
}

.headline1 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.2;
}

.feature_pic_left {
  position: inherit;
  margin: -370px 0 0 auto;
  width: 60%;
  height: auto;
  z-index: 100;
}

.feature_pic_right {
  position: inherit;
  margin: -370px auto 0 0;
  width: 60%;
  height: auto;
  z-index: 100;
}

.feature_deco {
  margin-top: -60px;
}

.feature_deco p {
  font-size: 80px;
  font-family: "Noto Sans CJK JP", sans-serif !important;
  font-weight: 900;
}

.deco_pink {
  position: absolute;
  color: #ffbbbf;
  text-align: right;
  right: 55%;
  z-index: 1;
}

.deco_orange {
  position: absolute;
  color: #facebd;
  text-align: left;
  left: 55%;
  z-index: 1;
}

.deco_green {
  position: absolute;
  color: #bdd5d6;
  text-align: right;
  right: 55%;
  z-index: 1;
}

.deco_red {
  position: absolute;
  color: #eaa0ae;
  text-align: left;
  left: 55%;
  z-index: 1;
}

.deco_blue {
  position: absolute;
  color: #b7c0de;
  text-align: right;
  right: 55%;
  z-index: 1;
}

.f_bg2 {
  display: block;
  background: url(../img/04_feature/bg_feature_02.png) no-repeat;
  background-size: 100%;
}

.feature_box_no_right {
  width: 100%;
  max-width: 1400px;
  position: absolute;
  top: 0;
  z-index: 999;
}

.feature_text_right {
  width: 44vw;
  max-width: 580px;
  height: auto;
  background-color: #fff;
  padding: 30px 50px;
  position: absolute;
  top: 70px;
  z-index: 200;
  right: 0;
}

.headline2 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.2;
}

.f_bg3 {
  display: block;
  background: url(../img/04_feature/bg_feature_03.png) no-repeat;
  background-size: 100%;
}

.f_bg4 {
  display: block;
  background: url(../img/04_feature/bg_feature_04.png) no-repeat;
  background-size: 100%;
}

.f_bg5 {
  display: block;
  background: url(../img/04_feature/bg_feature_05.png) no-repeat;
  background-size: 100%;
}

.feature_studio_btn_wrap {
  box-sizing: border-box;
  width: 80%;
  background: #166d6d;
  padding: 10px 5px;
  margin: 20px auto;
  border-radius: 10px;
  text-align: center;
}

.feature_studio_btn_wrap:hover {
  background: rgba(22, 109, 109, 0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.feature_studio_btn_wrap a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}

.feature_text_left .text, .feature_text_right .text {
  font-size: 16px;
}

/*------------------------------------------*/
/*gym
/*------------------------------------------*/
#gym {
  margin: 0;
  padding: 10vw 0 0;
}

.gym_title_hero {
  width: 90%;
  max-width: 628px;
  position: absolute;
  bottom: 0;
  right: 15%;
}

.gym_bg {
  background-color: #f4f4f4;
  padding: 70px 0 30px;
}

.gym_bg_inner {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
}

.gym_inner_r, .gym_inner_l {
  width: 70vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto 0;
  background-color: #fff;
  padding: 0 0 2.2% 0;
}

.gym_official_img {
  width: 45vw;
  margin-top: -3%;
  margin-left: -6vw;
}

.gym_official_img_l {
  width: 45vw;
  margin-top: -3%;
  margin-right: -6vw;
}

.gym_official_img_ex {
  width: 45vw;
  margin-top: -3%;
  margin-left: -6vw;
}

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

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

.gym_cap_r {
  width: 23vw;
  background-color: #fff;
  padding-top: 2%;
  padding-left: 3.4vw;
}

.gym_cap_l {
  width: 23vw;
  background-color: #fff;
  padding-top: 2%;
  padding-right: 3.4vw;
}

.gym_ttl_1 {
  width: 23vw;
  margin: 0;
  padding: 10px 0 0;
  font-size: 2.2vw;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/05_gym/img_gym_cardio_icon.png) no-repeat right 20px;
  background-size: 2.9vw;
}

.gym_ttl_2 {
  width: 23vw;
  margin: 0;
  padding: 10px 0 0;
  font-size: 2.2vw;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/05_gym/img_gym_strength_icon.png) no-repeat right 20px;
  background-size: 2.9vw;
}

.gym_ttl_3 {
  width: 23vw;
  margin: 0;
  padding: 10px 0 0;
  font-size: 2.2vw;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/05_gym/img_gym_freew_icon.png) no-repeat right 20px;
  background-size: 2.9vw;
}

.gym_detail, .gym_detail_l {
  min-height: 3.6vw;
  margin: 5.2% 0;
  font-size: 16px;
  line-height: 1.2;
}

.machine_pic_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.machine_pic_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.machine_pic img {
  display: block;
  width: 80%;
  height: auto;
}

/*------------------------------------------*/
/*studio
/*------------------------------------------*/
#studio {
  margin: 0;
}

.studio_title_hero {
  width: 90%;
  max-width: 611px;
  position: absolute;
  bottom: 0;
  left: 10%;
}

.studio_bg {
  background-color: #fff3f5;
}

.studio_program-inner {
  position: relative;
  z-index: 999;
  text-align: center;
}

.program {
  display: inline-block;
  border-radius: 125px;
  background-color: #c21732;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 90px auto 0;
  padding: 10px 30px;
}

.program_detail {
  color: #000;
  font-size: 16px;
  text-align: center;
  margin: 30px auto;
}

.studio_dego_bg {
  margin: -100px auto 0;
  padding: 40px 0 0;
  height: 180px;
}

.yoga_bg {
  background-color: #e86931;
}

.bodycombat_bg {
  background-color: #407278;
}

.aero_bg {
  background-color: #306c8e;
}

.pilates_bg {
  background-color: #baa850;
}

.studio_deco p {
  text-align: center;
  color: #fff;
  font-size: 150px;
  font-weight: 900;
  opacity: 0.2;
  font-family: "Noto Sans CJK JP", sans-serif !important;
}

/*------------------------------------------*/
/*other
/*------------------------------------------*/
#other {
  /*   margin: -20px; */
  padding: 15vw 0 0;
}

.other_title_hero {
  width: 90%;
  max-width: 580px;
  position: absolute;
  bottom: 0;
  right: 10%;
}

.other-inner img {
  margin: 80px auto;
}

.other-inner2 img {
  margin: 50px auto 80px;
}

.other-inner_narrow img {
  margin: 40px auto;
}

.optionPrice_month_list {
  margin: 0 0 40px;
}

.table_list table {
  width: 100%;
  border: solid 1px #707070;
}

.table_list th {
  box-sizing: border-box;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  vertical-align: middle;
  padding: 1rem;
  width: 50%;
}

.table_list td {
  box-sizing: border-box;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}

.scbox {
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

.schedule_link_box {
  max-width: 1100px;
  width: 100%;
  margin: 0 0 60px;
}

.schedule_link_box ul {
  border-left: solid 1px #707070;
  border-top: solid 1px #707070;
}

.schedule_link li {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  border: none;
}

.schedule_link li p {
  display: inline-block;
  position: relative;
  width: 100%;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  font-size: 1.25rem;
  color: #c21732;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
}

.schedule_link li p .shop_ex {
  font-size: 1.2rem;
  color: #c21732;
  background-color: #fff;
  border: #c21732 solid 1px;
  padding: 1%;
  margin-right: 1%;
}

.schedule_link li p .shop_ex2 {
  color: #000;
  background-color: #fff;
  border: #000 solid 1px;
  padding: 1%;
  margin-right: 1%;
}

.ri {
  float: right;
  color: #000;
}

.spt {
  display: none;
}

/*------------------------------------------*/
/*member
/*------------------------------------------*/
.member_bg {
  background-color: #DBDBDB;
  padding-bottom: 80px;
}

.fee {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  box-sizing: border-box;
  border: solid #B51B32 3px;
}

.fee th {
  color: #fff;
  background-color: #B51B32;
  padding: 25px 0;
  border-right: solid #fff 2px;
}

.fee td {
  color: #000;
  padding: 25px 0;
  background-color: #fff;
  border-right: solid #B51B32 2px;
}

.bring {
  margin: 30px auto;
  background-color: #444444;
}

.bring h3 {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  padding: 10px 0;
}

.bring_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}

.bring_list li {
  width: 30%;
  max-width: 330px;
  margin-right: auto;
  padding: 50px 0;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bring_list li:last-child {
  margin-right: 0;
}

.bring_list li p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto;
}

.bring_annotation {
  margin: 25px 0 0;
}

/*------------------------------------------*/
/*shop
/*------------------------------------------*/
#shop_info {
  width: 100%;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.shop_info-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.shop_block {
  margin: 0 auto;
}

.shop_block-inner {
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}

.shop_number {
  height: auto;
  text-align: left;
}

.shop_box {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.mt50 {
  margin-top: 50px;
}

.shop_box .gmap iframe {
  width: 100%;
  max-width: 480px;
  height: 400px;
}

.g_map {
  width: 90%;
  max-width: 1000px;
  height: 400px;
  margin: 0 auto 100px;
  overflow: hidden;
}

.g_map iframe {
  border: 0;
  width: 100%;
  filter: saturate(150%);
  -webkit-filter: saturate(150%);
  margin-top: -67px;
}

.shop-overview {
  height: auto;
  text-align: left;
}

.shop-ttl {
  display: table;
}

.shop-ttl img {
  max-width: 50px;
  margin-right: 20px;
  display: table-cell;
  vertical-align: middle;
}

.shop-ttl h3 {
  display: table-cell;
  font-size: 30px;
  letter-spacing: -1px;
  vertical-align: middle;
}

.shop-overview .address {
  margin-bottom: 15px;
  font-size: 17px;
}

.shop-overview .notes_bold {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  margin-top: 15px;
}

.shop-overview .notes {
  text-align: left;
  font-size: 17px;
}

.shop-overview .notes span {
  padding-left: 86px;
}

.shop-overview .tel {
  font-weight: bold;
  font-size: 2.8rem;
  color: #c21732;
  text-decoration: none;
  pointer-events: none;
  cursor: text;
}

.shop-overview .tel span {
  font-size: 1.8rem;
  color: #000;
}

.shop_tel {}

.shop_tel_icon {
  max-height: 34px;
  background: url(../img/02_cpn/tel_icon.svg) no-repeat left;
  padding-left: 40px;
}

.fee_frame {
  margin-top: 10px;
  padding: 10px;
  border: solid 1px #000;
  color: #c21732;
}


/*------------------------------------------*/
/*text_link
/*------------------------------------------*/
.text_link {
  width: 100%;
  background-color: #002059;
  padding: 20px 0;
}

.text_link ul {
  text-align: center;
}

.text_link ul li {
  display: inline-block;
  color: #fff;
}

.text_link ul li::after {
  content: "｜";
}

.text_link ul li:last-child::after {
  content: "";
}

.text_link ul li a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.text_link ul li a:hover {
  color: #b57f18;
}

/*------------------------------------------*/
/*footer
/*------------------------------------------*/
footer {
  width: 100%;
}

.l_footer {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  font-size: 1.3rem;
  color: #fff;
  background: #c21632;
}

.l-footer__nav {
  margin: 0;
  text-align: center;
}

.l-footer__nav-item {
  display: inline-block;
}

.l-footer__nav-item:last-child a:after {
  display: none;
}

.l-footer__nav-item a {
  color: #fff;
  text-decoration: none;
}

.l-footer__nav-item a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: -3px 9px 0 9px;
  vertical-align: middle;
  background: #fff;
}

footer .copyright {
  padding: 5px 0;
  color: #fff;
  background: #c21732;
  text-align: center;
  font-size: 1.2rem
}

/*------------------------------------------*/
/*page_top_button
/*------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 70%;
  font-weight: 800;
  bottom: -100px;
  transition: .3s;
}

#page-top.show {
  bottom: 20px;
  transition: .3s;
  z-index: 9999;
}

#page-top a {
  background: #fff;
  opacity: 0.5;
  text-decoration: none;
  color: #333;
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border: solid 1px #777;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.3;
}

/*------------------------------------------*/
/*side_btn
/*------------------------------------------*/
#side_btn {
  top: 150px;
  position: fixed;
  right: 0;
  z-index: 999;
}

#side_btn a {
  background: #c21732;
  font-size: 22px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 10;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 350px;
  margin: 0 auto;
  padding: 0 5px 0 10px;
  text-align: center;
  display: block;
  border: solid 1px #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#side_btn a:hover {
  text-decoration: none;
  opacity: 0.9;
}

#side_btn .down_arrow {
  background: url(../img/02_cpn/arrow_down.svg) no-repeat bottom center;
  background-size: 26px;
  padding: 0 0 20px;
}

/*======================================================================*/
/*width:641~1119px
/*======================================================================*/
@media screen and (min-width:641px) and (max-width:1119px) {

  /*------------------------------------------*/
  /*title
/*------------------------------------------*/
  .gym_title_hero {
    right: 5%;
  }

  .studio_title_hero {
    left: 2%;
  }

  .other_title_hero {
    right: 5%;
  }

  /*------------------------------------------*/
  /*feature
/*------------------------------------------*/
  .feature_title_hero {
    left: 5%;
  }

  .feature_text_left .text, .feature_text_left .right {
    line-height: 1.4;
  }

  .headline1, .headline2 {
    font-size: 20px;
  }

  #feature .pink .sm {
    font-size: 18px;
  }

  .feature_studio_btn_wrap {
    width: 100%;
  }

  .feature_studio_btn_wrap a {
    font-size: 14px;
  }

  .feature_deco p {
    font-size: 5rem;
  }

  /*------------------------------------------*/
  /*covid
/*------------------------------------------*/
  .covid_box li {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .covid_measures-inner {
    margin: 0 auto 120px;
  }

  .covid_block {
    margin: 0 auto;
  }

  .covid_block_point {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 60px auto 0;
  }

  .covid_block_point:nth-child(2n) {
    padding-left: 0;
  }

  .covid_block_point:nth-child(2n+1) {
    padding-right: 0;
  }

  /*------------------------------------------*/
  /*gym
/*------------------------------------------*/
  .gym_inner_r, .gym_inner_l {
    width: 90%;
  }

  .gym_official_img, .gym_official_img_l, .gym_official_img_ex {
    width: 62%;
  }

  .gym_cap_r, .gym_cap_l {
    width: 34%;
  }

  .gym_ttl_1 {
    width: 30vw;
    padding: 0 0 0;
    font-size: 2rem;
    background: url(../img/05_gym/img_gym_cardio_icon.png) no-repeat right;
    background-size: 4vw;
  }

  .gym_ttl_2 {
    width: 30vw;
    padding: 0 0 0;
    font-size: 2rem;
    background: url(../img/05_gym/img_gym_strength_icon.png) no-repeat right;
    background-size: 4vw;
  }

  .gym_ttl_3 {
    width: 30vw;
    padding: 0 0 0;
    font-size: 2rem;
    background: url(../img/05_gym/img_gym_freew_icon.png) no-repeat right;
    background-size: 4vw;
  }

  .cv_tel_tel2 {
    padding-left: 30px;
    font-size: 4.5vw;
    background-size: 3vw;
  }
}

/*======================================================================*/
/*width:~1119x
/*======================================================================*/
@media screen and (min-width:901px) and (max-width:1119px) {

  /*------------------------------------------*/
  /*feature
/*------------------------------------------*/
  .deco_pink {
    text-align: right;
    right: 10;
    top: 90;
  }

  .deco_orange {
    text-align: left;
    left: 10;
    top: 90;
  }

  .deco_green {
    text-align: right;
    right: 10;
    top: 90;
  }

  .deco_red {
    text-align: left;
    left: 10;
    top: 90;
  }

  .deco_blue {
    text-align: right;
    right: 10;
    top: 90;
  }
}

/*======================================================================*/
/*width:641~900px
/*======================================================================*/
@media screen and (min-width:641px) and (max-width:900px) {

  /*------------------------------------------*/
  /*free（beginner)
/*------------------------------------------*/
  .beginner_note_upper {
    font-size: 2.2rem;
  }

  .feature_bg {
    background-color: #ffeef2;
    padding: 75px 0 3vw;
  }

  .bg_img {
    padding: 0 0 50px;
    overflow: hidden;
  }

  .bg_img:last-child {
    padding: 0 0 5vw;
    overflow: hidden;
  }

  /*------------------------------------------*/
  /*feature
/*------------------------------------------*/
  .feature_text_right, .feature_text_left {
    padding: 5vw;
  }

  .feature_pic_right {
    margin: -49vw auto 0 0;
  }

  .feature_deco {
    margin-top: 0;
  }

  .deco_pink {
    text-align: left;
    right: 0;
    top: 0;
  }

  .deco_orange {
    text-align: right;
    left: 0;
    top: 0;
  }

  .deco_green {
    text-align: left;
    right: 0;
    top: 0;
  }

  .deco_red {
    text-align: right;
    left: 0;
    top: 1vw;
  }

  .deco_blue {
    text-align: left;
    right: 0;
    top: 0;
  }

  .feature_studio_btn_wrap {
    letter-spacing: -0.1vw;
  }
}

/*-----------*\
$animation
\*-----------*/
/*----- fadeIn -----*/
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.fadeIn {
  opacity: 1.0;
}

/*----- Up slide -----*/
.js-Up {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: .8s;
  transition: .8s;
}

.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- zoomIn -----*/
.js-zoomIn {
  opacity: 0.5;
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
  transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
}

.zoomIn {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*----- zoomIn fancy -----*/
.js-zoomIn_fancy {
  opacity: 0.5;
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.zoomIn_fancy {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* js-fadeIn_delay */
.js-fadeIn_delay li {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: .8s;
  transition: .8s;
}

.js-fadeIn_delay li.fadeIn {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- fadeInLeft -----*/
.btnflash {
  -webkit-animation: move-btnflash .5s ease 1 alternate;
  animation: move-btnflash .5s ease 1 alternate;
}

@-webkit-keyframes move-btnflash {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .7;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .7;
  }

  100% {
    opacity: 1;
  }
}

@keyframes move-btnflash {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .7;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .7;
  }

  100% {
    opacity: 1;
  }
}