.w100 {
  display: block;
  width: 100%;
  height: auto;
}

.price_box {
  background: #efd6ad;
}

.price_box .price_inbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.price_box .price_txt {
  max-width: 430px;
  width: 100%;
  font-size: 30px;
  font-weight: 800;
  color: #a76132;
  padding: 20px 0 10px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
}

.price_label{
  font-size: 18px;
}

.price_dots_top{
  padding-top: 15px;
}
.price_dots_bottom{
  padding-bottom: 15px;
}

.btn_buy {
  width: 180px;
}

.btn_mall .btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 2rem;
  font-size: 18px;
  width: 180px;
  border-radius: 6px;
}
.btn_mall .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #a76132;
  border-color: #a76132;

  margin: 10px auto 20px;
}

.btn_mall.btn_mall02 .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #a76132;
  border-color: #a76132;
}

.btn_mall02 {
  margin-left: 3%;
}

.btn_mall_box {
  width: 180px;
  margin: 0 auto;
}
.btn_mall_box .btn_mall .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #a76132;
  border-color: #a76132;

  margin: 10px auto 20px;
}

/* .movie_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
} */


.promo_movie_box {
  width: 100%;
  max-width: 480px;
  padding: 20px;

  background: url(../images/area3_bg.webp) repeat-y;
  background-size: 100% auto;
  background-position: top;
}

#contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.movie_tate_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
width: 83.33%;
margin: 0 auto;
}
.movie_tate_box .youtube_tate {
width: 45%;
max-width: 480px;
}

#contents .movie_tate_box .youtube_tate .youtube {
  position: relative;
  width: 100%;
  padding-top: 177.78%;
}
#contents .movie_tate_box .youtube_tate .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.ct_box .copyright {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;

  align-items: center;

  padding: 20px 10px;
}

.ct_box .copyright_img {
  width: 30%;
  max-width: 320px;
}

.ct_box .copyright_text {
  text-align: left;
  font-size: 11px;
  color: #000;
}

.ct_box .bnr_box {
  padding: 20px 8% 10px;
}
.ct_box .bnr_box a {
  display: block;
}

