@charset "utf-8";

.h_bar, 
#beltbnr {
	display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

#specialty {
  text-align: center;
}
#specialty h1, #specialty h2, #specialty h3, #specialty h4, #specialty h5, #specialty p, #specialty span, #specialty ul, #specialty li, #specialty a {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#specialty a:hover img {
  opacity: 1 !important;
}


/*--SP--*/
@media only screen and (max-width: 767px) {
.sp {
  display: block;
}
.pc {
  display: none;
}

/* MAIN */
main {
  width: 100%;
  margin: 0 auto;
}

/* KV */
.kv {
  width: 100%;
  margin: 0 auto 30px;
}

/* LEAD */
.lead {
  width: calc(100% - 40px);
  margin: 0 auto 60px;
}
.lead p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  text-align: justify;
}
.lead p br {
  display: none;
}

/* RANKING */
.ranking section {
  width: calc(100% - 40px);
  margin: 0 auto 60px;
}
.ranking section:last-child {
  width: calc(100% - 40px);
  margin: 0 auto 100px;
}

.ranking .title {
  width: 100%;
  margin: 0 auto 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: center;
}
.ranking .title div:first-child {
  text-align: left;
}
.ranking .title div:last-child {
  text-align: right;
}

.ranking .sub-title {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #cccccc;
}
.ranking .sub-title h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.ranking .sub-title h2:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 15px;
  background-image: url(/campaign/2024/shipsw_1211/images/check.png);
  background-size: contain;
  margin-right: 5px;
}

.ranking .content {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.ranking .content .image {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
.ranking section:nth-child(odd) .content .item img {
  border-radius: 30px 0 30px 0;
}
.ranking section:nth-child(even) .content .item img {
  border-radius: 0 30px 0 30px;
}
.ranking .content .icon {
  width: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.ranking .content .text {
  width: 100%;
  margin: 0 auto;
}
.ranking .content .caption p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
.ranking .content .caption span {
  font-weight: 700;
}
.ranking .content .credit-all > div:last-child {
  margin-top: 15px;
}
.ranking .content .credit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ranking .content .credit a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.ranking .content .credit .name {
  text-align: left;
}
.ranking .content .credit .name br {
  display: none;
}
.ranking .content .credit .btn {
  padding-left: 20px;
  border-left: 1px solid #000000;
}

/* RELATED LINK */
.relatedLink {
  width: calc(100% - 40px);
  margin: 0 auto 100px;
}
.relatedLink a {
  width: 100%;
  height: 60px;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 60px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #000000;
  border-radius: 50px;
  background-color: #000000;
  transition: background 1s;
}
.relatedLink a:hover {
  color: #000000;
  background-color: #ffffff;
}

}


/*--PC--*/
@media only screen and (min-width: 768px) {
.sp {
  display: none;
}
.pc {
  display: block;
}

/* MAIN */
main {
  width: 900px;
  margin: 0 auto;
}

/* KV */
.kv {
  width: 100%;
  margin: 0 auto 60px;
}

/* LEAD */
.lead {
  width: 100%;
  margin: 0 auto 120px;
}
.lead p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  text-align: center;
}

/* RANKING */
.ranking section {
  width: 800px;
  margin: 0 auto 120px;
}

.ranking .title {
  width: 100%;
  margin: 0 auto 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: center;
}

.ranking .sub-title {
  width: 740px;
  margin: 0 auto 30px;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #cccccc;
}
.ranking .sub-title h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.ranking .sub-title h2:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 15px;
  background-image: url(/campaign/2024/shipsw_1211/images/check.png);
  background-size: contain;
  margin-right: 5px;
}

.ranking .content {
  width: 100%;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
}
.ranking .content .image {
  width: 450px;
  margin: 0 auto;
  position: relative;
}
.ranking section:nth-child(odd) .content .image {
  order: 1;
}
.ranking section:nth-child(even) .content .image {
  order: 0;
}
.ranking section:nth-child(odd) .content .item img {
  border-radius: 30px 0 30px 0;
}
.ranking section:nth-child(even) .content .item img {
  border-radius: 0 30px 0 30px;
}
.ranking .content .icon {
  width: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.ranking .content .text {
  width: 300px;
  margin: 0 auto 30px;
}
.ranking .content .caption p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
.ranking .content .caption span {
  font-weight: 700;
}
.ranking .content .credit-all > div:last-child {
  margin-top: 15px;
}
.ranking .content .credit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ranking .content .credit a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.ranking .content .credit .name {
  text-align: left;
}
.ranking .content .credit .btn {
  padding-left: 20px;
  border-left: 1px solid #000000;
}

/* RELATED LINK */
.relatedLink {
  width: 400px;
  margin: 0 auto 100px;
}
.relatedLink a {
  width: 100%;
  height: 60px;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 60px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #000000;
  border-radius: 50px;
  background-color: #000000;
  transition: background 1s;
}
.relatedLink a:hover {
  color: #000000;
  background-color: #ffffff;
}

}

/*--SP/PC共通--*/
/*--マーカーアニメーション--*/
.marker {
  background: linear-gradient(transparent 50%, rgba(227, 171, 0, 0.6) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
.marker.on {
  background-size: 100% 100%;
}
/*--フェードイン--*/
.fadeIn {
  opacity: 0;
  transform: translate(0, 40px);
  transition: 2s;
}
.fadeIn.active {
  opacity: 1;
  transform: translate(0, 0);
}