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

	
/*　---------------------------レイアウト崩れ防止CSS*/
table[width="100%"]{
	display: none;
}

 
/*---------------------------kv*/
.kv{
	position: relative;
	background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/kv_bg_pc@2x.png);
	background-size: contain;
	height: 750px;
    background-repeat: no-repeat;
}
.kv_tit{
	width: 54%;
    position: absolute;
    top: 15%;
    left: 10%;
}

/*---------------------------フェードイン*/
.fadein{
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s; 
}
.fadein-left{
	transform: translate(-30px,0);
}
.fadein-right{
	transform: translate(30px,0);
}
.fadein-up{
	transform: translate(0,-30px);
}
.fadein-bottom{
	transform: translate(0,30px);
}
.scrollin{
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}



/*---------------------------背景*/
.bg_be{
	background-color: #f6d4b3;
	padding-bottom: 30px;
}
.bg_paisley{
	background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_01.png);
	background-size: cover;
	padding: 130px 0 130px;
}
.bg_paisley02{
	background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_02.png);
	background-size: cover;
    padding: 130px 0 160px;
}

/*---------------------------フォント 基本：noto sans*/
.f_Chiaro{
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.bg_be p{
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.7;
	font-size: 14px;
}
.ye{
	color: #fdd536;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.big{
	font-size: 41px;
}
.mankitu{
	color: #b5802d;
}
.otegaru{
	color: #e16b74;
}
.small{
	font-size: 12px !important;
    padding-top: 5px !important;
}


/*行間調整*/
.font-height{
	display: block;
    height: 20px;
}



/*---------------------------イントロ*/
.intro_text{
	margin: 20px auto 50px;
}
.intro_text p{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
}

/*ページ内リンク*/
.pl_copy{
	width: 50%;
	margin: 30px auto 10px;
}
.pl_inner{
	display: flex;
	justify-content: center;
	margin-right: 25px;
}
.pglink_01{
	width: 150px;
	height: 160px;
	background-image: url("https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/pglink_01.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.pglink_01:hover{
	background-image: url("https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/pglink_01_on.png");
}
.pglink_02{
	width: 150px;
	height: 160px;
	margin: 0 15px;
	background-image: url("https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/pglink_02.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.pglink_02:hover{
	background-image: url("https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/pglink_02_on.png");
}
.pglink_03{
	width: 150px;
	height: 160px;
	background-image: url("https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/pglink_03.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.pglink_03:hover{
	background-image: url("https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/pglink_03_on.png");
}
.yajirushi_01{
	width: 20px;
    position: relative;
    top: 95%;
    left: 9%;
	animation: yajirushi_01 1.5s infinite;
}
/*矢印上下動き*/
@keyframes yajirushi_01{
  0%, 100%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(5px);
  }
}

/*---------------------------神原さんプロフィール*/
.kazari_01{
	width: 13%;
    position: absolute;
    top: -19%;
    left: 2%;
}
.kanbara_pro{
	width: 80%;
	display: flex;
	align-items: center;
	margin: 50px auto;
	padding: 30px 20px;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, rgba(255, 246, 234, 0.33) 4px, rgba(255, 246, 234, 0.33) 9px );
	border-radius: 5px 5px 5px 5px;
	box-shadow: 3px 3px 0px 2px rgba(234,144,57,0.62);
	position: relative;
}
.pro_img{
	width: 260px;
}
.pro_inner{
	text-align: left;
	margin-left: 20px;
}
.pro_inner dt{
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
	padding-bottom: 20px;
}
.pro_inner dd{
	font-size: 14px;
    letter-spacing: 0.04em;
	line-height: 1.7;
}
/*---------------------------ボタン*/
.btn_01{
	margin: 0 auto 80px;
}
.btn_01 a{
	width: 460px;
	max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    display: block;
    padding: 15px 0 18px;
    background-color: #d55712;
    box-shadow: 3px 3px rgba(171, 125, 77, 0.62);
    font-size: 18px;
	letter-spacing: 0.03em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out;
	background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/yajirushi_02@2x.png);
	background-repeat: no-repeat;
    background-size: 5px;
	animation: btn_01 1.5s infinite;
}
.btn_01 a:hover{
	top: 2px; /* 元の位置から2px分下げる */
	box-shadow: 0 0 rgba(171, 125, 77, 0.62); /* 影を0pxにする */
	background-color: #b5802d;
}

/*---------------------------矢印左右動き*/
@keyframes btn_01{
      0%,100% {
        background-position: 96%;
      }
      50%{
        background-position: 97%;
      }
}

.btn_02{
	margin: 20px auto 0;
}
.btn_02 a{
	width: 350px;
	max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    display: block;
    padding: 5px 0;
    background-color: #d55712;
    box-shadow: 3px 3px rgba(171, 125, 77, 0.62);
    font-size: 18px;
	letter-spacing: 0.03em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out;
	background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/yajirushi_03@2x.png);
	background-repeat: no-repeat;
    background-size: 10px;
	background-position: 96% 52%;
	animation: btn_02 1.5s infinite;
}
.btn_02 a:hover{
	top: 2px; /* 元の位置から2px分下げる */
	box-shadow: 0 0 rgba(171, 125, 77, 0.62); /* 影を0pxにする */
	background-color: #b5802d;
}

