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

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

/*　---------------------------全体wrapper*/

.hukkoku_lp_wrapper{
	font-size: 14px;
	background-color: #e9e4d9;
	padding-bottom: 100px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	line-height: 2;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	color: #343434;
  	overflow-wrap: break-word; 
}
	

/*---------------------------余白調整*/
.mgt20{
	margin-top: 20px;
}

/*---------------------------kv*/
.kv{
	position: relative;
}
.kv_tit{
	width: 335px;
    position: absolute;
    right: 10%;
    z-index: 2;
	animation: fadeInUp 1s ease-out forwards;
}
@keyframes fadeInUp{
  0% {
    opacity: 0;
    transform: translateY(40px); 
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*---------------------------フェードイン*/
.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;
}



/*---------------------------フォント 基本：noto sans*/
.text_center{
	text-align:center !important; 
}
.f_Ciarho{
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.f_serif{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.hukkoku_lp_wrappe p{
	text-align: center;
	letter-spacing: 0.04em;
	font-size: 14px;
}

.bold{
	font-weight: bold;
}
.big{
	font-size: 41px;
}
.small{
	font-size: 12px !important;
    padding-top: 5px !important;
}


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



/*---------------------------イントロ*/
.intro_wrap{
	display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
    margin: 80px 0 40px;
	padding: 0 20px;
}
.intro_text p{
	text-align: left;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
	font-weight: bold;
}
.intro_img{
	width: 30%;
}

/*ページ内リンク*/
.page_link{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
    background-color: #050e34;
	padding: 10px 0;
}
.page_link a{
	color: #fff;
	font-size: 18px;
}
.page_link_inner:hover{
	opacity: 0.7;
	transition : 0.5s;
}
.link_kazari{
	width: 30px;
}
.page_link_inner::after{
	content: '';
	display: inline-block;
	width: 10px;/*画像の幅*/
  	height: 10px;/*画像の高さ*/
	background-image: url("https://gigaplus.makeshop.jp/teamart/lp/2606_hukkoku/img/link_sankaku@2x.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 20px;
	animation: yajirushi_01 2s infinite;
}
/*矢印上下動き*/
@keyframes yajirushi_01{
  0%, 100%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(3px);
  }
}


/*---------------------------ボタン*/
.btn_01{
	margin: 0 auto 140px;
	width: 350px;
}
.btn_01:hover{
	opacity: 0.7;
	transition : 0.5s;
}
.btn_01 a{
	position: relative;
}
.btn_sankaku{
	width: 13px;
	position: absolute;
	top: 30%;
	right: 10%;
	animation: yajirushi_01 2s infinite;
}

.btn_02{
	margin: 0 auto;
    width: 440px;
}
.btn_02:hover{
	opacity: 0.7;
	transition : 0.5s;
}
.btn_02 a{
	position: relative;
}

.btn_sankaku02{
	width: 13px;
	position: absolute;
	top: 30%;
	right: 10%;
	animation: yajirushi_02 2s infinite;
}
/*矢印左右動き*/
@keyframes yajirushi_02{
  0%, 100%{
    transform: translateX();
  }
  50%{
    transform: translateX(3px);
  }
}



/*---------------------------先行発売*/

.senkou_wrapper{
	background-color: #e4e2e0;
	background-image: url("https://gigaplus.makeshop.jp/teamart/lp/2606_hukkoku/img/kobana_bg.png");
	border: 1px solid #9f714a;
	margin: 0 20px;
	padding: 20px;
}
.senkou_wrapper h3{
	width: 350px;
}
.trio_img{
	width: 48%;
}
.senkou_midashi{
	width: 45%;
    margin: 0 auto;
	position: relative;
    top: -70px;
}
.senkou_img{
	display: flex;
    justify-content: space-evenly;
	align-items: center;
}
.senkou_text{
	text-align: center;
	font-size: 16px !important;
    margin: 40px 0 50px;
}
.senkou_date dt{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #531306;
	padding: 10px;
	width: 35%;
    margin: 0 auto 25px;
}
.senkou_date dd{
	color: #9f714a;
    font-weight: bold;
    font-size: 28px;
	letter-spacing: 0.08em;
	margin: 0 0 50px;
	line-height: 1;
}
.senkou_date dd .small{
	font-size: 14px !important;
    letter-spacing: 0.05em;
    display: block;
    padding-top: 15px !important;
}


/*---------------------------LINE*/

.kazari_line{
	width: 45%;
    margin: 80px auto;
}


/*---------------------------商品紹介*/

.hukkoku_name{
	color: #0f1a49;
    text-align: center;
    font-size: 40px;
}
.old_logo{
	display: block;
	width: 14%;
	margin: 0 auto;
}
.midashi_text{
	text-align: center;
	font-size: 16px !important;
}
.midashi_text02{
	text-align: center;
	font-size: 17px !important;
	color: #0f1a49;
	font-weight: bold;
	margin-top: 5px;
}
.product_image_inner{
	width: 80%;
	border: 1px solid #9f714a;
}
.product_image01{
	background-color: #7c080d;
	padding: 30px 0;
	background-image: url("https://gigaplus.makeshop.jp/teamart/lp/2606_hukkoku/img/kobana_bg_01.png");
	background-size: contain;
	margin: 30px 0;
}
.product_image02{
	background-color: #032312;
	padding: 30px 0;
	background-image: url("https://gigaplus.makeshop.jp/teamart/lp/2606_hukkoku/img/kobana_bg_02.png");
	background-size: contain;
	margin: 30px 0;
}
.product_image03{
	background-color: #1d0323;
	padding: 30px 0;
	background-image: url("https://gigaplus.makeshop.jp/teamart/lp/2606_hukkoku/img/kobana_bg_03.png");
	background-size: contain;
	margin: 30px 0;
}
.product_image04{
	background-color: #531306;
	padding: 30px 0;
	background-image: url("https://gigaplus.makeshop.jp/teamart/lp/2606_hukkoku/img/kobana_bg_03.png");
	background-size: contain;
	margin: 30px 0;
}
.product_inner{
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.product_inner02{
    margin: 40px 0;
}
.product_inner02 p{
	text-align: center!important;
}
.orijinal_box{
	width: 45%;
}
.product_ex{
	width: 40%;
	font-size: 14px;
}
.product_ex dt{
	margin-bottom: 7px;
}
.product_ex dd{
	margin-bottom: 20px;
}
.kazari_icon{
	width: 50px;
    margin: 80px auto;
}
.kazari_icon02{
	width: 50px;
    margin: 0 auto 10px;
}
.kazari_icon03{
	width: 50px;
    margin: 60px auto 10px;
}
.gram{
	display: block;
    margin-top: -15px;
    font-size: 25px;
}
/*-------------おいしい入れ方*/
.oishii_wrap{
	padding: 80px 0;
    background-image: url(https://gigaplus.makeshop.jp/teamart/lp/2606_hukkoku/img/pk_kobana_bg.jpg);
    margin: 100px 0 80px;
    background-size: contain;
}
.irekata_wrap{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto;
}
.irekata_inner{
	width: 35%;
    margin: 0 20px 20px;
}
.irekata_text{
	line-height: 1.5;
	margin-top: 10px;
	text-align: center;
}
.irekata_cap{
	font-size: 12px;
    padding-top: 7px;
    display: inline-block;
}
.irekata_ex{
	text-align: center;
    font-size: 16px;
    background-color: #fff;
    width: 60%;
    padding: 10px 0;
    margin: 0 auto;
	
}
/*---------------お届けスケジュール*/
.scedule_wrap{
	border: 1px solid #9f714a;
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
}
.ttl{
	width: 30%;
	margin: 0 auto;
}
.scedule_text dt{
	font-size: 26px;
}
.scedule_text dd{
	text-align: left;
    width: 500px;
    margin: 10px auto;
    font-size: 16px;
}
/*-------------------関連バナー*/
.kanren_ttl{
	text-align: center;
    color: #9f714a;
    font-size: 24px;
    margin: 0 auto 30px;
}
.kanren_bnr{
	width: 80%;
    display: block;
    margin: 0 auto;
}





@media screen and (min-width: 751px) and (max-width: 850px){
	.tb_none{
		display: none !important;
	}
	.tb_block{
		display: block !important;
	}
	.kv_tit {
		width: 50%;
		top: 2%;
		right: 3%;
	}
	.page_link{
		display: block;
		border-top: 1px solid #9f714a;
	}
	.page_link a{
		display: block;
	}
	.kazari_icon04{
		width: 50px;
		margin: 50px auto 0;
	}
	.intro_wrap{
		justify-content: space-around;
		padding: 0 10px;
	}
	.intro_text{
		width: 50%;
	}
	.intro_img{
		width: 42%;
	}
	.senkou_wrapper{
		margin: 0 10px;
    	padding: 15px;
	}
	.senkou_wrapper h3{
		width: 40%;
	}
	.intro_text p{
		font-size: 14px;
	}
	.senkou_text{
		font-size: 14px !important;
	}
	.senkou_date dt{
		width: 50%;
	}
	.irekata_inner{
		width: 40%;
	}
	.midashi_text{
		font-size: 14px !important;
	}
	.midashi_text02{
		font-size: 16px !important;
	}
	.irekata_ex{
		width: 75%;
	}
	.ttl{
		width: 40%;
	}
	.kanren_bnr{
		width: 90%;
	}
	
	
	
	
	
	
	
}



@media screen and (max-width: 750px){
	.kv_tit{
		width: 57%;
        position: absolute;
        top: 1%;
        right: 2%;
	}
	.hukkoku_lp_wrappe p{
		font-size: 14px;
	}
	.page_link{
		display: block;
		border-top: 1px solid #9f714a;
	}
	.page_link a{
		font-size: 15px;
	}
	.kazari_icon04{
		width: 40px;
        margin: 40px auto 0;
	}
	.link_kazari{
		display: none;
	}
	.intro_wrap {
		display: block;
		margin: 40px 0 40px;
		padding: 0 0;
	}
	.intro_text{
		margin: 20px;
	}
	.intro_text p{
		text-align: left;
		font-size: 14px;
		line-height: 1.9;
		margin-bottom: 20px;
	}
	.intro_img {
		width: 95%;
		margin: 0 auto;
	}
	.btn_01{
		margin: 0 auto 140px;
		width: 85%;
	}
	.senkou_midashi{
		width: 100%;
	}
	.senkou_wrapper{
		margin: 0 5px;
	}
	.senkou_img{
		display: block;
		margin-top: -20%;
	}
	.senkou_wrapper h3{
		width: 90%;
		margin: 0 auto;
	}
	.trio_img{
		width: 100%;
		margin: 0 auto;
	}
	.senkou_text{
		text-align: left;
		font-size: 14px !important;
		margin: 30px 0 50px;
	}
	.senkou_date dt {
		width: 100%;
    	font-size: 18px;
		line-height: 1.5;
	}
	.senkou_date dd {
		font-size: 24px;
		line-height: 1.2;
	}
	.kazari_line{
		width: 90%;
	}
	.old_logo{
		width: 100px;
		margin: 0 auto 2px;
	}
	.hukkoku_name{
		font-size: 28px;
	}
	.midashi_text{
		text-align: left;
		padding: 20px 10px 0;
		font-size: 14px !important;
	}
	.product_image_inner{
		width: 100%;
	}
	.product_image01{
		padding: 30px 10px;
	}
	.product_image02{
        padding: 30px 10px;
    }
	.product_image03{
        padding: 30px 10px;
    }
	.product_image04{
        padding: 30px 10px;
    }
	.product_inner{
		display: block;
	}
	.orijinal_box{
		width: 95%;
		margin: 0 auto;
	}
	.product_ex{
		width: 100%;
		margin: 30px 0;
	}
	.btn_02{
		margin: 0 auto;
		width: 95%;
	}
	.kazari_icon{
		margin: 60px auto;
	}
	.midashi_text02{
		font-size: 15px !important;
        line-height: 1.8;
	}
	.product_inner02 p{
		text-align: left !important;
		padding: 0 10px;
	}
	.mgt20{
		margin-top: 15px;
	}
	.oishii_wrap{
		padding: 60px 0;
		margin: 80px auto;
	}
	.gram{
		display: block;
		margin-top: -13px;
		font-size: 20px;	
	}
	.irekata_wrap{
		display: block;
	}
	.irekata_inner{
		width: 75%;
		margin: 0 12% 25px;
	}
	.irekata_ex{
		width: 95%;
		font-size: 14px;
	}
	.scedule_wrap{
		width: 95%;
	}
	.ttl{
		width: 60%;
	}
	.scedule_text dd {
		width: 100%;
		margin: 10px auto;
		font-size: 14px;
		padding: 0 20px;
	}
	.scedule_wrap{
		padding: 35px 0;
	}
	.kanren_bnr{
		width: 95%;
	}
	.senkou_date dd .small{
		padding-top: 10px !important;
	}
}





