@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
  全体
----------------------------------------------------------*/
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	height: 100%;
	font-size: 62.5%;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium","Yu Gothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	color: #666;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
}
a {
  color: #4d4d4d;
  text-decoration: none;
}


/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 1.5s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp_2 {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 4.0s; }

.fadeInUp_2 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }


/*---------------- sp ----------------*/
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
}

* {
  box-sizing: border-box;
}

/*---------------- 改行 ----------------*/
@media screen and (min-width: 768px){   
  .pcline-break { display:block; }
  .spline-break { display:none; }
}
@media screen and (max-width: 767px){   
  .pcline-break { display:none; }
  .spline-break { display:block; }
}



/* ---------------------------------------------------------
  main
----------------------------------------------------------*/
@media screen and (min-width: 768px) {
	main {
		width: 100%;
		display: block;
		padding: 0;
		margin-top: calc(-30 / 1366 * 100vw);
		margin-bottom: 100px;
	}
	main img {
		max-width: 100%;
	}
}

/*---------------- SP ----------------*/
@media screen and (max-width:767px) {
  main {
    padding: 0; 
    margin-bottom: 40px;
    margin-top: 0;
  }
  main img {
    max-width: 100%;
  }  
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	padding: 0;
	margin-bottom: 130px;
}

.item-wapper-small {
	padding: 0;
	margin-bottom: 50px;
}

.item-wapper-mid {
	padding: 0;
	margin-bottom: 90px;
}

.item-wapper-hnd {
	padding: 0;
	margin-bottom: 90px;
}

.item-wapper-last {
	padding: 0;
	margin-bottom: 80px;
}

.item-contain {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		margin-bottom: 160px;
	}
	
	.item-wapper-small {
		margin-bottom: 100px;
	}

	.item-wapper-mid {
		margin-bottom: 120px;
	}

	.item-wapper-last {
		margin-bottom: 130px;
	}
    .item-contain {
       max-width: 600px;		
       padding: 0;
    }
}

/* ---------------------------------------------------------
	リード
----------------------------------------------------------*/
.lead_subhd {
	width: 55%;
	margin-bottom: 2em;
}
.lead_subhd img {
	max-width: 100%;
}

.lead__box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	/* background-image: url("../images/lead_background_img.svg");
	background-position: center;
	background-repeat:  no-repeat; */
}

.lead {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
	color: #666666;
}
.lead:first-letter {
    margin: 0em 0.1em 0 0;
    line-height: 1;
    font-size: 3em;
	font-weight: 500;
    float: left;
	color: #ffabab;
}

