@charset "utf-8";
html{
  font-size: 10px;
}
body{
  font-family:serif,'ＭＳ 明朝','游明朝',"Sawarabi Mincho",'Yu Mincho','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	margin: 0 auto;
	overflow-x: hidden;
	width: 100%;
}
section{
  overflow: hidden;
}
li {
	list-style: none;
}
footer{
  overflow: hidden;
}
header{
  overflow: hidden;
}
*{
	padding: 0;
	margin: 0;
	border: 0;
}
dd{
  color:#433030;
}
dt{
  color:#433030;
}
iframe {
  border:none;
  width:100%;
  height:100%;
}
img {
	height: auto;
	max-width:100%;
}
p{
	color:#433030;
  font-size: 1.6rem;
  line-height: 1.8;
  Letter-spacing: 0.1em;
}
dl{
  line-height: 1.8;
  Letter-spacing: 0.1em;
}
a{
	text-decoration:none;
	color: #433030;
}
ul {
  list-style: none;
}
h2{
  font-size: 2.4rem;
  white-space: nowrap;
  text-align: center;
  padding: 20px 0;
}
nav{
  width: 100%;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
#pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 11px;
    bottom: 50px;
    background: #FFF;
    opacity: 0.6;
    border-radius: 5px;
    border: 0.5px solid #666;
    z-index: 500;
}
#pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
}
#pagetop a::before {
    content: '';
    display: block;
	  position: absolute;
    top: 39%;
    left: 36%;
    width: 14px;
    height: 14px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*-----アニメーション-----*/
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*-----ナビゲーション-----*/
nav{
  position: fixed;
  display: block;
  background-color: white;
  z-index: 200;
}
nav.transparent{
  background-color: rgba(255, 255, 253, 0.95);
}
.primary-navi{
  display:flex;
  font-size: 1.6rem;
  justify-content: flex-end;
  align-items: center;
  margin: 10px auto;
}
.primary-navi li{
  padding: 5px 20px;
  border-left: dotted 1px black;
}
.primary-navi li:first-child{
  border-left: none;
}
.primary-navi li img{
  position: absolute;
  top: 12px;
  left: 50px;
  display: block;
  max-width: 90px;
  width: 100%;
  height: auto;
}
.primary-navi li:nth-child(2){
  border-left: none;
}
.primary-navi li a:hover{
  color: lightgray;
  transition: 0.3s;
}

/*-----トップ-----*/
.top{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  max-width: 95%;
  width: 100%;
  margin: auto;
  padding-top: 56px;
  overflow: hidden;
}
.top img{
  width: 100%;
  height: auto;
  min-width: 1300px;
}
.top h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  font-weight: lighter;
  letter-spacing: 0.8rem;
}
.top-design{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

}
h1 span:nth-child(2){
  position: absolute;
  top: 40%;
  left: 56%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  font-size: 2.0rem;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
h1 span:nth-child(3){
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  font-size: 2.8rem;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
h1 span:nth-child(4){
  position: absolute;
  top: 60%;
  left: 44%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  font-size: 2.0rem;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
h1 span:nth-child(5){
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  display: block;
  font-size: 2.0rem;
  line-height: 2.0;
  white-space: nowrap;
  max-width: 220px;
  width: 100%;
  height: auto;
  border-top: solid 1px rgba(255, 255, 253,1);
  border-bottom: solid 1px rgba(255, 255, 253,1);
}

.arrowWrap {
  position: absolute;
  bottom: -100px;
  left: 50%;
  height: 200px
}

.arrow {
  width: 1.5px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 3px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}


/*-----slideshow-----*/
.slide-section{
  width: 100vw;
  height: auto;
  overflow: hidden;
  margin-top: 120px;
}
.wrap {
  display: flex;
  align-items: center;
}
.slideshow {
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
}
.content {
  width: 400px;
  height: auto;
  border: solid 5px white;
}
/*.slide-paused:hover .slideshow {
  animation-play-state: paused;
}*/
.content-hover {
  transition: all 0.5s;
}
.content-hover:hover {
  transform: translateY(-10px);
  opacity: 0.8;
  cursor: pointer;
}
.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 4500;
}

.lb img {
    max-height: 100%!important;
    cursor: pointer;
}

.lb img,
.lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}

.lb:target {
    opacity: 1;
    pointer-events: auto;
}

.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}



