@charset "utf-8";
/* =============
  theme original
================ */
.h_bar {
    display: none
}
#beltbnr {
    display: none
}
/* =======
  common
========== */

html {
  font-size: 62.5%;
  scroll-padding-top: 100px;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

 main {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
  }
  main h2, main h3, main h4 {
    font-family: serif !important;
    font-size: 3.25vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #333;
  }

ul,li {
  list-style: none;
}

/* 不要箇所 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit: cover;
}

/* ==========
  contents
=========== */
.pc-img {
  display: block;
}
.sp-img {
  display: none;
}
/* 変更しない */
.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.font-ja {
  font-family: serif !important;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt"; /* 句読点を詰める */
  letter-spacing: 2px;
  line-height: 1.75;
  text-align: justify; /* 両橋を揃える */
}


.l-content__header {
  width: 900px;
  margin-inline: auto;
  background-color: #fff;
}
.lead {
  margin-top: 75px;
  padding-bottom: 55px;
  text-align: center;
}
.p-article-vis__img {
  /* padding-top: 10px; */
}




.area{
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	border: solid 1px;
	/* padding-bottom: 100px; */
}
.girlarea{
	background-color: #FEDBF9;
	width: 900px;
	margin: 0 auto;
	padding: 0 0 60px;
}


.slide-items{
	border-radius: 32.5px;
	margin: 20px 0;
}

.slidenone-items{
	border-radius: 0 32.5px 0 0;
	margin: 20px;
}
.slidenone-guide2{
	border-radius: 0  0 0 32.5px;
	background-color: #fff;
	border: solid 1px #000;
	margin: 20px 0 30px;
}
.slidenone-items2{
	border-radius: 0 32.5px 0 0;
	margin: 20px;
}

/* sliderをカスタマイズするCSS */
.slick-dots {
	bottom: -30px!important;
	width: initial;
	left: auto;
	right: 0;
}
.slick-dots li button:before{
	font-size: 8px!important;
}

.slick-dotted.slick-slider {
    margin-bottom: 20px!important;
}





/*--SP--*/
@media screen and (max-width: 767px) {
	html {
    scroll-padding-top: 0;
  }
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }
  .column {
    display: block;
  }
  .l-content__header,
  .section-container {
    width: 100%;
  }
  .p-article__header,
  .l-col {
    width: 89.34%;
    margin-inline: auto;
  }
  .lead {
    text-align: left;
    margin-top: 10.45%;
    padding-bottom: 10.45%;
	  
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
	
  main {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
  }
 main h2, main h3, main h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #333333;
  }

  .lead {
    width: 100%;
    margin: 50px auto 0;
    text-align: justify;
  }
  .lead br {
    display: none;;
  }
	

	
	
.area{
	border: none;
	background-color: #fff;
	margin: 0 auto;
	width: auto;
	padding: 0 0 0px 0;
}
	
	.brand_title{
		display: flex;
		border-bottom: solid 1px #bc1414;
		align-items: center;
		padding: 30px 0px 5px 15px;
	}	
	.brand_title p{
		font-family: serif !important;
	}
	.brand{
		border-right: solid 1px #bc1414;
		padding: 0 10px 0 0px;
		font-size: 14px;
	}
	.brand_name{
		font-family: serif !important;
		font-size: 35px;
		font-weight: 400;
		line-height: 2;
		letter-spacing: 0;
		transform: scale(0.8, 1);
	}
	.brand_name1{
		font-family: serif !important;
		font-size: 20px;
		font-weight: 400;
		line-height: 2;
		letter-spacing: 0px;
		transform: scale(0.8, 1);
		text-align: left;
		margin: 0 0 0 -23px;
	}

/* スライドボックス用CSS（既存スタイルと分離） */


.slide-box {
  margin: 16px 0 0px; /* 適宜調整 */
}

.slide-box .box {
  background-color: #bc1414;
  padding: 0;
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}

.slide-box.visible .box {
  transform: scaleX(1);
  opacity: 1;
}

.slide-box .text {
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transition: opacity 1s ease-out;
  transition-delay: 0.8s;
}

.slide-box.visible .text {
  opacity: 1;
  font-size: 18px;
  padding: 10px 0;
  transform: scale(0.8, 1);
  display: block;
  font-family: serif !important;
}


/*画像テキスト横並び*/
.t-flex {
  
   /* ← 高さを揃える */
  margin: -10px 0 0;
}
.ttl01 p{
  font-family: serif !important;
}
.t-flex2 {
  
   /* ← 高さを揃える */
  margin: -10px 0 0;
}

.t-flex img {
  width: 48%;
  height: auto;
  object-fit: cover; /* ← 必要なら画像トリミングして高さ揃える */
}

/* テキストを上下中央に配置 */
.caption{
  width: 100%;
  font-size: 14px;
  margin: 0;
  padding: 23px 20px 28px;
  line-height: 1.9;
  text-align: justify;
  letter-spacing: 1px;
  font-family: serif !important;
}


  .t-flex img{
    width: 100%;
    font-size: 12px;
  }
.t-flex2 img{
    width: 100%;
    font-size: 12px;
  }

 
.leftimg{
		width: 80%;
		margin: 50px 0 27px;
	}
.rightimg{
		width: 90%;
		margin-top: 30px;
		margin-right: 0;
		margin-left: auto;
	}
/*画像テキスト横並び*/

	.price{
		font-size: 14px;
		text-align: center;
		margin: 30px 0;
		font-family: serif !important;
	}
.button_lg {
    width: 100%;
    height: 23px;
    line-height: 23px;
    border: solid 1px #000;
    background: #000;
    text-align: center;
    transition: 1s;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 auto;
	font-family: serif !important;
 }
.btn {
  text-decoration: none;
  width: 100%;
  padding: 20px 20px 40px;
}
.btn a:hover{
    background-color: #fff;
    color: #333;
	border: 1.2px solid #333;
  }

  section {
    margin: 0px auto;
  }
h2 img{
		width: 25%;
		margin: 0 0 0 25px;
		padding: 78px 0 25px 0;
	}
	
.content01{
		margin: 30px auto;
		text-align: center;
	}
  /*--section01,03,05,07--*/
  .section01 h2, 
  .section02 h2, 
  .section03 h2, 
  .section04 h2, 
  .section05 h2,
  .section06 h2, 
  .section07 h2 {
    text-align: center;
  }
  
  .section01 .slide-area, 
  .section03 .slide-area, 
  .section05 .slide-area, 
  .section07 .slide-area {
    position: relative;
  }
 
  

	.styling_inner .slide-box .text{
		font-size: 2.2rem;
		display: block;
		height: 20px;
		line-height: 20px;
	}
	.fs-en01{
		font-size: 14px;
	}
	

	.section06{
		padding: 0 0 0px 0;
	}
	
	
	

  /*--related link--*/
  .related-link {
    margin: 30px auto;
  }
  .related-link a {
    padding: 1% 10%;
    font-size: 3.5vw;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: #bc1414;
    color: #fff;
    text-decoration: none;
    transition: background 1s;
	font-family: serif !important;
  }
  .related-link a:hover {
    background-color: #000;
    color: #fff;
  }
}

