@charset "utf-8";

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

/* =====================
　　共通、既存カスタマイズ
===================== */

#sp_content {
	margin-bottom: 100px;
}

/*  フォント
------------------------*/
#content_wrap {
	/*
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "Noto Sans JP", "メイリオ", sans-serif;
	*/
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "YuGothic", "Yu Gothic", "Meiryo", "メイリオ", sans-serif;
	font-feature-settings: "palt" 1;
	color: #333;
}


/*  テキスト、見出し
------------------------*/
#content_wrap p,
#content_wrap h1,
#content_wrap h2,
#content_wrap h3,
#content_wrap h4 {
	margin: 0;
	padding: 0;
	line-height: 2;
	letter-spacing: .2em;
}
.freearea {
	margin: 0;
}

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

/*  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; /* 追加 */
}


/*  文章中の改行（見た目用の改行）
------------------------*/
#sp_content span.new_line::after,
#sp_content span.new_line_smp::after {
	content: "\A";  /* 改行を挿入 */
	white-space: pre-line; /* 改行を有効にする */
}

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

/*  section
------------------------*/
#content_wrap section {
	margin-top: 40px;
	padding-top: 10px;
}
#content_wrap section > div { /* default打ち消し用 */
	margin: 0!important;
}
#content_wrap section:before {
  background: url(/sp/hibino/images/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;
}
#content_wrap .sec_message h2 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	display: block;
	letter-spacing: .25em;
}
#content_wrap .sec_message p {
	font-size: 15px;
	font-weight: normal;
	/*line-height: 1.8!important;*/
	padding: 20px 0 0!important;
}


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

/*  インビューアニメーション
------------------------*/
#content_wrap .sa {
	opacity: 0;
	transition: opacity 2s ease; /* 'all' から 'opacity' に変更 */
}
#content_wrap .sa.show {
	opacity: 1;
}

/* =====================
　　オフィシャルEnglishボタン
===================== */
div.btn_english {
	text-align: right;
}
.btn_english a {
	padding: .4em 1.5em;
	border: 1px solid #e5e5e5;
	border-radius: 25px;
	background: #fff;
	letter-spacing: .1em;
	font-size: 10px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: none;
}
.btn_english a:active {
	color: #ccc!important;
}

/* =====================
　　メイン
===================== */
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: 19px;
	font-weight: bold;
	line-height: 1.6;
	display: inline;
	letter-spacing: .26em;
}
#sp_main .main_message p {
	font-size: 15px;
	font-weight: normal;
	display: block;
	letter-spacing: .18em;
	margin: 30px auto 0;
}
#sp_main .main_message p span.spacing_adjustment {
	display: block;
	margin-top: 1em;
}

/* 予約販売 */
#sp_main .main_message .reservation {
	margin-top: 40px;
}
#sp_main .main_message .reservation p {
	font-size: 12px;
	margin-top: 20px;
}
#sp_main .main_message .reservation_box {
	margin: 25px auto 0 auto;
	padding: 5px 25px 25px;;
	border: 1px solid #ccc;
	display: inline-block;
}
#sp_main .main_message .reservation_box a {
	font-weight: bold;
	color: #555;
	text-decoration: underline;
}
#sp_main .main_message .reservation_box p.reservation_info {
	font-size: 10px;
}

/*　インフォメーション
------------------------*/
#sp_content section > div.information {
	margin: 40px 8% 0!important;
	text-align: center;
	font-size: 12px;
}
#sp_content .information h2.sub_ttl {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
/* 全体のリスト */
#sp_content .information ul.info-list {
	display: inline-block!important;
	margin-bottom: 0;
	line-height: 1.8;
	margin-top: 0;
}
/* 各お知らせ項目 */
#sp_content .information li.info-item {
  display: flex;
  padding: 12px 0 0;
	text-align: left;
}
/* 日付部分 */
#sp_content .information .info-date {
  width: auto;
  flex-shrink: 0;
  color: #666;
  font-size: 0.9em;
	letter-spacing: .05em;
	/* ▼ 数字の字幅を揃える ▼ */
  font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
}
/* 案内文 */
#sp_content .information .info-content {
  margin-top: -2px;
	margin-left: 1em;
	letter-spacing: .15em;
}


