@charset "shift_jis";
div.container_,
div.container_ div.contents_ {
	width: 100%;
}
ul.topicpath_ {
	width: 100%;
	margin: 0 auto 20px;
}


#instagram_cp2608 {
	color: #333333;
	font-family: "dnp-shuei-gothic-kin-std";
	font-weight: 500;
	width: 100%;
	margin: 0;
	padding: 0 0 120px;
	background-color: #eaf4f4;
	background-image: url("../../img/usr/freepage/member/instagram_cp2608/bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
#instagram_cp2608 img {
	vertical-align: bottom;
	max-width: 100%;
}
#instagram_cp2608 .sec_ {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#instagram_cp2608 .sec_ h2 {
	text-align: center;
}
#instagram_cp2608 .sec_ .btn_ {
	position: absolute;
	left: 0;
	bottom: 0;
}
#instagram_cp2608 .sec_ .btn_ a {
	display: block;
}
#instagram_cp2608 .sec_ a img,
#instagram_cp2608 #howto .step3_ .btn_ {
	transition: all .3s;
}
#instagram_cp2608 .sec_ a:hover img,
#instagram_cp2608 #howto .step3_ .btn_:hover {
	opacity: 0.5;
}

#instagram_cp2608 #mv {
	position: relative;
}
#instagram_cp2608 #mv h1 {
	padding: 59px 0 108px 0;
}
#instagram_cp2608 #mv .anchor_ {
	position: absolute;
	right: -17px;
	top: 20px;
}
#instagram_cp2608 #mv .anchor_ a {
	display: block;
}

#instagram_cp2608 #item {
	margin-bottom: 120px;
}
#instagram_cp2608 #item .btn_ {
	left: 310px;
	bottom: 77px;
}

#instagram_cp2608 #present {
	width: 100%;
	height: 726px;
	padding: 75px 0 0;
	margin-bottom: 100px;
	background-image: url("../../img/usr/freepage/member/instagram_cp2608/present_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
}
#instagram_cp2608 #present h2 {
	padding: 0 0 30px;
}
#instagram_cp2608 #present h2 img {
	margin-left: 18px;
}
#instagram_cp2608 #present .img_ {
	text-align: center;
}
#instagram_cp2608 #present .img_ img {
	margin-left: 51px;
}
#instagram_cp2608 #present .btn_ {
	left: 374px;
	bottom: 90px;
}
#instagram_cp2608 #item_slider {
	margin: 0 0 140px;
}
#instagram_cp2608 #item_slider ul {
	display: flex;
}
#instagram_cp2608 #item_slider ul li {
	width: 300px;
	margin: 0 8px;
}
#instagram_cp2608 #howto {
	max-width: 860px; 
	margin-bottom: 120px;
}
#instagram_cp2608 #howto h2 {
	margin-bottom: 54px;
}
#instagram_cp2608 #howto .step1_,
#instagram_cp2608 #howto .step2_ {
	margin-bottom: 40px;
}
#instagram_cp2608 #howto .step3_ {
	margin-bottom: 20px;
}
#instagram_cp2608 #howto .step2_,
#instagram_cp2608 #howto .step3_ {
	position: relative;
}
#instagram_cp2608 #howto .step2_ .btn_ {
	left: 190px;
	bottom: 50px;
}
#instagram_cp2608 #howto .step3_ .btn_ {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.025em;
	background-color: #a73a59;
	border-radius: 36px;
	left: 190px;
	bottom: 83px;
	width: 480px;
	height: 72px;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

#instagram_cp2608 #guidelines {
	max-width: 960px;
	margin-bottom: 115px;
}
#instagram_cp2608 #guidelines h2 {
	margin: 0 0 50px;
}
#instagram_cp2608 #guidelines .guidelines_box_ {
	height: 500px;
	padding: 8px;
	background-color: #FFFFFF;
}
#instagram_cp2608 #guidelines .guidelines_box_ .guidelines_inner_ {
	padding: 18px 30px 30px 22px;
}
#instagram_cp2608 #guidelines h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 24px;
}
#instagram_cp2608 #guidelines h3:first-child {
	margin-top: 0;
}
#instagram_cp2608 #guidelines p,
#instagram_cp2608 #guidelines ul li {
	font-size: 16px;
	letter-spacing: 0.025em;
	line-height: 1.5;
}
#instagram_cp2608 #guidelines ul.list_ > li {
	text-indent: -1em;
	padding-left: 1em;
}
#instagram_cp2608 #guidelines ul.number_ {
	margin-left: -10px;
}
#instagram_cp2608 #guidelines ul.number_ > li {
	text-indent: -3.3em;
	padding-left: 3.3em;
}
#instagram_cp2608 #guidelines ul li a:hover {
	text-decoration: none;
}
#instagram_cp2608 #banner {
	max-width: 580px;
}




/*
#################################
	‚Ó‚í‚Á‚Æanimation
#################################
*/

.js-scroll-fade-up-in {
  opacity: 0;
  -webkit-transform: translate3d(0,-30px,0);
  -ms-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
  -webkit-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.js-scroll-fade-up-in.animated {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*===========
scrollbar
===========*/
.simplebar-track.simplebar-vertical {
	width: 10px;
	height: calc(100% - 16px);
	background: #cccccc;
	margin: 0 auto;
	right: 8px;
	top: 8px;
	border-radius: 5px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar {
	width: 10px;
	background: #a73a59;
	top: 0;
	border-radius: 5px;
}
.simplebar-scrollbar.simplebar-visible:before {
 opacity: 0;
}
