@charset "UTF-8";

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

	CSS Name: KINKOS
	Version: 1.0

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


/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac */ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	Document Setup
/*-----------------------------------------------------------------------------------*/

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #333;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	background-color: #fafafa;
}

a { 
	color: #333;
	text-decoration: none;
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}
a:hover { color: #999; }

img,
a img { vertical-align: bottom; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 20px; }

/* Form Common Styles */
input[type="text"],input[type="number"] {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	font-size: 14px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="text"]:disabled,
input[type="number"]:disabled,
textarea:disabled {
	background-color: #f3f3f3;
	visibility: hidden;
}

select {
	background-color: #fff;
	border: 1px solid #ccc;
	
	height: 30px;
	line-height: 30px;

	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	height: auto;
	
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
/*
button {
	display: inline-block;
	padding: 15px 40px;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background: #3498db;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
button:hover {
	background-color: #2980b9;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}
*/
button {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	font-family: sans-serif;
	cursor: pointer;
}
.input-mini { width: 60px; }
.input-small { width: 90px; }
.input-medium { width: 150px; }
.input-large { width: 210px; }
.input-xlarge { width: 270px; }
.input-xxlarge { width: 530px; }


/*-----------------------------------------------------------------------------------*/
/*	Structure Styles
/*-----------------------------------------------------------------------------------*/

.container {
	width: 100%;
	padding: 0 10px;
}


/*-----------------------------------------------------------------------------------*/
/*	Header Styles
/*-----------------------------------------------------------------------------------*/

header {
	width: 100%;
	height: 60px;
	background-color: #fff;

}

/* Logo */
header #logo a {
	color: transparent;
	text-shadow: none;
	width: 180px;
	height: 55px;
	background: transparent url(../img/logo.svg) 0 0 no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}
header ul#gnav {
	margin-bottom: 0;
	position: absolute;
	top: 5px;
	right: 0;
}
header ul#gnav li {
	float: left;
	text-indent: -9999px;
	margin-left: 1px;
}
header ul#gnav li a {
	width: 50px;
	height: 50px;
	background-color: #ccc;
	display: block;
}
header ul#gnav li a.cart {
	background: #e4007f url(../img/header_gnav_cart.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
header ul#gnav li a.menu {
	background: #0052a5 url(../img/header_gnav_menu.svg) 0 0 no-repeat;
	background-size: 50px 50px;
}



/*-----------------------------------------------------------------------------------*/
/*	Slides Styles
/*-----------------------------------------------------------------------------------*/

#mv {
	text-align: center;
	width: 100%;
	height: auto;
}


#mv ul li {
	width: 100%;
	
}

#mv img {
	width: 100%;
}

#page-title {
	height: 70px;
	background-image: url(../img/icon/shade.png);
	background-position: 0 0;
	background-repeat: repeat;
	background-size: 8px 8px;
	background-color: #666;
	margin-bottom: 15px;
}
#page-title.pink { background-color: #FF69B4; }
#page-title.blue { background-color: #33CCFF; }
#page-title.orange { background-color: #f88080; }
#page-title.green { background-color: #33C0DE; }
#page-title.purple { background-color: #6dcff6; }
#page-title.gｒay { background-color: #333399; }
#page-title.artist { background-color: #E3372E; }
#page-title.onecolor { background-color: #B062A3; }
#page-title.train { background-color: #99CC33; }
#page-title.student { background-color: #FF7809; }

#page-title h2 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 3;
	text-align: center;
	margin-bottom: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Page Styles
/*-----------------------------------------------------------------------------------*/

/* Common */

.section.last {
	padding-bottom: 50px;
 }

.section .section-head {
	text-align: center;
	padding-top: 7vw;         
	margin-bottom: 25px;
/*  	border: 1px solid black; */
}

.section .section-head h3
 {     
	color: #2c2c2c;
	font-size: 6.5vw;
	line-height: 1;
	margin-bottom: 10px;
}
.section .section-head .sep {
	width: 32px;
	height: 4px;
	background: #ccc;
	margin: 0 auto 10px;
	display: block;
}
.section .section-head h4 {
	font-size: 3.5vw;
	line-height: 1;
}


.home-catch-canner {
	margin-top: 1.5vw;
	margin-bottom: 45px;
}

/*喪中先行受付2024*/
.home-catch_mocyu {
	width: 92%;
	margin: 20px auto;
}
.home-catch_mocyu_txt{
	margin-top: 5px;
    color: #e5330e;
    font-size: 13px;
	font-weight: bold;
	line-height: 1.8;
}
/*order追加*/
.mochu_notice{
	width: 100%;
}
.mochu_notice_txt{
	margin-top: 5px;
    color: #e5330e;
    font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
}



