@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* =====================
　　共通、既存カスタマイズ
===================== */
#content_wrap p,
#content_wrap h1,
#content_wrap h2,
#content_wrap h3,
#content_wrap h4 {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
.freearea {
	margin: 0;
}

/*  閲覧履歴レコメンド非表示
------------------------*/
#fsrecommenddiv7 {
	display: none;
}

/*  コンテンツ下部余白
------------------------*/
#sp_content {
	margin-bottom: 100px;
}


/*  a
------------------------*/
#content_wrap a {
	-webkit-tap-highlight-color:rgba(0,0,0,0); /* android */
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#content_wrap a:active {
	color: #777;
	text-decoration: none;
}

/* a  画像フェードインアウト
------------------------*/
#content_wrap a:active img {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	opacity: 0.6;
}
#content_wrap a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
}

/*  フォント
------------------------*/
#content_wrap {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
	letter-spacing: .15em;
	font-feature-settings: "palt" 1;
	color: #333;
}

/*  ul flexbox指定
------------------------*/
#content_wrap ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}

/*  section
------------------------*/
#content_wrap section {
	margin-top: 40px;
	padding-top: 10px;
}
#content_wrap section > div { /* default打ち消し用 */
	margin: 0!important;
}
#content_wrap section:before {
  background: url(../img/line_smp.jpg) repeat;
  content: "";
  display: block;
  width: 90%;
  height: 7px;
  background-size: contain;
  margin: 0 auto 30px;
  opacity: 0.6;
}
#content_wrap .side_margin {
	margin:0 6%!important;
}

/*  section message
------------------------*/
.sec_message {
	text-align: center;
}
#content_wrap section > div.sec_message {
	margin: 40px 0 40px!important;
}
.sec_message h2 {
	text-align: center;
	font-size: 20px;
	letter-spacing: .25em;
}
#content_wrap .sec_message h3 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: .15em;
	margin-top:20px;
}
.sec_message p {
	font-size: 14px;
	line-height: 1.8!important;
	padding: 20px 0 0!important;
}
.sec_message p + img {
	margin-top:20px;
}

/*  スライド
------------------------*/
.slide_show {
	margin: 0 auto;
	position: relative;
}
.slide_show img {
	position: absolute;
	top: 0;
	left: 0;
}

/*  インビューアニメーション
------------------------*/
#content_wrap .sa {
	opacity: 0;
	transition: all 1.6s ease;
	//transform: translate(0, 60px);
}
#content_wrap .sa.show {
	opacity: 1;
	transform: none;
}


/* =====================
　　メインイメージ
===================== */
section#sp_main {
	margin-top: 0;
	padding-top: 0;

}
section#sp_main:before {
	background: none;
	margin: 0!important;
	width: 0;
	height: 0;
	display: none;
}

/* スライドカスタマイズ */
#sp_main .slide_show {
	height: 58.139vw;
	overflow: hidden;
	margin: 0;
}
#sp_content #sp_main .slide_show img {
	display: none;
	width: 100%!important;
	max-width: 100%!important;
}
/*
#sp_content #sp_main .bx-controls.bx-has-pager.bx-has-controls-direction {
	display: none;
}
*/

#sp_main .main_message {
	text-align: center;
	margin: 40px auto 0!important;
}
#sp_main .main_message h1 {
	font-size: 18px;
	line-height: 2;
	letter-spacing: .26em;
}
#sp_main .main_message p {
	font-size: 14px;
	line-height: 1.8!important;
	letter-spacing: .18em;
	margin: 30px auto 0;
}
#sp_main .main_message p.p_info { /* 発売予定日 */
	font-weight: bold;
	/*display: none;*/
}

/* =====================
　　メニュー
===================== */
#sp_menu {
	margin-bottom: -10px!important;
}

/*
#sp_menu ul.side_margin {
	margin: 0 12%!important;
}
#sp_menu ul li {
	text-align: center;
	margin-right: 12%;
	width: 44%;
	position: relative;
}
#sp_menu ul li:nth-child(2n) {
	margin-right: 0;
}
#sp_menu ul li:nth-child(n+3) {
	margin-bottom: 0;
}
*/

#sp_menu ul.side_margin {
	margin: 0 8%!important;
}
#sp_menu ul li {
	text-align: center;
	width: 30%;
	margin-right: 5%;
	position: relative;
}
#sp_menu ul li:nth-child(3n) {
	margin-right: 0;
}
#sp_menu ul li:nth-child(4n) {
	margin-left: 15%;
}

