@charset "UTF-8";
/*
style.css
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/* base */
html {
	font-size: 62.5%;
}
body {
	color: #333;
	background: #fff;
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
	line-height: 1;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	color: #333;
	text-decoration: none;
}

/* display switch */
.pc {
	display: block;
}
.sp {
	display: none;
}

/* = wrap
----------------------------------------------- */
.wrap {
	max-width: 1024px;
	margin: 0 auto;
}

/* = header
----------------------------------------------- */
.header {
	padding: 19px 0 30px;
	text-align: center;
}
.header .logo {
	margin-bottom: 50px;
}
.header .logo img {
	width: 66px;
}
.header h1 img {
	width: 283px;
}

/* = lead
----------------------------------------------- */
.lead {
	padding-bottom: 13px;
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
	line-height: 1.71;
	text-align: center;
}

/* = gallery
----------------------------------------------- */
.gallery {
	margin: 50px 0 110px;
}
.gallery + .gallery {
	padding-top: 50px;
	border-top: 1px dashed #bfbfbf;
}
.slider_img.slider_img_pc {
	max-width: 772px;
	margin: 0 auto 80px;
}
.slider_img.slider_img_sp {
	max-width: 940px;
	margin: 0 auto 60px;
}
.slider_img.slider_img_sp img {
	max-width: 400px;
	margin: 0 auto;
}
.slider_img img {
	width: 100%;
}
.slider_img .slick-prev {
	left: 20px;
	z-index: 1;
}
.slider_img .slick-prev,
.slider_img .slick-next {
	width: 10px;
	height: 16px;
	margin-top: -60px;
}
.slider_img .slick-prev:before {
	width: 10px;
	height: 16px;
	background: url(/anamail/ana-logue-gallery/image/prev01.png) no-repeat;
}
.slider_img .slick-next {
	right: 20px;
}
.slider_img .slick-next:before {
	width: 10px;
	height: 16px;
	background: url(/anamail/ana-logue-gallery/image/next01.png) no-repeat;
}
.slider_img.slider_img_sp .slick-prev {
	left: 180px;
}
.slider_img.slider_img_sp .slick-prev,
.slider_img.slider_img_sp .slick-next {
	margin-top: -80px;
}
.slider_img.slider_img_sp .slick-prev:before {
	background: url(/anamail/ana-logue-gallery/image/prev01_sp.png) no-repeat;
	background-size: 10px auto;
}
.slider_img.slider_img_sp .slick-next {
	right: 180px;
}
.slider_img.slider_img_sp .slick-next:before {
	background: url(/anamail/ana-logue-gallery/image/next01_sp.png) no-repeat;
	background-size: 10px auto;
}
.slider_img .text {
	margin: 10px 0 0;
	font-size: 1.4rem;
	text-align: center;
}
.gallery h2 {
	margin: 30px 5px 10px;
	font-size: 1.4rem;
}
.gallery.pc h2 {
	margin: 30px 10px 10px;
}
.slider_img.slider_img_pc ul {
	display: table;
	width: 100%;
	margin: 0 auto;
}
.slider_img.slider_img_pc ul li {
	display: table-cell;
	padding: 0 10px;
}
.slider_img.slider_img_pc ul li a {
	display: block;
	width: 133px;
	height: 37px;
	background-repeat: no-repeat;
}
.slider_img ul li a span {
	display: none;
}
.slider_img.slider_img_pc ul li a:hover {
	background-position: 0 -37px;
}
.slider_img.slider_img_pc ul li:nth-child(1) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_1920.png);
}
.slider_img.slider_img_pc ul li:nth-child(2) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_1680.png);
}
.slider_img.slider_img_pc ul li:nth-child(3) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_1280.png);
}
.slider_img.slider_img_pc ul li:nth-child(4) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_1280_800.png);
}
.slider_img.slider_img_pc ul li:nth-child(5) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_1024.png);
}
.slider_img.slider_img_pc ul.disabled li a:hover {
	background-position: 0 0;
}
.slider_img.slider_img_sp ul {
	margin: 0 auto;
	overflow: hidden;
}
.slider_img.slider_img_sp ul li {
	float: left;
	width: 303px;
	margin: 0 5px 10px;
}
.slider_img.slider_img_sp ul li a {
	display: block;
	width: 303px;
	height: 37px;
}
.slider_img.slider_img_sp ul li a img {
	display: none;
}
.slider_img.slider_img_sp ul li a:hover {
	background-position: 0 -37px;
}

