@charset "utf-8";
/*-----common-------*/
.FECAMO_container {
  font-family: dnp-shuei-gothic-gin-std, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  position: relative;
}
.FECAMO_btn_01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 620px;
  margin: 0 auto;
  padding: 0.8em 4em;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.8em;
}
.FECAMO_btn_02 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 400px;
  margin: 0 auto;
  padding: 1vw;
  border: 1px solid #000;
  color: #000;
  transition: 0.5s;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.8em;
}
.FECAMO_btn_01:hover {
  color: #080D1B;
  background: #fff;
}
.FECAMO_btn_02:hover {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 834px) {
  .FECAMO_btn_02 {
    max-width: 78vw;
    font-size: 14px;
  }
}
.FECAMO_btn_03 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 420px;
  margin: 0 auto 0;
  padding: 1vw;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.8em;
}
.FECAMO_btn_03:hover {
  color: #333;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .FECAMO_btn_03 {
    margin: 0 12vw 0;
    font-size: 14px;
    padding: 4vw;
  }
}
@media screen and (max-width: 834px) {
  .FECAMO_img-none {
    display: none;
  }
}
@media screen and (min-width: 834px) {
  .FECAMO_img-none01 {
    display: none;
  }
}
@media screen and (min-width: 834px) {
  .FECAMO_br_none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .FECAMO_br_none02 {
    display: none;
  }
}
.FECAMO_Package .mainImageComponent {
  overflow: hidden;
  height: auto;
  min-width: 100%;
  width: 100%;
}
.FECAMO_link {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}
.FECAMO_link img {
  height: auto;
  transition: transform 1s cubic-bezier(0, 0, 0, 1);
  transition: 0.3s;
}
.FECAMO_link:hover img {
  transform: scale(1.02);
  opacity: 0.5;
}
.FECAMO_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .FECAMO_bg {
    transition: all 1s ease-out 0s;
  }
}
.show02 .FECAMO_bg {
  opacity: 1;
}
.FECAMO_bg.FECAMO_bg02 {
  width: 100%;
  height: 100vh;
  background: url(/contents/feature/lp/2026/fe_camo/bg01.jpg) center;
  background-size: cover;
filter: grayscale(100%);
}
.FECAMO_bg.FECAMO_bg03 {
  width: 100vw;
  height: 100vh;
  background: url("/contents/feature/lp/2026/fe_camo/f-img01.jpg");
  background-size: cover;
}
.FECAMO_bg.FECAMO_bg04 {
  width: 100vw;
  height: 100vh;
  background: url(/contents/feature/lp/2026/fe_camo/f-img02.jpg);
  background-size: cover;
  margin: 0 auto;
}
.FECAMO_bg.FECAMO_bg05 {
  width: 100vw;
  height: 100vh;
  background: url(/contents/feature/lp/2026/fe_camo/f-img03.jpg);
  background-size: cover;
  margin: 0 auto;
}
.FECAMO_bg.FECAMO_bg06 {
  width: 100vw;
  height: 100vh;
  background: url(/contents/feature/lp/2026/fe_camo/f-img04.jpg);
  background-size: cover;
  margin: 0 auto;
}
/*-----hero-section-------*/
#FECAMO_hero-section {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 10vw;
  background: #fff;
}
@media screen and (max-width: 834px) {
  #FECAMO_hero-section {
    margin-bottom: 20vw;
  }
}
#slider {
  width: 100%;
  height: 100vh;
}
.FECAMO_video-area02 {
  position: fixed;
  z-index: -3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.3;
}
.FECAMO_video02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
.FECAMO_scrolldown1 {
  position: absolute;
  right: 50%;
  bottom: 10px;
  height: 50px;
}
@media screen and (max-width: 834px) {
  .FECAMO_scrolldown1 {
    left: 93%;
    bottom: 80px;
  }
}
.FECAMO_scrolldown1 span {
  position: absolute;
  left: -19px;
  top: -20px;
  color: #eee;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.FECAMO_scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 52px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 96px;
    opacity: 0;
  }
}
/*-----section01-------*/
#FECAMO_section01 {
  padding: 0 0 16vw 0;
}
@media screen and (max-width: 834px) {
  #FECAMO_section01 {
    padding: 0 0 40vw 0;
  }
}
.FECAMO_column01 dl {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  margin: 0;
  margin-bottom: 8vw;
  padding: 22vw 6vw 0;
}
.FECAMO_column01 dt {
  flex-basis: 50%;
  z-index: -1;
}
.FECAMO_column01 dd {
  flex-basis: 45%;
  padding: 24vw 0 0 0;
}
@media screen and (max-width: 834px) {
  .FECAMO_column01 dl {
    flex-flow: column-reverse;
    padding: 0;
    margin: 0;
  }
  .FECAMO_column01 dd {
    padding: 0 6vw;
  }
  .FECAMO_column01 dt {
    padding: 0 0 20vw 0;
  }
}
.FECAMO_title01 {
  position: relative;
  right: 6vw;
  font-size: 5.5vw;
  padding: 0 0 5vw 0;
  font-family: Roboto, serif;
  font-weight: bold;
  line-height: 1.1em;
}
.FECAMO_title-img {
  position: relative;
  right: 6vw;
  margin-bottom: 10px
}
@media screen and (max-width: 834px) {
  .FECAMO_title-img {
    right: 0;
  }
}
.FECAMO_title01 span {
  font-size: 2vw;
  box-shadow: 10px 5px 5px red;
}
@media screen and (max-width: 834px) {
  .FECAMO_title01 {
    font-size: 11vw;
    right: 0;
  }
  .FECAMO_title01 span {
    font-size: 8vw;
  }
}
.FECAMO_title-sub01 {
  font-size: 26px;
  color: #fff;
  line-height: 1.8em;
  padding-bottom: 1.2vw;
  font-weight: normal;
}
@media screen and (max-width: 834px) {
  .FECAMO_title-sub01 {
    font-size: 20px;
  }
}
.FECAMO_txt-box02 {
  padding: 0 24vw 2vw;
}
@media screen and (max-width: 834px) {
  .FECAMO_txt-box02 {
    padding: 0 6vw 8vw;
  }
}
.FECAMO_text01 {
  font-size: 18px;
  color: #fff;
  line-height: 2em;
  margin-bottom: 1.8vw;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .FECAMO_text01 {
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }
}
.FECAMO_box01 {
  margin: 0 0 0 0;
}
@media screen and (max-width: 834px) {
  .FECAMO_box01 {
    margin: 0 0 0 0;
  }
}
/*-----sectionItem-------*/
#FECAMO_sectionItem {
  padding-bottom: 20vw;
  background-color: #fff;
  color: #000;
  padding: 0 0 10vw 0;
}
@media screen and (max-width: 834px) {
  #FECAMO_sectionItem {
    padding-bottom: 40vw;
  }
}
.FECAMO_column03 {
  background: #e1e1e1;
  padding: 8vw 0;
}
@media screen and (max-width: 834px) {
  .FECAMO_column03 {
    padding: 18vw 0;
  }
}
.FECAMO_column03:nth-of-type(2n+1) {
  background: #eee;
}
.FECAMO_column03 dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4vw;
  padding: 0 14vw;
}
.FECAMO_column03 dt {
  flex-basis: 47%;
  mix-blend-mode: darken;
}
.FECAMO_column03 dd {
  flex-basis: 47%;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .FECAMO_column03 dl {
    flex-flow: column;
    margin: 0 0 2vw 0;
    padding: 0 6vw;
  }
  .FECAMO_column03 dt {
    margin: 0 0 8vw 0;
  }
}
.FECAMO_column04 dl {
  display: flex;
  justify-content: space-between;
  padding: 8vw 2vw 4vw 8vw;
}
.FECAMO_column04 dt {
  flex-basis: 30%;
  font-size: 1.5vw;
  line-height: 1.5em;
  font-family: "roboto", sans-serif;
  border-top: solid 1px;
  padding-top: 2vw;
}
.FECAMO_column04 dd {
  flex-basis: 70%;
  text-align: right;
  position: relative;
  bottom: 22px;
}
@media screen and (max-width: 834px) {
  .FECAMO_column04 dl {
    flex-flow: column;
    padding: 16vw 6vw 9vw;
    margin-bottom: -6vw;
  }
  .FECAMO_column04 dt {
    margin: 0 0 8vw 0;
    font-size: 4vw;
  }
}
.FECAMO_p-txt {
  text-align: center;
  margin-top: 0.5vw;
  font-size: 22px;
}
.FECAMO_p-txt-i {
  width: 200px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}
