#visual {
  position: fixed;
  width: 100vw;
  height: 100%;
}
#visual .swiper-container {
  height: 100%;
}
#visual .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#visual .swiper-slide.spot01 {
  background: url('/m/en/images/main/spot01.jpg') 50% 50% no-repeat;
  background-size: cover;
}
#visual .swiper-slide.spot02 {
  background: url('/m/en/images/main/spot02.jpg') 50% 50% no-repeat;
  background-size: cover;
}
#visual .swiper-slide.spot03 {
  background: url('/m/en/images/main/spot03.jpg') 50% 50% no-repeat;
  background-size: cover;
}
#visual .swiper-slide.spot04 {
  background: url('/m/en/images/main/spot04.jpg') 50% 50% no-repeat;
  background-size: cover;
}
#visual .swiper-pagination-bullets {
  bottom: 30%;
  left: 0;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10%;
}
#visual .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
#visual .swiper-pagination-bullet-active {
  opacity: 1;
  background: #9e1c4e;
  width: 25px;
  border-radius: 5px;
}
#visual .hgroup {
  text-align: center;
}
#visual .hgroup strong {
  font-size: 1.5rem;
  font-weight: 500;
}
#visual .hgroup p {
  font-size: .9rem;
  font-weight: 400;
  color: #212121;
}
#visual .contents {
  box-sizing: border-box;
  padding: 20px 30px;
}
#visual .contents.swiper-slide-active {
  padding-top: 90px;
}
#visual .contents .news-wrap ul {
  border-top: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  margin-top: 30px;
}
#visual .contents .news-wrap ul li {
  border-bottom: 2px solid #e8e8e8;
  position: relative;
  padding: 20px 0;
}
#visual .contents .news-wrap ul li a {
  display: block;
}
#visual .contents .news-wrap ul li a .col {
  max-width: 80%;
}
#visual .contents .news-wrap ul li a .col strong {
  font-size: 16px;
  color: #3a3a3a;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#visual .contents .news-wrap ul li a .col .category {
  display: inline-block;
  text-align: center;
  border: 1px solid #a6a6a6;
  color: #a6a6a6;
  width: 55px;
  line-height: 21px;
  font-size: 11px;
  font-weight: 300;
  position: relative;
  top: 0px;
  margin-right: 7px;
  vertical-align: top;
}
#visual .contents .news-wrap ul li a .col .subject {
  font-size: 16px;
  color: #3a3a3a;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#visual .contents .news-wrap ul li a .col .content {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-top: 5px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#visual .contents .news-wrap ul li a .date {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #a6a6a6;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