.copyright_box2501{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

/*------------------------*/

.ct_box {
  width: 100%;
  margin: 0 auto;
}

.ct_box > .w480 {
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 481px) {
  .ct_box > .w480 {
    border-right: 4px #efd6ad solid;
    border-left: 4px #efd6ad solid;
  }
  /* min-width: 481px */
}

.bg_box {
  background: url(../images/pc_bg.webp) no-repeat fixed;
  background-size: cover;
  background-position: center;
}
/*------------------------*/
.MT5{
  margin-top: 5px;
}
.MT10{
  margin-top: 10px;
}
.MT15{
  margin-top: 15px;
}
.MT20{
  margin-top: 20px;
}
.MT25{
  margin-top: 25px;
}
.MT30{
  margin-top: 30px;
}
.MT35{
  margin-top: 35px;
}
.MT40{
  margin-top: 40px;
}

.PT40{
  padding-top: 40px;
}

.sp_bg{
  background: url(../images/sp_bg.webp);
  background-size: cover;
  background-position: top;
}

/* mainここから */
.main{
  position: relative;
}
.main_txt {
  position: absolute;
text-align: center;
line-height: 1.2;
  top: 3%;
  left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
  width: 94%;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  color: #a76232;
  -webkit-text-stroke: 0.5px #a76232;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,-2px 2px 0 #FFF,  2px -2px 0 #FFF,0px 2px 0 #FFF,   0 -2px 0 #FFF,-2px 0 0 #FFF,    2px 0 0 #FFF;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
}

.main_gif_pikachu{
  position: absolute;
  width: 24.666667%;
  top: 61%;
  left: 33%;
}
.main_gif_eievui{
  position: absolute;
  width: 19.3%;
  top: 32.5%;
  left: 6%;
  rotate: -3deg;
}
.main_gif_hoge-ta{
  position: absolute;
  width: 19.3%;
  bottom: 29.7%;
  left: 2.1%;
  rotate: -0.5deg;
}
.main_gif_lucario{
  position: absolute;
  width: 19.1%;
  bottom: 9%;
  left: 5.7%;
  rotate: -6deg;
}
.main_gif_nyaoha{
  position: absolute;
  width: 19%;
  top: 33.9%;
  right: 6.2%;
  rotate: -3.8deg;
}
.main_gif_ninfia{
  position: absolute;
  width: 19.1%;
  bottom: 29.8%;
  right: 3.5%;
  rotate: 9deg;
}
.main_gif_kuwassu{
  position: absolute;
  width: 19.1%;
  bottom: 9%;
  right: 6.8%;
  rotate: 6.2deg;
}
/*------------------------*/

.movie_area{
  background: #a76132;
  padding: 25px 0;
}

.sec_ttl_box{
  position: relative;
  text-align: center;
}
.sec_ttl_txt{
  position: absolute;
  font-size: 30px;
  font-weight: 800;
  top: 0%;
  left: 37%;
  color: #a76132;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
}

.move{
  width: 100%;
margin-bottom: 20px;
}

.move_01{
  width: 83.33333333%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 5% auto 0;
}


.logo_box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_box .logo{
  width: 59.58333333%;
}
.logo_box .logo_box_txt{
  font-weight: 800;
  font-size: 30px;
  color: #a76132;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
}

.point_01, .point_02, .point_03, .point_05, .point_06{
  position: relative;
  text-align: center;
  width: 96.35416667%;
  margin: 30px auto 0;
}

.point_04{
  position: relative;
  text-align: center;
  width: 96.35416667%;
  margin: 45px auto 0;
}

.sec_ttl{
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  padding: 1px 15px;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
}

.sec_ttl_2{
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  padding: 1px 15px;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
}

.point_item_box{
  position: relative;
  z-index: 3;
}

.point_txt_01{
  font-size: 30px;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
  line-height: 2.3rem;
}

.point_txt_02{
  font-size: 18px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.4;
}
/* point_01ここから */
.point_01_bg{
  position: relative;
  margin-top: -5px;
background: url(../images/point_01_bg_top.webp) top center no-repeat;
background-size: 100% auto;
padding: 20px 3.8% 0;
}

.point_01_pokemon{
  position: absolute;
  z-index: 3;
  top: 0;
}

.point_01_img_01, .point_02_gif{
  margin: 15px 0;
}

.point_01_view_more_img_01{
width: 26.77083333%;
}
.point_01_view_more_img_02{
width: 27.60416667%;
}
.point_01_view_more_img_03{
width: 30.3125%;
}

.point_01_info{
font-size: 12px;
text-align: center;
color: #824c1f;
font-weight: 700;
font-family: "M PLUS Rounded 1c", sans-serif;
transform:rotateZ(0.03deg);

margin-top: 15px;
}

.point_01_view_more_ttl{
display: flex;
align-items: center;
justify-content: center;

color: #eb8015;
font-size: 25px;
font-weight: 900;
font-family: "M PLUS Rounded 1c", sans-serif;
}

.point_view_more_ball{
width: 6.5%;
}
/*------------------------*/

/* point_02ここから */
.point_02_bg{
  position: relative;
  margin-top: -5px;
background: url(../images/point_02_bg_top.webp) top center no-repeat;
background-size: 100% auto;
padding: 20px 3.8% 0;
}


.point_02_bg .point_txt_01{
  font-size: 30px;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
  line-height: 2.3rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
text-align: center;
}

.point_02_pokemon{
  position: absolute;
  z-index: 3;
  top: 0;
}

.point_02_gif {
  position: relative;
}
.point_02_gif_left{
  width: 26.66666667%;
  position: absolute;
  z-index: 4;
  top: 2.29%;
  left: 7.3%;
}

.point_02_gif_middle{
  width: 26.66666667%;
  position: absolute;
  z-index: 4;
  top: 41%;
  left: 36.7%;
}

.point_02_gif_right{
  width: 26.66666667%;
  position: absolute;
  z-index: 4;
  top: 2.29%;
  left: 66.04%;
}

.point_02_view_more_ttl{
display: flex;
align-items: center;
justify-content: center;

color: #3490ef;
font-size: 21px;
font-weight: 900;
font-family: "M PLUS Rounded 1c", sans-serif;
}

.point_view_more_ball{
width: 6.5%;
}

/* @media (max-width: 639px) {
.point_02_gif_left{
  top: 29%;
}

.point_02_gif_middle{
  bottom: 27%;
}

.point_02_gif_right{
  top: 29%;
}
}

@media (max-width: 480px) {
.point_02_gif_left, .point_02_gif_right{
  top: 28.5%;
}
} */

.view_more_txt{
position: relative;
}

.point_02_view_more_txt_01{
background: #34bdef;
border-radius: 100px;

display: inline-block;
padding: 5px 35px 0;

margin-top: 20px;

color: #fff;
font-weight: 900;
font-size: 20px;
transform:rotateZ(0.03deg);
}
.point_02_view_more_icon{
position: absolute;
width: 57px;
left: -20%;
top: -30%;
}

.point_02_view_more_icon_2{
position: absolute;
width: 57px;
left: -14%;
top: -30%;
}
/*------------------------*/

/* accordion_boxここから */
.point_accordion_box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.view_more_btn {
  cursor: pointer;
  background-color: #fff;
  padding: 8px 0;
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  font-size: 18px;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
}

.view_more_btn:hover {
  opacity: 0.7;
}

.view_more_icon{
position: absolute;
right: 5%;

width: 5.55%;
}

.point_accordion_box{
background: url(../images/view_more_orange_bg.webp);
background-size: cover;
}

.view_more_item_flex{
display: flex;
justify-content: center;
align-items: center;
gap: 5%;

text-align: left;
}

.point_swiper {
  width: 100%;

  margin-top: 20px;
}

.swiper-slide {
  text-align: left;
}

.swiper-wrapper{
align-items: center;
}

.view_more_item_flex img {
  width: 100%;
  display: block;
}

.view_more_txt_01{
background: #eb8015;
border-radius: 100px;

display: inline-block;
padding: 5px 35px 0;

color: #fff;
font-weight: 900;
font-size: 20px;
transform:rotateZ(0.03deg);
}

.view_more_txt_02{
text-align: left;
font-size: 14px;
font-weight: 800;
transform:rotateZ(0.03deg);
color: #000;

margin-top: 10px;
}

.view_more_txt_03{
text-align: left;
font-size: 12px;
font-weight: 800;
transform:rotateZ(0.03deg);

margin-top: 10px;
padding-left: 1em; text-indent: -1em;

color: #eb8015;
}
/*------------------------*/

/* point_03ここから */
.point_03_bg{
  position: relative;
  margin-top: -5px;
background: url(../images/point_03_bg_top.webp) top center no-repeat;
background-size: 100% auto;
padding: 20px 20px 0;
}

/* .point_03_item_box{
  position: absolute;
  z-index: 3;
  top: 8%;
} */
.point_03_bg .point_txt_01 {
margin-bottom: 10px;
}

.point_03_pokemon_02{
  margin-top: 15px;
}
.point_03_pokemon_02, .point_03_pokemon_03{
  display: flex;
  justify-content: center;
  gap: 4%;
}


.point_03_bg .point_txt_02{
width: 90%;
}

.point_03_flex_item{
width: 20.70833333%;
}
.point_03_flex_txt{
font-size: 12px;
color: #004d38;
font-weight: 500;
font-family: "M PLUS Rounded 1c", sans-serif;
transform:rotateZ(0.03deg);
}
.point_03_btn{
display: block;
text-decoration: none;

color: #fff;
font-size: 18px;
font-weight: 800;
background: #078260;
max-width: 200px;
width: 60%;
border-radius: 10px;
padding: 5px 6px;
margin: 20px auto 0;
font-family: "M PLUS Rounded 1c", sans-serif;
transform:rotateZ(0.03deg);
}
a.point_03_btn:hover{
opacity: 0.7;
}

.point_btn_txt_info{
color: #004d38;
font-size: 14px;
font-weight: 800;
margin:5px 0 10px;
font-family: "M PLUS Rounded 1c", sans-serif;
transform:rotateZ(0.03deg);
}
.point_btn_txt_info span{
background:linear-gradient(transparent 60%, #ff6 60%);
}

.point_03_pokemon_ttl{
font-size: 18px;
font-family: "M PLUS Rounded 1c", sans-serif;
transform:rotateZ(0.03deg);
font-weight: 700;

color: #fff;
display: inline-block;
background: #1eb38a;

border-radius: 100px;
padding: 5px 6%;
}

.point_03_pokemon_inbox{
background: #fff;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
border-radius: 15px;
width: 98%;

padding: 5% 0 1px;
margin: -5% auto 0;
}

.point_03_txt_box{
display: flex;
align-items: center;
justify-content: center;

margin-top: 5px;
}

.point_03_txt{
font-size: 18px;
font-family: "M PLUS Rounded 1c", sans-serif;
transform:rotateZ(0.03deg);
font-weight: 500;
color: #004d38;

text-align: left;

}

.point_03_img_01{
width: 30%;
}
/*------------------------*/

/* point_04ここから */
.point_04_bg{
position: relative;
margin-top: -5px;
background: url(../images/point_04_bg_top.webp) top center no-repeat;
background-size: 100% auto;
padding: 50px 20px 0;
}
.point_04_pokemon{
  position: absolute;
  z-index: 3;
  top: -4%;
}

.point_04_img_01{
  width: 95%;
  margin: 15px auto 0;
}

.point_txt_bubble_box{
  position: absolute;
  top: -5%;
  left: 3%;
}

.point_txt_bubble {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #d061e1;
  text-align: left;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
}

.point_txt_bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 8px 0 0 12px;
  border-color: #d061e1 transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
  transform: skew(15deg);
  transform-origin: top;
}
/*------------------------*/

.point_txt_03{
  font-size: 14px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

/* point_05ここから */
.point_05_bg{
  position: relative;
  margin-top: -5px;
background: url(../images/point_05_bg_top.webp) top center no-repeat;
background-size: 100% auto;
padding: 20px 20px 0;
}
.point_05_bg .point_txt_01 {
margin-bottom: 10px;
}

.point_05_ttl{
display: flex;
align-items: center;
justify-content: center;

margin-top: 15px;

color: #eb5c56;
font-size: 18px;
font-weight: 900;
line-height: 1.2em;
font-family: "M PLUS Rounded 1c", sans-serif;
}

.point_05_ball{
width: 4.5%;
}

.point_05_icon{
position: absolute;
width: 22%;
top: -28%;
left: -10%;
}
/*------------------------*/

/* point_05ここから */
.point_06_bg{
  position: relative;
  margin-top: -5px;
background: url(../images/point_06_bg_top.webp) top center no-repeat;
background-size: 100% auto;
padding: 20px 20px 0;
}
.point_06_bg .point_txt_01 {
margin-bottom: 10px;
}

.point_06_ttl{
display: flex;
align-items: center;
justify-content: center;

margin-top: 15px;

color: #88d815;
font-size: 25px;
font-weight: 900;
line-height: 1.2em;
font-family: "M PLUS Rounded 1c", sans-serif;
}

.point_06_ball{
width: 6.5%;
}

.point_06_icon{
position: absolute;
width: 29%;
top: -40%;
left: -18%;
}
/*------------------------*/


/* slide_areaここから */
.slide_ttl{
  padding: 3px 0;
  color: #f8f1ec;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  background: #ed6c67;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
}

.slider {
  width: 100%;
  margin: 0 auto;
}

.slider img {
  width: 100%;
  height: auto;
}

.slick-slide {
  margin: 0 10px;
}

.slick-list {
  padding: 0 40px;
}
/*------------------------*/

@media (max-width: 480px) {
/* font-zize:30px */
.price_box .price_txt, .sec_ttl_txt, .logo_box .logo_box_txt, .point_txt_01{
  font-size: 6.25vw;
}
/* font-zize:25px */
.point_01_view_more_ttl, .point_06_ttl{
font-size: 5.208vw;
}
/* font-zize:24px */
.slide_ttl, .sec_ttl{
  font-size: 5vw;
}
/* font-zize:21px */
.point_02_view_more_ttl{
  font-size: 4.375vw;
}
/* font-zize:20px */
.main_txt, .point_txt_bubble, .view_more_txt_01, .sec_ttl_2, .point_02_view_more_txt_01{
  font-size: 4.1667vw;
}
/* font-zize:18px */
.price_label, .point_txt_02, .point_03_btn, .point_03_btn_cs, .view_more_btn, .point_05_ttl, .point_03_pokemon_ttl, .point_03_txt{
  font-size: 3.75vw;
}
/* font-zize:14px */
.view_more_txt_02, .point_txt_03{
font-size: 2.917vw;
}
/* font-zize:12.5px */
.point_btn_txt_info{
font-size: 2.604vw;
}
/* font-zize:12px */
.point_03_flex_txt, .view_more_txt_03, .point_01_info{
  font-size: 2.5vw;
}
.sec_ttl_txt{
top: 5%;
}
.point_txt_01{
  line-height: 2rem;
}
.point_01_img_01, .point_02_gif{
  margin: 10px 0;
}
.point_03_pokemon_02{
  margin-top: 15px;
}
.point_03_pokemon_03{
  margin-top: 5px;
}
.point_04_pokemon{
top: -2%;
}

.point_02_bg .point_txt_01{
font-size: 6.25vw !important;
line-height: 2rem !important;
}

.sp_MT5{
margin-top: 5px;
}
.sp_MT10{
  margin-top: 10px;
}
.sp_MT15{
  margin-top: 15px;
}
.sp_MT20{
  margin-top: 20px;
}
.sp_MT25{
  margin-top: 25px;
}
.sp_MT30{
  margin-top: 30px;
}
.sp_MT35{
  margin-top: 35px;
}
.sp_MT40{
  margin-top: 40px;
}

.point_02_view_more_icon{
width: 40px;
}

.point_02_view_more_icon_2{
width: 40px;
}
}

@media (max-width: 376px) {
.view_more_txt_01{
padding: 5px 24px;
}
}


/* 取説ここから */
.instructions_box{
border-radius: 20px;
border: solid 2px #ff3400;
background: #fff;

margin: 45px auto 0;
padding: 15px 20px;

max-width: 300px;
}

.instructions_box .instructions_ttl{
color: #ff3400;
font-family: "M PLUS Rounded 1c", sans-serif;
transform:rotateZ(0.03deg);
font-weight: 800;
font-size: 22px;
text-align: center;
margin-bottom: 15px;
}

.instructions_box .instructions_btn_box{
display: flex;
justify-content: center;
gap: 5%;
}


.instructions_box .instructions_btn_box a{
border: solid 1px #ff3400;
border-radius: 20px;
color: #ff3400;
text-decoration: none;
text-align: center;
font-family: "M PLUS Rounded 1c", sans-serif;
 transform:rotateZ(0.03deg);
font-weight: 800;

font-size: 15px;
padding: 5px 20px;
display: block;

max-width: 180px;
width: 45%;
}

.instructions_box .instructions_btn_box a:hover{
background: #ff3400;
color: #fff;
}


/* ページネーション */
.my-swiper-pagination {
  text-align: center;
  margin-top: 10px;
}

.my-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #cdb7a5;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px !important;
  opacity: 0.7;
  cursor: pointer;
}

.my-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9b704c;
  opacity: 1;
}

