@charset "UTF-8";
/** pxからvwへ変換関数 **/
.section-detail .title {
  text-align: left;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}

.section-detail .title .icon {
	width: 75px;
	height: 75px;
	margin-right: 1rem;
}

.section-detail .title h1 {
  font-size: 2.7rem;
}

.section-detail .detail-info {
  width: 75%;
}

.section-detail .tag li {
  display: inline-block;
}

.section-detail .tag li::after {
	content: "/";
}

.section-detail .tag li:last-child::after {
	content: none;
}

.section-detail .style-info {
  margin-top: 4rem;
  font-size: 1.4rem;
}

.section-detail .style-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-detail .style-info .all-tag {
  margin-top: 2rem;
}

.section-detail .style-info .all-tag li {
  display: inline-block;
  padding: .3rem 2rem;
  border: 1px solid #333;
  border-radius: 30px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.section-detail .chart-box {
  background-color: #fff;
  padding: 5rem 3rem 2rem;
  position: relative;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  margin-bottom: 2rem;
}

.section-detail .chart-box .img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-detail .category {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}

.section-detail .content-search {
  position: relative;
  background-color: #333;
  border-radius: 8px;
  padding: .5rem;
}

.section-detail .content-search .row {
	border-radius: 8px;
	overflow: hidden;
}

.section-detail .content-search .bg-black {
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.5rem;
}

.section-detail .content-search .bg-black svg {
  margin-right: 1rem;
}

.section-detail .content-search .search {
  width: 100%;
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.section-detail .content-search .search:before {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FF6D38;
  pointer-events: none;
}

.section-detail .content-search .search select {
  width: 100%;
  font-size: 1.5rem;
  padding: 1.3rem 1.7rem;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.section-detail .btn-links {
  margin-top: 3rem;
}

.section-detail .btn-links h3 {
  margin-bottom: 2rem;
}

.section-detail .btn-links a {
  color: #fff;
  background-color: #333;
  display: block;
  width: 48%;
  text-align: center;
  padding: 1.5rem 0;
  border-radius: 8px;
  position: relative;
}

.section-detail .btn-links a:hover {
	background-color: #5a5a5a;
}

.section-detail .btn-links a svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
}

.section-detail .btn-links a span {
  font-size: 1.4rem;
  display: block;
  margin-top: .3rem;
}

.same-coordinate {
  border-top: 1px solid #DBDBDB;
  padding-top: 8rem;
  margin-top: 8rem;
  width: 100%;
}

.same-coordinate h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.same-coordinate > .row {
  gap: 2rem;
}

.same-coordinate .col-03 {
  width: 22%;
}

.same-coordinate .img {
  position: relative;
}

.same-coordinate .img img {
  border-radius: 8px;
}

.same-coordinate .img .num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #fff;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-weight: 700;
}

.same-coordinate .img .bg-gold {
  color: #fff;
  background-color: #D8B939;
}

.same-coordinate .img .bg-silver {
  color: #fff;
  background-color: #B1B1B1;
}

.same-coordinate .img .bg-bronze {
  color: #fff;
  background-color: #A87F34;
}

.same-coordinate h3 {
  color: #fff;
  font-size: 1.6rem;
}

.same-coordinate .tags li {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
}

.same-coordinate .tags li::after {
	content: "/";
}

.same-coordinate .tags li:last-child::after {
	content: none;
}

.bg {
  padding: 1.5rem;
  background-color: #ccc;
  border-radius: 8px;
  display: block;
}

.bg img {
  border-radius: 8px;
}

/*style01*/
.bg-suit-style01-men,
.bg-suit-style01-women
 {
  background-color: #7C60C7;
}

/*style02*/
.bg-suit-style02-men,
.bg-suit-style02-women
 {
  background-color: #B5A4E5;
}

/*style03*/
.bg-suit-style03-men,
.bg-suit-style03-women
 {
  background-color: #4165D9;
}

/*style04*/
.bg-suit-style04-men,
.bg-suit-style04-women
 {
  background-color: #899FE9;
}

/*style05*/
.bg-suit-style05-men,
.bg-suit-style05-women
 {
  background-color: #008BD8;
}

/*style06*/
.bg-suit-style06-men,
.bg-suit-style06-women
 {
  background-color: #81C8F0;
}

/*style07*/
.bg-suit-style07-men,
.bg-suit-style07-women
 {
  background-color: #C75125;
}

/*style08*/
.bg-suit-style08-men,
.bg-suit-style08-women
 {
  background-color: #C73D8C;
}

/*style09*/
.bg-suit-style09-men,
.bg-suit-style09-women
 {
  background-color: #8AC61A;
}

/*style10*/
.bg-suit-style10-men,
.bg-suit-style10-women
 {
  background-color: #C9D810;
}

/*style11*/
.bg-suit-style11-men,
.bg-suit-style11-women
 {
  background-color: #F0AE53;
}

.legend p {
	font-size: 1.4rem;
	justify-content: flex-end;
}

.legend p span {
	width: 25px;
    height: 10px;
    display: block;
    margin-right: .5rem;
}

.wrap-chart {
    width: 100%;
    height: 300px;
}
.canvas-container {
    position: relative;
    width:  100%;
    height: 300px;
    overflow: hidden;
}

@media screen and (min-width: 541px) {
	.logo {
		display: none;
	}
}

@media screen and (max-width: 540px) {
	main {
		padding-bottom: 10rem;
	}
	.Swipe {
		padding-bottom: 4rem;
	}
	.Swipe .swiper-pagination-progressbar {
		bottom: -3rem;
	}
	.section-detail .detail-info {
		width: 100%;
	}
	.style-info {
		margin-bottom: 8rem;
	    padding-bottom: 4rem;
	    border-bottom: 1px solid #DBDBDB;
	}
	.section-detail .chart-box .img {
		width: 80%;
	}
	.section-detail .chart-box {
		padding: 3rem 1rem;
	}
	.section-detail .btn-links a {
		width: 100%;
	}
	.section-detail .btn-links a:first-child {
		margin-bottom: 2rem;
	}
	.same-coordinate {

	}
	.header--sticky {
		padding: 2rem 4.5vw;
		background-color: #fff;
	}
	.section-detail .title .icon {
		width: 50px;
		height: 50px;
	}
	.section-detail .title h1 {
		font-size: 6.2vw;
	}
	.bg {
		padding: 2.66667vw;
	}
	.same-coordinate h3 {
		font-size: 2.66667vw;
	}
	.same-coordinate .tags {
		font-size: 2.66667vw;
	}
	.same-coordinate {
		padding-top: 4rem;
		margin-top: 4rem;
	}
}

/*# sourceMappingURL=detail.css.map */