@keyframes btn_02{
      0%,100% {
        background-position-y: 52%;
      }
      50%{
        background-position-y: 60%;
      }
}

.btn_03{
	margin: 0 auto 60px;
}
.btn_03 a{
	width: 330px;
	max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    display: block;
    padding: 10px 0;
    background-color: #d55712;
    box-shadow: 3px 3px rgba(171, 125, 77, 0.62);
    font-size: 22px;
    letter-spacing: 0.03em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out;
    background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/yajirushi_02@2x.png);
    background-repeat: no-repeat;
    background-size: 5px;
    animation: btn_03 1.5s infinite;
}

.btn_03 a:hover{
	top: 2px; /* 元の位置から2px分下げる */
	box-shadow: 0 0 rgba(171, 125, 77, 0.62); /* 影を0pxにする */
	background-color: #b5802d;
}

/*---------------------------矢印左右動き*/
@keyframes btn_03{
      0%,100% {
        background-position: 96%;
      }
      50%{
        background-position: 97%;
      }
}

.btn_04{
	margin: 0 auto 60px;
}
.btn_04 a{
	width: 370px;
	max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    display: block;
    padding: 10px 0;
    background-color: #d55712;
    box-shadow: 3px 3px rgba(171, 125, 77, 0.62);
    font-size: 19px;
    letter-spacing: 0.03em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out;
    background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/yajirushi_02@2x.png);
    background-repeat: no-repeat;
    background-size: 5px;
    animation: btn_04 1.5s infinite;
}

.btn_04 a:hover{
	top: 2px; /* 元の位置から2px分下げる */
	box-shadow: 0 0 rgba(171, 125, 77, 0.62); /* 影を0pxにする */
	background-color: #b5802d;
}

/*---------------------------矢印左右動き*/
@keyframes btn_04{
      0%,100% {
        background-position: 96%;
      }
      50%{
        background-position: 97%;
      }
}





/*---------------------------見出し*/
.midashi{
	position: relative;
	text-align: center;
	margin: 60px auto;
}
.midashi_img{
	width: 25%;
}
.kazari_02{
	position: absolute;
    width: 8%;
    top: 0;
    left: 30%;
}
.kazari_03{
	position: absolute;
    width: 10%;
    bottom: 0;
}

