.camera-section {
  position: relative;
  color: #000;
  padding-top: 53px; }

@media (min-width: 60em) {
  .camera-section {
    padding-top: 40px; } }

.camera-section .desc {
  display: block;
  color: initial;
  font-size: 1.4rem;
  text-align: left;
  opacity: 0.7; }

.camera-section .desc.copy {
  text-align: right;
  margin: 1rem 0; }

@media (max-width: 59.99em) {
  .camera-section .desc {
    font-size: 1.2rem; } }

.camera-section .swiper-pagination {
  text-align: center; }

.camera-section .swiper-pagination-bullet {
  border: 0 !important;
  padding-top: 3px !important;
  height: auto !important;
  opacity: 0.5;
  background: #fff; }

.camera-section .swiper-pagination-bullet-active, .camera-section .swiper-pagination-bullet-active:hover, .camera-section .swiper-pagination-bullet-active:focus {
  background: #000; }

.camera-section .swiper-button-prev::before, .camera-section .swiper-button-next::before {
  font-size: 3rem;
  font-weight: bold; }

@media (min-width: 45em) {
  .camera-section .swiper-button-prev::before, .camera-section .swiper-button-next::before {
    font-size: 5rem; } }

.hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000; }

.hero-section__item {
  position: relative; }

.hero-section__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.hero-section__item .copy {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  color: #fff; }

.hero-section__cont {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 200px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media (min-width: 60em) {
  .hero-section__cont {
    width: 400px; } }

.hero-section .swiper-pagination {
  position: absolute;
  z-index: 5;
  bottom: 5%; }

.cont-section {
  position: relative;
  padding: 5rem 0; }

.cont-section span {
  display: inline-block; }

.cont-section .flexible-obj {
  z-index: 3; }

@media (min-width: 60em) {
  .cont-section {
    padding: 8rem 0; } }

@media (min-width: 75em) {
  .cont-section {
    padding: 10rem 0; } }

.cont-section__head {
  text-align: center;
  margin: 0 auto 3rem auto; }

@media (min-width: 60em) {
  .cont-section__head {
    margin-bottom: 4rem; } }

@media (min-width: 75em) {
  .cont-section__head {
    margin-bottom: 5rem; } }

.figure__thumb {
  position: relative; }

.figure__thumb img {
  width: 100%; }

.figure__thumb .cont,
.figure__thumb .over {
  z-index: 2;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.figure__thumb .cont img,
.figure__thumb .over img {
  width: auto; }

.figure__thumb .cont-lb,
.figure__thumb .over-lb {
  left: 0;
  bottom: 0; }

.figure__thumb .cont-lt,
.figure__thumb .over-lt {
  left: 0;
  top: 0; }

.figure__thumb .cont-rb,
.figure__thumb .over-rb {
  right: 0;
  bottom: 0; }

.figure__thumb .cont-rt,
.figure__thumb .over-rt {
  right: 0;
  top: 0; }

.figure__thumb .over {
  position: absolute;
  width: 50%; }

.figure__thumb figcaption {
  display: block;
  margin-top: 1rem;
  text-align: right; }

@media (min-width: 60em) {
  .figure__thumb .cont,
  .figure__thumb .over {
    padding: 4rem; }
  .figure__thumb .cont {
    position: absolute;
    width: 38.5%; } }

@media (min-width: 75em) {
  .figure__thumb .cont,
  .figure__thumb .over {
    padding: 6rem; } }

.figure__flex {
  position: relative; }

.figure__flex .cont {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.figure__flex .cont__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4rem; }

@media (min-width: 45em) {
  .figure__flex .cont__inner {
    padding: 6rem; } }

@media (min-width: 60em) {
  .figure__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .figure__flex .thumb {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .figure__flex .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .figure__flex .cont__inner {
    padding: 8rem; } }

.gallery__items {
  position: relative; }

.gallery__items .swiper-button-prev {
  left: 3%; }

.gallery__items .swiper-button-next {
  right: 3%; }

@media (min-width: 60em) {
  .gallery__items .swiper-button-prev {
    left: -6%; }
  .gallery__items .swiper-button-next {
    right: -6%; } }

.reverse__item .video-box,
.reverse__item .thumb {
  position: relative; }

.reverse__item .video-box img,
.reverse__item .thumb img {
  width: 100%; }

.reverse__item .cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2rem; }

@media (min-width: 60em) {
  .reverse__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .reverse__item .video-box,
  .reverse__item .thumb,
  .reverse__item .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .reverse__item .cont {
    padding-left: 4rem;
    margin-top: 0; }
  .reverse__item .over {
    font-size: 7rem; }
  .reverse__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .reverse__item--reverse .cont {
    padding-left: 0;
    padding-right: 4rem; } }

.normal__items {
  overflow: hidden;
  margin-left: -2rem; }

.normal__items .item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2rem;
  margin-bottom: 2rem; }

.normal__items .cont {
  margin-top: 2rem; }

.normal__items--center {
  text-align: center; }

@media (max-width: 44.99em) {
  .normal__items .item:last-child {
    margin-bottom: 0; } }

@media (min-width: 45em) {
  .normal__items {
    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; }
  .normal__items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .normal__items--two .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%; }
  .normal__items--three .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 29%;
            flex: 1 1 29%; } }

@media (min-width: 60em) {
  .normal__items {
    margin-left: -4rem; }
  .normal__items .item {
    padding-left: 4rem;
    margin-bottom: 4rem; } }

.fewagac-sec {
  position: relative; }

.fewagac-sec .thumb {
  position: relative; }

.fewagac-sec .copy {
  position: absolute; }

.fewagac-sec .copy.desc {
  margin: 0; }

.fewagac-sec .cont {
  margin: 2rem 0; }

.fewagac-sec .tl {
  text-align: center;
  margin-bottom: 2rem; }

@media (min-width: 60em) {
  .fewagac-sec .cont {
    position: absolute;
    margin: 0; }
  .fewagac-sec .tl {
    text-align: left; } }

.fewagac-sec-04 .copy {
  right: 0;
  bottom: 0; }

@media (min-width: 60em) {
  .fewagac-sec-04 {
    margin-top: 100px !important; }
  .fewagac-sec-04 .cont {
    position: absolute;
    left: 0;
    top: -20%;
    width: 38%; }
  .fewagac-sec-04 .copy {
    bottom: 15%; } }

@media (min-width: 75em) {
  .fewagac-sec-04 {
    margin-top: 80px !important; }
  .fewagac-sec-04 .cont {
    top: 0; } }

.fewagac-sec-05 .copy {
  left: 0;
  bottom: 0; }

@media (min-width: 60em) {
  .fewagac-sec-05 {
    margin-bottom: 170px; }
  .fewagac-sec-05 .cont {
    left: 0;
    bottom: -25%;
    width: 55%; }
  .fewagac-sec-05 .tl {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%; }
  .fewagac-sec-05 .copy {
    left: auto;
    right: 44%;
    bottom: 12%; } }

@media (min-width: 75em) {
  .fewagac-sec-05 {
    margin-bottom: 130px; }
  .fewagac-sec-05 .tl {
    top: 15%; }
  .fewagac-sec-05 .cont {
    bottom: -10%; } }

@media (min-width: 100em) {
  .fewagac-sec-05 .tl {
    top: 25%; }
  .fewagac-sec-05 .cont {
    bottom: -3%; } }

.fewagac-sec-06 .copy {
  right: 0;
  bottom: 16%;
  width: 50%; }

@media (min-width: 60em) {
  .fewagac-sec-06 {
    margin-bottom: 200px; }
  .fewagac-sec-06 .copy {
    bottom: 28%; }
  .fewagac-sec-06 .cont {
    right: 0;
    bottom: -15%;
    width: 47%; } }

@media (min-width: 75em) {
  .fewagac-sec-06 {
    margin-bottom: 100px; }
  .fewagac-sec-06 .cont {
    bottom: 0; } }

@media (min-width: 100em) {
  .fewagac-sec-06 .copy {
    bottom: 30%; } }

.other__items {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #e5e5e5;
  text-align: center; }

.other__items .thumb img {
  max-width: 100px;
  margin: 0 auto; }

.other__items .cont {
  margin-top: 2rem; }

@media (min-width: 45em) {
  .other__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .other__items .cont {
    margin-top: 0;
    padding-left: 2rem;
    text-align: left; } }

@media (min-width: 60em) {
  .other__items {
    padding: 4rem; }
  .other__items .thumb img {
    max-width: 200px; }
  .other__items .cont {
    padding-left: 4rem; } }