/* =====================
　　メニュー
===================== */
#sp_menu {
	margin-bottom: -10px!important;
}
/*
#content_wrap #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 {
	text-align: center;
	margin-right: 5%;
	width: 30%;
	position: relative;
}
#sp_menu ul li:nth-child(3n) {
	margin-right: 0;
}
#sp_menu ul li:nth-child(4) {
	margin-left: 17.5%;
}

#sp_menu ul li p {
	line-height: 1.5;
	margin-top: .5em;
}
#sp_menu ul li:nth-child(2) p {
letter-spacing: .1em;
}
#sp_menu ul li a {
  color: #333;
  display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1.75em;
	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//images/ico_new.png) no-repeat;
	background-size: contain;
	z-index: 3;
}


/* =====================
　　ABOUT
===================== */
#sp_about {
	margin: 0 0 70px;
}
#sp_about ul {
	margin-top: 45px;
}
#sp_about ul li {
	padding: 0 0 30px 0;
}
#sp_about ul li:last-child {
	padding-bottom: 0;
}
#sp_about ul li img {
	width: 100%;
	margin-bottom: 12px;
}
#sp_about ul li p {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#content_wrap a.sp_about_link01 {
	color: #666;
}
#content_wrap a.sp_about_link01:active {
	text-decoration: underline;
}

/* =====================
　　使い方
===================== */
#sp_howtouse .more {
	position: relative;
	text-align: center;
	line-height: 4.2em;
	margin: 10px auto 50px;;
}
#sp_howtouse .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_howtouse .more a:active {
	border: 1px solid #ddd;
	color: #999!important;
}

#sp_howtouse .close {
	position: relative;
	text-align: center;
	line-height: 4.2em;
	margin: 10px auto 50px;;
}
#sp_howtouse .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_howtouse .close a:active {
	border: 1px solid #ddd;
	color: #999!important;
}

#sp_howtouse a {
	text-decoration: none;
}

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

.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 6% 20px 0;
	float:left;
	width: 47%;
}
.my-gallery figure:nth-child(2n) {
	margin-right: 0;
}
#content_wrap .my-gallery h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 9px!important;
	line-height: 1.8;
}

.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;
}
.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;
}

/* インスタ紹介 */
#content_wrap section#sp_lineup > div.sec_message {
	margin-bottom: 30px!important;
}
.insta_info {
	text-align: center;
	margin-top: 40px;
	margin-bottom: -5px;
}
#content_wrap .insta_info p {
	font-size: 14px;
}
a.insta_info_btn{
  padding: 0.5em;
  margin: 24px auto 0 -15px;
  display: inline-block;
  font-weight: bold;
  font-size:15px;
	letter-spacing: .1em;
}
a.insta_info_btn:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 15px 0 0;
  background: url("/sp/haramaki/images/Instagram_Glyph_Gradient.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#content_wrap a.insta_info_btn:active {
	opacity: .5;
}

/* YouTube */
#content_wrap.sp_hibino #sp_howtouse .youtube_wrap {
	margin-top: 50px;
}
#content_wrap.sp_hibino #sp_howtouse .youtube_wrap p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8!important;
	padding: 20px 0 0!important;
	text-align: center;
}
#content_wrap.sp_hibino #sp_howtouse p.youtube_caution {
	font-size: 12px;
	margin: 0!important;
}

/* =====================
　　LINE UP
===================== */
#sp_lineup {
	margin: 70px 0 0;
	font-size: 11px;
}

#sp_lineup .sec_message {
	margin-top: 0;
}
#sp_lineup ul {
	margin: -10px auto 70px;
	text-align: center;
}
#sp_lineup ul li {
	width: 46%;
	margin: 0 0 0 2%;
	position: relative;
}
#sp_lineup ul li:nth-child(n+2):nth-child(-n+3) {
	margin-top:20px;
}
#sp_lineup ul li:nth-child(3) {
	margin: 0 2% 0 4%;
}
#sp_lineup ul li.lineup_limited_color,
#sp_lineup ul li.lineup_limited_cover {
	margin-left: 27%;
}
#sp_lineup ul li a {
	text-decoration: none;
	display: block;
}
#sp_lineup ul li img {
	width: 100%;
}
#sp_lineup ul li p {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
	font-weight: bold;
	line-height: 1.7;
}
#sp_lineup ul li.lineup_limited_color {
	margin-top: 20px;
}

