@charset "utf-8";

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

#content_wrap p,
#content_wrap h1,
#content_wrap h2,
#content_wrap h3,
#content_wrap h4 {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}

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

/*  フォント
------------------------*/
#content_wrap {
	font-family: "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:before {
	background: url(/sp/nikki_tobira/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;
}
.sec_message h2 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
	display: block;
	letter-spacing: .35em;
	color: #333;
}
.sec_message p {
	font-size: 17px;
	font-weight: normal;
	line-height: 2!important;
	padding: 20px 0 0!important;
	color: #333;
}

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

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

#sp_menu ul li {
	text-align: center;
	position: relative;
	margin-right: 55px;
}
#sp_menu ul li:nth-child(3n) {
	margin-right: 0;
}
#sp_menu ul li:nth-child(n+4) {
	margin-top: 3em;
}
#sp_menu ul li a {
  color: #333;
  display: block;
	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;
}
/*
#sp_menu ul li a:hover {
  box-shadow: 0 0 14px rgba(0,0,0,.20);
	color: #333;
}
*/
#sp_menu ul li a img {
	width: 100%;
}
#sp_menu ul li.sp_menu_new::before {
	position: absolute;
	top: -10px;
	left: -10px;
	content: "";
	display: inline-block;
	width: 55px;
	height: 34px;
	background: url(/sp/nikki_tobira/images/ico_new.png) no-repeat;
	background-size: contain;
}


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

#sp_about {
	margin: 0 0 70px;
}
#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 h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 2!important;
	text-align: center;
}
#sp_about ul li p {
	margin-top: 5px;
	font-size: 15px;
	text-align: justify;
	line-height: 1.8;
}


/* =====================
　　使い方
===================== */
#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 h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 2.3!important;
	display: inline;
}

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

.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: 365px;
	margin: 0 30px 50px 0;
	float:left;
}
.my-gallery figure:nth-child(2n) {
	margin-right: 0;
}
.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: 1em auto 0;
}
#sp_howtouse .my-gallery div.person img {
	width: 70px;
	margin-right: 15px;
}
#sp_howtouse .my-gallery div.person > div p {
	font-size: 15px;
	margin-top: .5em;
	color: #88735c;
	/*color: #b78c5d;*/
}
#sp_howtouse .my-gallery div.person > div p.use_detail {
	font-size: 16px;
	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 a p.howtouse_gallery_caution {
	margin-top: 10px;
	text-align: center;
}

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


/* =====================
　　LINE UP
===================== */
#content_wrap section#sp_lineup {
	margin-top: 70px;
}
#sp_lineup .sec_message {
	margin-top: 0;
}
#sp_lineup ul {
	margin: 60px 50px 70px;
	text-align: center;
}

ul.sp_lineup_list li {
	margin-bottom: 60px;
	margin-right: 80px;
}
ul.sp_lineup_list li.year_3_5_10:nth-child(3n) {
	margin-right: 0;
}
ul.sp_lineup_list li.year_3_5 {
	width: 161px;
}
ul.sp_lineup_list li.year_10 {
	width: 178px;
}
ul.sp_lineup_list li.mini {
	width: 166px;
}
ul.sp_lineup_list li.mini:nth-child(7),
ul.sp_lineup_list li.mini:nth-child(9) {
	margin-left: 124px;
}
ul.sp_lineup_list li.month_12 {
	width: 150px;
	margin-bottom: 0;
}
ul.sp_lineup_list li.month_12:nth-child(11) {
	margin-left: 25px;
}
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: 166px;
	margin: 0 80px 0 0;
}
#sp_lineup ul li:nth-child(3n) {
	margin-right: 0;
}
#sp_lineup ul li:nth-last-child(n+4){
	margin-bottom: 56px;
}
#sp_lineup ul li img {
	width: 100%;

}
#sp_lineup ul li h3 {
	margin-top: 5px;
	font-size: 15px;
	font-weight: bold;
	display: none;
}
*/


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

#sp_column {
	padding-bottom: 100px;
	/*
	margin-bottom: 50px;
	*/
}

