@charset "UTF-8";
@media screen and (min-width: 751px) {
  .headding .page_title {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .headding .page_title .ttl_icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  .headding .page_title .ttl_icon img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.6);
  }
  .headding .page_title .genre {
    margin-top: 8px;
  }
  .searchAll_bgcushion::before {
    width: 90% !important;
    min-width: 1350px !important;
  }
  .articles_ttl {
    position: relative;
    padding-block-end: 15px;
    margin-block-end: 70px;
  }
  .articles_ttl .description {
    position: absolute;
    top: 60px;
    left: 0;
    font-size: 1.6rem !important;
  }
}
.searchAll_inner {
  width: 1050px;
  margin: 0;
}

.archive_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.archive_posts .archive_post_wrapper {
  position: relative;
}
.archive_posts .archive_post_wrapper.new::after {
  content: "New";
  position: absolute;
  top: -15px;
  left: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ff5e9d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #FFFFFF;
}
.archive_posts .archive_post_wrapper.sp_only {
  display: none;
}
.archive_posts .archive_post_anchor {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-decoration: none;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.archive_posts .archive_post_anchor:hover {
  text-decoration: none;
  opacity: 1;
}
.archive_posts .archive_post_anchor:hover .archive_post_image img {
  opacity: 1;
  transform: scale(1.05);
}
.archive_posts .archive_post_inner {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: stretch;
  height: 100%;
}
.archive_posts .archive_post_image {
  display: block;
  width: 100%;
  aspect-ratio: 130/73;
}
.archive_posts .archive_post_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease-in-out;
}
.archive_posts .archive_post_detail {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 10px 15px 15px 15px;
  height: 100%;
}
.archive_posts .archive_post_title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
}
.archive_posts .date {
  display: block;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff89b7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.archive_posts .cats {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
}
.archive_posts .cat {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #888888;
}
.archive_posts .archive_posttype {
  margin-top: 10px;
}
.archive_posts .archive_posttype .cat_txt {
  display: inline-block;
  padding: 8px 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #333333;
}
.archive_posts .archive_posttype .news {
  color: #ff5e9d;
}
.archive_posts .archive_posttype .movie {
  color: #009bec;
}
.archive_posts .archive_posttype .useful {
  color: #09a314;
}
.archive_posts.archive_posts_all {
  padding-top: 50px !important;
}
.archive_posts.archive_posts_all .archive_post_anchor {
  overflow: visible;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.archive_posts.archive_posts_all .archive_post_image {
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.1));
}
.archive_posts.archive_posts_all .archive_post_image img {
  border-radius: 10px;
}
.archive_posts.archive_posts_all .archive_post_detail {
  padding-left: 0;
  padding-right: 0;
}
.archive_posts.archive_posts_all .archive_post_detail {
  padding-top: 5px;
}
.archive_posts.archive_posts_all .archive_post_title {
  margin-bottom: 15px;
  font-weight: 400;
}

.useful_kv_link {
  text-decoration: none !important;
}

#pagenavi.pagenavi_onbtn {
  margin-bottom: 0;
}

#return_top {
  padding: 0 0 100px 0;
}
#return_top.mgt_plus {
  margin-top: 135px;
}
#return_top.mgt_plus_btmpn {
  margin-top: 80px;
}
#return_top .return_top_inner {
  margin: 0 auto;
  width: 300px;
}

#aside .block.on {
  overflow: hidden;
  border-radius: 20px 20px 20px 20px;
}
#aside .block.on:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 14px;
  display: block;
  width: calc(100% - 28px);
  height: 2px;
  background-image: linear-gradient(to right, #ff5e9d 2px, rgba(0, 0, 0, 0) 2px);
  background-size: 10px 2px;
}
#aside .block .choose_year {
  position: static;
}
#aside .block .choose_btn {
  color: #000000;
}
#aside .block .choose_btn span {
  top: 15px;
  bottom: auto;
}
#aside .block .post_title {
  color: #000000;
}

