@charset "utf-8";

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

#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: #333;
}

/*  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(../img/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: 0;
}
.sec_message h2 {
	text-align: center;
	font-size: 28px;
	letter-spacing: .35em;
}
#content_wrap .sec_message h3 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: .15em;
	margin-top:40px;
}
.sec_message p {
	font-size: 17px;
	line-height: 2!important;
	padding: 20px 0 0!important;
}
.sec_message p + img {
	margin-top:40px;
}

/*  スライド
------------------------*/
.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: 499px;
}
#sp_main .slide_show img {
	display: none;
}

#sp_main .main_message {
	text-align: center;
	margin: 48px auto 0;
}
#sp_main .main_message h1 {
	font-size: 27px;
	line-height: 2;
	letter-spacing: .26em;
	text-align: center;
}
#sp_main .main_message p {
	font-size: 17px;
	line-height: 1.7!important;
	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;
}
#sp_menu ul li {
	text-align: center;
	position: relative;
	margin-right: 46px;
}
#sp_menu ul li:last-child {
	margin-right: 0;
}
#sp_menu ul li a {
  color: #333;
  display: block;
	width: 140px;
	padding-bottom: 1.3em;
  text-decoration: none;
  transition: all .2s linear;
}
*/


#sp_menu .side_margin {
	margin: 0 70px;
}
#sp_menu ul li {
	text-align: center;
	position: relative;
	margin-right: 30px;
}
#sp_menu ul li:last-child {
	margin-right: 0;
}
#sp_menu ul li a {
  color: #333;
  display: block;
	width: 120px;
  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/joindots/img/ico_new.png) no-repeat;
	background-size: contain;
}


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

#sp_about {
	margin: 0 0 70px;
}
#sp_about h3 {
	text-align: center;
	font-size: 22px;
	line-height: 2;
	letter-spacing: .15em;
	margin-top: 60px;
}
#sp_about h3:first-of-type {
	margin-top: 50px;
}
/*
#sp_about h3:after {
	background: url(../img/dot_line.png) no-repeat;
	content: "";
	display: block;
	width: 283px;
	height: 9px;
	background-size: contain;
	margin: 8px auto 0;
}
*/
#sp_about h3 span {
	display: inline-block;
}
#sp_about h3 span:after {
	background: url(../img/dot.jpg);
	background-repeat: space;
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	background-size: contain;
	margin: 8px auto 0;
}	
#sp_about ul li:nth-child(n+2) h3 span:after {
	width: 98%;
}


#sp_about p {
	font-size: 17px;
	letter-spacing: .18em;
	margin: 30px auto 30px;
	text-align: center;
}
#sp_about img {
	width: 100%;
}



/* =====================
　　HOW TO USE
===================== */

#sp_howtouse {
	margin: 0 0 70px;
}

#sp_howtouse h3 {
	text-align: center;
	font-size: 22px;
	line-height: 2;
	letter-spacing: .15em;
	margin-top: 60px;
}
/*
#sp_howtouse h3:first-of-type {
	margin-top: 50px;
}
*/
/*
#sp_howtouse h3:after {
	background: url(../img/dot_line.png) no-repeat;
	content: "";
	display: block;
	width: 283px;
	height: 9px;
	background-size: contain;
	margin: 8px auto 0;
}
*/
#sp_howtouse h3 span {
	display: inline-block;
}
#sp_howtouse h3 span:after {
	background: url(../img/dot.jpg);
	background-repeat: space;
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	background-size: contain;
	margin: 8px auto 0;
}

#sp_howtouse div.sp_howtouse_point h3 span:after {
	width: 96%;
}



.sp_howtouse_step h4 {
	font-size: 20px;
	margin-top: 40px!important;
}
.sp_howtouse_step img {
	width: 100%;
	margin-top: 20px;
	/*
	box-sizing: border-box;
	border: 1px solid #ccc;
	*/
}

.sp_howtouse_point ul {
	margin-top: 45px;
}
.sp_howtouse_point ul li {
	width: 365px;
	margin: 0 30px 0 0
}
.sp_howtouse_point ul li:nth-child(2n) {
	margin-right: 0;
}
.sp_howtouse_point ul li:nth-last-child(n+3){
	margin-bottom: 30px;
}
.sp_howtouse_point ul li img {
	width: 100%;
	margin-bottom: 12px;
	/*
	box-sizing: border-box;
	border: 1px solid #ccc;
	*/
}
.sp_howtouse_point ul li p {
	font-size: 16px;
	text-align: center;
}

/* =====================
　　MOVIE
===================== */
section#sp_movie {
	margin-bottom: 70px;
}

#sp_movie .youtube_wrap {
	margin-top: 50px;
}

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

#sp_gallery {
	margin-bottom: 60px;
}


#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;
}
#sp_gallery .my-gallery + p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}

.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;
	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__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/joindots/img/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 h3 {
	font-size: 20px;
	margin-top: 50px !important;
  text-decoration: none;
	text-align: center;
}

#sp_lineup {
	margin: 70px 0 0;
}
#sp_lineup .sec_message {
	margin-top: 0;
}
#sp_lineup ul {
	margin: 40px 0;
	text-align: center;
	justify-content: space-between;
}

#sp_lineup ul.sp_lineup_list_2 {
	margin: 40px 140px 60px;
}
#sp_lineup ul.sp_lineup_list_3 {
	margin: 40px 100px 60px;
}

#sp_lineup ul li img {
	width: 100%;
	/*margin-bottom: 5px;*/
}

#sp_lineup ul.sp_lineup_list_1 li {
	width: 112px;
}
#sp_lineup ul.sp_lineup_list_2 li {
	width: 160px;
}
#sp_lineup ul.sp_lineup_list_3 li {
	width: 244px;
}

/* 発売後にコメントアウト */
#sp_lineup ul li a {
	/*
	pointer-events: none!important;
	*/
}
