@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
:root{
  scroll-padding-top: 80px;
}
html {font-size: 62.5%;scroll-behavior: smooth;}
body{  
  font-size: 1.6rem;
}
object {pointer-events: none;}
.sp {display: none !important;}
a[href^="tel:"] {pointer-events: none;}
a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pcFlex{display: flex;}
p,li,dt,dd,th,td,input{
  font-size: min(calc(16/1200*100vw),1.6rem);
}
h1,h2,h3,h4,h5,h6 {
  font-size: min(calc(16/1200*100vw),1.6rem);
}

section{
  padding: 100px 0;
}
body:not(#top) section p:not(:last-child){
  margin-bottom: 30px;
}


/*タイトル
========================================== */
.h2Tit {
	font-size: 4.8rem;
}
.h2Tit .en{
  font-size: 1.8rem;
}
.h3Tit {
  font-size: 3.6rem;
	margin-bottom: 20px;
}
.h4Tit {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.h5Tit {  
	font-size: 2rem;
	margin-bottom: 30px;
}
.h6Tit{
	font-size: 1.8em;
	margin-bottom: 20px;
}

/*
　テキスト
========================================== */
.note{
  font-size: 1.2rem;
}

/*
　ボタン,リンク
========================================== */
.btn{
  font-size: 1.7rem;
  width: 253px;
  height: 60px;
}
a.icArrow{
	padding-right: 30px;
}
a.icArrow::after{
	width: 18px;
	height: 17px;
	right: 30px;
	top: calc(50% - 9px);
}
.line.icArrow{
	padding-right: 40px;
}
.line.icArrow::after{
	width: 31px;
	height: 31px;
	right: 0px;
	top: calc(50% - 16px);
}

/* =======================================
  タブ
========================================== */
.btnTab a{
	font-size: 1.7rem;
	width: 253px;
	height: 60px;
}
.btnTab a::after {
	width: 18px;
	height: 17px;
	right: 30px;
	top: calc(50% - 9px);
}

/* =======================================
	header
========================================== */
header {
}
header .flex{
 height: 80px;
}
header #logo a img{
	height: min(calc(27/1200*100vw),27px);
}


/* =======================================
	.menu
========================================== */
#benatural-men .menu,
#eva-management .menu {
    right: -30px;
}

/* =======================================
  ページャー
========================================== */
/*-- pageNavi --*/
.pageNavi{
	gap:0 1.5%;
 margin-top: 80px;
}
.pageNavi .current,
.pageNavi .inactive,
.pageNavi a{
	font-size: 1.8rem;
	width: 40px;
	height: 40px;
}


/* =======================================
	gnavi
========================================== */

/* =======================================
	main
========================================== */

/* =======================================
	footer
========================================== */



/* =======================================
	top
========================================== */





/* =======================================
	pgs common
========================================== */


/*		anchorLink
-----------------------------*/
.anchorLink{
	padding: 35px 0;
	gap:15px 20px;
}
.anchorLink.anchorTable ul{
	padding: 15px 0;
}
.pageLinks{
	padding: 35px 0 ;
	gap:15px 20px;
}
.anchorLink li{
}
.anchorLink a{
	display: block;
	padding: 8px 10px;
}


/* =======================================
  #bnm   
========================================== */
#bnm header #logo {
    margin-top: min(calc(90 / 1200 * 100vw), 90px);
}
#bnm header #logo a img {
    height: min(calc(63 / 1200 * 100vw), 63px);
    transition: 0.3s;
}
#bnm header.fixed #logo {
    margin-top: min(calc(5 / 1200 * 100vw), 5px);
}
#bnm header.fixed #logo a img {
    height: min(calc(40 / 1200 * 100vw), 40px);
}

#bnm main{
  padding-top: min(calc(236 / 750 * 100vw), 236px);
}
#bnm main #bnmIndexWrap{
  padding-bottom: min(calc(154 / 750 * 100vw), 154px);
}

.bnmDetailContent h3.h2Tit{
  margin-bottom: 1em;
  font-size: 32px;
}
.bnmDetailContent h3.h2Tit:has(img) img{
  height: 32px;
}

.snsLinks.flex{
  padding: 2px 0;
}
.snsLinks .instagram a{
  font-size: 0;
  width: 28px;
  height: 28px;
}
.snsLinks .website a{
  line-height: 28px;
  display: grid;
  align-items: center;
}
.snsLinks .youtube a{
  font-size: 0;
  width: 40px;
  height: 28px;
}


/* =======================================
  #benatural-men
========================================== */

