@charset "utf-8";

main , main section { max-width: none; }
main img { width: 100%; height: auto; }
main p { text-align: left; }
main a { text-decoration: none; color: inherit; }
main ul , main li { list-style: none; }
.section-eyecatch { max-width: none; width: auto; margin-top: 0; background: #FFF; padding: 60px 0; }
.section-eyecatch img { width: 100%; height: auto; }
.section-eyecatch a { text-decoration: none; }
.section-footer-contact div a img , .section-footer-contact div img {
  width: 46px; height: auto; }

/* font */
#product-athletes .heading,#product-worldtimer .heading ,
#product-athletes .product-overview h4,#product-worldtimer .product-overview h4 ,
#product-athletes p,#product-worldtimer p ,
#product-athletes li,#product-worldtimer li ,
#product-athletes a,#product-worldtimer a ,
#product-athletes span,#product-worldtimer span {
  font-size: 16px; font-family: "Noto Sans JP", sans-serif; font-weight: 400; line-height: 1.8; list-style: none; text-decoration: none; }

/* 共通 */
#product-athletes.section,#product-worldtimer.section {
  background: #FFF;
}
#product-athletes .section-inner,#product-worldtimer .section-inner {
  padding: 100px 20px;
}
#product-athletes .section-inner--gry,#product-worldtimer .section-inner--gry {
  background: #F8F8F8;
  padding-bottom: 60px;
}
#product-athletes .heading,#product-worldtimer .heading {
  display: block;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 20px;
  letter-spacing: .05em;
}
#product-athletes .heading::before,#product-worldtimer .heading::before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  max-width: 320px;
  width: 100%;
  height: 142px;
  background: url(../images/sale/summer-sportswatch-2024/icon-heading.png) no-repeat center;
  background-size: contain;
}
#product-athletes .lead,#product-worldtimer .lead {
  text-align: center;
}
#product-athletes .product-overview,#product-worldtimer .product-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vw;
  max-height: 600px;
  padding-left: 50%;
  background: #090909;
  position: relative;
}
#product-athletes .product-overview::before,#product-worldtimer .product-overview::before {
  content: "";
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#product-athletes .product-overview::before {
  background-image: url(../images/sale/summer-sportswatch-2024/pic-section-img_1.jpg);
  background-position: bottom right;
}
#product-worldtimer .product-overview::before {
  background-image: url(../images/sale/summer-sportswatch-2024/pic-section-img_2.jpg);
  background-position: bottom center;
}
#product-athletes .product-overview::after,#product-worldtimer .product-overview::after {
  content: "";
  width: 20px;
  height: 100px;
  background: url(../images/sale/summer-sportswatch-2024/icon-line.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
#product-athletes .product-overview div,#product-worldtimer .product-overview div {
  max-width: clamp(400px, 24vw, 600px);
  margin: 0 40px;
  letter-spacing: .05em;
}
#product-athletes .product-overview h4,#product-worldtimer .product-overview h4 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #FFFFFF;
}
#product-athletes .product-overview p,#product-worldtimer .product-overview p {
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
}
.pc-block { display: block;}
.sp-block { display: none;}

