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

/*  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: #000;
}

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

/*  スライド
------------------------*/
.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 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	display: inline;
	letter-spacing: .26em;
}
#sp_main .main_message p {
	color: #555;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8!important;
	display: block;
	letter-spacing: .18em;
	margin: 30px auto 0;
}


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

#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 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;
  text-align: center;
  text-decoration: none;
  transition: all .2s linear;
}
#sp_menu ul li:nth-last-child(-n+3) a {
 padding-bottom: 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/nikki_tobira/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 h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 2!important;
	text-align: center;
}
#sp_about ul li p {
	margin-top: 2px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.8;
}

#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 a h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 2.3!important;
	display: inline;
}

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

.my-gallery {
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
}
.my-gallery figure {
	opacity: 1;
	transition: all 0.5s ease 0s;
	transition: all 0s ease 0s;
	width: 100%;
	margin: 0 0px 20px 0;
	/*
	float:left;
	width: 47%;
	width: calc( (100% - 15px) / 2 );
	*/
}
.my-gallery figure img {
	width: 100%;
	margin-bottom: 5px;
}
.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;
}

/* 人物アイコン + 詳細 */
#sp_howtouse .my-gallery div.person {
	display: flex;
	align-items: flex-start;
	margin: .5em auto 3em;
}
#sp_howtouse .my-gallery div.person img {
	width: 70px;
	margin-right: 15px;
}
#sp_howtouse .my-gallery div.person > div p {
	margin-top: .5em;
	color: #88735c;
	/*color: #b78c5d;*/
}
#sp_howtouse .my-gallery div.person > div p.use_detail {
	font-size: 14px;
	font-weight: bold;
	margin-top: .5em;
	line-height: 1.8;
	color: #333;
}
#sp_howtouse .my-gallery div.person > div p.use_detail span.p_small {
	letter-spacing: .08em;
}
#sp_howtouse .my-gallery p.howtouse_gallery_caution {
	color: #333;
  text-align: center;
  margin: -2.2em auto 3em;
  font-size: 11px;
}

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


/* =====================
　　LINE UP
===================== */
#sp_lineup {
	margin: 70px: 0 0;
}

#sp_lineup .sec_message {
	margin-top: 0;
}
#sp_lineup ul {
	margin: 45px auto 50px;
	text-align: center;
}

ul.sp_lineup_list li {
	/*
	margin-bottom: 40px;
	margin-right: calc(80% / 660 * 100);
	*/
	margin: 0 calc(80% / 660 * 100) calc(80% / 660 * 100) 0 ;
}
ul.sp_lineup_list li.year_3_5_10:nth-child(3n) {
	margin-right: 0;
}
ul.sp_lineup_list li.year_3_5 {
	width: calc(161% / 660 * 100);
}
ul.sp_lineup_list li.year_10 {
	width: calc(178% / 660 * 100);
}
ul.sp_lineup_list li.mini {
	width: calc(166% / 660 * 100);
}
ul.sp_lineup_list li.mini:nth-child(7),
ul.sp_lineup_list li.mini:nth-child(9) {
	margin-left: calc(124% / 660 * 100);
}
ul.sp_lineup_list li.month_12 {
	width: calc(150% / 660 * 100) ;
	margin-bottom: 0;
}
ul.sp_lineup_list li.month_12:nth-child(11) {
	margin-left: calc(25% / 660 * 100);
}
ul.sp_lineup_list li.month_12:last-child {
	margin-right: 0;
}

ul.sp_lineup_list li img {
	width: 100%;
}

/*
#sp_lineup ul li {
	width: 26%;
	margin: 0 11% 40px 0
}
#sp_lineup ul li:nth-child(3n) {
	margin-right: 0;
}
#sp_lineup ul li:nth-last-child(-n+3) {
	margin-bottom: 0;
}
#sp_lineup ul li.is-hidden {
	margin-bottom: 0px;
}
#sp_lineup ul li a {
	text-decoration: none;
}
#sp_lineup ul li img {
	width: 100%;
}
#sp_lineup ul li h3 {
	padding-top: 8px;
	font-size: 13px;
	font-weight: bold;
	display: none;
}
#sp_lineup ul li p {
	font-size: 11px;
	line-height: 1.5;
	margin-top: .5em;
}
*/

