@charset "utf-8";
/****************************************
Tool and Material Fair 2025 - 2026 Winter
2025.12.27 - 2026.02.08
last update - 2025.12.15
****************************************/
/* over-write */
.link-btn--ev {
  width: min(68rem, 96%);
  padding: calc(var(--rs) * 3.2) calc(var(--rs) * 7) calc(var(--rs) * 3) ;
}
.tools-itemdata {
  margin-top: 1rem;
  background: #fff001;
  background-image:
    repeating-linear-gradient(
      40deg,
      transparent, transparent 0.5rem,
      rgb(195 195 195 / 20%) 0.5rem,
      rgb(195 195 195 / 20%) 1rem
    );
  border-radius: 0.5rem;
  color: #000;
  font-weight: bold;
  display: inline-block;
}
.tools-itemdata + .notice-list {
  margin-top: 1rem;
}
/*.tools-itemdata > * {
  line-height: 1.1;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
}*/
.tools-itemdata-link {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
  gap: 0;
  text-decoration: none;
  color: inherit;
  width: 100%;
  border-radius: inherit;
  padding: 0.5em 0.6em 0.3em;
  pointer-events: none;
}
.tools-itemdata-link:hover{
  background:#fdd34e;
  background-image:  repeating-linear-gradient(40deg,transparent, transparent 0.5rem,rgb(195 195 195 / 20%) 0.5rem,rgb(195 195 195 / 20%) 1rem
    );
  border-radius: 0.5rem;
  text-decoration: none;
  color: #333;
}
.tools-itemdata-name {
  margin: 0.2rem 0.5rem;
  color: #000;
  font-size: var(--fs-l);
}
.tools-itemdata-price {
  margin: auto 0 auto auto;
  font-size: var(--fs-ml);
  text-align: right;
  white-space: nowrap;
}

.tools-itemdata--list { display: block; }
.tools-itemdata--list > *:nth-of-type(2n) {
  background: rgb(195 195 195 / 20%);
}
.tools-itemdata--list > * ~ * {
  border-top: 1px solid rgb(195 195 195 / 40%);
}
.tools-itemdata--list .tools-itemdata-name,
.tools-itemdata--list .tools-itemdata-price {
  font-size: 87.5%;
}
@media screen and (max-width: 767px) {
  /* tools vallejo */
  .tools-va-conts {
    flex-direction: column;
  }
}
.item-col.col-3 {
  grid-template-columns: 1fr;
}
.item-col.col-3 > * {
  display: grid;
  grid-template-columns: calc(var(--rs) * 25) 1fr;
}
@media screen and (min-width: 767px) {
  .item-col.col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .item-col.col-3 > * {
    display: block;
  }
}
/****************************************
Tool & Material Fair 2025-2026 WINTER style
last update - 2025.11.20
****************************************/
.main-img {
  background: #fff url("/event/assets/image/tm_fair/2025w/tmfair2025w_header_bg.jpg") 50% 0% no-repeat;
  line-height: 0;
  text-align: center;
  border-bottom: 10px solid #2968ab;
}
.notice{
  display: block;
  font-size: calc(var(--fs) * 1.3);
  text-indent: -1em;
  padding:0 0 0.2em 1em;
}
.item-detail-notice{
      font-size: calc(var(--fs) * 1.2);
    text-indent: -1em;
    margin-left: 1em;
    padding: 0.5rem 0.8rem;
}
.link-btn--ev.link-btn--amazon {
  background: #fe9900;
}
.link-btn--ev.link-btn--amazon:hover {
  background: #fe9900;
  filter: brightness(1.2);
}
/*↓↓↓↓↓↓↓↓ここからイベントコンテンツ↓↓↓↓↓↓↓↓↓↓*/

