/*-------------------- common --------------------*/
.sp_br {
  display: block;
}
/*-------------------- //common --------------------*/
/*-------------------- top --------------------*/
#top_sp {
  padding: 0 1rem;
}
#top_sp {
  display: block;
}
#top_sp .logo_area {
      width: 57%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    padding: 3.75rem 0 3.125rem;
}
#top_sp .scroll_icon_sp {
  font-size: var(--fs-10px);
font-family: "Figtree", sans-serif;
font-weight: 700;
  color: #D5624E;
      margin-top: 10%;
}
#top_sp .scroll_icon_sp span {
  display: block;
  width: .45rem;
  height: auto;
  margin: .25rem auto 0;

  animation: scrollDown 4s infinite linear;
}
@keyframes scrollDown {
  0%{opacity: 1;}
  40%{opacity: 1;}
  60%{opacity: .25;}
  100%{opacity: .25;}
}
#top_sp .scroll_icon_sp span:nth-child(1) {
  margin: .5rem auto 0;
  animation-delay: -1.5s;
}
#top_sp .scroll_icon_sp span:nth-child(2) {
  animation-delay: -1s;
}
#top_sp .scroll_icon_sp span:nth-child(3) {
  animation-delay: -.5s;
}

#top_pc {
  display: none;
}
/*-------------------- //top --------------------*/
/*-------------------- news --------------------*/
#news .news_list {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
#news .news_list .news_kiji_link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: .625rem;
    border: solid 1px #231815;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

/* アニメ用の破線ボーダー */
#news .news_list .news_kiji_link::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
    background:
        /* 上 */
        linear-gradient(90deg, #231815 50%, transparent 50%) repeat-x,
        /* 下 */
        linear-gradient(90deg, #231815 50%, transparent 50%) repeat-x,
        /* 左 */
        linear-gradient(0deg, #231815 50%, transparent 50%) repeat-y,
        /* 右 */
        linear-gradient(0deg, #231815 50%, transparent 50%) repeat-y;
    background-size:
        10px 1px,
        10px 1px,
        1px 10px,
        1px 10px;
    background-position:
        0 0,
        0 100%,
        0 0,
        100% 0;
}

#news .news_list .news_kiji_link:hover {
    border-color: transparent;
}

#news .news_list .news_kiji_link:hover::before {
    opacity: 1;
    animation: dashClockwise 0.8s linear infinite;
}

@keyframes dashClockwise {
    0% {
        background-position:
            0 0,
            0 100%,
            0 0,
            100% 0;
    }
    100% {
        background-position:
            10px 0,
            -10px 100%,
            0 -10px,
            100% 10px;
    }
}

#news .news_list .news_kiji_link .kiji_date {
    font-size: var(--fs-10px);
    font-weight: 600;
}
#news .news_list .news_kiji_link .kiji_txt {
    font-size: var(--fs-12px);
    font-weight: 600;
    line-height: 1.4;
    margin-top: .25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*-------------------- //news --------------------*/
/*-------------------- release --------------------*/
#release .release_sub_tit {
  font-size: var(--fs-16px);
font-family: "kozuka-mincho-pr6n", serif;
    font-weight: 700;
}
#release .release_tit {
  font-size: var(--fs-32px);
font-family: "kozuka-mincho-pr6n", serif;
    font-weight: 700;
}
#release .release_date {
  font-size: var(--fs-16px);
font-family: "kozuka-mincho-pr6n", serif;
    font-weight: 700;
  line-height: .9;
    line-height: 1.3;
}
#release .release_date .year {
font-family: "kozuka-mincho-pr6n", serif;
    font-weight: 700;
  margin-right: .25rem;
}
#release .release_date b {
  font-size: var(--fs-24px);
font-family: "kozuka-mincho-pr6n", serif;
    font-weight: 700;
        margin: 0 .25rem;
}
/*-------------------- //release --------------------*/
/*-------------------- zepp tour --------------------*/
#zepp_tour .zepp_tour_sub_tit {
      margin-top: 1.25rem;
}
/*-------------------- //zepp tour --------------------*/
/*-------------------- history --------------------*/

#history {
      scroll-margin: 100px;
}
#history .sec_contents .sec_inner {
  padding: 2.5rem 0rem 1.5rem;
}
#history .history_coming {
    font-size: var(--fs-18px);
    padding: 1rem;
}


