@charset "utf-8";
body {
  font-family: Roboto, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  line-height: 2em;
  color: #322F31;
  overflow-x: hidden;
  letter-spacing: .1rem;
  position: relative;

}
#wrapper {
  padding: 0;
}
#wrapper .main {
  line-height: 0;
}
.page-link {
  position: relative;
  top: -105px;
  display: block;
}
.note {
  text-align: right;
  font-size: 80%;
  color: #999;
  display: block;
}
@media (max-width: 769px){
  #pagetop {
    display: none !important;
  }
  #wrapper {
    padding: 0 5%;
    margin: 20px auto;
  }
}

#topback {
    position: fixed;
    z-index: 3;
    bottom: 2%;
    right: 3%;
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
}
.fade {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 1s, opacity 1s, visibility 1s;
}
/*ふわっとさせる*/
.fade.done {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/**** page-title & pro-link　****/
.page-title {
  margin: 0 auto;
  line-height: 1;
  font-size: min(9.9vw, 3.4rem);
  text-align: center;
}
.page-title span {
  font-size: 40%;
  font-weight: normal;
  margin-left: 10px;
}

.pro-link {
  max-width: 510px;
  margin: 1vw auto 5vw;
}
.pro-link {
  max-width: 860px;
  margin: 0vw auto 0vw;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  padding: 20px 5px 20px 0;
}
.pro-link:last-child {
  border-top: none;
}
.pro-link_box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 88%;
}
.pro-link_box li {
  width: calc(100%/4);
  text-align: start;
  display: block;
  width: 160px;
}
.pro-link_box li a {
  /*border-bottom: 1px solid #322f31;*/
  font-size: clamp(14px, 5vw, 14px);
  font-weight: 600;
}
.pro-link_box li a .fas {
  padding: 0 3px 0 8px;
  font-size: 90%; 
}
#wrapper section .pro-link .pro-category{
  font-size: min(3vw, 18px);
  font-weight: bold;
  text-align: left;
  display: inline-block;
  width: 12%;
}
#wrapper .pro_page-title{
  text-align: left;
  max-width: 880px;
  margin-bottom: 12px;
}
.pro-link_box_bg{
  background: #f9f9f9;
  background-repeat: no-repeat;
  background-size: cover;
  width: inherit;
  margin: 6% calc(50% - 50vw) 8%;
  padding: 4% calc(50vw - 50% + 8px) 7%;
  width: 100vw;
  background-position: center;
}
.new_category{
  color: #fff;
  background: #322F31;
  font-size: 9px;
  padding: 4px 6px;
  text-decoration: none;
  margin-right: 6px;
}
.new-category:before {
  content: "NEW";
  padding-right: 0.5em;
  display: inline-block;
  color: #fff;
  background: #322F31;
  font-size: 9px;
}
.pro-container{
  display: flex;
  width: 100%;
}
@media (max-width: 769px){
  .page-title {
    font-size: min(12.4vw, 3.5rem);
    margin-bottom: 5px;
  }
  #wrapper section .pro-link .pro-category {
    width: 18%;
  }
  .pro-link_box {
    width: 82%;
  }
  .pro-link_box_bg {
    margin: 6% calc(50% - 50vw) 15%;
    padding: 5% calc(50vw - 50% + 8px) 13%;
  }
  .pro-link_box {
    flex-wrap:wrap;
  }
  .new_category {
    margin-left: -42px;
  }
}
@media (max-width: 480px){
  .pro-container {
    flex-direction: column;
  }
  .pro-link_box {
    width: 100%;
  }
  #wrapper section .pro-link .pro-category {
    font-size: min(4vw, 18px);
    width: 100%;
  }

}