/*-----description-----*/
.description{
  overflow: hidden;
  max-width: 600px;
  margin: 120px auto 180px;
}
.description h2{
  background-image: none;
  color: #433030;
}



/*-----高級神棚について-----*/
.explain-section h2{
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_1.jpg);
  color: white;
  font-size: 2.6rem;
}
.material-design{
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px 100px;
}
.material-design h3{
  color: white;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
}
.material-design h3 span{
  font-size: 1.6rem;
  font-weight: normal;
}
.material-explain{
  position: relative;
  max-width: 800px;
  width: 100%;
  height: 280px;
  margin: 100px auto;
}
.material-explain:first-of-type{
  margin-top: 60px;
}
.material-explain:last-of-type{
  margin-bottom: 0px;
}
.material-explain dt{
  position: absolute;
  top: 45%;
  left: 0%;
  transform: translate(0%, -40%);
  -webkit-transform: translate(0%, -40%);
  -ms-transform: translate(0%, -40%);
}
.material-explain dt img{
  max-width: 380px;
  width: 100%;
}
.material-explain dd{
  position: absolute;
  top: 55%;
  right: 0%;
  transform: translate(0%, -60%);
  -webkit-transform: translate(0%, -60%);
  -ms-transform: translate(0%, -60%);
  color: white;
  font-size: 1.6rem;
  max-width: 440px;
  width: 100%;
  margin-top: 20px;
}
.material-explain dd span:first-of-type{
  display: block;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
}
.material-explain dd span:last-of-type{
  display: block;
  font-size: 1.6rem;
  background-color: #31322b;
  padding: 20px 40px;
  max-width: 360px;
}
.reverse dt{
  position: absolute;
  right: 0%;
  left: auto;
}
.reverse dd{
  position: absolute;
  left: 0%;
  right: auto;
}

.craftsmanship-design{
  text-align: center;
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_3.jpg);
  padding: 60px 0 140px;
}
.craftsmanship-design h3{
  color: white;
  font-size: 2.4rem;
  text-align: center;
  margin:0 auto 20px;
}
.craftsmanship-design p{
  color: white;
  max-width: 600px;
  width: 100%;
  text-align: left;
  margin: auto;
}
.craftsmanship-design h4{
  display: inline-block;
  color: white;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 60px;
}
.craftsmanship-layout{
  margin: 60px auto 140px;
}
.craftsmanship-layout:last-child{
  margin-bottom: 0;
}
.craftsmanship-explain{
  display: flex;
  justify-content: center;
  align-items: center;
}
.craftsmanship-explain img{
  max-width: 320px;
  max-height: 260px;
  width: 100%;
}
.craftsmanship-explain dl{
  margin: 0 20px;
}
.craftsmanship-explain dt{
  margin: auto;
}
.craftsmanship-explain dt img{
  max-width: 140px;
  width: 100%;
}
.craftsmanship-explain dd{
  color: white;
  font-size: 1.8rem;
}

.explain-layout{
  max-width: 600px;
  width: 100%;
	margin: 50px auto; /* ボックスの余白 */
	background-color: white; /* ボックス背景色 */
	padding: 35px 20px 20px; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に)*/
	border: 1.5px solid #31322b;	/* ボックスの線 (太さ　種類　色)*/
}
.explain-layout:last-of-type{
  margin-bottom: 0;
}
.explain-layout .explain-title {
	background-color:#31322b; /* タイトル背景色 */
	font-size: 2.0rem;/* タイトル文字の大きさ */
	color: #fff ; /* タイトル文字色 */
	padding: 10px 20px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;	/* 配置(ここを動かす) */
	top: -20px; /*上から（0px）移動*/
	left: 20px; /*左から(0px)移動*/
}
.explain-layout p{
  color: #433030;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: rgba(49, 50, 43, 0.2);
  margin: 0;
}



/*-----高級神棚選び方-----*/
.select-section h2{
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_1.jpg);
  color: white;
  font-size: 2.6rem;
}
.select-layout{
  padding: 60px 0 140px;
}
.select-text{
  max-width: 600px;
  width: 100%;
  margin: 0px auto 60px;
}
.select-design{
  text-align: center;
}
.select-design h3{
  font-size: 2.4rem;
  margin: 0 auto 20px;
}
.select-design h4{
  font-size: 2.4rem;
  font-weight: bold;
  color: #433030;
}
.item-title p{
  color: #433030;
}
.select-background{
  position: relative;
  height: 400px;
  margin-bottom: 40px;
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.select-background:last-child{
  margin-bottom: 0;
}
.select-item{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  max-width: 800px;
  width: 100%;
  justify-content: space-around;
  margin: 40px auto 40px;
}
.item-title{
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -8%);
  -webkit-transform: translate(-50%, -8%);
  -ms-transform: translate(-50%, -8%);
}