#sp_menu ul li p {
	line-height: 1.5;
	margin-top: .5em;
}
#sp_menu ul li a {
  color: #333;
  display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1.3em;
	margin-top: 6px;
  text-align: center;
  text-decoration: none;
  transition: all .2s linear;
}
#sp_menu ul li:nth-last-child(-n+2) a {
	padding-bottom: 0;
	margin-top: 0;
}
#sp_menu ul li.sp_menu_new::before {
	position: absolute;
	top: -3px;
	left: -3px;
	content: "";
	display: inline-block;
	width: 44px;
	height: 27.2px;
	background: url(/sp/hibino/img/ico_new.png) no-repeat;
	background-size: contain;
	z-index: 3;
}


/* =====================
　　ABOUT
===================== */
#sp_about {
	margin: 0 0 70px;
}
#sp_about h3 {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .15em;
	margin-top:40px;
}
/*
#sp_about h3:after {
	background: url(../img/dot_line_smp.png) no-repeat;
	content: "";
	display: block;
	width: 167px;
	height: 6px;
	background-size: contain;
	margin: 8px auto 0;
}
*/
#sp_about h3 span {
	display: inline-block;
}
#sp_about h3 span:after {
	background: url(../img/dot.jpg);
	background-repeat: space;
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-size: contain;
	margin: 8px auto 0;
}	
#sp_about ul li:nth-child(1) h3 span:after {
	width: 96%;
}

#sp_about li:first-child h3 {
	margin-top: 0;
}
#sp_about p {
	font-size: 14px;
	line-height: 1.8!important;
	text-align: center;
	margin: 20px auto 20px;
}


/* =====================
　　HOW TO USE
===================== */

#sp_howtouse h3 {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .15em;
	margin-top: 40px;
}
/*
#sp_howtouse h3:after {
	background: url(../img/dot_line_smp.png) no-repeat;
	content: "";
	display: block;
	width: 167px;
	height: 6px;
	background-size: contain;
	margin: 8px auto 0;
}
*/
#sp_howtouse h3 span {
	display: inline-block;
}
#sp_howtouse h3 span:after {
	background: url(../img/dot.jpg);
	background-repeat: space;
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-size: contain;
	margin: 8px auto 0;
}

#sp_howtouse ul p {
	font-size: 14px;
	line-height: 1.8!important;
	text-align: center;
	margin: 10px auto 0;
}
#sp_howtouse ul {
	margin: 0;
}
.sp_howtouse_step h4 {
	font-size: 15px;
	margin-top: 25px !important;
}
.sp_howtouse_step img {
	width: 100%;
	margin-top: 10px;
	/*
	border: 1px solid #ccc;
	box-sizing: border-box;
	*/
}

.sp_howtouse_point ul {
  padding-top: 30px;
}
.sp_howtouse_point ul li {
	padding: 0 0 25px 0;
}
.sp_howtouse_point ul li:last-child {
	padding-bottom: 0;
}
.sp_howtouse_point ul li img {
	width: 100%;
	/*
	box-sizing: border-box;
	border: 1px solid #ccc;
	*/
}
.sp_howtouse_point ul li p {
	font-weight: normal;
}
.sp_howtouse_point a.sp_about_link01 {
	color: #666;
}
.sp_howtouse_point a.sp_about_link01:active {
	text-decoration: underline;
}

/* =====================
　　MOVIE
===================== */

#sp_movie .youtube_wrap {
	margin-top: 30px;
}

/* =====================
　　GALLERY
===================== */
#sp_gallery .more {
	position: relative;
	text-align: center;
	line-height: 4.2em;
	margin: 10px auto 50px;;
}
#sp_gallery .more a {
	width: 70%;
	margin: 0 auto;
	display: block;
	border: 1px solid #bbb;
	font-size: 13px;
	box-sizing: border-box;
	letter-spacing: 1.5!important;
	border-radius: 6px;
	color: #444!important;
	text-decoration: none;
}
#sp_gallery .more a:active {
	border: 1px solid #ddd;
	color: #999!important;
}

#sp_gallery .close {
	position: relative;
	text-align: center;
	line-height: 4.2em;
	margin: 10px auto 50px;;
}
#sp_gallery .close a {
	width: 70%;
	margin: 0 auto;
	display: block;
	border: 1px solid #bbb;
	font-size: 13px;
	box-sizing: border-box;
	letter-spacing: 1.5!important;
	border-radius: 6px;
	color: #444!important;
	text-decoration: none;
}
#sp_gallery .close a:active {
	border: 1px solid #ddd;
	color: #999!important;
}

