﻿.golf-novelty > :where(section) {
  margin-top: 100px;
  margin-bottom: 100px;
}

:where(.noveltygoods-inner) {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 300;
  line-height: calc(39.6/22);
}

.align-right{
  text-align: right;
}

@media screen and (max-width:767px) {
  .golf-novelty > :where(section) {
    margin-top: calc(100px*var(--per));
    margin-bottom: calc(100px*var(--per));
  }

  :where(.noveltygoods-inner) {
    margin: 0 calc(50px*var(--per));
    font-size: calc(24px*var(--per));
    font-weight: 400;
    line-height: calc(43.2/24);
  }
}

#noveltygoods-slider.noveltygoods-kv-slider{
  aspect-ratio: 1200/520;
  padding-bottom: 50px;
}

@media screen and (max-width:767px) {
  #noveltygoods-slider.noveltygoods-kv-slider{
    aspect-ratio: 750/435;
    padding-bottom: calc(60px*var(--per));
  }
}

#noveltygoods-slider .swiper-pagination-bullet{
  background: #D9D9D9;
  opacity: 1;
  width: 13px;
  height: 13px;
  margin: 0 10px;
}

#noveltygoods-slider .swiper-pagination-bullet-active{
  background: #808080;
}

@media screen and (max-width:767px) {
  #noveltygoods-slider .swiper-pagination{
    display: block;
    height: auto;
  }

  #noveltygoods-slider .swiper-pagination-bullet{
    width: calc(16px*var(--per));
    height: calc(16px*var(--per));
    margin: 0 calc(6.5px*var(--per));
    border: none;
  }
}

h2.noveltygoods-heading {
  display: flex;
  align-items: flex-start;
  height: 58px;
  margin-bottom: 32px;
  padding: 0.2em 0;
  border-bottom: 1px solid #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
}

h3 {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 400;
  line-height: calc(43.2/26);
}

@media screen and (max-width:767px) {
  h2.noveltygoods-heading {
    height: calc(77px*var(--per));
    margin-bottom: calc(32px*var(--per));
    font-size: calc(34px*var(--per));
  }

  h3 {
    margin-bottom: calc(8px*var(--per));
    font-size: calc(28px*var(--per));
    font-weight: 400;
    line-height: calc(50.4/28);
  }
}

.noveltygoods-intro {
  margin-bottom: 70px;
}

.noveltygoods-intro-list-item:last-child {
  padding-top: 56px;
}

.noveltygoods-intro-sup{
  margin-top: 34px;
  font-size: 18px;
  line-height: calc(27/18);
}

@media screen and (max-width:767px) {
  .noveltygoods-intro {
    margin-bottom: 50px;
  }

  .noveltygoods-intro-list-item:last-child {
    padding-top: calc(80px*var(--per));
  }

  .noveltygoods-intro-sup{
    margin-top: calc(32px*var(--per));
    font-size: calc(22px*var(--per));
    line-height: calc(39.6/22);
  }
}

.noveltygoods-goods-list-item {
  display: flex;
  align-items: flex-start;
  gap: 66px;
  padding-top: 96px;
}

.noveltygoods-goods-list-item:first-child {
  padding-top: 32px;
  letter-spacing: -4%;
}

.noveltygoods-goods-list-item figure {
  flex: none;
  border-radius: 5px;
  overflow: hidden;
  width: min(500px, 500 / 1200 * 100%);
}

.noveltygoods-goods-list-item .goods-number {
  display: block;
  color: #5589B8;
  font-family: 'Albert Sans', sans-serif;
  font-size: 150px;
  font-weight: 200;
  line-height: 1;
}

.noveltygoods-goods-list-item:nth-of-type(2){
  flex-direction: row-reverse;
}

@media screen and (max-width:767px) {
  .noveltygoods-goods-list-item,
  .noveltygoods-goods-list-item:nth-of-type(2) {
    flex-direction: column;
    gap: calc(24px*var(--per));
    padding-top:calc(104px*var(--per));
  }

  .noveltygoods-goods-list-item:first-child {
    padding-top: calc(42px*var(--per));
    letter-spacing: 0;
  }

  .noveltygoods-goods-list-item figure {
    width: 100%;
  }

  .noveltygoods-goods-list-item>div {
    width: 100%;
  }

  .noveltygoods-goods-list-item .goods-number {
    font-size: calc(150px*var(--per));
  }
}

.noveltygoods-works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 33px;
}

.noveltygoods-works-list-item{
  padding: 0 9px;
}

.noveltygoods-works-list-item h3{
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
}

.noveltygoods-works-list-item p{
  font-size: 20px;
  line-height: 1.5;
}