/**** pro-list_area　****/
.pro-list_area {
  max-width: 860px;
  margin: auto;
}
.pro-list_area_jlpga{
  margin-bottom: 10%;
}
.pro-list {
  position: relative;
  max-width: 740px;
  margin: auto;
}
/*
.pro-list::after {
  content: "";
  display: block;
  width: 110%;
  height: 1px;
  margin-left: -5%;
  background: #b3b3b3;
  margin-bottom: 3vw;
}
*/
.pro-list .name {
  font-size: min(7vw, 36px);
  text-align: left;
  line-height: 1;
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
}
.pro-list .name .name-en {
  font-size: min(2vw, 20px);
  margin-left: 10px;
  font-weight: normal;
}
.pro-list .date-list {
  display: flex;
  justify-content: space-between;
}
.pro-list .date-list .info {
  width: 50%;
  text-align: left;
  margin-top: 60px;
  margin-right: 5%;
  font-size: min(3.5vw, 15px);
  line-height: 1.9;
}
.pro-list .date-list .info .sns {
  display: flex;
  margin: 3% 0;
  color: #322F31;
  letter-spacing: -0.0001px;
}
.pro-list .date-list .info .sns a {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}
.pro-list .date-list .info .sns i {
  font-size: 1.5rem;
  margin: 0 2px 0 0;  
}
.pro-list .date-list .info .sns .instagram i,
.pro-list .date-list .info .sns .instagram g {
  color: #CF2E92;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.0);
}
.pro-list .date-list .info .sns .twitter {
  color: #322F31;
}
.pro-list .date-list .info .sns .twitter i {
  font-size: 1.2rem;
}
.pro-list .date-list .info .sns .youtube {
  color: #DA1725;
}
.pro-list .date-list .info .sns .official {
  text-decoration: underline;
  font-weight: bold;
  font-size: 100%;
}
.pro-list .date-list .img {
  max-width: 325px;
  width: 50%;
  line-height: 0;
}

.pro-list .spec {
  border-radius: 10px;
  padding: 20px 30px;
  margin: 15px auto;
  text-align: left;
  max-width: 1000px;
}
.pro-list .spec .title {
  font-size: min(4vw, 17px);
}
.pro-list .spec .spec-list {
  font-size: min(3.5vw, 14px);
  margin: 10px auto 20px;
/*  display: flex;*/
  flex-wrap: wrap;
  letter-spacing: -.01px;
  column-count: 2;
}
.pro-list .spec .spec-list li {
/*    width: 50%;*/
    font-feature-settings: "palt";
}

.pro-list .spec .spec-list li a {
  text-decoration: underline;
  margin-left: 10px;
}
.pro-list .spec .spec-list li a.proto-club {
  pointer-events: none;
  text-decoration: none;
}
.pro-list .spec .note {
  text-align: left;
} 

.pro-list .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% 0;
}
.pro-list .gallery.no-spec {
  margin-top: 15px;
}
.pro-list .gallery li {
  width: 49%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pro-list .gallery li:nth-of-type(2n) {
  margin-right: 0;
}
.pro-list .gallery li .modaal img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 13.5 / 9;
}
.pro-list .gallery li .video img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 13.5 / 9;
}
.date-list_jpla{
  margin-bottom: 15px;
}
.category_frame{
  border-top: 1px solid #322F31;
  /*padding-bottom: 70px;*/
  margin-top: 80px;
}
.category_frame_p{
  position: relative;
  display: flex;
  flex-direction: row;
  row-gap: 0;
  -moz-column-gap: clamp(14px, 0.45vw + 12.36px, 20px);
  column-gap: clamp(14px, 0.45vw + 12.36px, 20px);
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  padding-block: 7px;
  padding-inline: clamp(0.75rem, 2vw + -0.85rem, 0.65rem);
  line-height: 1;
  border-right: solid 1px #322F31;
  border-bottom: solid 1px #322F31;
  writing-mode: vertical-lr;
}
.category_frame_p p {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.category_frame_p::before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 370px;
  background-color: #322F31;
  position: absolute;
  top: 0;
  left: 0px;
}
.category_frame_p_jpla{
  position: relative;
  display: flex;
  flex-direction: row;
  row-gap: 0;
  -moz-column-gap: clamp(14px, 0.45vw + 12.36px, 20px);
  column-gap: clamp(14px, 0.45vw + 12.36px, 20px);
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  padding-block: 7px;
  padding-inline: clamp(0.75rem, 2vw + -0.85rem, 0.65rem);
  line-height: 1;
  border-right: solid 1px #322F31;
  border-bottom: solid 1px #322F31;
  background: #322F31;
  writing-mode: vertical-lr;
}
.category_frame_p_jpla p {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.category_frame_p_jpla::before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 370px;
  background-color: #322F31;
  position: absolute;
  top: 0;
  left: 0px;
}


