
/* ↓ 変な左右の空間確認用 */
/* *{
  outline: 2px red solid;
} */

html {
  font-size: 62.5%
}

body {
  background-color: #222;
  color: #fff;
  font-family: "Noto Serif JP", 游ゴシック, 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Noto Sans JP, Montserrat, verdana, Meiryo, Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.8
}

a {
  color: #231815;
  text-decoration: none
}

ul {
  list-style-type: none;
  padding-left: 0
}

img {
  height: auto;
  width: 100%
}

p {
  margin-bottom: 0
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0
}

.clearfix::after {
  clear: both;
  content: "";
  display: block
}

body.active {
  overflow: hidden
}







/* header ---------------*/

.header {
  -webkit-backdrop-filter: brightness(0.8);
  backdrop-filter: brightness(0.8);
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  width: 80px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  border-left: 2px solid rgba(145, 140, 140, .1);
  z-index: 901
}
.header.active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}
.header_inner {
  height: 100%;
  position: relative
}
#hum_button {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 3%;
  left: 50%;
  color: #fff;
}
.header_logo_box {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10%;
  left: 50%;
  position: absolute;
}
.header_logo_box__link {
  display: block
}
.header_logo_box__img_logo {
  margin-bottom: 3rem;
  max-width: 22px
}
.header_logo_box__img_ssaw {
  max-width: 20px
}
.openbtn {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 900;
}
.openbtn span {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #fff;
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all .3s;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 27px;
}
.openbtn span:nth-of-type(3) {
  top: 40px;
}
.openbtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  left: 18px;
  top: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0
}
.openbtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  left: 18px;
  top: 30px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

/* ----------- */

@media screen and (max-width: 991px) {

  .openbtn span:nth-of-type(1) {
    top: 8px;
  }
  .openbtn span:nth-of-type(2) {
    top: 20px;
  }
  .openbtn span:nth-of-type(3) {
    top: 32px;
  }
  .header {
    border-left: none;
    height: 60px;
    width: 60px
  }
  #hum_button {
    top: 1rem
  }
  .header_logo_box {
    display: none
  }
.openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 15px;
  }
  .openbtn.active span:nth-of-type(3) {
    left: 15px;
    top: 25px;
  }

}



/* header nav ---------------*/

.nav {
  -webkit-backdrop-filter: brightness(0.3);
  backdrop-filter: brightness(0.3);
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);

  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 900;
}
.nav.active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.nav_img_bg {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  height: 100%;
  position: relative
}
.nav_img_bg__item {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  background-size: cover;
  background-size: cover;
  height: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  width: 100%;
  width: 100%
}
.nav_img_bg__item.active {
  opacity: 1;
  visibility: visible
}

/* hover時に表示される画像 */
/* .nav_img_bg__item--1 {
  background-image: url(../images/menu_bg_1.jpg);
}
.nav_img_bg__item--2 {
  background-image: url(../images/menu_bg_2.jpg);
}
.nav_img_bg__item--3 {
  background-image: url(../images/menu_bg_3.jpg);
}
.nav_img_bg__item--4 {
  background-image: url(../images/menu_bg_4.jpg);
}
.nav_img_bg__item--5 {
  background-image: url(../images/menu_bg_5.jpg);
}
.nav_img_bg__item--6 {
  background-image: url(../images/menu_bg_6.jpg);
}
.nav_img_bg__item--7 {
  background-image: url(../images/menu_bg_7.jpg);
} */

.nav_main {
  -ms-flex-preferred-size: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 40%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 4rem 13rem 6rem 4rem;
}
.nav_main_list {
  /* margin-bottom: 6rem; */
  width: 100%
}
a.nav_main_list__link {
  display: block;
  padding: 10px;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a.nav_main_list__link:hover {
  color: #606964;
}
.progress {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  position: fixed;
  transform: translateY(10px);
  transition: all .5s ease-in-out;
  visibility: hidden;
  z-index: 100
}
.progress.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}
.progress_list {
  font-family: "Hind", sans-serif;
  font-size: 1.6rem
}
.progress_list__link {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  color: #fff;
  display: block;
  opacity: .2;
  transition: all .5s ease-in-out
}
.progress_list__link:not(last-child) {
  margin-bottom: 5px;
}
.progress_list__link.inview {
  -webkit-animation: EleAnime 1s ease-in;
  animation: EleAnime 1s ease-in;
  opacity: 1;
}
@-webkit-keyframes EleAnime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes EleAnime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ----------- */

