/* アニメーションjs用記述 ここから */
/* ------------------
フェードイン設定
--------------------- */
@keyframes fadeInUpsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUpsmall {
  animation-name: fadeInUpsmall
}

@keyframes fadeInDownsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDownsmall {
  animation-name: fadeInDownsmall
}

@keyframes fadeInRightsmall {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRightsmall {
  animation-name: fadeInRightsmall
}

@keyframes fadeInLeftsmall {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeftsmall {
  animation-name: fadeInLeftsmall
}
/* アニメーションjs用記述 ここまで */

/* reset */
.pi_main img {
	vertical-align: middle;
}

.pi_main li {
	list-style: none;
}

.pi_main {
	box-sizing: border-box;
}

/* common */
.pi_main {
	text-align: center;
}

.pi_flex {
	display: flex;
}
.pi_nav_sub {
	margin-right: 2%;
}
.pi_flex2 {
	margin-bottom: 65px;
}

.pi_main a, .pi_main span, .pi_main small {
	display: block;
}

.pi_main a:visited {
	color: #fff;
}

.pi_btn {
	background-color: #3d3d3d;
	color: #fff;
	text-align: center;
}

/* font */
.futura-pt_b {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.futura-pt_l {
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.futura-con {
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.pi_main, .pi_font {
	color: #3d3d3d;
	font-family: "Times New Roman","Linux Libertine","游明朝","YuMincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/* SP
----------------------------------*/
.pi_lead {
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin: 46px auto 57px;
}

/* navi */
nav ul {
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 1%;
	margin-bottom: 65px;
}

nav li {
	width: 27.6%;
}


/* section */
.pi_cont {
	margin-bottom: 100px;
}

/* item */
.pi_item {
	height: 100vw;
	position: relative;
	padding-top: 10.2%;
}

/* bacground-color */
.sec1 .pi_item {
	background-color: #c7c7c7;
}
.sec2 .pi_item {
	background-color: #c7c7c7;
}
.sec3 .pi_item {
	background-color: #c7c7c7;
}

.pi_item_sub-title {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.pi_item_product-name {
	color: #fff;
	font-size: 5rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 3px auto 25px;
}

.pi_item_product-name span {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: initial;
	margin-top: 5px;
}

img.pi_item_img {
	width: 60%;
}

img.pi_item_remited {
	width: 34.6667%;
	position: absolute;
	right: 3%;
	bottom: 4.5%;
}

/* point */
.pi_cont h4 {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-decoration: underline;
	margin: 28px auto 20px;
}

.pi_point_tx {
	flex-direction: column;
	gap: 8px;
	margin-bottom: 25px;
}

.pi_point_tx li {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.pi_point_tx li::before {
	content: "✓";
}

.pi_cont a.pi_btn {
	font-size: 2rem;
	padding: 0.5% 0;
	margin: 0 auto;
	width: 50%;
}

/* slider */
.pi_code {
	margin: 43px 7.33333333% 0;
}

/* main image */
.gallery li {
	position: relative;
}

.gallery li a.pi_btn {
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 26.5625% !important;
  height: 18.088%;
}

.gallery li a {
	font-size: 2rem;
	letter-spacing: -0.02em;
	line-height: 1;
}

.gallery li a span {
	font-size: 1.4rem;
	margin-top: 5px;
	letter-spacing: -0.05em;
}

/* 余白打ち消し */
.gallery .slick-track, .thumb {
	line-height: 1;
  font-size: 0;
}

/* arrow */
.slick-arrow:before {
	content:""!important;/* デフォルト削除 */
}

.slick-prev, .slick-next {
	border-top: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
	width: 17px !important;
	height: 17px !important;
	position: absolute !important;
	z-index: 3;
}
.slick-prev {
	left: 4% !important;
	transform: rotate(-135deg) !important;
}
.slick-next {
	right:4% !important;
	transform: rotate(45deg) !important;
}

/* thumbnail */
.thumb li {
	cursor: pointer;
	outline: none;
	background: #888;
}

.thumb li img {
	opacity: 0.3; /* 選択されていないものは透過30％ */
}

.thumb .slick-current li img {
	opacity: 1; /* 選択されているものは透過しない */
}

.thumb .slick-track {
	transform: unset !important;
}







/* PC
----------------------------------*/
@media screen and (min-width: 768px){

  .pc_bgcolor {
    background-color: #eee; /* PC表示の際の全体に背景色をつけたいときはここを変更する */
  }

  .pc_width {
    margin: 0 auto;
    width: 500px; /* PC表示の幅を変えたいときはここを変更する */
  }

	.pi_item {
		height: 500px;
	}

}
