@charset "UTF-8";

/*共通*/
*{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo, Osaka",'Roboto', helvetica, arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
}

html,body{
  height: 100%;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #4a4949;
	display: block;
	text-align: center;
	font-size: 13px;

}
body::before{
	background: url('https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u28385241/pc/2022igusa/img/vin.png') no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
header{
  padding: 0px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  display: none;
}
img{
	width: 100%;
}

a:hover {
	opacity: 0.8;
}

a{
	color: #4a4949;
}

/*スマホ用*/
@media screen and (max-width: 767px){
  .warp{
    width: 100%;
		background-color: #ffffff;
  }
	.content-main-img img{
		width: 90%;
	  height:60vw;
		max-height: 300px;

	}

	.content-txt-min img{
		width: 40%;
		max-width: 200px;
		height: auto;
		max-height: 200px;

		}
		.other_item{
			max-width: 45%;
		}
}

/*PC用*/
@media screen and (min-width: 768px){
  .warp{
    width: 100%;
		background-color: #ffffff;

  }
	.content-main-img img{
		width: 600px;
	  height:300px;
	}
	.content-txt-min img{
		width: 200px;
		height: 200px;

		}
}
.warp {
  margin: 0 auto;
  background-color: #ffffff;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#particles-js{
	position:fixed;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
}

#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}

/*G-navi*/

#global-nav {
	background: #008cb9;
	border-bottom: 1px solid #008cb9;
	border-top: 1px solid #008cb9;
	width: 100%;
	height: 55px;
	padding: 0 10px;
}

#global-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
}

#global-nav .inner {
	padding-bottom: 0;
	padding-top: 0;
	margin: 0 auto;
  max-width: 100%;
  padding: 0px 0;
  width: 768px;


}

.global-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.global-item {
	border-left: 1px solid #fff;
	width: 20%;

}

.global-item:last-child {
	border-right: 0px solid #fff;
	margin-right: 0;
}
.global-item:first-child {
	border-left: 0px solid #fff;
	margin-right: 0;
}

.global-item a{
	background: #008cb9;
	color: #fff;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	position: relative;
  display: inline-block;
  transition: .3s;
}
.global-item a::after {
	position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.global-item a:hover::after {
  width: 100%;
}

.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}

.top{
	position: relative;
	margin-top: 0px;
	height: 80%;
}