.slider_img.slider_img_sp ul li:nth-child(1) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_1125.png);
}
.slider_img.slider_img_sp ul li:nth-child(2) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_1080.png);
}
.slider_img.slider_img_sp ul li:nth-child(3) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_750.png);
}
.slider_img.slider_img_sp ul li:nth-child(4) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_640.png);
}
.slider_img.slider_img_sp ul li:nth-child(5) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_2160.png);
}
.slider_img.slider_img_sp ul li:nth-child(6) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_1440.png);
}

.slider_img.slider_img_sp .slider02 ul li:nth-child(1) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_1242.png);
}
.slider_img.slider_img_sp .slider02 ul li:nth-child(2) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_1125.png);
}
.slider_img.slider_img_sp .slider02 ul li:nth-child(3) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_828.png);
}
.slider_img.slider_img_sp .slider02 ul li:nth-child(4) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_1080.png);
}
.slider_img.slider_img_sp .slider02 ul li:nth-child(5) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_750.png);
}
.slider_img.slider_img_sp .slider02 ul li:nth-child(6) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_640.png);
}
.slider_img.slider_img_sp .slider02 ul li:nth-child(7) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_2160.png);
}
.slider_img.slider_img_sp .slider02 ul li:nth-child(8) a {
	background-image: url(/anamail/ana-logue-gallery/image/btn_1440.png);
}

.slider_img ul.disabled {
	opacity: 0.36;
}
.slider_img.slider_img_sp ul.disabled li a:hover {
	background-position: 0 0;
}

.slider_thm {
	margin: 0 40px;
}
.slider_thm.slider_thm_sp {
	max-width: 400px;
	margin: 0 auto;
}
.slider_thm .slick-prev,
.slider_thm .slick-next {
	width: 26px;
	height: 26px;
	margin-top: -13px;
}
.slider_thm .slick-prev {
	left: -40px;
	z-index: 1;
}
.slider_thm.slider_thm_sp .slick-prev {
	left: -70px;
}
.slider_thm .slick-prev:before {
	width: 26px;
	height: 26px;
	background: url(/anamail/ana-logue-gallery/image/prev02.png) no-repeat;
	background-size: 26px 26px;
}
.slider_thm .slick-next {
	right: -40px;
}
.slider_thm.slider_thm_sp .slick-next {
	right: -70px;
}
.slider_thm .slick-next:before {
	width: 26px;
	height: 26px;
	background: url(/anamail/ana-logue-gallery/image/next02.png) no-repeat;
	background-size: 26px 26px;
}
.slider_thm .slick-slide {
	position: relative;
	width: 192px;
	margin: 0 7px;
	padding: 2px 0 0;
	cursor: pointer;
}
.slider_thm img {
	width: 192px;
}
.slider_thm .slick-slide:hover:after,
.slider_thm .slick-slide.slick-current:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/anamail/ana-logue-gallery/image/thm_current.png) no-repeat;
}
.slider_thm.slider_thm_sp .slick-slide:hover:after,
.slider_thm.slider_thm_sp .slick-slide.slick-current:after {
	background: url(/anamail/ana-logue-gallery/image/thm_current_sp.png) no-repeat;
	background-size: 100% auto;
}
.slider_thm .new {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10px;
	padding: 8px 4px 4px;
	color: #fff;
	background: #363232;
	font-size: 1.3rem;
}
.how_to {
	padding: 80px 0 40px 50px;
	border-top: 1px solid #ccc;
	font-size: 1.4rem;
	line-height: 1.8;
}
.how_to h2 span.pc {
	display: inline-block;
}
.how_to .block + .block {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px dashed #bfbfbf;
}
.how_to h3 {
	margin-top: 20px;
}
.how_to ol {
	margin-bottom: 10px;
}

/* = footer
----------------------------------------------- */
.footer {
	max-width: 1024px;
	margin: 0 auto 15px;
	color: #ccc;
	background: #000;
}
.footer p {
	padding: 19px 30px 16px;
}
.footer small {
	font-size: 1rem;
}

