@charset "utf-8";
/* バルーン電報 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600&family=Roboto:wght@300;400;500&display=swap');


@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}

.telegram {
	width: 100%;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 18px;
}
.telegram * {
	font-family: 'Roboto', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Hiragino Gothic ProN', sans-serif;
	color: #3a1901;
	font-feature-settings: "palt";
}
.telegram p{
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.telegram .mainImg{
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.telegram .mainImg img{
	width: 100%;
}
.telegram .mainImg .leadImg01{
	position: absolute;
	left: 8.5%;
	bottom: -18.75%;
	width: 32.6%
}
@media screen and (max-width: 767px) {
	.telegram *{
		text-align: center;
	}
	.telegram .mainImg .leadImg01{
		width: 60.933vw;
		bottom: -19.6vw;
		left: 12.933vw;
	}
}
.telegram .leadBox{
	position: relative;
	max-width: 1200px;
	width: 100%;
	padding-bottom: 60px;
	margin: 0 auto;
}
.telegram .leadBox .leadImg02{
	position: absolute;
	width: 13.25%;
	top: 35%;
	left: 4%;
}
.telegram .leadBox .leadImg03{
	position: absolute;
	width: 13.25%;
	top: 15%;
	right: 2%;
}
.telegram .leadBox p{
	padding: 7.5% 0 4%;
	font-size: 18px;
	line-height: 2.3;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}
.telegram .leadBox a.catPriceLink{
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	box-sizing: border-box;
	border: #3a1901 1px solid;
	text-align: center;
	position: relative;
	font-size: 18px;
	text-decoration: none;
	color: #3a1901;
}
.telegram .leadBox a.catPriceLink::after{
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-right: #3a1901 1px solid;
	border-bottom: #3a1901 1px solid;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.telegram .leadBox a.catPriceLink:hover{
	background: #3a1901;
	color: #fff;
  -ms-transition: 1s;
  -webkit-transition: 1s;
　transition: 1s;
}
.telegram .leadBox a.catPriceLink:hover::after{
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;	
}
@media screen and (max-width: 834px) {
	.telegram .leadBox .leadImg02{
		top: 40%;
		left: 4%;
	}
	.telegram .leadBox .leadImg03{
		top: 35%;
		right: 2%;
	}
}
@media screen and (max-width: 767px) {
	.telegram .leadBox{
		padding-bottom: 8vw;
	}
	.telegram .leadBox .leadImg03{
		width: 21.2vw;
		top: 0 !important;
		right: 1.333vw !important;
	}
	.telegram .leadBox p{
		padding: 24vw 0 6.666vw;
		font-size: 3.7333vw;
		line-height: 2.0;
	}
	.telegram .leadBox a.catPriceLink{
	width: 72vw;
	margin: 0 auto;
	padding: 3.333vw 0;
	font-size: 3.466vw;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	background: #3a1901;
	}
	.telegram .leadBox a.catPriceLink::after{
		position: absolute;
		top: 50%;
		right: 4vw;
		display: block;
		content: '';
		width: 2.4vw;
		height: 2.4vw;
		margin-top: -1.2vw;
		border-right: #fff 1px solid;
		border-bottom: #fff 1px solid;
	}
}
/*フェードインアニメーション*/
.telegram .fadein {
  opacity : 0;
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
　transform: translateY(20px);
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
　transition: all 1s;
}

.telegram .balloonItems#cts02{
	border-bottom: #cfc3a4 1px solid;
	padding-top: 60px;
	padding-bottom: 0;
}
.telegram .balloonItems#cts03{
	padding-top: 70px;
}
.balloonItems#cts01 .itemIntroIn, .balloonItems#cts03 .itemIntroIn{
	width: 100%;
	background: #f6f6f8;
	padding: 70px 0 55px;
}

.telegram .balloonItems h2{
	width: 100%;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
	margin-bottom: 30px;
}

