@charset "utf-8";
@import url("main_top_sec.css");
@import url("main_bottom.css");
@import url("topic.css");
@import url("contents_bottom.css");
@import url("footer.css");
/*@import url("header_logo.css");*/
#header {
	margin: 0;
	padding: 1em;
}
/*#header .inner{
	width: 70%;
	height: auto;
	display: block;
	margin-left: 15%;
	margin-right: 15%;
	padding: 0;
	max-width: 2300px;
}*/
.header_logo_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#header_logo_mark {
	width: 15%;
	height: auto;
	min-width: 80px;
	margin: 0;
	padding: 0;
}
#header_logo_mark img {
	widows: 100%;
	height: auto;
}
#header_info {
	padding: 0;
	margin-left: 1em;
}
/*@import url("main_top.css");*/
/************** 基本 ***********************/
#main_top {
	width: 100vw;	
	background-color: #FFFBEE;
}
/************** shop_caption *******************/

.logo01 {
	width: 40%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.timg01 {
	width: 90%;
	height:auto;
	display: block;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
/************** item_caption *******************/


/******** 切り替え画像 *********/
#thumbBtn li {
    width: 20%;
    cursor:pointer;
	margin: 0;
	padding: 0;
}
#thumbBtn li img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 4px solid #FFFFFF;
}
#thumbBtn li.active {
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
.animation2,.animation3,.animation4{
	visibility: hidden;
}

.fadein01 {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 
	 -webkit-animation-duration:1s;
	 -ms-animation-duration:1s;
	 animation-duration:1s;
	 
	 -webkit-animation-name: fadeInin;
	 animation-name: fadeInin;
	 
	 visibility: visible !important;
}
.fadein02 {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 
	 -webkit-animation-duration:1.5s;
	 -ms-animation-duration:1.5s;
	 animation-duration:1.5s;
	 
	 -webkit-animation-name: fadeInin;
	 animation-name: fadeInin;
	 
	 visibility: visible !important;
}
.fadein03 {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 
	 -webkit-animation-duration:2s;
	 -ms-animation-duration:2s;
	 animation-duration:2s;
	 
	 -webkit-animation-name: fadeInin;
	 animation-name: fadeInin;
	 
	 visibility: visible !important;
}
@-webkit-keyframes fadeInin{
	 0% { opacity: 0; -webkit-transform: translateY(-40px); }
	 100% { opacity: 1; -webkit-transform: translateY(0); }
}
/******************************************************************
	                     パソコンのみ
*******************************************************************/

/* --------- 768px以上　PC ---------- */
@media only screen and (min-width: 768px) {
	/************** 基本 ***********************/
	#main_top #item_info {
		display: flex;
		flex-direction : row;
		width: 100%;
		padding-top: 120px;
	}
	/************** shop_caption *******************/
	.nakatsu_logo {
		margin-left: 10%;
		margin-top: 30px;
		width: 30%;
		height: auto;
	}
	#main_top #item_info #shop_caption {
		width: 50vw;
	}
	/************** item_caption *******************/
	#main_top #item_info #item_caption {
		width: 50vw;
		padding-top: 60px;
	}
	/************** item_caption *******************/

	#item_caption .item_infobox {
		width: 100%;
		height: 47vw;
		position: relative;
	}
	/******** 上キャッチ *********/
	.item_infobox #c_copy {
		position: relative;
	}
	.item_infobox #c_copy p{
		font-size: 2.5vmin;
		font-weight: bold;
		position: absolute;
		margin-top: 1vw;
		top: 0;
		right: 10px;
	}
	/******** 写真 *********/
	.item_infobox #view {
		position: relative;
	}
	#view p {
		position: absolute;
		margin-top: 2vw;
		right: 0;
		width: auto;   
		height: 30.5vw;
	}
	#view img {
		width: auto;
		height:100%;
	}
	/******** 商品名 *********/
	.item_infobox #caption {
		position:relative;
	}
	.item_infobox #caption .i_name{
		position: absolute;
		margin-top: 33vw;
		font-size: 3vmin;
		font-weight:bold;
		right: 20%;
		letter-spacing: 0.2em;
	}
	/******** 切り替え画像 *********/
	#thumbBtn {
		position: absolute;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 90%;
		height:auto;
		margin-left:10%;
		margin-top: 37vw;
	}
}
/******************************************************************
	                     モバイル　のみ
******************************************************************/