/*--------------------------------------------------------

for smartphone

----------------------------------------------------------*/
@media screen and (max-width: 1023px) {
/* base */
body {
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* display switch */
.pc {
	display: none;
}
.sp {
	display: block;
}

/* = wrap
----------------------------------------------- */
.wrap {
	max-width: 710px;
	margin: 0 auto;
	padding: 0 10px;
}

/* = header
----------------------------------------------- */
.header {
	padding: 4% 0 3.33%;
}
.header .logo {
	margin-bottom: 3%;
}
.header .logo img {
	width: 13.33%;
}
.header h1 img {
	width: 56.266%;
}

/* = lead
----------------------------------------------- */
.lead {
	padding-top: 1.5%;
	padding-bottom: 4%;
	font-size: 11px;
	line-height: 1.5652;
}

/* = gallery
----------------------------------------------- */
.gallery {
	margin: 3% 0 15%;
}
.gallery + .gallery {
	padding-top: 3%;
	border-top: none;
}
.gallery + .gallery.sp {
	margin-bottom: 20%;
	padding-top: 6%;
	border-top: 1px dashed #bfbfbf;
}
.slider_img.slider_img_sp,
.slider_img.slider_img_pc {
	margin: 0 auto 6%;
}
.slider_img.slider_img_sp img {
	max-width: none;
}
.slider_img.slider_img_sp img.main {
	display: block;
	width: 56.33%;
	margin: 0 auto;
}
.slider_img.slider_img_sp .slick-prev,
.slider_img.slider_img_sp .slick-next {
	margin-top: -42%;
}
.slider_img.slider_img_pc .slick-prev,
.slider_img.slider_img_pc .slick-next {
	margin-top: -38%;
}
.slider_img .slick-prev {
	left: 10px !important;
}
.slider_img .slick-next {
	right: 10px !important;
}
.slider_img .text {
	margin: 8px 0 0;
	font-size: 11px;
}
.gallery h2 {
	margin: 3% 0 0;
	font-size: 11px;
	line-height: 1.5652;
}
.slider_img ul li a img {
	display: block;
}
.slider_img.slider_img_sp ul li,
.slider_img.slider_img_pc ul li {
	display: block;
	float: none;
	width: 100%;
	margin: 2.1% 0 0;
	padding: 0;
}
.slider_img.slider_img_sp ul li a,
.slider_img.slider_img_pc ul li a {
	width: auto;
	height: auto;
	background: transparent !important;
}
.slider_img.slider_img_sp ul li a img {
	display: block;
}

.slider_thm {
	margin: 0 25px !important;
}
.slider_thm.slider_thm_sp {
	max-width: none;
}
.slider_thm .slick-prev {
	left: -25px !important;
}
.slider_thm .slick-next {
	right: -25px !important;
}
.slider_thm .slick-slide {
	width: auto;
	margin: 0 5px;
}
.slider_thm img {
	width: 100%;
}
.slider_thm.slider_thm_pc .slick-slide:hover:after,
.slider_thm.slider_thm_pc .slick-slide.slick-current:after {
	background: url(/anamail/ana-logue-gallery/image/thm_current.png) no-repeat;
	background-size: 100% auto;
}
.slider_thm .new {
	left: 5px;
	padding: 4px 2px 2px;
	font-size: 10px;
}
.how_to {
	padding: 0 0 5%;
	border-top: none;
}
.how_to h2 {
	margin-top: 0;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
}
.how_to h2 span.pc {
	display: none;
}
.how_to .block + .block {
	margin-top: 5%;
	padding-top: 2.5%;
}
.how_to .block.pc + .block {
	margin-top: 0;
	border-top: none;
}
.how_to h3 {
	margin-top: 3%;
	font-size: 15px;
}
.how_to h4 {
	font-size: 12px;
}
.how_to p {
	font-size: 12px;
}
.how_to ol {
	margin-bottom: 3%;
	font-size: 12px;
}
.how_to ol li {
	margin-left: 1em;
	text-indent: -1em;
}

/* = footer
----------------------------------------------- */
.footer {
	margin: 0 0 10px;
}
.footer p {
	padding: 10px;
}
.footer small {
	font-size: 10px;
}


}/* @media */

