/* constant */ 
:root {
  --swiper-navigation-sides-offset: -27px;
}
#lineup .content-title{
  background-image: url('../img/lineup/bg_title.jpg');
}
@media screen and (max-width: 1023px){
  #lineup .content-title{
    background-image: url('../img/lineup/bg_title_tab.jpg');
  }
}
@media screen and (max-width: 767px) {
  #lineup .content-title{
    background-image: url('../img/lineup/bg_title_sp.jpg');
  }
}
#lineup .sec-product .bg-circle01{
  left: -285px;
  top: 173px;
}
#lineup .sec-product .bg-circle04{
  right: -218px;
  bottom: -82px;
}

#lineup .sec-product h2{
  margin-bottom: 20px;
}
#lineup .sec-product h2 > span{
  position :relative;
  line-height: 1.2;
  padding-bottom: 8px;
}
#lineup .sec-product h2 span::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--sub-color03);
  position: absolute;
  left: 0;
  bottom: 0;
}
#lineup .sec-product h2 + p{
  margin-bottom: 20px;
  font-size: 2.0rem;
}
#lineup .sec-product .product-list{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 70px;
}
#lineup .sec-product .product-list .product-list_block{
  width: calc(( 100% - 40px) / 3);
}

#lineup .sec-product .product-list_block img{
  border-radius: 15px;
  margin-bottom: 20px;
}
#lineup .sec-product .product-list_block .product-list_name{
  color: #171717 ;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 6px;
}
#lineup .sec-product .product-list_block .product-list_name span{
  font-size: 1.6rem;
  font-weight: 400;
}

#lineup .sec-product .product-carousel{
  position: relative;
}
#lineup .sec-product .product-carousel .product-list{
  gap: 0;
}
#lineup .swiper-button-next, #lineup .swiper-button-prev{
  width: 54px;
  height: 54px;
  background: url('../img/icon_carousel_arrow.png') no-repeat;
  top: calc(( 100% / 2) - 80px);
}
#lineup .swiper-button-next.swiper-button-disabled, #lineup .swiper-button-prev.swiper-button-disabled{
  display:none;
}
#lineup .swiper-button-prev{
  transform: rotate(180deg);
}
#lineup .swiper-button-next::after, #lineup .swiper-button-prev::after{
  content: none;
}