#history .sec_contents .common_sec_tit {
      z-index: 1;
}
#history .history_slider {
  z-index: 1;
    position: relative;
}
#history .bg_jk {
    position: absolute;
    top: 18%;
    left: 0;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    max-height: stretch;
    z-index: 0;
    overflow: hidden;
}
#history .bg_jk img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0;
}


#history .his_fixed_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
      padding: 0 1.5rem;
      z-index: 1;
}
#history .history_tit {
  display: inline-block;
    width: 50%;
    height: auto;
    max-width: 160px;
}
.mh_tit-sp {
  display: block;
}
.mh_tit-pc {
  display: none;
}
#history .history_year {
  display: inline-block;
  margin-left: auto;
}

#history .history_year .year_slot {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  perspective: 600px;
}

#history .history_year .year_digits {
  display: flex;
  align-items: center;
}

#history .history_year .year_digit {
  position: relative;
  display: inline-block;
  min-width: 0.62em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  overflow: hidden;
}
#history .history_year .year_digit.is-one {
  margin: 0 -0.25rem;
}
#history .history_year .year_digit.is-zero {
  margin: 0 -0.025rem;
}

#history .history_year .year_digit_current,
#history .history_year .year_clone_digit {
  display: block;
  width: 100%;
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

#history .history_year .year_clone_digit {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}


#history .history_year p {
  display: flex;
    align-items: flex-end;
  color: #D5624E;
}
#history .history_year p span {
    font-size: clamp(3rem, 1.319rem + 7.17vw, 6.25rem);
  font-weight: 900;
}
#history .history_year p small {
    font-size: clamp(1.25rem, 0.603rem + 2.76vw, 2.5rem);
  font-weight: 900;
  margin-left: .25rem;
}

#history .tekkun_area p {
  font-size: .875rem;
  padding: 1rem;
}
#history .h-scroll {
  overflow: hidden;
  padding-top: 2rem;
}

#history .h-scroll_inner {
  overflow: hidden;
  padding: 0 1.5rem;
  cursor: ew-resize;
}

#history .h-scroll_inner .h-list {
  position: relative;
  display: flex;
    align-items: flex-start;
    gap: 11.25rem;
  width: max-content;
}
#history .h-scroll_inner .h-list::before {
  content: "";
  position: absolute;
  top: 186.4px;
  left: 201px;
  width: calc(100% + 201px);
  height: 1px;
  background-color: #231815;
}

#history .h-scroll_inner .h-list ul {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  position: relative;
}
#history .h-scroll_inner .h-list ul li {
  width: 250px;
  flex: 0 0 auto;
}
#history .h-scroll_inner .h-list ul li.year_li {
display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 70px;
    z-index: 1;
    position: relative;
    transform: translateY(136px);
    background-color: #D5624E;
    margin: 0;
}
#history .h-scroll_inner .h-list ul li.year_li .year_txt p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
#history .h-scroll_inner .h-list ul li.year_li .year_txt p small {
  font-size: 75%;
  margin-left: .125rem;
}
#history .h-scroll_inner .h-list ul li.tekkun {
  width: 148px;
}
#history .h-scroll_inner .h-list ul li .tekkun_area {
  width: 100%;
  height: auto;
  max-width: 160px;
}
#history .h-scroll_inner .h-list ul li.tbc {
display: flex;
justify-content: flex-end;
align-items: center;
position: absolute;
right: -338px;
top: 44%;
transform: translateY(-50%);
}
#history .h-scroll_inner .h-list ul li.tbc p {
    font-size: 1.25rem;
    font-weight: 700;
}
#history .h-scroll_inner .h-list ul li .jk_img {
    width: 160px;
    height: 160px;
    margin: 0 auto 2.5rem auto;
    display: flex;
}
#history .h-scroll_inner .h-list ul li .jk_img img {
    object-position: bottom;
    object-fit: contain;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .15));
}

#history .h-scroll_inner .h-list ul li p.his_date {
  text-align: left;
      font-size: 1.25rem;
    font-weight: 700;
    position: relative;
}
#history .h-scroll_inner .h-list ul li p.his_date::before {
  content: "";
  width: .5rem;
  height: .5rem;
  background-color: #231815;
  border-radius: 10px;
  position: absolute;
  top: -1.05rem;
  left: 0;
}
#history .h-scroll_inner .h-list ul li p.his_txt {
  text-align: left;
  font-size: .875rem;
  font-weight: 400;
}
#history .h-scroll_inner .h-list ul li p.his_txt a {
  display: inline;
  color: #D5624E;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-thickness: 1px;
}
#history .h-scroll_inner .h-list ul li p.his_date small {
    font-size: .875rem;
    margin-right: .125rem;
}