@media only screen and (max-width: 767px) {

	#main_top #item_info {
	}
	#main_top #item_info #shop_caption {
	}
	.nakatsu_logo {
		width: 60%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#main_top #item_info #item_caption {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 4vh;
	}
	#item_info #item_caption .item_infobox {
		width:100%;
		height: 90vw;
	}
	
	/******** 上キャッチ *********/
	.item_infobox #c_copy {
		position: relative;
		margin: 0;
	}
	.item_infobox #c_copy p{
		font-size: 5vw;
		font-weight: bold;
		position: absolute;
		top: 0;
		margin: 0;
	}
	/******** 写真 *********/
	.item_infobox #view {
		position: relative;
	}
	#view p {
		position: absolute;
		top: 5vw;
		width: 80%;
		height: auto;
		margin-left: 10%;
		margin-right: 10%;
	}
	#view img {
		width: 100%;
		height: auto;
	}
	/******** 商品名 *********/
	.item_infobox #caption {
		position:relative;
	}
	.item_infobox #caption .i_name{
		position: absolute;
		margin-top:70vw;
		font-size: 5vw;
		font-weight:bold;
		right: 20%;
	}
		/******** 切り替え画像 *********/
	#thumbBtn {
		position: absolute;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 90%;
		height:auto;
		margin-left:5%;
		margin-left:5%;
		margin-top: 80vw;
	}
	#shop_caption .style_info01{
		font-size: 4vw;
		color: #333333;
		text-align: center;
	margin-bottom: 1.5em;
	}
}
/*@import url("message.css");*/
#left_info_area img {
	width:100%;
	height: auto;
	
}
/******************************************************************
	                     パソコンのみ
*******************************************************************/

/* --------- 768px以上　PC ---------- */
@media only screen and (min-width: 768px) {
	#massage {
		background-color:#000000;
		margin: 0;
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 5%;
		padding-bottom: 1em;
		display: flex;	
	}
	
	#left_info_area {
		width:50%;
	}
	#right_info_area {
		width:50%;
		padding: 1em;
		text-align: center;
		color:#FFFFFF;
	}
	.style_title04{
		font-size: 2.4vw;
		letter-spacing:normal;
		margin-bottom: 1em;
	}
	.style_info04{
		font-size:1.3vw;
		font-weight:normal;
		line-height:2em;
		margin-left: 3em;
		margin-right:3em;
		margin-bottom: 2em;
	}
	.style_note04{
		font-size:1.2vw;
		line-height:2em;
		margin-left: 3em;
		margin-right:3em;
	}
	.br_sp {
		display: none;
	}
}
/******************************************************************
	                     モバイル　のみ
*******************************************************************/

@media only screen and (max-width: 767px) {
	#massage {
		background-color:#000000;
		margin: 0;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 5%;
		padding-bottom: 1em;
	}
	#left_info_area {
		width:100%;
	}
	#right_info_area {
		width:100%;
		text-align: center;
		color:#FFFFFF;
	}
	.style_title04{
		font-size:1.2em;
		letter-spacing:normal;
		font-weight:normal;
	}
	.style_info04{
		font-size:0.9em;
		line-height:1.5em;
	}
	.style_note04{
		font-size:0.8em;
	}
	.br_pc {
		display: none;
	}
}

/* ローディング画面の背景 */
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999;
}
/* アニメーション */
.animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: loadinganimation 1500ms ease-out forwards infinite;
  animation: loadinganimation 1500ms ease-out forwards infinite;
}
@keyframes loadinganimation {
  from,to {
		opacity: 0;
  }
  50% {
		opacity: .5;
  }
}

body {
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}
#header {
	margin: 0;
	padding: 0;
}

