@charset "utf-8";
/* CSS Document */
img {
	width: 100%;
}
.goShopping a {
	color: #fff;
	width: 100%;
	display: inline-block;
}
.goShopping a:hover {
	color: #fff;
}
.goShopping {
	background: #c00;
	display: block;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    font-weight: bold;
	font-size: 14px;
	margin: 0 auto;
}
#body-inside {
    overflow-x: hidden;
}
.release_day {
    text-align: center;
    margin-top: 10px;
    padding: 10px 0;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 2px;
	background: #e1e1e1;
}
.to_yukatakan {
  text-align: center;
  margin: 40px auto;
}
.to_yukatakan_gradation {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #333, #000);
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 1px;
  box-shadow: 0 6px 18px rgba(0,0,0,.2);
  transition: all .3s ease;
}
.to_yukatakan_gradation i {
  margin-left: 8px;
}
.footer_icon_box ul {
	display: flex;
	list-style: none;
}
.footer_icon_box ul li {
	list-style: none;
	font-size: 14px;
}
.footer_icon_box li a i {
    font-size: 20px;
	margin: 10px 10px 10px 0;
}
.here_fukubukuro {
	text-align: center;
	font-size: 22px;
	color: #313131;
	margin: 50px 10px;
	display: block;
	line-height: 1.5;
}
.kimonolook-item-container {
	display: flex;
	flex-wrap: wrap;
}
.kimonolook-item p {
	font-size: 1.2rem;
	line-height: 1.3;
	margin-top: 0.5em;
	text-align: left;
}
/* ポップアップ本体 */
#popup-banner {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 640px;
  z-index: 9999;
  transition: bottom 0.6s ease;
}
#popup-banner.active {
  bottom: 20px;
}
.popup-content {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  padding: 0 20px;
  text-align: center;
}
/* 閉じるボタン */
.popup-close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}
/* ミニタブ */
#popup-tab {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #06C755;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10rem;
  font-size: 14px;
  cursor: pointer;
  z-index: 9998;
  display: none;
}
/* コンテンツ */
.line_mel {
  max-width: 600px;
  text-align: center;
  padding: 30px 20px;
  margin: 10px auto;
  border-radius: 20px;
  font-size: 16px;
}
.simple_square_btn7 {
  display: flex;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 16px;
  color: #000;
  border: 1px solid #000;
  margin: 0.5em 0;
  border-radius: 10rem;
    justify-content: center;
    align-items: center;
}
.simple_square_btn7 i {
    font-size: 30px;
    margin-right: 10px;
}
@media screen and (max-width: 750px) {
	.pc {
		display: none!important;
	}	
	.tablet {
		display: none!important;
	}
	.tp {
		display: none!important;
	}
	#top__hero img{
		height: 500px;
		object-fit: cover;
	}
	.coupon_container {
		width: 95%;
		margin: 0 auto;
	}
	.coupon_mainimg {
		width: 100%;
	}
	.gallery_item {
		width: calc(100%/2 - 6px);
		margin: 3px;
	}
	.yukata_youtube_container div {
		width: 65%;
		margin: 0 auto;
	}
    .kimonolook-item {
		width: calc(100%/3 - 20px);
		padding: 10px;
	}
    .to_yukatakan_gradation {
          width: 80%;
          font-size: 16px;
    }
    #popup-banner {
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
    }
    .popup-content {
        padding: 0 15px;
        font-size: 14px;
    }
    .line_mel {
        padding: 20px 10px;
        font-size: 14px;
    }
    .simple_square_btn7 {
        font-size: 14px;;
        padding: 0.8em;
    }
    #popup-tab {
        font-size: 16px;
        padding: 12px 20px;
    }
}

@media screen and (min-width:751px) and (max-width: 1024px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: none!important;
	}
	#top__hero {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	#top__hero img {
		height: auto;
		object-fit: cover;
		max-width: 1600px;
		display: block;
		margin: 0 auto;
	}
	.coupon_mainimg {
		max-width: 650px;
	}
	.goShopping {
		width: 70%;
	}
	.gallery_item {
		width: calc(100%/3 - 6px);
		margin: 3px;
	}
	.yukata_youtube_container div {
		width: 80%;
		margin: 0 auto;
	}
    .kimonolook-item {
		width: calc(100%/5 - 20px);
		padding: 10px;
	}
}

@media screen and (min-width: 1025px) {
	.sp {
		display: none!important;
	}
	.tablet {
		display: none!important;
	}
	.st {
		display: none!important;
	}
	#top__hero {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	#top__hero img {
		height: auto;
		object-fit: cover;
		max-width: 1600px;
		display: block;
		margin: 0 auto;
	}
	.coupon_mainimg {
		max-width: 835px;
	}
	.goShopping {
		width: 68%;
	}
	.gallery_item {
		width: calc(100%/2 - 20px);
		margin: 10px;
	}
	.yukata_youtube_container div {
		width: 80%;
		margin: 0 auto;
	}
    .kimonolook-item {
		width: calc(100%/5 - 20px);
		padding: 10px;
	}
}