/*背景色が伸びて出現（共通）*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  opacity:0;
}
@keyframes bgextendAnimeBase{
  from { opacity:0; }
  to { opacity:1; }
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:0.5s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond{
  0% { opacity: 0; }
  100% { opacity: 1;}
}

/*左から*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  content: "";
  position: absolute;
  width: 100vw;
  height: calc(100% - 40px);
  margin: 0 -20px;
  background: linear-gradient(90deg, rgba(188,0,45,1) 77%, rgba(169,0,40,1) 77%);
}
@keyframes bgLRextendAnime{
  0% { transform-origin:left; transform:scaleX(0);}
  50% { transform-origin:left; transform:scaleX(1);}
  50.001% { transform-origin:right; }
  100% { transform-origin:right; transform:scaleX(0);}
}
@media screen and (max-width: 767px) {
  .bgLRextend::before{ height: calc(100% - 30px);}
}
@media screen and (max-width: 767px) {
  #product-athletes .section-inner , #product-worldtimer .section-inner {
    padding: 50px 10px;
  }
  #product-athletes .heading , #product-worldtimer .heading {
    font-size: 24px;
  }
  #product-athletes .heading::before,#product-worldtimer .heading::before {
    width: 200px;
    height: 92px;
    margin-bottom: 10px;
  }
  #product-athletes .lead,#product-worldtimer .lead {
    text-align: left;
  }
  #product-athletes .product-overview,#product-worldtimer .product-overview {
    height: auto;
    max-height: unset;
    padding-left: 0;
  }
  #product-athletes .product-overview::before,#product-worldtimer .product-overview::before {
    width: 100%;
    height: 65vw;
    max-height: 270px;
    position: unset;
  }
  #product-athletes .product-overview::after,#product-worldtimer .product-overview::after {
    width: 10px;
    height: 50px;
    top: -25px;
  }
  #product-athletes .product-overview div,#product-worldtimer .product-overview div {
    max-width: 100%;
    margin: 40px 20px;
  }
  #product-athletes .product-overview h4,#product-worldtimer .product-overview h4 {
    font-size: 22px;
  }
  .pc-block { display: none;}
  .sp-block { display: block;}
}

/* MV */
.mv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(600px, 60vw, 700px);
  padding: 0 20px;
  background-color: #BC002D;
  position: relative;
}
.mv::before,.mv::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mv::before {
  height: clamp(270px, 27vw, 490px);
  width: clamp(442px, 44vw, 803px);
  background-image: url(../images/sale/summer-sportswatch-2024/pic-mv-bg_01.png);
  left: 0;
  top: 0;
}
.mv::after {
  height: clamp(344px, 34vw, 634px);
  width: clamp(566px, 56vw, 1043px);
  background-image: url(../images/sale/summer-sportswatch-2024/pic-mv-bg_02.png);
  right: 0;
  bottom: 0;
}
.mv-ttl {
  max-width: 992px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.mv-ttl::after {
  content: "";
  display: block;
  width: 252px;
  height: 349px;
  margin-left: 20px;
  background: url(../images/sale/summer-sportswatch-2024/pic-title-watch.png) no-repeat center ;
  background-size: contain;
  filter:drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .mv {
    height: 100%;
    padding-bottom: 124px;
  }
  .mv::before {
    height: clamp(195px, 40vw, 270px);
    width: clamp(320px, 65vw, 442px);
  }
  .mv::after {
    height: clamp(245px, 49vw, 634px);
    width: clamp(402px, 80vw, 1043px);
  }
  .mv-ttl {
    flex-direction: column;
    position: relative;
    padding-top:  clamp(250px, 37vw, 270px);
    z-index: 1;
  }
  .mv-ttl::after {
    width: clamp(130px, 27vw, 200px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    margin-left: 0;
  }
}

/* 商品群 */
#product-athletes .product-list-wrap,#product-worldtimer .product-list-wrap {
  position: relative;
  z-index: 1;
}
#product-athletes .product-list-wrap:nth-child(1)::after ,
#product-athletes .product-list-wrap:nth-child(2)::after ,
#product-athletes .product-list-wrap:nth-child(3)::after ,
#product-worldtimer .product-list-wrap:nth-child(1)::after ,
#product-worldtimer .product-list-wrap:nth-child(2)::after ,
#product-worldtimer .product-list-wrap:nth-child(3)::after {
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: -1;
  position: absolute;
  bottom: 0;
}
#product-athletes .product-list-wrap:nth-child(1)::after {
  max-width: 395px;
  height: 334px;
  background-image: url(../images/sale/summer-sportswatch-2024/pic-section-bg_1.png) ;
  left: 0;
}
#product-athletes .product-list-wrap:nth-child(2)::after {
  max-width: 295px;
  height: 565px;
  background-image: url(../images/sale/summer-sportswatch-2024/pic-section-bg_2.png) ;
  right: 0;
}
#product-athletes .product-list-wrap:nth-child(3)::after {
  max-width: 228px;
  height: 466px;
  background-image: url(../images/sale/summer-sportswatch-2024/pic-section-bg_3.png) ;
  left: 0;
}
#product-worldtimer .product-list-wrap:nth-child(1)::after {
  max-width: 492px;
  height: 436px;
  background-image: url(../images/sale/summer-sportswatch-2024/pic-section-bg_4.png) ;
  right: 0;
}
#product-worldtimer .product-list-wrap:nth-child(2)::after {
  max-width: 286px;
  height: 455px;
  background-image: url(../images/sale/summer-sportswatch-2024/pic-section-bg_5.png) ;
  left: 0;
}
#product-worldtimer .product-list-wrap:nth-child(3)::after {
  max-width: 351px;
  height: 329px;
  background-image: url(../images/sale/summer-sportswatch-2024/pic-section-bg_6.png) ;
  z-index: -1;
  right: 0;
}
#product-athletes .product-list,#product-worldtimer .product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
#product-athletes .product-item,#product-worldtimer .product-item {
  display: flex;
  width: calc((100% - 60px) / 4);
  margin-bottom: 40px;
}
#product-athletes .product-item a,#product-worldtimer .product-item a {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  transition: all .2s;
}
#product-athletes .product-item a:hover,#product-worldtimer  .product-item a:hover {
  transform: translateY(-20px);
  box-shadow: 0px 35px 15px 0px rgba(0, 0, 0, 0.1);
}
#product-athletes .product-item a:hover .product-title,#product-worldtimer .product-item a:hover .product-title ,
#product-athletes .product-item a:hover .product-attributes,#product-worldtimer .product-item a:hover .product-attributes ,
#product-athletes .product-item a:hover .product-info,#product-worldtimer .product-item a:hover .product-info ,
#product-athletes .product-item a:hover .product-price,#product-worldtimer .product-item a:hover .product-price  {
  opacity: .9;
}
#product-athletes .product-img,#product-worldtimer .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  background: #FFF;
}
#product-athletes .product-img img,#product-worldtimer .product-img img {
  max-width: 200px;
}
#product-athletes .product-title,#product-worldtimer .product-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px;
  background: #090909;
  min-height: 120px;
}
#product-athletes .product-maker,#product-worldtimer .product-maker {
  letter-spacing: .2em;
  line-height: 1.2;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 500;
  color: #FFF;
}
#product-athletes .product-name,#product-worldtimer .product-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#product-athletes .product-name span,#product-worldtimer .product-name span {
  font-weight: 500;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
}
#product-athletes .product-attributes,#product-worldtimer .product-attributes {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  letter-spacing: .2em;
  background: #A90028;
}
#product-athletes .product-attributes li,#product-worldtimer .product-attributes li {
  width: 50%;
  color: #FFF;
  text-align: center;
}
#product-athletes .product-attributes li:first-child,#product-worldtimer .product-attributes li:first-child {
  border-right: solid 1px #FFF;
}
#product-athletes .product-info,#product-worldtimer .product-info {
  padding: 20px;
  color: #FFF;
  letter-spacing: 0;
  background: #BC002D;
  flex-grow: 1;
}
#product-athletes .product-price,#product-worldtimer .product-price {
  font-size: 22px;
  line-height: 1.2;
  color: #FFF;
  padding: 10px 20px;
  background: #BC002D;
  white-space: nowrap;
  display: none;/* 掲載終了後対応 */
}
#product-athletes .product-price::before,#product-worldtimer .product-price::before {
  content: "";
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background: #FFF;
}
#product-athletes .product-price span,#product-worldtimer .product-price span {
  display: inline-block;
  padding: 0 5px;
  font-family: "Roboto Condensed";
  font-size: clamp(18px, 2.4vw, 32px);
  font-weight: 700;
  color: #FFF;
  transform: translateY(.025em);
}
#product-athletes .product-price .tax,#product-worldtimer .product-price .tax {
  font-size: 12px;
  line-height: 1;
}
#product-worldtimer .section-inner--gry {
  padding-bottom: 300px;
  position: relative;
}
#product-worldtimer .section-inner--gry::after {
  content: "";
  width: 100%;
  max-width: 2600px;
  height: 230px;
  opacity: .1;
  background: url(../images/sale/summer-sportswatch-2024/pic-section-bg_7.png) no-repeat bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1700px) {
  #product-athletes .product-list-wrap,#product-worldtimer .product-list-wrap {
    padding-top: 160px;
  }
  #product-athletes .product-list-wrap:first-child,#product-worldtimer .product-list-wrap:first-child {
    padding-top: 140px;
  }
  #product-athletes .product-list-wrap:nth-child(1)::after ,
  #product-athletes .product-list-wrap:nth-child(2)::after ,
  #product-athletes .product-list-wrap:nth-child(3)::after ,
  #product-worldtimer .product-list-wrap:nth-child(1)::after ,
  #product-worldtimer .product-list-wrap:nth-child(2)::after ,
  #product-worldtimer .product-list-wrap:nth-child(3)::after {
    background-position: top center;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    bottom: unset;
  }
  #product-athletes .product-list-wrap:nth-child(1)::after {
    max-width: clamp(200px, 43vw, 395px);
    transform: translate(-50% , -105px);
  }
  #product-athletes .product-list-wrap:nth-child(2)::after {
    max-width: clamp(200px, 26vw, 295px);
    transform: translate(-63% , -50px);
  }
  #product-athletes .product-list-wrap:nth-child(3)::after {
    max-width: clamp(146px, 20vw, 228px);
    transform: translate(-50% , -50px);
  }
  #product-worldtimer .product-list-wrap:nth-child(1)::after {
    max-width: clamp(240px, 36vw, 492px);
    transform: translate(-50% , -80px);
  }
  #product-worldtimer .product-list-wrap:nth-child(2)::after {
    max-width: clamp(180px, 25vw, 286px);
    transform: translate(-50% , -25px);
  }
  #product-worldtimer .product-list-wrap:nth-child(3)::after {
    max-width: clamp(180px, 33vw, 350px);
    transform: translate(-50% , -50px);
  }
}
@media screen and (max-width: 767px) {
  #product-athletes .product-list-wrap,#product-worldtimer .product-list-wrap {
    padding-top: 25%;
  }
  #product-athletes .product-list-wrap:first-child,#product-worldtimer .product-list-wrap:first-child {
    padding-top: 20%;
  }
  #product-athletes .product-list-wrap:nth-child(1)::after {
    transform: translate(-50% , -60px);
  }
  #product-athletes .product-list-wrap:nth-child(2)::after {
    transform: translate(-88% , -40px);
  }
  #product-athletes .product-list-wrap:nth-child(3)::after {
    transform: translate(-50% , -15px);
  }
  #product-worldtimer .product-list-wrap:nth-child(1)::after {
    transform: translate(-50% , -40px);
  }
  #product-worldtimer .product-list-wrap:nth-child(2)::after {
    transform: translate(-50% , -15px);
  }
  #product-worldtimer .product-list-wrap:nth-child(3)::after {
    transform: translate(-50% , -36px);
  }
  #product-athletes .product-item,#product-worldtimer .product-item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 30px;
  }
  #product-athletes .product-item a:hover,#product-worldtimer .product-item a:hover {
    transform: translateY(0);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  }
  #product-athletes .product-item a:hover .product-title,#product-worldtimer .product-item a:hover .product-title ,
  #product-athletes .product-item a:hover .product-attributes,#product-worldtimer .product-item a:hover .product-attributes ,
  #product-athletes .product-item a:hover .product-info,#product-worldtimer .product-item a:hover .product-info ,
  #product-athletes .product-item a:hover .product-price,#product-worldtimer .product-item a:hover .product-price  {
    opacity:unset;
  }  
  #product-athletes .product-title,#product-worldtimer .product-title {
    min-height: 132px;
  }
  #product-athletes .product-name span,#product-worldtimer .product-name span {
    font-size: 14px;
    line-height: 1.2;
  }
  #product-athletes .product-attributes li,#product-worldtimer .product-attributes li {
    font-size: 14px;
  }
  #product-athletes .product-info,#product-worldtimer .product-info {
    line-height: 1.4;
    font-size: 14px;
    padding: 20px 10px;
  }
  #product-athletes .product-price,#product-worldtimer .product-price {
    font-size: 12px;
    padding: 10px;
  }
  #product-athletes .product-price span,#product-worldtimer .product-price span {
    font-size: clamp(14px, 4.5vw, 32px);
  }
  #product-worldtimer .section-inner--gry {
    padding-bottom: 160px;
  }
  #product-worldtimer .section-inner--gry::after {
    height: 130px;
  }
}


