@charset "utf-8";

/* =====================
　　共通、既存カスタマイズ
===================== */
#sp_content {
  margin-bottom: 60px;
}

/*  フォント
------------------------*/
#content_wrap {
	/*
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "Noto Sans JP", "メイリオ", sans-serif;
	*/
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", 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;
}

/*  a
------------------------*/
#content_wrap a {
	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:hover {
	color: #777;
	text-decoration: none;
}
#content_wrap a.sp_about_link01 {
	color: #666;
}
#content_wrap a.sp_about_link01:hover {
	text-decoration: underline;
}

/* a  画像フェードインアウト
------------------------*/
#content_wrap a:hover 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_pc::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:before {
	background: url(/sp/hibino/images/line.jpg) repeat;
	content:"";
	display:inline-block;
	width: 760px;
	height: 7px;
	background-size:contain;
	margin: 0 50px 50px;
	opacity: 0.6;
}
.side_margin {
	margin:0 50px;
}

/*  section message
------------------------*/
.sec_message {
	text-align: center;
	margin-top: 40px;
}
#content_wrap .sec_message h2 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
	display: block;
	letter-spacing: .35em;
}
.sec_message p {
	font-size: 17px;
	font-weight: normal;
	padding: 20px 0 0!important;
}

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

/* スライドカスタマイズ */
#sp_content #sp_main .slide_show img {
	width: 860px;
}
/*
#sp_content #sp_main .bx-wrapper .bx-pager {
	display: none;
}
*/

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


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

/* =====================
　　メイン
===================== */
section#sp_main {
	margin-top: 0;
	padding-top: 0;
}
section#sp_main:before {
	display: none;
}
#sp_main .slide_show {
	width: 860px;
	/*height: 339px;*/
	height: 499px;
}
#sp_main .slide_show img {
	display: none;
}

#sp_main .main_message {
	text-align: center;
	margin: 48px auto 60px;
}
#content_wrap #sp_main .main_message h1 {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.6;
	display: inline;
	letter-spacing: .26em;
}
#content_wrap #sp_main .main_message p {
	font-size: 17px;
	font-weight: normal;
	display: block;
	letter-spacing: .18em;
	margin: 30px auto 0;
}

/* 予約販売 */
#sp_main .main_message .reservation {
	margin-top: 40px;
}
#sp_main .main_message .reservation p {
	font-size: 14px;
	margin-top: 20px;
}
#sp_main .main_message .reservation_box {
	margin: 30px auto 0 auto;
	padding: 10px 30px 30px;
	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: 12px;
}

/*　インフォメーション
------------------------*/
#sp_content .information {
	margin-top: -10px;
	margin-bottom: 60px;
	text-align: center;
	font-size: 13px;
}
#sp_content .information h2.sub_ttl {
	font-weight: bold;
	text-align: center;
}
/* 全体のリスト */
#sp_content .information ul.info-list {
	display: inline-block;
	margin-top: 10px;
}
/* 各お知らせ項目 */
#sp_content .information li.info-item {
  display: flex;
  padding: 12px 0 0;
	max-width: 600px;
	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 li.info-item a {
	text-decoration: underline;
}
#sp_content .information .info-content {
	margin-top: -1px;
	margin-left: 20px;
	letter-spacing: .15em;
}


/* =====================
　　メニュー
===================== */
#sp_menu .side_margin {
	margin: 0 100px;
	/*margin: 0 80px;*/
	/*margin: 0 120px;*/
}

#sp_menu ul li {
	text-align: center;
	position: relative;
	/*margin-right: 55px;*/
	margin-right: 40px;
}
#sp_menu ul li:nth-child(5n) {
	margin-right: 0;
}
/*
#sp_menu ul li:nth-child(n+4) {
	margin-top: 3em;
}
*/
#sp_menu ul li a {
  color: #333;
  display: block;
	width: 100px;
	/*width: 170px;*/
	padding-bottom: 1.3em;
  text-decoration: none;
  transition: all .2s linear;
}
#sp_menu ul li a p {
	padding-top: .8em;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

#sp_menu ul li a img {
	width: 100%;
}


/* =====================
　　ABOUT
===================== */

#sp_about {
	margin: 0 0 70px;
}
#sp_about .sec_message {
	margin-top: 0;
}
#sp_about ul {
	margin-top: 45px;
}
#sp_about ul li {
	width: 365px;
	margin: 0 30px 0 0
}
#sp_about ul li:nth-child(2n) {
	margin-right: 0;
}
#sp_about ul li:nth-last-child(n+3){
	margin-bottom: 50px;
}
#sp_about ul li img {
	width: 100%;
	margin-bottom: 12px;
}
#sp_about ul li p {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}


/* =====================
　　使い方
===================== */
#sp_howtouse {
	margin-bottom: 70px;
}
#sp_howtouse .more {
	position: relative;
	text-align: center;
	line-height: 5.2em;
	margin: 20px auto 70px;
}
#sp_howtouse .more a {
	width: 70%;
	margin: 0 auto;
	display: block;
	border: 1px solid #444;
	font-size: 15px;
	box-sizing: border-box;
	letter-spacing: 1.5!important;
	border-radius: 6px;
	color: #444!important;
}
#sp_howtouse .more a:hover {
	border: 1px solid #999;
	color: #999!important;
	background-color:#f2f2f2;
}