@media screen and (max-width: 1023px){
  #lineup .sec-product h2{
    margin-bottom: 15px;
  }
  #lineup .sec-product h2 + p{
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #lineup .sec-product .product-list .swiper-slide{
    width: 45%;
  }
  #lineup .sec-product .product-list_block .product-list_name{
    font-size: 1.7rem;
  }
  #lineup .sec-product .product-list_block .product-list_name span{
    font-size: 1.5rem;
  }
  #lineup .sec-product .product-list_block .product-list_text{
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #lineup .sec-product .product-list_block img{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 743px){
  #lineup .sec-product .product-list .swiper-slide{
    width: 80%;
  }
}
@media screen and (max-width: 767px){
  #lineup .sec-product h2{
    margin-bottom: 10px;
    font-size: 2.3rem;
  }
  #lineup .sec-product h2 > span{
    display: block;
    line-height: 1.4;
  }
  #lineup .sec-product h2 + p{
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #lineup .sec-product .product-list{
    margin-bottom: 30px;
  }
  #lineup .sec-product .product-list_block .product-list_name{
    font-size: 1.6rem;
  }
  #lineup .sec-product .product-list_block .product-list_name span{
    font-size: 1.4rem;
  }
  #lineup .sec-product .product-list_block .product-list_text{
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #lineup .sec-purchase .block .button-right{
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
#lineup .sec-purchase{
  padding-top: 0;
  z-index: 1;
}
#lineup .sec-purchase h2{
  padding-top: 15px;
  position: relative;
  z-index: 10;
}
#lineup .sec-purchase .content-title{
  background-image: url('../img/lineup/bg_purchase_title.jpg');
  margin-left: 0;
  border-radius: 0;
}
#lineup .sec-purchase .container > .flex-wrapper{
  padding-top: 70px;
  gap: 20px 65px;
}
#lineup .sec-purchase .block{
  flex: 1;
}
#lineup .sec-purchase .block > .wow > .flex-wrapper{
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
#lineup .block .block-title_ja{
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.8px;
  margin-bottom: 3px;
  color: var(--font-color-heading);
}
#lineup .sec-purchase .block .button-right{
  margin-top: 40px;
  margin-bottom: 14px;
}
#lineup .sec-purchase .block a.link-open span{
  position: relative;
}
#lineup .sec-purchase .block a.link-open span::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--font-color-text);
  left: 0;
  bottom: -5px;
}
#lineup .sec-purchase .block a.link-open svg{
  stroke: var(--font-color-text);
}
#lineup .sec-purchase .block a.link-open:hover span{
  color:var(--main-color);
}
#lineup .sec-purchase .block a.link-open:hover span::after{
  background-color: var(--main-color);
}
#lineup .sec-purchase .block a.link-open:hover svg{
  stroke: var(--main-color);
}
#lineup .sec-purchase .link-list{
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
#lineup .sec-purchase .link-list li a{
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.95px;
  padding: 10px 30px;
  border: 1px solid var(--main-color);
  border-radius: 40px;
  display: block;
  text-align: center;
  background: #fff;
}
#lineup .sec-purchase .link-list li a:hover{
  color: var(--main-color);
}
#lineup .sec-purchase .product-carousel::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: -100%;
  z-index: 9;
}
#lineup .sec-purchase .product-list .product-list_block{
  width: calc(( 100% - 80px ) / 5);
}
#lineup .sec-purchase .product-list .product-list_block img{
  margin-bottom: 12px;
}
#lineup .sec-purchase .product-list .product-list_block .product-list_name{
  font-size: 1.5rem;
  line-height: 1.45;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
}
#lineup .sec-purchase .product-list .product-list_block .product-list_price{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  #lineup .sec-purchase .container > .flex-wrapper{
    padding-top: 0;
  }
  #lineup .sec-purchase .product-list .product-list_block{
    width: 45%;
  }
  #lineup .sec-purchase .block .wow > .flex-wrapper{
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }
  #lineup .sec-purchase .link-list{
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #lineup .sec-purchase .link-list li{
    width: calc(( 100% - 15px) / 2);
  }
  #lineup .swiper-button-next, #lineup .swiper-button-prev{
    display: none;
  }
  #lineup .sec-purchase .block .button-right{
    margin-top: 20px;
    margin-bottom: 40px;
  }

}
@media screen and (max-width: 767px){
  #lineup .sec-purchase .content-title{
    background-image: url('../img/lineup/bg_purchase_title_sp.jpg');
  }
  #lineup .sec-purchase .flex-wrapper{
    flex-direction: column;
    align-items: stretch;
  }
  #lineup .sec-purchase .product-carousel::before{
    content: none;
  }
  #lineup .sec-purchase .block > .flex-wrapper{
    align-items: flex-start;
  }
  #lineup .sec-purchase .link-list{
    flex-direction: column;
  }
  #lineup .sec-purchase .link-list li{
    width: 100%;
  }
  #lineup .sec-purchase .link-list li a{
    font-size: 1.7rem;
  }
  #lineup .block .block-title_ja{
    font-size: 2.1rem;
  }
  #lineup .sec-purchase h2{
    margin: 0 auto;
  }
  #lineup .sec-purchase .product-list .swiper-slide{
    width: calc(60% - 10px);
  }
  #lineup .sec-purchase .product-list .product-list_block .product-list_name{
    font-size: 1.4rem;
  }
  #lineup .sec-purchase .product-list .product-list_block .product-list_price{
    font-size: 1.4rem;
  }
}
#lineup .sec-store .bg-shape{
  background: url('../img/lineup/bg_store.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: -190px;
  right:0;
  width: 100%;
  height: calc(100% + 190px);
}
#lineup .sec-store .grid-container{
  display: grid;
  grid-template-columns: 641px 1fr;
  gap: 33px;
}
#lineup .sec-store .grid-container .left-wrapper{
  grid-column: 1 / 1;
  grid-row: 1 / 4;
}
#lineup .sec-store .grid-container .block-text{
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
#lineup .sec-store .grid-container .block-text .block-title_ja{
  margin-bottom: 16px;
}
#lineup .sec-store .grid-container .block-news{
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
#lineup .sec-store .grid-container h2{
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  margin-left: 40px;
}
#lineup .sec-store .grid-container .left-wrapper img{
  margin-bottom: 15px;
}
#lineup .sec-store .grid-container .left-wrapper .flex-wrapper{
  justify-content: space-between;
}
#lineup .sec-store table th{
  font-weight: 400;
}
#lineup .sec-store table.access th, #lineup .sec-store table.access td{
  padding: 0;
  font-size: 1.3rem;
}
#lineup .sec-store table.access th{
  padding-right: 12px;
}
#lineup .sec-store table.news th, #lineup .sec-store table.news td{
  padding: 7px 0;
}
#lineup .sec-store table.news th{
  padding-right: 20px;
  font-weight: 500;
}
#lineup .sec-store .block-news .news-list_title{
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  gap: 12px;
}
#lineup .sec-store .block-news .news-list_title span{
  border: 1px solid var(--font-color-text);
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 18px;
}
#lineup .sec-store .block-news .news-list_title::after{
  content: '';
  flex: 1;
  height: 2px;
  background: radial-gradient(circle farthest-side, var(--font-color-text), var(--font-color-text) 30%, transparent 30%, transparent);
  background-size: 6px;
}
#lineup .sec-store .block-news .news-list li{
  margin-bottom: 15px;
}
#lineup .sec-store .block-news .news-list .post-title{
  flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width:1023px) {
  #lineup .sec-store .bg-shape{
    background-image: url('../img/lineup/bg_store_tab.png');
    background-position: right top;
    background-size: cover;
  }  
  #lineup .sec-store .grid-container{
    grid-template-columns:  1fr 110px;
    gap: 30px;
  }
  #lineup .sec-store .grid-container .left-wrapper{
    order: 3;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  #lineup .sec-store .grid-container .block-text{
    order: 2;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  #lineup .sec-store .grid-container h2{
    order: 1;
    grid-column: 2 / 3;
    grid-row: 1 / 4;
    margin: 70px auto 0;
  }
  #lineup .sec-store .grid-container .block-news{
    order: 4;
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }
  #lineup .sec-store .block-news .news-list{
    margin-bottom: 0;
  }
  #lineup .sec-store .block-news .news-list li > a {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 767px){
  #lineup .sec-store .grid-container{
    grid-template-columns: 100%;
    gap: 30px;
    place-content: center;
  }
  #lineup .sec-store .grid-container .left-wrapper .flex-wrapper{
    flex-direction: column;
    gap: 10px;
  }
  #lineup .sec-store .grid-container h2.pc-hidden{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #lineup .sec-store .bg-shape{
    top: 120px;
  }
}
#lineup .sec-market .block p{
  margin-bottom: 28px;
}
#lineup .sec-market .tab .tabSwitch{
  display: flex;
  list-style: none;
  margin:0;
  padding: 0;
  justify-content: flex-start;
  padding: 0 15px;
  padding-left: 15px;
  border-bottom: 1px solid var(--sub-color03);
  margin-bottom: 30px;
}
#lineup .sec-market{
  background: var(--sub-color01);
}
#lineup .sec-market .tab .tabSwitch li{
  color: var(--sub-color03);
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  line-height: 1;
  padding: 8px 35px 8px 20px;
  border-radius: 10px 10px 0 0;
  border: 1px solid var(--sub-color03);
  border-bottom: none;
  background-color: var(--sub-color01);
  margin-left: -15px;
  margin-bottom: -1px;
  cursor: pointer;
  transition: 0.3s;
}

