/* TOP  */
/* ======================================================== */
/* MAIN VISUAL */
.c-mainvisual {
  height: 100vh;
}
.c-mainvisual__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.c-mainvisual-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-mainvisual-img .c-mainvisual__slider {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
  height: 100%;
}
.c-mainvisual-img .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-mainvisual-img .bg_h {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-mainvisual-img .bg_h video {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* min-width: 100%; */
  /* min-height: 100%; */
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-mainvisual-img .bg_h video.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .c-mainvisual {
    height: auto;
  }
  .c-mainvisual__wrapper {
    height: auto;
    display: block;
  }
  .c-mainvisual-img,
  .c-mainvisual-img .bg_h {
    position: static;
    height: auto;
  }
  .c-mainvisual-img .bg_h video {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-mainvisual-img .bg_h video.pc {
    display: none;
  }
  .c-mainvisual-img .bg_h video.sp {
    display: block;
    width: 100%;
  }
}

/* =========================================== */
.p-top .c-slider-wrapper {
  padding-top: 110px;
  padding-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .p-top .c-slider-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
/* =========================================== */
/* BLOCK 1 */
.p-top .block1 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 112px;
}
.p-top .block1 .c-card1__list + .c-card1__list {
  margin-top: 50px;
}

.p-top .block1 .c-card1__list:first-child .c-card1 {
  padding: 56px 20px;
}

.p-top .block1 .c-card1__list:first-child .c-card1.card_c_red{
  border: 1px solid #c3132B;
  background: #c3132B;
}
/* .p-top .block1 .c-card1__list:first-child .c-card1.card_c_red .c-card1__title{
  color: #c3132B;
} */

.p-top .block1 .c-card1__list:first-child .c-card1.card_c_orange{
  border: 1px solid #ef8700;
  background: #ef8700;
}
/* .p-top .block1 .c-card1__list:first-child .c-card1.card_c_orange .c-card1__title{
  color: #ef8700;
} */

.p-top .block1 .c-card1__list:first-child .c-card1.card_c_brown{
  border: 1px solid #782500;
  background: #782500;
}
/* .p-top .block1 .c-card1__list:first-child .c-card1.card_c_brown .c-card1__title{
  color: #782500;
} */

.p-top .block1 .c-card1__list:first-child .c-card1.card_c_blue{
  border: 1px solid #1c068e;
  background: #1c068e;
}
/* .p-top .block1 .c-card1__list:first-child .c-card1.card_c_biue .c-card1__title{
  color: #1c068e;
} */

.p-top .block1 .c-card1__list:first-child .c-card1__title {
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top .block1 {
    padding-top: 70px;
  }
  .p-top .block1 .c-card1__list:first-child .c-card1 {
    padding: 40px 20px;
  }
  .p-top .block1 .c-card1__list:first-child .c-card1__title {
    margin-bottom: 20px;
  }
  .p-top .block1 .c-card1__list + .c-card1__list {
    margin-top: 10px;
  }
}
/* END BLOCK 1 */
/* =========================================== */
/* NEW BLOCK */
.p-top .block-news {
  max-width: 965px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 116px;
}
.p-top .block-news .c-title1 {
  margin-bottom: 60px;
}
.p-top .block-news .c-btn2 {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-top .block-news {
    padding-top: 70px;
  }
  .p-top .block-news .c-title1 {
    margin-bottom: 30px;
  }
  .p-top .block-news .c-btn2 {
    margin-top: 30px;
  }
}
/* END NEW BLOCK */
/* =========================================== */
/* INSTAGRAM */
.p-top .block-ins {
  margin-top: 120px;
  position: relative;
}
.p-top .block-ins-wrapper {
  background-color: #fff;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px;
  align-items: center;
}
.p-top .block-ins .c-section1__text {
  padding-right: 45px;
}
.p-top .block-ins .c-section1__img {
  width: 58.5%;
}
.p-top .block-ins__title {
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.p-top .block-ins__title strong {
  display: block;
  font-size: 38px;
  margin-bottom: -10px;
}
.p-top .block-ins__title small {
  font-size: 13px;
}
.p-top .block-ins__text {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 35px;
}
.p-top .block-ins .c-btn1 {
  max-width: 350px;
}
.p-top .block-ins .c-btn1 span {
  display: flex;
}
.p-top .block-ins .c-btn1 span::before {
  background-image: url(./../images/common/ic-instagram-black.png);
  width: 17px;
  height: 17px;
  margin-right: 11px;
  margin-top: 5px;
}
.p-top .block-ins .c-btn1:hover span::before {
  background-image: url(./../images/common/ic-instagram-red.png);
}
@media screen and (max-width: 1024px) {
  .p-top .block-ins-wrapper {
    padding: 70px 50px;
    text-align: center;
  }
  .p-top .block-ins .c-section1__text {
    padding-right: 0;
    padding-bottom: 60px;
  }
  .p-top .block-ins .c-btn1 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top .block-ins {
    margin-top: 70px;
  }
  .p-top .block-ins-wrapper {
    padding: 50px 20px;
  }
  .p-top .block-ins .c-section1__text {
    padding-bottom: 40px;
  }
  .p-top .block-ins__title strong {
    font-size: 26px;
  }
  .p-top .block-ins__title small {
    font-size: 11px;
  }
  .p-top .block-ins__text {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .p-top .block-ins .c-btn1 {
    justify-content: center;
  }
  .p-top .block-ins .c-btn1 span::before {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    margin-top: 2px;
  }
}
/* END INSTAGRAM */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* END TOP  */
