@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_select .container .box_head:after, .con_voice .box_head:after, .con_spot .container .box_head:after, .con_gallery .container .box_head:after, .con_topics .container .box_head:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents .con_main_title {
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  #contents .con_main_title {
    height: calc(100vh - 75px);
  }
}

/* -----------------------------------------------------------
	con_slmain
----------------------------------------------------------- */
.con_slmain {
  position: relative;
  overflow: hidden;
  background-color: #000;
  height: auto !important;
}
.con_slmain .box_slmain {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_slmain .box_slmain:after {
    content: "";
    width: 100%;
    height: 417px;
    display: inline-block;
    background: url("../images/home/bg_overlay.png") repeat-x center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media print {
  .con_slmain .box_slmain:after {
    content: "";
    width: 100%;
    height: 417px;
    display: inline-block;
    background: url("../images/home/bg_overlay.png") repeat-x center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.ie8 .con_slmain .box_slmain:after {
  content: "";
  width: 100%;
  height: 417px;
  display: inline-block;
  background: url("../images/home/bg_overlay.png") repeat-x center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}
.con_slmain .box_slmain .slick-slide {
  overflow: hidden;
  width: 100%;
  vertical-align: top;
}
.con_slmain .box_slmain .slick-slide img {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  .con_slmain .box_slmain .slick-slide img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_slmain .box_slmain .slick-slide img.img01 {
    left: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_slmain .box_slmain .slick-slide img.img02 {
    left: 80%;
  }
}
.con_slmain .box_slmain .slick-dots {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_slmain .box_slmain .slick-dots {
    display: none !important;
  }
}
.con_slmain .box_slmain .slick-dots li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
}
.con_slmain .box_slmain .slick-dots li button {
  background: none;
  border: 0;
  font-size: 74%;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.con_slmain .box_slmain .slick-dots li.slick-active:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.con_slmain .box_slmain .slick-dots li.slick-active button {
  font-size: 114%;
}
@media only screen and (min-width: 768px) {
  .con_slmain .box_slmain .slick-slide img {
    max-width: none;
  }
}
@media print {
  .con_slmain .box_slmain .slick-slide img {
    max-width: none;
  }
}
.ie8 .con_slmain .box_slmain .slick-slide img {
  max-width: none;
}
.con_slmain .box_intro {
  color: #fff;
}
.con_slmain .box_intro h2 {
  font-family: "antro_vectraregular";
  font-size: 420%;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_slmain .box_intro h2 {
    font-size: 334%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slmain .box_intro h2 {
    font-size: 207%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slmain .box_intro h2 {
    line-height: 1.3;
    margin-bottom: 1%;
  }
}
.con_slmain .box_intro h3 {
  font-family: "darts_fontregular";
  font-size: 147%;
  margin-bottom: 3%;
  letter-spacing: 9px;
  display: inline-block;
  padding: 0 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_slmain .box_intro h3 {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slmain .box_intro h3 {
    font-size: 87%;
  }
}
.con_slmain .box_intro h3 span {
  color: #d46994;
}
.con_slmain .box_intro p {
  font-size: 80%;
  line-height: 2em;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .con_slmain .box_intro {
    position: absolute;
    left: 5.5%;
    bottom: 8.5%;
  }
}
@media print {
  .con_slmain .box_intro {
    position: absolute;
    left: 5.5%;
    bottom: 8.5%;
  }
}
.ie8 .con_slmain .box_intro {
  position: absolute;
  left: 5.5%;
  bottom: 8.5%;
}
@media only screen and (max-width: 767px) {
  .con_slmain .box_intro {
    position: relative;
    display: inline-block;
    position: absolute;
    bottom: 3%;
    left: 5%;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_slmain .box_slmain {
    opacity: 0.7;
  }
  .con_slmain .slick-slide img {
    max-width: none;
    height: 100%;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  padding: 0;
}
.con_intro.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}
.con_intro .box_desc {
  width: 740px;
  padding: 70px 5.20833%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intro .box_desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_desc {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intro .box_desc {
    padding: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_desc {
    padding: 7% 5%;
  }
}
.con_intro .box_desc .txt_desc {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_desc .txt_desc {
    margin-top: 10%;
  }
}
.con_intro .box_desc .txt_desc h4 {
  font-size: 134%;
  font-weight: bold;
  margin-bottom: 2%;
  letter-spacing: 4px;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intro .box_desc .txt_desc h4 {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_desc .txt_desc h4 {
    font-size: 107%;
  }
}
.con_intro .box_desc .txt_desc h4 span {
  position: relative;
}
.con_intro .box_desc .txt_desc h4 span:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 40%;
  width: 7px;
  height: 7px;
  display: inline-block;
  background: url("../images/common/bg_dot_pink.png") no-repeat center top;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.con_intro .box_desc .txt_desc p {
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 7px 0;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_desc .txt_desc p {
    padding: 2% 0;
  }
}
.con_intro .box_desc .txt_desc p span {
  margin: 3px 0;
  display: inline-block;
  line-height: 1.6em;
  background: #323232;
  color: #fff;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_desc .txt_desc p span {
    margin: 3% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_desc .txt_desc p span {
    display: block;
  }
}
.con_intro .box_desc .txt_desc:first-child {
  margin-top: 0;
}
.con_intro .box_img {
  min-width: 550px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intro .box_img {
    min-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_img {
    min-width: 100%;
  }
}
.con_intro .box_img span {
  width: 100%;
  overflow: hidden;
  display: block;
}
.con_intro .box_img span img {
  max-width: 150%;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intro .box_img span img {
    width: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_img span img {
    width: 150%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_intro {
    display: table;
    width: 100%;
  }
  .con_intro .box_desc {
    display: table-cell;
  }
  .con_intro .box_img {
    display: table-cell;
    height: 586px;
    background: url(../images/home/img_intro.jpg) no-repeat left;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 768px) and (max-width: 1199px) {
  .con_intro .box_img {
    height: 30%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 767px) {
  .con_intro .box_img {
    height: 40%;
  }
}

@media print {
  .con_intro {
    display: table;
    width: 100%;
  }
  .con_intro .box_desc {
    display: table-cell;
  }
  .con_intro .box_img {
    display: table-cell;
    height: 586px;
    background: url(../images/home/img_intro.jpg) no-repeat left;
    background-size: cover;
  }
}
.ie8 .con_intro {
  display: table;
  width: 100%;
}
.ie8 .con_intro .box_desc {
  display: table-cell;
}
.ie8 .con_intro .box_img {
  display: table-cell;
  height: 586px;
  background: url(../images/home/img_intro.jpg) no-repeat left;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ie8 .con_intro .box_img {
    height: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_intro .box_img {
    height: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_desc .txt_desc h4 {
    margin-bottom: 3%;
  }
}

/* -----------------------------------------------------------
	con_concept
----------------------------------------------------------- */
.con_concept {
  position: relative;
  overflow: hidden;
  padding-top: 295px;
  margin-bottom: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept {
    padding-top: 295px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    padding-top: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_concept:before {
    content: "";
    width: 125%;
    max-width: 1288px;
    height: 423px;
    background: url("../images/home/bg_concept.jpg") no-repeat top left;
    background-size: 100% auto;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media print {
  .con_concept:before {
    content: "";
    width: 125%;
    max-width: 1288px;
    height: 423px;
    background: url("../images/home/bg_concept.jpg") no-repeat top left;
    background-size: 100% auto;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ie8 .con_concept:before {
  content: "";
  width: 125%;
  max-width: 1288px;
  height: 423px;
  background: url("../images/home/bg_concept.jpg") no-repeat top left;
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .con_concept:before {
    width: 70%;
  }
}
@media print {
  .con_concept:before {
    width: 70%;
  }
}
.ie8 .con_concept:before {
  width: 70%;
}
.con_concept .wrp_img {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1373px;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1199px) {
  .con_concept .wrp_img {
    width: 120%;
  }
}
.con_concept .wrp_img.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}
.con_concept .wrp_desc {
  max-width: 1000px;
  margin: 0 auto 190px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .con_concept .wrp_desc {
    margin-bottom: 7.5%;
  }
}
.con_concept .wrp_desc .box_desc {
  opacity: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .wrp_desc .box_desc {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .wrp_desc .box_desc {
    text-align: center;
  }
}
.con_concept .wrp_desc .box_desc.visible {
  opacity: 1;
  -webkit-animation: fadeIn 2s ease-in-out;
          animation: fadeIn 2s ease-in-out;
}
.con_concept .wrp_desc .box_desc h3 {
  font-family: "darts_fontregular";
  font-size: 294%;
  margin-bottom: 2.5%;
  letter-spacing: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .wrp_desc .box_desc h3 {
    font-size: 294%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .wrp_desc .box_desc h3 {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .wrp_desc .box_desc h3 {
    letter-spacing: 0.35em;
    margin-bottom: 4%;
  }
}
.con_concept .wrp_desc .box_desc h3 span {
  color: #d46994;
}
.con_concept .wrp_desc .box_desc p {
  font-size: 114%;
  line-height: 2.4;
  padding: 0 15px;
  letter-spacing: 4px;
  line-height: 2.4;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .wrp_desc .box_desc p {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .wrp_desc .box_desc p {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .wrp_desc .box_desc p {
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .wrp_desc .box_desc p {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .wrp_desc .box_desc p {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .wrp_desc .box_desc p {
    letter-spacing: 0.1em;
  }
}
.con_concept .wrp_desc .wrp_img_couple {
  text-align: center;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .con_concept .wrp_desc .wrp_img_couple {
    margin-bottom: 9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .wrp_desc .wrp_img_couple {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_concept .wrp_desc .wrp_img_couple {
    position: absolute;
    top: -10px;
    left: 525px;
  }
}
@media print {
  .con_concept .wrp_desc .wrp_img_couple {
    position: absolute;
    top: -10px;
    left: 525px;
  }
}
.ie8 .con_concept .wrp_desc .wrp_img_couple {
  position: absolute;
  top: -10px;
  left: 525px;
}
.con_concept .wrp_desc .wrp_img_couple.visible {
  opacity: 1;
  -webkit-animation: fadeIn 2s ease-in-out;
          animation: fadeIn 2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .con_concept .wrp_desc .wrp_img_couple img {
    width: 33%;
    max-width: 242px;
  }
}
.con_concept .wrp_video {
  max-width: 1000px;
  margin: 125px auto 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .wrp_video {
    margin: 3em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .wrp_video {
    margin: 3em auto 0;
  }
}
@media only screen and (max-width: 1199px) {
  .con_concept .wrp_video {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .wrp_video {
    max-width: 90%;
  }
}
.con_concept .wrp_video.visible {
  opacity: 1;
  -webkit-animation: fadeInUp 1s ease-in-out;
          animation: fadeInUp 1s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .con_concept .wrp_video iframe, .con_concept .wrp_video object, .con_concept .wrp_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* -----------------------------------------------------------
	con_select
----------------------------------------------------------- */
.con_select {
  position: relative;
  padding-top: 50px;
  margin-bottom: 165px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_select {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_select {
    margin-bottom: 5em;
  }
}
.con_select .container {
  padding: 0;
  position: relative;
}
.con_select .container .box_head {
  margin: 0 auto;
  max-width: 1230px;
  width: 90%;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .con_select .container .box_head {
    top: -10px;
  }
}
@media print {
  .con_select .container .box_head {
    top: -10px;
  }
}
.ie8 .con_select .container .box_head {
  top: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_head {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_head {
    width: 90%;
  }
}
.con_select .container .box_head.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}
.con_select .container .box_head::after {
  content: '';
  background-image: url(../images/home/img_select_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  height: 170px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_head::after {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_head::after {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_head::after {
    margin: 0 12.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_head::after {
    margin: 0 auto;
  }
}
.con_select .container .box_head .wrp_img_bg {
  margin: 0 auto;
  max-width: 1230px;
  text-align: center;
}
.con_select .container .box_head .st {
  font-size: 200%;
  color: #323232;
  font-family: sans-serif;
  letter-spacing: .14em;
  margin: 1.63em auto 1.13em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_head .st {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_head .st {
    font-size: 107%;
  }
}
.con_select .container .box_head .tit {
  font-size: 240%;
  font-family: "darts_fontregular";
  margin: 1.25em auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_head .tit {
    font-size: 167%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_head .tit {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_head .tit {
    width: 90%;
  }
}
.con_select .container .box_head .wrp_img_st_top {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_head .wrp_img_st_top {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_head .wrp_img_st_top {
    width: 67%;
  }
}
.con_select .container .box_head .wrp_img_st_bottom {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_head .wrp_img_st_bottom {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_head .wrp_img_st_bottom {
    width: 35%;
  }
}
.con_select .container .box_detail {
  margin: 5em auto 0;
}
.con_select .container .box_detail .wrp_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .con_select .container .box_detail .wrp_select {
    margin: 0 auto;
    width: 90%;
  }
}
.con_select .container .box_detail .wrp_select::before {
  content: '';
  font-size: 3000%;
  color: #f7f7f7;
  font-family: YuMincho,'Yu Mincho',serif;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select::before {
    font-size: 1000%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select::before {
    font-size: 667%;
  }
}
.con_select .container .box_detail .wrp_select.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1.3s ease-in-out;
          animation: fadeIn 1.3s ease-in-out;
}
.con_select .container .box_detail .wrp_select .box_txt {
  position: relative;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select .box_txt {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select .box_txt {
    width: 100%;
  }
}
.con_select .container .box_detail .wrp_select .box_txt .select_heading .st .en {
  font-family: "rosella-deco", sans-serif;
  font-size: 274%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select .box_txt .select_heading .st .en {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select .box_txt .select_heading .st .en {
    font-size: 134%;
  }
}
.con_select .container .box_detail .wrp_select .box_txt .select_heading .st .ja {
  font-size: 160%;
  margin-left: 1.63em;
  font-family: "darts_fontregular";
  display: inline-block;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select .box_txt .select_heading .st .ja {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select .box_txt .select_heading .st .ja {
    font-size: 127%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select .box_txt .select_heading .st .ja {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select .box_txt .select_heading .st .ja {
    margin-left: 0;
  }
}
@media screen and (max-width: 1440px) {
  .con_select .container .box_detail .wrp_select .box_txt .select_heading .st .ja {
    margin-left: 0;
    display: block;
    line-height: unset;
  }
}
.con_select .container .box_detail .wrp_select .box_txt .select_heading .sst {
  font-size: 140%;
  font-weight: normal;
  margin: 1em auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select .box_txt .select_heading .sst {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select .box_txt .select_heading .sst {
    font-size: 134%;
  }
}
.con_select .container .box_detail .wrp_select .box_txt .txt {
  line-height: 1.67;
  max-width: 400px;
}
.con_select .container .box_detail .wrp_select .box_txt .txt.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1.5s ease-in-out;
          animation: fadeIn 1.5s ease-in-out;
}
.con_select .container .box_detail .wrp_select .box_img {
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select .box_img {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select .box_img {
    width: 100%;
  }
}
.con_select .container .box_detail .wrp_select .box_img.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1.5s ease-in-out;
          animation: fadeIn 1.5s ease-in-out;
}
.con_select .container .box_detail .wrp_select.wrp_location {
  padding: 17em 0 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: url(../images/home/bg_dot.png);
  background-repeat: repeat-x;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_location {
    padding: 10em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_location {
    padding: 8em 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_location {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.con_select .container .box_detail .wrp_select.wrp_location.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1.2s ease-in-out;
          animation: fadeIn 1.2s ease-in-out;
}
.con_select .container .box_detail .wrp_select.wrp_location::before {
  content: '01';
  right: -120px;
  top: 90px;
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_location::before {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_location::before {
    top: 0;
  }
}
@media screen and (max-width: 1279px) {
  .con_select .container .box_detail .wrp_select.wrp_location::before {
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_select .container .box_detail .wrp_select.wrp_location .box_txt {
    margin-left: 6.77541%;
  }
}
@media print {
  .con_select .container .box_detail .wrp_select.wrp_location .box_txt {
    margin-left: 6.77541%;
  }
}
.ie8 .con_select .container .box_detail .wrp_select.wrp_location .box_txt {
  margin-left: 6.77541%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_location .box_txt {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_location .box_txt {
    margin-top: 2em;
  }
}
.con_select .container .box_detail .wrp_select.wrp_location .box_img {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .con_select .container .box_detail .wrp_select.wrp_location .box_img {
    width: 41.40527%;
  }
}
@media print {
  .con_select .container .box_detail .wrp_select.wrp_location .box_img {
    width: 41.40527%;
  }
}
.ie8 .con_select .container .box_detail .wrp_select.wrp_location .box_img {
  width: 41.40527%;
}
.con_select .container .box_detail .wrp_select.wrp_location .box_img::after {
  content: '';
  background-image: url(../images/home/ic_camera.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -70px;
  left: calc(50% - 146px / 2);
  height: 120px;
  width: 146px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_location .box_img::after {
    bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_location .box_img::after {
    bottom: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_location .box_img::after {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_location .box_img::after {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_location .box_img::after {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_location .box_img::after {
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_location .box_img::after {
    width: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_location .box_img::after {
    width: 66px;
  }
}
.con_select .container .box_detail .wrp_select.wrp_chapel {
  padding: 17em 0 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel {
    padding: 10em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel {
    padding: 8em 0 0;
  }
}
.con_select .container .box_detail .wrp_select.wrp_chapel::before {
  content: '02';
  left: -120px;
  bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel::before {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel::before {
    bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel::before {
    left: 0;
    top: 0;
    bottom: 0;
  }
}
.con_select .container .box_detail .wrp_select.wrp_chapel .box_txt {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width: 768px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_txt {
    margin-right: 6.77541%;
  }
}
@media print {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_txt {
    margin-right: 6.77541%;
  }
}
.ie8 .con_select .container .box_detail .wrp_select.wrp_chapel .box_txt {
  margin-right: 6.77541%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_txt {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2em;
  }
}
.con_select .container .box_detail .wrp_select.wrp_chapel .box_txt .txt {
  max-width: 100%;
}
.con_select .container .box_detail .wrp_select.wrp_chapel .box_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img {
    margin-right: 3em;
    width: 41.40527%;
  }
}
@media print {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img {
    margin-right: 3em;
    width: 41.40527%;
  }
}
.ie8 .con_select .container .box_detail .wrp_select.wrp_chapel .box_img {
  margin-right: 3em;
  width: 41.40527%;
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.con_select .container .box_detail .wrp_select.wrp_chapel .box_img::before {
  content: '';
  background-image: url(../images/home/ic_chapel.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -125px;
  right: -86px;
  height: 212px;
  width: 134px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::before {
    top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::before {
    top: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::before {
    right: -1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::before {
    right: -1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::before {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::before {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::before {
    width: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::before {
    width: 66px;
  }
}
.con_select .container .box_detail .wrp_select.wrp_chapel .box_img::after {
  content: '';
  background-image: url(../images/home/ic_bouquet.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -15px;
  left: calc(50% - (146px / 2) + 10px);
  height: 63px;
  width: 88px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::after {
    bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::after {
    bottom: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::after {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::after {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::after {
    height: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::after {
    height: 63px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::after {
    width: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_chapel .box_img::after {
    width: 88px;
  }
}
.con_select .container .box_detail .wrp_select.wrp_shrine {
  padding: 17em 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine {
    padding: 10em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine {
    padding: 8em 0 0;
  }
}
.con_select .container .box_detail .wrp_select.wrp_shrine::before {
  content: '03';
  right: -120px;
  top: 40px;
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine::before {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine::before {
    top: 0;
  }
}
@media screen and (max-width: 1279px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine::before {
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_txt {
    margin-left: 6.77541%;
  }
}
@media print {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_txt {
    margin-left: 6.77541%;
  }
}
.ie8 .con_select .container .box_detail .wrp_select.wrp_shrine .box_txt {
  margin-left: 6.77541%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_txt {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_txt {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_txt .txt {
    max-width: 480px;
  }
}
@media print {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_txt .txt {
    max-width: 480px;
  }
}
.ie8 .con_select .container .box_detail .wrp_select.wrp_shrine .box_txt .txt {
  max-width: 480px;
}
.con_select .container .box_detail .wrp_select.wrp_shrine .box_img {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_img {
    width: 41.40527%;
  }
}
@media print {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_img {
    width: 41.40527%;
  }
}
.ie8 .con_select .container .box_detail .wrp_select.wrp_shrine .box_img {
  width: 41.40527%;
}
.con_select .container .box_detail .wrp_select.wrp_shrine .box_img::after {
  content: '';
  background-image: url(../images/home/ic_leaf.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -45px;
  right: 0;
  height: 113px;
  width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_img::after {
    bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_img::after {
    bottom: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_img::after {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_img::after {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_img::after {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_img::after {
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_img::after {
    width: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_shrine .box_img::after {
    width: 66px;
  }
}
.con_select .container .box_detail .wrp_select.wrp_stay {
  padding: 17em 0 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_stay {
    padding: 10em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay {
    padding: 8em 0 0;
  }
}
.con_select .container .box_detail .wrp_select.wrp_stay::before {
  content: '04';
  left: -120px;
  bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay::before {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay::before {
    bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .con_select .container .box_detail .wrp_select.wrp_stay::before {
    left: 0;
    top: 0;
    bottom: 0;
  }
}
.con_select .container .box_detail .wrp_select.wrp_stay .box_txt {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width: 768px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_txt {
    margin-right: 6.77541%;
  }
}
@media print {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_txt {
    margin-right: 6.77541%;
  }
}
.ie8 .con_select .container .box_detail .wrp_select.wrp_stay .box_txt {
  margin-right: 6.77541%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_txt {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2em;
  }
}
.con_select .container .box_detail .wrp_select.wrp_stay .box_txt .txt {
  max-width: 470px;
}
.con_select .container .box_detail .wrp_select.wrp_stay .box_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img {
    margin-right: 3em;
    width: 41.40527%;
  }
}
@media print {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img {
    margin-right: 3em;
    width: 41.40527%;
  }
}
.ie8 .con_select .container .box_detail .wrp_select.wrp_stay .box_img {
  margin-right: 3em;
  width: 41.40527%;
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.con_select .container .box_detail .wrp_select.wrp_stay .box_img::before {
  content: '';
  background-image: url(../images/home/ic_balloon.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -70px;
  left: 45px;
  height: 138px;
  width: 156px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::before {
    top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::before {
    top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::before {
    left: -1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::before {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::before {
    height: 92px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::before {
    height: 92px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::before {
    width: 133px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::before {
    width: 133px;
  }
}
.con_select .container .box_detail .wrp_select.wrp_stay .box_img::after {
  content: '';
  background-image: url(../images/home/ic_swirl.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -35px;
  right: -60px;
  height: 92px;
  width: 133px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::after {
    bottom: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::after {
    bottom: -35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::after {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::after {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::after {
    height: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::after {
    height: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::after {
    width: 83px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_stay .box_img::after {
    width: 83px;
  }
}
.con_select .container .box_detail .wrp_select.wrp_brand {
  padding: 17em 0 0;
  margin: 3em auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_brand {
    padding: 10em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_brand {
    padding: 8em 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_brand {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_brand {
    margin: 0 auto;
  }
}
.con_select .container .box_detail .wrp_select.wrp_brand::before {
  content: '05';
  right: -120px;
  top: 40px;
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_brand::before {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_brand::before {
    top: 0;
  }
}
@media screen and (max-width: 1279px) {
  .con_select .container .box_detail .wrp_select.wrp_brand::before {
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_txt {
    margin-left: 6.77541%;
  }
}
@media print {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_txt {
    margin-left: 6.77541%;
  }
}
.ie8 .con_select .container .box_detail .wrp_select.wrp_brand .box_txt {
  margin-left: 6.77541%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_txt {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_txt {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_txt .txt {
    max-width: 520px;
  }
}
@media print {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_txt .txt {
    max-width: 520px;
  }
}
.ie8 .con_select .container .box_detail .wrp_select.wrp_brand .box_txt .txt {
  max-width: 520px;
}
.con_select .container .box_detail .wrp_select.wrp_brand .box_img {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_img {
    width: 41.40527%;
  }
}
@media print {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_img {
    width: 41.40527%;
  }
}
.ie8 .con_select .container .box_detail .wrp_select.wrp_brand .box_img {
  width: 41.40527%;
}
.con_select .container .box_detail .wrp_select.wrp_brand .box_img::after {
  content: '';
  background-image: url(../images/home/ic_piano.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -73px;
  right: 220px;
  left: 0;
  height: 135px;
  width: 114px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_img::after {
    bottom: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_img::after {
    bottom: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_img::after {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_img::after {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_img::after {
    left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_img::after {
    left: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_img::after {
    height: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_img::after {
    height: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_img::after {
    width: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_select.wrp_brand .box_img::after {
    width: 64px;
  }
}
.con_select .container .box_detail .wrp_point {
  background: #f7f7f7;
  margin: 9.3em auto 0;
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_point {
    margin: 3em auto 0;
  }
}
.con_select .container .box_detail .wrp_point.visible {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.con_select .container .box_detail .wrp_point .list_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 5.9em 0;
  max-width: 1230px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_point .list_point {
    width: 90%;
  }
}
.con_select .container .box_detail .wrp_point .list_point li {
  margin: 0 auto;
  max-width: 27.64228%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_point .list_point li {
    margin: 0 auto 5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_point .list_point li {
    max-width: 28.64583%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_point .list_point li {
    max-width: 100%;
  }
}
.con_select .container .box_detail .wrp_point .list_point li:last-child {
  margin: 0 auto;
}
.con_select .container .box_detail .wrp_point .list_point li .box_img {
  position: relative;
}
.con_select .container .box_detail .wrp_point .list_point li .box_img .number {
  font-size: 127%;
  left: -10px;
  top: -40px;
  font-family: "darts_fontregular";
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  height: 4.4em;
  width: 4.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_point .list_point li .box_img .number {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_point .list_point li .box_img .number {
    font-size: 107%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_point .list_point li .box_img .number {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_point .list_point li .box_img .number {
    left: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_point .list_point li .box_img .number {
    top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_point .list_point li .box_img .number {
    top: -40px;
  }
}
.con_select .container .box_detail .wrp_point .list_point li .box_txt {
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_point .list_point li .box_txt {
    margin-top: 1em;
  }
}
.con_select .container .box_detail .wrp_point .list_point li .box_txt .st {
  font-size: 140%;
  font-family: sans-serif;
  font-weight: normal;
  margin-bottom: 1em;
  line-height: 1.57;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_select .container .box_detail .wrp_point .list_point li .box_txt .st {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_select .container .box_detail .wrp_point .list_point li .box_txt .st {
    font-size: 100%;
  }
}
.con_select .container .box_detail .wrp_point .list_point li .box_txt .txt {
  text-align: left;
}

/* -----------------------------------------------------------
	con_voice
----------------------------------------------------------- */
.con_voice {
  position: relative;
  padding-top: 50px;
  margin-bottom: 165px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice {
    margin-bottom: 5em;
  }
}
.con_voice .box_head {
  margin-bottom: 12%;
  max-width: 1740px;
}
.con_voice .box_head .container {
  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;
}
.con_voice .box_head .container .box_head_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .con_voice .box_head .container .box_head_inner {
    width: 350px;
    height: 400px;
    background: url("../images/home/bg_frame_voice.png") no-repeat center center;
    background-size: cover;
  }
}
@media print {
  .con_voice .box_head .container .box_head_inner {
    width: 350px;
    height: 400px;
    background: url("../images/home/bg_frame_voice.png") no-repeat center center;
    background-size: cover;
  }
}
.ie8 .con_voice .box_head .container .box_head_inner {
  width: 350px;
  height: 400px;
  background: url("../images/home/bg_frame_voice.png") no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .con_voice .box_head .container .box_head_inner {
    width: 496px;
    height: 565px;
  }
}
@media print {
  .con_voice .box_head .container .box_head_inner {
    width: 496px;
    height: 565px;
  }
}
.ie8 .con_voice .box_head .container .box_head_inner {
  width: 496px;
  height: 565px;
}
.con_voice .box_head .container .box_head_inner h3 {
  color: #c5c5c5;
  font-family: "antro_vectraregular";
  font-size: 374%;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 3.36px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_head .container .box_head_inner h3 {
    font-size: 267%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_head .container .box_head_inner h3 {
    font-size: 254%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_head .container .box_head_inner h3 {
    line-height: 1;
  }
}
.con_voice .box_head .container .box_head_inner .st_ana {
  width: 84%;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_head .container .box_head_inner .st_ana {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_head .container .box_head_inner .st_ana {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_head .container .box_head_inner .st_ana {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_head .container .box_head_inner .st_ana {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_voice .box_head .container .box_head_inner .st_ana {
    max-width: 416px;
  }
}
@media print {
  .con_voice .box_head .container .box_head_inner .st_ana {
    max-width: 416px;
  }
}
.ie8 .con_voice .box_head .container .box_head_inner .st_ana {
  max-width: 416px;
}
.con_voice .box_head .container .box_head_inner .wrp_title {
  text-align: center;
  color: #323232;
  font-size: 127%;
  font-weight: 400;
  line-height: 1.68;
  background: url("../images/home/bg_dots.png") repeat-x center bottom;
  padding: 0 4% 5%;
  margin-bottom: 7%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_head .container .box_head_inner .wrp_title {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_head .container .box_head_inner .wrp_title {
    font-size: 94%;
  }
}
@media only screen and (min-width: 768px) {
  .con_voice .box_head .container .box_head_inner .wrp_title {
    padding: 0 30px 20px;
    margin-bottom: 20px;
  }
}
@media print {
  .con_voice .box_head .container .box_head_inner .wrp_title {
    padding: 0 30px 20px;
    margin-bottom: 20px;
  }
}
.ie8 .con_voice .box_head .container .box_head_inner .wrp_title {
  padding: 0 30px 20px;
  margin-bottom: 20px;
}
.con_voice .box_head .container .box_head_inner .wrp_title h4 {
  font-family: "darts_fontregular";
  font-size: 214%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_head .container .box_head_inner .wrp_title h4 {
    font-size: 214%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_head .container .box_head_inner .wrp_title h4 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_head .container .box_head_inner .wrp_title h4 {
    letter-spacing: 4px;
  }
}
.con_voice .box_head .container .box_head_inner .wrp_title h4 span {
  color: #d46994;
}
@media only screen and (max-width: 1199px) {
  .con_voice .box_head .container .box_head_inner .box_couple {
    width: 35%;
    max-width: 186px;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_head .container {
    width: 83.33333%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_voice .box_head {
    margin: auto;
    padding: 120px 0;
    background: url("../images/home/bg_voice_head.jpg") no-repeat center;
    background-size: cover;
  }
}
@media print {
  .con_voice .box_head {
    margin: auto;
    padding: 120px 0;
    background: url("../images/home/bg_voice_head.jpg") no-repeat center;
    background-size: cover;
  }
}
.ie8 .con_voice .box_head {
  margin: auto;
  padding: 120px 0;
  background: url("../images/home/bg_voice_head.jpg") no-repeat center;
  background-size: cover;
}
.con_voice .box_content .voices_list {
  margin-bottom: 255px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_list {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list {
    margin-bottom: 0;
  }
}
.con_voice .box_content .voices_list .container {
  max-width: 1740px;
  padding: 0 3.35196%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_list .container {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container {
    padding: 0;
  }
}
.con_voice .box_content .voices_list .container .voice {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .voice {
    margin-bottom: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_voice .box_content .voices_list .container .voice {
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media print {
  .con_voice .box_content .voices_list .container .voice {
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ie8 .con_voice .box_content .voices_list .container .voice {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.con_voice .box_content .voices_list .container .voice.voice_reverse {
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.con_voice .box_content .voices_list .container .voice.voice_reverse .voice_image {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .con_voice .box_content .voices_list .container .voice.voice_reverse .voice_image {
    margin-right: 0;
    margin-left: 6%;
  }
}
@media print {
  .con_voice .box_content .voices_list .container .voice.voice_reverse .voice_image {
    margin-right: 0;
    margin-left: 6%;
  }
}
.ie8 .con_voice .box_content .voices_list .container .voice.voice_reverse .voice_image {
  margin-right: 0;
  margin-left: 6%;
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_list .container .voice img {
    border-radius: 20px;
  }
}
@media print {
  .con_voice .box_content .voices_list .container .voice img {
    border-radius: 20px;
  }
}
.ie8 .con_voice .box_content .voices_list .container .voice img {
  border-radius: 20px;
}
.con_voice .box_content .voices_list .container .voice_box {
  width: 90%;
  max-width: 562px;
  margin: 0 auto;
  background: url("../images/home/box_voice_bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 2em 2em 1.3em;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_list .container .voice_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: -60px;
    width: 50%;
    max-width: 352px;
    min-height: 310px;
    padding: 2em;
    margin-bottom: 25px;
  }
}
@media print {
  .con_voice .box_content .voices_list .container .voice_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: -60px;
    width: 50%;
    max-width: 352px;
    min-height: 310px;
    padding: 2em;
    margin-bottom: 25px;
  }
}
.ie8 .con_voice .box_content .voices_list .container .voice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  top: -60px;
  width: 50%;
  max-width: 352px;
  min-height: 310px;
  padding: 2em;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  .con_voice .box_content .voices_list .container .voice_box {
    top: 0;
    width: 100%;
    padding: 20px;
  }
}
@media print {
  .con_voice .box_content .voices_list .container .voice_box {
    top: 0;
    width: 100%;
    padding: 20px;
  }
}
.ie8 .con_voice .box_content .voices_list .container .voice_box {
  top: 0;
  width: 100%;
  padding: 20px;
}
.con_voice .box_content .voices_list .container .voice_desc {
  line-height: 2;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_list .container .voice_desc {
    margin-top: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .voice_desc {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  .con_voice .box_content .voices_list .container .voice_desc {
    max-width: 280px;
    margin: auto;
  }
}
@media print {
  .con_voice .box_content .voices_list .container .voice_desc {
    max-width: 280px;
    margin: auto;
  }
}
.ie8 .con_voice .box_content .voices_list .container .voice_desc {
  max-width: 280px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_list .container .voice_desc {
    width: 50%;
    margin-left: 2em;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .voice_desc {
    width: 90%;
    max-width: 562px;
    margin: 5% auto 0;
  }
}
.con_voice .box_content .voices_list .container .voice_image {
  padding-top: 75px;
  position: relative;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_list .container .voice_image {
    padding-top: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .voice_image {
    padding-top: 0;
  }
}
.con_voice .box_content .voices_list .container .voice_image .img-bottom-right {
  position: absolute;
  bottom: -2%;
  right: 0;
}
.con_voice .box_content .voices_list .container .voice_image.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .con_voice .box_content .voices_list .container .voice_image {
    width: 71%;
    margin-right: 6%;
  }
}
@media print {
  .con_voice .box_content .voices_list .container .voice_image {
    width: 71%;
    margin-right: 6%;
  }
}
.ie8 .con_voice .box_content .voices_list .container .voice_image {
  width: 71%;
  margin-right: 6%;
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .voice_image {
    margin: 0 -15px;
  }
}
.con_voice .box_content .voices_list .container .voice_content {
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .con_voice .box_content .voices_list .container .voice_content {
    width: 23%;
  }
}
@media print {
  .con_voice .box_content .voices_list .container .voice_content {
    width: 23%;
  }
}
.ie8 .con_voice .box_content .voices_list .container .voice_content {
  width: 23%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_list .container .voice_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .voice_content {
    position: relative;
    margin-top: -20px;
  }
}
.con_voice .box_content .voices_list .container .voice_content.visible {
  opacity: 1;
  -webkit-animation: fadeInUp 1s ease-in-out;
          animation: fadeInUp 1s ease-in-out;
}
.con_voice .box_content .voices_list .container .voice_number {
  width: 50%;
  margin: 1% auto 10%;
  background-color: #c080af;
  font-family: "darts_fontregular";
  text-align: center;
  color: #fff;
  letter-spacing: 2.66px;
  position: relative;
  font-size: 127%;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_list .container .voice_number {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .voice_number {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_list .container .voice_number {
    width: 138px;
    height: 33px;
    margin: 10px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16px;
  }
}
@media print {
  .con_voice .box_content .voices_list .container .voice_number {
    width: 138px;
    height: 33px;
    margin: 10px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16px;
  }
}
.ie8 .con_voice .box_content .voices_list .container .voice_number {
  width: 138px;
  height: 33px;
  margin: 10px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
}
.con_voice .box_content .voices_list .container .voice_number:after {
  display: block;
  width: 55px;
  height: 9px;
  content: '';
  background: url("../images/home/box_voice_title.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -9px;
  right: 30px;
}
.con_voice .box_content .voices_list .container .voice_exceprt {
  text-align: center;
  font-size: 147%;
  font-family: "darts_fontregular";
  color: #323232;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_list .container .voice_exceprt {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .voice_exceprt {
    font-size: 114%;
  }
}
.con_voice .box_content .voices_list .container .voice_exceprt:before, .con_voice .box_content .voices_list .container .voice_exceprt:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url("../images/home/bg_dots.png") repeat center center;
}
.con_voice .box_content .voices_list .container .voice_exceprt:before {
  margin-bottom: 5%;
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_list .container .voice_exceprt:before {
    margin-bottom: 10px;
  }
}
@media print {
  .con_voice .box_content .voices_list .container .voice_exceprt:before {
    margin-bottom: 10px;
  }
}
.ie8 .con_voice .box_content .voices_list .container .voice_exceprt:before {
  margin-bottom: 10px;
}
.con_voice .box_content .voices_list .container .voice_exceprt:after {
  margin-top: 2%;
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_list .container .voice_exceprt:after {
    margin-top: 10px;
  }
}
@media print {
  .con_voice .box_content .voices_list .container .voice_exceprt:after {
    margin-top: 10px;
  }
}
.ie8 .con_voice .box_content .voices_list .container .voice_exceprt:after {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .voice_exceprt {
    width: 100%;
  }
  .con_voice .box_content .voices_list .container .voice_exceprt:before, .con_voice .box_content .voices_list .container .voice_exceprt:after {
    width: 100%;
  }
}
.con_voice .box_content .voices_list .container .voice_heading {
  font-family: "rosella-deco", sans-serif;
  margin-top: 15px;
  font-size: 160%;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_list .container .voice_heading {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .voice_heading {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_list .container .voice_heading {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .voice_heading {
    font-size: 120%;
  }
}
.con_voice .box_content .voices_list .container .voice_desc_inner {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .voice_desc_inner {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_list .container .voice_desc_inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: url("../images/home/bg_dots.png") repeat-x center center;
    margin-top: 30px;
  }
}
@media print {
  .con_voice .box_content .voices_list .container .voice_desc_inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: url("../images/home/bg_dots.png") repeat-x center center;
    margin-top: 30px;
  }
}
.ie8 .con_voice .box_content .voices_list .container .voice_desc_inner:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url("../images/home/bg_dots.png") repeat-x center center;
  margin-top: 30px;
}
.con_voice .box_content .voices_list .container .wrp_btn {
  margin-top: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_list .container .wrp_btn {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .wrp_btn {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_list .container .wrp_btn {
    margin: 3em -5% 0;
  }
}
.con_voice .box_content .voices_grid .container {
  max-width: 1740px;
  padding: 0 3.35196%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_grid .container {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container {
    padding: 0;
  }
}
.con_voice .box_content .voices_grid .container .voices_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1199px) {
  .con_voice .box_content .voices_grid .container .voices_wrap {
    width: 100%;
    margin: 0 auto;
  }
}
.con_voice .box_content .voices_grid .container .voices_wrap .voice {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_grid .container .voices_wrap .voice {
    width: 50%;
    padding-right: 2.5vw;
  }
}
@media print {
  .con_voice .box_content .voices_grid .container .voices_wrap .voice {
    width: 50%;
    padding-right: 2.5vw;
  }
}
.ie8 .con_voice .box_content .voices_grid .container .voices_wrap .voice {
  width: 50%;
  padding-right: 2.5vw;
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_grid .container .voices_wrap .voice.f_right {
    padding-right: 0;
    padding-left: 2.5vw;
  }
}
@media print {
  .con_voice .box_content .voices_grid .container .voices_wrap .voice.f_right {
    padding-right: 0;
    padding-left: 2.5vw;
  }
}
.ie8 .con_voice .box_content .voices_grid .container .voices_wrap .voice.f_right {
  padding-right: 0;
  padding-left: 2.5vw;
}
@media only screen and (min-width: 1200px) {
  .con_voice .box_content .voices_grid .container .voices_wrap .voice:nth-child(even) {
    margin-top: 150px;
    margin-bottom: 30px;
  }
}
@media print {
  .con_voice .box_content .voices_grid .container .voices_wrap .voice:nth-child(even) {
    margin-top: 150px;
    margin-bottom: 30px;
  }
}
.ie8 .con_voice .box_content .voices_grid .container .voices_wrap .voice:nth-child(even) {
  margin-top: 150px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_grid .container .voices_wrap .voice img {
    border-radius: 20px;
  }
}
@media print {
  .con_voice .box_content .voices_grid .container .voices_wrap .voice img {
    border-radius: 20px;
  }
}
.ie8 .con_voice .box_content .voices_grid .container .voices_wrap .voice img {
  border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
  .con_voice .box_content .voices_grid .container .voices_wrap .voice {
    width: 100%;
    padding: 0;
    margin-top: 4em;
  }
}
.con_voice .box_content .voices_grid .container .voice_image {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container .voice_image {
    margin: 0 -15px;
  }
}
.con_voice .box_content .voices_grid .container .voice_image.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}
.con_voice .box_content .voices_grid .container .voice_image img {
  width: 100%;
}
.con_voice .box_content .voices_grid .container .voice_content {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container .voice_content {
    position: relative;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_grid .container .voice_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print {
  .con_voice .box_content .voices_grid .container .voice_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ie8 .con_voice .box_content .voices_grid .container .voice_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.con_voice .box_content .voices_grid .container .voice_content.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_grid .container .voice_box, .con_voice .box_content .voices_grid .container .voice_desc {
    width: 50%;
    padding: 0 4%;
  }
}
@media print {
  .con_voice .box_content .voices_grid .container .voice_box, .con_voice .box_content .voices_grid .container .voice_desc {
    width: 50%;
    padding: 0 4%;
  }
}
.ie8 .con_voice .box_content .voices_grid .container .voice_box, .ie8 .con_voice .box_content .voices_grid .container .voice_desc {
  width: 50%;
  padding: 0 4%;
}
.con_voice .box_content .voices_grid .container .voice_desc {
  line-height: 2;
  margin-top: 30px;
  padding-left: 8%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_grid .container .voice_desc {
    margin-top: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container .voice_desc {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_grid .container .voice_desc {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container .voice_desc {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container .voice_desc {
    width: 90%;
    max-width: 562px;
    margin: 5% auto 0;
  }
}
.con_voice .box_content .voices_grid .container .voice_box {
  width: 90%;
  max-width: 562px;
  margin: 0 auto;
  background: url("../images/home/box_voice_bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 2em 2em 1.3em;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_grid .container .voice_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: -60px;
    width: 50%;
    max-width: 333px;
    min-height: 257px;
    background: url("../images/home/box_voice_small_bg.png") no-repeat center center;
    background-size: contain;
    padding: 2em;
  }
}
@media print {
  .con_voice .box_content .voices_grid .container .voice_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: -60px;
    width: 50%;
    max-width: 333px;
    min-height: 257px;
    background: url("../images/home/box_voice_small_bg.png") no-repeat center center;
    background-size: contain;
    padding: 2em;
  }
}
.ie8 .con_voice .box_content .voices_grid .container .voice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  top: -60px;
  width: 50%;
  max-width: 333px;
  min-height: 257px;
  background: url("../images/home/box_voice_small_bg.png") no-repeat center center;
  background-size: contain;
  padding: 2em;
}
@media only screen and (min-width: 1200px) {
  .con_voice .box_content .voices_grid .container .voice_box {
    width: 100%;
    padding: 20px;
  }
}
@media print {
  .con_voice .box_content .voices_grid .container .voice_box {
    width: 100%;
    padding: 20px;
  }
}
.ie8 .con_voice .box_content .voices_grid .container .voice_box {
  width: 100%;
  padding: 20px;
}
.con_voice .box_content .voices_grid .container .voice_number {
  width: 50%;
  margin: 1% auto 10%;
  background-color: #c080af;
  font-family: "darts_fontregular";
  text-align: center;
  color: #fff;
  letter-spacing: 2.66px;
  position: relative;
  font-size: 107%;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_grid .container .voice_number {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container .voice_number {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_grid .container .voice_number {
    width: 110px;
    height: 30px;
    margin: 10px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16px;
  }
}
@media print {
  .con_voice .box_content .voices_grid .container .voice_number {
    width: 110px;
    height: 30px;
    margin: 10px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16px;
  }
}
.ie8 .con_voice .box_content .voices_grid .container .voice_number {
  width: 110px;
  height: 30px;
  margin: 10px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
}
.con_voice .box_content .voices_grid .container .voice_number:after {
  display: block;
  width: 55px;
  height: 9px;
  content: '';
  background: url("../images/home/box_voice_title.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -9px;
  right: 30px;
}
.con_voice .box_content .voices_grid .container .voice_exceprt {
  text-align: center;
  font-size: 147%;
  font-family: "darts_fontregular";
  color: #323232;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_grid .container .voice_exceprt {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container .voice_exceprt {
    font-size: 114%;
  }
}
.con_voice .box_content .voices_grid .container .voice_exceprt:before, .con_voice .box_content .voices_grid .container .voice_exceprt:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url("../images/home/bg_dots.png") repeat center center;
}
.con_voice .box_content .voices_grid .container .voice_exceprt:before {
  margin-bottom: 5%;
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_grid .container .voice_exceprt:before {
    margin-bottom: 10px;
  }
}
@media print {
  .con_voice .box_content .voices_grid .container .voice_exceprt:before {
    margin-bottom: 10px;
  }
}
.ie8 .con_voice .box_content .voices_grid .container .voice_exceprt:before {
  margin-bottom: 10px;
}
.con_voice .box_content .voices_grid .container .voice_exceprt:after {
  margin-top: 2%;
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_grid .container .voice_exceprt:after {
    margin-top: 10px;
  }
}
@media print {
  .con_voice .box_content .voices_grid .container .voice_exceprt:after {
    margin-top: 10px;
  }
}
.ie8 .con_voice .box_content .voices_grid .container .voice_exceprt:after {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container .voice_exceprt {
    width: 100%;
  }
  .con_voice .box_content .voices_grid .container .voice_exceprt:before, .con_voice .box_content .voices_grid .container .voice_exceprt:after {
    width: 100%;
  }
}
.con_voice .box_content .voices_grid .container .voice_heading {
  margin-top: 15px;
  font-family: "rosella-deco", sans-serif;
  font-size: 160%;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_grid .container .voice_heading {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container .voice_heading {
    font-size: 120%;
  }
}
.con_voice .box_content .voices_grid .container .voice_desc_inner {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container .voice_desc_inner {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .con_voice .box_content .voices_grid .container .voice_desc_inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: url("../images/home/bg_dots.png") repeat-x center center;
    margin-top: 30px;
  }
}
@media print {
  .con_voice .box_content .voices_grid .container .voice_desc_inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: url("../images/home/bg_dots.png") repeat-x center center;
    margin-top: 30px;
  }
}
.ie8 .con_voice .box_content .voices_grid .container .voice_desc_inner:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url("../images/home/bg_dots.png") repeat-x center center;
  margin-top: 30px;
}
.con_voice .box_content .voices_grid .container .wrp_btn {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_voice .box_content .voices_grid .container .wrp_btn {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container .wrp_btn {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_voice .box_content .voices_grid .container .wrp_btn {
    margin: 3em -5% 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_voice {
    border-top: 2px solid #e5e5e5;
  }
}
@media print {
  .con_voice {
    border-top: 2px solid #e5e5e5;
  }
}
.ie8 .con_voice {
  border-top: 2px solid #e5e5e5;
}

/* -----------------------------------------------------------
	con_report
----------------------------------------------------------- */
.con_report {
  display: none;
  max-width: 1350px;
  margin: auto;
  padding: 0 3.35196%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_report {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_report {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_report {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_report {
    margin-bottom: 3.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .con_report {
    padding-bottom: 100px;
    background: url("../images/home/bg_report.jpg") no-repeat bottom left;
    margin-bottom: 85px;
  }
}
@media print {
  .con_report {
    padding-bottom: 100px;
    background: url("../images/home/bg_report.jpg") no-repeat bottom left;
    margin-bottom: 85px;
  }
}
.ie8 .con_report {
  padding-bottom: 100px;
  background: url("../images/home/bg_report.jpg") no-repeat bottom left;
  margin-bottom: 85px;
}
.con_report.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1.3s ease-in-out;
          animation: fadeIn 1.3s ease-in-out;
}
.con_report .container {
  position: relative;
}
.con_report .container .wrp_img_couple {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_report .container .wrp_img_couple {
    padding: 0 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_report .container .wrp_img_couple {
    position: absolute;
    bottom: -27%;
    right: -4%;
  }
}
@media print {
  .con_report .container .wrp_img_couple {
    position: absolute;
    bottom: -27%;
    right: -4%;
  }
}
.ie8 .con_report .container .wrp_img_couple {
  position: absolute;
  bottom: -27%;
  right: -4%;
}
@media only screen and (max-width: 1199px) {
  .con_report .container .wrp_desc {
    width: 80%;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    padding: 4em 2em 2em;
    margin: -3em auto 3em;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 10px 10px 0px #ebebeb;
    box-shadow: 10px 10px 0px #ebebeb;
  }
}
@media only screen and (max-width: 767px) {
  .con_report .container .wrp_desc {
    width: 84%;
    margin: -2.5em auto 1em;
    padding: 2.5em 1.5em 1em;
  }
}
@media only screen and (min-width: 1200px) {
  .con_report .container .wrp_desc {
    background: url("../images/home/bg_report_desc.png") no-repeat top left;
    width: 493px;
    position: absolute;
    left: -4%;
    bottom: 2%;
    padding: 100px 75px 100px 70px;
  }
}
@media print {
  .con_report .container .wrp_desc {
    background: url("../images/home/bg_report_desc.png") no-repeat top left;
    width: 493px;
    position: absolute;
    left: -4%;
    bottom: 2%;
    padding: 100px 75px 100px 70px;
  }
}
.ie8 .con_report .container .wrp_desc {
  background: url("../images/home/bg_report_desc.png") no-repeat top left;
  width: 493px;
  position: absolute;
  left: -4%;
  bottom: 2%;
  padding: 100px 75px 100px 70px;
}
@media only screen and (min-width: 1360px) {
  .con_report .container .wrp_desc {
    left: -80px;
    bottom: 10px;
  }
}
@media print {
  .con_report .container .wrp_desc {
    left: -80px;
    bottom: 10px;
  }
}
.ie8 .con_report .container .wrp_desc {
  left: -80px;
  bottom: 10px;
}
.con_report .container .wrp_desc h3 {
  font-family: "antro_vectraregular";
  font-size: 254%;
  font-weight: normal;
  letter-spacing: 5px;
  color: #787878;
  margin-bottom: 15px;
  -webkit-transform: translateY(0) rotate(-5deg);
  transform: translateY(0) rotate(-5deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_report .container .wrp_desc h3 {
    font-size: 254%;
  }
}
@media only screen and (max-width: 767px) {
  .con_report .container .wrp_desc h3 {
    font-size: 127%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_report .container .wrp_desc h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_report .container .wrp_desc h3 {
    margin-bottom: 2%;
  }
}
.con_report .container .wrp_desc .sst {
  font-family: "darts_fontregular";
  font-size: 134%;
  font-weight: bold;
  letter-spacing: 8px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_report .container .wrp_desc .sst {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_report .container .wrp_desc .sst {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_report .container .wrp_desc .sst {
    letter-spacing: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .con_report .container .wrp_desc .sst {
    letter-spacing: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_report .container .wrp_desc .sst {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_report .container .wrp_desc .sst {
    margin-bottom: 8%;
  }
}
.con_report .container .wrp_desc .wrp_txt {
  letter-spacing: 1px;
  line-height: 2;
  font-size: 80%;
}
@media only screen and (min-width: 768px) {
  .con_report .container .wrp_desc .wrp_txt {
    letter-spacing: 2px;
    font-size: 100%;
    padding: 0 10px;
  }
}
@media print {
  .con_report .container .wrp_desc .wrp_txt {
    letter-spacing: 2px;
    font-size: 100%;
    padding: 0 10px;
  }
}
.ie8 .con_report .container .wrp_desc .wrp_txt {
  letter-spacing: 2px;
  font-size: 100%;
  padding: 0 10px;
}
.con_report .container .wrp_img {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .con_report .container .wrp_img {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1200px) {
  .con_report .container .btn {
    position: absolute;
    bottom: 15px;
    left: -5px;
    width: 100%;
    max-width: 280px;
  }
}
@media print {
  .con_report .container .btn {
    position: absolute;
    bottom: 15px;
    left: -5px;
    width: 100%;
    max-width: 280px;
  }
}
.ie8 .con_report .container .btn {
  position: absolute;
  bottom: 15px;
  left: -5px;
  width: 100%;
  max-width: 280px;
}
@media only screen and (max-width: 1199px) {
  .con_report .container .btn {
    margin: 0 auto;
  }
}

/* -----------------------------------------------------------
	con_spot
----------------------------------------------------------- */
.con_spot {
  position: relative;
  padding-top: 50px;
  margin-bottom: 165px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot {
    margin-bottom: 5em;
  }
}
.con_spot.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}
.con_spot .container {
  margin: 0 auto;
  padding: 0;
  max-width: 1530px;
  width: 90%;
}
.con_spot .container .box_head {
  margin-bottom: 12%;
  text-align: center;
  padding: 0 0.3em;
  margin-bottom: 1em;
}
.con_spot .container .box_head .tit {
  font-family: "antro_vectraregular";
  font-size: 387%;
  font-weight: normal;
  letter-spacing: 1px;
  color: #787878;
  -webkit-transform: translateY(0) rotate(-5deg);
  transform: translateY(0) rotate(-5deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot .container .box_head .tit {
    font-size: 387%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_head .tit {
    font-size: 207%;
  }
}
.con_spot .container .box_head .sst {
  font-family: "darts_fontregular";
  font-size: 114%;
  font-weight: bold;
  margin: -1.7em 0 0 16em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot .container .box_head .sst {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_head .sst {
    font-size: 67%;
  }
}
@media only screen and (min-width: 768px) {
  .con_spot .container .box_head .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
@media print {
  .con_spot .container .box_head .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
.ie8 .con_spot .container .box_head .sst {
  letter-spacing: 2px;
  margin: -1.5em 0 0 320px;
}
@media only screen and (min-width: 1200px) {
  .con_spot .container .box_head .sst {
    margin-top: 13px;
  }
}
@media print {
  .con_spot .container .box_head .sst {
    margin-top: 13px;
  }
}
.ie8 .con_spot .container .box_head .sst {
  margin-top: 13px;
}
@media only screen and (min-width: 1200px) {
  .con_spot .container .box_head {
    padding: 0 20px;
    margin-bottom: 35px;
  }
}
@media print {
  .con_spot .container .box_head {
    padding: 0 20px;
    margin-bottom: 35px;
  }
}
.ie8 .con_spot .container .box_head {
  padding: 0 20px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) {
  .con_spot .container .box_head {
    margin-bottom: 0;
  }
}
@media print {
  .con_spot .container .box_head {
    margin-bottom: 0;
  }
}
.ie8 .con_spot .container .box_head {
  margin-bottom: 0;
}
.con_spot .container .box_head .sst {
  margin: -1.5em 0 0 21em;
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_head .sst {
    margin: 0 0 0 7em;
  }
}
.con_spot .container .box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}
.con_spot .container .box_content .box_img {
  width: 51.30719%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot .container .box_content .box_img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_content .box_img {
    width: 100%;
  }
}
.con_spot .container .box_content .box_img .box_btn .btn {
  margin: 0 auto;
}
.con_spot .container .box_content .box_txt {
  width: 43.59477%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot .container .box_content .box_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_content .box_txt {
    width: 100%;
  }
}
.con_spot .container .box_content .box_txt .spot_heading {
  font-family: "rosella-deco", sans-serif;
  margin-top: 15px;
  font-size: 160%;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot .container .box_content .box_txt .spot_heading {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_content .box_txt .spot_heading {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot .container .box_content .box_txt .spot_heading {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_content .box_txt .spot_heading {
    font-size: 120%;
  }
}
.con_spot .container .box_content .box_txt .spot_excerpt {
  text-align: center;
  font-size: 107%;
  font-family: "darts_fontregular";
  color: #323232;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot .container .box_content .box_txt .spot_excerpt {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_content .box_txt .spot_excerpt {
    font-size: 114%;
  }
}
.con_spot .container .box_content .box_txt .txt {
  margin: 2.6em auto 3.66em;
  line-height: 1.67;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot .container .box_content .box_txt .txt {
    margin: 1.6em auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_content .box_txt .txt {
    margin: 1.6em auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_content .box_txt .txt {
    text-align: left;
  }
}
.con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right {
  margin-top: 5em;
  position: relative;
}
.con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right::after {
  content: '';
  background-image: url(../images/home/ic_pair.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  height: 178px;
  width: 132px;
  bottom: -38px;
  right: -60px;
  height: 178px;
  width: 132px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right::after {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right::after {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right::after {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right::after {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right::after {
    height: 138px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right::after {
    height: 138px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right::after {
    width: 102px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right::after {
    width: 102px;
  }
}
.con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right .slick-dots {
  text-align: center;
}
.con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right .slick-dots li {
  border: none;
  opacity: 0.5;
  display: inline-block;
  margin: 20px 3px;
}
@media only screen and (max-width: 767px) {
  .con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right .slick-dots li {
    margin: 5% 1%;
  }
}
.con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right .slick-dots li button {
  background-color: #c6c6c6;
  border-radius: 50%;
  border: none;
  color: #c6c6c6;
  display: block;
  outline: none;
  padding: 0;
  height: 19px;
  width: 19px;
}
.con_spot .container .box_content .box_txt .wrp_slider .slider_spot_right .slick-dots li.slick-active {
  opacity: 1;
}

/* -----------------------------------------------------------
	con_gallery
----------------------------------------------------------- */
.con_gallery {
  position: relative;
  padding-top: 50px;
  margin-bottom: 165px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_gallery {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_gallery {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery {
    margin-bottom: 5em;
  }
}
.con_gallery.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}
.con_gallery .container {
  padding: 0;
}
.con_gallery .container .box_head {
  margin-bottom: 12%;
  text-align: center;
  padding: 0 0.3em;
  margin-bottom: 1em;
}
.con_gallery .container .box_head .tit {
  font-family: "antro_vectraregular";
  font-size: 387%;
  font-weight: normal;
  letter-spacing: 1px;
  color: #787878;
  -webkit-transform: translateY(0) rotate(-5deg);
  transform: translateY(0) rotate(-5deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_gallery .container .box_head .tit {
    font-size: 387%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .container .box_head .tit {
    font-size: 207%;
  }
}
.con_gallery .container .box_head .sst {
  font-family: "darts_fontregular";
  font-size: 114%;
  font-weight: bold;
  margin: -1.7em 0 0 16em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_gallery .container .box_head .sst {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .container .box_head .sst {
    font-size: 67%;
  }
}
@media only screen and (min-width: 768px) {
  .con_gallery .container .box_head .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
@media print {
  .con_gallery .container .box_head .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
.ie8 .con_gallery .container .box_head .sst {
  letter-spacing: 2px;
  margin: -1.5em 0 0 320px;
}
@media only screen and (min-width: 1200px) {
  .con_gallery .container .box_head .sst {
    margin-top: 13px;
  }
}
@media print {
  .con_gallery .container .box_head .sst {
    margin-top: 13px;
  }
}
.ie8 .con_gallery .container .box_head .sst {
  margin-top: 13px;
}
@media only screen and (min-width: 768px) {
  .con_gallery .container .box_head {
    padding: 0 20px;
    margin-bottom: 35px;
  }
}
@media print {
  .con_gallery .container .box_head {
    padding: 0 20px;
    margin-bottom: 35px;
  }
}
.ie8 .con_gallery .container .box_head {
  padding: 0 20px;
  margin-bottom: 35px;
}
.con_gallery .container .box_head .sst {
  margin: 0 0 0 11em;
}
@media only screen and (max-width: 767px) {
  .con_gallery .container .box_head .sst {
    margin: 0 0 0 7em;
  }
}
.con_gallery .box_content .wrp_slider .gallery_sl .img {
  margin-right: 8.3em;
  border-right: 0;
  max-width: 580px;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_gallery .box_content .wrp_slider .gallery_sl .img {
    margin-right: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_content .wrp_slider .gallery_sl .img {
    margin-right: 2em;
  }
}
.con_gallery .box_content .wrp_slider .gallery_sl .img:nth-child(3n+1) {
  margin-top: 10.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_gallery .box_content .wrp_slider .gallery_sl .img:nth-child(3n+1) {
    margin-top: 5.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_content .wrp_slider .gallery_sl .img:nth-child(3n+1) {
    margin-top: 4em;
  }
}
.con_gallery .box_content .wrp_slider .gallery_sl .img:nth-child(2n) {
  margin-top: 5.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_gallery .box_content .wrp_slider .gallery_sl .img:nth-child(2n) {
    margin-top: 2.6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_content .wrp_slider .gallery_sl .img:nth-child(2n) {
    margin-top: 2em;
  }
}
.con_gallery .box_content .wrp_slider .gallery_sl .img a {
  display: block;
}
.con_gallery .box_content .wrp_slider .gallery_sl .img a img {
  width: 100%;
}
.con_gallery .box_content .wrp_slider .box_btn {
  margin: 5.3em auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_gallery .box_content .wrp_slider .box_btn {
    margin: 2em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_content .wrp_slider .box_btn {
    margin: 2em auto 0;
  }
}
.con_gallery .box_content .wrp_slider .box_btn .btn {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_content .wrp_slider .box_btn .btn {
    width: 90%;
  }
}

/* -----------------------------------------------------------
	con_topics
----------------------------------------------------------- */
.con_topics {
  position: relative;
  padding-top: 50px;
  margin-bottom: 165px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics {
    margin-bottom: 5em;
  }
}
.con_topics.visible {
  opacity: 1;
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}
.con_topics .container {
  margin: 0 auto;
  max-width: 1470px;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics .container {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .container {
    width: 90%;
  }
}
.con_topics .container .box_head {
  margin-bottom: 0;
  text-align: center;
  padding: 0 0.3em;
  margin-bottom: 0;
}
.con_topics .container .box_head .tit {
  font-family: "antro_vectraregular";
  font-size: 387%;
  font-weight: normal;
  letter-spacing: 1px;
  color: #787878;
  -webkit-transform: translateY(0) rotate(-5deg);
  transform: translateY(0) rotate(-5deg);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics .container .box_head .tit {
    font-size: 387%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .container .box_head .tit {
    font-size: 207%;
  }
}
.con_topics .container .box_head .sst {
  font-family: "darts_fontregular";
  font-size: 114%;
  font-weight: bold;
  margin: -1.7em 0 0 16em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics .container .box_head .sst {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .container .box_head .sst {
    font-size: 67%;
  }
}
@media only screen and (min-width: 768px) {
  .con_topics .container .box_head .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
@media print {
  .con_topics .container .box_head .sst {
    letter-spacing: 2px;
    margin: -1.5em 0 0 320px;
  }
}
.ie8 .con_topics .container .box_head .sst {
  letter-spacing: 2px;
  margin: -1.5em 0 0 320px;
}
@media only screen and (min-width: 1200px) {
  .con_topics .container .box_head .sst {
    margin-top: 13px;
  }
}
@media print {
  .con_topics .container .box_head .sst {
    margin-top: 13px;
  }
}
.ie8 .con_topics .container .box_head .sst {
  margin-top: 13px;
}
@media only screen and (min-width: 768px) {
  .con_topics .container .box_head {
    padding: 0 20px;
    margin-bottom: 35px;
  }
}
@media print {
  .con_topics .container .box_head {
    padding: 0 20px;
    margin-bottom: 35px;
  }
}
.ie8 .con_topics .container .box_head {
  padding: 0 20px;
  margin-bottom: 35px;
}
.con_topics .container .box_head .sst {
  margin: -20px 0 0 8.5em;
}
@media only screen and (max-width: 767px) {
  .con_topics .container .box_head .sst {
    margin: 0 0 0 7em;
  }
}
.con_topics .container .box_topics {
  padding-top: 8px;
  position: relative;
}
.con_topics .container .box_topics .prev-arrow {
  left: -80px;
  position: absolute;
  top: calc(50% - (52px / 2));
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics .container .box_topics .prev-arrow {
    left: -34px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .container .box_topics .prev-arrow {
    left: -13px;
  }
}
@media screen and (max-width: 1730px) and (min-width: 1641px) {
  .con_topics .container .box_topics .prev-arrow {
    left: -45px;
  }
}
@media screen and (max-width: 1640px) and (min-width: 1581px) {
  .con_topics .container .box_topics .prev-arrow {
    left: -15px;
  }
}
@media screen and (max-width: 1580px) and (min-width: 1281px) {
  .con_topics .container .box_topics .prev-arrow {
    left: 0;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1200px) {
  .con_topics .container .box_topics .prev-arrow {
    left: 15px;
  }
}
.con_topics .container .box_topics .next-arrow {
  right: -80px;
  position: absolute;
  top: calc(50% - (52px / 2));
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics .container .box_topics .next-arrow {
    right: -34px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .container .box_topics .next-arrow {
    right: -13px;
  }
}
@media screen and (max-width: 1730px) and (min-width: 1641px) {
  .con_topics .container .box_topics .next-arrow {
    right: -45px;
  }
}
@media screen and (max-width: 1640px) and (min-width: 1581px) {
  .con_topics .container .box_topics .next-arrow {
    right: -15px;
  }
}
@media screen and (max-width: 1580px) and (min-width: 1280px) {
  .con_topics .container .box_topics .next-arrow {
    right: 0;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1200px) {
  .con_topics .container .box_topics .next-arrow {
    right: -15px;
  }
}
.con_topics .container .box_topics .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.con_topics .container .box_topics .slick-list .slick-track a {
  border-right: 3px solid #eee;
  margin-bottom: 8px;
  padding: 0 2em;
  position: relative;
  top: 8px;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics .container .box_topics .slick-list .slick-track a {
    border-right: 1px solid #eee;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .container .box_topics .slick-list .slick-track a {
    border-right: 0;
  }
}
.con_topics .container .box_topics .slick-list .slick-track a:first-child {
  border-left: 3px solid #eee;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics .container .box_topics .slick-list .slick-track a:first-child {
    border-left: 1px solid #eee;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .container .box_topics .slick-list .slick-track a:first-child {
    border-left: 0;
  }
}
.con_topics .container .box_topics .slick-list .slick-track a .img {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.con_topics .container .box_topics .slick-list .slick-track a.new .img::before {
  content: '';
  background-image: url(../images/home/ic_tag.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -8px;
  height: 43px;
  width: 46px;
  z-index: 1;
}
.con_topics .container .box_topics .slick-list .slick-track a .box_content {
  font-size: 114%;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics .container .box_topics .slick-list .slick-track a .box_content {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .container .box_topics .slick-list .slick-track a .box_content {
    font-size: 87%;
  }
}
.con_topics .container .box_topics .slick-list .slick-track a .box_content .box_cat {
  margin: 1em auto .25em;
}
.con_topics .container .box_topics .slick-list .slick-track a .box_content .box_cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_topics .container .box_topics .slick-list .slick-track a .box_content .box_cat ul li {
  background: #ececec;
  display: inline-block;
  font-size: .7em;
  margin-bottom: 7px;
  margin-right: 10px;
  line-height: 2;
  padding: 0 .3em;
}
.con_topics .container .box_topics .slick-list .slick-track a .box_content .box_cat ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1700px) {
  .con_topics .container .box_topics .slick-list .slick-track a .box_content .box_cat ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45%;
  }
  .con_topics .container .box_topics .slick-list .slick-track a .box_content .box_cat ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.con_topics .container .box_topics .slick-list .slick-track a .box_content .box_date .txt_date {
  font-size: .82em;
  margin-bottom: 4px;
}
.con_topics .container .box_topics .slick-list .slick-track a .box_content .txt_content {
  font-size: .88em;
}
.con_topics .container .box_btn {
  margin: 2.3em auto 0;
}
.con_topics .container .box_btn .btn {
  margin: 0 auto;
}
