@charset "utf-8";
/* -------------------tp-search-sec-------------------- */
.tp-search-sec{
  overflow: hidden;
}
/* -------------------tp-news-sec-------------------- */
.tp-news-sec{
  border: 1px solid var(--GRAY03);
  border-left: none;
  border-right: none;
}
.g-news li:first-child{
  padding-top: 0;
}
.g-news li:last-child{
  padding-bottom: 0;
}
.g-news li:not(:last-child){
  border-bottom: 1px solid var(--GRAY01);
}
.g-news__date{
  display: inline-block;
}
.g-news-ttl{
  font-family: var(--FF_SERIF);
  font-weight: 700;
  background: url(../images/common/icon_news.svg) no-repeat left center;
  width: fit-content;
}
.g-news__ttl a{
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media screen and (min-width: 768px){
  .tp-news-sec{
    display: flex;
    align-items: center;
    padding: 20px clamp( 30px, 10vw, 120px);
    gap: clamp( 30px, 10vw, 120px);
    margin-bottom: 0;
  }
  .g-news-ttl{
    font-size: var(--FZ_25);
    padding-left: 30px;
    background-size: 20px;
  }
  .g-news{
    flex: 1;
  }
  .g-news li{
    display: flex;
    align-items: center;
    padding: 15px 0;
    gap: var(--GAP_30);
  }
  .g-news__date{
    width: fit-content;
  }
  .g-news__ttl{
    flex: 1;
  }
}
@media screen and (max-width: 767px){
  .tp-news-sec{
    padding: var(--GENERALSEC) 0;
    margin-bottom: 0;
  }
  .g-news-ttl{
    font-size: var(--FZ_25);
    padding-left: 25px;
    background-size: 15px;
    margin: 0 auto var(--GENERALSEC_HALF);
    line-height: 1;
  }
  .g-news li{
    padding: 12px 0;
  }
  .g-news__date{
    font-size: var(--FZ_12_CONST);
    margin-bottom: 5px;
  }
  .g-news__ttl a{
    font-size: var(--FZ_12_CONST);
  }
}
/* ------------------- -------------------- */
@media (hover: hover){
  .tp_new_items-arrow:hover{
		cursor: pointer;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px){
  .tp-new-items-wrap{
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px){
  .tp-new-items-wrap{
		width: calc(var(--INNER_WIDTH) + var(--GAP_20));
		max-width: calc(var(--MAX_WIDTH) + var(--GAP_20));
	}
	.flywheel-recommend__frame[data-frame-id="tp_new_items2"] .fr3-productListStatic{
		opacity: 0;
		transition: opacity .3s linear;
	}
	.flywheel-recommend__frame[data-frame-id="tp_new_items2"] .fr3-productListStatic.slick-initialized{
    display: block !important;
		opacity: 1;
	}
	.flywheel-recommend__frame[data-frame-id="tp_new_items2"] .fr3-productListStatic .slick-slide{
		margin: 0 calc(var(--GAP_20) / 2);
	}
	.tp_new_items-arrow{
		aspect-ratio: 1/1;
		background: url(../images/common/arrow-product.svg) no-repeat center center / 100%;
		position: absolute;
		top: 30%;
		z-index: 2;
		width: clamp( 30px, 3.5vw, 40px);
	}
	.tp_new_items-arrow.prev{
		left: -40px;
	}
	.tp_new_items-arrow.next{
		right: -40px;
    transform: rotate(180deg);
	}
}
@media screen and (max-width: 767px){
  .flywheel-recommend__frame[data-frame-id="tp_new_items2"] .fr3-productListStatic{
    gap: var(--GAP_30_CONST) var(--GAP_20);
  }
}


@media (hover: hover){
  .tp_new_items_rcmd2-arrow:hover{
		cursor: pointer;
	}
}
@media screen and (min-width: 768px) and (max-width: 1400px){
  .tp-new-items-wrap{
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px){
  .tp-new-items-wrap{
		width: calc(var(--INNER_WIDTH) + var(--GAP_20));
		max-width: calc(var(--MAX_WIDTH) + var(--GAP_20));
	}
	.flywheel-recommend__frame[data-frame-id="tp_new_items_rcmd2"] .fr3-productListStatic{
		opacity: 0;
		transition: opacity .3s linear;
	}
	.flywheel-recommend__frame[data-frame-id="tp_new_items_rcmd2"] .fr3-productListStatic.slick-initialized{
    display: block !important;
		opacity: 1;
	}
	.flywheel-recommend__frame[data-frame-id="tp_new_items_rcmd2"] .fr3-productListStatic .slick-slide{
		margin: 0 calc(var(--GAP_20) / 2);
	}
	.tp_new_items_rcmd2-arrow{
		aspect-ratio: 1/1;
		background: url(../images/common/arrow-product.svg) no-repeat center center / 100%;
		position: absolute;
		top: 30%;
		z-index: 2;
		width: clamp( 30px, 3.5vw, 40px);
	}
	.tp_new_items_rcmd2-arrow.prev{
		left: -40px;
	}
	.tp_new_items_rcmd2-arrow.next{
		right: -40px;
    transform: rotate(180deg);
	}
}
@media screen and (max-width: 767px){
  .flywheel-recommend__frame[data-frame-id="tp_new_items_rcmd2"] .fr3-productListStatic{
    gap: var(--GAP_30_CONST) var(--GAP_20);
  }
}
/* -------------------tp-intro-sec-------------------- */
.tp-intro-sec{
  display: grid;
}
.tp-intro-sec article{
  background-color: var(--WHITE);
}
.tp-intro__img{
  background: no-repeat center center / cover;
}
.tp-intro__ttl{
  font-family: var(--FF_SERIF);
  font-weight: 700;
  color: var(--GOLD02);
}
.tp-intro__link li a{
  display: block;
  position: relative;
  text-align: center;
}
.tp-intro__link li a::after{
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: '\f054';
  color: var(--GOLD02);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tp-intro__order__img img{
  border-radius: 50%;
}
.tp-intro__order__ttl{
  font-family: var(--FF_SERIF);
  font-weight: 700;
}
@media (hover: hover){
  .tp-intro__link li a:hover{
    opacity: 1;
    background-color: var(--GOLD01_OP70);
  }
}
@media screen and (min-width: 951px){
  .tp-intro-sec article{
    position: relative;
  }
  .tp-intro__img--about{
    background-image: url(../images/top/about_123trophy.jpg);
  }
  .tp-intro__img--order{
    background-image: url(../images/top/about_mustitem.jpg);
  }
  .tp-intro__img--wholesale{
    background-image: url(../images/top/about_order.jpg);
  }
  .tp-intro__img{
    width: clamp( 170px, 25vw, 320px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .tp-intro__box{
    margin-left: clamp( 80px, 18vw, 220px);
    padding: var(--MG_50) 0 var(--MG_50) clamp( 30px, 8vw, 100px);
  }
}
@media screen and (max-width: 950px){
  .tp-intro__img--about{
    background-image: url(../images/top/sp/about_123trophy.jpg);
  }
  .tp-intro__img--order{
    background-image: url(../images/top/sp/about_mustitem.jpg);
  }
  .tp-intro__img--wholesale{
    background-image: url(../images/top/sp/about_order.jpg);
  }
}
@media screen and (min-width: 768px) and (max-width: 950px){
  .tp-intro__img{
    height: 200px;
  }
  .tp-intro__box{
    padding: var(--MG_30);
  }
}
@media screen and (min-width: 768px){
  .tp-intro-sec{
    gap: var(--GAP_50);
  }
  .tp-intro__ttl{
    font-size: var(--FZ_20_CONST);
  }
  .tp-intro__txt{
    margin: var(--MG_30) 0;
  }
  .tp-intro__link{
    display: grid;
  }
  .tp-intro__link--col-3{
    grid-template-columns: repeat(3,1fr);
    row-gap: var(--GAP_20);
  }
  .tp-intro__link--col-2{
    grid-template-columns: repeat(2,1fr);
  }
  .tp-intro__link li a{
    border: 1px solid var(--GOLD02);
  }
  .tp-intro__link li:not(:first-child) a{
    border-left: none;
  }
  .tp-intro__link--col-3 li:nth-child(4) a{
    border-left: 1px solid var(--GOLD02);
  }
  .tp-intro__link li a::after{
    font-size: 10px;
    right: 5px;
  }
  .tp-intro__link--col-3 li a{
    padding: 15px 0;
    font-size: clamp( 12px, 1vw, 15px);
  }
  .tp-intro__link--col-2 li a{
    font-size: clamp( 12px, 1vw, 15px);
  }
  .tp-intro__link--col-3 li:last-child {
    grid-area: 2 / 1 / span 2 / span 2;
  }
  .tp-intro__link--col-2 li a{
    padding: 20px 0;
  }
  .tp-intro__order{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: var(--GAP_60);
  }
  .tp-intro__order li{
    position: relative;
  }
  .tp-intro__order li:not(:last-child)::after{
    content: "";
    display: inline-block;
    background: var(--GRAY02);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(0px - (var(--GAP_60) / 2));
  }
  .tp-intro__order__img{
    max-width: 100px;
    margin: 0 auto;
  }
  .tp-intro__order__ttl{
    font-size: var(--FZ_18);
    text-align: center;
    margin: 15px 0 10px;
  }
}
@media screen and (max-width: 767px){
  .tp-intro-sec{
    gap: var(--GENERALSEC);
  }
  .tp-intro__img{
    height: 120px;
  }
  .tp-intro__box{
    padding: var(--GAP_30) var(--GAP_15);
  }
  .tp-intro__ttl{
    font-size: var(--FZ_18_CONST);
    margin-bottom: var(--MG_10);
  }
  .tp-intro__txt{
    font-size: var(--FZ_12_CONST);
    margin-bottom: var(--MG_20);
  }
  .tp-intro__link{
    display: grid;
    border: 1px solid var(--GOLD02);
  }
  .tp-intro__link li a{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 43px;
    font-size: var(--FZ_12_CONST);
  }
  .tp-intro__link li:not(:first-child) a{
    border-top: 1px solid var(--GOLD02);
  }
  .tp-intro__link li a::after{
    font-size: 10px;
    right: 5px;
  }
  .tp-intro__order li{
    display: grid;
    gap: 5px var(--GAP_20);
  }
  .tp-intro__order li:not(:last-child){
    border-bottom: 1px solid var(--GRAY02);
    padding-bottom: var(--MG_20);
    margin-bottom: var(--MG_20);
  }
  .tp-intro__order__img{
    grid-row: span 2;
  }
  .tp-intro__order__ttl{
    font-size: var(--FZ_16_CONST);
  }
  .tp-intro__order__txt{
    font-size: var(--FZ_12_CONST);
  }
}
/* -------------------fixed-form-guide-------------------- */
.fixed-form-guide{
  position: fixed;
  z-index: 99;
}
.fixed-form-guide.hide{
  display: none;
}
.fixed-form-guide button.fixed-form-guide__close{
	position: absolute;
  z-index: 2;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: var(--TXT_COLOR);
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
}
.fixed-form-guide button.fixed-form-guide__close::before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	content: '\f00d';
	display: block;
	line-height: 1;
	height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.fixed-form-guide__img{
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px){
  .fixed-form-guide{
    width: 250px;
    right: 3%;
    bottom: 90px;
  }
  .fixed-form-guide button.fixed-form-guide__close{
    width: 30px;
  }
}
@media screen and (max-width: 767px){
  .fixed-form-guide{
    width: 150px;
    right: 20px;
    bottom: 128px;
  }
  .fixed-form-guide button.fixed-form-guide__close{
    width: 30px;
  }
}


@media screen and (min-width: 768px){
  .g-topmain{
  padding: 20px 0;
}
}
@media screen and (max-width: 767px){
  .g-topmain{
  padding: 20px 0 10px;
}
}

/* top-fv-slider */
.t-fvSlier a{
  display: block;
}

@media screen and (max-width: 767px){
  .t-fvSlier{
    width: 80%;
    margin-inline: auto;
  }
  .t-fvSlier .slick-list{
    overflow: visible;
  }
  .t-fvSlier .slick-slide{
    margin-inline: 5px;
  }
  .t-fvSlier .slick-dots li.slick-active button:before{
    color: var(--GOLD01);
  }
}


/* 20260625追記 */
    @media screen and (min-width: 768px) {
      .t-fvSlier{
        width: 80%;
        margin-inline: auto;
      }
      .t-fvSlier .slick-list{
        overflow: visible;
      }
      .t-fvSlier .slick-slide{
        margin-inline: 10px;
      }
    }

