.telegram .balloonItems h2::before{
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 30px;
}
.telegram .balloonItems#cts01 h2::before{
  width: 205px;
  height: 118px;
  background-image: url("../images02/cts_ttl01_no.png");
}
.telegram .balloonItems#cts02 h2::before{
  width: 212px;
  height: 122px;
  background-image: url("../images02/cts_ttl02_no.png");
}
.telegram .balloonItems#cts03 h2::before{
  width: 206px;
  height: 103px;
  background-image: url("../images02/cts_ttl03_no.png");
}
.telegram .balloonItems h2::after{
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-left: 30px;
}
.telegram .balloonItems#cts01 h2::after{
  width: 100px;
  height: 162px;
  background-image: url("../images02/cts_ttl01_img.png");
}
.telegram .balloonItems#cts02 h2::after{
  width: 157px;
  height: 151px;
  background-image: url("../images02/cts_ttl02_img.png");
}
.telegram .balloonItems#cts03 h2::after{
  width: 99px;
  height: 108px;
  background-image: url("../images02/cts_ttl03_img.png");
}
@media screen and (max-width: 1200px){
	.telegram .balloonItems#cts02{
		padding-top: 5vw;
	}
	.telegram .balloonItems#cts03{
		padding-top: 5.833vw;
	}
	.balloonItems#cts01 .itemIntroIn, .balloonItems#cts03 .itemIntroIn{
		padding: 5.833vw 0 4.583vw;
	}
	.telegram .balloonItems h2{
		font-size: 4vw;
		margin-bottom: 2vw;
	}
	.telegram .balloonItems h2::before{
		margin-right: 2vw;
	}
	.telegram .balloonItems#cts01 h2::before{
		width: 7.5vw;
		height: 8.083vw;
		background-image: url("../images02/cts_ttl01_no_sp.png");	
	}
	.telegram .balloonItems#cts02 h2::before{
		width: 7.5vw;
		height: 8.083vw;
		background-image: url("../images02/cts_ttl02_no_sp.png");
	}
	.telegram .balloonItems#cts03 h2::before{
		width: 7.5vw;
		height: 8.083vw;
		background-image: url("../images02/cts_ttl03_no_sp.png");
	}
	.telegram .balloonItems h2::after{
	  margin-left: 2vw;
	}
	.telegram .balloonItems#cts01 h2::after{
	  width: 8.333vw;
	  height: 13.5vw;
	}
	.telegram .balloonItems#cts02 h2::after{
	  width: 13.083vw;
	  height: 12.583vw;
	}
	.telegram .balloonItems#cts03 h2::after{
	  width: 8.25vw;
	  height: 9vw;
	}
}
@media screen and (max-width: 767px){
	.telegram .balloonItems h2{
	font-size: 6.4vw;
	line-height: 1.4em;
	margin-bottom: 2.666vw;
	}
	.telegram .balloonItems#cts01 h2::before{
  	content: none;
	}
	.telegram .balloonItems#cts01 h2::after{
  	content: none;
	}
	.telegram .balloonItems#cts02 h2::before{
  	content: none;
	}
	.telegram .balloonItems#cts02 h2::after{
  	content: none;
	}
	.telegram .balloonItems#cts03 h2::before{
  	content: none;
	}
	.telegram .balloonItems#cts03 h2::after{
  	content: none;
	}
	.telegram .balloonItems#cts01 h2{
		background-image: url("../images02/cts_ttl01_no_sp.png"), url("../images02/cts_ttl01_img.png");
		background-size: 11.733vw auto, 12.53vw auto;
		background-position: left 4vw top 50%, right 4vw top 50%;
		background-repeat: no-repeat;
		padding: 2vw 0;
	}
	.telegram .balloonItems#cts02 h2{
		background-image: url("../images02/cts_ttl02_no_sp.png"), url("../images02/cts_ttl02_img.png");
		background-size: 11.733vw auto, 20.933vw auto;
		background-position: left 4vw top 50%, right 2vw top 50%;
		background-repeat: no-repeat;
		padding: 2vw 0;
	}
	.telegram .balloonItems#cts03 h2{
		background-image: url("../images02/cts_ttl03_no_sp.png"), url("../images02/cts_ttl03_img.png");
		background-size: 11.733vw auto, 13.2vw auto;
		background-position: left 4vw top 50%, right 4vw top 50%;
		background-repeat: no-repeat;
		padding: 2vw 0;
	}
}
/*商品一覧*/
.itemIntro, .itemIntro02{
	width: 1200px;
	margin: 0 auto;
}
.itemIntro{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.itemIntro > li:first-of-type .telegItems .itemLarge {
 float: left;
  position: relative;
  width: 520px;
  height: 520px;
}
.itemIntro > li:first-of-type .telegItems .itemLarge li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.itemIntro > li:first-of-type .telegItems .itemLarge li:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.itemIntro > li:first-of-type .itemSmall {
  float: left;
  display: block;
  width: 130px;
}
.itemIntro > li:first-of-type .itemSmall li {
  display: block;
  background: #000;
}
.itemIntro > li:first-of-type .itemSmall li.itemLight {
  background: transparent;
  transition: 0.7s;
}
.itemIntro > li:first-of-type .itemSmall li span:hover {
  cursor: pointer;
}
.itemIntro > li:first-of-type .itemSmall li img {
  opacity: 0.7;
  transition: 0.7s;
}
.itemIntro > li:first-of-type .itemSmall li.itemLight img {
  opacity: 1;
}
.itemIntro > li:nth-of-type(2){
	width: 510px;
	margin: 0 0 0 40px;
	position: relative;
}
.itemIntro > li:nth-of-type(2) dt{
	font-size: 30px;
	line-height: 1.6;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: #3a1901 1px solid;
	margin-bottom: 20px;
}
.itemIntro > li:nth-of-type(2) dd.cvTxt{
	margin-bottom: 15px;
	text-align: left;
}
.itemIntro > li:nth-of-type(2) dd.cvBtn{
	position: absolute;
	bottom: 20px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


@media screen and (max-width: 1200px){
	.itemIntro, .itemIntro02{
		width: 100%;
		padding: 0 1.666vw;
	}
	.itemIntro{
		margin-bottom: 3.333vw
	}
	.itemIntro > li:first-of-type .telegItems .itemLarge{
		width: 44vw;
		height: 44vw;
	}
	.itemIntro > li:first-of-type .itemSmall{
		width: 11vw !important;
	}
	.itemIntro > li:nth-of-type(2){
		/* width: 37.6vw !important; */
		width: 37vw !important;
		margin: 0 0 0 3vw;
	}
	.itemIntro > li:nth-of-type(2) dt{
		font-size: 2.5vw;
	}
	.itemIntro > li:nth-of-type(2) dd.cvTxt{
		font-size: 1.666vw;
	}
}
@media screen and (max-width: 767px){
	.itemIntro, .itemIntro02{
		padding: 0 5.333vw;
	}
	.itemIntro > li{
		width: 100%;
	}
	.itemIntro > li:first-of-type .telegItems .itemLarge{
		width: 80%;
	}
	.itemIntro > li:first-of-type .itemSmall{
    	width: 20% !important;
	}
	.itemIntro > li:first-of-type .itemSmall li img{
		width: 100%;
	}
	.itemIntro > li:nth-of-type(2){
		width: 100% !important;
		margin: 0;
	}
	.itemIntro > li:nth-of-type(2) dt{
		font-size: 5.066vw;
		margin-bottom: 2.666vw;
	}
	.itemIntro > li:nth-of-type(2) dd.cvTxt{
		font-size: 3.733vw;
	}
	.itemIntro > li:nth-of-type(2) dd.cvBtn{
		position: static;
	    transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
	}
}


.cvBtn a{
	width: 320px;
	position: relative;
	background: #ff9884;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 13px 0;
	margin: 0 auto;
}
.cvBtn a::after{
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cvBtn a:hover{
	position: relative;
	opacity: 0.8;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
　transition: 0.5s;
}
.itemIntro > li:nth-of-type(2) dd.cvPrice{
	position: absolute;
	right: 0;
	bottom: 75px;
}
.itemIntro > li:nth-of-type(2) dd.cvPrice .soryoIcon{
	font-size: 14px;
	line-height: 1;
	color: #fff;
	padding: 6px 10px;
	margin-right: 10px;
	background: #3a1901;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
}
.itemIntro > li:nth-of-type(2) dd.cvPrice p{
	display: inline;
	font-size: 55px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1em;
}
.itemIntro > li:nth-of-type(2) dd.cvPrice .yen{
	font-size: 40px;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'Hiragino Gothic ProN', sans-serif;
	font-weight: bold;
}
.itemIntro > li:nth-of-type(2) dd.cvPrice .tax{
	font-size: 20px;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'Hiragino Gothic ProN', sans-serif;
	font-weight: bold;
}

@media screen and (max-width: 1200px){
	.cvBtn a{
	width: 30vw;
	font-size: 16px;
	}
	.itemIntro > li:nth-of-type(2) dd.cvPrice .soryoIcon{
		font-size: 1.166vw;
	}
	.itemIntro > li:nth-of-type(2) dd.cvPrice p{
		font-size: 4.583vw;
		margin-bottom: 1.333vw;
	}
	.itemIntro > li:nth-of-type(2) dd.cvPrice .yen{
		font-size: 3.333vw;
	}
	.itemIntro > li:nth-of-type(2) dd.cvPrice .tax{
			font-size: 1.666vw;
	}
}
@media screen and (max-width: 767px){
	.cvBtn a{
	width: 80vw;
	font-size: 4.533vw;
	}
	.cvBtn a::after{
	width: 8px;
	height: 8px;
	margin-top: -4px;
}
	.itemIntro > li:nth-of-type(2) dd.cvPrice{
	position: static;
	text-align: right;
	}
	.itemIntro > li:nth-of-type(2) dd.cvPrice .soryoIcon{
		font-size: 3.066vw;
	}
	.itemIntro > li:nth-of-type(2) dd.cvPrice p{
	font-size: 11.066vw;
	}
	.itemIntro > li:nth-of-type(2) dd.cvPrice .yen{
		font-size: 8vw;
	}
	.itemIntro > li:nth-of-type(2) dd.cvPrice .tax{
		font-size: 3.733vw;
	}
}
.itemIntro02{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.itemIntro02 > li{
	margin-bottom: 40px;
	width: 570px;
}
.itemIntro02 > li:nth-of-type(even){
	margin-left: 60px;
}
.itemIntro02 > li > .telegItems02{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	-ms-align-items: flex-end;
	margin-bottom: 30px;
}
.itemIntro02 > li > .telegItems02 li:first-of-type{
	width: 300px;
}
.itemIntro02 > li > .telegItems02 li:nth-of-type(2){
	width: 250px;
	margin-left: 20px;
	position: relative;
}
.itemIntro02 > li > .telegItems02 dl{
	margin-bottom: 0;
}
.itemIntro02 > li > .telegItems02 dt{
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: #3a1901 1px solid;
	margin-bottom: 35px;
}
.itemIntro02 > li > .telegItems02 dd{
	text-align: right;
}
.itemIntro02 > li > .telegItems02 dd .soryoIcon{
	font-size: 12px;
	line-height: 1;
	color: #fff;
	padding: 5px 8px;
	background: #3a1901;
	display: inline-block;	
}
.itemIntro02 > li > .telegItems02 dd p{
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.itemIntro02 > li > .telegItems02 dd .yen{
	font-size: 30px;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'Hiragino Gothic ProN', sans-serif;
	font-weight: bold;
}
.itemIntro02 > li > .telegItems02 dd .tax{
	font-size: 16px;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'Hiragino Gothic ProN', sans-serif;
	font-weight: bold;
}

@media screen and (max-width: 1200px){
	.itemIntro02{
		margin-bottom: 3.333vw;
	}
	.itemIntro02 > li{
		width: 48%;
		margin-bottom: 3.333vw;
	}
	.itemIntro02 > li:nth-of-type(even){
		margin-left: 4%;
	}
	.itemIntro02 > li > .telegItems02 li:first-of-type{
		width: 48%;
	}
	.itemIntro02 > li > .telegItems02 li:first-of-type img{
		width: 100%;
	}
	.itemIntro02 > li > .telegItems02 li:nth-of-type(2){
		width: 48%;
		margin-left: 4%;
	}
	.itemIntro02 > li > .telegItems02 dt{
		font-size: 1.833vw;
		margin-bottom: 2.666vw;
		min-height: 10vw;
	}
	.itemIntro02 > li > .telegItems02 dd .soryoIcon{
		font-size: 1.166vw;
	}
	.itemIntro02 > li > .telegItems02 dd p{
		font-size: 3.75vw;
	}
	.itemIntro02 > li > .telegItems02 dd .yen{
		font-size: 2.5vw;
	}
	.itemIntro02 > li > .telegItems02 dd .tax{
		font-size: 1.333vw;
	}
}

@media screen and (max-width: 834px){
	.itemIntro02{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 90%;
		margin: 0 auto 4vw;
	}
	.itemIntro02 > li{
		width: 48%;
	}
	.itemIntro02 > li > .telegItems02{
		display: block;
		margin-bottom: 2vw;
	}
	.itemIntro02 > li > .telegItems02 li:first-of-type{
		width: 100%;
	}
	.itemIntro02 > li > .telegItems02 li:nth-of-type(2){
		width: 100%;
		margin: 1.666vw 0 0;
	}
	.itemIntro02 > li > .telegItems02 dt{
		font-size: 2.5vw;
		margin-bottom: 1.333vw;
	}
	.itemIntro02 > li > .telegItems02 dd p{
		font-size: 4.583vw;
		margin-bottom: 1.333vw;
	}
}

@media screen and (max-width: 767px){
	.itemIntro02{
		width: 100%;
	}
	.itemIntro02 > li > .telegItems02 dt{
		font-size: 3.733vw;
		min-height: 21vw;
	}
	.itemIntro02 > li > .telegItems02 dd .soryoIcon{
	font-size: 2.133vw;
	}
	.itemIntro02 > li > .telegItems02 dd p{
		text-align: right;
		font-size: 7.2vw;
	}
	.itemIntro02 > li > .telegItems02 dd .yen{
		font-size: 4.8vw;
	}
	.itemIntro02 > li > .telegItems02 dd .tax{
		font-size: 3.2vw;
	}
	.itemIntro02 > li .cvBtn a{
		width: 100%;
		font-size: 3.466vw;
	}
	.itemIntro02 > li .cvBtn a::after{
		right: 15px;
	}
}



.itemIntroIn h3, .itemIntroIn h3 span{
	font-family: 'Noto Serif JP', serif;
}
.itemIntroIn h3{
	background: none;
	margin: 0;
	padding: 0;
	font-size: 40px;
	margin-bottom: 30px;
}
.itemIntroIn h3 span{
	font-size: 26px;
	line-height: 2.0;
}
.itemIntroIn h3 span::before{
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 20px;
  height: 33px;
  background-image: url("../images02/h3_line_l.png");
  margin-right: 10px;
}
.itemIntroIn h3 span::after{
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 20px;
  height: 33px;
  background-image: url("../images02/h3_line_r.png");
  margin-left: 10px;
}
.itemIntroIn .introInCts{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}
.itemIntroIn .introInCts > li{
	width: 580px;
	background: #fff;
	height: 314px;
	margin-bottom: 25px;
}
.itemIntroIn .introInCts > li:nth-of-type(2n){
	margin-left: 40px;
}

.itemIntroIn .introInCts .telegItems03{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	-ms-align-items: flex-end;
}
.itemIntroIn .introInCts .telegItems03 li:first-of-type{
	width: 260px;
}
.itemIntroIn .introInCts .telegItems03 li:nth-of-type(2){
	width: 320px;
	position: relative;
	padding: 20px 30px;
}
.itemIntroIn .introInCts .telegItems03 dl{
	margin-bottom: 0 !important;
}
.itemIntroIn .introInCts .telegItems03 dt{
	font-family: 'Noto Serif JP', serif;	
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	padding-bottom: 10px;
	border-bottom: #3a1901 1px solid;
	margin-bottom: 10px;
}
.itemIntroIn .introInCts .telegItems03 dd{
	text-align: right;
}
.itemIntroIn .introInCts .telegItems03 dd .soryoIcon{
	font-size: 12px;
	line-height: 1;
	color: #fff;
	padding: 5px 8px;
	background: #3a1901;
	display: inline-block;	
}
.itemIntroIn .introInCts .telegItems03 dd p{
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 10px;
}
.itemIntroIn .introInCts .telegItems03 dd .yen{
	font-size: 26px;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'Hiragino Gothic ProN', sans-serif;
	font-weight: bold;
}
.itemIntroIn .introInCts .telegItems03 dd .tax{
	font-size: 16px;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'Hiragino Gothic ProN', sans-serif;
	font-weight: bold;
}
.cvBtn02 a{
	width: 260px;
	position: relative;
	background: #ff9884;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	margin: 0 auto;
}
.cvBtn02 a::after{
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cvBtn02 a:hover{
	position: relative;
	opacity: 0.8;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
　transition: 0.5s;
}

@media screen and (max-width: 1200px){
	.itemIntroIn h3{
		font-size: 3.333vw;
		margin-bottom: 2.5vw;
	}
	.itemIntroIn h3 span{
		font-size: 2.166vw;
		line-height: 2.0;
	}
	.itemIntroIn h3 span::before{
	  width: 1.666vw;
	  height: 2.75vw;
	}
	.itemIntroIn h3 span::after{
	  width: 1.666vw;
	  height: 2.75vw;
	}
	.itemIntroIn .introInCts{
		padding: 0 1.666vw;
		width: 100%;
	}
	.itemIntroIn .introInCts > li{
		width: 49%;
		height: 58.8%;
	}
	.itemIntroIn .introInCts > li:nth-of-type(2n){
		margin-left: 2%;
	}
	.itemIntroIn .introInCts .telegItems03{
		margin-bottom: 0;
	}
	.itemIntroIn .introInCts .telegItems03 li:first-of-type{
		width: 50%;
	}
	.itemIntroIn .introInCts .telegItems03 li:first-of-type img{
		width: 100%;
	}
	.itemIntroIn .introInCts .telegItems03 li:nth-of-type(2){
		width: 50%;
		padding: 4%;
	}
	.itemIntroIn .introInCts .telegItems03 .cvBtn02 a{
		width: 100%;
	}
	.itemIntroIn .introInCts .telegItems03 dt{
		font-size: 1.833vw;
	}
	.itemIntroIn .introInCts .telegItems03 dd .soryoIcon{
	font-size: 10px;
	}
	.itemIntroIn .introInCts .telegItems03 dd p{
		font-size: 2.916vw;
	}
	.itemIntroIn .introInCts .telegItems03 dd .yen{
		font-size: 2.166vw;;
	}
	.itemIntroIn .introInCts .telegItems03 dd .tax{
		font-size: 1.333vw;
	}
	.cvBtn02 a{
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 767px){
	.itemIntroIn h3{
		font-size: 5.6vw;
		margin-bottom: 4vw;
	}
	.itemIntroIn h3 span{
		font-size: 3.733vw;
		line-height: 2.0;
	}
	.itemIntroIn h3 span::before{
	  width: 2.666vw;
	  height: 4.4vw;
	}
	.itemIntroIn h3 span::after{
	  width: 2.666vw;
	  height: 4.4vw;
	}
	.itemIntroIn .introInCts{
		display: block;
		padding: 0 5.333vw;
	}	
	.itemIntroIn .introInCts > li{
		width: 100%;
		height: 120%;
		margin: 0 auto 4vw;
	}
	.itemIntroIn .introInCts > li:nth-of-type(2n){
		margin: 0 auto 4vw;
	}
	.itemIntroIn .introInCts .telegItems03 dt{
		font-size: 3.733vw;
		padding-bottom: 1.333vw;
		margin-bottom: 0;
	}
	.itemIntroIn .introInCts .telegItems03 dd .soryoIcon{
		font-size: 2.133vw;
		margin-bottom: 0;
	}
	.itemIntroIn .introInCts .telegItems03 dd p{
		font-size: 6.4vw;
		margin-bottom: 5px;
	}
	.itemIntroIn .introInCts .telegItems03 dd .yen{
		font-size: 4.8vw;
	}
	.itemIntroIn .introInCts .telegItems03 dd .tax{
		font-size: 2.666vw;
	}
	.itemIntroIn .introInCts .telegItems03 .cvBtn02 a{
		font-size: 3.2vw;
		padding: 2vw 0;
	}
	.cvBtn02 a{
		font-size: 3.466vw;
	}
	.cvBtn02 a::after{
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}
}


/*ご予算別テッパンアレンジ*/

.teppan{
	padding: 70px 0 20px;
}
.teppan h3 p, .teppan h3 span{
	font-family: 'Noto Serif JP', serif;
}
.teppan h3{
	background: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}
.teppan h3 p{
	font-size: 48px;
}
.teppan h3 p::before{
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: top;
  width: 57px;
  height: 64px;
  background-image: url("../images02/cts_ttl04_img_l.png");
  margin-right: 10px;
}
.teppan h3 p::after{
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: top;
  width: 57px;
  height: 64px;
  background-image: url("../images02/cts_ttl04_img_r.png");
  margin-left: 10px;
}
.teppan h3 span{
	font-size: 26px;
	line-height: 2.0;
}
.teppan > .teppanCts{
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.teppan > .teppanCts li{
	width: 580px;
}
.teppan > .teppanCts > li:nth-of-type(2n){
	margin-left: 40px;
}
.teppan > .teppanCts .telegItems04{
	margin-bottom: 50px;
	overflow: hidden;
}
.teppan > .teppanCts .telegItems04 .priceTtl p{
	font-size: 36px;
	font-weight: 500;
	line-height: 1em;
	border-top: #b9ab87 1px solid;
	border-bottom: #b9ab87 1px solid;
	padding: 15px 0;
}
.teppan > .teppanCts .telegItems04 .priceTtl p span{
	font-size: 28px;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'Hiragino Gothic ProN', sans-serif;
	font-weight: bold;
}
.teppan > .teppanCts .telegItems04 li{
	width: 280px;
	margin-top: 20px;
	float: left;
}
.teppan > .teppanCts .telegItems04 li:first-of-type{
	margin-right: 20px;
}
.teppan > .teppanCts .telegItems04 li .itemImg{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.teppan > .teppanCts .telegItems04 dl{
	margin-bottom: 0 !important;
}
.teppan > .teppanCts .telegItems04 dt{
	font-family: 'Noto Serif JP', serif;	
	text-align: left;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.6;
	padding-bottom: 10px;
	border-bottom: #3a1901 1px solid;
	margin-bottom: 10px;
	letter-spacing: 0;
	min-height: 100px;
}
.teppan > .teppanCts .telegItems04 dd{
	text-align: right;
}
.teppan > .teppanCts .telegItems04 dd .soryoIcon{
	font-size: 12px;
	line-height: 1;
	color: #fff;
	padding: 5px 8px;
	background: #3a1901;
	display: inline-block;	
}
.teppan > .teppanCts .telegItems04 dd p{
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 10px;
}
.teppan > .teppanCts .telegItems04 dd .yen{
	font-size: 26px;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'Hiragino Gothic ProN', sans-serif;
	font-weight: bold;
}
.teppan > .teppanCts .telegItems04 dd .tax{
	font-size: 16px;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'Hiragino Gothic ProN', sans-serif;
	font-weight: bold;
}

@media screen and (max-width: 1200px){
	.teppan{
		padding: 5.833vw 0 1.666vw;
	}
	.teppan h3 span{
		font-size: 2.166vw;
	}
	.teppan h3 p{
		font-size: 4vw;
	}
	.teppan h3 p::before{
		width: 4.75vw;
		height: 5.333vw;
	}
	.teppan h3 p::after{
		width: 4.75vw;
		height: 5.333vw;
	}
	.teppan h3{
		margin-bottom: 4.166vw;
	}
	.teppan > .teppanCts{
		padding: 0 1.666vw;
		width: 100%;
	}
	.teppan > .teppanCts li{
		width: 48%;
	}
	.teppan > .teppanCts > li:nth-of-type(2n){
		margin-left: 4%;
	}
	.teppan > .teppanCts .priceTtl img.ttl_deco{
		width: 12.416vw;
	}
	.teppan > .teppanCts .telegItems04{
		margin-bottom: 4.166vw
	}
	.teppan > .teppanCts .telegItems04 .priceTtl p{
		font-size: 3vw;
		padding: 1.25vw;
	}
	.teppan > .teppanCts .telegItems04 .priceTtl p span{
		font-size: 2.3vw;
	}
	.teppan > .teppanCts .telegItems04 li{
		width: 48%;
		margin-top: 0.833vw;
	}
	.teppan > .teppanCts .telegItems04 li:first-of-type{
		margin-right: 4%;
	}
	.teppan > .teppanCts .telegItems04 dt{
		min-height: 9.2vw;
		font-size: 1.583vw;
	}
	.teppan > .teppanCts .telegItems04 dd p{
		font-size: 3.333vw;
	}
	.teppan > .teppanCts .telegItems04 dd .soryoIcon{
		font-size: 10px;
	}
	.teppan > .teppanCts .telegItems04 dd .yen{
		font-size: 2.166vw;
	}
	.teppan > .teppanCts .telegItems04 dd .tax{
		font-size: 1.333vw;
	}
	.teppan > .teppanCts .telegItems04 dd.cvBtn02 a{
		width: 100% !important;
	}
}
@media screen and (max-width: 767px){
	.teppan{
		padding: 9.333vw 0 2.666vw;
	}
	.teppan h3 span{
		font-size: 4vw;
	}
	.teppan h3 p{
		font-size: 6.4vw;
	}
	.teppan h3 p::before{
		width: 7.6vw;
		height: 8.533vw;
	}
	.teppan h3 p::after{
		width: 7.6vw;
		height: 8.533vw;
	}
	.teppan h3{
		margin-bottom: 0;
	}
	.teppan > .teppanCts{
		display: block;
	}
	.teppan > .teppanCts{
		padding: 0 2.666vw;
	}
	.teppan > .teppanCts li{
		width: 100%;
	}
	.teppan > .teppanCts > li:nth-of-type(2n){
		margin-left: 0;
	}
	.teppan > .teppanCts .priceTtl img.ttl_deco{
		width: 20vw;
	}
	.teppan > .teppanCts .telegItems04 .priceTtl p{
		font-size: 5.333vw;
		line-height: 1;
		padding: 2.666vw 0;
	}
	.teppan > .teppanCts .telegItems04 .priceTtl p span{
		font-size: 4.8vw;
	}
	.teppan > .teppanCts .telegItems04 li .itemImg{
		margin-bottom: 1vw;
	}
	.teppan > .teppanCts .telegItems04 dt{
		font-size: 3.733vw;
		margin-bottom: 0;
		min-height: 21vw;
	}
	.teppan > .teppanCts .telegItems04 dd .soryoIcon{
		font-size: 2.133vw;
	}
	.teppan > .teppanCts .telegItems04 dd p{
		text-align: right;
		font-size: 7.2vw;
	}
	.teppan > .teppanCts .telegItems04 dd .yen{
		font-size: 4.8vw;
	}
	.teppan > .teppanCts .telegItems04 dd .tax{
		font-size: 3.2vw;
	}
}

/*お客様の声・ご一読くださいタイトル*/
.voice h3, .info h3{
	background: none;
	margin: 0;
	padding: 0;
}
.voice h3 .voiceTtl{
	width: 176px;
	display: inline-block;
	margin-bottom: 15px;
}
 .info h3 .infoTtl{
 	width: 305px;
	display: inline-block;
	margin-bottom: 15px;
 }
.voice h3 p, .info h3 p{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 50px;
}
@media screen and (max-width: 1200px){
	.voice h3 .voiceTtl{
		width: 14.666vw;
		margin-bottom: 1.25vw;
	}
	 .info h3 .infoTtl{
 		width: 25.416vw;
		margin-bottom: 1.25vw;
 }
	.voice h3 p, .info h3 p{
		font-size: 3vw;
		margin-bottom: 4.166vw;
	}
}
@media screen and (max-width: 767px){
	.voice h3 .voiceTtl{
		width: 23.466vw;
		margin-bottom: 2.666vw;
	}
	.info h3 .infoTtl{
		width: 57.66vw;
		margin-bottom: 2.666vw;
	}
	.voice h3 p, .info h3 p{
	font-size: 5.6vw;
	line-height: 1.4;
	margin-bottom: 5.333vw;
}
}

/*お客様の声*/
.voice{
	background: #f9f1ef;
	width: 100%;
	padding: 70px 0;
}
.voice > .voiceCts{
	width: 1120px;
	margin: 0 auto;
}
.voice > .voiceCts .voiceBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}
.voice > .voiceCts .voiceBox:last-of-type{
	margin-bottom: 0;
}
.voice > .voiceCts .voiceBox .custmerIcon{
	width: 170px;
	text-align: center;
}
.voice > .voiceCts .voiceBox .custmerIcon img{
	width: 105px;
}
.voice > .voiceCts .voiceBox .fukidashi{
	width: 950px;
	background: #fff;
	padding: 30px;
	text-align: left;
	border-radius: 10px;
	position: relative;
	box-shadow: 0 0 5px #eee2df;
}
.voice > .voiceCts .voiceBox .fukidashi p{
	font-size: 17px;
	line-height: 1.6;
}
.voice > .voiceCts .voiceBox .fukidashi.right::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -12px;
  margin-left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
}
.voice > .voiceCts .voiceBox .fukidashi.left::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  margin-left: 0px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
}
.voice > .voiceCts .voiceComment{
	margin-top: 50px;
	background-image: url("../images02/voice_com_left.png"), url("../images02/voice_com_right.png");
	background-position: left 6.7% top 50%, right 6.7% top 50%;
	background-size: 7% auto, 7% auto;
	background-repeat: no-repeat;
}
.voice > .voiceCts .voiceComment p{
	font-size: 20px;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	margin-bottom: 40px;
	padding: 30px 0;
}
.voice > .voiceCts .voiceLogo{
	width: 188px;
}
@media screen and (max-width: 1200px){
	.voice{
		padding: 5.833vw 0;
	}
	.voice > .voiceCts{
		width: 90%;
	}
	.voice > .voiceCts .voiceBox .custmerIcon{
		width: 15%;
	}
	.voice > .voiceCts .voiceBox .custmerIcon img{
		width: 8.75vw;
	}
	.voice > .voiceCts .voiceBox .fukidashi{
		width: 85%;
		padding: 2.5vw;
	}
	.voice > .voiceCts .voiceBox .fukidashi p{
		font-size: 15px;
	}
	.voice > .voiceCts .voiceComment{
		margin-top: 4.166vw;
		background-position: left 5% top 50%, right 5% top 50%;
	}
	.voice > .voiceCts .voiceComment p{
		font-size: 1.833vw;
		padding: 0;
	}
}
@media screen and (max-width: 767px){
	.voice{
		padding: 9.333vw 2.666vw;
	}
	.voice > .voiceCts{
		width: 100%;
	}
	.voice > .voiceCts .voiceBox{
		margin-bottom: 5.333vw;
	}
	.voice > .voiceCts .voiceBox .custmerIcon{
	width: 25%;
	}
	.voice > .voiceCts .voiceBox .custmerIcon img{
		width: 17.333vw;
	}
	.voice > .voiceCts .voiceBox .fukidashi{
		width: 75%;
		padding: 4vw;
	}
	.voice > .voiceCts .voiceBox .fukidashi.right::before{
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0%;
	  margin-top: -6px;
	  margin-left: -12px;
	  border: 6px solid transparent;
	  border-right: 6px solid #fff;
	}
	.voice > .voiceCts .voiceBox .fukidashi.left::before{
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 100%;
	  margin-top: -6px;
	  margin-left: 0px;
	  border: 6px solid transparent;
	  border-left: 6px solid #fff;
	}
	.voice > .voiceCts .voiceBox .fukidashi p{
		font-size: 3.466vw;
		text-align: left;
	}
	.voice > .voiceCts .voiceComment{
	margin-top: 4vw;
	padding: 0 5.333vw;
	background: none;
	}
	.voice > .voiceCts .voiceComment p{
	margin-bottom: 5.333vw;
	text-align: left;
	font-size: 3.466vw;
	}
	.voice > .voiceCts .voiceLogo{
	width: 36.533vw;
}
}


/*ご一読ください*/
.info{
	width: 1120px;
	padding: 70px 0;
	margin: 0 auto;
}
.info dl dt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1em;
	padding: 13px 40px;
	border-top: #b9ab87 1px solid;
	border-bottom: #b9ab87 1px solid;
	text-align: left;
	margin-top: 30px;
}
.info dl dd{
	padding: 20px 40px 0;
}
.info dl dd p{
	font-size: 18px;
	letter-spacing: 0;
	text-align: left;
}
.info dl dd a.txtLink{
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 20px;
}
.info dl dd a.txtLink:hover{
	opacity: 0.7;
}
.info dl dd .infoTxtDesc{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.info dl dd .infoTxtDesc li{
	width: 300px;
	padding: 15px 15px 10px;
	margin-top: 20px;
	background: #f6f6f8;
	margin-right: 20px;
}
.info dl dd .infoTxtDesc li p{
	font-size: 16px;
}
.info dl dd .infoTxtDesc li p.infoTxtDescTtl{
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'Hiragino Gothic ProN', sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
}
@media screen and (max-width: 1200px){
	.info{
		width: 90%;
		margin: 0 auto;
		padding: 5.833vw 0;
	}
	.info dl dt{
		font-size: 22px;
		padding: 1.666vw;
	}
	.info dl dd{
		padding: 1.666vw 3.333vw 0;
	}
	.info dl dd p{
		font-size: 16px;
	}
	.info dl dd a.txtLink{
		font-size: 16px;
	}
	.info dl dd .infoTxtDesc li p{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.info{
		width: 100%;
		padding: 9.333vw 2.666vw;
	}
		.info dl dt{
		font-size: 4.533vw;
		padding: 2.666vw;
	}
	.info dl dd p{
		font-size: 3.733vw;
	}
		.info dl dd a.txtLink{
		font-size: 3.733vw;
		text-align: left;
	}
	.info dl dd .infoTxtDesc{
		display: block;
	}
	.info dl dd .infoTxtDesc li{
		width: 100%;
	}
	.info dl dd .infoTxtDesc li p{
		font-size: 3.2vw;
		text-align: center;
	}
}


/*メッセージ*/
.telegram .message{
	width: 100%;
	height: 560px;
	background: #f6f6f8 url("../images02/message_bg.jpg") no-repeat 50% 0;
	background-size: cover;
}
.telegram .message div{
	padding-top: 80px;
}
.telegram .message div p{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 25px;
}

.telegram .toTopPrag {
	padding: 80px;
	font-size: 20px;
}
.telegram .toTopPrag a{
	text-decoration: none;
}
@media screen and (max-width: 1200px){
	.telegram .message{
		height: 46.666vw;
	}
	.telegram .message div{
	padding-top: 6.666vw;
	}
	.telegram .message div p{
		font-size: 2.333vw;
		margin-bottom: 2.083vw;
	}
	.telegram .message img{
		width: 17vw;
	}
	.telegram .toTopPrag{
		padding: 6.666vw 0;
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.telegram .message{
		height: 68vw;
		background: #f6f6f8 url("../images02/message_bg_sp.jpg") no-repeat 50% 0;
		background-size: cover;
	}
	.telegram .message div{
	padding-top: 8vw;
	}
	.telegram .message div p{
		font-size: 3.6vw;
		margin-bottom: 2.666vw;
	}
	.telegram .message img{
		width: 27.2vw;
	}
		.telegram .toTopPrag{
		font-size: 3.2vw;
	}
}