.my-swiper-button-prev,
.my-swiper-button-next {
max-width: 25px;
width: 3.5%;
position: absolute;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
z-index: 10;
}

.my-swiper-button-prev {
left: 2%;
}

.my-swiper-button-next {
right: 2%;
transform: scale(-1, 1) translateY(-50%);
}

.my-swiper-button-prev img,
.my-swiper-button-next img {
width: 100%;
height: 100%;
opacity: 0.4;
}

.my-swiper-button-prev img:hover{
opacity: 1;
}
.my-swiper-button-next img:hover{
opacity: 1;
}

.my-swiper-pagination-2 {
  text-align: center;
  margin-top: 10px;
}

.my-swiper-pagination-2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #a9adc4;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px !important;
  opacity: 0.7;
  cursor: pointer;
}

.my-swiper-pagination-2 .swiper-pagination-bullet-active {
  background-color: #535c89;
  opacity: 1;
}

.my-swiper-button-prev-2,
.my-swiper-button-next-2 {
  max-width: 25px;
  width: 3.5%;
  position: absolute;
  top: 25%;
  transform: translateY(-25%);
  cursor: pointer;
  z-index: 10;
}

.my-swiper-button-prev-2 {
  left: 2%;
}

.my-swiper-button-next-2 {
  right: 2%;
  transform: scale(-1, 1) translateY(-25%);
}

.my-swiper-button-prev-2 img,
.my-swiper-button-next-2 img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.my-swiper-button-prev-2 img:hover {
  opacity: 1;
}

.my-swiper-button-next-2 img:hover {
  opacity: 1;
}

a.btn_notice {
display: inline-block;
max-width: 90%;
background: #f00;
color:#fff;
border-radius: 6px;
padding: 15px 15px 6px;
margin: 0 auto 20px;
font-size: 18px;
font-weight: bold;
text-align: center;
}