.noveltygoods-works-list-item p small{
  display: inline-block;
  margin-top: 0.5em;
  padding-left: 1.0em;
  font-size: 16px;
  line-height: calc(20/16);
  text-indent: -1.0em;
}

.noveltygoods-works-list-item>div{
  padding: 0 15px;
}

@media screen and (max-width:767px) {
  .noveltygoods-works-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: calc(86px*var(--per));
    column-gap: calc(16px*var(--per));
  }

  .noveltygoods-works-list-item{
    padding: 0;
  }

  .noveltygoods-works-list-item h3 {
    font-size: calc(28px*var(--per));
  }

  .noveltygoods-works-list-item p {
    font-size: calc(24px*var(--per));
  }

  .noveltygoods-works-list-item p small{
    font-size: calc(22px*var(--per));
    line-height: calc(39.6/22);
  }

  .noveltygoods-works-list-item>div{
    padding: 0 calc(5px*var(--per));
  }
}

.noveltygoods-products-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 14px;
}

.noveltygoods-products-list-item a{
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  background: linear-gradient(213deg, #E2EBF7 26.66%, #C3DEF7 80.31%);
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 289/215;
  width: 100%;
  padding: 13px 20px;
  color: #000;
  font-size: 22px;
  font-weight: 300;
  line-height: calc(39.6/22);
  text-decoration: none;
  pointer-events: none;
}

.noveltygoods-products-list-item a:hover,
.noveltygoods-products-list-item a:hover img{
  opacity: 1;
}

.noveltygoods-products-list-item a:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #F5F5F5;
  width: calc(186/289*100%);
  height: 100%;
  transition: 0.6s ease;
  opacity: 0.96;
}

.noveltygoods-products-list-item a:hover:before{
    background: #D9D9D9;
}

.noveltygoods-products-list-item a span{
  display: inline-block;
  position: relative;
  z-index: 2;
}

.noveltygoods-products-list-item a span:before{
  content: "";
  display: block;
  width: 41px;
  transform: translateY(-3px);
  border-top: 1px solid #000;
}

.noveltygoods-products-list-item a img{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .noveltygoods-products-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: calc(24px*var(--per));
    column-gap: calc(16px*var(--per));
  }

  .noveltygoods-products-list-item a{
    aspect-ratio: 317/237;
    padding-block: calc(15px*var(--per));
    padding-inline: calc(22px*var(--per));
    font-size: calc(28px*var(--per));
    line-height: calc(50.4/28);
  }

  .noveltygoods-products-list-item a span:before{
    width: calc(35px*var(--per));
  }
}

.noveltygoods-flow-list-item{
  display: flex;
  align-items: center;
  gap: 55px;
  position: relative;
  box-sizing: border-box;
  padding-top: 55px;
  padding-left: 132px;
}

.noveltygoods-flow-list-item:not(:last-child):before{
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  height: 100%;
  border-left: 1px solid #000;
}

.noveltygoods-flow-list-item figure{
  flex: none;
  border-radius: 5px;
  overflow: hidden;
  width: min(500px, 500 / 1068 * 100%);
}

.noveltygoods-goods-number{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #000;
  border-radius: 98px;
  box-sizing: border-box;
  width: 98px;
  height: 98px;
  padding-bottom: 0.075em;
  font-family: 'Albert Sans', sans-serif;
  font-size: 49px;
  font-weight: 300;
  line-height: 1;
}

@media screen and (max-width:767px) {
  .noveltygoods-flow-list-item{
    flex-direction: column;
    align-items: flex-start;
    gap: calc(32px*var(--per));
    padding-top: calc(60px*var(--per));
    padding-left: calc(120px*var(--per));
  }

  .noveltygoods-flow-list-item:not(:last-child){
    padding-bottom: calc(34px*var(--per));
  }

  .noveltygoods-flow-list-item:not(:last-child):before{
    left: calc(50px*var(--per));
  }

  .noveltygoods-flow-list-item figure{
    width: 100%;
  }

  .noveltygoods-goods-number{
    border-radius: calc(100px*var(--per));
    width: calc(100px*var(--per));
    height: calc(100px*var(--per));
    font-size: calc(49px*var(--per));
  }
}

.noveltygoods-contact {
  margin: 0;
  margin-top: 120px;
  margin-bottom: 240px;
}

.noveltygoods-contact-btn{
  text-align: center;
}

.noveltygoods-contact-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #004D98;
  width: 400px;
  height: 72px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
}

.noveltygoods-contact-btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width:767px) {
  .noveltygoods-contact {
    margin-top: calc(120px*var(--per));
    margin-bottom: calc(240px*var(--per));
  }

  .noveltygoods-contact-btn a {
    width: calc(500px*var(--per));
    height: calc(94px*var(--per));
    font-size: calc(28px*var(--per));
  }

}