.pickupTitle {
text-align: center;
}

.pickup-text {
	margin: 3% 1%;
	font-size: 10pt;
	text-align: justify;
}


#artist-cat .pickup-banner,
#photo-cat .pickup-banner
 {
	border: 0px solid black;
	width:97%;
	margin: 5vw auto 0 auto;
}


#home-catch .pickupLogo {
	display: block;
	width:100vw;
	height:auto;
	-moz-background-size:contain;
	background-size:contain;
	margin-top: 15px;
}
.pickupLogo img{
	width: 100%;
}
#artist-cat .pickupLogo,
#photo-cat .pickupLogo,
#train-cat .pickupLogo
 {
	display: block;
	-moz-background-size:contain;
	background-size:contain;
	/* margin: 0 auto 5vw 0; */
	padding-top: 7vw;
}



.home-catch-canner li {
	/* border-bottom: 1px solid #c0c0c0; */
	margin: 0vw 4vw;
	padding: 5vw 0 0 0;
}



.section .section-head h4 span { font-size: 4vw; }
/* Pattern */

#home-catch .section-head h4 { color: #FF3366; }
#home-catch .section-head .sep { background-color: #f6ed36; }



#artist-cat,
#photo-cat,
#personal-cat,
#char-cat,
#onecolor-cat,
#mourning-cat,
#train-cat
 {
	margin: 20px 0 0 0;
	padding-bottom: 40px;
}

#personal-cat
 {
	margin: 40px 0 0 0;
	padding-bottom: 40px;
}

#artist-cat .section-head h4 { color: #FF7809; }
#artist-cat .section-head .sep { background-color: #FF7809; }

#photo-cat .section-head h4 { color: #FF3366; }
#photo-cat .section-head .sep { background-color: #FF3366; }

#char-cat .section-head h4 { color: #33C0DE; }
#char-cat .section-head .sep { background-color: #33C0DE; }

#onecolor-cat .section-head h4 { color: #B062A3; }
#onecolor-cat .section-head .sep { background-color: #B062A3; }

#personal-cat .section-head h4 { color: #00b7e5; }
#personal-cat .section-head .sep { background-color: #00b7e5; }

#mourning-cat .section-head h4 { color: #666666; }
#mourning-cat .section-head .sep { background-color: #666666; }

#kanchu-cat .section-head h4 { color: #33CCDD; }
#kanchu-cat .section-head .sep { background-color: #33CCDD; }

#student-cat .section-head h4 { color: #F6AB00; }
#student-cat .section-head .sep { background-color: #F6AB00; }

#train-cat .section-head h4 { color: #99cc33; }
#train-cat .section-head .sep { background-color: #99cc33; }

#christ-cat .section-head h3 { font-size: 5vw; }

#price .section-head .sep { background-color: #6dcff6; }
ul.cat-bn-list { margin-bottom: 0; }
ul.cat-bn-list li { margin-bottom: 10px; }
ul.cat-bn-list li:last-child { margin-bottom: 0; }
ul.cat-bn-list li img {
	width: 100%;
	height: auto;
}
dl.detail { margin-bottom: 30px; }
dl.detail dt {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
dl.detail dd {
	font-size: 12px;
	padding: 0 10px;
	margin-bottom: 10px;
}
table.vertical {
	width: 100%;
}
table.vertical th,
table.vertical td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	border: 1px solid #d2d2d2;
}
table.vertical th {
	font-weight: bold;
	width: 25%;
	background-color: #e3e3e3;
}
table.vertical th span { font-size: 8px; }
table.horizonal { width: 100%; }
table.horizonal th,
table.horizonal td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	border: 1px solid #d2d2d2;
}
table.horizonal th {
	font-weight: bold;
	background-color: #e3e3e3;
}

/* Home */
#home-catch img {
	width: 100%;
	height: auto;
}

#home-catch .container {
	padding: 0;
}

/* Archive */
#archive ul.design-list li {
	float: left;
	text-align: center;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 25px;
}
#archive ul.design-list li:nth-child(3n) { margin-right: 0; }
#archive ul.design-list li .thumb { margin-bottom: 5px; }
#archive ul.design-list li .thumb img {
	width: 100%;
	height: auto;
}
#archive ul.design-list li > dl { margin-bottom: 0; }
#archive ul.design-list li > dl dt {
	font-size: 9px;
	line-height: 1;
	margin-bottom: 5px;
}
#archive ul.design-list li > dl dd.more { margin-bottom: 0; }
#archive ul.design-list li > dl dd.more a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 2.2;
	background: #666;
	width: 100%;
	height: 23px;
	margin-bottom: 0;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#archive.pink ul.design-list li > dl dd.more a { background-color: #FF69B4; }