#history .year_tab_area {
  width: 100%;
  max-width: 320px;
    margin: 1.25rem auto 0;
    padding: 1.25rem 1.5rem;
  position: relative;
  background-color: #D5624E;
  border-radius: 100px;
}
#history .year_tab_area .year_tab_list {
    display: flex;
    gap: .75rem 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
#history .year_tab_area .year_tab_list li {
  position: relative;
  opacity: .5;;
  transition: all .4s;
}
#history .year_tab_area .year_tab_list li.is-active {
  opacity: 1;
  transition: all .4s;
}
#history .year_tab_area .year_tab_list li::before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: -1.5rem;
    transform: translateY(-50%);
    background: url('../images/y_dots.svg') no-repeat center / contain;
}
#history .year_tab_area .year_tab_list li:nth-child(4n+1):before,
#history .year_tab_area .year_tab_list li:first-child:before {
display: none;
}
#history .year_tab_area .year_tab_list li a {
    color: #fff;
    font-weight: 800;
}

/*-------------------- //history --------------------*/
/*-------------------- one man --------------------*/
/*-------------------- //one man --------------------*/

@media (min-width: 768px) {
  #history .year_tab_area {
    max-width: 400px;
}
#history .year_tab_area .year_tab_list li:nth-child(4n+1):before {
display: block;
}
#history .year_tab_area .year_tab_list li:nth-child(5n+1):before {
display: none;
}
}
@media (min-width: 1100px) {
  .sp_br {
  display: none;
}

#news {
  width: 100%;
}
#release {
  width: calc((100% - 2.5rem) / 2);
}
#zepp_tour {
  width: calc((100% - 2.5rem) / 2);
}
#one_man {
  width: calc((100% - 2.5rem) / 2);
}

#top_sp {
    padding: 0 2.5rem;
}
#top_sp {
  display: none;
}
#top_pc {
  display: block;
  position: relative;
  padding: 0 2.5rem;
}
#top_pc .logo_area {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 20%;
  height: auto;
  transform: translateX(-50%);
}
#news.common_sec {
    margin: 6.5rem auto 0;
}

#history {
      scroll-margin: 128px;
}
#history .bg_jk {
    top: 0%;
    max-width: 67%;
}
#history .history_tit {
    max-width: 300px;
}
#history .sec_contents .sec_inner {
    padding: 2.5rem 0rem;
}
#history .his_fixed_area {
    align-items: flex-start;
    padding: 0 2.5rem;
}
#history .h-scroll_inner {
    padding: 0 2.5rem;
}
  .mh_tit-sp {
  display: none;
}
  .mh_tit-pc {
  display: block;
}
#history .history_year p span {
    font-size: 6.25rem;
}
#history .history_year .year_digit.is-one {
    margin: 0 -0.75rem;
}
#history .history_year .year_digit.is-zero {
    margin: 0 -0.125rem;
}
#history .h-scroll {
    padding-top: 0rem;
    margin-top: 0.5rem;
}
#history .h-scroll_inner .h-list::before {
    top: 246.3px;
}
  #history .h-scroll_inner .h-list ul li.year_li {
  width: 120px;
  height: 120px;
    transform: translateY(186px);
    margin: 0px 40px 0 48px;
}
#history .h-scroll_inner .h-list ul li.year_li.y2016_li {
    margin: 0 40px 0 0;
}
#history .h-scroll_inner .h-list ul li.year_li .year_txt p {
  font-size: 28px;
}
#history .h-scroll_inner .h-list ul li .tekkun_area {
    margin-top: 5rem;
}
#history .h-scroll_inner .h-list ul li.tbc {
    right: -321px;
    top: 48%;
}
#history .h-scroll_inner .h-list ul li.tbc p {
    font-size: 1.5rem;
}
#history .h-scroll_inner .h-list ul li .jk_img {
    width: 220px;
    height: 220px;
}

#history .year_tab_area {
    max-width: 920px;
}
#history .year_tab_area .year_tab_list li:nth-child(5n+1):before {
display: block;
}
#history .year_tab_area .year_tab_list li:first-child:before {
  display: none;
}
}