@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/haramaki/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_main .main_message p.p_info { /* 発売予定日 */
	font-weight: bold;
	display: none;
}

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

#sp_menu ul li {
	text-align: center;
	position: relative;
	/*margin-right: 55px;*/
	margin-right: 46px;
}
#sp_menu ul li:nth-child(4n) {
	margin-right: 0;
}
/*
#sp_menu ul li:nth-child(n+4) {
	margin-top: 3em;
}
*/
#sp_menu ul li a {
  color: #333;
  display: block;
	width: 140px;
	/*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/haramaki/images/ico_new.png) no-repeat;
	background-size: contain;
}


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

#sp_about {
	margin: 0 0 70px;
}
#sp_about .sec_message {
	margin-top: 0px;
}
#sp_about .sec_message p.p_small {
	font-size: 13px;
	margin-top: 10px;
}
#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;
	line-height: 2!important;
	/*text-align: center;*/
}
#sp_about ul li:nth-child(n+3) p {
	text-align: center;
}
/*
#sp_about ul li p {
	margin-top: 5px;
	font-size: 15px;
	text-align: justify;
	line-height: 1.8;
}
/*


/* =====================
　　HOW TO USE
===================== */
#sp_howtouse {
	margin-bottom: 70px;
}
#sp_howtouse .youtube_wrap p {
	text-align: center;
	font-size: 13px;
	color: #999;
}
#sp_howtouse ul {
	margin-top: 45px;
}
#sp_howtouse ul li {
	width: 365px;
	margin: 0 30px 0 0
}
#sp_howtouse ul li:nth-child(2n) {
	margin-right: 0;
}
#sp_howtouse ul li img {
	width: 100%;
	margin-bottom: 12px;
}
#sp_howtouse ul li p {
	font-size: 17px;
	font-weight: bold;
	line-height: 2!important;
	text-align: center;
}
.sp_howtouse_oteire  {
	margin-top: 70px;
}
.sp_howtouse_oteire h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
	text-align: center;
  letter-spacing: .2em;
}
.sp_howtouse_oteire p {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	line-height: 2!important;
	padding: 30px 0 0!important;
}


/* =====================
　　GALLERY
===================== */

#sp_gallery {
	margin-bottom: 60px;
}
#sp_gallery .sec_message {
	margin-top: 0px;
}

#sp_gallery .more {
	position: relative;
	text-align: center;
	line-height: 5.2em;
	margin: 10px auto 50px;
}
#sp_gallery .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_gallery .more a:hover {
	border: 1px solid #999;
	color: #999!important;
	background-color:#f2f2f2;
}

#sp_gallery .close {
	position: relative;
	text-align: center;
	line-height: 5.2em;
	margin: 10px auto 50px;
}
#sp_gallery .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_gallery .close a:hover {
	border: 1px solid #999;
	color: #999!important;
	background-color:#f2f2f2;
}
#sp_gallery p.howtouse_caution {
	text-align: center;
  margin: -40px 0 20px 0;
  font-size: 13px;
}

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

/* パターン1用（2カラム） */
.pattern_1 .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;
}
.pattern_1 .my-gallery figure:nth-child(2n) {
	margin-right: 0;
}
.pattern_1 .my-gallery h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 2!important;
	text-align: center;
	margin-top: 12px!important;
}

/* パターン2用（3カラム） */
.pattern_2 .my-gallery figure {
	opacity: 1;
	transition: all 0.5s ease 0s;
	transition: all 0s ease 0s;
	width: 233px;
	margin: 0 30px 40px 0;
	float:left;
}
.pattern_2 .my-gallery figure:nth-child(3n) {
	margin-right: 0;
}
.pattern_2 .my-gallery h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 2!important;
	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 h3 {
	text-align: center;
	margin: 5px 0 10px 0;
	font-size: 17px;
}
.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;
	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/haramaki/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;
}


/* =====================
　　LINE UP
===================== */
#sp_lineup {
	margin: 70px: 0 0;
}
#sp_lineup .sec_message {
	margin-top: 0;
}
#sp_lineup ul {
	margin: 50px 50px 40px;
	text-align: center;
}
#sp_lineup ul li {
	width: 320px;
	margin: 0 20px 0 0;
}
#sp_lineup ul li:nth-child(2n) {
	margin-right: 0;
}

#sp_lineup ul li:nth-last-child(n+3){
	margin-bottom: 30px;
}

#sp_lineup ul li a {
	/*pointer-events: none;*/ /* 発売時に外す */
}
#sp_lineup ul li img {
	width: 100%;
	/*margin-bottom: 5px;*/
}
/*
#sp_lineup ul li h3 {
	margin-top: 5px;
	font-size: 15px;
	font-weight: bold;
	display: none;
}
*/