/*	アーカイブ
-----------------------------*/
#benatural-men main{
}
.modelList{
  gap: 6rem 1.7rem;
  grid-template-columns: repeat(5, 1fr);
}

/*pre hover*/
.modelList > li .modelListTxts .modelInfo{  
  visibility: hidden;
  transition: opacity 0.3s;
}
.modelList > li .modelListTxts .modelInfo li{
  font-size: min(calc(14 / 1200 * 100vw), 1.6rem);
}
.modelList > li .modelListTxts .modelTxt{  
  visibility: hidden;
  font-size: min(calc(14 / 1200 * 100vw), 1.6rem);
  transition: opacity 0.3s;
}

/*hover*/
.modelList > li a:hover {
}
.modelList > li a:hover .modelListTxts .modelInfo{  
  display: flex;
  visibility: visible;
}
.modelList > li a:hover .modelListTxts .modelTxt{  
  display: block;
  visibility: visible;
}
.modelList > li a:hover .modelListTxts h3{
  position: relative;
  right: auto;
  bottom: auto;
  transition: right 0.5s, bottom 0.5s;
}


/*	詳細
-----------------------------*/
#benatural-men.single main{
	margin-top: 147px;
}
/*.modelDetailInfo*/
.modelDetailInfo br{
	display: none;
}

/*modelSliderWrap*/
.modelSliderWrap{
  width: calc(((100vw - (640/1400*100vw))/2) + (640/1400*100vw));
}
.modelSliderWrap .slick-prev{
  left: -30px;
}
.modelSliderWrap .slick-next{
  right: calc(-6px + (47/1400*100vw));
}
.modelSlider{
  width: calc((640/1400*100vw) + (47/1400*100vw));
}
.modelSlider + .modelSlider{
  margin-top: calc(72/1400*100vw);
}
.modelSliderImg {
  margin-right: calc(47/1400*100vw);
}

/*.modelDetailVideo*/
.modelDetailVideo{
  width: calc(((100vw - (640/1400*100vw))/2) + (640/1400*100vw));
  margin: calc(72/1400*100vw) 0 0 auto;
}
.modelDetailVideo video{
  width: min(96vw, calc(640/1400*100vw)) !important;
}

/*.modelDetailContent*/
.modelDetailContent{
  padding: 140px 0 100px;
}
.modelDetailContent h3{
  font-size: 40px;
}
.modelDetailContent h4{
  font-size: 2.0rem;
}


/* =======================================
  #eva-management
========================================== */


/*	アーカイブ
-----------------------------*/
#eva-management main{
	/*margin-top: 80px;*/
}


/*	詳細
-----------------------------*/
#eva-management.single main{
	margin-top: 147px;
}

/* =======================================
	COMPANY
========================================== */
#companyCont,
#contactWrap{
  margin-top: -110px;
  padding-top: 110px;
}

/* =======================================
	news
========================================== */
/*	一覧
-----------------------------*/

/*		single
-----------------------------*/

/* =======================================
	contact
========================================== */
#contactInfo .contactTel{
	border-radius: 30px;
	margin-top: 50px;
  padding: 40px;
}
#contactInfo .contactTel p{
	font-size: 5rem;
	padding-left: 55px;
}
#contactInfo .contactTel p::before{
	width: 45px;
	height: 45px;
	top: calc(50% - 27px);
}
#contactInfo .contactTel .time{
	font-size: 1.6rem;
}
#mailformpro .radiobtn{
	width: 1.2em;
}

/* =======================================
	form
========================================== */
.tb_cont th{
	border-bottom: 1px solid #ffffff;
	padding: 15px 2.5%;
	width: 23%;
}
.tb_cont td{
	border-bottom: 1px solid #ffffff;
	padding: 15px 2.5%;
	width: 77%;
}
.tb_cont td select{
	padding: 8px;
	width: 80%;
}
.tb_cont td input{
	padding: 8px;
	width: 80%;
}
.tb_cont td textarea{
	padding: 8px;
	width: 80% !important;
	height: 100px !important;
}
.tb_cont .hissu{
	padding: 3px 3%;
}
.tb_cont .zip{
	margin-right: 10px;
	width: 20%;
}
.tb_cont .zipBtn{
	font-size: 1.4rem;
	padding: 10px 14px;
}
.tb_cont .w50{
	width: 58%;
}
.tb_cont .fileBtn li{
	width: 33%;
}
.confirm {
  margin-top: 40px;
}

/* =======================================
	privacypolicy
========================================== */
#privacyMain > div{
	padding: 40px 4%;
}
#privacyMain h4{
	margin-top: 30px;
}
#privacyMain p:not(:last-child){
	margin-bottom: 10px !important;
}