#archive.blue ul.design-list li > dl dd.more a { background-color: #33CCFF; }
#archive.orange ul.design-list li > dl dd.more a { background-color: #f88080; }
#archive.green ul.design-list li > dl dd.more a { background-color: #33C0DE; }
#archive.purple ul.design-list li > dl dd.more a { background-color: #6dcff6; }
#archive.gray ul.design-list li > dl dd.more a { background-color: #666666; }
#archive.artist ul.design-list li > dl dd.more a { background-color: #E3372E; }
#archive.onecolor ul.design-list li > dl dd.more a { background-color: #B062A3; }
#archive.train ul.design-list li > dl dd.more a { background-color: #99CC33; }
#archive.student ul.design-list li > dl dd.more a { background-color: #FF7809; }

/* 年賀状一覧用 */
#archive .pink ul.design-list li > dl dd.more a { background-color: #FF69B4; }
#archive .blue ul.design-list li > dl dd.more a { background-color: #33CCFF; }
#archive .orange ul.design-list li > dl dd.more a { background-color: #f88080; }
#archive .green ul.design-list li > dl dd.more a { background-color: #33C0DE; }
#archive .purple ul.design-list li > dl dd.more a { background-color: #6dcff6; }
#archive .gray ul.design-list li > dl dd.more a { background-color: #666666; }
#archive .artist ul.design-list li > dl dd.more a { background-color: #E3372E; }
#archive .onecolor ul.design-list li > dl dd.more a { background-color: #B062A3; }
#archive .train ul.design-list li > dl dd.more a { background-color: #99CC33; }
#archive .student ul.design-list li > dl dd.more a { background-color: #FF7809; }


/* Modal */
.modal-content {
	top:10% !important;
	width: 90% ;
	margin: 0;
	position: fixed;
	display: none;
	z-index: 2;
}
.modal-content .modal-img {
	width: 70% ;
	margin: 0 auto 5% auto;
}
.modal-content .modal-img img {
	width: 100%;
	height: auto;
}
.modal-content dl.modal-desc {
	text-align: center;
	background-color: #000;
	padding: 5%;
	margin-bottom: 0;
}
.modal-content dl.modal-desc dt.title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5%;
}
.modal-content dl.modal-desc dd.button { margin-bottom: 0; }
.modal-content dl.modal-desc dd.button a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #f49ac1;
	padding: 10px;
	margin-bottom: 0;
	display: block;
}
#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

/* Price */
#price-example img {
	width: 100%;
	height: auto;
}
#price p.pickup {
	color: #ff0000;
	font-weight: bold;
}
#price p.notice { font-size: 10px; }

/* Detail */
#detail .section-head h3 { color: #ff0000; }
.detail-mv {
	padding: 0 10%;
	margin-bottom: 30px;
}
.detail-mv img {
	width: 100%;
	height: auto;
	border: 5px solid #efefef;
}
.cntl-btn {
	text-align: center;
	margin-bottom: 40px;
}
.cntl-btn ul { margin-bottom: 0; }
.cntl-btn ul li {
	float: left;
	width: 50%;
}
.cntl-btn ul li:first-child { padding-right: 5px; }
.cntl-btn ul li:last-child { padding-left: 5px; }
.cntl-btn a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 3.2;
	height: 55px;
	margin-bottom: 10px;
	background-color: #005ba3;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cntl-btn .confirm a { background-color: #e4007f; }

.cntl-btn .preview a { background-color: #004494; }/*cart.html　プレビュー確認ボタン*/
.cntl-btn .return a,
.cntl-btn .clear a { background-color: #666; }

/* Step */
#step .section-head h3 { color: #ff0000; }
.form-wrap {
	padding: 5px;
	background-color: #efefef;
	margin-bottom: 30px;
}
.form-wrap .form-inner {
	padding: 20px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
}
.form-wrap .form-inner dl { width: 100%;}
.form-wrap .form-inner dl dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.form-wrap .form-inner dl dd { width: 100%; }
.form-wrap .form-inner dl dd input,
.form-wrap .form-inner dl dd select {
	height: 40px;
	width: 94%;
}

/* Cart */
#cart .cart-title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	background-color: #005ba3;
	margin-bottom: 20px;
	margin-top: 20px;
}
#cart table.cart-table {
	width: 100%;
	background-color: #fff;
}
#cart table.cart-table th,
#cart table.cart-table td {
	text-align: left;
	vertical-align: middle;
	border: 1px solid #acacac;
	padding: 10px;
}
#cart table.cart-table th {
	font-weight: bold;
	background-color: #C0DAE4;
	width: 100px;
}
#cart input[type="text"],
#cart select { width: 94%; }
#cart .cntl-btn { margin-bottom: 0; }
#cart .cart-table span.imp {
	color: #ff0000;
	font-weight: bold;
	font-size: 20px;
}
#cart p.complete {
	text-align: center;
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*	Footer Styles
/*-----------------------------------------------------------------------------------*/