.top-txt {
	position: absolute;
	background-color: rgba(50, 50, 50, 0.89);
	width: 700px;
	max-width: 90%;
	height: 50%;
	margin: auto;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top-txt::before{
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 100%;
	height: 100%;
	border: 3px solid #ffffff;
	content: '';
	z-index: 1;
}
.top-txt div{
	width: 100%;
	position: absolute;
  top: 50%; /*親要素を起点に上から50%*/
  left: 50%;  /*親要素を起点に左から50%*/
  transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%) translateX(-50%)
}
.wh{
	color: #fff;
}
.top-txt h2,
.top-txt h3{
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.top-txt h2{
	letter-spacing: 20px;
	font-size: 40px;
}
.top-txt h3{
	letter-spacing: 10px;
	font-size: 16px;
}
.main{
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.main-txt{
	padding-top: 50px;
}
.tatami{
	font-size: 1.5rem;
}
@media screen and (max-width: 767px){
	.top-txt h2{
		font-size: 25px;
		font-weight: bolder;
	}
	.top-txt h3{
		font-size: 16px;
	}
	.more{
		max-width: 90%;
	}

}

.top-img img{
	width: 100%;
}
.txt_igusa{
	width: 100%;
	max-width: 600px;
	display: inline-block;
}
.txt_igusa p{
	text-align: left;
}
.txt_igusa img{
	margin: 20px 0;
	width: 100%;
	max-width: 600px;
}

.main div{
	margin: 30px 0;
}
@media screen and (max-width: 767px){
	.main div{
		margin: 20px 0;
	}
}
.category a{
	margin: 1px;
}
/*ボタン共通css*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.btn,
a.btn,
button.btn {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 0px 1px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 50%;
	width: 90px;
	height: 90px;
	text-align: center;


	}
/*カテゴリボタン*/

.btn--category,
a.btn--category {
  color: #fff;
  background-color: #0068A1;
	font-size: .9rem;
	position: relative;
}
.btn--category:hover,
a.btn--category:hover {
  color: #fff;
  background: #008BBB;
}

.category-txt{
	position: absolute;
	width: 100%;
	top: 50%;
  left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	letter-spacing:7px;

}
.small{
	font-size: 0.6rem;
	letter-spacing:2px;

}

.content{
	padding-top: 20px;
}
.content h1,
.content h2{
color: #D58C8C;
margin: 10px;
}
.content h1{
	width:100%;
	height: auto;
	color: #ffffff;
	background-color: #AFBC4A;
	font-size: 15px;
	margin: auto;
}
.nayami{
	color: #ffffff;
	max-width: 350px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	letter-spacing:8px;
	height: 70px;
}
.nayami img{
	width: 100%;
}
.bold{
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 35px;
}
.red{
	color: #DB3232;
	padding: 30px 0;
}
.border_red{
	text-decoration: underline;
	font-size: 1.5rem;
}
.content h2{
	width: 100%;
	max-width:600px;
	border-bottom: solid 3px #008BBB;
	font-size: 1.1rem;
	margin: auto;
	color: #008BBB;
	text-align: left;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 5px 20px;

}
.content h2::before{
	  font-family: "Font Awesome 5 Free";
	  content: "\f14a";
	  font-weight: 1500;
		left: 20px;
}
.content-txt h3{
	font-size: 13px;
	margin: 10px;
	color: #4a4949;
	letter-spacing: 5px;
	font-weight: bold;
}
.box{
	display: inline-block;
	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u28385241/pc/2022igusa/img/nishi.png");
	background-size: cover;
	background-position: center 40%;
	width: 100%;
	max-width: 600px;
	height: 300px;
	box-shadow: 0px 0px 15px 20px #ffffff inset;
	position: relative;
}
.box div{
	position: absolute;
	margin: 70px 0;
	top:0;
	bottom:0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.76);

}
.box > div>p{
	color: #008BBB;
	text-shadow: 1px 2px 3px #ffffff;
	font-weight: bolder;
	line-height: 30px;
}
.p_1{
	font-size: 15px;
	letter-spacing: 5px;
}
.p_2{
	font-size: 18px;
}
.under{
	text-decoration: underline;
}
.truth-img{
	width: 100%;
	object-fit: cover;
	/*object-position: 0 100%;左下*/
	-webkit-filter: blur(0px);
	text-align: center;
}
@media screen and (max-width: 767px){
	.comtent-txt h3{
		margin: 0px;
	}
}

.content-main-img img{
	border-radius: 10%;
		object-fit: none;
		object-position: center;/*横の位置　縦の位置*/

	}
.content-txt{
	display: block;
	padding: 10px;
}
.content-txt-min{
	display: flex;
	justify-content: center;
  align-items: center;
}

.content-txt-min div{
	display: inline-block;
	top: 50%;
	text-align: left;
	max-width: 400px;
	width: 100%;
}
.content-txt-min img{
	display: inline-block;
	border-radius: 10%;
	object-fit: cover;
	object-position: center;/*横の位置　縦の位置*/
	margin: 0 7px;
}

.side_img img{
	display: inline;
	width: 45%;
	margin: 0;
	padding: 0;
}

.side_img{
	margin: 0;
	padding: 0;
}

.button{
	position: absolute;
	left:20%;
	text-align: center;
	top:30%;
	letter-spacing: 5px;
}


.content-bottom {
	display:inline-block;
	padding: 0 20px;
	margin: 0;
}
.other_item a{
	display: block;
	margin:0;
}
.other_item {
	display: inline-block;
	vertical-align: top;
}
.other_item div{
	margin-top: -30px;
 margin-bottom: -10px;
}
.item img{
	height: auto;
	position: relative;
}
.w_200{
	max-width: 200px;
}

.w_150{
	max-width: 150px;
	margin-top: -30px;
}
.w_180{
	max-width: 200px;
	margin-top: -30px;
}
@media screen and (max-width: 767px){
	.w_180{
  	max-width: 45%;
  	margin-top: -30px;
  }
}

.label{
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 25px;
	color: #ffffff;
	font-weight: bold;
	background-color: #DB3232;
	border-radius: 10px;
	padding-top: 3px;
	padding-bottom: 5px;


}

.item{
	display: block;
	padding: 5px 10px;
	position: relative;
}
.item a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.item:hover {
	opacity: 0.8;
}

.right_txt{
	padding-left: 40px;
}
.blue{
	color: #0068A1;
}
.tatamiiku img{
	margin: 20px 0;
}
.tatamiiku h2{
		width: 100%;
		max-width:600px;
		border-bottom: solid 3px #AFBC4A;
		font-size: 1.1rem;
		margin: auto;
		color: #AFBC4A;
		text-align: left;
		font-weight: bold;
		letter-spacing: 5px;
		padding: 5px 20px;

	}
	.tatamiiku h2::before{
		  font-family: "Font Awesome 5 Free";
		  content: "\f005";
		  font-weight: 1500;
			left: 20px;
	}
	/*畳育ボタン*/
	.star_btn {
		width:130px;
    height:130px;
    background-position:center centert;
    background-repeat:no-repeat;
		background-size: cover;
    text-decoration:none;
    color:#FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
		position: relative;
	}
	.star_btn div{
		margin: 0;
		position: absolute;
		width: 100%;
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		text-shadow:10px 10px 10px 10px #c7c7c7;
		letter-spacing: 3px;
		font-size: 1.1rem;
	}
	.pk{
		background-image:url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u28385241/pc/2022igusa/img/pk.png");
	}
	.or{
		background-image:url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u28385241/pc/2022igusa/img/or.png");
	}
	.bl{
		background-image:url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u28385241/pc/2022igusa/img/bl.png");
	}
	.gn{
		background-image:url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u28385241/pc/2022igusa/img/gn.png");
	}


@media screen and (max-width: 767px){
	.right_txt{
		padding-left: 10px;
	}
}
.fav,
a.fav,
button.fav {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
  display: inline-block;
  padding: 0.1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1rem;
  color: #212529;
  border-radius: 0.5rem;
	margin: 15px;
	height: 30px;
	width: 120px;
}

.fav--blue,
a.fav--blue {
  color: #fff;
  background-color: #008BBB;
	height: 50px;
	width: 250px;
	max-width: 80%;
	position: relative;
}
.fav--blue:hover,
a.fav--blue:hover {
  color: #fff;
  background: #008BBB;
}

a.fav--radius {
   border-radius: 100vh;
}
.fav--blue span{
	position: absolute;
	width: 100%;
	top: 50%;
  left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.more {
  position: relative;
  color: #4e4e4e;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #4e4e4e;
	font-weight: bolder;
	padding: 30px;
}

.more:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a check!";
  font-weight: 900;
  position: absolute;
  left: 10px; /*左端からのアイコンまでの距離*/
	top: 10px;
	position: absolute;
}
.more a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.more:hover {
	opacity: 0.8;
}

.modal{
	color: #008cb9;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 5;
	border-bottom: solid 1px #008cb9;
	text-align: center;
	margin: 10px;
	}
	.modal-txt{
	text-align: center;
	margin: 10px;
	}

	.scrollTop{
		position: fixed;
		bottom: 75px;
		right: 10px;
	}
/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #008cb9;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
    right:-50px;
    top:calc(50% - 50px);/*50%から円の半径を引いた値*/
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center;
	list-style: none;
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
    width: 50px;
    height:50px;
		background-color: #008cb9;
		border-radius: 10px;
}

