@charset "UTF-8";

/* ====
TagColle common initialize ver2.0   ============================================================ */

[class^="tagcolle-"],
[class*=" tagcolle-"],
[class^="tagcolle-"] *,
[class*=" tagcolle-"] *,
[class^="tagcolle-"]:before,
[class*=" tagcolle-"]:before,
[class^="tagcolle-"] *:after,
[class*=" tagcolle-"] *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  padding: 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}


/* ====
TagColle webfont css ver 2.0   ============================================================ */

@font-face {
  font-family: "tagcolle-webfont";
  src: url("../fonts/tagcolle-webfont.eot");
  src: url("../fonts/tagcolle-webfont.eot") format("embedded-opentype"), url("../fonts/tagcolle-webfont.ttf") format("truetype"), url("../fonts/tagcolle-webfont.woff") format("woff"),
    url("../fonts/tagcolle-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="tagcolle-icon-"],
[class*=" tagcolle-icon-"],
[class^="tagcolle-icon-"]::before,
[class*=" tagcolle-icon-"]::before,
[class^="tagcolle-icon-"]::after,
[class*=" tagcolle-icon-"]::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tagcolle-webfont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tagcolle-icon-angle-left:before {
  content: "\e900";
}
.tagcolle-icon-play:before {
  content: "\e901";
}
.tagcolle-icon-pause:before {
  content: "\e902";
}
.tagcolle-icon-angle-right:before {
  content: "\e903";
}
.tagcolle-white {
  color: #fff;
}
.tagcolle-gray {
  color: #999;
}
.tagcolle-black {
  color: #000;
}
.tagcolle-shadow {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
}

.tagcolle-fs-16 {
  font-size: 16px;
}
.tagcolle-fs-32 {
  font-size: 32px;
}



/* ====
TagColle css ver 2.1   ============================================================ */

.tagcolle-description {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.tagcolle-inserthtml,
div.tagcolle-inserthtml p,
div.tagcolle-inserthtml div {
  font-size: 16px;
  line-height: normal;
}

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

.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;
  opacity: 0;
  transform: translateY(10px);
  animation: fadein linear 0.8s;
  animation-fill-mode: forwards;
  width: 50%;
}

.tagcolle-item:before,
.tagcolle-item:after,
.tagcolle-item *,
.tagcolle-item *:before,
.tagcolle-item *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.thumbnail-square .tagcolle-item > a {
  padding-bottom: 100%;
}

.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: 100000;
}

.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: 100000;
}

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

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

.tagcolle-wrap,
.tagcolle-wrap-xscroll,
.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-xscroll,
  .tagcolle-wrap-col3,
  .tagcolle-wrap-col4,
  .tagcolle-wrap-col5,
  .tagcolle-wrap-col6 {
    width: 510px;
  }
}

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

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

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


/* ==============================   Modal  ============================== */
.tagcolle-modal {
  display: none;
  position: fixed;
  z-index: 2000000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
}

.tagcolle-modal-content {
  /* background-color: #f4f4f4; */
  background-color: #fff;
  margin: 8px auto;
  width: calc(100vw - 16px - 2px - 24px);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: tagcolle-modalopen;
  animation-duration: 1s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4.8px;
  outline: 0;
}

@keyframes tagcolle-modalopen {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@media (min-width: 576px) {
  .tagcolle-modal-content {
    width: 482px;
    margin: 28px auto;
  }
}
@media (min-width: 992px) {
  .tagcolle-modal-content {
    width: 950px;
    margin: 28px auto;
  }
}
@media (min-width: 1200px) {
  .tagcolle-modal-content {
    width: 1100px;
    margin: 28px auto;
  }
}

.tagcolle-modal-header {
  /* background: lightblue;*/ 
  padding: 3px 15px;
  line-height: 32px;
  height: 34px;
  /*
  display: flex;
  justify-content: space-between;
  */
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 4.8px;
  border-top-right-radius: 4.8px;
}

.tagcolle-modal-header:after {
  display: block;
  clear: both;
  content: "";
}

.tagcolle-modal-close {
  width: 50px;
  float: right;
  text-align: right;
  font-size: 32px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
}
@media(hover: hover) {
  .tagcolle-modal-close:hover {
    opacity: 0.7;
  }
}

.tagcolle-pagination {
  width: 150px;
  color: rgba(0, 0, 0, 0.6);
}

.tagcolle-pagination-button {
  cursor: pointer;
}

@media(hover: hover) {
  .tagcolle-pagination-button:hover {
    text-decoration: none !important;
  }
}

.tagcolle-modal-arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 4px;
  /* color: #fff; */
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  text-decoration: none;
  font-size: 32px;
  margin-left: 15px;
  /* filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7)); */
}
@media(hover: hover) {
  .tagcolle-modal-arrow:hover {
    opacity: 0.8;
  }
}
.tagcolle-modal-arrow.tagcolle-pagination-button-hidden {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.tagcolle-modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 16px;
  color: black;
}

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