.select-item a{
  transition-duration: .3s;
}
.select-item a:hover{
  transform: translateY(-5px);
}
.select-item dd{
  margin-top: 10px;
  font-size: 1.8rem;
  color: #433030;
}
.select-item dt img{
  max-height: 150px;
}



/*-----正しい祀り方-----*/
.howtopray-section{
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_7.jpg);
}
.howtopray-section h2{
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_1.jpg);
  color: white;
  font-size: 2.6rem;
}
.howtopray-section p:nth-child(2){
  max-width: 600px;
  width: 100%;
  margin: 60px auto 0;
}
.howtopray-design{
  padding: 60px 0 140px;
}
.howtopray-design p{
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.howtopray-layout{
  display: flex;
  justify-content: center;
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
}
.howtopray-layout a{
  display: contents;
}
.howtopray-item{
  max-width: 230px;
  width: 100%;
  margin: 0 20px;
}
.howtopray-item img{
  transition: 0.4s;
}
.howtopray-item img:hover{
  filter: brightness(0.6);
}
/*-----当店の売れ筋-----*/
.popular-section h2{
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_1.jpg);
  color: white;
  font-size: 2.6rem;
}

.popular-design{
  padding: 60px 20px 140px;
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_3.jpg);
}
.popular-layout{
  display: flex;
  position: relative;
  max-width: 800px;
  width: 100%;
  height: 600px;
  margin: 40px auto 100px;
}
.popular-layout:first-of-type{
  margin-top: 0;
}
.popular-layout:last-of-type{
  margin-bottom: 0;
}
.popular-layout h3{
  font-size: 2.0rem;
  line-height: normal;
  margin-bottom: 5px;
}
.popular-layout h3 span{
  display: inline-block;
  font-size: 2.0rem;
  letter-spacing: 0.5rem;
  margin: 10px auto 0;
}
.popular-layout dt img{
  position: absolute;
  top: 10%;
  left: 0%;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  max-width: 500px;
  width: 100%;
  z-index: 100;
}
.popular-layout dd{
  position: absolute;
  top: 8%;
  right: 0%;
  transform: translate(0%, -10%);
  -webkit-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  max-width: 300px;
  width: 100%;
  font-size: 1.6rem;
  background-color: white;
  padding: 10px 30px 20px;
  z-index: 101;
}
.popular-layout a{
  display: block;
  text-align: right;
  font-weight: bold;
}
.popular-img{
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  background-color: rgba(000, 000, 000, 0.5);
  z-index: 10;
}
.popular-img img{
  max-width: 170px;
  margin: 100px 20px 50px;
}
.popular-img img:last-child{
  margin-right: 200px;
}
.popular-img img:first-child{
  margin-left: 200px;
}
.popular-second dt img{
  position: absolute;
  top: 10%;
  right: 0%;
  left: auto;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
}
.popular-second dd{
  position: absolute;
  top: 8%;
  left: 0%;
  transform: translate(0%, -10%);
  -webkit-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  max-width: 300px;
  width: 100%;
  font-size: 1.6rem;
  background-color: white;
  padding: 10px 30px 20px;
  z-index: 101;
}
.popular-layout dd p{
  display: block;
  text-align: center;
  background-color: #31322b;
  padding: 5px 10px;
  color: white;
  margin-top: 20px;
  transition: 0.3s;
}
.popular-layout dd p:hover{
  background-color: #4b4d42;
}