/* =====================
　　コラム
===================== */

#content_wrap section#sp_column > div.sec_message {
	padding-bottom: 40px;
}

#sp_column { /* ボタン開閉位置調整 */
	margin-top: -80px!important;
  padding-top: 90px!important;
}

#sp_column span.p_small {
	font-size: 12px;
}

.column_more_box  {
	padding-bottom: 10px;
}
.column_more_box .column_more_in > div {
	text-align: center;
}
.column_more_box .column_more_in > div:nth-child(n + 2) {
	margin-top: 40px;
}
.column_more_box .column_more_in > div:last-child {
	margin-bottom: 100px;
}
#sp_column .column_more_box p {
	line-height: 1.8;
}
#sp_column .column_more_box p.column_q {
	font-size: 15px;
	font-weight: bold;
	margin-top: 1.8em;
}
#sp_column .column_more_box p.column_a {
	font-size: 14px;
	margin-top: 1.8em;
}
.column_more_box p.column_q::first-letter {
	font-size: 16px;
	margin-right: .3em;
	line-height: 0;
	/*color: #97c6c9;*/
	color: #ccc;
}
.column_more_box p.column_a::first-letter {
	font-size: 18px;
	font-weight: bold;
	margin-right: .3em;
	line-height: 0;
	/*color: #f2cc47;*/
	/*color: #f6b8a2;*/
	/*color: #fdb690;*/
	/*color: #97c6c9;*/
	color: #f1a08e;
}

/*  アコーディオン ※調整
------------------------*/
.accordion_wrap {
	display: block;
}

.column_more_box .accordion {
  position: relative;
}
/* ボタン */
.accordion-btn {
	text-align: center;
	line-height: 4.2em;
	/* margin: 50px auto 70px;*/
	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;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .2s;
	cursor: pointer;
}

/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "SEE MORE";
}
/* ボタンhover時のスタイル */
.accordion-btn:active {
	color: #999!important;
	background-color:#f2f2f2;
}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
.accordion-text p {
	margin-bottom:6em;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 5em;
}

/* テキストをグラデーションで隠す */
.accordion-text::before {
	/*
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
	*/
	background-color: #fff;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
	height: 6em; /* グラデーションで隠す高さ */
}

/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: 0;
}
#sp_howtouse .accordion-btn.is-show {
  bottom: 0;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "CLOSE";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}


/* =====================
　　新商品
===================== */
#sp_new {
	margin: 0 0 70px;
}

#sp_new a {
	text-decoration: none;
}
#sp_new ul {
	margin-top: 45px;
}
#sp_new ul li {
	padding: 0 0 30px 0;
}
#sp_new ul li img {
	width: 100%;
	margin-bottom: 10px;
}
#sp_new ul li h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 2.3!important;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: .25em;
	color: #ef947f;
}
#sp_new ul li h3 span {
	color:#f5c3b9;
}
#sp_new ul li h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 2!important;
	text-align: center;
}
#sp_new ul li p {
	margin-top: 2px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.8;
}
#sp_new a.sp_about_link01 {
	color: #666;
}
#sp_new a.sp_about_link01:active {
	text-decoration: underline;
}

/* =====================
　　イベント
===================== */

/* 公開前・終了用 */
#sp_event li.bnr.sp_event_off a {
	pointer-events: none!important;
}
#sp_event li.bnr.sp_event_off a span {
	display: none;
}
/****/

#sp_event .bnr {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
#sp_event .bnr:last-child {
	width: 100%;
	margin: 0 auto 80px;
	text-align: center;
}
#sp_event .bnr a {
	display: block;
	text-decoration: none;
}
#sp_event .bnr img {
	width: 100%;
}
#sp_event .bnr span img {
	width: 23px;
}
#sp_event .bnr p {
	font-size: 13px;
	padding: 8px 0 0;
	font-weight: bold;
	color: #555;
	line-height: 20px;
}


/* =====================
　　Instagram
===================== */

/* インスタ紹介 */
.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;
	text-decoration: none;
}

a.insta_info_btn:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -3px 15px 0 0;
	background: url("/sp/nikki_tobira/images/Instagram_Glyph_Gradient.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

#content_wrap a.insta_info_btn:active {
	opacity: .5;
}