@media screen and (max-width: 991px) {

  .nav_img_bg {
    display: none;
  }
  .nav_main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    padding-left: 40px;
    padding-bottom: 45px;
  }
  
}


/* hero ---------------*/

#hero {
  overflow: hidden;
  position: relative;
  width: 100%
}
.hero_swiper {
  position: relative;
  z-index: 0
}
.hero_logo_box {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 7%;
  right: 0;
  margin: 0 auto;
  width: 260px;
}
.hero_logo_box_sp {
  display: none;
}

/* ----------- */

@media screen and (max-width: 768px) {

  .hero_logo_box {
    display: none;
  }
  .hero_logo_box_sp {
    display: block;
    position: absolute;
    top: 8%;
    right: 2%;
    margin: 0 auto;
    width: 200px;
  }

}


/* common ---------------*/

.appear {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  opacity: 0;
  transition: all .3s ease-in
}
.appear.inview {
  opacity: 1
}

.main_heading {
  font-size: 3rem;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}
#intro .main_heading {
  margin-bottom: 20px;
}
#anniv .main_heading {
  margin-bottom: 30px;
}
.sub_heading {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 2px;
}

/* ----------- */

@media screen and (max-width: 991px) {
  
  .main_heading {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .sub_heading {
    font-size: 1.8rem;
  }

}

@media screen and (max-width: 767px) {
  
  .main_heading {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .sub_heading {
    font-size: 1.5rem;
  }

}


/* intro ---------------*/

#intro {
  color: #fff;
}
.intro_txt {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 25px;
  line-height: 2.5;
  letter-spacing: 1.2px;
}

/* ----------- */

@media screen and (max-width: 991px) {
  
  .intro_txt {
    font-size: 1.3rem;
    line-height: 2.3;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  
  .intro_txt p {
    /* text-align: left; */
    font-size: 1.2rem;
    line-height: 2;
  }
}


/* 新商品紹介 ---------------*/

.series_hero_box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_small_heading {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.sub_small_heading {
  font-size: 1.6rem;
  /* font-weight: 600; */
  text-align: center;
  letter-spacing: 2px;
}
.item_text p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.4;
  margin-bottom: 20px;
}
.item_text_s p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2;
  margin-bottom: 20px;
}
.soon {
  font-size: 1.7rem;
  margin-top: 30px;
}

/* VIEW MOREボタン */
.link_btn00 {
  margin: 0 auto;
}
.series_link {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-top: 70px;
  max-width: 100%;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.series_link:hover {
  background-color: #fff;
  color: #140F0C;
}
.mini_link_btn {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  max-width: 200px;
  margin: 30px auto 0;
  padding: 8px 50px;
  text-align: center;
  text-transform: uppercase;
}

.mini_link_btn:hover {
  background-color: #fff;
  color: #140F0C;
}

.contra_logo {
  display: block;
  margin: 0 auto;
  width: 420px;
  padding-top: 50px;
  padding-bottom: 90px;
}

/* ----------- */

@media screen and (max-width: 991px) {

  .item_text p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.4;
    margin-bottom: 20px;
  }

  .series_link {
    margin-top: 30px;
    padding: 5px 10px;
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 767px) {

  .contra_logo {
    display: block;
    margin: 0 auto;
    width: 90%;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .main_small_heading {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .sub_small_heading {
    font-size: 1.5rem;
  }
  .item_text p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .item_text_s p {
    font-size: 1.3rem;
    line-height: 2.2;
    margin-bottom: 20px;
  }
  .mini_link_btn {
    margin: 20px auto 30px;
  }
}

/* more link */
.more_link_area {
  overflow: hidden;
  position: relative
}
.more_link_area::after {
  -webkit-filter: brightness(50%);
  background-image: url(../images/other_link_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-size: cover;
  bottom: 0;
  content: "";
  filter: brightness(50%);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}
.more_link_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 500px;
  padding: 120px 15px
}
.more_link_box__heading {
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-size: 3rem;
  font-weight: 500;
  /* margin-bottom: 50px; */
  text-align: center;
  text-transform: uppercase;
  width: 100%
}
.more_link_box__link {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  background-color: #B4A497;

  color: #fff;
  display: block;
  font-family: "Hind", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s ease;
  width: 100%
}
.more_link_box__link:hover {
  background-color: #C0B3A8;
  color: #fff !important;
}

/* ----------- */

@media screen and (max-width: 991px) {

  .more_link_box {
    max-width: 400px;
    padding: 50px 30px 90px;
  }
  .more_link_box__heading {
    font-size: 2rem
  }

}



/* footer */
footer .footer_box {
  color: #999;
  font-family: "Libre Caslon Text", serif;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 30px;
  text-align: center
}

footer .footer_box a {
  color: #999;
}



/* 追従マウスカーソル */
.g-ms {
  -webkit-transform: translate3d(50vw, 50vh, 0);
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate3d(50vw, 50vh, 0);
  transition: all .1s ease-out;
  z-index: 9999
}
.g-ms_i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  opacity: 0;
  transition: all .3s ease;
  width: 30px
}
.g-ms.g-ms-active .g-ms_i {
  opacity: 1
}
.g-ms.g-ms-hover .g-ms_i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  background-color: rgba(255, 255, 255, .1);
  border: none;
  transform: scale(1.2);
}






/* adepecheの歩み */

.timeline_sec {
  position: relative;
}
.timeline_sec::before {
  background-image: url(../images/about/about_bg.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  opacity: .5;
  position: fixed;
  top: 0%;
  width: 100%;
  z-index: -111
}
.timeline_block {
  background-color: rgba(255, 255, 255, .1);
  padding: 100px;
  /* margin-top: 180px; */
}
.timeline_list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.timeline_list__year {
  font-family: "Libre Caslon Text", serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 4%;
  padding-bottom: 30px;
  width: 8%
}
.timeline_list__month {
  font-family: "Libre Caslon Text", serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 4%;
  padding-bottom: 30px;
  width: 4%
}
.timeline_list__info {
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 30px;
  padding-left: 8%;
  position: relative;
  width: 84%
}
.timeline_list__info::after {
  background-color: #4e6358;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 15px
}
.timeline_list__info::before {
  background-color: #4e6358;
  content: "";
  display: block;
  height: 100%;
  left: 6px;
  position: absolute;
  top: 4px;
  width: 3px
}
.popup_heading_box {
  margin-bottom: 5rem
}
.popup_heading_box--timeline {
  margin-bottom: 10rem
}

/* ------------------------*/

@media screen and (max-width: 1400px) {
  .popup_heading_box {
    margin-bottom: 4rem
  }
  .popup_heading_box--timeline {
    margin-bottom: 7rem
  }
}

@media screen and (max-width: 767px) {
  .recruit_main {
    margin-top: 50px
  }
  #interviewStaffPage .recruit_main {
    margin-top: 100px
  }
  .popup_heading_box {
    margin-bottom: 3rem
  }
  .popup_heading_box--timeline {
    margin-bottom: 5rem
  }
    .timeline_block {
    padding: 40px 20px
  }
  .timeline_list__year {
    font-size: 1.4rem;
    margin-right: 2%;
    width: 12%
  }
  .timeline_list__month {
    font-size: 1.4rem;
    margin-right: 2%;
    width: 8%
  }
  .timeline_list__info {
    font-size: 1.4rem;
    width: 76%
  }
}




/*商品ページ下のカテゴリーリスト*/
.c-bottom-category-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.6rem;
  gap: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .c-bottom-category-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .c-bottom-category-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-bottom-category-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-bottom-category-list:not(:last-child) {
  margin-bottom: var(--c-spacing-5);
}
@media screen and (max-width: 767px) {
  .c-bottom-category-list:not(:last-child) {
    margin-bottom: var(--c-spacing-3);
  }
}
.c-bottom-category-list__heading {
  color: var(--c-middle-gray-color);
  letter-spacing: var(--letter-spacing-en);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  margin-bottom: var(--c-spacing-3);
}

.c-bottom-category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-bottom-category-link__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-bottom-category-link__image img {
  width: 40px;
}
.c-bottom-category-link__txt {
  margin-left: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: var(--letter-spacing-en);
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .c-bottom-category-link__txt {
    font-size: 1rem;
  }
}
.c-bottom-category-link__txt span {
  display: block;
  font-weight: 400;
  color: var(--c-middle-gray-color);
  font-size: 1.1rem;
}
@media screen and (max-width: 991px) {
  .c-bottom-category-link__txt span {
    font-size: 1rem;
  }
}
.c-bottom-category-link:hover {
  text-decoration: underline;
}

/*カテゴリー上部*/
.p-category-top {
  background-color: var(--c-light-gray-color);
  margin-bottom: var(--c-spacing-5);
}
@media screen and (max-width: 991px) {
  .p-category-top {
    margin-bottom: var(--c-spacing-4);
  }
}

.c-category-top {
  max-width: var(--max-width);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: var(--c-light-gray-color);
}
@media screen and (max-width: 991px) {
  .c-category-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-category-top__image {
  -ms-flex-preferred-size: 64%;
      flex-basis: 64%;
  height: 75vh;
}
@media screen and (max-width: 991px) {
  .c-category-top__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: auto;
  }
}
.c-category-top__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-category-top__info {
  margin-top: auto;
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  padding: 4rem;
}
@media screen and (max-width: 991px) {
  .c-category-top__info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 2.4rem;
  }
}
.c-category-top__heading {
  font-size: 2.6rem;
  letter-spacing: var(--letter-spacing-en);
  margin-bottom: 2.4rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .c-category-top__heading {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.c-category-top__txt {
  color: var(--c-middle-gray-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
}

.p-category-top-genre-list {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.p-category-top-genre-list a {
  color: #fff;
  transition: all 0.3s ease;
}
.p-category-top-genre-list a:hover {
  opacity: .7;
}


@media screen and (max-width: 991px) {
  .p-category-top-genre-list {
    width: 100%;
  }
}

.c-category-top-genre-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2.4rem;
  gap: 2.4rem;
}
.c-category-top-genre-list:not(:first-child) {
  margin-bottom: var(--c-spacing-5);
}
@media screen and (max-width: 991px) {
  .c-category-top-genre-list:not(:first-child) {
    margin-bottom: var(--c-spacing-4);
  }
}
@media screen and (max-width: 991px) {
  .c-category-top-genre-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.6rem;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-category-top-genre-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-category-top-genre-list__link {
  letter-spacing: var(--letter-spacing-en);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.c-category-top-genre-list__link img {
  width: 100%;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-category-top-genre-list__link {
    font-size: 1.2rem;
  }
}
.c-category-top-genre-list__heading {
  font-size: 1.2rem;
  letter-spacing: var(--letter-spacing-en);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}

/*古いカテゴリー上部のCSS*/
.category_top {
  margin-bottom: var(--c-spacing-5);
}
@media screen and (max-width: 991px) {
  .category_top {
    margin-bottom: var(--c-spacing-4);
  }
}

.category_top_info_box h2.category_jp_ttl {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: var(--letter-spacing-en);
  margin-bottom: var(--c-spacing-2);
}

@media screen and (max-width: 991px) {
  .category_top_info_box {
    margin: var(--c-spacing-3) 0 var(--c-spacing-2);
  }
}

/*------------ #anniv ------------*/
#anniv .anniv_lead {
  text-align: center;
  line-height: 2.5;
}

@media screen and (max-width: 991px) {
  #anniv .anniv_lead {
    font-size: 1.4rem;
    text-align: center;
  }
}

/*--------  page top button --------*/
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 100px;
  bottom: 40px;
  z-index: 999;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #404040;
  border-radius: 50%;
  /* color: #a1a1a1; */
  /* text-align: center; */
  /* text-transform: uppercase; */
  /* text-decoration: none; */
  /* font-size: 0.6rem; */
  transition: all 0.3s;
}
#page-top a:hover {
  /* background: #404040; */
  opacity: .8;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

@media (max-width: 768px) {
  #page-top {
    right: 20px;
    bottom: 40px;
  }
  #page-top a {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 576px) {
  #page-top {
    bottom: 30px;
  }
}

.intro_txt p.intro_txt_ttl01 {
  margin: 0 auto 30px;
  padding-top: 70px;
  border-top: 1px solid #404040;
  font-size: 18px;
}
@media (max-width: 768px) {
  .intro_txt p.intro_txt_ttl01 {
    font-size: 16px;
  }
}