#sp_lineup ul li.lineup_limited_cover {
	margin-top: 60px;
}
#sp_lineup ul li.lineup_limited_color p {
	top: -.75em;
}
#sp_lineup ul li.lineup_limited_cover p:nth-of-type(1) {
	top: -2.75em;
	line-height: 1.5;
}
#sp_lineup ul li.lineup_limited_cover p:nth-of-type(2) {
	bottom: -3em;
	font-weight: normal;
	font-size: 9px;
}
#sp_lineup ul li.lineup_limited_cover p:nth-of-type(1) span:nth-of-type(1)  {
	font-size: 9px;
	letter-spacing: .5;
}

/* フリーダイアリー */
#sp_lineup ul.sp_lineup_list > li.lineup_free {
  width: 100%;
  display: grid; /* グリッド使用 */
  grid-template-areas:  /* 3つのエリアを定義 */
    "new-badge"
    "ul_items"
    "release-date";
  justify-items: center;
  margin: 0 0 15px;
	padding-top: 40px;
}

#sp_lineup li.lineup_free ul {
  margin: 0;
  grid-area: ul_items; 
}

#sp_lineup li.lineup_free ul > li {
	width: 46%;
	margin: 0 0 0 2%;
}
#sp_lineup li.lineup_free ul > li:nth-child(2n){
	margin: 0 2% 0 4%;
}
#sp_lineup li.lineup_free ul > li a {
	/*pointer-events: none;*/
}

/* #sp_lineup li.lineup_free > p:first-of-type */
#sp_lineup li.lineup_free > p {
  grid-area: new-badge;
  display: flex; /* Flexboxでアイコンとテキストを横並び */
  align-items: flex-start;
  gap: 10px; /* アイコンとテキストの間隔 */
  position: static;
  width: auto;
  font-weight: bold; 
  font-size: 11px;   
	/*transform: translateY(.75em);*/ /* 位置調整 */
}

#sp_content #sp_lineup p.ico_new::before {
  position: static;
  content: "";
  display: inline-block;
  width: calc(61px * 0.6);
  height: calc(14px * 0.6);
  background: url(/sp/hibino/images/ico_new.png) no-repeat;
  background-size: contain;
  z-index: 3;
	transform: translateY(.45em); /* 位置調整 */
}
/* 発売予定 */
/*
#sp_lineup li.lineup_free > p:last-of-type {
  grid-area: release-date;
  position: static;
  font-weight: normal;
  font-size: 11px;
  margin: 0;
}
	*/




/* =====================
　　Q&A
===================== */

.qa_wrap {
  margin: 50px auto 0;
  width: 100%;
}

.question {
  /*background: #eee;*/
  cursor: pointer;
  font-size: 14px;
	font-weight: bold;
  padding: 22px 40px 22px 50px;
  position: relative;
	border-top: 1px solid #eee;
	/*transition: all .5s ease;*/
	letter-spacing: .14em;
}
.question:active {
	background-color: #f9f9f9;
}
.question:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 50%;
  left: 16px;
  color: #ccc;
	font-size: 24px;
	color: #ccc;
	line-height: 0;
	font-weight: bold;
}
.question:after {
  position: absolute;
  display: block;
  content: '';
  top: 40%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
  /*transition: all .3s ease-in-out;*/
}
.question.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.answer {
  display: none;
  position: relative;
}
.qa_wrap dd.answer {
	margin: 0;
}
.answer div {
	padding: 8px 20px 40px 50px;
}
.answer div:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 0;
  left: 19px;
  color: #f1a08e;
  font-size: 24px;
	font-weight: bold;
}
.answer p {
	font-size: 13px;
}
.answer p span.p_small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
.answer ul {
	margin: 0;
}
.answer ul li {
	width: 100%;
	font-size: 13px;
	margin-bottom: 28px;
}
.answer ul li:last-child {
	margin-bottom: 0;
}
.answer img {
	width: 100%;
	margin-top: 16px;
	vertical-align: top;
}
.answer ul.img_multiple li {
	margin: 0;
}