footer {
	text-align: center;
	padding: 25px 0 0;
	border-top: 5px solid #0052a5;
}
footer h3 {
	color: #0052a5;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
}
footer h3 span.icon {
	padding-left: 25px;
	background: transparent url(../img/icon/icon_info.png) 0 50% no-repeat;
	background-size: 20px 20px;
	display: inline-block;
}
footer .tel { margin-bottom: 20px; }
footer .tel a {
	color: #0052a5;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
footer .tel img {
	width: 90%;
	height: auto;
}
footer #fnav ul.primary { margin-bottom: 10px; }
footer #fnav ul.primary li {
	float: left;
	width: 49%;
	height: 50px;
	margin-right: 2%;
	margin-bottom: 10px;
}
footer #fnav ul.primary li a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 3.4;
	height: 50px;
	background-color: #0052a5;
	display: block;
}
footer #fnav ul.primary li.fix { margin-right: 0; }
footer #fnav ul.primary li.full {
	float: none;
	width: 100%;
}
footer #fnav ul.primary li.full span.icon {
	padding-left: 25px;
	background: transparent url(../img/icon/icon_photo.png) 0 50% no-repeat;
	background-size: 19px 18px;
	display: inline-block;
}
footer #fnav ul.secondary { margin-bottom: 10px; }
footer #fnav ul.secondary li {
	float: left;
	width: 49%;
	height: 50px;
	margin-right: 2%;
	margin-bottom: 10px;
}
footer #fnav ul.secondary li:nth-child(even) { margin-right: 0; }
footer #fnav ul.secondary li a {
	color: #0052a5;
	font-size: 13px;
	font-weight: bold;
	line-height: 4;
	text-align: left;
	padding-left: 10px;
	height: 50px;
	background: #fff url(../img/icon/icon_arrow.png) 95% 50% no-repeat;
	background-size: 7px 12px;
	display: block;
}
footer p#copyright {
	color: #fff;
	font-size: 8px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	padding: 15px 0;
	background-color: #0053a6;
	margin-bottom: 0;
}

#transaction .container table,
#transaction .container th,
#transaction .container td
 {
	border: 1px solid #424242;
	width: 100%;
}

#transaction .container th {
	width: 150px;
	white-space: nowrap;
	background: #eff8fd;
}

#transaction .container th,
#transaction .container td
{
	padding: 3px;
}

/*重松　ここから追加*/

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

dl.detail-order {
	padding-top: 10px;
	padding-bottom: 10px;
}

.red {
	color: red;
}
.redbold {
	color: red;
	font-size: 16px;
	font-weight: bold;
}

#modal {
	background-color: #FFFFFF;
	border:  1px solid #a19f9f;
}

.js-selector {
	display: block;
	color: #ffffff;
	font-size: 13pt;
	background-color: #5e99d5;
	text-align: center;
	padding: 8px 0px;
	border-radius: 5px;        
    -webkit-border-radius: 5px;     
    -moz-border-radius: 5px;   
	cursor: pointer;
}

.js-selector:hover {
	background-color: #5e99d5;
	-webkit-tap-highlight-color:#5e99d5;
}

#bunreiTitle{
	font-size: 12pt;
	font-weight: bold;
	color:#2898e8;
	margin-bottom: 6px;
}

#bunrei{
	font-size: 10pt;
}

.bunPersonTable .textBun {
	padding-left: 10px;
	border: 1px solid #c5c5c5;
}

.bunPersonTable .radioButton {
	padding: 6px;
	background-color: #a6e3ff;
	border: 1px solid #c5c5c5;
	text-align:center;
	vertical-align:middle;
}

#submitLink {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.shopLinkButton {
	font-size: 13pt;
	background-color:  #0074ff;
	color: white;
	padding: 5px;
	 border-radius: 5px;
	 	-webkit-tap-highlight-color:#0034ff;
}

.shopLinkButton:hover {
	color: white;
}