#lineup .sec-market .tab .tabSwitch li:last-child{
  padding-right: 20px;
}
#lineup .sec-market .tab .tabSwitch li.active{
  color:#fff;
  background: var(--sub-color03);
}
#lineup .sec-market .tab .tabSwitch li:hover{
  background-color: var(--sub-color03);
  color: #fff;
}
#lineup .sec-market .tab .tabContent{
  display: none;
}
#lineup .sec-market .tab .tabContent.active{
  display: block;
}
#lineup .sec-market .tab .tabContent > ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 47px;
  list-style: none;
  padding: 0;
  margin: 0 0 55px;
}
#lineup .sec-market .tab .tabContent > ul > li{
  width: calc((100% - 47px) / 2);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1.25;
}
#lineup .sec-market .tab .tabContent > ul > li .market-address{
  padding-right: 15px;
  position :relative;
}
#lineup .sec-market .tab .tabContent > ul > li .market-address::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  background-color: var(--sub-color03);
}
#lineup .sec-market .tab .tabContent > ul > li .market-name{
  font-weight: 700;
}
#lineup .sec-market .tab .tabContent .market-product{
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}
#lineup .sec-market .tab .tabContent .market-product ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
  align-items: center;
}
#lineup .sec-market .tab .tabContent .market-product ul li{
  border: 1px solid var(--font-color-text);
  border-radius: 18px;
  padding: 4px 15px;
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: 0.78px;
  text-align: center;
}
@media screen and (max-width:1023px) {
  #lineup .sec-market .tab .link-arrow{
    margin-bottom: 12px;
  }
  #lineup .sec-market .tab .tabSwitch{
    flex-wrap: wrap;
    padding: 0;
    gap:8px;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 2px dotted var(--font-color-text);
  }
  #lineup .sec-market .tab .tabSwitch li{
    font-size: 1.3rem;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 0;
    border-bottom: 1px solid var(--sub-color03);
    text-align: center;
    width: calc((100% - 40px) / 6);
  }
  #lineup .sec-market .tab .tabSwitch li:nth-child(n + 4){
    width: calc((100% - 40px) / 4);
  }
  #lineup .sec-market .tab .tabSwitch li:nth-child(n + 6){
    width: calc((100% - 30px) / 4);
  }
  #lineup .sec-market .tab .tabContent > ul > li{
    width: 100%;
  }
  #lineup .breadcrumbs.pc-hidden{
    background: var(--sub-color01);
  }
}
@media screen and (max-width: 767px){
  #lineup .sec-market .tab .tabSwitch{
    gap: 5px;
  }
  #lineup .sec-market .tab .tabSwitch li{
    width: calc((100% - 20px) / 3);
  }
  #lineup .sec-market .tab .tabSwitch li:nth-child(n + 4){
    width: calc((100% - 10px) / 2);
  }
  #lineup .sec-market .tab .tabContent > ul{
    gap: 32px;
  }
  #lineup .sec-market .tab .tabContent .market-product{
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    font-size: 1.3rem;
  }
  #lineup .sec-market .tab .tabContent > ul > li{
    gap: 10px;
  }
  #lineup .sec-market .tab .tabContent > ul > li .market-address{
    font-size: 1.4rem;
  }
  #lineup .sec-market .tab .tabContent > ul > li .market-address::after{
    content: none;
  }
  #lineup .sec-market .tab .tabContent > ul > li .market-name{
    width: 100%;
  }
  #lineup .sec-market .tab .tabContent .market-product ul li{
    font-size: 1.1rem;
    padding: 4px 10px;
  }
}