@media(hover: hover) {
  .tagcolle-modal-body a:hover:not(.tagcolle-modal-insta-btn) {
    color: #0056b3;
    text-decoration: underline;
  }
}

.tagcolle-modal-body > div {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all 0.5s;
}

.tagcolle-modal-body > div {
  opacity: 0;
}

.tagcolle-modal-body > div.tagcolle-modal-body-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 105000;
}

.tagcolle-modal-body-loader span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  margin: 2px;
}
.tagcolle-modal-body-loader span:nth-child(1) {
  -webkit-animation: tagcolle-loader-scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: tagcolle-loader-scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.tagcolle-modal-body-loader span:nth-child(2) {
  -webkit-animation: tagcolle-loader-scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: tagcolle-loader-scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.tagcolle-modal-body-loader span:nth-child(3) {
  -webkit-animation: tagcolle-loader-scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: tagcolle-loader-scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}




.tagcolle-modal-body > div.tagcolle-modal-body-show {
  opacity: 1;
}

.tagcolle-modal-body > div.tagcolle-modal-body-loading.tagcolle-modal-body-show {
  display: none;
}

@media (min-width: 992px) {
  .tagcolle-modal-body > div:not(.tagcolle-modal-body-loading) {
    position: relative;
    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: stretch;
  }
}
.tagcolle-modal-slide,
.tagcolle-modal-text {
  position: relative;
  width: calc(100vw - 16px - 2px - 24px - 32px);
  font-size: 13px;
  padding-bottom: 1px;
}

@media (max-width: 991px) {
  .tagcolle-modal-slide {
    margin-bottom: 40px;
  }
}

@media (min-width: 576px) {
  .tagcolle-modal-slide {
    width: 450px;
/*
    height: 450px;
*/
  }
  .tagcolle-modal-text {
    width: 450px;
  }
}

@media (min-width: 992px) {
  .tagcolle-modal-slide {
    max-height: calc(100vh - 5px - 58px - 41px - 32px - 13px - 23px);
    margin-bottom: 23px;
  }
  .tagcolle-modal-text {
    width: calc(100% - 470px);
/*
    min-height: 450px;
*/
  }
}

/* ==============================   Modal内カルーセル  ============================== */

.tagcolle-carousel {
  position: relative;
  width: calc(100vw - 16px - 2px - 24px - 32px);
}

@media (min-width: 576px) {
  .tagcolle-carousel {
    width: 450px;
  }
}

@media (min-width: 992px) {
  .tagcolle-carousel {
    max-height: calc(100vh - 5px - 58px - 41px - 32px - 13px);
  }
}

.tagcolle-carousel-inner {
  position: relative;
  width: calc(100vw - 16px - 2px - 24px - 32px);
/*
  height: calc(100vw - 16px - 2px - 24px - 32px);
*/
  max-height: calc(100vh - 5px - 58px - 41px - 32px - 13px - 23px);
  overflow: hidden;
}

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

.tagcolle-carousel-item {
  position: relative;
  display: none;
  float: left;
  width: calc(100vw - 16px - 2px - 24px - 32px);
/*
  height: calc(100vw - 16px - 2px - 24px - 32px);
*/
  max-height: calc(100vh - 5px - 58px - 41px - 32px - 13px - 23px);
/*
  background: rgba(0,0,0,0.7);
*/
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.tagcolle-carousel-item.tagcolle-carousel-item-loading {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  float: none;
  text-align: center;
}

.tagcolle-carousel-item.tagcolle-carousel-item-tall {
  height: calc(100vh - 5px - 58px - 41px - 32px - 13px - 23px);
  text-align:center;
}

@media (prefers-reduced-motion: reduce) {
  .tagcolle-carousel-item {
      transition: none;
  }
}

@media (min-width: 576px) {
  .tagcolle-carousel-inner {
    width: 450px;
/*
    height: 450px;
*/
  }

  .tagcolle-carousel-item {
    width: 450px;
/*
    height: 450px;
*/
  }
}

@media (max-width: 991px) {
  .tagcolle-carousel-item.tagcolle-carousel-item-tall {
    height: auto;
  }
}

.tagcolle-carousel-item img,
.tagcolle-carousel-item video {
  width: 100%;
  height: auto;
}

.tagcolle-carousel-item.tagcolle-carousel-item-tall img,
.tagcolle-carousel-item.tagcolle-carousel-item-tall video {
  display: block;
  width: auto;
  height: 100%;
}

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

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

.tagcolle-carousel-item-next:not(.tagcolle-carousel-item-start),
.tagcolle-active.tagcolle-carousel-item-end {
  transform: translateX(100%);
}

.tagcolle-carousel-item-prev:not(.tagcolle-carousel-item-end),
.tagcolle-active.tagcolle-carousel-item-start {
  transform: translateX(-100%);
}

.tagcolle-carousel-fade .tagcolle-carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.tagcolle-carousel-fade .tagcolle-carousel-item.tagcolle-active,
.tagcolle-carousel-fade .tagcolle-carousel-item-next.tagcolle-carousel-item-start,
.tagcolle-carousel-fade .tagcolle-carousel-item-prev.tagcolle-carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.tagcolle-carousel-fade .tagcolle-active.tagcolle-carousel-item-start,
.tagcolle-carousel-fade .tagcolle-active.tagcolle-carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .tagcolle-carousel-fade .tagcolle-active.tagcolle-carousel-item-start,
  .tagcolle-carousel-fade .tagcolle-active.tagcolle-carousel-item-end {
    transition: none;
  }
}

.tagcolle-carousel-control-prev {
  left: 5px;
}
.tagcolle-carousel-control-next {
  right: 5px;
}
.tagcolle-carousel-control-prev,
.tagcolle-carousel-control-next {
  position: absolute;
/*
  top: 0;
  bottom: 0;
*/
  top: 50%;
  transform: translateY(-50%);
  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%;
*/
  width: 40px;
  height: 40px;
/*
  color: #fff;
*/
  text-align: center;
  opacity: 0.5;
  background: transparent;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border: none;
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .tagcolle-carousel-control-prev,
  .tagcolle-carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

@media(hover: hover) {
  .tagcolle-carousel-control-prev:hover,
  .tagcolle-carousel-control-prev:focus,
  .tagcolle-carousel-control-next:hover,
  .tagcolle-carousel-control-next:focus {
/*
    color: #fff;
*/
    text-decoration: none;
    outline: 0;
/*
    opacity: 0.9;
*/
    opacity: 0.8;
  }
}

.tagcolle-carousel-control-prev-icon,
.tagcolle-carousel-control-next-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
/*
  background: no-repeat 50% / 100% 100%;
*/
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

/*
.tagcolle-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");
}

.tagcolle-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");
}
*/

.tagcolle-carousel-indicators {
  position: absolute;
  height: 23px;
  right: 0;
  bottom: -23px;
  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) {
  .tagcolle-carousel-indicators {
    bottom: -45px;
  }
}
@media (max-width: 991px) {
  .tagcolle-carousel-indicators {
    bottom: -40px;
  }
}
@media (max-width: 475px) {
  .tagcolle-carousel-indicators {
    bottom: -40px;
  }
}
*/

.tagcolle-carousel-indicators button,
.tagcolle-carousel-indicators li {
  -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;
}
.tagcolle-carousel-indicators [data-tagcollebs-target] {
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #f13f79;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .tagcolle-carousel-indicators button,
  .tagcolle-carousel-indicators [data-tagcollebs-target],
  .tagcolle-carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.tagcolle-carousel-indicators .tagcolle-active,
.tagcolle-carousel-indicators [data-tagcollebs-target].tagcolle-active {
  opacity: 1;
}


/* ==============================   Modal内文字情報エリア  ============================== */

.tagcolle-modal-user-info {
  text-align: center;
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 13px;
}

.tagcolle-modal-user-heading {
  display: block;
  height: 20px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 13px;
}

.tagcolle-modal-user-heading a {
  font-size: 16px;
  line-height: 16px;
  color: #000 !important;
  text-decoration: underline;
}

.tagcolle-modal-user-heading img {
  width: 14px;
  height: 14px;
}

@media(hover: hover) {
  .tagcolle-modal-user-heading a {
    text-decoration: none;
  }

  .tagcolle-modal-user-heading a:hover {
    text-decoration: underline;
  }
}

.tagcolle-modal-user-img,
.tagcolle-modal-user-img a {
  height: 180px;
  width: 100%;
  overflow: none;
}
.tagcolle-modal-user-img {
  margin-bottom: 13px;
}

.tagcolle-modal-user-img img {
  object-fit: contain;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media(hover: hover) {
  .tagcolle-modal-user-img:hover {
    opacity: 0.5;
  }
}

.tagcolle-modal-user-caption {
  margin-bottom: 13px;
  padding: 0;
  height: auto;
  overflow: auto;
  font-size: 13px;
  text-align: center;
}
@media (min-width: 992px) {
  .tagcolle-modal-user-caption {
    height: 36px;
  }
}
.tagcolle-modal-user-caption-txt-wrapper {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: left;
}
.tagcolle-modal-user-caption::-webkit-scrollbar {
  width: 10px;
}
.tagcolle-modal-user-caption::-webkit-scrollbar-track {
  background: #ffe2e7;
  border-radius: 20px;
}
.tagcolle-modal-user-caption::-webkit-scrollbar-thumb {
  background: #ff6799;
  border-radius: 20px;
}

.tagcolle-modal-caption {
  margin-bottom: 13px;
  word-break: break-word;
  color: #000;
}
.tagcolle-modal-caption::-webkit-scrollbar {
  width: 10px;
}
.tagcolle-modal-caption::-webkit-scrollbar-track {
  background: #ffe2e7;
  border-radius: 20px;
}
.tagcolle-modal-caption::-webkit-scrollbar-thumb {
  background: #ff6799;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .tagcolle-modal-caption {
    max-height: calc(100vh - 5px - 58px - 41px - 32px - 13px - 20px - 70px);
    overflow-y: auto;
  }
  .tagcolle-modal-user-info-with-link + .tagcolle-modal-caption {
    max-height: calc(100vh - 5px - 58px - 41px - 32px - 13px - 20px - 70px - 14px - 33px);
  }
  .tagcolle-modal-user-info-with-relation + .tagcolle-modal-caption {
    max-height: calc(100vh - 5px - 58px - 41px - 32px - 13px - 20px - 70px - 14px - 193px);
  }
  .tagcolle-modal-user-info-with-caption + .tagcolle-modal-caption {
    max-height: calc(100vh - 5px - 58px - 41px - 32px - 13px - 20px - 70px - 14px - 49px);
  }
  .tagcolle-modal-user-info-with-link.tagcolle-modal-user-info-with-relation + .tagcolle-modal-caption {
    max-height: calc(100vh - 5px - 58px - 41px - 32px - 13px - 20px - 70px - 14px - 33px - 193px);
  }
  .tagcolle-modal-user-info-with-link.tagcolle-modal-user-info-with-caption + .tagcolle-modal-caption {
    max-height: calc(100vh - 5px - 58px - 41px - 32px - 13px - 20px - 70px - 14px - 33px - 49px);
  }
  .tagcolle-modal-user-info-with-relation.tagcolle-modal-user-info-with-caption + .tagcolle-modal-caption {
    max-height: calc(100vh - 5px - 58px - 41px - 32px - 13px - 20px - 70px - 14px - 193px - 49px);
  }
  .tagcolle-modal-user-info-with-link.tagcolle-modal-user-info-with-relation.tagcolle-modal-user-info-with-caption + .tagcolle-modal-caption {
    max-height: calc(100vh - 5px - 58px - 41px - 32px - 13px - 20px - 70px - 14px - 33px - 193px - 49px);
  }
}

.tagcolle-modal-date {
  height: 20px;
  margin-bottom: 70px;
  text-align: right;
}

.tagcolle-modal-insta-btn-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

/* ===   button   === */

a.tagcolle-modal-insta-btn,
a.tagcolle-modal-insta-btn:link,
a.tagcolle-modal-insta-btn:visited,
a.tagcolle-modal-insta-btn:hover,
a.tagcolle-modal-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;
}
.tagcolle-modal-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;
}

a.tagcolle-modal-insta-btn:hover {
  opacity: 0.7;
}

.tagcolle-modal-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;
}

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

.tagcolle-modal-insta-btn img {
  display: block;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 30px;
  bottom: 15px;
  width: 20px;
  height: 20px;
  z-index: 2;
}

.tagcolle-modal-insta-btn .fa-instagram {
  font-size: 25px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}


/* ==============================   Overlay   ============================== */

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

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

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

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

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

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

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


/* ==============================   instaframe   ============================== */

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

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

.tagcolle-instaframe .tagcolle-item .tagcolle-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;
}

