@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

html,body {
    width: 100%;
    height: 100%;
	font-size: 16px;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333333;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
	transition-property: all;
    transition: 0.3s linear;
}

a:hover{
	opacity: 0.7;
}

.pc {
	display: inline-block;
}

.sp {
	display: none;
}

.kv {
	width: 100%;
    height: 840px;
	position: relative;
}

.kv-back {
	width: 100%;
    height: 680px;
	background: #FFD6EB;
	z-index: 1;
	position: relative;
}

.kv-back-02 {
	height: 450px;
	background: url("../images/back.png");
}

.kv-img {
	z-index: 99;
	text-align: center;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	position: absolute;
	width: 100%;
}

.kv-ttl {
	width: 100%;
	text-align: center;
	background: #FFF;
	padding: 10px 15px 5px;
	top: 46%;
	position: absolute;
	z-index: 99;
}

.kv-txt {
	font-size: 20px;
	text-align: center;
	line-height: 180%;
	font-weight: 500;
	z-index: 99;
	top: 87%;
    left: 50%;
	transform: translateX(-50%);
	position: absolute;
	width: 100%;
}

.kv-txt > span {
	background: linear-gradient(transparent 0%, #FFF 0%);
	filter: drop-shadow(4px 4px 0px rgba(254,123,197,0.4));
}

main {
	padding: 50px 0px;
	max-width: 100%;
}

section {
	width: 100%;
	padding: 60px 0px;
	position: relative;
}

.mokuji {
	border: 1px solid #FE7BC5;
	max-width: 688px;
	margin: 0px auto;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding: 40px;
	border-radius: 5px;
	background:  #FFF;
}

.mokuji-ttl {
	font-weight: 600;
}

.mokuji ol {
	list-style: none;
	counter-reset: item;
	margin-left: 44px;
}

.mokuji li {
	list-style-type: decimal-leading-zero;
	padding: 4px 0px;
}

.mokuji li a {
	color: #FE5AB4;
	text-decoration: underline;
}

.mokuji li::before {
  counter-increment: item;
  content: counter(item, {list-style-type});
  padding-right: .5em;
}

.style {
	background: url("../images/style-back.png");
	background-repeat: no-repeat;
	background-size: 100% 500px;
	background-position: center 20%;
}

.style-ttl {
	font-size: 33px;
	max-width: 1200px;
	margin: 0px auto;
}

.style-ttl::before {
	content: "";
	margin-right: 20px;
	height: 78px;
	top: 5px;
	left: 0px;
	position: relative;
	display: inline-block;
}

.style-01::before {
	background: url("../images/style-01.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 136px;
}

.style-02::before {
	background: url("../images/style-02.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 163px;
}

.style-03::before {
	background: url("../images/style-03.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 164px;
}

.style-04::before {
	background: url("../images/style-04.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 167px;
}

.style-05::before {
	background: url("../images/style-05.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 160px;
}

.style-06::before {
	background: url("../images/style-06.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 167px;
}

.style-07::before {
	background: url("../images/style-07.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 167px;
}

.style-08::before {
	background: url("../images/style-08.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 162px;
}

.style-09::before {
	background: url("../images/style-09.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 168px;
}

.style-10::before {
	background: url("../images/style-010.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 151px;
}

.style-11::before {
	background: url("../images/style-011.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 134px;
}


.gallery-ttl {
	text-align: center;
	padding: 100px 0px 0px;
}

.product-wrap {
	max-width: 1070px;
	margin: 0px auto;
	position: relative;
	color: #333333;
}

.detail-txt {
	font-size: 18px;
	font-weight: 500;
	padding: 30px 0px 70px;
	color: #333333;
}

.product-wrap > h2 {
	width: 100%;
	border-bottom: 1px solid #000;
}

.product-wrap > h2 span {
	width: auto;
	display: inline-block;
	border-bottom: 5px solid #000;
	font-family: 'Hind', sans-serif;
	font-size: 30px;
	color: #333333;
	letter-spacing: 5px;
}

.item-info {
	width: 100%;
	border-bottom: 1px solid #B3B3B3;
	display: flex;
	flex-wrap: wrap;
}

.item-info li {
	padding: 30px 0px;
	display: inline-block;
	vertical-align: top;
	width: 32%;
}

.item-info li:nth-child(2) {
	padding: 30px 0px;
	margin: 0px 20px;
}

.item-info li > div {
	width: auto;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.item-info li > div:nth-child(1) {
	text-align: center;
	overflow: hidden;
}

.item-info li a > div:nth-child(2) {
	padding: 20px 0px;
}

.item-info li > div:nth-child(2) {
	padding: 20px 0px;
}

.category {
	background: #FE7BC5;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	padding: 3px 10px;
	text-align: center;
	border-radius: 20px;
	display: inline-block;
}

.num {
	padding: 8px 0px 15px;
}

.num li {
	border: 1px solid #333333;
	padding: 5px;
	margin: 0px -3px;
	display: inline-block !important;
	vertical-align: middle;
}

.num li:first-child {
	font-weight: normal;
	border-right: 0px;
}

.name {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 5px;
}

.price {
	font-size: 30px;
	font-weight: bold;
}

.price > small {
	font-size: 60%;
	margin-left: -10px;
}



/* スライドショー */
.gallery-wrapper {
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
}

.gallery {
	margin: 0px auto;
	position: relative;
	max-width: 1070px;
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
    box-sizing: border-box;
}

.swiper-wrapper .swiper-slide {
	display: inline-block;
	margin: 0px 5px;
	width: 476px;
	left: 28%;
}

.gallery-wrapper .sw_next,
.gallery-wrapper .sw_prev {
    position: absolute;
    width: 7%;
    max-width: 36px;
    height: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    outline: none;
    cursor: pointer;
}

.gallery-wrapper .sw_next {
    background-image: url("../images/arrow_right.png");
    right: 0px;
}

.gallery-wrapper .sw_prev {
    background-image: url("../images/arrow_left.png");
    left: 0px;
}