.FECAMO_title-box01 {
  position: absolute;
  left: 2vw;
  top: 12vw;
}
@media screen and (max-width: 834px) {
  .FECAMO_title-box01 {
    position: absolute;
    top: 30vw;
    left: 8vw;
  }
}
.FECAMO_main-title01 {
  font-size: 6vw;
  font-family: "acumin-pro", sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 834px) {
  .FECAMO_main-title01 {
    font-size: 12vw;
    text-shadow: 1px 1px 0px #ffffff;
  }
}
.FECAMO_main-title01 span {
  display: block;
}
.FECAMO_title-sub02 {
  font-size: 2vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 1vw 0 0 1vw;
  line-height: 1.5em;
}
@media screen and (max-width: 834px) {
  .FECAMO_title-sub02 {
    font-size: 4vw;
    padding: 0 0 0 1vw;
  }
}
.FECAMO_title_box01 {
  padding: 0 30vw 3vw;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .FECAMO_title_box01 {
    padding: 0 6vw 3vw;
    font-size: 20px;
  }
}
.FECAMO_title03-sub01 {
  font-size: min(3.3vw, 50px);
  font-family: "roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.FECAMO_title03-sub02 {
  font-size: min(3.5vw, 80px);
  font-family: "acumin-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
  word-break: normal;
  line-height:1em;
	margin: 0 0 1vw;
}
.FECAMO_title03-sub03 {
  font-size: min(1.2vw, 16px);
  letter-spacing: 0.1em;
  margin-bottom: 3vw;
	color: #888;
}
.FECAMO_txt01 {
  font-size: min(2.3vw, 22px);
  font-weight: bold;
  padding: 0 3vw 1.5vw 0;
  line-height: 1.7em;
}
.FECAMO_txt02 {
  font-size: min(1.5vw, 16px);
  padding: 0 3vw 3vw 0;
  line-height: 1.7em;
}
.FECAMO_txt03 {
  font-size: 18px;
  padding: 0vw 16vw 3vw;
  line-height: 1.7em;
}
@media screen and (max-width: 834px) {
  .FECAMO_title03-sub02 {
    font-size: 8vw;
  }
  .FECAMO_title03-sub03 {
    font-size: 3.5vw;
  }
  .FECAMO_txt01 {
    font-size: 4.7vw;
  }
  .FECAMO_txt02 {
    font-size: 3.5vw;
    padding: 0 0 8vw;
  }
  .FECAMO_txt03 {
    font-size: 14px;
    padding: 10vw 6vw 8vw;
  }
}
.FECAMO_list-box01 {
  display: flex;
  list-style: none;
  padding: 0 4vw 6vw;
}
.FECAMO_list-box02 {
  display: flex;
  list-style: none;
  padding: 4vw 12vw 6vw;
}
@media screen and (max-width: 834px) {
  .FECAMO_list-box02 {
    padding: 0vw 4vw 4vw;
  }
}
.FECAMO_img-box01 {
  display: flex;
  list-style: none;
  padding: 0 0 0 12vw;
}
.FECAMO_img-box02 {
  padding: 0 44vw 4vw;
}
@media screen and (max-width: 834px) {
  .FECAMO_img-box02 {
    padding: 0 36vw 6vw;
  }
}
.FECAMO_list01 {
  margin-left: 1vw;
  width: 600px;
}
.FECAMO_list02 {
  margin-left: 1vw;
  width: 600px;
}
.FECAMO_item-title01-color {
  font-size: min(3.6vw, 28px);
  font-family: "acumin-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
  line-height: 1.3em;
}
.FECAMO_item-title01-color02 {
  font-size: min(1vw, 28px);
  line-height: 1.3em;
  margin: 1vw 0;
  color: #c00;
}
@media screen and (max-width: 834px) {
  .FECAMO_item-title01-color {
    font-size: 4.2vw;
  }
  .FECAMO_item-title01-color02 {
    font-size: 3.5vw;
  }
}
.FECAMO_item-title02 {
  font-size: min(6.3vw, 40px);
  font-weight: 900;
  font-family: "roboto", sans-serif;
  font-style: italic;
  line-height: 1.3em;
}
.FECAMO_price {
  font-size: min(2.3vw, 12px);
}
.FECAMO_height {
  height: 100vh;
}
@media screen and (max-width: 1180px) {}
@media screen and (max-width: 834px) {}
@media screen and (max-width: 834px) {}
.FECAMO_title02 {
  color: #fff;
  font-family: "acumin-pro", sans-serif;
  font-weight: 800;
}
.FECAMO_title03 {
  font-size: 6vw;
  font-family: "acumin-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
      word-break: normal;
	  padding: 0 1vw 0 0;
}
@media screen and (max-width: 834px) {
  .FECAMO_title03 {
    font-size: 12vw;

  }
}
.FECAMO_gears_box01 {
  padding: 0 0 10vw 0;
  width:100vw;
}
.FECAMO_box {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}
.FECAMO_pinSection {
  height: 100%;
  width: 100%;
}
.FECAMO_image {
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-size: contain;
  height: 80vh;
  width: 92vw;
}
.pin-spacer {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.FECAMO_event1 .FECAMO_image {
  top: 50%;
  background: url("/contents/feature/lp/2026/fe_camo/slide-01.jpg");
  background-size: cover;
}
.FECAMO_event2 .FECAMO_image {
  background-image: url(/contents/feature/lp/2026/fe_camo/slide-02.jpg);
  background-size: cover;
}
.FECAMO_event3 .FECAMO_image {
  background-image: url(/contents/feature/lp/2026/fe_camo/slide-03.jpg);
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .FECAMO_event1 .FECAMO_image {
    top: 50%;
    background: url("/contents/feature/lp/2026/fe_camo/slide-01-sp.jpg");
    background-size: cover;
  }
  .FECAMO_event2 .FECAMO_image {
    background-image: url(/contents/feature/lp/2026/fe_camo/slide-02-sp.jpg);
    background-size: cover;
  }
  .FECAMO_event3 .FECAMO_image {
    background-image: url(/contents/feature/lp/2026/fe_camo/slide-03-sp.jpg);
    background-size: cover;
  }
}
.FishingGears_btn_01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 620px;
  margin: 6vw auto 0;
  padding: 1vw;
  border: 1px solid #000;
  color: #fff;
  background: #000000;
  transition: 0.5s;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.8em;
}
@media screen and (max-width: 834px) {
  .FishingGears_btn_01 {
    width: 80vw;
    font-size: 16px;
    margin: 12vw auto 0;
  }
}
.FECAMO_item-box01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 12vw 8vw;
  text-align: center;
  gap: 1vw;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .FECAMO_item-box01 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 834px) {
  .FECAMO_item-box01 {
    grid-template-columns: 1fr 1fr;
    padding: 0 6vw 26vw;
  }
}
.FECAMO_item01 {
  background: #fff;
  padding: 2vw 2vw 5vw;
  position: relative;
}
.FECAMO_item01::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #FF0200;
  position: absolute;
  z-index: 100;
}
.FECAMO_item01::after {
  content: "NEW";
  white-space: pre;
  line-height: 1em;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  display: block;
  top: 8px;
  left: 2px;
  transform: rotate(-45deg);
  color: #fff;
  position: absolute;
  z-index: 101;
}
.FECAMO_item03 {
  background: #fff;
  padding: 2vw 2vw 5vw;
  position: relative;
}
@media screen and (max-width: 834px) {
  .FECAMO_item01 {
    background: #fff;
    padding: 2vw 2vw 10vw;
  }
}
.FECAMO_link-box01 {
  color: #000;
  text-decoration: none;
}
.FECAMO_link {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 834px) {}
.FECAMO_item-title01 {
  font-size: min(6.3vw, 36px);
  font-family: "acumin-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
  line-height: 1.1em;
	margin: 0 0 4px;
}
.FECAMO_item-title03 {
  font-size: min(2vw, 12px);
}
.FECAMO_item-price {
  font-size: min(16px, 1.2vw);
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-bottom: 2.2vw;
}
@media screen and (max-width: 834px) {
  .FECAMO_item-price {
    font-size: 8px;
  }
}
.FECAMO_main-title-sub {
  font-size: 8vw;
  line-height: 0.6em;
}
@media screen and (max-width: 834px) {
  .FECAMO_main-title-sub {
    font-size: 16vw;
  }
}