#sp_gallery a {
	text-decoration: none;
}
/*
#sp_howtouse a h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 2.3!important;
	display: inline;
}
*/

#sp_gallery p.howtouse_caution {
	text-align: center;
	margin-top: -20px;
}

#sp_gallery .my-gallery + p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 35px;
	margin-top: 10px;
}


.my-gallery {
	width: 100%;
	/*margin-top: 45px;*/
	overflow: hidden;
}

/* パターン1用（2カラム） */
.my-gallery figure {
	opacity: 1;
	transition: all 0.5s ease 0s;
	transition: all 0s ease 0s;
	/*margin: 0 0px 20px 0;*/
	margin: 0 6% 20px 0;
	float:left;
	width: 47%;
}
.my-gallery figure:nth-child(2n) {
	margin-right: 0;
}
.my-gallery h3 {
	font-size: 12px;
	font-weight: bold;
	/* line-height: 2.3!important; */
	text-align: center;
	margin-top: 9px!important;
}

.my-gallery figure img {
	width: 100%;
}
.my-gallery figure.is-hidden {
	opacity: 0;
	height: 0;
	margin: 0;
	margin-bottom: 0px;
	cursor: none;
}
.my-gallery figure.is-hidden a {
	cursor: default;
}
.my-gallery figcaption {
	display:none;
}

/* photoswipe */
.pswp--open {
    z-index: 4000!important;
}
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff!important;
	opacity: 0.5;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
.pswp__button.pswp__button--share {
	display:none!important;
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: #fff!important;
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color: #fff!important;
}
.pswp__top-bar, .pswp__caption {
  background-color: #fff!important;
}
.pswp__caption__center {
	text-align: center!important;
	max-width: 900px!important;
	color: #333!important;
	padding: 20px 20px 25px 20px!important;
}
.pswp__caption__center h3 {
	text-align: center;
	margin: 5px 0;
	font-size: 15px;
}
.pswp__caption__center .caption_caution {
	display: block;
	font-size: 11px;
	margin: 5px auto 0;
}
.pswp__caption__center .caption_l {
	display: block;
	padding-bottom: 10px;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background-color: #fff!important;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	width: 41px!important;
	height: 37px!important;
	position: absolute;
}
.pswp__counter {
	color: #333!important;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* インスタ紹介 */
.insta_info {
	text-align: center;
	margin-top: -10px;
	margin-bottom: -5px;
}
#content_wrap .insta_info p {
	font-size: 14px;
	line-height: 2;
}
a.insta_info_btn{
  padding: 0.5em;
  margin: 24px auto 0 -15px;
  display: inline-block;
  font-weight: bold;
  font-size:15px;
}
a.insta_info_btn:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 15px 0 0;
  background: url("/sp/joindots/img/Instagram_Glyph_Gradient.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#content_wrap a.insta_info_btn:active {
	opacity: .5;
}


/* =====================
　　LINE UP
===================== */
#sp_lineup {
	margin: 70px: 0 0;
}
#sp_lineup h3 {
    font-size: 14px;
    /*margin-top: 30px !important;*/
    text-decoration: none;
	text-align: center;
}
#sp_lineup ul {
	margin: 30px auto;
	text-align: center;
	justify-content: space-between;
}
#sp_lineup ul.sp_lineup_list_1 li,
#sp_lineup ul.sp_lineup_list_2 li {
	height: 40vw;
}
#sp_lineup ul.sp_lineup_list_2 {
	margin: 30px 20vw 50px;
}
#sp_lineup ul.sp_lineup_list_3 li {
	height: 35.1vw;
}
#sp_lineup ul.sp_lineup_list_3 {
	margin: 30px 13vw 50px;
}

/*
#sp_lineup ul:nth-of-type(1) li {
	width: 12%;
	
}
#sp_lineup ul:nth-of-type(2) li {
	width: 20%;	
}
#sp_lineup ul:nth-of-type(3) li {
	width: 44%;	
}
*/
/*
#sp_lineup ul:nth-of-type(n+2) {
	margin: 30px 15% 50px;
}
	*/

/*
#sp_lineup ul li.is-hidden {
	margin-bottom: 0px;
}
*/

#sp_lineup ul li img {
	height: 100%;
}

/* 発売後にコメントアウト */
#sp_lineup ul li a {
	/*
	pointer-events: none!important;
	*/
}