#tag_search {
  margin-bottom: 50px;
}
#tag_search .tag_search_wrap {
  padding: 20px 40px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 2px solid #ff5e9d;
}
#tag_search .tag_search_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ff5e9d;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
}
#tag_search .tag_search_title .tag_search_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}
#tag_search .tag_search_list {
  padding: 30px 0;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}
#tag_search .tag_search_item {
  cursor: pointer;
  position: relative;
  padding: 10px 15px 10px 40px;
  background-color: #fff1ed;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
}
#tag_search .tag_search_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate3D(0, -50%, 0);
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#tag_search .tag_search_item:hover {
  background-color: #ff5e9d;
}
#tag_search .tag_search_item:hover .tag_search_tag {
  color: #FFFFFF;
}
#tag_search .tag_search_item.selected {
  background-color: #ff5e9d;
}
#tag_search .tag_search_item.selected::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate3D(0, -50%, 0);
  display: block;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid #ff5e9d;
  border-left: 2px solid #ff5e9d;
  transform: translate3D(0, -65%, 0) rotate3d(0, 0, 1, -45deg);
}
#tag_search .tag_search_item.selected .tag_search_tag {
  color: #FFFFFF;
}
#tag_search .tag_search_tag {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}

#selected_tag {
  margin-bottom: 75px;
  width: 1050px;
}
#selected_tag .selected_tag_list {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 15px 30px;
}
#selected_tag .selected_tag_item {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
}

#tag_searchi_tab {
  margin-bottom: 60px;
  width: 1050px;
}
#tag_searchi_tab .tag_searchi_tab_list {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}
#tag_searchi_tab .tag_searchi_tab_item {
  cursor: pointer;
  position: relative;
  flex: 1;
  padding: 20px 0;
  background-color: #FFFFFF;
  border: 2px solid #ff5e9d;
  border-radius: 12px 12px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}
#tag_searchi_tab .tag_searchi_tab_item::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 100%;
  display: block;
  width: 14px;
  height: 2px;
  background-color: #ff5e9d;
}
#tag_searchi_tab .tag_searchi_tab_item:last-child::before {
  display: none;
}
#tag_searchi_tab .tag_searchi_tab_item:hover {
  background-color: #fff1ed;
}
#tag_searchi_tab .tag_searchi_tab_item.selected {
  pointer-events: none;
  cursor: default;
  background-color: #fff1ed;
  border-bottom: 2px solid #fff1ed;
}

#number .numberInner {
  width: 1050px;
}
#number .number_txt {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
#number .number_num {
  padding: 0 15px;
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

#searchAll.searchAll {
  flex-flow: column;
}