.img_center,
.txt_center {
	text-align: center;
}
.txtimg {
	margin-top: 1em;
	margin-bottom: 1em;
}
.img_right,
.txt_right {
	text-align: right;
}
.style_note {
	font-size: 0.8em;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.style_note01 {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-indent: 1em;
	font-weight: normal;
}
.style_note02 {
	font-size: 0.3vw;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	text-indent: 1em;
}
.style_note04 {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.style_title01 {
	font-size: 0.9em;
	color: #333333;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
.style_title02 {
	font-size: 1.2em;
	color: #FFFFFF;
	letter-spacing: 0.4em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.style_title04 {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.style_info01{
	font-size: 2.2vmin;
	color: #333333;
	text-align: center;
	margin-bottom: 1.5em;
}
.style_info02{
	font-size: 1em;
	color: #FF3333;
	text-align: center;
	margin: 0px;
}
.style_info04{
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.style_txt_10 {
	line-height: 1.8em;
	margin-top: 2vw;
}
.style_index01 {
	display: block;
	letter-spacing: 0.5em;
	width: 7em;
	padding: 0.1em;
	text-align:center;
	background-color:#993333;
	margin-top: 5vw;
	margin-bottom: 0px;
	line-height:normal;
}

/******************************************************************
                     PC　HM　共通
*******************************************************************/

/* --------------------------------
	top_image
   -------------------------------- */
#top_image #header_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 65px;
	width: 100vw;
	margin-top: 0;
	background-color: rgba(255,255,255,0.3);
	padding-top: 0.5em;
	padding-right: 245px;
}

#top_image #header_wrapper #headline {
	margin-left: 2em;
}
/* --------------------------------
	カートエリア
   -------------------------------- */

#cart_area p {
	margin: 0;
}
#cart_area p.cart-trigger {
	position: absolute;
	right: 65px;
}

#cart .inner {
	background: #f3f3f3;
}
#clear_box {
	margin-top: 0.5em;
	width: 100vw;
	clear:both;
	height: 0.8em;
	border-bottom: solid 0.5em #FFCC99;
	position: relative;
}
#main {
	
}

#main #main_middle #access_head {
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	height: 100px;
	padding-top: 1em;
	padding-bottom: 1em;
}
.bgimage{
  width: 100%;
  display: table;
  background-position: center center;
  background-repeat: no-repeat;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bgimage > * {
    display:table-cell;
    margin: 0;
    padding: 0;
}

/******************************************************************
	                     パソコンのみ
*******************************************************************/

/* --------- 768px以上　PC ---------- */
@media only screen and (min-width: 768px) {
	#navi_wrap {
		display: none;
	}
	#main #main_middle {
		padding-top: 40vh;
		background-image: url("../img/top_page/bg_phot_top01.png");
	}
	.bgimage {    
		background-attachment: fixed;
		min-height: 800px;
	}
	.anchorlink::before {
		content: " ";
		margin-top: -65px;
		height: 65px;
		display: block;
		visibility: hidden;
		z-index: -9;
	}
	.style_title03 {
		font-size: 2vw;
		color: #FFFFFF;
		margin: 0px;
		padding: 0px;
		line-height: 1em;
	}
	.style_info03{
		font-size: 1.2em;
	}
	#cart_area {
		width: 100%;
		position: absolute;
		right: 0; top: 0;
		margin-top: 0.5em;
		z-index: 21;
	}
	.br_sp {
		display: none;
	}

	/************ top_image **************/
	
	#top_image {
		width: 100vw;
		height: 90vh;
		/*background-image: url("../img/top_page/bg_phot_top01.png");*/
		background-position:center center;
		background-size: cover;
		align-items: center;
		justify-content: center;
	}
	#top_image #header_wrapper #headline {
		width: 45%;
		min-width: 310px;
	}
	#top_image #header_wrapper #sns_wrap {
		width: auto;	
		margin-left: auto;	
	}
	#top_image  #header_wrapper #sns_wrap .sns {
	}
	#top_image  #header_wrapper #sns_wrap .sns li {
		width: 40px;
		list-style-type: none;
		display: inline-block;
	}
	#top_image  #header_wrapper #sns_wrap .sns li a {
		width: 40px;
		list-style-type: none;
		display: block;
		height: 50px;
		padding-top: 10px;
		padding-right: 5px;
	}
	.sns_icon img {
		width: 100%;
		height: auto;
	}
	#top_image #header_rego img {
		position: absolute;
		top: -100%;
		left: -100%;
		right: -100%;
		bottom: -100%;
		margin: auto;
		max-width: 350px;
		width: 32%;	
		min-width: 180px;
		height: auto;	
	}
	/************ contents_top ********************/
	#contents_top {
		padding-top: 0.5em;
		color:#FFFFFF;
		padding-right: 210px;
		height: auto;
		min-height: 66px;
		width: 100%;
		background-color: #3c1e1b;
	}
	.fixed {
		position: fixed;
		width: 100%;
		z-index: 10000;
		top: 0;
		left: 0;
		display: block;
	}
	/************ navi_info ********************/
	#navi_info {
		float: left;
		width: 30%;
		height: 50px;
		padding-right: 0.5em;
		display: block;
		min-width: 240px;
	}	
	******** cart ************/
	.cart {
        height: 120px;
        top: 44px;
    }
	#cart .inner {
		position: absolute;
		right: 0; top: 0;
	}
	#cart_area {
		top: 0; right: 20px;
	}
	#cart_area p {
		border: 1px solid #D9D9D9;
		float: right;
		min-width: 200px;
	}
	#cart_area p.cart-trigger {
		position: relative;
		right: 0;
	}
	#cart_area .inner {
		min-width: 200px;
	}
	#cart_area .cart_price {
		font-size: 12px;
	}
	#cart_area .cart_price .price {
		font-size: 16px;
		font-weight: bold;
		color:#FF6666;
	}
	/********** member ************/
	#member {
		height: 50px;
		float:left;
		min-width: 658px;
	}
	.member ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;		
		justify-content: center;
		align-items: center;
		height: 50px;
	}
	.nevi01,.nevi02,.nevi03,.nevi04,.nevi05,.nevi06,.nevi07 {
		min-width: 76px;
		margin-right: 1vw;
	}
	/*************** middle  ***********************/
	#main #main_middle #map_custm {
		width: 100vw;
		height: 70vh;
	}
}
/******************************************************************
	                     モバイル　のみ
*******************************************************************/