.lead span {
	font-size: 2rem;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.lead__box {
		width: 35%;
	}
	.lead {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	flatimg(2型)
----------------------------------------------------------*/
.subheading_pickup {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
}

.twoitem__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.twoitem__box img {
	max-width: 100%;
	height: auto;
}



.item__pic {
	margin-bottom: 20px;	
}

.item_price {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.item_price span {
	font-size: 1rem;
	padding-left: 1em;
}

.item_price a {
	text-decoration: underline;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading_pickup {
		width: 70%;
		margin-bottom: 6em;
	}
	.twoitem__box {
		width: 70%;
	}
	.item_price {
		font-size: 1.8rem;
	}
	.item_price span {
		font-size: 1.3rem;
	}
	.lead_subhd {
		width: 25%;
		margin-left: 30%;
		margin-bottom: 4em;
	}
}


/* ---------------------------------------------------------
	クエスチョン
----------------------------------------------------------*/
.subheading_separator {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.subheading_separator {
		width: 40%;
		margin-bottom: 0px;
	}
}


/* ---------------------------------------------------------
　slider img subheading
----------------------------------------------------------*/
.sliderimg_subheading {
	display:block;
	position: absolute;
	text-align: center;
	width: 100%;
	top: -11%;
	left: 0%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	z-index: 10;
}

.sliderimg_subheading img {
	max-width: 100%;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.sliderimg_subheading {
		width: 70%;
		left: 15%;
	}
}


/* ---------------------------------------------------------
　gently slider
----------------------------------------------------------*/
.gentlyslide {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 40px;
}
.gentlyslide img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.gentlyslide {
		margin-bottom: 60px;
	}
}



/* ---------------------------------------------------------
	アイテムメイン
----------------------------------------------------------*/
.item-mainbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.item-mainbox img {
	max-width: 100%;
}

/* ------ ナンバー見出し ------ */
.subheading_num {
	display: block;
	width: 80%;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

/* ------ スタイリング見出し ------ */
.subheading_styling {
	display: block;
	width: 85%;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 3em;
}


.subhead__img {
	display: block;
	width: 90%;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	margin-bottom: 2em;
}

.subheading_items {
	display: block;
	width: 85%;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;	
}



/* ------ メインスライド ------ */
.img-slides {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.img-slides img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* ------ サブスライド ------ */
.sub_img__slides {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;	
}
.sub_img__slides img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/* ------ サブ画像 ------ */
.threeimg-slides {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 40px;
}
.threeimg-slides img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}



/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.item-mainbox {
		margin-bottom: 0px;
	}

	.item-mainimg {
		display: block;
		width: 50%;
		position: relative;
		top: 0;
		left: 35%;
	}	

	/* --- 小見出し --- */
	.subheading_styling {
		width: 68%;
		margin-bottom: 2em;
	}
	.subhead__img {
		width: 65%;
	}	
	.threeimg-slides {
		width: 70%;
	}
	.subheading_items {
		display: block;
		width: 70%;
		margin-bottom: 40px;	
	}

	/* ------ ナンバー見出し ------ */
	.subheading_num {
		width: 70%;
		margin-bottom: 70px;
	}



	/* ------ メインスライド ------ */
	.img-slides {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}

	/* ------ サブスライド ------ */
	.sub_img__slides {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;	
	}
}



/* ---------------------------------------------------------
	staff info
----------------------------------------------------------*/
.staff_info {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.staff_info img {
	max-width: 100%;
}

.staff__leftside {
	flex-basis: 40%;
}

.staff__rightside {
	flex-basis: 55%;
}

.staff__rightside h3 {
	color: #666;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.sftxt__ht {
	font-size: 1.8rem;
	line-height: 1.8;
	padding-left: 0.5em;
}

.staff__rightside p {
	padding-top: 0.25em;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.sftxt__small {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1rem;
	margin-bottom: 1em;
}

.staff__rightside a {
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.35rem;
	text-decoration: underline;
}
.staff__ig::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 0.75em;
	background-image:url("../images/ig_icon.png");
	background-size: contain;
	vertical-align: bottom;
	border: none;
}
.staff__ig img {
	max-width: 100%;
}

.staff__rightside img {
	height: 1.3rem;
}

.staff_cdbtn {
	width: 100%;
	margin-top: 1.5em;
	display: block;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 0.9rem;
	color: #666;
	text-decoration: none;
	text-align: center;
	border: 1px solid #666;
	border-radius: 50px;
	padding: 0em 0em 0.5em;
}
.staff_cdbtn a {
	font-size: 0.9rem;
	text-decoration: none;
}


/*-------------- PC --------------*/
@media screen and (min-width: 768px) {
	.staff_info {
		width: 65%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}

	.staff__leftside {
		flex-basis: 40%;
		align-self: center;
		margin-right: 10px;
	}
	.staff__rightside {
		flex-basis: 55%;
		align-self: flex-start;
	}

	.staff__rightside h3 {
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
	.staff__rightside h3 span {
		font-size: 2.3rem;
		padding-left: 0.25em;
	}
	.staff__rightside p {
		font-size: 1.3rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	.staff__rightside span {
		font-size: 1.2rem;
	}
	.staff__rightside a {
		font-size: 1.3rem;
	}
	.staff__ig::before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image:url("../images/ig_icon.png");
		background-size: contain;
		vertical-align: middle;
		border: none;
	}
	

}


/* ---------------------------------------------------------
	回答
----------------------------------------------------------*/
.txt__answer {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #808080;
	font-size: 1.3rem;
	background: #fff;
	border: solid 1px #808080;
	box-sizing: border-box;
	border-radius: 15px;
}
.txt__answer:after,
.txt__answer:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    right: 46%;
}

.txt__answer:after {
    border-color: rgba(0, 0, 0, 0);
    border-width: 15px;
    margin-top: 2px;
    margin-right: 1px;
    border-bottom-color: #fff;
}

.txt__answer:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: 16px;
    margin-top: 0px;
    border-bottom-color: #808080;
}

.txt__answer p {
	padding: 1em 2em 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.txt__answer figure {
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
}

.txt__answer img {
	max-width: 100%;
}

/*-------------- PC --------------*/
@media screen and (min-width: 768px) {
	.txt__answer {
		width: 70%;
		margin-bottom: 60px;
	}
	.txt__answer p {
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	掲載アイテムリスト
----------------------------------------------------------*/
.item_list__wapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.item_list__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.item_list__price {
	font-size: 1rem;
	padding-left: 1em;
}

.item_list__btn {
	font-size: 1.1rem;
	color: #ffffff;
	background-color: #ffabab;
	border-radius: 50px;
	padding: 0.25em 2em;
}
.item_list__btn a {
	color: #ffffff;
}
.item_list__btn a:visited {
	color: #ffffff;
}

.item_list__box li:nth-child(n + 3) {
	padding-top: 1.5em;
}
.item_list__box li:nth-child(odd) {
	-webkit-flex: 2 1 auto;
	flex: 2 1 auto;
	text-align: left;
}
.item_list__box li:nth-child(even) {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: right;
}

.item_list__subhd {
	width: 100%;
	margin-bottom: 2em;
}

.item_list__subhd img {
	max-width: 100%;
}

/*-------------- PC --------------*/
@media screen and (min-width: 768px) {
	.scd_contens {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-directiont: row-reverse;
		flex-direction: row-reverse;
	}

	.scd_contens article {
		width: calc(50% - 10px);
		min-height: 500px;
	}
	
	.item_list__wapper {
		width: 70%;
	}
	
	.item_list__box {
		font-size: 1.8rem;
	}
	.item_list__price {
		font-size: 1.3rem;
	}
	.item_list__btn {
		font-size: 1.3rem;
	}
}


/* ---------------------------------------------------------
	アイテムプライス
----------------------------------------------------------*/
.items-price {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.5;
	letter-spacing: 0.05em;
	text-decoration: underline;
	color: #808080;
}
ul {
	list-style: none;
}

.items-price li:not(:last-child) {
	margin-right: 1em;
}

.items-price li:first-child {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	line-height: 1;
}

.items-price a {
	text-decoration: underline;
	color: #808080;
}

.items-price img {
	max-width: 100%;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.items-price {
		width: 70%;
		margin-bottom: 2em;
		justify-content: center;
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	アイテムプライス
----------------------------------------------------------*/
.height_cd__box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.height_cd__box img {
	max-width: 100%;
}

.subheading_height_cd {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
}

.height_cd__item {
	width: 47.5%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.height_cd__item figure {
	margin-bottom: 10px;
}

.height_cd__txt {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

/*-------------- PC --------------*/
@media screen and (min-width: 768px) {
	.height_cd__box {
		width: 80%;
	}
	.subheading_height_cd {
		width: 40%;
		margin-bottom: 5em;
	}
	.height_cd__txt {
		width: 40%;
	}
}


/* ---------------------------------------------------------
	区切ドット
----------------------------------------------------------*/
.subheading_break {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.subheading_break img {
	max-width: 100%;
}

/*-------------- PC --------------*/
@media screen and (min-width: 768px) {
	.subheading_break { 
		width: 25%;
		margin-bottom: 100px;
	}
}


/* ---------------------------------------------------------
	ALL ITEMボタン
----------------------------------------------------------*/
.morebtn_wapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.moreitem {
	display: inline-block;
	padding: 1em 3em;
	margin: 0 auto;
	border: 1px #ffabab solid;
	background-color: #ffabab;
	text-decoration: none;
	font-size: 1.4rem;
	transition: .4s;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	border-radius: 50px;
}

.moreitem a {
  color: #fff;
  font-weight: normal;
}


/*----- PC -----*/
@media screen and (min-width: 768px) {
	.morebtn_wapper {
		margin-top: 80px;
		margin-bottom: 100px;
	}
	.moreitem {
		font-size: 1.8rem;
		padding: 1em 5em;
	}
}


/* ---------------------------------------------------------
　フッター
----------------------------------------------------------*/

footer {
	/*-- background: linear-gradient(-135deg, #ffd1d7, #ffaab4) fixed; --*/	
	background-color: #edabab;
	/*-- background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover; --*/
	margin: 0 auto;
	max-width: 9999px;
	font-size:13px;
	padding: 20px 0;
}
  footer #footer_box {
    margin: 0 auto; }
	@media screen and (min-width: 768px) {
	  footer #footer_box {
		width: 50%;
		padding: 50px 0; } }
	@media screen and (max-width: 970px) {
	  footer #footer_box {
		width: 70%;
		padding: 50px 0; } }
	@media screen and (min-width: 768px) {
	footer ul {
		padding-bottom: 40px;
		list-style: none;} }
	@media screen and (max-width: 970px) {
	footer ul {
		padding-bottom: 40px;
		list-style: none;} }
	footer #nice_logo {
		margin: 0 auto; }
	@media screen and (min-width: 768px) {
	  footer #nice_logo {
		width: 22%; } }
	@media screen and (max-width: 970px) {
	  footer #nice_logo {
		width: 43%; } }
	footer .footer_p {
		margin: 0 auto;
		display: block;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 1.5rem;
		font-family: 'Noto Sans JP', sans-serif;}
	footer .footer_r {
		margin: 0 auto;
		display: block;
		text-align: center;
		color: #fff;
		font-weight: 400;
		font-size: 0.65rem;
		padding-top: 2em;
		line-height: 2;
		font-family: 'Noto Sans JP', sans-serif;}
	footer .footer_p a {
		margin: 0 auto;
		display: block;
		text-align: center;
		text-decoration: underline;  
		font-weight: normal;
		font-size: 1.35rem;
		color: #fff; }
    @media screen and (min-width: 768px) {
      footer .footer_p {
        padding: 0 0 1.5em;
        letter-spacing: 2px; } }
    @media screen and (max-width: 970px) {
      footer .footer_p {
        padding: 0 0 1.5em; } }
	footer #sns_flex {
		display: flex;
		justify-content: space-between;
		margin: 0 auto; }
    @media screen and (min-width: 768px) {
      footer #sns_flex {
        width: 45%; } }
    @media screen and (max-width: 970px) {
      footer #sns_flex {
        width: 90%; } }
    @media screen and (min-width: 768px) {
      footer #sns_flex li {
        width: 9%; } }
    @media screen and (max-width: 970px) {
      footer #sns_flex li {
        width: 10%; } }
    footer #sns_flex a {
      text-decoration: none; }
  footer #online_link {
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      footer #online_link {
        width: 50%; 
        padding-left: 150px;} }
    @media screen and (max-width: 970px) {
      footer #online_link {
        width: 100%; 
        margin-right: 0px;
        margin-left: 70px;} }
    footer #online_link a {
      color: #fff; }