/*---------------------------Question*/
.q-a_wrapper{
	padding: 0 20px;
}
.q_wrap{
	width: 90%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0 10px 55px;
	background-color: #f9bfa3;
	box-shadow: 5px 5px 0px 0px rgba(221,163,132,1);
	border-radius: 5px 5px 5px 5px;
	margin: 0 auto 0 20px;
}
.q_icon{
	position: absolute;
    width: 40px;
    top: 10px;
    left: 10px;
}
.q_p{
	width:90px;
}
.q_p_02{
	width:100px;
}
.q_wrap .text{
	text-align: left;
    margin-left: 20px;
    font-size: 15px;
    line-height: 1.7;
}

.a_wrap{
	width: 90%;
    margin: 30px 30px 60px auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0 20px 55px;
    background-color: rgba(172, 56, 56, 1);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, rgba(255, 255, 255, 0.04) 4px, rgba(255, 255, 255, 0.04) 8px);
    box-shadow: 5px 5px 0px 0px rgba(138, 26, 25, 1);
    border-radius: 5px 5px 5px 5px;
}
.a_icon{
	position: absolute;
    width: 40px;
    top: 10px;
    left: 10px;
}
.a_wrap .text{
	padding-top: 10px;
	color: #fff;
	text-align: left;
    margin-left: 20px;
    font-size: 15px;
    line-height: 1.7;
}
.rmt_box{
	background-color: #fff;
    padding: 15px;
    display: flex;
    margin: 25px 20px 10px -140px;
}
.rmt_img{
	width: 170px;
}
.rmt_box p{
	color: #291204;
	font-size: 14px;
    text-align: left;
	margin-left: 20px;
	margin-top: 10px;
}
.spaice_box{
	display: flex;
	width: 24%;
    margin: 10px 0 10px 30px;
}
.spaice_box img{
	margin: 10px;
}

/*----------------アレンジ*/
.text p{
	text-align: left;
}
.arrange_inner_01{
	display: flex;
	align-items: center;
}
.arrange_inner_01 img{
	width: 240px;
}
.arrange_inner_02{
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	margin: 0px 50px 0px -140px;
}
.arrange_inner_02 img{
	width: 240px;
}
.arrange_inner_02 p{
	padding-left: 20px;
}
.arrange_inner_03{
	align-items: center;
	display: flex;
	margin: 0 60px 10px -68px;
}
.arrange_inner_03 img{
	width: 235px;
}
.arrange_inner_03 p{
	margin-right: 5px;
}