@media screen and (max-width: 750px) {
  .headding .page_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    font-size: 5.6vw;
  }
  .headding .page_title .ttl_icon {
    display: inline-block;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    margin-right: 10px;
  }
  .headding .page_title .ttl_icon img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.6);
  }
  .headding .page_title .genre {
    margin-top: 0;
    padding-top: 2.1333333333vw;
    width: 100%;
    font-size: 4.2666666667vw;
  }
  body.addpankuzu {
    position: relative;
  }
  body.addpankuzu .breadcrumb {
    display: block;
    position: absolute;
    top: 75px;
    left: 5.335vw;
    width: 89.33%;
    margin: 0 auto;
  }
  body.addpankuzu .breadcrumb .list li {
    font-size: 3.2vw;
  }
  body.addpankuzu .breadcrumb .list li::after {
    top: 0.53vw;
  }
  body.addpankuzu .breadcrumb .list a {
    font-size: 3.2vw;
  }
  .articles_ttl {
    position: relative;
    border-bottom: none;
    gap: 0;
  }
  .articles_ttl .description {
    margin-top: 10px;
    width: 100%;
  }
  .articles_ttl a {
    margin-top: 20px;
    margin-left: auto;
  }
  .articles_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ff5e9d;
  }
  .headding {
    padding-top: 100px;
  }
  .btn__dl {
    background: none;
    border-radius: 9999px;
    border: 1px solid #000000;
    height: auto;
  }
  .btn__dl span {
    position: relative;
    background-color: transparent;
    text-align: center;
    display: block;
    width: auto;
    height: auto;
    font-size: 3.7vw;
    font-weight: 400;
    padding: 20px 0;
    line-height: 1;
    transform: none;
  }
  .btn__dl span b {
    font-weight: 400;
  }
  .btn__dl span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #333333;
    border-radius: 50%;
    transform: translate3d(0, -50%, 0);
    background-image: none;
  }
  .btn__dl span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  }
  .searchAll_inner {
    width: 100%;
    margin: 0;
  }
  .archive_posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw 6.5vw;
  }
  .archive_posts .archive_post_wrapper {
    position: relative;
  }
  .archive_posts .archive_post_wrapper.new::after {
    content: "New";
    position: absolute;
    top: -15px;
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.3vw;
    height: 9.3vw;
    border-radius: 50%;
    background-color: #ff5e9d;
    font-size: 2.6vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #FFFFFF;
  }
  .archive_posts .archive_post_wrapper.sp_only {
    display: block;
  }
  .archive_posts .archive_post_anchor {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    text-decoration: none;
    background-color: #FFFFFF;
  }
  .archive_posts .archive_post_anchor:hover {
    text-decoration: none;
    opacity: 1;
  }
  .archive_posts .archive_post_anchor:hover .archive_post_image img {
    opacity: 1;
    transform: scale(1.05);
  }
  .archive_posts .archive_post_inner {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
  }
  .archive_posts .archive_post_image {
    display: block;
    width: 100%;
    aspect-ratio: 130/73;
  }
  .archive_posts .archive_post_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease-in-out;
  }
  .archive_posts .archive_post_detail {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: start;
    padding: 1.3333333333vw 2.6666666667vw 5.3333333333vw 2.6666666667vw;
    height: 100%;
  }
  .archive_posts .archive_post_title {
    height: 18.6666666667vw;
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; /* 溢れた部分を隠す */
    text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
    -webkit-line-clamp: 3; /* 最大行数を2行に設定 */
  }
  .archive_posts .date {
    display: block;
    margin-bottom: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    border-bottom: 1px solid #ff89b7;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .archive_posts .cats {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
  .archive_posts .cat {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #888888;
  }
  .archive_posts .archive_posttype {
    margin-top: 2.6666666667vw;
  }
  .archive_posts .archive_posttype .cat_txt {
    display: inline-block;
    padding: 1.3333333333vw 1.6vw;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #333333;
  }
  .archive_posts .archive_posttype .news {
    color: #ff5e9d;
  }
  .archive_posts .archive_posttype .movie {
    color: #009bec;
  }
  .archive_posts .archive_posttype .useful {
    color: #09a314;
  }
  .archive_posts.archive_posts_all {
    padding-top: 6.6666666667vw !important;
  }
  .archive_posts.archive_posts_all .archive_post_anchor {
    overflow: visible;
    border-radius: 0;
    background-color: transparent;
  }
  .archive_posts.archive_posts_all .archive_post_detail {
    padding: 2.6666666667vw 2.6666666667vw 0 2.6666666667vw;
  }
  .archive_posts.archive_posts_all .archive_post_image {
    filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.1));
  }
  .archive_posts.archive_posts_all .archive_post_image img {
    border-radius: 10px;
  }
  .archive_posts.archive_posts_all .archive_post_detail {
    padding-left: 0;
    padding-right: 0;
  }
  .archive_posts.archive_posts_all .archive_post_detail {
    padding-top: 5px;
  }
  .archive_posts.archive_posts_all .archive_post_title {
    margin-bottom: 4vw;
    font-weight: 400;
  }
  .useful_kv_link {
    text-decoration: none !important;
  }
  #pagenavi.pagenavi_onbtn {
    margin-bottom: 0;
  }
  #return_top {
    padding: 0 0 24vw 0;
  }
  #return_top.mgt_plus {
    margin-top: 10.6vw;
  }
  #return_top.mgt_plus_btmpn {
    margin-top: 10.6vw;
  }
  #return_top .return_top_inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 300px;
    width: 100%;
  }
  #aside .block.on {
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
  }
  #aside .block.on:after {
    content: "";
    position: absolute;
    top: 42px;
    left: 13px;
    display: block;
    width: calc(100% - 28px);
    height: 2px;
    background-image: linear-gradient(to right, #ff5e9d 2px, rgba(0, 0, 0, 0) 2px);
    background-size: 10px 2px;
  }
  #aside .block .choose_year {
    position: static;
  }
  #aside .block .choose_btn span {
    top: 10px;
    bottom: auto;
  }
  #cont_wrapper.searchAll_bgcushion::before {
    top: 0;
    height: 100%;
  }
  #tag_search {
    padding-top: 110px;
    margin-bottom: 20px;
    width: 96vw;
  }
  #tag_search .tag_search_wrap {
    padding: 3.3333333333vw 4vw 6.6666666667vw 4vw;
    background-color: #FFFFFF;
    border-radius: 1.8666666667vw;
    border: 2px solid #ff5e9d;
  }
  #tag_search .tag_search_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 2.6666666667vw;
    border-bottom: 2px dotted #ff5e9d;
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  #tag_search .tag_search_title .tag_search_icon {
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    object-fit: contain;
    object-position: center;
  }
  #tag_search .tag_search_list {
    padding: 4vw 0 0 0;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
  #tag_search .tag_search_item {
    cursor: pointer;
    position: relative;
    padding: 2.4vw 2.6666666667vw 2.4vw 9.3333333333vw;
    background-color: #fff1ed;
    border-radius: 9999px;
  }
  #tag_search .tag_search_item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.3333333333vw;
    transform: translate3D(0, -50%, 0);
    display: block;
    width: 6vw;
    height: 6vw;
    background-color: #FFFFFF;
    border-radius: 50%;
  }
  #tag_search .tag_search_item.selected {
    background-color: #ff5e9d;
  }
  #tag_search .tag_search_item.selected::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.6666666667vw;
    transform: translate3D(0, -50%, 0);
    display: block;
    width: 3.2vw;
    height: 2.1333333333vw;
    border-bottom: 2px solid #ff5e9d;
    border-left: 2px solid #ff5e9d;
    transform: translate3D(0, -65%, 0) rotate3d(0, 0, 1, -45deg);
  }
  #tag_search .tag_search_item.selected .tag_search_tag {
    color: #FFFFFF;
  }
  #tag_search .tag_search_tag {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #selected_tag {
    margin-bottom: 8vw;
    padding-top: 10vw;
    width: 100%;
  }
  #selected_tag .selected_tag_list {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 15px 30px;
  }
  #selected_tag .selected_tag_item {
    font-size: 5.6vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  #tag_searchi_tab {
    overflow-x: scroll;
    margin-bottom: 6.6666666667vw;
    width: 100%;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  #tag_searchi_tab .tag_searchi_tab_inner {
    width: 166.6666666667vw;
  }
  #tag_searchi_tab .tag_searchi_tab_list {
    display: block;
  }
  #tag_searchi_tab .tag_searchi_tab_item {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 4vw 0;
    margin-right: 1.3333333333vw;
    width: 40vw;
    background-color: #FFFFFF;
    border: 2px solid #ff5e9d;
    border-radius: 3.2vw 3.2vw 0 0;
    text-align: center;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #tag_searchi_tab .tag_searchi_tab_item::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 100%;
    display: block;
    width: 2.6666666667vw;
    height: 2px;
    background-color: #ff5e9d;
  }
  #tag_searchi_tab .tag_searchi_tab_item:last-child {
    margin-right: 0;
  }
  #tag_searchi_tab .tag_searchi_tab_item:last-child::before {
    display: none;
  }
  #tag_searchi_tab .tag_searchi_tab_item.selected {
    pointer-events: none;
    cursor: default;
    background-color: transparent;
    border-bottom: 2px solid transparent;
  }
  #number .numberInner {
    width: 100%;
  }
  #number .number_txt {
    font-size: 3.4666666667vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #number .number_num {
    padding: 0 2.6666666667vw;
    display: inline-block;
    font-size: 6.4vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #searchAll.searchAll {
    flex-flow: column;
    gap: 0;
  }
}/*# sourceMappingURL=archive_custom.css.map */