.price-acc-btn,
.price-acc-btn2,
.price-acc-btn3 {
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	background-color: #6dcff6;
	padding: 10px 0;
	margin-bottom: 20px;
	cursor:pointer;
}


#personal-cat ul.cat-bn-list li { 
	margin: 10px 0px;
	}
	
.fine {
	font-weight: 100;
	color: #7d9dff
}


/* ページトップ */
/*
#page-top {
    position: fixed;
    bottom: 10px;
	right: 10px;
	margin: 0 auto;
    font-size: 77%;
    z-index: 100;
    font-size: 15px;
}
#page-top a {
    background: #004494;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0px;
    text-align: center;
    display: block;
    border-radius: 5px 5px 5px 5px;
    opacity: 0.8;
}
#page-top a:hover {
    text-decoration: none;
    background: #004494;
}
*/

/*重松　ここまで*/

/* 20151014 CSS追加分ヘッダーメニュー */
#snav { display: none; }
#snav ul { margin-bottom: 0; }
#snav ul li {border-bottom: 1px solid #5e99d5; }
#snav ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0 15px 20px;
	background-color: #0052a5;
	display: block;
}

/* 20151017 CSS追加分 お問い合せページ*/
#contact p { text-align: center; }
#contact form textarea {
	color: #555;
	font-size: 12px;
	width: 95%;
	height: 150px;
	padding: 4px 6px;
	box-sizing: content-box;
}


#mourning-cat {
	background-color: #F0F0F0;
}

#kanchu-cat {
	background-color: #ebf8ff;	
}

#christ-cat {
	background-color: #FAEDED;	
}




.home-catch-canner .list-button {
	border: 0px solid black;
	width: 90%;
	height:100%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.mypage-link-container h5 {
	background-image: url(../img/mypage_title.svg);
	background-repeat: no-repeat;
	width: 90vw;
	height: 14vw;
	background-size: contain;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin: 0 auto;

}


.mypage-link-container .mypage-button {
	display: block;
	width:80vw;
	height:16vw;
	background-image: url(../img/mypage_b.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0px auto 0 auto;
	
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}


.list-button {
	border: 0px solid black;
	width: 60%;
	height:100%;
	margin: 30px auto 0 auto;
	text-align: center;
}


#photo-cat {
	/* background-color: #FDEFF0; */
	padding-bottom: 0;
}



/*** 201001 train page 追加 ***/
#student-cat {
	background-color: #fafafa;
}



/*** 191204 ranking page 追加 ***/
#nengaranking-cat {
	background-color: #f4f1df;
	/* 2025年→白 */
	background-color: #fff;
}
#nengaranking-ca2 {
	background-color: none;
}
#nengaranking-cat3 {
	background-color: #f4eae4;
	/* 2025年→白 */
	background-color: #fff;
}
#nengaranking-cat .section-head .sep,
#nengaranking-cat2 .section-head .sep,
#nengaranking-cat3 .section-head .sep {
	width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #b70833;
    margin: 0 auto 10px;
    display: block;
}
#nengaranking-cat ul,
#nengaranking-cat2 ul,
#nengaranking-cat3 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#nengaranking-cat ul li,
#nengaranking-cat2 ul li,
#nengaranking-cat3 ul li{
	margin-bottom: 15px;
}
#nengaranking-cat .nenga-ranking2 li,
#nengaranking-cat2 .nenga-ranking2 li,
#nengaranking-cat3 .nenga-ranking2 li{
	width: 48%;
}
#nengaranking-cat ul li img,
#nengaranking-cat2 ul li img,
#nengaranking-cat3 ul li img{
	width: 100%;
}

/* 202409日高追加 */
#artist-cat{
	padding-bottom: 0;
}
#artist-cat .container{
	padding-bottom: 40px;
}
#photo-cat .container{
	background-color: #FDEFF0;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#train-cat {
	padding-bottom: 0;
}
#train-cat .container{
	padding-bottom: 40px;
}
.list-button a {
	display: block;
}
.pickup-banner a{
	display: block;
}
#artist-cat .section-head h4{
	color: #CD000E;
}
#artist-cat .section-head .sep{
	background-color: #CD000E;
}
#kanchu-cat .section-head h4 { color: #2BB0BA; }
#kanchu-cat .section-head .sep { background-color: #2BB0BA; }
#kanchu-cat {
	background-color: #F2F8F4;	
}
#student-cat .section-head h4 { color: #F6AB00; }
#student-cat .section-head .sep { background-color: #F6AB00; }
#train-cat .section-head h4 { color: #99cc33; }
#train-cat .section-head .sep { background-color: #99cc33; }
