@charset "UTF-8";
/* ==========================================================================
	                           業種別ページ用
========================================================================== */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　各業種（業種別PRバナー）
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.gunre-banner {
  width: calc(100% - 20px);
  margin: 10px auto;
  padding: 0 !important;
}
.gunre-banner h4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px !important;
  padding: 5px 10px 3px !important;
  color: #fff;
}
.splide__slide img {
  height: 114px;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　各業種（TITLEヘッダー）
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.gunre-list {
  width: calc(100% - 20px);
  margin: 0 auto 10px;
  padding: 0 !important;
}
.gunre-list h4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding: 5px 10px 3px !important;
  color: #fff;
}
.gunre-list h4 a {
  color: #fff;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　1～3枠共通
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.newmark {
  position: absolute;
  top: -20px;
  left: 10px;
  background: #ff0000;
  color: #fff;
  padding: 5px 10px 4px 5px;
  border-top-right-radius: 10px;
  font-size: 110%;
  font-weight: 700;
}
.newmark i {
  font-weight: normal;
}
.newmark span {
  font-size: 95%;
  font-weight: normal;
  margin-left: 5px;
}
.newmark2 {
  border: 2px solid #ff0000 !important;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　1枠用
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.OneBox-contract {
  position: relative;
  width: 100%;
  border: 1px solid #CCC;
  margin-bottom: 20px;
  padding: 10px 10px 5px
}
.OneBox-contract .list-head {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 224, 240, 1.00);
  background: repeating-linear-gradient(0deg, white, white 20%, #ffe0f0 100%);
}
.OneBox-contract .list-head .list-title {
  width: calc(100% - 320px);
  height: 50px;
  text-align: left;
  padding: 7px 10px;
  color: #FF2DA0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 224, 240, 1.00);
  background: repeating-linear-gradient(0deg, white, white 20%, #ffe0f0 100%);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.OneBox-contract .list-head a {
  color: #ff7696;
  text-decoration: none;
}
.OneBox-contract .list-head .list-title p {
  margin: 0;
  padding: 0;
  font-size: .7rem;
  color: #333;
  font-weight: normal;
}
.OneBox-contract .list-banner {
  width: 320px;
  height: 50px;
  margin: 0;
  padding: 0
}
.OneBox-contract .list-banner a {
  display: block
}
.OneBox-contract .list-banner img {
  width: 100%;
  height: auto;
  max-height: 50px;
}
.OneBox-contract .list-banner2 {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 0
}
.OneBox-contract .list-banner2 img {
  width: 100%;
  height: 50px
}
.OneBox-contract .list-inner {
  width: 100%;
  padding-top: 10px;
  display: flex
}
.OneBox-contract .list-inner .main-img {
  width: 40%;
  display: flex;
  justify-content: flex-start;
}
.OneBox-contract .list-inner .main-img img {
  width: calc(100% / 3);
  height: auto;
  max-height: 90px;
  min-height: 90px;
  object-fit: cover;
  margin: 0 2px;
  border-radius: 20px;
  border: 1px solid #434343
}
@media (min-width: 1600px) {
  .OneBox-contract .list-inner .main-img img {
    max-height: 120px;
    min-height: 120px;
  }
}
.OneBox-contract .list-inner .main-info {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 20px;
  gap: 10px
}
.OneBox-contract .list-inner .main-info .main-inner {
  display: flex;
  line-height: 1.4rem;
  padding: 8px 0;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
  margin: 0
}
.OneBox-contract .list-inner .main-info .main-inner marquee {
  font-weight: 700;
}
/*.OneBox-contract .list-inner .main-info .main-inner span {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-weight: 700
}*/
.OneBox-contract .list-inner .main-info .main-inner i {
  width: 20px;
  margin-right: 5px;
  color: red;
  line-height: 1.4rem;
}
.OneBox-contract .list-inner .main-info .main-event {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-top: 5px;
  min-height: 20px;
}
.OneBox-contract .list-inner .main-info .main-event a {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: block;
  /*padding: 4px 5px 3px;*/
  margin-right: 5px;
  text-decoration: none;
  color: #FFF;
  cursor: auto;
  border-radius: 50%;
}
.OneBox-contract .cast-info {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
}
.OneBox-contract .cast-info .girls-capa {
  font-weight: 700;
}
.OneBox-contract .cast-info .girls-capa span {
  color: #ff0000;
  font-size: 120%;
  margin: 0 2px;
}
.OneBox-contract .cast-info .girls-today {
  font-weight: 700;
}
.OneBox-contract .cast-info .girls-today span {
  color: #ff0000;
  font-size: 120%;
  margin: 0 2px;
}
.event-campaign {
  background: #FFA900;
  border: #FFA900 1px solid;
}
.event-shame {
  background: #FF7696;
  border: #FF7696 1px solid;
}
.event-line {
  background: #1B9A11;
  border: #1B9A11 1px solid;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　3枠用
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.ThreeBox-contract {
  position: relative;
  width: 100%;
  border: 1px solid #CBB508;
  margin-bottom: 20px;
  padding: 10px;
  background: #FFF8C0;
}
.ThreeBox-contract .list-head {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 224, 240, 1.00);
  background: repeating-linear-gradient(0deg, #FFF8C0, #FFF8C0 20%, #CBB508 100%);
}
.ThreeBox-contract .list-head h3 {
  width: calc(100% - 200px);
  font-size: 1.2rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.ThreeBox-contract .list-head h3 a {
  color: #1D110E;
  text-decoration: none;
}
.ThreeBox-contract .list-head .list-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  color: #FF2DA0;
  font-size: 1.2rem;
}
.ThreeBox-contract .list-head .list-title p {
  margin: 0;
  padding: 0;
  font-size: .7rem;
  color: #333;
}
.ThreeBox-contract .list-head .cast-info {
  width: 200px;
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  background: #F5F5F5;
  box-shadow: 1px 1px #ccc
}
.ThreeBox-contract .list-head .cast-info p span {
  font-size: 120%;
  font-weight: 700;
  margin: 0;
}
.ThreeBox-contract .list-head .cast-info .girls-capa {
  width: 50%;
  text-align: center;
}
.ThreeBox-contract .list-head .cast-info .girls-capa p {
  margin: 0;
  padding: 2px 0 0;
  font-size: 90%;
}
.ThreeBox-contract .list-head .cast-info .girls-capa p:first-child {
  color: #fff;
  background: rgba(255, 0, 0, 1.00);
  border-right: 1px dashed #fff;
}
.ThreeBox-contract .list-head .cast-info .girls-capa p:last-child {
  border-right: 1px dashed #ccc;
}
.ThreeBox-contract .list-head .cast-info .girls-today {
  width: 50%;
  text-align: center;
}
.ThreeBox-contract .list-head .cast-info .girls-today p {
  padding: 2px 0 0;
  margin: 0;
  font-size: 90%;
}
.ThreeBox-contract .list-head .cast-info .girls-today p:first-child {
  color: #fff;
  background: rgba(255, 0, 0, 1.00);
  margin: 0;
}
.ThreeBox-contract .list-banner {
  width: 100%;
  height: 100%;
  margin: 0 0 5px;
  padding: 0
}
.ThreeBox-contract .list-banner a {
  display: block
}
.ThreeBox-contract .list-banner img {
  width: 100%;
  height: auto
}
.ThreeBox-contract .list-inner {
  width: 100%;
  display: flex
}
.ThreeBox-contract .list-inner .main-img {
  width: 131px;
  height: 175px;
  overflow: hidden
}
.ThreeBox-contract .ThreeBox-contract .list-inner .main-img img {
  width: 100%;
  height: 175px
}
.ThreeBox-contract .list-inner .main-img p {
  line-height: 24px
}
@media screen and (min-width:1400px) {
  .ThreeBox-contract .list-inner .main-img {
    width: 150px;
    height: 200px;
  }
}
.ThreeBox-contract .list-inner .pickup {
  width: 100%;
  text-align: center;
  color: #FFCE00;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.ThreeBox-contract .list-inner .main-info {
  width: calc(100% - 131px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 20px;
}
.ThreeBox-contract .list-inner .main-info .main-inner {
  display: flex;
  line-height: 1.4rem;
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343
}
.ThreeBox-contract .list-inner .main-info .main-inner marquee {
  font-weight: 700;
}
/*.ThreeBox-contract .list-inner .main-info .main-inner span {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-weight: 700
}*/
.ThreeBox-contract .list-inner .main-info .main-inner i {
  width: 20px;
  margin-right: 5px;
  color: red;
  line-height: 1.4rem;
}
.ThreeBox-contract .list-inner .main-info .main-event {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 5px 0;
}
.ThreeBox-contract .list-inner .main-info .main-event a {
  display: block;
  padding: 4px 15px 3px;
  margin-right: 5px;
  text-decoration: none;
  color: #FFF;
  cursor: auto;
  border-radius: 20px;
}
.ThreeBox-contract .list-inner .main-info .sub-img {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 2px 0 0
}
.ThreeBox-contract .list-inner .main-info .sub-img img {
  width: calc(100% / 5);
  height: 90px;
  max-height: 90px;
  object-fit: cover;
  margin: 0 5px;
  border-radius: 20px;
  border: 1px solid #434343
}
@media screen and (min-width:1400px) {
  .ThreeBox-contract .list-inner .main-info {
    width: calc(100% - 150px);
  }
  .ThreeBox-contract .list-inner .main-info .sub-img img {
    height: 115px;
    max-height: 115px;
  }
}
@media screen and (min-width:1600px) {
  .ThreeBox-contract .list-inner .main-info .main-event {
    margin: 10px 0 8px;
  }
  .ThreeBox-contract .list-inner .main-img {
    width: 180px;
    height: 240px;
  }
  .ThreeBox-contract .ThreeBox-contract .list-inner .main-img img {
    height: 240px
  }
  .ThreeBox-contract .list-inner .main-info {
    width: calc(100% - 180px);
  }
  .ThreeBox-contract .list-inner .main-info .sub-img img {
    height: 148px;
    max-height: 148px;
  }
}
.event-campaign {
  background: #FFA900;
  border: #FFA900 1px solid;
}
.event-shame {
  background: #FF7696;
  border: #FF7696 1px solid;
}
.event-line {
  background: #1B9A11;
  border: #1B9A11 1px solid;
}
.ThreeBox-contract .shop-add {
  position: relative;
  width: 100%;
  padding: 10px 10px 8px;
  margin-top: 10px;
  background-image: linear-gradient(-45deg, #fff 25%, #D0F3FF 25%, #D0F3FF 50%, #fff 50%, #fff 75%, #D0F3FF 75%, #D0F3FF);
  background-size: 4px 4px;
}
.ThreeBox-contract .shop-add:hover {
  background-image: linear-gradient(-45deg, #fff 25%, #FDC6FF 25%, #FDC6FF 50%, #fff 50%, #fff 75%, #FDC6FF 75%, #FDC6FF);
  background-size: 4px 4px;
}
.ThreeBox-contract .shop-add a {
  display: block;
  text-decoration: none
}
.ThreeBox-contract .shop-add p {
  font-weight: 700;
  color: #000FFF;
  width: calc(100% - 320px);
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
}
.ThreeBox-contract .shop-add .discount-rates {
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px 15px 6px;
  background: #fff;
  border: 2px solid #ff0000;
  border-radius: 8px;
  gap: 10px;
}
.ThreeBox-contract .shop-add .discount-rates .rates-before {
  color: #999;
  text-decoration: line-through;
}
.ThreeBox-contract .shop-add .discount-rates .rates-after {
  color: #ff0000;
  font-weight: 700;
}
.ThreeBox-contract .shop-add .discount-rates div span {
  font-size: 150%;
}
@media screen and (min-width:1199px) {
  .ThreeBox-contract .shop-add .discount-rates div span {
    font-size: 150%;
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　無料店
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.free-store {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 15px
}
.shop-info-free {
  width: calc((100% / 3) - 10px);
  border: 1px solid #CCC;
  padding: 10px
}
.list-head-free {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column
}
.list-banner-free {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0
}
.list-banner-free img {
  width: 100%;
  height: 40px;
  max-height: 50px
}
.list-title-free {
  width: 100%;
  height: 40px;
  text-align: left;
  padding: 5px;
  margin-bottom: 5px;
  color: #333;
  font-size: 0.8rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(218, 218, 218, 1.00);
  background: repeating-linear-gradient(0deg, white, white 60%, #ccc 100%);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4
}
.list-title-free p {
  margin: 0;
  padding: 0;
  font-size: .7rem;
  color: #333
}
.list-title-free a {
  color: #444;
  text-decoration: none;
}
.list-inner-free {
  width: 100%;
  padding-top: 5px;
  display: flex
}
.list-inner-free .pickup {
  text-align: center;
  color: #FFCE00;
  background: rgba(0, 0, 0, 0.45);
  position: relative;
  top: -24px
}
.main-info-free {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0;
  gap: 10px
}
.info-inner-free {
  line-height: 1.4rem;
  padding: 8px 0;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343
}
.info-inner-free span {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-weight: 700
}
.info-inner-free span i {
  margin-right: 5px;
  color: red
}
.sub-img-free {
  display: flex;
  justify-content: space-between;
  margin: 0
}
.sub-img-free > span {
  width: calc(100% / 3);
  margin: 0 5px;
  border-radius: 20px;
  border: 1px solid #434343;
  overflow: hidden
}
.sub-img-free img {
  width: calc((100% / 3) - 2px);
  height: 65px;
  max-height: 65px;
  object-fit: cover;
  margin: 0 1px;
  border-radius: 20px;
  border: 1px solid #434343
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {
  .sub-img-free img {
    max-height: 85px;
    height: 85px;
  }
}
@media (min-width: 1600px) {
  .sub-img-free img {
    max-height: 100px;
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　無料店　※90日未ログイン
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.free-90over {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 15px
}
.shop-info-90over {
  width: calc((100% / 3) - 10px);
  background: #FCFCFC;
  border: 1px solid #CCC;
  padding: 5px 8px;
}
.list-head-90over {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column
}
.list-title-90over {
  width: 100%;
  height: 40px;
  text-align: left;
  padding: 5px;
  margin-bottom: 5px;
  color: #333;
  font-size: 0.8rem;
  font-weight: 700;
  /*border-bottom: 1px solid rgba(218, 218, 218, 1.00);
  background: repeating-linear-gradient(0deg, white, white 60%, #ccc 100%);*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.6
}
.list-title-90over p {
  margin: 0;
  padding: 0;
  font-size: .7rem;
  color: #333
}
.list-title-90over a {
  color: #444;
  text-decoration: none;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　スライドショー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.ThreeBox-contract .list-inner .main-img {
  position: relative;
}
.ThreeBox-contract .list-inner .main-img .slideshow {
  position: absolute;
  width: 131px;
  height: 175px;
  overflow: hidden;
}
.ThreeBox-contract .list-inner .main-img .slideshow-image {
  position: absolute;
  width: 131px;
  height: 175px;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  opacity: 1;
  transform: scale(1.2);
}
.ThreeBox-contract .list-inner .main-img .slideshow-image:nth-child(1) {
  -webkit-animation-name: pickup-1;
  animation-name: pickup-1;
  z-index: 3;
}
.ThreeBox-contract .list-inner .main-img .slideshow-image:nth-child(2) {
  -webkit-animation-name: pickup-2;
  animation-name: pickup-2;
  z-index: 2;
}
.ThreeBox-contract .list-inner .main-img .slideshow-image:nth-child(3) {
  -webkit-animation-name: pickup-3;
  animation-name: pickup-3;
  z-index: 1;
}
.ThreeBox-contract .list-inner .main-img .slideshow-image:nth-child(4) {
  -webkit-animation-name: pickup-4;
  animation-name: pickup-4;
  z-index: 0;
}
.ThreeBox-contract .list-inner .main-img .slideshow-image:nth-child(5) {
  -webkit-animation-name: pickup-5;
  animation-name: pickup-5;
  z-index: 0;
}
@media screen and (min-width:1400px) {
  .ThreeBox-contract .list-inner .main-img .slideshow {
    width: 150px;
    height: 200px;
  }
  .ThreeBox-contract .list-inner .main-img .slideshow-image {
    width: 150px;
    height: 200px;
  }
}
@-webkit-keyframes pickup-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}
@keyframes pickup-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pickup-2 {
  23.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes pickup-2 {
  23.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes pickup-3 {
  48.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes pickup-3 {
  48.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes pickup-4 {
  73.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes pickup-4 {
  73.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@-webkit-keyframes pickup-5 {
  73.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes pickup-5 {
  73.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@media (min-width: 1600px) {
  .ThreeBox-contract .list-inner .main-img .slideshow {
    width: 180px !important;
    height: 240px !important;
  }
  .ThreeBox-contract .list-inner .main-img .slideshow img {
    width: 180px !important;
    height: 240px !important;
  }
  .ThreeBox-contract .list-inner .main-img .slideshow-image {
    width: 180px !important;
    height: 240px !important;
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　各アイコンの説明
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.icon-setsumei {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 80%;
  margin-bottom: 5px;
}
.icon-setsumei span {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 65%;
  text-align: center;
  display: block;
  margin-right: 5px;
  text-decoration: none;
  color: #FFF;
  cursor: auto;
  border-radius: 50%;
  margin-left: 3px;
}