@media only screen and (max-width: 767px) {
	#navi_wrap {
		position: fixed;
		width: 100%;
		height: 65px;
		background-color: rgba(0,0,0,0.4);
	}
	.style_title03 {
		font-size: 4vw;
		color: #FFFFFF;
		letter-spacing: 0.2em;
		margin: 0px;
		padding: 0px;
		line-height: 1em;
	}
	.style_info03 {
		font-size: 1em;
		color: #FFFFFF;
		line-height: 1.5em;
	}
	#cart_area {
		width: 100%;
		position: absolute;
		right: 0; top: 0;
		z-index: 21;
	}
	.br_pc {
		display:none;
	}
/************ スマホ用背景 **************/
	#main #main_middle {
		padding-top: 40vw;
		background-image: url("../img/top_page/bg_phot_top01.png");
	}
	.bgimage {
		background-position: top;
		background-repeat: no-repeat;
		background-size: contain;
	}

/************ top_image **************/
	
	#top_image {
		width: 100vw;
		height: 80vh;
		background-image: url("../img/top_page/bg_phot_top01.png");
		background-position:center center;
		background-size: cover;
		align-items: center;
		justify-content: center;
	}
	
	#top_image #header_wrapper #headline {
		display: none;
	}
	#top_image ul.sns {
	display: none;
		margin: 0;
		position: fixed;
	}
	#top_image ul.sns li {
		list-style-type: none;
		margin: 0px;
		display: inline-block;
		text-align: center;
	}
	#top_image ul.sns li a {
		list-style-type: none;
		display: block;
		color: #FFFFFF;
		height: 5vh;
	}
	#top_image #header_rego img {
		position: absolute;
		top: -100%;
		left: -100%;
		right: -100%;
		bottom: -100%;
		margin: auto;
		max-height: 350px;
		width: auto;	
		min-height: 200px;
		height: 40%;	
	}
	/*************** middle  ***********************/
	#main #main_middle #map_custm {
		width: 100vw;
		height: 75vh;
		min-height: 375px;
	}
}