.tagcolle-instaframe .tagcolle-item .tagcolle-date-box .tagcolle-insta-date {
  width: 80%;
}

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


/* ==============================   random   ============================== */

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

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

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

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

.tagcolle-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;
}

.tagcolle-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;
}

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

.tagcolle-random .tagcolle-img,
.tagcolle-random .tagcolle-item > a > video {
  position: static;
  -webkit-transform: translate(0);
  transform: translate(0);
}

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

/* ===   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 .tagcolle-random.tagcolle-row,
.tagcolle-wrap-col4 .tagcolle-random.tagcolle-row,
.tagcolle-wrap-col5 .tagcolle-random.tagcolle-row,
.tagcolle-wrap-col6 .tagcolle-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 .tagcolle-random.tagcolle-row,
  .tagcolle-wrap-col4 .tagcolle-random.tagcolle-row,
  .tagcolle-wrap-col5 .tagcolle-random.tagcolle-row,
  .tagcolle-wrap-col6 .tagcolle-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 .tagcolle-random.tagcolle-row,
  .tagcolle-wrap-col5 .tagcolle-random.tagcolle-row,
  .tagcolle-wrap-col6 .tagcolle-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 .tagcolle-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 .tagcolle-random.tagcolle-row {
    -webkit-column-count: 6;
    -ms-column-count: 6;
    -o-column-count: 6;
    column-count: 6;
  }
}


/* ==============================   xscroll(Splide)   ============================== */