#sp_column .sec_message {
	margin-bottom: 10px;
	padding-bottom: 40px;
}

#sp_column .accordion {
	/*margin-bottom: 50px;*/
}
.column_more_box  {
	/*margin-bottom: 50px;*/
}
.column_more_box .column_more_in > div {
	text-align: center;
	margin-top: 60px;
}
.column_more_box .column_more_in > div:first-child {
	margin-top: 0px;
}
.column_more_box .column_more_in > div:last-child {
	margin-bottom: 60px;
}
#sp_column .column_more_box p {
	line-height: 2;
}
#sp_column .column_more_box p.column_q {
	font-size: 19px;
	font-weight: bold;
	margin-top: 40px;
}
#sp_column .column_more_box p.column_a {
	font-size: 17px;
	margin-top: 30px;
}
.column_more_box p.column_q::first-letter {
	font-size: 24px;
	margin-right: .3em;
	/*color: #97c6c9;*/
	color: #ccc;
	line-height: 0;
}
.column_more_box p.column_a::first-letter {
	font-size: 24px;
	font-weight: bold;
	margin-right: .3em;
	/*color: #f2cc47;*/
	/*color: #f6b8a2;*/
	/*color: #fdb690;*/
	/*color: #97c6c9;*/
	color: #f1a08e;
	line-height: 0;
}

/*  アコーディオン ※調整
------------------------*/
.accordion_wrap {
	display: block;
}
.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 #444;
	font-size: 15px;
	box-sizing: border-box;
	letter-spacing: 1.5!important;
	border-radius: 6px;
	color: #444!important;
	text-decoration: none;
	z-index: 1;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	transition: all .2s;
	cursor: pointer;

}

/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "SEE MORE";
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {
	border: 1px solid #999;
	color: #999!important;
	background-color:#f2f2f2;
}

.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
.accordion-text p {
	/*margin-bottom:60px;*/
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 50px;
}
/* テキストをグラデーションで隠す */
.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: "";
  height: 60px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  /*bottom: -50px;*/
	bottom: -60px;

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


/* =====================
　　新商品
===================== */
#sp_new {
	margin: 0 0 70px;
}
#sp_new  ul {
	margin-top: 45px;
}
#sp_new  ul li {
	width: 365px;
	margin: 0 30px 0 0;
}
#sp_new  ul li:nth-child(2n) {
	margin-right: 0;
}
#sp_new  ul li:nth-last-child(n+3){
	margin-bottom: 50px;
}
#sp_new  ul li img {
	width: 100%;
	margin-bottom: 10px;
}
#sp_new  ul li h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.3!important;
	letter-spacing: .25em;
	text-align: center;
	margin-bottom: 8px;
	color: #ef947f;
}
#sp_new ul li h3 span {
	color:#f5c3b9;
}
#sp_new  ul li h4 {
	font-size: 17px;
	font-weight: bold;
	line-height: 2!important;
	text-align: center;
}
#sp_new ul li p {
	margin-top: 5px;
	font-size: 15px;
	text-align: justify;
	line-height: 1.8;
}

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

/* 公開前・終了用 */
#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 .sec_message {
	margin-top: 0;
}
#sp_event ul {
	margin-top: 10px;
}
#sp_event .bnr {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}
#sp_event .bnr a {
	display: block;
}
#sp_event .bnr img {
	width: 100%;
}
#sp_event .bnr span img {
	width: 23px;
}
#sp_event .bnr p {
	font-size: 15px;
	padding: 10px 0 0;
	font-weight: bold;
	color: #555;
	line-height: 23px;
}

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

/* インスタ紹介 */
.insta_info {
	text-align: center;
}

#content_wrap .insta_info p {
	font-size: 16px;
	line-height: 2;
}

a.insta_info_btn {
	padding: 0.5em;
	margin: 24px auto 0 -20px;
	display: inline-block;
	font-weight: bold;
	font-size: 19px;
}

a.insta_info_btn:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: -3px 20px 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:hover {
	color: #333;
	cursor: pointer;
	opacity: .6;
}