.FECAMO_Package img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.FECAMO_Package h1,h2,h3 {
line-height: 1.3em;
padding: 0;
font-weight: revert;
}
.FECAMO_Package p,div {
  word-break: break-word;
text-align: inherit;
}


.tmc_kv {
  position: relative;
  width: 100%;
  margin: 0 0 8vw;
	background: #fff;
}
@media screen and (max-width: 834px) {
.tmc_kv {
  margin: 0 0 8vw;
}
}
.tmc_kv .mv-txt {
  position: absolute;
  margin: 0 auto;
  top: 24.125vw;
  width: 100%;
  z-index: 10
}
@media screen and (min-width: 768px) {
  .tmc_kv .mv-txt {
    left: 50%;
    transform: translate(-50%);
    top: 76%;
  }
}
@media screen and (max-width: 767px) {
  .tmc_kv .mv-txt {
    top: 128vw
  }
}
.tmc_kv .mv-txt01 {
  top: 67%;
}
@media screen and (min-width: 768px) {
  .tmc_kv .mv-txt01 {
    top: 79%;
  }
}
.tmc_kv .mv-txt .box {
  position: relative;
  z-index: 10;
  width: 34vw;
  overflow: hidden;
  padding: 0 0 0 2vw;
}
@media screen and (max-width: 767px) {
  .tmc_kv .mv-txt .box {
    width: 82vw;
    margin: 0 auto 0 0;
  }
}
.tmc_kv .mv-txt .box02 {
  width: 20vw;
  margin: 0 0 0 auto;
  padding: 0 5vw 0 0;
}
@media screen and (max-width: 834px) {
  .tmc_kv .mv-txt .box02 {
    width: 42vw;
  }
}
.tmc_kv .mv-txt .box .img {
  transform: translate(-100%);
  -webkit-animation: 1s 1.7s both mv_txt;
  animation: 1s 1.65s both mv_txt;
}
@media screen and (max-width: 834px) {
  .tmc_kv .mv-txt .box .img {
    padding: 0 0 5vw;
  }
}
.tmc_kv .mv-txt .box .txt {
  color: #fff;
  font-size: min(2vw, 35px);
  transform: translate(-100%);
  -webkit-animation: 1s 2.2s both mv_txt;
  animation: 1s 2.1s both mv_txt;
}
@media screen and (max-width: 834px) {
  .tmc_kv .mv-txt .box .txt {
    font-size: 4.5vw;
  }
}
@-webkit-keyframes mv_txt {
  0% {
    opacity: 0;
    transform: translate(-6%)
  }
  to {
    opacity: 1;
    transform: translate(0)
  }
}
@keyframes mv_txt {
  0% {
    opacity: 0;
    transform: translate(-6%)
  }
  to {
    opacity: 1;
    transform: translate(0)
  }
}
.tmc_kv .slider-content {
  width: 99.5%
}
@media screen and (min-width: 768px) {
  .tmc_kv .slider-content {
    display: flex;
    aspect-ratio: 1600/770
  }
}
@media screen and (max-width: 767px) {
  .tmc_kv .slider-content {
    aspect-ratio: 375/630
  }
}
.tmc_kv .slider-content .slider-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .tmc_kv .slider-content .slider-box {
    display: flex;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .tmc_kv .slider-content .slider-box {
    aspect-ratio: 375/630;
  }
}
.tmc_kv .slider-content .slider-box .item {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
@media screen and (min-width: 768px) {
  .tmc_kv .slider-content .slider-box .item {
    aspect-ratio: 1068 / 770;
  }
}
@media screen and (max-width: 767px) {
  .tmc_kv .slider-content .slider-box .item {
    aspect-ratio: 375/315;
  }
}
.tmc_kv .slider-content .slider-box .item .img {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%
}
.tmc_kv .slider-content .slider-box .item .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0001;
  z-index: 9
}
.tmc_kv .slider-content .slider-box .item .img img {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.tmc_kv .slider-content .slider-box .item.first-view {
  position: relative;
  opacity: 0;
  -webkit-animation: 1s 1s both opacity;
  animation: 1s 1s both opacity
}
.tmc_kv .slider-content .slider-box .item.first-view:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  -webkit-animation: 1s 1s both first_before;
  animation: 1s 1s both first_before
}
.tmc_kv .slider-content .slider-box .item.first-view .img {
  -webkit-animation: 1s 1s both first_img;
  animation: 1s 1s both first_img
}
.tmc_kv .slider-content .slider-box .item.first01, .tmc_kv .slider-content .slider-box .item.second01, .tmc_kv .slider-content .slider-box .item.therd01 {
  opacity: 0;
  -webkit-animation: 1s both opacity;
  animation: 1s both opacity
}
.tmc_kv .slider-content .slider-box .item.first01 .img, .tmc_kv .slider-content .slider-box .item.second01 .img, .tmc_kv .slider-content .slider-box .item.therd01 .img {
  -webkit-animation: 1s both img_size;
  animation: 1s both img_size
}
.tmc_kv .slider-content .slider-box .item.first01 .img, .tmc_kv .slider-content .slider-box .item.second01 .img, .tmc_kv .slider-content .slider-box .item.therd01 .img {
  width: 50%
}
.tmc_kv .slider-content .slider-box .item.first01 {
  z-index: 1
}
.tmc_kv .slider-content .slider-box .item.second01 {
  z-index: 2
}
.tmc_kv .slider-content .slider-box .item.therd01 {
  z-index: 3
}
@-webkit-keyframes first_img {
  0% {
    transform: translate(-50%)
  }
  to {
    transform: translate(0)
  }
}
@keyframes first_img {
  0% {
    transform: translate(-50%)
  }
  to {
    transform: translate(0)
  }
}
@-webkit-keyframes first_before {
  0% {
    transform: translate(0)
  }
  to {
    transform: translate(-100%)
  }
}
@keyframes first_before {
  0% {
    transform: translate(0)
  }
  to {
    transform: translate(-100%)
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes opacity {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes img_size {
  0% {
    width: 50%
  }
  to {
    width: 100%
  }
}
@keyframes img_size {
  0% {
    width: 50%
  }
  to {
    width: 100%
  }
}





form {
  overflow-y:visible!important;
}
body {
  overflow: hidden;
  overflow-y: scroll;
}

.white-color {
    color: #fff;
}
.tmc_kv {
    margin: 0 0 8vw;
}
#Wrap {
    margin-top: 0px !important;
}