/****************************************
MENU
****************************************/
.online-notice {
  /*width: min(68rem, 96%);*/
  margin: 0 auto 0;
}
.online-notice dt {
  font-weight: bold;
  color: #fc3959;
  padding: 0 0 0.5rem;
}
.online-notice dd {
  padding: 0 1em 0;
}
.menu-sec {
  background: #fffde5;
  padding: 2rem calc(var(--rs) * 2) 1.8rem;
}
.menu-title {
  font-size: 200%;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-shadow: 0 0.1rem 0.1rem rgb(0 0 0 / 50%);
  max-width: var(--w-cont);
  margin: 0 auto;
  padding: 0.5rem 0 0.2rem;
  background-color: #00A0E9;
  background-size: auto auto;
}
.menu-cont {
  max-width: var(--w-cont);
  padding-bottom: calc(var(--fs) * 1);
  margin: 0 auto;
  background: #f5f5f5;
  border: 0.2rem solid #00A0E9;
}
.menu__wrap {
  padding: calc(var(--fs) * 1);
  margin: 0 calc(var(--fs) * 1) 0;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  display: grid;
  grid-template-columns: minmax(12em, auto) 1fr;
  gap: 1rem;
}
.menu__wrap:first-of-type {
  margin-top: calc(var(--fs) * 1);
}
.menu__wrap > div ~ div {
  border-top: 1px solid #fefefe;
}
.menu__date {
  padding: 0.2rem 0.8em 0;
  background: #555;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 87.5%;
  line-height: 1.85;
  white-space: nowrap;
  display: flex;
  align-items: center;
  align-self: start;
}
.menu__dd {
  display: block;
}
.menu__list{
}
.menu__item{
  position: relative;
}
.menu__item:hover{
  background: #fdff6e;
}
.menu__item::after{
    content: "";
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-left-color: var(--c-link);
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -0.25em;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu__link {
  padding: 0.5rem;
  padding-right: 4em;
  display: block;
}
a.menu__link:hover::after {
  border-left-color: var(--c-link-hover);
}
.menu__link:hover {
  text-decoration: none;
}
@media (max-width: 700px) {
  .menu__wrap {
    grid-template-columns: 1fr;
  }
  .onlin-menu__date {
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
}
/* news移植 */
.nyh-news {
  padding-bottom: 0.5em;
}
.nyh-news__tag {
  padding: 0 0.4em;
  background: #d73434;
  color: #fff;
}

/****************************************
EVENT
****************************************/
.event-sec {
  background: #f6ffff;
  background-size: 7px 7px;
  background-image: linear-gradient(-45deg, #fff, #fff 48.5%, #dedede 50.5%, #dedede 50.5%, #fff 51.5%, #fff);
  padding: 6rem calc(var(--rs) * 2) 6rem;
}
.cont-title {
  font-size: calc(var(--fs) * 2.6);
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 2rem 1rem 1.7rem;
  margin: 0 auto 0;
  background: rgb(3, 50, 122);
background: linear-gradient(90deg, hsl(216.3deg 95.2% 24.51%) 0%, hsl(198.85deg 100% 37.45%) 50%, hsl(216.3deg 95.2% 24.51%) 100%);
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0.1rem 0.1rem;
}
@media screen and (min-width: 767px) {
  .cont-title {
    font-size: calc(var(--fs) * 3);
  }
}
.cont-wrap {
  padding: 2rem calc(var(--rs) * 2) 0;
}
.container + .container {
  margin: calc(var(--rs) * 10) auto 0;
}
#fair-cast .cont-wrap:has(figure) {
  display: grid;
  grid-template-columns: 1fr;
  @media screen and (min-width: 767px) {
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
  }
}
#fair-vallejo .cont-wrap{
  padding-bottom: 4rem;
}
.cont-wrap__tbl {
  padding: 2rem calc(var(--rs) * 2) 0;
}

.event-catch {
  font-size: calc(var(--fs) * 2.2);
  font-weight: bold;
  line-height: 1.2;
  color: #02599b;
  margin: 0 auto 1rem;
}
.event-descrip {
  line-height: 1.6;
  margin-bottom: 1em;
}
.event-descrip b {
  font-size: 125%;
}
/*event - data*/
.event-data {
  width: 100%;
  max-width: 100%;
  padding: 1rem calc(var(--rs) * 1) 0.7rem;
  margin-bottom: calc(var(--rs) * 2);
  background: #f2f1ed;
  display: inline-block;
  border-collapse: separate;
  border-spacing: 1rem;
}
.event-title + .event-data {
  margin-top: var(--rs-1rem);
}
/* event data */
.event-data__head {
  width: 5em;
  white-space: nowrap;
  margin: 0 1em 0 calc(var(--fs) * 1.5);
}
.event-data__head span {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0.6rem calc(var(--fs) * 2) 0.3rem;
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(hsl(216.3deg 95.2% 24.51%)), to(hsl(198.73deg 77.34% 60.2%)));
  color: #fff;
  font-weight: normal;
}
.event-end {
  display: inline-block;
  color: #bb0015;
}
.event-date-cont {
  padding: var(--rs-1rem) var(--rs-2rem) 0;
}
.event-data__text {
  font-weight: bold;
  padding: 0.2em 0 0.2em 0;
}
.event-data__text small {
  font-weight: bold;
}
.notice-box {
  margin: -1rem auto 0;
  padding-bottom: calc(var(--rs) * 2);
  max-width: min(66rem, 96%);
}
.notice-list {
  margin: 0 auto 2rem;
}
/*.notice-list li {
  font-size: calc(var(--fs) * 1.3);

  text-indent: -1em;
  padding-left: 1em;
}*/
.notice-box.notice-top {
  margin-top: 1rem;
}
.event-video-box{
  margin: 4rem 0 0;
}
.event-video-catch{
  color: #fff;
  font-size: calc(var(--fs) * 2);
  font-weight: bold;
  text-align: center;
  background: #c40d23;
  padding: 0.6em 0.5em 0.5em ;
}
.event-video{
  width: 100%;
  max-width: 96rem;
  position: relative;
  line-height: 0;
}
.event-video iframe{
  aspect-ratio: 16 / 9;
}
.event-video-descrip{
  text-align: center;
  padding: 0.5em;
}
/****************************************
 EVENT CONTENTS
****************************************/
.color-list {
  padding: 0 0 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  gap: 1rem;
}
.Item_gc_tit + .color-list {}
@media screen and (min-width: 767px) {
  .color-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.color-list dt {
  display: none;
}
.color-list-detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (min-width: 660px) {
  .color-list-detail {
    grid-template-columns: 8em 1fr;
    gap: 1rem;
  }
}
.color-list-detail div:nth-of-type(1) {
  height: 5em;
}
.color-notice {
  font-size: calc(var(--fs) * 1.3);
  text-align: right;
  padding: 0.8rem 0 2rem 0;
}
.color-point {
  font-weight: bold;
  color: #03347c;
  background: #fffde4;
  padding: 1.2rem 1em 1rem;
  margin: 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1em;
}
.color-point li {
  flex: 0 1 auto;
}
/*-------------------------------
トゥルーメタリックメタル
----------------------------------*/
#fair-tmm.container{
  padding: 0;
}
.event-BSL{
  padding: 0 0 3rem;
}
.event-BSL-catch{
  background: #c40d23;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 1.4rem calc(var(--rs) * 1.8) 1rem calc(var(--rs) * 1.8);
  font-size: calc(var(--fs) * 2.0);
  position: relative;
}
.event-BSL-catch::before{
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 14px solid #7f1824;
  border-left: 14px solid transparent;
}
.event-BSL-txt{
  padding: 3rem calc(var(--fs) * 2.2) 1.4rem calc(var(--fs) * 2.2);
  border: 3px solid #c40d23;
  border-radius: 0.5rem;
  margin: -2rem 0 0 14px;
  background: #f9f9f8;
}
.event-BSL-list{
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  padding: 0.5rem 0;
}
.event-BSL-list > li{
  font-weight: bold;
  padding: 0 0 0.3em 0;
}
.separator-line{
  margin: 1em 0;
  border-color: #E0E0E0;
}
.BSL-example{
  display: block;
  padding: 0 0 0 2em;
  text-indent: -2em;
}
.event-title-price{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 3rem;
  padding: 0 0 1rem;
}
.event-s-catch{
  font-size: calc(var(--fs) * 2.2);
  color: #02599b;
  padding: 0 0 0 0.4em;
  border-left: 0.4em solid #02599b;
}
.tmm-price{
  width: 15em;
  margin-left: auto;
}
.Item-tmm-col{
  background: #f9f9f8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:2px;
  margin: 0 0 3rem 0;
}
.Item-tmm-detail{
  display: flex;
  flex-flow: column;
}
.Item-tmm-pic{
  
}
.Item-tmm-data{
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 calc(var(--rs) * 1);
}
.Item-tmm-name{
  font-size: calc(var(--fs) * 2);
  color: #fff;
  background: #3d80d5;
  border-left: 1rem solid #02599b;
  padding: 0.4em 0 0.2em 0.6em;
  margin: 0 0 1rem;
}
.Item-tmm-descrip{
  margin-bottom: 2em;
}