/*-----ラインアップ-----*/
.lineup-section{
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lineup_background{
  max-width: 1200px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 50px 0 0px;
  margin: 30px auto 100px;
  overflow: hidden;
}
.lineup_background:last-of-type{
  margin-bottom: 0;
}
.lineup-section h2{
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_1.jpg);
  color: white;
  font-size: 2.6rem;
}
.lineup-design{
  padding: 60px 0 140px;
}
.lineup-design h3 {
  font-weight: bold;
  padding-bottom: 0.5em;
  font-size: 2.4rem;
  text-align: center;
  color: #686749;
  position: relative;
}
.lineup-design h3::after {
  content: '';
  background-color: #686749;
  max-width: 5%;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.lineup-design h3 span{
  color: #921100;
}

.side-layout_pc{
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: auto;
}
.category-space_1{
  margin: 0 auto 40px;
}
.category-buttom{
  padding: 0 0 5px;
  transition: all 0.2s;
}
.category-space_1 dl{
  transition: 0.2s;
}
.category-space_1 dl:hover{
  background-color: rgba(108, 114, 91, 0.08);
}
.category-space_2{
  margin: 0 auto 40px;
}
.category-space_2 dl{
  transition: 0.2s;
}
.category-space_2 dl:hover{
  background-color: rgba(108, 114, 91, 0.1);
}
.category-buttom{
  margin: 0 5px;
}
.category-buttom img{
  max-width: 220px;
  width: 100%;
  height: auto;
}
.category-buttom dd{
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  margin-top: 5px;
}
.category-buttom dd span{
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 6px;
}
/*----
.category-buttom dd a p{
  display: block;
  color: White;
  background-color: #921100;
  border-radius: 15px;
  text-align: center;
  padding: 3px 0;
  margin: 10px 0 40px;
  transition: 0.15s;
}
.category-buttom dd a p:hover{
  background-color: #630c00;
}
----*/
.others-layout{
  margin: auto;
  background-color: #686749;
  padding-top: 1px;
  padding-bottom: 20px;
  margin-top: 20px;
}
.others-buttom{
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  padding: 10px 25px;
  color: white;
  font-weight: 600;
  line-height: 1.5;
  transition: 0.1s ease-in-out;
  font-size: 1.8rem;
  white-space: nowrap;
}
.others-buttom:after{
  content: "";
  position: absolute;
  top: 90%;
  bottom: 0;
  right: 49.5%;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: top 0.3s;
  width: 12px;
  height: 12px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(135deg);
}
.others-buttom:hover:after {
  top: 100%;
}
.category-background .others-buttom{
  background-color: gray;
  color: #3a546b;
  border: solid 2px #3a546b;
}
.category-background .others-buttom:hover{
  background-color: #D8D8D8;
}

.category-background2 .others-buttom{
  background-color: gray;
  border: solid 2px #3a546b;
}
.category-background2 .others-buttom:hover{
  background-color: gray;
}

.my-1{
  text-align: center;
}
.form-control{
  background-color: white;
  max-width: 250px;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  font-size: 1.6rem;
  color: #838383;
  cursor: pointer;
  border: solid 1.5px #686749;
}
.form-control option{
  font-size: 1.8rem;
  text-align: center;
}


/*-----最後の文言-----*/
.last-text{
  position: relative;
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
}
.last-text p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  font-size: 1.6rem;
  color: white;
  margin: auto;
  text-align: center;
  white-space:nowrap;
}
.last-text span{
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 2.4rem;
}


/*-----フッター-----*/
.footer-layout{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 80px;
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.information{
  margin-right: 50px;
}
.information p{
  color: white;
}


.contact{
  background-color: white;
  border-radius: 20px;
  padding: 40px 20px;
  margin-left: 50px;
}
.contact p{
  text-align: center;
}

.btn-square-emboss {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  width: 100%;
  margin: 5% auto 0;
  padding: 0.5em 1em;
  font-size: 1.6rem;
  text-decoration: none;
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_1.jpg);
  color: #fff;/*ボタン色より暗く*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-radius: 3px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  transition: 0.18s;
}

.btn-square-emboss:hover  {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

#mail-icon{
  font-size: 3.6rem;
}
.contact-number{
  font-size: 3.6rem;
  line-height: 1.0;

}
.contact-number span{
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 85px;
}
small{
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  color: White;
  padding: 30px;
  background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_4.jpg);
}
.yamako-name_footer {
    display: flex;
    align-items: center;
    margin-bottom: 10%;
}
.yamako-name_footer p {
    display: flex;
    color: white;
    line-height: normal;
}
.yamako-name_footer p:first-of-type {
    display: inline;
    font-size: 6.2rem;
    font-family: 'Zhi Mang Xing', cursive;
    margin: 0;
    padding-right: 20px;
}
.yamako-name_footer p:last-of-type {
    display: inline;
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 0;
}


@media screen and (max-width: 1250px) {
  .primary-navi{
    justify-content: center;
    font-size: 1.5rem;
  }
  .primary-navi li img{
    display: none;
  }
  .primary-navi li{
    padding: 5px;
  }
}