.pro-list_area_border{
  max-width: 1214px;
  border-top: 1px solid #322F31;
  margin: 120px auto;
}
.pro-list_area_border_end{
  max-width: 1214px;
  border-top: 1px solid #322F31;
  margin: 120px auto 0;
}
.pro-list_area_border_end_box{
  padding: 0 3%;
}
#wrapper_pro-list_area{
  padding: 0 45px;
}
@media (max-width: 1000px){
  .category_frame_p {
    border-right: solid 1px #322F31;
    border-bottom: solid 1px #322F31;
    border-left: solid 1px #322F31;
    writing-mode: initial;
    margin-bottom: 5%;
}
.category_frame_p::before{
    display: none;
}
.category_frame_p_jpla{
  border-right: solid 1px #322F31;
  border-bottom: solid 1px #322F31;
  border-left: solid 1px #322F31;
  writing-mode: initial;
  margin-bottom: 5%;
}
.category_frame_p_jpla::before{
  display: none;
}
}
@media (max-width: 769px){
  #wrapper_pro-list_area{
    padding: 0 5%;
  }
  .pro-list::after {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10vw;
  }
  .pro-list .name {
    position: inherit;
    width: 100%;
    margin-bottom: 15px;
  }
  .pro-list .name .name-en {
    font-size: min(4.5vw, 20px);
  }
  .pro-list .date-list .info {
    margin-top: 0;
    margin-right: 10px;
  }
  /*.pro-list .date-list .info .sns {
    display: block;
  }*/
  .pro-list .date-list .info .sns a {
    margin: 0 10px 5px 0;
  }
  .pro-list .spec {
    padding: 25px;
  }

  .pro-list .spec .note {
    line-height: 1.6;
  }
  .pro-list .gallery {
    margin-bottom: 10vw;
  }
  .pro-list .gallery li {
    width: 100%;
    margin-right: 0;
  }
  .pro-list .gallery li:last-of-type {
    margin-bottom: 0;
  }
  .pro-list_area_border_end {
    margin: 120px auto 60px;
  }
}

/**** フッターバナーエリア　****/
#body-inside .sub-footer {
  padding: 5% 3% 60px;
}
#web-members {
  font-family: 'Noto Serif JP', serif;
}

.full-wide {
  background: #f9f9f9;
    /*margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);*/
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1.2;
  margin-top: 3%;
  letter-spacing: -.01px;
  font-size: min(3vw, 14px);
}

.product-list li {
  width: calc(100% / 4 - 8px);
  margin-bottom: 20px;
  margin-right: 10px;
  overflow-wrap: break-word;
}
.product-list li:nth-of-type(4n) {
  margin-right: 0;
}
.product-list li a {
  display: block;
}


.record{

}
.record li{
    letter-spacing: -0.01px;
    font-size: 14px;
}
.record li.title{
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}

a.proto-club {
    pointer-events: none;
    text-decoration: none;
}


@media (max-width: 769px){
  .modaal-outer-wrapper .modaal-video-wrap {
    margin: auto;
  }

  .pro-list .spec .spec-list {
    column-count: 1;
  }
  .pro-list .spec .spec-list li {
    width: 100%;
  }
  .product-list li {
    width: calc(100% / 3 - 8px);
  }
  .product-list li:nth-of-type(3n) {
    margin-right: 0px;
  }
  .product-list li:nth-of-type(4n) {
    margin-right: 10px;
  }

}

/*instagram*/
/*div.eapps-widget {
    margin: 6% 0;
}*/
.eapps-instagram-feed-posts-grid-load-more {
    background: rgb(17, 17, 17);
    display: none;
}

.gallery li p{
    display: flex;
    margin-top: -5px;
    letter-spacing: -0.01px;
    font-size: 14px;
    font-weight: bold;
}

img.sp{
  display: none;
}
@media (max-width: 769px){
  img.pc{
    display: none;
  }
  img.sp{
    display: block;
  }
}

@media (max-width: 420px){
.pro-list .date-list {
    flex-direction: column-reverse;
}
.pro-list .date-list .img{
  max-width: 100%;
  width: 100%;
}
.pro-list .date-list .info {
  width: 100%;
  margin: 10px auto;
}
.product-list li {
  width: calc(100% / 2 - 4px);
  margin-right: 8px;
}
.product-list li:nth-of-type(3n) {
  margin-right: 8px;
}
.product-list li:nth-of-type(2n) {
  margin-right: 0;
}

}