@charset "UTF-8";

/* ====
EZ_tageColle css ver 1.1   ============================================================ */

body {
  margin: 0;
}
img {
  vertical-align: middle;
  border-style: none;
}

.tagcolle-text-right {
  text-align: right !important;
}

.tagcolle-caption {
  word-break: break-word;
  overflow-y: auto;
  max-height: 200px;
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.tagcolle-caption::-webkit-scrollbar {
  width: 10px;
}
.tagcolle-caption::-webkit-scrollbar-track {
  background: #ffe2e7;
  border-radius: 20px;
}
.tagcolle-caption::-webkit-scrollbar-thumb {
  background: #ff6799;
  border-radius: 20px;
}

.tagcolle-date {
  text-align: right;
  margin-top: 1rem;
}
.tagcolle-insta-box {
  text-align: center;
  margin-top: 1rem;
}

.tagcolle-row {
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tagcolle-col-12,
.tagcolle-col-lg-6 {
  position: relative;
  width: 100%;
}

.tagcolle-col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .tagcolle-col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.tagcolle-item {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tagcolle-item {
  opacity: 0;
  transform: translateY(10px);
  animation: fadein linear 0.8s;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.tagcolle-item > a {
  display: block;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.tagcolle-img,
.tagcolle-item > a > video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.tagcolle-item.video_tag {
  position: relative;
}

.tagcolle-item.video_tag a::after {
  content: "";
  background: url(../images/video.png) no-repeat;
  background-size: contain;
  height: 18px;
  width: 30px;
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1000;
}

.tagcolle-item.multi_tag a::before {
  content: "";
  background: url(../images/multi.png) no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1000;
}

.tagcolle-modal-link {
  cursor: pointer;
}

.tagcolle-wrap,
.tagcolle-wrap-col3,
.tagcolle-wrap-col4,
.tagcolle-wrap-col5,
.tagcolle-wrap-col6 {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .tagcolle-wrap,
  .tagcolle-wrap-col3,
  .tagcolle-wrap-col4,
  .tagcolle-wrap-col5,
  .tagcolle-wrap-col6 {
    width: 510px;
  }
}

@media (min-width: 768px) {
  .tagcolle-wrap,
  .tagcolle-wrap-col3,
  .tagcolle-wrap-col4,
  .tagcolle-wrap-col5,
  .tagcolle-wrap-col6 {
    width: 690px;
  }
}

@media (min-width: 992px) {
  .tagcolle-wrap,
  .tagcolle-wrap-col3,
  .tagcolle-wrap-col4,
  .tagcolle-wrap-col5,
  .tagcolle-wrap-col6 {
    width: 930px;
  }
}

@media (min-width: 1200px) {
  .tagcolle-wrap,
  .tagcolle-wrap-col3,
  .tagcolle-wrap-col4,
  .tagcolle-wrap-col5,
  .tagcolle-wrap-col6 {
    width: 1110px;
  }
}

/* ==============================   Modal  ============================== */
.modal-header,
.modal-body,
.modal-footer {
  padding: 25px;
}

.modal-body {
  padding-top: 15px;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-header {
  border-bottom: none;
  padding-bottom: 5px;
}
.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-header h5 {
  font-size: 18px;
}

.modal-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: none;
  border-radius: 0 0 3px 3px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-content {
  max-width: 100%;
  border: none;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal.show .modal-content {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 950px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1100px;
    margin: 1.75rem auto;
  }
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-body a:not(.insta_btn) {
  color: #6777ef;
  font-weight: 500;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}

.modal-body a:hover:not(.insta_btn) {
  color: #0056b3;
  text-decoration: underline;
}

/* ===   button   === */

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
/* ===   carousel   === */
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item img,
.carousel-item video {
  width: 100%;
}
.carousel-item.active {
  display: block;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators .active {
  opacity: 1;
}

a.insta_btn,
a.insta_btn:link,
a.insta_btn:visited,
a.insta_btn:hover,
a.insta_btn:active {
  color: #fff;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 190px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}
.insta_btn {
  color: #fff;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 190px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}

.insta_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  z-index: 1;
}

.insta_btn span {
  display: block;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 15px;
  z-index: 2;
}
.insta_btn span {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.insta_btn img {
  display: block;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 30px;
  bottom: 15px;
  z-index: 2;
}

.insta_btn .fa-instagram {
  font-size: 25px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ==============================   Card   ============================== */

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.25rem;
}
@media (max-width: 574px) {
  .card-body {
    padding: 0.25rem;
  }
}

.card-body > div {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .card-body > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.card-body > div .slide,
.card-body > div .modal_txt_wrap {
  width: 100%;
  font-size: 13px;
}
@media (min-width: 992px) {
  .card-body > div .slide {
    width: 40%;
  }
  .card-body > div .modal_txt_wrap {
    width: 55%;
  }
}
.card-body > div .modal_txt_wrap .user_info {
  text-align: center;
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 2rem;
}
.card-body > div .modal_txt_wrap .user_info img {
  max-width: 100%;
  max-height: 200px;
}

.card-body > div .modal_txt_wrap .user_info .user_heading {
  display: block;
  font-size: 16px;
  margin: 10px;
  color: #000 !important;
  text-decoration: none;
}

.card-body > div .modal_txt_wrap .user_info .user_heading:hover {
  text-decoration: underline;
}

.card-body > div .modal_txt_wrap .user_info .user_img:hover {
  opacity: 0.5;
}

.card-body > div .modal_txt_wrap .user_info p {
  margin: 15px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  white-space: pre;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media (max-width: 991px) {
  .card-body > div .slide {
    margin-bottom: 40px;
  }
}

.carousel-item.active,
.carousel-item-prev {
  display: block;
}

.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

@media (max-width: 1199px) {
  .carousel-indicators {
    bottom: -45px;
  }
}
@media (max-width: 991px) {
  .carousel-indicators {
    bottom: -40px;
  }
}
@media (max-width: 475px) {
  .carousel-indicators {
    bottom: -40px;
  }
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #f13f79;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.insta_date {
  font-size: 14px;
  text-align: right;
}

.tagcolle-d-block {
  display: block !important;
}

/* ==============================   Overlay   ============================== */
.tagcolle-item > a .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  padding: 10px;
  background: rgba(60, 60, 60, 0.4);
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  white-space: nowrap;
}

.overlay .tagcolle-item > a .overlay {
  height: 65px;
}

.overlay .tagcolle-item > a .overlay:hover {
  height: 100%;
  white-space: normal;
}

.overlay .tagcolle-item > a .overlay p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.overlay .tagcolle-item > a .overlay p.comment {
  margin: 0;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}

.overlay .tagcolle-item > a .overlay p.good {
  margin-top: 5px;
  font-weight: 600;
}

.overlay .tagcolle-item > a .overlay p.good span {
  margin-left: 5px;
}

.instaframe .tagcolle-item .date_box img {
  width: 100%;
}

.instaframe .tagcolle-item > a {
  border: 1px solid #ccc;
  border-bottom: 0px;
}

.instaframe .tagcolle-item .date_box {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.instaframe .tagcolle-item .date_box .insta_date {
  width: 80%;
}

.instaframe .tagcolle-item .date_box .link {
  width: 18%;
}

.random .tagcolle-img {
  -o-object-fit: fill;
  object-fit: fill;
}

/* ==============================   random   ============================== */
.tagcolle-row.random {
  display: block !important;
}
.random .tagcolle-item {
  width: 100% !important;
}

.random .tagcolle-img,
.random .tagcolle-item > a > video {
  -o-object-fit: fill;
  object-fit: fill;
  width: 100%;
  height: auto;
}

.random .tagcolle-item.video_tag {
  position: relative;
}

.random .tagcolle-item.video_tag a::after {
  content: "";
  background: url(../images/video.png) no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 1000;
}

.random .tagcolle-item a.multi::before {
  content: "";
  background: url(../images/multi.png) no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 1000;
}

.random .tagcolle-item > a {
  padding-bottom: 0;
}

.random .tagcolle-img,
.random .tagcolle-item > a > video {
  position: static;
  -webkit-transform: translate(0);
  transform: translate(0);
}
/* ==============================   Xscroll   ============================== */
.xscroll .tagcolle-item {
  animation: none;
  opacity: 1;
  transform: translateY(0px);
}

/* ==============================   col3-4-5-6 の切り替え   ============================== */

.tagcolle-item {
  width: 50%;
}

/* ===   col3   === */
@media (min-width: 768px) {
  .tagcolle-wrap-col3 .tagcolle-item {
    width: 33.3333%;
  }
}
/* ===   col4   === */
@media (min-width: 768px) {
  .tagcolle-wrap-col4 .tagcolle-item {
    width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .tagcolle-wrap-col4 .tagcolle-item {
    width: 25%;
  }
}
/* ===   col5   === */
@media (min-width: 768px) {
  .tagcolle-wrap-col5 .tagcolle-item {
    width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .tagcolle-wrap-col5 .tagcolle-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .tagcolle-wrap-col5 .tagcolle-item {
    width: 20%;
  }
}
/* ===   col6   === */
@media (min-width: 768px) {
  .tagcolle-wrap-col6 .tagcolle-item {
    width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .tagcolle-wrap-col6 .tagcolle-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .tagcolle-wrap-col6 .tagcolle-item {
    width: 16.66666666%;
  }
}

/* ===   random   === */

.tagcolle-wrap-col3 .random.tagcolle-row,
.tagcolle-wrap-col4 .random.tagcolle-row,
.tagcolle-wrap-col5 .random.tagcolle-row,
.tagcolle-wrap-col6 .random.tagcolle-row {
  display: block;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  -ms-column-gap: 0px;
  -o-column-gap: 0px;
  column-gap: 0px;
}

@media (min-width: 768px) {
  .tagcolle-wrap-col3 .random.tagcolle-row,
  .tagcolle-wrap-col4 .random.tagcolle-row,
  .tagcolle-wrap-col5 .random.tagcolle-row,
  .tagcolle-wrap-col6 .random.tagcolle-row {
    -webkit-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .tagcolle-wrap-col4 .random.tagcolle-row,
  .tagcolle-wrap-col5 .random.tagcolle-row,
  .tagcolle-wrap-col6 .random.tagcolle-row {
    -webkit-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  .tagcolle-wrap-col5 .random.tagcolle-row {
    -webkit-column-count: 5;
    -ms-column-count: 5;
    -o-column-count: 5;
    column-count: 5;
  }
}
@media (min-width: 1200px) {
  .tagcolle-wrap-col6 .random.tagcolle-row {
    -webkit-column-count: 6;
    -ms-column-count: 6;
    -o-column-count: 6;
    column-count: 6;
  }
}

/* ==============================   Slider   ============================== */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ==============================   Default BUtton   ============================== */
.tagcolle-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 10px;
}

.tagcolle-btn-default {
  box-shadow: 0 2px 6px #acb5f6;
  background-color: #6777ef;
  border-color: #6777ef;
}

.tagcolle-load-wrap {
  position: relative;
}

.tagcolle-loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
}
.tagcolle-loader div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0.8;
}

.tagcolle-loader .one {
  border-top: 1px solid #8fb259;
  animation: rotate-left 1s linear infinite;
}

.tagcolle-loader .two {
  border-right: 1px solid #cccc52;
  animation: rotate-right 1s linear infinite;
}

.tagcolle-loader .three {
  border-bottom: 1px solid #ffd933;
  animation: rotate-right 1s linear infinite;
}

.tagcolle-loader .four {
  border-left: 1px solid #ff7f00;
  animation: rotate-right 1s linear infinite;
}

@keyframes rotate-left {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.type_samples_contents > div {
  display: none;
}

.type_samples_contents .type_samples_active {
  display: block;
  min-height: 500px;
}

.tagcolle-arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  margin-left: 30px;
}
.tagcolle-arrow::before,
.tagcolle-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.tagcolle-arrow::before {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgb(0 0 0 / 25%);
}

.tagcolle-arrow::after {
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.tagcolle-arrow-next::after {
  left: 8px;
  top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tagcolle-arrow-prev::after {
  left: 10px;
  top: -2px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.likes {
  display: flex;
}
.heart {
  width: 15px; /* 正方形を作る */
  height: 15px; /* 正方形を作る */
  position: relative; /* 基準位置とする */
  padding: 2px;
}
.heart::before,
.heart::after {
  content: ""; /* 疑似要素に必須 */
  width: 50%; /* ハートの丸い部分の大きさにかかわる */
  height: 80%; /* ハートの高さにかかわる */
  background: #e0548e; /* ハートの色 */
  border-radius: 25px 25px 0 0; /* ハートの半円を生成 */
  display: block; /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
}
.heart::before {
  transform: rotate(-45deg); /* 左に回転 */
  left: 14%; /* 左からの位置を指定 */
}
.heart::after {
  transform: rotate(45deg); /* 右に回転 */
  right: 14%; /* 右からの位置を指定 */
}
/* ===   pagination   ==== */
.tagcolle-pagination-button {
  cursor: pointer;
}
.tagcolle-pagination-button:hover {
  text-decoration: none !important;
}
/* ==============================   Loader   ============================== */
.tagcolle-modal-loading {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}
.tagcolle-modal-loader span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  margin: 2px;
}
.tagcolle-modal-loader span:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.tagcolle-modal-loader span:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.tagcolle-modal-loader span:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