#sp_howtouse .close {
	position: relative;
	text-align: center;
	line-height: 5.2em;
	margin: 20px auto 70px;
}
#sp_howtouse .close a {
	width: 70%;
	margin: 0 auto;
	display: block;
	border: 1px solid #444;
	font-size: 15px;
	box-sizing: border-box;
	letter-spacing: 1.5!important;
	border-radius: 6px;
	color: #444!important;
}
#sp_howtouse .close a:hover {
	border: 1px solid #999;
	color: #999!important;
	background-color:#f2f2f2;
}

#sp_howtouse p.howtouse_caution {
	text-align: center;
  margin: -40px 0 40px 0;
  font-size: 13px;
}

.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;
	width: 365px;
	margin: 0 30px 50px 0;
	float:left;
}
.my-gallery figure:nth-child(2n) {
	margin-right: 0;
}
.my-gallery h3 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px!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__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__top-bar,
.pswp__caption,
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: #fff!important;
}
.pswp__caption__center {
	text-align: center!important;
	max-width: 900px!important;
	color: #333!important;
	font-size: 15px!important;
	padding: 20px!important;
}
.pswp__caption__center .caption_caution {
	display: block;
	font-size: 12px;
	margin: 5px auto 0;
}
.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;
}
#content_wrap .insta_info p {
	font-size: 16px;
}
a.insta_info_btn{
  padding: 0.5em;
  margin: 24px auto 0 -20px;
  display: inline-block;
  font-weight: bold;
  font-size:19px;
	letter-spacing: .14em;
}
a.insta_info_btn:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -3px 20px 0 0;
  background: url("/images/ico_Instagram_Glyph_Gradient.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#content_wrap a.insta_info_btn:hover {
	color: #333;
	cursor: pointer;
	opacity: .6;
}

/* YouTube */
#content_wrap.sp_hibino #sp_howtouse .youtube_wrap {
	margin-top: 60px;
}
#content_wrap.sp_hibino #sp_howtouse .youtube_wrap p {
	font-size: 17px;
	font-weight: normal;
	padding: 20px 0 0!important;
	text-align: center;
}
#content_wrap.sp_hibino #sp_howtouse p.youtube_caution {
	font-size: 13px;
	margin: 0!important;
}


/* =====================
　　USER IDEA
===================== */
#sp_user_ideas {
	margin-bottom: 70px;
}
#sp_user_ideas .sec_message {
	margin-top: 0;
}

/*　visumo
------------------------*/
.vsm-tile {
	margin-top: 45px;
}
#content_wrap .vsm-tile p.pr_info {
	font-size: 11px;
	text-align: center;
	margin: 15px 0 0;
}


/* =====================
　　LINE UP
===================== */
#sp_lineup {
	margin: 70px 0 0;
}
#sp_lineup .sec_message {
	margin-top: 0;
}
#sp_lineup ul {
	margin: 20px 60px 85px;
	text-align: center;
}
#sp_lineup ul.sp_lineup_list > li {
	width: 320px;
	margin: 0;
	position: relative;
}
#sp_lineup ul li a {
	display: block;
}
#sp_lineup ul li:nth-child(3) {
	margin-right: 0;
}
#sp_lineup ul li img {
	width: 100%;
}
#sp_lineup ul li.lineup_limited_color,
#sp_lineup ul li.lineup_limited_cover {
	margin-left: 160px;
}
#sp_lineup ul li.lineup_limited_color {
	margin-top: 40px;
}
#sp_lineup ul li p {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.7;
}
#sp_lineup ul li.lineup_limited_color p,
#sp_lineup ul li.lineup_limited_cover p {
	position: absolute;
}
#sp_lineup ul li.lineup_limited_cover {
	margin-top: 60px;
}
#sp_lineup ul li.lineup_limited_cover p:nth-of-type(1) {
	top: -2.5em;
}
#sp_lineup ul li.lineup_limited_cover p:nth-of-type(2) {
	bottom: -1em;
	font-weight: normal;
	font-size: 14px;
}

/* フリーダイアリー */
#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 40px; 
	padding-top: 40px;
}

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

#sp_lineup li.lineup_free ul > li {
	width: 320px;
}
#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: center;
  gap: 15px; /* アイコンとテキストの間隔 */
  position: static;
  width: auto;
  font-weight: bold; 
  font-size: 16px;   
	transform: translateY(10px); /* 位置調整 */
}

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


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

#sp_qa .sec_message {
	margin-top: 0;
}

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

.question {
  /*background: #eee;*/
  cursor: pointer;
  font-size: 16px;
	font-weight: bold;
  padding: 26px 40px 26px 60px;
  position: relative;
	border-top: 1px solid #eee;
	transition: all .5s ease;
	letter-spacing: .15em;
}
.question:hover {
	background-color: #f9f9f9;
}
.question:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 50%;
  left: 20px;
  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;
}
.answer div {
	padding: 14px 40px 40px 60px;
}
.answer div:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 6px;
  left: 22px;
  color: #f1a08e;
  font-size: 24px;
	font-weight: bold;
}
.answer p {
	font-size: 14px;
}
.answer p span.p_small {
	display: block;
	margin-top: 10px;
	font-size: 13px;
}

.answer ul li {
	width: 100%;
	font-size: 14px;
	margin-bottom: 40px;
}
.answer li:last-child {
	margin-bottom: 0;
}
.answer img {
	width: 100%;
	margin-top: 20px;
	vertical-align: top;
}

.answer ul.img_multiple li {
	width: 320px;
	margin: 0 20px 0 0;
}
.answer ul.img_multiple li:nth-child(2n) {
	margin-right: 0;
}
.answer ul.img_multiple li img {
	width: 100%;
}
