/*===================================
	TOP
=====================================*/
/* common
-------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.snowcamp_inner {
  max-width: calc(885px + 10%);
  margin: auto;
  padding: 0 5%;
}

.snowcamp_inner2 {
  max-width: calc(1000px + 10%);
  margin: auto;
  padding: 0 5%;
}

.snowcamp_inner3 {
  max-width: calc(1100px + 10%);
  margin: auto;
  padding: 0 5%;
}

.snowcamp_cmn_ttl {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (min-width: 1001px) {
  .snowcamp_cmn_ttl {
    font-size: 4rem;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .snowcamp_cmn_ttl {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_cmn_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.fade {
  opacity: 0;
}
.fade.animated {
  -webkit-animation: fade 1s forwards;
          animation: fade 1s forwards;
}

/* top
-------------------------------------*/
.mainVisual {
  position: relative;
  margin-bottom: 4.7%;
}
.mainVisual::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mainVisual::after {
    bottom: -8.4%;
    background: url(../img/index/mainVisual_ill.png) no-repeat center/cover;
    aspect-ratio: 6/1;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual::after {
    top: 95%;
    background: url(../img/index/mainVisual_ill_sp.png) no-repeat center/cover;
    aspect-ratio: 5/2;
  }
}
.mainVisual__img {
  width: 100%;
}
.mainVisual__ttl {
  position: absolute;
}
@media screen and (min-width: 1001px) {
  .mainVisual__ttl {
    top: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .mainVisual__ttl {
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual__ttl {
    left: 10%;
    width: 31.9%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__ttl {
    top: 35%;
    width: 80%;
    left: 50%;
    max-width: 600px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .snowcamp_about {
    padding-top: 65px;
    background: url(../img/index/bg_snowflake.png) no-repeat center top 35px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_about {
    padding-top: 80px;
    text-align: center;
    background: url(../img/index/bg_snowflake_sp.png) no-repeat center top 180px/100%;
  }
}
.snowcamp_about__mask {
  position: relative;
}
.snowcamp_about__mask::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100vw;
  background: url(../img/index/bg_snow_top.png) no-repeat center/100%;
  aspect-ratio: 384/37;
  z-index: -1;
}
.snowcamp_about__ttl {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .snowcamp_about__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1000px) {
  .snowcamp_about__ttl {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .snowcamp_about__ttl {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_about__ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .snowcamp_about__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .snowcamp_about__txt {
    font-size: 1.7rem;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
  }
}
@media screen and (min-width: 768px) {
  .snowcamp_about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.snowcamp_about__wrap__l {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .snowcamp_about__wrap__r {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_about__wrap__r {
    display: none;
  }
}
.snowcamp_about__wrap__r img {
  max-width: unset;
}
@media screen and (min-width: 1201px) {
  .snowcamp_about__wrap__r img {
    width: 141.4%;
  }
}
@media screen and (max-width: 1200px) {
  .snowcamp_about__wrap__r img {
    width: 110%;
  }
}
.snowcamp_about__wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .snowcamp_about__wrap2 {
    margin: -5px 0 0 -10%;
  }
}
@media screen and (max-width: 1200px) {
  .snowcamp_about__wrap2 {
    margin: 20px 0 0 -3%;
  }
}
@media screen and (min-width: 768px) {
  .snowcamp_about__wrap2 {
    width: 103.6%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_about__wrap2 {
    margin: 20px auto 0;
    width: 94%;
  }
}
@media screen and (min-width: 768px) {
  .snowcamp_about__wrap2__l {
    width: 49.7%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_about__wrap2__l {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .snowcamp_about__wrap2__r {
    width: 38.2%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_about__wrap2__r {
    display: none;
  }
}

.snowcamp_cond {
  position: relative;
  background-color: #fff;
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .snowcamp_cond {
    padding: 170px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_cond {
    padding: 90px 0 60px;
  }
}
.snowcamp_cond::before, .snowcamp_cond::after {
  position: absolute;
  content: "";
  left: 0;
  aspect-ratio: 384/37;
  width: 100%;
  z-index: -1;
}
.snowcamp_cond::before {
  background: url(../img/index/bg_snow_top.png) no-repeat top center/100%;
  bottom: 100%;
}
.snowcamp_cond::after {
  background: url(../img/index/bg_snow_under.png) no-repeat bottom center/100%;
  top: 100%;
}
.snowcamp_cond__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .snowcamp_cond__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_cond__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.snowcamp_cond__list::before, .snowcamp_cond__list::after {
  position: absolute;
  content: "";
  z-index: 1;
}
.snowcamp_cond__list::before {
  background: url(../img/index/about_tree_01.png) no-repeat center/100%;
  aspect-ratio: 5/6;
}
@media screen and (min-width: 1201px) {
  .snowcamp_cond__list::before {
    width: 145px;
    right: -8.5%;
    bottom: 108%;
  }
}
@media screen and (max-width: 1200px) {
  .snowcamp_cond__list::before {
    width: 14%;
    right: -3.5%;
    bottom: 95%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_cond__list::before {
    width: 21%;
    right: 0;
    bottom: 18%;
  }
}
.snowcamp_cond__list::after {
  background: url(../img/index/about_tree_02.png) no-repeat center/100%;
  aspect-ratio: 5/4;
  top: 120%;
}
@media screen and (min-width: 1201px) {
  .snowcamp_cond__list::after {
    width: 172px;
    left: -8.5%;
  }
}
@media screen and (max-width: 1200px) {
  .snowcamp_cond__list::after {
    width: 16%;
    left: -2.5%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_cond__list::after {
    width: 23%;
    left: 1%;
    top: 92%;
  }
}
.snowcamp_cond__list__item {
  background: url(../img/index/about_list_bg.png) no-repeat center/cover;
  aspect-ratio: 75/91;
}
@media screen and (min-width: 768px) {
  .snowcamp_cond__list__item {
    width: 30%;
    padding-top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_cond__list__item {
    max-width: 170px;
    width: 47%;
    margin-bottom: -3%;
    padding-top: 16%;
  }
  .snowcamp_cond__list__item:not(:nth-child(2n), :last-child) {
    margin-right: 6%;
  }
}
.snowcamp_cond__list__item__ttl {
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .snowcamp_cond__list__item__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .snowcamp_cond__list__item__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_cond__list__item__ttl {
    font-size: 1.1rem;
  }
}
.snowcamp_cond__list__item__txt {
  line-height: 1.6;
  height: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1201px) {
  .snowcamp_cond__list__item__txt {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .snowcamp_cond__list__item__txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_cond__list__item__txt {
    font-size: 1.5rem;
  }
}

.snowcamp_detail {
  position: relative;
}
@media screen and (min-width: 768px) {
  .snowcamp_detail {
    padding: 240px 0 185px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_detail {
    padding: 80px 0;
  }
}
.snowcamp_detail::before {
  position: absolute;
  content: "";
  background: url(../img/index/bg_snow.png) repeat center top;
  width: 100%;
  height: 100lvh;
  z-index: -2;
  top: 0;
  left: 0;
}
.snowcamp_detail.is-fixed-bg::before {
  position: fixed;
}
.snowcamp_detail__ttl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .snowcamp_detail__ttl {
    max-width: 490px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_detail__ttl {
    max-width: 225px;
    margin: 0 auto 20px;
  }
}
.snowcamp_detail__ttl::after {
  position: absolute;
  content: "";
  background: url(../img/index/date_ill.png) no-repeat center/100%;
  aspect-ratio: 50/37;
  top: 50%;
}
@media screen and (min-width: 1001px) {
  .snowcamp_detail__ttl::after {
    left: 86%;
    width: 269px;
  }
}
@media screen and (max-width: 1000px) {
  .snowcamp_detail__ttl::after {
    left: 75%;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .snowcamp_date {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_date {
    margin-bottom: 60px;
  }
}
.snowcamp_date__day {
  background-color: #2d68b1;
}
@media screen and (min-width: 1001px) {
  .snowcamp_date__day {
    padding: 53px 0;
  }
}
@media screen and (max-width: 1000px) {
  .snowcamp_date__day {
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_date__day {
    padding: 25px 0;
  }
}
.snowcamp_date__day img {
  margin: auto;
}
@media screen and (min-width: 1001px) {
  .snowcamp_date__day img {
    width: 63.7%;
  }
}
@media screen and (max-width: 1000px) {
  .snowcamp_date__day img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_date__day img {
    width: 85%;
  }
}

@media screen and (min-width: 768px) {
  .snowcamp_plan {
    margin-bottom: 210px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_plan {
    margin-bottom: 60px;
  }
}
.snowcamp_plan__tbl {
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .snowcamp_plan__tbl {
    display: none;
  }
}
.snowcamp_plan__tbl tr {
  background-color: #e9f0f7;
}
.snowcamp_plan__tbl tr:nth-child(2n) {
  background-color: #fff;
}
.snowcamp_plan__tbl th {
  background-color: #2d68b1;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .snowcamp_plan__tbl th {
    font-size: 2rem;
    padding: 25px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .snowcamp_plan__tbl th {
    padding: 20px 10px;
  }
}
.snowcamp_plan__tbl th:not(:last-child) {
  border-right: 1px solid #fff;
}
.snowcamp_plan__tbl td {
  font-weight: bold;
  color: #231815;
}
@media screen and (min-width: 1001px) {
  .snowcamp_plan__tbl td {
    font-size: 2.2rem;
    padding: 28px 1em;
  }
}
@media screen and (max-width: 1000px) {
  .snowcamp_plan__tbl td {
    padding: 15px 10px;
  }
}
.snowcamp_plan__tbl td:first-child {
  color: #2d68b1;
  text-decoration: underline;
}
.snowcamp_plan__tbl td:first-child a {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.snowcamp_plan__tbl td:first-child a:hover {
  opacity: 0.8;
}
.snowcamp_plan__tbl td:not(:last-child) {
  border-right: 1px solid #2d68b1;
}
.snowcamp_plan__tbl td:nth-child(n+3) {
  text-align: center;
}
.snowcamp_plan__tbl td:last-child {
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .snowcamp_plan__tbl td:last-child {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .snowcamp_plan__tbl td:last-child {
    font-size: 1.4rem;
  }
}
.snowcamp_plan__tbl td:last-child a {
  background-color: #2d68b1;
  display: block;
  border-radius: 50px;
  margin: auto;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.snowcamp_plan__tbl td:last-child a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1001px) {
  .snowcamp_plan__tbl td:last-child a {
    width: 160px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .snowcamp_plan__tbl td:last-child a {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
}
.snowcamp_plan__ttl {
  text-align: center;
  background-color: #2d68b1;
  color: #fff;
  font-weight: bold;
  padding: 14px;
  border-radius: 17px 17px 0 0;
}
@media screen and (min-width: 768px) {
  .snowcamp_plan__ttl {
    display: none;
  }
}
.snowcamp_plan__list {
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .snowcamp_plan__list {
    display: none;
  }
}
.snowcamp_plan__list__item {
  background-color: #fff;
  padding: 20px 10% 30px;
}
.snowcamp_plan__list__item:nth-child(2n) {
  background-color: #e9f0f7;
}
.snowcamp_plan__list__item__ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 30px;
}
.snowcamp_plan__list__item__tbl {
  width: 100%;
  margin-bottom: 20px;
}
.snowcamp_plan__list__item__tbl tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.snowcamp_plan__list__item__tbl th {
  display: block;
  width: 5em;
  border: 1px solid #2d68b1;
  border-radius: 4px;
  font-size: 1.5rem;
  margin-bottom: 8px;
  padding: 2px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.snowcamp_plan__list__item__tbl td {
  display: block;
  width: calc(100% - 5em);
  font-size: 1.8rem;
  text-align: left;
  color: #231815;
  font-weight: 500;
}
.snowcamp_plan__list__item__btn {
  display: block;
  max-width: 200px;
  height: 53px;
  line-height: 53px;
  margin: auto;
  text-align: center;
  color: #fff;
  background-color: #2d68b1;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: bold;
}
.snowcamp_plan__ann {
  color: #231815;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .snowcamp_plan__ann {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1000px) {
  .snowcamp_plan__ann {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .snowcamp_movie {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_movie {
    margin-bottom: 60px;
  }
}
.snowcamp_movie__youtube {
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .snowcamp_movie__youtube {
    width: 80%;
  }
}
.snowcamp_movie__youtube iframe {
  width: 100%;
  height: 100%;
}
.snowcamp_movie__youtube a {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.snowcamp_movie__youtube a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .snowcamp_price__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_price__img {
    width: 90%;
    margin: 0 auto 15px;
  }
}
.snowcamp_price__dlist {
  font-weight: bold;
}
@media screen and (min-width: 1001px) {
  .snowcamp_price__dlist {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .snowcamp_price__dlist {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_price__dlist {
    margin-bottom: 30px;
  }
}
.snowcamp_price__dlist__txt {
  color: #231815;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.7;
}
.snowcamp_price__dlist__txt__ann {
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 1001px) {
  .snowcamp_price__dlist__txt__ann {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .snowcamp_price__dlist__txt__ann {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .snowcamp_itinerary {
    overflow-x: scroll;
    width: 100vw;
    padding: 0 5.5%;
    margin-left: -5.5%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_itinerary__img {
    height: 270px;
    max-width: unset;
    margin-right: 5.5%;
  }
}

.snowcamp_voice {
  position: relative;
  background-color: #fff;
}
.snowcamp_voice::before, .snowcamp_voice::after {
  position: absolute;
  content: "";
  left: 0;
  aspect-ratio: 384/36.9;
  width: 100%;
  z-index: -1;
}
.snowcamp_voice::before {
  background: url(../img/index/bg_snow_top.png) no-repeat top center/100%;
  bottom: 100%;
}
.snowcamp_voice::after {
  background: url(../img/index/bg_snow_under.png) no-repeat bottom center/100%;
  top: 100%;
}
.snowcamp_voice__inner {
  position: relative;
  max-width: calc(1165px + 20%);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .snowcamp_voice__inner {
    padding: 160px 10% 60px;
  }
  .snowcamp_voice__inner::before {
    position: absolute;
    content: "";
    background: url(../img/index/voice_tree.png) no-repeat center/100%;
    aspect-ratio: 50/31;
    right: 9%;
    top: -16%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1001px) {
  .snowcamp_voice__inner::before {
    width: 223px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .snowcamp_voice__inner::before {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_voice__inner {
    padding: 90px 10% 40px;
  }
}
.snowcamp_voice__slider {
  max-width: 1000px;
  overflow: unset;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .snowcamp_voice__slider::before, .snowcamp_voice__slider::after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 101%;
    background-color: #fff;
    z-index: 2;
  }
  .snowcamp_voice__slider::before {
    right: calc(100% + 12px);
  }
  .snowcamp_voice__slider::after {
    left: calc(100% + 12px);
  }
}
.snowcamp_voice__slider__item {
  height: unset;
}
.snowcamp_voice__slider__item__icon {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .snowcamp_voice__slider__item__icon {
    width: 88px;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_voice__slider__item__icon {
    width: 70px;
    margin: 0 auto 10px;
  }
}
.snowcamp_voice__slider__item__dlist {
  border: 1px solid #2d68b1;
  background-color: #fff;
  -webkit-box-shadow: 12px 12px 0 #e9f0f7;
          box-shadow: 12px 12px 0 #e9f0f7;
  padding: 12% 10% 8% 10%;
}
@media screen and (min-width: 768px) {
  .snowcamp_voice__slider__item__dlist {
    height: calc(100% - 103px);
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_voice__slider__item__dlist {
    height: calc(100% - 80px);
  }
}
.snowcamp_voice__slider__item__dlist__ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 9%;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .snowcamp_voice__slider__item__dlist__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_voice__slider__item__dlist__ttl {
    font-size: 1.8rem;
  }
}
.snowcamp_voice__slider__item__dlist__txt {
  color: #231815;
}
@media screen and (max-width: 767px) {
  .snowcamp_voice__slider__item__dlist__txt {
    font-size: 1.5rem;
  }
}
.snowcamp_voice__slider__btn {
  z-index: 3;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .snowcamp_voice__slider__btn {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_voice__slider__btn {
    position: relative;
    width: 90px;
    height: 30px;
    margin: 40px auto 0;
  }
}
.snowcamp_voice__slider__btn .next, .snowcamp_voice__slider__btn .prev {
  position: absolute;
  top: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .snowcamp_voice__slider__btn .next, .snowcamp_voice__slider__btn .prev {
    width: 20px;
    background: url(../img/index/arrow.svg) no-repeat center/100%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_voice__slider__btn .next, .snowcamp_voice__slider__btn .prev {
    border: 1px solid #2d68b1;
    width: 30px;
    border-radius: 50%;
  }
  .snowcamp_voice__slider__btn .next::before, .snowcamp_voice__slider__btn .prev::before {
    position: absolute;
    content: "";
    -webkit-mask-image: url(../img/index/arrow2.svg);
            mask-image: url(../img/index/arrow2.svg);
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #2d68b1;
    width: 8px;
    height: 16px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .snowcamp_voice__slider__btn .next {
    right: -8%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_voice__slider__btn .next {
    right: 0;
    background-color: #2d68b1;
  }
  .snowcamp_voice__slider__btn .next::before {
    background-color: #fff;
  }
}
.snowcamp_voice__slider__btn .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .snowcamp_voice__slider__btn .prev {
    left: -8%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_voice__slider__btn .prev {
    left: 0;
  }
}
.snowcamp_voice__slider__btn .swiper-button-disabled {
  opacity: 0;
  cursor: auto;
}

.snowcamp_img {
  position: relative;
  z-index: -2;
}
.snowcamp_img img {
  width: 100%;
  mix-blend-mode: multiply;
}