@media screen and (max-width: 768px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  /*-----ハンバーガーメニュー-----*/
  .hamburger {

    position: fixed;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 300;
    background-color: White;
    border-radius: 50%;
  }

  .hamburger__line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 45%;
    height: 2px;
    right: 0;
    background-color: #000;
    transition: all 0.5s;
  }

  .hamburger__line--1 {
    top: 40%;
  }

  .hamburger__line--2 {
    top: 50%;
  }

  .hamburger__line--3 {
    top: 60%;
  }
  .sp-nav ul{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .sp-nav li{
    font-size: 2.0rem;
    padding: 20px 10px;
    margin: 20px 0;
    border-bottom: dotted 1px #433030;
    white-space: nowrap;
  }

  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line{
    left: 28%;
  }
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 50%;
  }

  .open .hamburger__line--2 {
    opacity: 0;
  }

  .open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 50%;
  }

  /*
  sp-nav(ナビ)
  =================================== */
  .sp-nav {
    position: fixed;
    top: 0; /*ハンバーガーがクリックされる前はWindow上部に隠す*/
    right: -100%;
    width: 60%; /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
  }

  /*ハンバーガーがクリックされたら上からスライド*/
  .open .sp-nav {
    right: 0;
  }


  /*
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }

  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }


  /*-----トップ-----*/



  .top{
    max-width: 95%;
    padding-top: 80px;
  }
  .top img{
    min-width: inherit;
  }
  h1 span:nth-child(2) {
    position: absolute;
    top: 46%;
    left: 65%;
  }
  h1 span:nth-child(4) {
    position: absolute;
    top: 58%;
    left: 35%;
  }
  h1 span:nth-child(3) {
    position: absolute;
    top: 54%;
    left: 50%;
  }
  h1 span:nth-child(4) {
    position: absolute;
    top: 62%;
    left: 35%;
  }


  /*-----スライドショー----*/
  .content {
    width: 300px;
  }


  /*-----最初の文章-----*/
  .description{
    padding: 0 40px;
  }

  /*-----高級神棚について-----*/
  .material-design{
    background-image: url(https://kamidana-shop.live/html/user_data/koukyu-kamidana/img/background_2-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 40px 160px;
  }
  .material-explain:first-of-type{
    margin: 80px auto;
  }
  .material-explain {
    height: 470px;
    margin: 120px auto;
  }
  .material-explain dt {
    position: absolute;
    top: 0%;
    left: 50%;
    right: inherit;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
  .material-explain dd {
    position: absolute;
    top: inherit;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    color: white;
    font-size: 1.6rem;
    max-width: 440px;
    height: 220px;
    margin-top: 0px;
  }
  .material-explain dt img{
    min-width: 380px;
  }

  .material-explain dd span:first-of-type {
    position: absolute;
    top: -130%;
    left: 90%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    margin-bottom: 0px;
    writing-mode: vertical-rl;
    background-color: #31322b;
    color: white;
    padding: 15px 5px;
  }

  /*-----こだわり-----*/
  .craftsmanship-layout {
    position: relative;
    height: 490px;
    margin: 40px auto 90px;
  }
  .craftsmanship-design{
    padding: 60px 40px 140px;
  }
  .explain-layout{
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    box-sizing: border-box;
    max-width: 440px;
  }
  .craftsmanship-explain img:nth-child(2){
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    max-width: 420px;
  }
  .craftsmanship-explain dl:nth-child(1){
    display: none;
    position: absolute;
    top: 40%;
    left: 0%;
  }
  .craftsmanship-explain dl:nth-child(3){
    display: none;
    position: absolute;
    top: 40%;
    right: 0%;
  }
  .craftsmanship-explain dt img {
    max-width: 180px;
  }
  .craftsmanship_button{
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .craftsmanship_button p{
    display: inline-block;
    width: auto;
    background-color: white;
    font-size: 1.8rem;
    color: #433030;
    padding: 5px 30px;
    margin: 0 10px;
    white-space: nowrap;
  }
  .craftsmanship_button p {
    display: inline-block;
    width: auto;
    background-color: white;
    font-size: 1.8rem;
    color: #433030;
    padding: 4px 15px;
    margin: 0 10px;
    white-space: nowrap;
  }
  .craftsmanship-design h4 {
    margin-top: 100px;
  }



  /*-----高級神棚の選び方-----*/
  .select-layout{
    padding: 60px 40px 140px;
  }
  .select-background{
    height: 1000px;
  }
  .select-text{
    margin-bottom: 100px;
  }
  .select-item{
    top: 44%;
    transform: translate(-50%, -44%);
    -webkit-transform: translate(-50%, -44%);
    -ms-transform: translate(-50%, -44%);
    display: block;
    margin-top: 50px;
  }
  .select-design h3{
    margin-bottom: 60px;
  }
  .select-item dl{
    display: inline-block;
    margin: 0 72px 40px;
  }
  .select-item dt img {
    max-height: 180px;
  }
  .item-title {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -3%);
    -webkit-transform: translate(-50%, -3%);
    -ms-transform: translate(-50%, -3%);
  }



  /*-----正しい祀り方-----*/
  .howtopray-design{
    padding: 60px 40px 140px;
  }
  .howtopray-button{
    width: auto;
  }
  .howtopray-layout{
    display: block;
  }
  .howtopray-item {
    max-width: 230px;
    width: 100%;
    margin: 0 auto 30px;
  }


  /*-----当店の人気商品-----*/
  .popular-layout {
    display: block;
    height: auto;
  }
  .popular-layout{
    display: flex;
    justify-content: center;
  }
  .popular-layout dt img {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    max-width: 500px;
  }
  .popular-layout dd {
    position: inherit;
    bottom: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    width: 100%;
    box-sizing: border-box;
    max-width: 500px;
    padding-bottom: 30px;
  }
  .popular-design{
    padding: 60px 40px 140px;
  }
  .popular-layout h3{
    line-height: 1.4;
  }
  .popular-img img{
    margin: 10px;
    max-width: 160px;
    width: 100%;
  }
  .popular-img img:first-child{
    margin-left: 10px;
  }
  .popular-img img:last-child{
    margin-right: 10px;
  }
  .popular-layout dd img{
    padding: 5px 0 15px;
  }

  /*-----ラインナップ-----*/
  .lineup-design{
    padding: 60px 40px 140px;
  }
  .lineup_background{
    max-width: none;
    text-align: center;
  }
  .side-layout_pc{
    display: inline-block;
    width: auto;
    margin: auto;
  }
  .category-buttom{
    display: inline-block;
    width: 40%;
    margin: 0 2% 50px;
  }
  .category-buttom img{
    max-width: 280px;
  }
  .form-control{
    max-width: 280px;
    height: 50px;
    font-size: 1.6rem;
  }
  .category-buttom dd{
    white-space: nowrap;
  }




  /*-----最後の文言-----*/

  .last-text{
    padding: 0 40px;
  }





  /*-----フッター-----*/
  .footer-layout{
    display: block;
    padding: 60px 5%;
    text-align: center;
  }
  .yamako-name_footer{
    justify-content: center;
  }
  .information{
    margin-right: 0;
    margin-bottom: 60px
  }
  .contact{
    margin-left: 0;
  }
}



@media screen and (max-width: 500px) {

  /*-----ハンバーガーメニュー-----*/
  .hamburger{
    right: 15px;
    top: 15px;
  }
  .sp-nav li {
    font-size: 1.6rem;
    padding: 15px 0px;
    margin: 15px 0;
    border-bottom: dotted 1px #433030;
    white-space: nowrap;
  }
  .sp-nav {
    width: 80%;
  }

  /*-----トップ-----*/
  .top{
    max-width: 100%;
    padding-top: 0px;
    margin: 0 auto;
    min-width: 300px;
  }
  .top img{
    min-width: 750px;
  }
  h1 span:nth-child(2) {
    position: absolute;
    top: 45%;
    left: 70%;
  }
  h1 span:nth-child(4) {
    position: absolute;
    top: 61%;
    left: 30%;
  }
  h1 span:nth-child(3){
    top: 52%;
  }



  /*-----最初の文言-----*/
  .description{
    padding: 0 20px;
    min-width: 260px;
  }
  .description h2{
    font-size: 2.2rem;
  }

  /*-----高級神棚について-----*/
  .explain-section{
    min-width: 300px;
  }
  .explain-section h2{
    font-size: 2.2rem;
  }
  .material-design h3{
    font-size: 2.0rem;
  }
  .material-design{
    padding: 60px 20px 160px;
  }
  .material-explain dt img {
    min-width: 300px;
  }
  .material-explain {
    height: 430px;
    margin: 0 auto 120px;
  }
  .material-explain:first-of-type{
    margin: 60px auto 160px;
  }
  .material-explain dd span:first-of-type {
    position: absolute;
    top: -96%;
    left: 93%;
    font-size: 2.0rem;
  }



  /*-----こだわり-----*/
  .craftsmanship-design{
    padding: 60px 20px 140px;
  }
  .craftsmanship-layout {
    height: 490px;
    margin-bottom: 100px;
  }
  .craftsmanship-design h3{
    font-size: 2.0rem;
  }
  .craftsmanship-design h4{
    font-size: 2.0rem;
  }
  .craftsmanship_button p{
    font-size: 1.6rem;
  }
  .craftsmanship-explain img:nth-child(2){
    max-width: 350px;
  }
  .explain-layout .explain-title{
    font-size: 1.8rem;
  }



  /*-----高級神棚の選び方-----*/
  .select-section {
    min-width: 300px;
  }
  .select-layout {
    padding: 60px 20px 140px;
  }
  .select-section h2{
    font-size: 2.2rem;
  }
  .select-design h3{
    font-size: 2.0rem;
  }
  .select-design h4{
    font-size: 2.0rem;
  }
  .select-background {
    height: 840px;
  }
  .select-background p{
    white-space: nowrap;
  }
  .select-item dt img {
    max-height: 140px;
  }
  .select-item dl {
    margin: 0 50px 40px;
  }


  /*-----正しい祀り方-----*/
  .howtopray-section{
    min-width: 300px;
  }
  .howtopray-design {
    padding: 60px 20px 140px;
  }
  .howtopray-section h2{
    font-size: 2.2rem;
  }



  /*-----当店の人気商品-----*/
  .popular-section{
    min-width: 300px;
  }
  .popular-design {
    padding: 60px 20px 140px;
  }
  .popular-section h2{
    font-size: 2.2rem;
  }
  .popular-layout h3{
    font-size: 1.8rem;
  }
  .popular-img img{
    max-width: 150px;
  }




  /*-----ラインナップ-----*/
  .lineup-section{
    min-width: 300px;
  }
  .lineup-design{
    padding: 60px 0px 140px;
  }
  .lineup-section h2{
    font-size: 2.2rem;
  }
  .lineup-design h3{
    font-size: 2.0rem;
  }
  .others-buttom{
    font-size: 1.6rem;
  }
  .others-buttom:after{
    width: 8px;
    height: 8px;
  }
  .lineup_background{
    border-radius: 0;
  }
  .category-buttom dd{
    font-size: 1.4rem;
  }



  /*-----最後の文言-----*/
  .last-text{
    padding: 0 20px;
    min-width: 300px;
  }
  .last-text span{
    font-size: 2.0rem;
  }




  /*-----フッター-----*/
  .footer-layout {
    min-width: 300px;
  }
  .yamako-name_footer p:first-of-type{
    font-size: 5.2rem;
  }
  .yamako-name_footer p:last-of-type{
    font-size: 1.8rem;
  }
  .contact-number{
    font-size: 3.2rem;
  }
  .information p{
    text-align: start;
  }

}


@media screen and (max-width: 368px) {
  .material-explain{
    margin-bottom: 160px;
  }
  .material-explain:first-of-type{
    margin-bottom: 220px;
  }
  .material-explain dt img{
    min-width: 260px;
  }
  .material-explain{
    height: 400px;
  }
  .material-explain dd span:last-of-type{
    padding: 20px;
    max-width: none;
  }
  .craftsmanship-layout{
    height: 470px;
    margin-bottom: 200px;
  }
  .craftsmanship-layout:last-child{
    margin-bottom: 80px;
  }
  .select-background{
    height: 740px;
  }
  .select-item{
    margin-top: 60px;
  }
  .howtopray-item:first-child{
    margin-bottom: 20px;
  }
  .howtopray-item {
    max-width: 200px;
    margin: auto;
  }
  .popular-img img{
    max-width: 120px;
  }
  .last-text p{
    font-size: 1.4rem;
  }
  .information p{
    font-size: 1.4rem;
  }
  #mail-icon{
    font-size: 2.8rem;
  }
  .btn-square-emboss{
    max-width: 90%;
  }
  footer p{
    font-size: 1.4rem;
  }
  footer p:nth-child(4){
    font-size: 1.2rem;
  }

}