/*-----------------------------Youtube*/
.youtube_midashi{
	position: relative;
    margin: 80px auto 20px;
    letter-spacing: 0.04em;
}
.kazari_04{
	position: absolute;
    bottom: 0;
    width: 80px;
}
.youtube_midashi strong{
	color: #b5802d;
	font-size: 26px;
}
.youtube_wrap{
	background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/youtube_base@2x.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.youtube_inner{
	width: 37%;
    padding: 10px 0;
}
.yajirushi_gr{
	display: block;
    width: 20%;
    margin: 40px auto 20px;
}
.soro{
	font-size: 20px;
    line-height: 1.5;
}

/*------------------------------商品説明*/
.ss_set{
	width: 20%;
    position: relative;
    top: -25px;
}
.product_wrapper{
	padding: 0 40px 80px;
}
.product_inner{
	background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/set_bg01.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 1px;
}
.product_inner02{
	background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/set_bg01.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 1px;
}
.product_name{
	font-size: 24px;
    letter-spacing: -0.04em;
    text-align: center;
	padding-bottom: 20px;
}
.product_ex{
	font-size: 16px;
}
.product_img{
	width: 80%;
    margin: 40px auto 20px;
}
.product_img_02{
	width: 74%;
    margin: 40px auto 20px;
}
.price{
	font-size: 16px !important;
	font-weight: bold;
}
.staff_com{
	font-size: 14px;
	padding: 20px;
    margin: 30px auto;
    border: dotted 2px #b5802d;
    text-align: left;
    width: 70%;
    line-height: 1.6;
}
.staff_com dt{
	font-weight: bold;
    padding-bottom: 7px;
}
.clip_wrap{
	display: flex;
    background-color: #fee6da;
    padding: 50px 30px 0px 40px;
    margin: 30px auto;
    position: relative;
    width: 80%;
}
.clip_wrap p{
	text-align: left;
	font-size: 16px;
	padding-top: 50px;
}
.clip{
	width: 215px;
    position: relative;
    top: -30px;
    left: -2%;
}
.imanara{
	width: 31%;
    position: absolute;
    left: 3%;
    top: 13%;
}
.f_clip{
	color: #c50019;
	font-size: 17px;
	font-weight: bold;
}

/*----------------------Special Coupon*/

.coupon_midashi{
	color: #b5802d;
	font-size: 26px;
	text-align: center;
}
.coupon_midashi img{
	display: block;
    width: 20%;
    margin: 0 auto 30px;
}
.coupon_text{
	display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin: 40px 0 20px;
}
.red_big{
	font-size: 24px;
	font-weight: bold;
	color: #e60012;
}
.code{
	background-color: #44a37e;
	padding: 10px 0 15px;
	margin: 0 auto 10px;;
	font-size: 28px;
	font-weight: bold;
	width: 40%;
}
.hario_wrap{
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
.hario_inner{
	width: 25%;
    margin: 0 10px;
}
.hario_inner p{
	line-height: 1.4;
    padding-top: 10px;
}

.coupon_ex{
	
}
.coupon_ex dt{
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}
.coupon_ex dd{
	font-size: 14px;
    width: 65%;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 auto;
    line-height: 1.7;
    letter-spacing: 0.03em;
}

/*----------------------------イベント開催*/
.ev_wrapper{
	position: relative;
	width: 85%;
    margin: 50px auto;
    padding: 50px 50px 1px;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, rgba(255, 246, 234, 0.33) 4px, rgba(255, 246, 234, 0.33) 9px );
	border-radius: 5px 5px 5px 5px;
	box-shadow: 3px 3px 0px 2px rgba(234,144,57,0.62);
}
.soon{
	position: absolute;
    width: 30%;
    left: 2%;
    top: -5%;
	
}
.ev_date dt{
	display: inline;
}
.ev_date dd{
	display: inline;
}
.ev_date{
	font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    margin: 20px auto;
	letter-spacing: 0.02em;
}
.ticcket_date{
	font-size: 20px;
    padding: 10px;
    border: 3px dotted #2f8865;
    display: block;
    width: 60%;
    margin: 30px auto;
    letter-spacing: 0.02em;
}

/*-------------------------------------お問合せ*/

.contact_wrapper{
	width: 80%;
	margin: 100px auto 80px;
}
.con_tit{
	text-align: center;
    font-size: 16px;
}
.con_inner{
	font-size: 14px;
	text-align: left;
    line-height: 1.7;
	letter-spacing: 0.04em;
}
.con_inner dt{
	width: 220px;
    font-weight: bold;
    border: 2px solid;
    text-align: center;
    margin: 50px 0 20px;
    padding: 5px;
}
.phone{
	font-size: 20px;
    font-weight: bold;
}
.contact_link{
	border-bottom: 1px solid;
    font-weight: bold;
}
.dot_line{
	border: 1px dashed;
	margin: 70px auto;
}
.house_link{
    border-bottom: 1px solid;
    display: inline-block;
    background: url(https://gigaplus.makeshop.jp/teamart/img/external_link.png) no-repeat right center;
    background-size: 13px auto;
    padding-right: 18px;
	font-weight: bold;
}
.p_number:hover{
	color: #291204 !important;
}







@media screen and (min-width: 751px) and (max-width: 850px){
	.tb_none{
		display: none !important;
	}
	.kv{
		height: 580px;
	}
	.intro_text{
		padding: 0 50px;
	}
	.pl_copy {
		width: 60%;
		margin: 30px auto 10px;
	}
	.kanbara_pro{
		width: 90%;
	}
	.pro_img{
		width: 370px;
	}
	.bg_paisley{
		padding: 100px 0 130px;
	}
	.midashi_img{
		width: 30%;
	}
	.kazari_02{
		position: absolute;
		width: 10%;
		top: 0;
		left: 25%;
	}
	.kazari_03{
		width: 12%;
	}
	.q_wrap{
		padding: 10px 20px 10px 55px;
	}
	.a_wrap{
		padding: 10px 20px 20px 55px;
	}
	.spaice_box{
		margin: 10px auto 10px -80px;
		width: 30%;
	}
	.youtube_wrap{
		width: 85%;
        margin: 0 auto;
	}
	.youtube_inner{
		width: 50%;
	}
	.product_inner{
		background-position: center;
	}
	.staff_com{
		width:80%;
	}
	.clip_wrap {
    	padding: 50px 30px 20px 40px;
		width: 90%;
	}
	.soon{
		width: 40%;
		left: 2%;
		top: -3%;
	}
}




@media screen and (max-width: 750px){
	.kv{
		position: relative;
		background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/kv_bg_sp02@2x.png);
		background-size: contain;
		height: 152.5vw;
		background-repeat: no-repeat;
	}
	.kv_tit{
		width: 100%;
		position: absolute;
		top: 1%;
		left: 0;
	}
	.bg_be p{
		font-size: 14px;
	}
	.intro_text{
		margin: 20px;
	}
	.intro_text p{
		text-align: left;
		font-size: 15px;
		margin-bottom: 20px;
	}
	.pl_copy {
		width: 85%;
		margin: 40px auto 20px;
	}
	.pl_inner{
		flex-wrap: wrap;
	}
	.pglink_01{
		width: 140px;
	}
	.pglink_02{
		width: 140px;
		margin: 0 5px;
	}
	.pglink_03{
		width: 140px;
	}
	.kanbara_pro{
		width: 86%;
        display: block;
        margin: 30px auto 40px;
	}
	.pro_inner{
		margin-left: 0;
	}
	.pro_inner dt{
		font-size: 15px;
	}
	
	.kazari_01 {
		width: 23%;
		top: -7%;
	}
	.pro_img{
		width: 70%;
		margin: 0 auto 10px;
	}
	.btn_01 a{
		font-size: 18px;
        width: 90%;
	}
	.bg_paisley{
		padding: 40px 0 60px;
		background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_01.png),url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_01.png),url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_01.png),url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_01.png),url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_01.png),url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_01.png),url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_01.png);
		background-size: 100%;
		background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
		background-position: top, 0 20%, 0 40%, 0 70%, 0 100%;
	}
	.midashi{
		margin: 60px auto 50px;
	}
	.midashi_img{
		width: 50%;
	}
	.kazari_02 {
		width: 15%;
		top: 0;
		left: 10%;
	}
	.kazari_03{
		width: 17%;
	}
	.q_icon {
		width: 13%;
        top: 10%;
        left: 7%;
	}
	.a_icon {
		width: 13%;
        top: 5%;
        left: 7%;
	}
	.q_wrap{
		display: block;
		padding: 20px;
		width: 95%;
        margin: 20px auto 0;
	}
	.q_wrap .text{
		margin: 10px auto;
		font-size: 14px;
	}
	.a_wrap{
		width: 95%;
		display: block;
		padding: 20px;
		margin: 30px auto 40px;
	}
	.a_wrap .text{
		margin: 10px auto;
		font-size: 14px;
	}
	.q_p{
   	 	width: 85px;
	}
	.q_p_02 {
		width: 85px;
	}
	.rmt_box{
		display: block;
        margin: 20px auto;
	}
	.rmt_img{
		width: 30%;
		margin: 0 auto;
	}
	.btn_02 a{
		font-size: 16px;
		line-height: 1.4;
		padding: 10px 0;
	}
	.spaice_box{
		width: 30%;
		margin: 10px auto;
		justify-content: center;
	}
	.spaice_box img{
		margin: 5px;
	}
	.arrange_inner_01{
		display:block;
	}
	.arrange_inner_02{
		display:block;
		margin: 30px auto;
	}
	.arrange_inner_03{
		display:block;
		margin: 30px auto 0;
	}
	.arrange_inner_01 img{
		width: 80%;
        display: block;
        margin: 10px auto 0;
	}
	.arrange_inner_02 img{
		width: 80%;
        display: block;
        margin: 10px auto 0;
	}
	.arrange_inner_03 img{
		width: 80%;
        display: block;
        margin: 10px auto 0;
	}
	.arrange_inner_02 p{
		padding-left: 0;
	}
	.youtube_midashi strong{
		font-size: 20px;
	}
	.kazari_04{
		width:13%;
	}
	.youtube_midashi{
		margin-top: 0;
	}
	.youtube_wrap {
        width: 85%;
        margin: 0 auto;
	}
	.youtube_inner{
		width: 50%;
	}
	.yajirushi_gr{
		display: block;
		width: 35%;
		margin: 30px auto 20px;
	}
	.soro{
		font-size: 16px;
	}
	.product_wrapper{
		padding: 0 10px 60px;
	}
	.product_name{
		font-size: 18px;
		letter-spacing: -0.08em;
	}
	.big{
		font-size: 24px;
	}
	.product_inner{
		background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/set_bg_sp@2x.png);
		background-position: top;
		padding: 0 10px 20px;
	}
	.product_inner02{
		background-position: top;
		padding: 0 10px 20px;
	}
	.ss_set {
		width: 40%;
		position: relative;
		top: -25px;
	}
	.product_img{
		width: 100%;
		margin: 20px auto 20px;
	}
	.product_img_02{
		width: 100%;
		margin: 20px auto 20px;
	}
	.staff_com{
		width: 100%;
	}
	.clip_wrap{
		display: block;
		width: 100%;
        padding: 10px 20px;
	}
	.imanara{
		width: 55%;
		left: 3%;
		top: 3%;
	}
	.clip{
		width: 70%;
		position: relative;
		top: 3%;
		left: -3%;
	}
	.btn_03{
		margin: 0 auto 40px;
	}
	.coupon_midashi img{
		width: 40%;
	}
	.bg_paisley02{
		background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_02.png),url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_02.png),url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_02.png),url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_02.png),url(https://gigaplus.makeshop.jp/teamart/lp/2509_chaiset/img/paisley_02.png);
		background-size: 100%;
		background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
		background-position: top, 0 20%, 0 40%, 0 70%, 0 100%;
		padding: 80px 0;
	}
	.coupon_midashi{
		font-size: 20px;
	}
	.coupon_text{
		font-size: 14px;
        line-height: 1.8;
        margin: 30px 0 20px;
	}
	.code{
		padding: 5px 0 10px;
		margin: 0 auto 5px;
		font-size: 20px;
		width: 80%;
	}
	.hario_wrap{
		flex-wrap: wrap;
	}
	.hario_inner {
		width: 43%;
		margin: 5px 10px;
	}
	.hario_inner p{
		font-size: 12px;
	}
	.btn_04 a{
		width: 90%;
		font-size: 16px;
	}
	.coupon_ex dd{
		width: 95%;
	}
	.ev_wrapper{
		width: 90%;
		padding: 50px 15px 1px;
	}
	.soon{
		width: 44%;
		left: 2%;
		top: 0%;
	}
	.ev_date{
		font-size: 14px;
		text-align: left;
	}
	.ticcket_date{
		width: 100%;
		font-size: 16px;
	}
	.ev_date dt{
		display: block;
	}
	.ev_date dd{
		display: block;
	}
	.ev_text{
		text-align: left !important;
	}
	.btn_04{
		margin-bottom: 40px;
	}
	.contact_wrapper{
		width: 90%;
		margin: 60px auto 60px;
	}
	.con_inner{
		font-size: 12px;
	}
	.con_inner dt{
		font-size: 14px;
	}
	.yajirushi_01{
		top: 90%;
	}
	
	
	
}