/*×に変化*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.hukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 20px;
  width: 500px;
  max-width: 100%;
  color: #ffffff;
	border-radius: 50px;
}

.hukidashi:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}

.hukidashi p {
  margin: 0;
  padding: 0;
	text-align: center;
	font-size: 0.9rem;
}
.h_pk{
	background: #ec6e9f;
}
.h_pk::before{
	border-bottom: 15px solid #ec6e9f;
}

.h_or{
	background: #ec9000;
}
.h_or::before{
	border-bottom: 15px solid #ec9000;
}

.h_bl{
	background: #489f9f;
}
.h_bl::before{
	border-bottom: 15px solid #489f9f;
}
.h_gn{
	background: #91c06e;
}
.h_gn::before{
	border-bottom: 15px solid #91c06e;
}
.tatamiiku_titl{
	margin-top: 50px;
}

.p_top{
	margin-top: 50px;
}

.cd_itemtxt{
	display: inline-block;
	padding-left: 25px;
	position: top;
	vertical-align: middle;
}
.cd_itemtxt p{
	margin: 0 auto;
	text-align: center;
}
.cd_img{
	position: relative;
}
.cd_imgtxt{
	position: absolute;
	bottom: 30px;
	right: 5px;
	color: #ffffff;
	text-shadow: 10px #464646;
}
.price{
	color: #DB3232
}

.price::before{
	content: "\0a5";
}
.cd_item img{
	max-width: 40%;
	vertical-align: middle;

}
.cd_item{
}
.center p,.center div{
	text-align: center;
	margin: 0 auto;
}

.center {
	margin-bottom: 20px;
}
.itemall h2{
	width: 100%;
	max-width:600px;
	border-bottom: solid 3px #AFBC4A;
	font-size: 1.1rem;
	margin: auto;
	color: #AFBC4A;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 5px 20px;
}
.itemall h2::before{
 content: none;
}
@media screen and (max-width: 767px){
	.bottom_menu {
		display: block;
		position: relative;
		width: 100%;
		background: #0068A1;
		position: fixed;
		bottom: 0;
		z-index:999;
		color: #fff;
		font-weight: bold;
		height: 70px;
		text-align: -webkit-center;
	}

	.bottom_menu a{
		display: inline-block;
		color: #fff;
		text-decoration: none;
		margin: 10px;
	}
	.bottom_menu img{
		width: 25px;
	}
	.bottom_menu td{
		font-size: 13px;
		text-align: center;
		line-height: 10px;
		width: 25%;
		padding: 10px;
		margin: auto;
	}
	.bottom_menu tr{
	}

}
@media screen and (min-width: 768px){
	.bottom_menu {
		display: none;

	}
	.m_br {
		display: none;

	}
}
@media screen and (max-width: 767px){
	.m_br {
		display: block;

	}
}