@media screen and (min-width: 767px) {

}
@media screen and (max-width: 767px) {
  .Item-tmm-col{
    /*grid-template-columns: 1fr;*/
  }
  .Item-tmm-detail{
  }
}
/*--------------------------------------
ファレホ ツール関連
----------------------------------------*/
.tools-vallejo-hr {
  max-width: 96%;
  border-top: 2px dashed #eee;
  margin: calc(var(--rs) * 4) auto;
}
.cont-tool {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  margin: 0 0 2rem 0;
}
.tool-head {
  width: 100%;
}
.tool-head h4 {
  font-size: calc(var(--fs) * 2.4);
  color: #02599b;
  padding: 0 0 calc(var(--fs) * 1.5) 0;
}
.tool-img >figure{
}
@media screen and (min-width: 767px) {
  .tool-head h4 {
    font-size: calc(var(--fs) * 2.7);
  }
}
/*-------------------
ファレホ新製品2026.01
----------------------*/
.tool-img {
  display: none;
}
.tool-img.tool-img-rgg {
  display: block;
}
.tool-img-flex{
  display: flex;
  padding: 0 0 1rem 0;
  }
.tool-desc {
  width: 100%;
}
.tool-scd {
  width: 100%;
  margin-top: 2rem;
}
.tool-link{
}
.tool-link:hover{
}
.tool-size{
}
.tool-size-catch{
  font-weight: bold;
}
.tool-size-descrip{
  font-size: calc(var(--fs) * 1.6);
  font-weight: normal;
  line-height: 1.6;
  padding: 0 0 0.4em 0;
}
.tool-item-list{
  background: #f9f9f8;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:calc(var(--rs) * 1);
  padding: calc(var(--rs) * 1);
  margin: 0 0 2rem;
}
.tool-item-detail{
  background: #fff;
}
.tool-item-link{
  color: var(--color-text-base);
  display: grid;
  grid-template-columns: 1fr 2fr;
  pointer-events: none;
}
.tool-item-link:hover{
  text-decoration: none;
  color: var(--color-text-base);
  opacity: 0.7;
  
}
.tool-item-pic{
  min-width: 8em;
  aspect-radio:1 / 1;
  line-height: 0
}
.tool-detail-data{
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding: 1rem 0.5rem 1rem;
}
@media screen and (min-width: 767px) {
  .tool-img {
    display: inherit;
    width: calc(35% - 1rem);
  }
  .tool-img-sp{
    display: none;
  }
  .tool-size-descrip img{
    height: 14em;
    object-fit: cover;
}
  .tool-desc {
    width: calc(65% - 1rem);
  }
}
@media screen and (max-width: 767px){
  .tool-img-pc{
    display: none;
  }
  .cont-tool.tool-img-flex{
    display: flex;
  }
  .tool-img.tool-img-rgg{
    margin-bottom: 2rem;
  }
  .tool-size{
    display: block;
  }
  .tool-size img{
  }
  .tool-size-text{
    padding: 1rem 0;
  }
  .tool-item-list{
    grid-template-columns: 1fr;
  }
  .tool-item-detail{
  }
  .tool-item-pic{
  }
}
/*------------------------------
モデリングナイフ
---------------------------------*/
.tool-wrap {
  padding: calc(var(--rs) * 4) 0 0;
  margin: 0 0 2rem;
}
.tool-wrap dt {
  font-size: calc(var(--fs) * 2.4);
  color: #BA2328;
  padding: 0 0 calc(var(--rs) * 1.5) 0;
}
.tool-kinds {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--rs) * 4);
  margin: 0 0 calc(var(--rs) * 2);
}
.tool-kinds__wrap {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 500px) {
  .tool-kinds__wrap {
    width: calc(100% / 2 - calc(var(--rs) * 2));
  }
}
.tool-kinds__wrap h6 {
  font-size: calc(var(--fs) * 2);
  padding: 0.3rem 0 0 0;
  background: #1e4292;
  color: #fff;
  text-align: center;
}
.tool-kinds__wrap p {
  padding: 0 0 1rem;
}
.tool__img {
  border: 2px solid #1e4292;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 767px) {
  .tool-wrap dt {
    font-size: calc(var(--fs) * 2.7);
  }
  .tool-kinds__wrap h6 {
    font-size: calc(var(--fs) * 2.2);
  }
}
.tool-use {
  padding: calc(var(--rs) * 2);
  background: #f5f5f5;
}
.tool-use__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: #fff;
}
.tool-use .tool-use__wrap:nth-of-type(even) {
  margin-top: calc(var(--rs) * 2);
}
.tool-use__wrap img, .tool-use__wrap div {
  width: 100%;
}
.tool-use__wrap div {
  padding: calc(var(--rs) * 2) calc(var(--rs) * 2) calc(var(--rs) * 2) calc(var(--rs) * 2);
}
.tool-use__wrap h6 {
  font-size: calc(var(--fs) * 2);
  color: #1e4292;
  padding: 0 0 0.5rem;
}
@media (min-width: 500px) {
  .tool-use__wrap {
    width: 100%;
    gap: calc(var(--rs) * 4);
  }
  .tool-use__wrap img, .tool-use__wrap div {
    width: calc(100% / 2 - calc(var(--rs) * 2));
  }
  .tool-use__wrap div {
    padding: calc(var(--rs) * 2) calc(var(--rs) * 2) calc(var(--rs) * 2) 0;
  }
}
.Dtllist {
  background: #f5f5f5;
  font-size: calc(var(--fs) * 1.3);
  margin: 0 0 1rem;
  padding: 1rem 0 0;
}
.Dtllist__wrap {
  padding: 0.5em 0.8em 0.5em;
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  gap:0.2em 0.5em;
}
@media screen and (max-width: 500px){
  .Dtllist__wrap{
    grid-template-columns: 1fr 1fr;
  }
}
.Dtllist dt {
  font-weight: bold;
  color: #fff;
  background: #555;
  padding: 0.5em 0.8em 0.3em;
}
.Dtllist__wrap dd {
  position: relative;
}
/*.Dtllist__wrap dd:not(:last-of-type)::after {
  content: "、";
}*/
.Dt_notice {
  font-size: calc(var(--fs) * 1.4);
  padding: 0.2rem calc(var(--fs) * 1.6) 1rem;
}
/*----------------------------------------
IPMSナイフ GK梱包箱
-----------------------------------------*/
.ipms-img {
  display: none;
}
.event-details-container {
  display: grid;
  grid-template-columns: 1fr;
  padding: calc(var(--rs) * 3) calc(var(--rs) * 2) 0;
}
@media screen and (max-width: 767px){
  .event-details-img{
    text-align: center;
    margin: 0 0 2rem 0;
  }
}
@media screen and (min-width: 767px) {
  .ipms-img {
    display: block;
  }
  .event-details-container {
    grid-template-columns: 35% 1fr;
    gap: 2rem;
  }
}
.tools-ap-itempic {
  margin-bottom: 2rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.tools-ap-itempic > * {
  background: #f5f5f5;
  flex: 0 1 auto;
}
.tools-ap-itempic > * ~ * {
  margin-left: 1%;
}
.tools-ap-itempic__detail {
  color: #000;
  font-size: var(--fs-m);
}
.tools-ap-itempic__detail > figcaption {
  padding: 0.5rem;
}
.tools-ap-text {
  margin-top: 2rem;
  font-size: var(--fs-l);
}
/*----------------------------
EX Cast
-------------------------------*/
.EXcast-wrap {
  padding: calc(var(--rs) * 2);
  margin-bottom: calc(var(--rs) * 2);
}
.item-detail-cast {
  color: #bb0015;
  margin: 0.5rem 0.8rem;
  font-size: calc(var(--fs-xl) * 1.1);
  font-weight: bold;
  line-height: 1.2;
}
.item-detail-cast em {
  font-size: 140%;
}
.item-detail-cast-txt {
  margin: 0 0.8rem;
  line-height: 1.2;
}
.item-detail-name-cast {
  margin: 0.5rem 0.8rem;
  font-size: calc(var(--fs-xxl) * 1.1);
  font-weight: bold;
}
.cast-place {
  padding: 1rem;
}
.cast-place dt {
  width: 100%;
  background: #004998;
  font-size: var(--fs-m);
  color: #fff;
  text-align: center;
  display: block;
}
.cast-place dd {
  font-weight: normal;
  font-size: var(--fs-ml);
  display: block;
  padding: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  
}
/*---------------------------
Kimera Brush
------------------------------*/
.brush-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: calc(var(--rs) * 2);
  margin: calc(var(--rs) * 4) 0 2rem;
}
@media screen and (min-width: 768px) {
  .brush-figure--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .brush-content {
    grid-template-columns: 1fr;
  }
  .brush-figure--pc {
    display: none;
  }
}
.brush-detail {
  display: flex;
  flex-direction: column;
}
.brush-point {
  margin-bottom: 2.5rem;
}
.brush-point dt {
  font-size: calc(var(--fs)* 1.8);
  font-weight: bold;
  color: #082b63;
}
.brush-point dd:first-of-type {
  padding-bottom: 0.5rem;
}
.brush-point__li:first-of-type {
  margin-bottom: calc(var(--rs) * 1.6);
}
.brush-point__head {
  display: block;
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
  color: #082b63;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.3rem;
  line-height: 1.4;
}
.brush-point__body {
  display: block;
  padding-left: calc(var(--fs) * 1.8);
}
.brush-set {
  margin-top: auto;
}
.brush-set__dl {
  border: 1px solid;
  background-color: #fff;
  padding: calc(var(--fs) * 0.9);
  margin-bottom: 0.5rem;
}
.brush-set__dt {
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: calc(var(--fs) * 1.8);
  padding: 0 calc(var(--fs) * 0.9) 0.5rem;
  margin-bottom: 0.7rem;
}
.brush-set__contents {
  font-size: calc(var(--fs) * 1.4);
  padding: 0 calc(var(--fs) * 0.9);
  margin-bottom: 0.5rem;
}
.brush-set__price p:last-of-type {
  /* padding: 0 calc(var(--fs) * 0.9); */
  margin: 0;
}
.brush-set .item-detail-price {
  text-align: right;
}
.brush-remark {
  font-size: calc(var(--fs) * 1.2);
  text-indent: -1em;
  padding-left: 1em;
}
/*----------------------------
期間限定キャラグミン
-------------------------------*/
.item-detail-brand {
  background: #b50005;
}
.Item_gc h4 {
  background: #c40d23;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 1.4rem calc(var(--fs) * 1.8) 1rem calc(var(--fs) * 1.8);
  font-size: calc(var(--fs) * 2.2);
  position: relative;
}
.Item_gc h4:before {
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 14px solid #7f1824;
  border-left: 14px solid transparent;
}
.Item_gc--wrap {
  display: grid;
  grid-template-columns: 1fr 13em;
  margin: 0 0 1.5rem 0;
  line-height: 1;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Item_gc--wrap {
    /* grid-template-columns: 1fr; */
  }
}
.Item_gc_tit {
  font-size: calc(var(--fs) * 2.4);
  font-weight: bold;
  color: #02599b;
  border-left: 0.5em solid;
  padding: 0.8rem 0 0.5rem calc(var(--fs) * 1.2);
}
.item_gc-desc {
  padding: 3rem calc(var(--fs) * 2.2) 1.4rem calc(var(--fs) * 2.2);
  border: 3px solid #c40d23;
  border-radius: 10px;
  margin: -2rem 0 0 14px;
  background: #f9f9f8;
}
.item_gc-desc div:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.item_gc-desc dt {
  font-weight: bold;
  color: #25396b;
  font-size: calc(var(--fs) * 1.8);
  text-indent: -1em;
  margin-left: 1em;
}
.item_gc-desc dd {
  margin-left: calc(var(--fs) * 1.8);
}
.Item_gc-col {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.Item_gc-detail {
  width: calc(100% / 3 - 1rem);
  border: 0.5rem solid #c40d23;
  position: relative;
  border-left: none;
  border-top: none;
  background: #f9f9f8;
  flex: 1 0 auto;
}
@media screen and (max-width: 767px) {
  .Item_gc-detail {
    width: calc(100% / 2 - 1rem);
  }
}
.Item_gc-data {
  padding: 1rem;
}
.Item_gc-name {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.Item_gc-name h6 {
  font-weight: bold;
  color: #25396b;
  font-size: 120%;
}
.Item_gc-name p {
  font-size: 90%;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .Item_gc-name h6, .Item_gc-name p {
    width: 100%;
  }
}
.Item_gc-data > p {
  font-size: calc(var(--fs) * 1.4);
}
/*-------------------------------
 catalog
---------------------------------*/
.extra-text {
  padding: 0 0 1rem;
}
.extra-text dt {
  font-size: calc(var(--fs)* 1.8);
  font-weight: bold;
  padding: 0 0 1rem;
}
.extra-text .item-col {
  background: #f5f5f5;
  padding: calc(var(--rs) * 1);
}
.extra-wrap {
  display: flex;
  gap: 2rem;
}
.event-box-vtb{
  display: grid;
  grid-template-columns: 14em auto;
  
}
.catalog-point{
  background: #f8f9ff;
  border-radius: 0.5rem;
  padding: 1.5rem calc(var(--rs) * 1.4) 0;
  margin: 0 0 2rem;
}
.catalog-point-detail{
  padding: 0 0 1.5rem;
}
.catalog-point-catch{
  color: #013b68;
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
  text-indent: -1em;
  padding: 0 0 0.2em 1em;
}
.catalog-point-descrip{
  padding: 0 0 0 calc(var(--fs) * 1.8);
}
.catalog-point-cont{
  
}
.catalog-point-box{
  
}
.catalog-point-pic{
  
}
@media screen and (max-width: 767px) {
  .extra-wrap {
    gap: 0.5rem;
    flex-direction: column;
  }
}
.extra-wrap dt {
  text-align: center;
  width: 8em;
  white-space: nowrap;
  background: var(--color-main);
  color: #fff;
  align-self: baseline;
}
.extra-wrap dd {
  width: calc(100% - 8em);
}
@media screen and (max-width: 767px) {
  .extra-wrap dt , .extra-wrap dd {
  width: 100%;
  padding: 0 1rem;
  text-align: start;
  }
}
.extra-list__detail {
  background: #fff;
  border: 0.1rem solid #d9d9d9;
  box-shadow: var(--bs-cmn);
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.extra-date {
  padding: 0.5rem calc(var(--fs) * 1) 1rem;
}
.extra-date h4 {
  color: var(--color-main);
  font-size: calc(var(--fs) * 1.8);
  padding-bottom: 0.5rem;
}
.extra-date p {
  font-size: calc(var(--fs) * 1.5);
}

/*-------------------
プラモ教室 
----------------------*/
.join-wrap {
  background: #f2f1ed;
  padding: calc(var(--rs) * 2) calc(var(--rs) * 2);
  margin: calc(var(--rs) * 2.5) 0 0 0;
}
.join-title {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: calc(var(--fs) * 2.4);
  color: #fa3f90;
}
.join-tbl {
  border-collapse: separate;
  border-spacing: 0 calc(var(--rs) * 1);
}
.join-tbl th {
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(hsl(216.3deg 95.2% 24.51%)), to(hsl(198.73deg 77.34% 60.2%)));
  width: 5em;
  padding: 0.6rem calc(var(--fs) * 2) 0.3rem;
  vertical-align: middle;
}
.join-tbl td {
  font-weight: bold;
  padding: 0.2em 0 0.2em 1rem;
}
.join-info {
  font-weight: normal;
  line-height: 1.3;
}
.join-info li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.join-info li:not(:first-of-type) {
  margin: 0.3rem 0 0 0;
}
@media screen and (min-width: 767px) {

}