/*--PC--*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }

  .bgcolor {
    background-color: #207baf;
  }

.slide-items{
	border-radius: 32.5px;
	margin: 30px 0;
}
  main {
    width: 900px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
  }

  .lead {
    width: 900px;
    margin: 45px auto 0;
    text-align: center;
  }

h3 img {
      width: 17%;
      margin: 0 0 0 0;
      padding: 85px 0 0px 0;
}	

	.brand_title{
		display: flex;
		border-bottom: solid 1px #bc1414;
		align-items: anchor-center;
	}	
	.brand_title p{
		font-family: serif !important;
	}
	.brand{
		border-right: solid 1px #bc1414;
		padding-right: 10px;
		font-size: 20px;
	}
	.brand_name{
		font-family: serif !important;
		font-size: 40px;
		font-weight: 400;
		line-height: 2;
		letter-spacing: 0;
		transform: scale(0.8, 1);
	}
	.brand_name1{
		font-family: serif !important;
        font-size: 29px;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0px;
        transform: scale(0.8, 1);
        text-align: left;
        margin: 0 0 0 -35px;
	}
/* スライドボックス用CSS（既存スタイルと分離） */
.slide-box {
  margin: 16px 0 0px; /* 適宜調整 */
}

.slide-box .box {
  background-color: #bc1414;
  padding: 0;
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}

.slide-box.visible .box {
  transform: scaleX(1);
  opacity: 1;
}

.slide-box .text {
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transition: opacity 1s ease-out;
  transition-delay: 0.8s;
}

.slide-box.visible .text {
  opacity: 1;
  font-size: 23px;
  padding: 10px 0;
  transform: scale(0.8, 1);
  display: block;
  font-family: serif !important;
}