.tagcolle-xscroll.splide {
}

.tagolle-xscroll-slider.splide__slider {
  position: relative;
}

tagcolle-xscroll-track.splide__track {
}

tagcolle-xscroll-list.splide__list {
}

.tagcolle-xscroll-arrows.splide__arrows {
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
  height: 0;
}

.tagcolle-xscroll-arrows.splide__arrows button {
  position: absolute;

  width: 40px;
  height: 40px;

  top: 0;

  font-size: 40px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;

  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
}

.tagcolle-xscroll-arrows.splide__arrows button.tagcolle-xscroll-prev.splide__arrow--prev {
  left: 5px;
}

.tagcolle-xscroll-arrows.splide__arrows button.tagcolle-xscroll-next.splide__arrow--next {
  right: 5px;
}

/* ==============================   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: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  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: tagcolle-rotate-left 1s linear infinite;
}

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

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

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

.tagcolle-likes {
  display: flex;
}
.tagcolle-heart {
  width: 15px; /* 正方形を作る */
  height: 15px; /* 正方形を作る */
  position: relative; /* 基準位置とする */
  padding: 2px;
}
.tagcolle-heart::before,
.tagcolle-heart::after {
  content: ""; /* 疑似要素に必須 */
  width: 50%; /* ハートの丸い部分の大きさにかかわる */
  height: 80%; /* ハートの高さにかかわる */
  background: #e0548e; /* ハートの色 */
  border-radius: 25px 25px 0 0; /* ハートの半円を生成 */
  display: block; /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
}
.tagcolle-heart::before {
  transform: rotate(-45deg); /* 左に回転 */
  left: 14%; /* 左からの位置を指定 */
}
.tagcolle-heart::after {
  transform: rotate(45deg); /* 右に回転 */
  right: 14%; /* 右からの位置を指定 */
}


/* ==============================   Loader   ============================== */
.tagcolle-modal-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 105000;
  background: rgba(0,0,0,.5);
  animation-name: tagcolle-modalopen;
  animation-duration: .5s;
}
.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: tagcolle-loader-scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: tagcolle-loader-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: tagcolle-loader-scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: tagcolle-loader-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: tagcolle-loader-scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: tagcolle-loader-scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@keyframes tagcolle-loader-scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/* ==============================   Common   ============================== */
.tagcolle-visually-hidden {
  display: none;
}

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