#visual .contents .news-wrap ul li:last-child {
  border-bottom: none;
}
#visual .contents .news-wrap .btn-group {
  text-align: center;
  margin-top: 20px;
}
#visual .contents .news-wrap .btn-group a {
  display: inline-block;
  border: 1px solid #3a3a3a;
  text-align: center;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 40px;
  padding: 0px 40px;
}
#visual .section01 .caption {
  position: absolute;
  bottom: 40%;
  padding-left: 10%;
}
#visual .section01 .caption strong {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
#visual .section01 .caption p {
  color: #fff;
  font-size: 1.4rem;
}
#visual .section01 .spot_txt {
  position: absolute;
  bottom: 50px;
  right: 20px;
  font-size: 1.2rem;
  color: #fff;
}
#visual .section02 {
  position: relative;
}
#visual .section02 .hgroup {
  margin-bottom: 25px;
}
#visual .section02 .swiper-slide {
  overflow: inherit;
}
#visual .section02 .swiper-slide figure {
  position: relative;
}
#visual .section02 .swiper-slide figure img {
  width: 100%;
}
#visual .section02 .swiper-slide figure .caption {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -25%;
  margin: 0 20px;
  padding: 20px;
}
#visual .section02 .swiper-slide figure .caption a {
  color: #fff;
  display: block;
}
#visual .section02 .swiper-slide figure .caption a strong {
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
#visual .section02 .swiper-slide figure .caption a p {
  font-size: .9rem;
}
#visual .section02 .swiper-slide figure .caption a span {
  display: inline-block;
  float: right;
  margin-top: 5px;
}
#visual .section02 .swiper-container {
  position: static;
}
#visual .section02 .swiper-pagination {
  bottom: -12px;
  left: 0;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  color: #797979;
  font-weight: 400;
}
#visual .section02 .swiper-pagination .swiper-pagination-current {
  color: #212121;
  font-size: 1.5rem;
  font-weight: 500;
}
#visual .section02 .swiper-button-next {
  background: url('/m/en/images/main/b_next_control.jpg') 50% 50% no-repeat;
  width: 41px;
  right: 0px;
  left: auto;
}
#visual .section02 .swiper-button-prev {
  background: url('/m/en/images/main/b_prev_control.jpg') 50% 50% no-repeat;
  width: 41px;
  right: 40px;
  left: auto;
}
#visual .section02 .bottom-group {
  position: relative;
  bottom: 25%;
  width: 100%;
  box-sizing: border-box;
}
#visual .section02 .swiper-scrollbar {
  opacity: 1 !important;
  height: 2px;
  width: 58%;
  left: 14%;
}
#visual .section02 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #9e1c4e;
  border-radius: 0px;
}
#visual .section03 {
  background: #f3f3f3;
}
#visual .section03 ul {
  margin-top: 20px;
}
#visual .section03 ul li {
  margin-bottom: 10px;
}
#visual .section03 ul li.li01 {
  background: url('/m/en/images/main/about01.jpg') 50% 50% no-repeat;
  background-size: cover;
}
#visual .section03 ul li.li02 {
  background: url('/m/en/images/main/about02.jpg') 50% 50% no-repeat;
  background-size: cover;
}
#visual .section03 ul li.li03 {
  background: url('/m/en/images/main/about03.jpg') 50% 50% no-repeat;
  background-size: cover;
}
#visual .section03 ul li .caption a {
  color: #fff;
  display: block;
  padding: 15px 20px;
}
#visual .section03 ul li .caption a strong {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 300;
}
#visual .section03 ul li .caption a p {
  font-size: .9rem;
  color: #fff;
  font-weight: 300;
  margin-top: 5px;
}
#visual .section03 ul li .caption a span {
  display: inline-block;
  margin-top: 10px;
}
#visual .section05 {
  padding: 0 !important;
  position: relative;
  background-color: #e8e8e8;
}
#visual .section05 .sns-wrap {
  overflow: hidden;
  padding-top: 110px;
  background-size: cover;
  box-sizing: border-box;
  width: 100%;
}
#visual .section05 .sns-wrap .swiper-container-sns {
  margin-top: 30px;
}
#visual .section05 .sns-wrap .swiper-container-sns .swiper-wrapper {
  transform: translate3d(-70%, 0px, 0px);
}
#visual .section05 .sns-wrap .swiper-container-sns .swiper-slide {
  width: 75% !important;
  box-sizing: border-box;
  border: 1px solid #b4a1aa;
  margin: 0 10px;
}
#visual .section05 .sns-wrap .swiper-container-sns .swiper-slide:last-child {
  margin-right: 0;
}
#visual .section05 .sns-wrap .swiper-container-sns .swiper-slide a {
  display: block;
}
#visual .section05 .sns-wrap .swiper-container-sns .swiper-slide a .top {
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 1rem;
  box-sizing: border-box;
  padding: 0 8px 0 35px;
}
#visual .section05 .sns-wrap .swiper-container-sns .swiper-slide a .top span {
  float: right;
  position: relative;
  top: -5px;
  width: 25px;
}
#visual .section05 .sns-wrap .swiper-container-sns .swiper-slide a figure img {
  width: 100%;
  height: 100%;
  display: block;
}
#visual .section05 .sns-wrap .swiper-container-sns .swiper-slide.sns01 a .top {
  background: url('/m/en/images/main/sns_icon01.png') 15px 50% no-repeat;
  background-color: #b4a1aa;
}
#visual .section05 .sns-wrap .swiper-container-sns .swiper-slide.sns02 a .top {
  background: url('/m/en/images/main/sns_icon02.png') 8px 50% no-repeat;
  background-color: #b4a1aa;
}
#visual .section05 .sns-wrap .swiper-container-sns .swiper-slide.sns03 a .top {
  background: url('/m/en/images/main/sns_icon03.png') 8px 50% no-repeat;
  background-color: #b4a1aa;
}
#visual .section06 {
  padding: 0px !important;
  margin-top: 70px;
}