/*画像テキスト横並び*/
.t-flex {
  width: 100%;
  margin: 0 auto;
  /* display: flex; */
  justify-content: space-evenly;
  align-items: center; /* ← 高さを揃える */
  gap: 20px;
  padding: 28px 0;
  flex-wrap: nowrap;
}
.ttl01 p{
  font-family: serif !important;
}
.t-flex2 {
  width: 100%;
  margin: 0 auto;
  /* display: flex; */
  justify-content: space-evenly;
  align-items: center; /* ← 高さを揃える */
  gap: 20px;
  padding: 0 0 28px 0;
  flex-wrap: nowrap;
}

.t-flex img {
  height: auto;
  object-fit: cover; /* ← 必要なら画像トリミングして高さ揃える */
}
.t-flex2 img {
  height: auto;
  object-fit: cover; /* ← 必要なら画像トリミングして高さ揃える */
}


/* テキストを上下中央に配置 */
.caption{
  width: 100%;
  font-size: 14px;
  margin: 0;
  padding: 23px 0px 0 0;
  line-height: 1.9;
  text-align: justify;
  letter-spacing: 1px;
  font-family: serif !important;
}

	.t-flex img{
    width: 100%;
    font-size: 12px;
  }

/* ------------------*/
	
	.red_title{
		background-color: #bc1414;
	}
	.red_title p{
		color: #fff;
		font-size: 23px;
		padding: 10px;
		transform: scale(0.8, 1);
	}
	
	.leftimg{
		width: 80%;
	}
	.rightimg{
		width: 90%;
		margin-top: 30px;
		margin-right: 0;
		margin-left: auto;
	}
/*画像テキスト横並び*/

	.price{
		font-size: 14px;
		text-align: center;
		margin: 30px auto;
		font-family: serif !important;
	}
.button_lg {
    width: 100%;
    height: 23px;
    line-height: 23px;
    border: solid 1px #000;
    background: #000;
    text-align: center;
    transition: 1s;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 auto;
	font-family: serif !important;
 }
.btn {
  text-decoration: none;
  margin: 0 auto;
  padding: 20px 0px 40px;
}
.btn a:hover{
    background-color: #fff;
    color: #333;
	border: 1.2px solid #333;
  }


  section {
    width: 500px;
    margin: 80px auto;
    padding-top: 0px;
  }

  /*--section01,03,05,07--*/
  .section01 h2, 
  .section03 h2,
  .section04 h2,
  .section06 h2, 
  .section07 h2 {
    text-align: center;
  }
  .section02 h2,   
  .section05 h2,
  .section08 h2 {
    text-align: center;
  }
  .section01 .content01, 
  .section02 .content01,
  .section03 .content01, 
  .section04 .content01, 
  .section05 .content01,
  .section06 .content01 {
    padding: 0 0 0px;
  }
  .section01 .slide-area, 
  .section02 .slide-area,
  .section04 .slide-area,
  .section05 .slide-area,
  .section06 .slide-area {
    width: 100%;
    order: 0;
    position: relative;
 }
  
  
  
 
	
  /*--section02,04,06--*/
  .section02, 
  .section04, 
  .section06 {
    /* width: 900px; */
  }
  
  .section03 .slide-area, 
  .section04 .slide-area, 
  .section06 .slide-area {
    width: 50%;
    order: 1;
  }
  .section02 .caption-area, 
  .section04 .caption-area, 
  .section06 .caption-area {
    width: 100%;
    margin: 50px auto 0;
    text-align: left;
  }
  
  .section06{
		padding: 0 0 50px 0;
	}
	

	.styling_inner .slide-box .text{
		font-size: 2.2rem;
		display: block;
		height: 20px;
		line-height: 20px;
	}
	.fs-en01{
		font-size: 14px;
		font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	}
	
 

	.section06{
		padding: 0 0 30px 0;
	}
	

  /*--related link--*/
  .related-link {
    margin: 90px auto;
  }
  .related-link a {
    padding: 0.8% 10%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: #bc1414;
    color: #fff;
    text-decoration: none;
    transition: background 1s;
	font-family: serif !important;
  }
  .related-link a:hover {
    background-color: #000;
    color: #fff;
  }
}





/*--slick カスタマイズ--*/
.content01 .slick-dots li {
  margin: 0;
}
.content01 .slick-dots li button:before {
  opacity: 1;
  color: #333;
}
.content01 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #848484;
}
.content02 .slick-dots li {
  margin: 0;
}
.content02 .slick-dots li button:before {
  opacity: 1;
  color: #333;
}
.content02 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #cccccc;
}


/*--スクロール　アニメーション--*/
.fade-in {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
}
.fade-up {
  transform: translate(0, 30px);
}
.fade-in.scroll-in {
  opacity: 1;
  transform: translate(0,0);
}


