@charset "UTF-8";


/*------------------------------------------------------------------------
共通
------------------------------------------------------------------------*/

body{
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
	color: #3D3D3D;
	background-image: url(../img/common_bgline.png);
	background-position: top center;
	background-repeat: repeat-x;
	padding-top: 70px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
	margin: 0 0 1em 0;
	}

p,
dl,
ul,
ol {
	margin: 0 0 1em 0;
	line-height: 2;
}



/*かどまる--------------------------------------------------------------*/
.corner-10 {
	border-radius: 10px;        /* CSS3 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */	
	}
	
.corner-5 {
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */	
	}
	
.corner-3 {
	border-radius: 3px;        /* CSS3 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */	
	}

/*シャドウ--------------------------------------------------------------*/
.shadow-10 {
	-webkit-box-shadow: 0px 0px 10px #999;　/* Safari,Google Chrome用 */
	-moz-box-shadow: 0px 0px 10px #999;　/* Firefox用 */  
	}
	
.shadow-5 {
	-webkit-box-shadow: 0px 0px 5px #999;　/* Safari,Google Chrome用 */
	-moz-box-shadow: 0px 0px 5px #999;　/* Firefox用 */  
	}
	
.shadow-3 {
	-webkit-box-shadow: 0px 0px 3px #ccc;　/* Safari,Google Chrome用 */
	-moz-box-shadow: 0px 0px 3px #ccc;　/* Firefox用 */  
	}

/*クリア--------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	clear:both;
}

.clearfix {
	display:block;
	clear:both;
}

.clear {
	clear:both;
}


/*ベース--------------------------------------------------------------*/
.wrapper {
	display: block;
	clear:both;
	width: 640px;
	margin: 0 auto;
}

.lead {
	margin: 0 0 20px 0;
	padding: 10px 0;
	line-height: 1.8;
	font-size: 1.07em;
	text-align: left;
}

.contwrap {
	width: 100%;
	margin: 0;
	padding:0;
	text-align: center;
	background: url(../img/bgimage.png) center top;
	background-repeat: repeat-y;
}



@media all and (max-width: 768px) {

.contwrap {
	background: none;
}

}


@media all and (max-width: 680px) {
.wrapper {
	width: 90%;
}
}







/*-------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/

header {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}


@media all and (max-width: 480px) {
.wrapper {
	width: 90%;
}
	
.wrapper img {
	max-width: 100%;
	height: auto;	
	}

}

/*-------------------------------------------------------------
メインコンテンツ
--------------------------------------------------------------*/

main{
	margin: 0 auto;
	
	text-align: center;
	
}




/*トップページ--------------------------------------------------------------*/

ul.topmenu  {	
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: 0 -35px 10px 0;
	padding: 0 0 0 0;
	list-style: none;
	clear: both; 
}

ul.topmenu li {
	float: left;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 30px 0px;
	padding: 0 35px 0 0;
	width: 33.33%;

}

ul.topmenu li a {
	display: block;
	padding: 20px 10px;
	line-height: 1.2;
	text-decoration: none;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", 'Hiragino Sans';
	font-weight: bold;
	font-size: 1.5em;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	border-radius: 5px;        /* CSS3 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #E74291;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
}


ul.topmenu li a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color:black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


ul.topmenu li a.longtext {
font-size: 1.2em;
	padding: 22px 10px;
	
}


ul.topmenu li a.color1 {
	background-color: #E74291;
}

ul.topmenu li a.color2 {
	background-color: #1F7CC2;
}

ul.topmenu li a.color3 {
	background-color: #EA5810;
}

ul.topmenu li a.color4 {
	background-color: #70B438;
}

ul.topmenu li a.color5 {
	background-color: #F8BC00;
}

ul.topmenu li a.color6 {
	background-color: #2AAD3A;
}

ul.topmenu li a.color7 {
	background-color: #2EA8E1;
}

ul.topmenu li a.color8 {
	background-color: #00AC96;
}

ul.topmenu li a.color9 {
	background-color: #E84566;
}

ul.topmenu li a.color10 {
	background-color: #00A0E9;
}

ul.topmenu li a.color11 {
	background-color: #915DA3;
}

ul.topmenu li a.color12 {
	background-color: #ED7778;
}



@media all and (max-width: 480px) {
	
ul.topmenu  {	
	margin: 0 -20px 10px 0;
}


ul.topmenu li {
	padding: 0 20px 0 0;
	margin: 0 0 5px 0;
	width: 100%;

}

}

/*詳細ページ--------------------------------------------------------------*/

.sectionnav{
	display: block;
	margin: 0;
}


.btn_ttl{
	display: block;
	margin: 0 0 20px 0;
}


.sectionttl{
	width: 100%;
	position: relative;
}
.sectionttl h1{
	display: block;
	padding: 180px 0 0 0;
	margin: 0 40px;
	height: 0;
	overflow: hidden;
}

.sectionttl h1 img{
	width: 100%;
	height:auto;
}

.sectionttl h1.sec_01{
	background: url(../img/sec_01.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_02{
	background: url(../img/sec_02.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_03{
	background: url(../img/sec_03.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_04{
	background: url(../img/sec_04.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_05{
	background: url(../img/sec_05.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_06{
	background: url(../img/sec_06.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_07{
	background: url(../img/sec_07.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_08{
	background: url(../img/sec_08.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_09{
	background: url(../img/sec_09.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_10{
	background: url(../img/sec_10.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_11{
	background: url(../img/sec_11.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_12{
	background: url(../img/sec_12.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_13{
	background: url(../img/sec_13.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_14{
	background: url(../img/sec_14.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_15{
	background: url(../img/sec_15.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_16{
	background: url(../img/sec_16.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_17{
	background: url(../img/sec_17.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_18{
	background: url(../img/sec_18.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_19{
	background: url(../img/sec_19.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_20{
	background: url(../img/sec_20.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_21{
	background: url(../img/sec_21.png) no-repeat center center;
	background-size: contain;
}

@media all and (max-width: 680px) {
	
.sectionttl h1{
	padding: 180px 0 0 0;
}

.sectionttl h1.sec_01{
	background: url(../img/sec_01s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_02{
	background: url(../img/sec_02s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_03{
	background: url(../img/sec_03s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_04{
	background: url(../img/sec_04s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_05{
	background: url(../img/sec_05s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_06{
	background: url(../img/sec_06s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_07{
	background: url(../img/sec_07s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_08{
	background: url(../img/sec_08s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_09{
	background: url(../img/sec_09s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_10{
	background: url(../img/sec_10s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_11{
	background: url(../img/sec_11s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_12{
	background: url(../img/sec_12s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_13{
	background: url(../img/sec_13s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_14{
	background: url(../img/sec_14s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_15{
	background: url(../img/sec_15s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_16{
	background: url(../img/sec_16s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_17{
	background: url(../img/sec_17s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_18{
	background: url(../img/sec_18s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_19{
	background: url(../img/sec_19s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_20{
	background: url(../img/sec_20s.png) no-repeat center center;
	background-size: contain;
}
.sectionttl h1.sec_21{
	background: url(../img/sec_21s.png) no-repeat center center;
	background-size: contain;
}	

	
}



a.btn_left,
a.btn_right{
	display:block;
	position:absolute;
	top: 50%;
	left: 0;
	padding: 60px 0 0 0;
	margin: -30px auto 0 auto;
	width:40px;
	height:0;
	text-decoration:none;
	color:rgba(255,255,255,1);
	background-color:rgba(0,0,0,0);
	border-radius: 5px;        /* CSS3 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */

}
a.btn_right{
	left:inherit;
	right: 0;
}
a.btn_left:hover,
a.btn_right:hover{
	background-color:rgba(0,0,0,0.1);
 }

a.btn_left:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 30px;
	height: 30px;
	margin: -16px 0 0 -8px;
	border-left: 3px solid rgba(0,0,0,0.5);
	border-bottom: 3px solid rgba(0,0,0,0.5);
	content: "";
	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}
a.btn_right:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 30px;
	height: 30px;
	margin: -16px 0 0 -25px;
	border-left: 3px solid rgba(0,0,0,0.5);
	border-bottom: 3px solid rgba(0,0,0,0.5);
	content: "";
	-webkit-transform: rotate(-135deg);
  	-moz-transform: rotate(-135deg);
  	-o-transform: rotate(-135deg);
  	-ms-transform: rotate(-135deg);
  	transform: rotate(-135deg);
}

table.soundtitle{
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
}
table.soundtitle td {
	display:table-cell;
	width: 50%;
	padding: 0 0 10px 0;
	line-height: 1.2;
	font-size: 1.5em;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", 'Hiragino Sans';
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
}


table.soundtitle td.secttlsound a {
	background: url(../img/soundicon_white.png) no-repeat 15px center;
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 0px 10px 0px 50px;
	font-size: 1em;
	color: #FFFFFF;
}




table.secttlsound{
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #fff;
	margin-bottom: 10px;
}

table.secttlsound td {
	display:table-cell;
	width: 50%;
	padding: 0;
	line-height: 1.2;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

table.secttlsound td a {
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 50px;
	background: url(../img/soundicon_white.png) no-repeat 15px center;
	color: #fff;
}

table.secttlsound td a:hover {
	background: url(../img/soundicon_white.png) no-repeat 15px center;
	color: #FADBE3;
}


.redcol{
	background-color: #E60112;
	text-align: center;
	padding: 20px;
	margin-bottom: 40px;
}

table.soundlist{
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #4B4B4B;
	background: #fff;
}

table.soundlist td {
	display:table-cell;
	width: 50%;
	padding: 0;
	line-height: 1.2;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #4B4B4B;
	border-right: 1px solid #4B4B4B;
}

table.soundlist td a {
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 50px;
	color: #3D3D3D;
}


table.soundlist td.japanese a {
	background: url(../img/soundicon_red.png) no-repeat rgba(230,230,230,0.5) 15px center;
}

table.soundlist td.japanese a:hover {
	background: url(../img/soundicon_red.png) no-repeat rgba(230,230,230,1) 15px center;
}



table.soundlist td.english a {
	background: url(../img/soundicon_blue.png) no-repeat rgba(255,255,255,1) 15px center;
}

table.soundlist td.english a:hover {
	background: url(../img/soundicon_blue.png) no-repeat rgba(230,230,230,0.5) 15px center;
}




p.message{
	display: block;
	color:#FFFFFF;
	font-weight: bold;
	margin: 30px 0 0 0;
}

p.button a{
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 10px;
	color: #FFF;
	background: #FF8A8A;
	box-sizing: border-box;
	font-size: 1.5em;
	font-weight: bold;
	border-radius: 4px;
	background-image: -moz-linear-gradient(90deg,rgba(242,92,92,1.00) 0%,rgba(255,138,138,1.00) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(242,92,92,1.00) 0%,rgba(255,138,138,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(242,92,92,1.00) 0%,rgba(255,138,138,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(242,92,92,1.00) 0%,rgba(255,138,138,1.00) 100%);
	background-clip: padding-box;
}

p.button a:hover{
	background: #F25C5C;
	background-image: -moz-linear-gradient(90deg,rgba(255,138,138,1.00) 0%,rgba(242,92,92,1.00) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(255,138,138,1.00) 0%,rgba(242,92,92,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(255,138,138,1.00) 0%,rgba(242,92,92,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,138,138,1.00) 0%,rgba(242,92,92,1.00) 100%);
}

.small{
	font-size: 0.8em;
}

@media all and (max-width: 480px) {

table.secttlsound td {
	display: block;
	width: 100%;
}
	

	
table.soundtitle td {
	display: block;
	width: 100%;
}
	
	
table.soundlist td {
	display:block;
	font-size: 1.2em;
	width: 100%;
}
table.soundlist td.japanese {
	display:block;
	border-bottom: none;
}



p.message{
	font-size: 0.7em
}
	
}


/*-------------------------------------------------------------
フッター
--------------------------------------------------------------*/

footer {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0	100px 0;
	text-align: left;
}

footer .footcol {
	width: 100%;
	display: block;	
	margin: 0px 0px 0 0;
}

footer .colimg {
	width: 30%;
	float: left;
	text-align: left;
}

footer .colimg img {
	width: 90%;
	height: auto;
	border:solid 1px #EEEEEE;
	box-sizing: border-box;

}

footer .coldetails {
	width: 70%;
	float: left;
	margin: 0 0 50px 0;
}

footer .coldetails a{
	color: #E11B18;
	text-decoration: none;
}

footer .coldetails a:hover{
	color: #8B8B8B;
	text-decoration: underline;
}

footer h1{
	font-size: 1.45em;
	text-align: left;
}

footer h2{
	font-size: 1.3em;
	text-align: left;
}


footer p {
	font-size: 0.9em;
	line-height: 1.8;
	text-align: left;

}

footer p.copymessage {
	clear: both;
	color: #989898;
	padding-top: 80px;
}

footer p.copyright {
	color: #989898
}

footer .commercial {
	width: 100%;
	height: auto;
	padding: 10px 15px 5px 15px;
	border: solid 3px #F39800;
	box-sizing: border-box;
	border-radius: 10px;
	background: -webkit-repeating-linear-gradient(-45deg, #FEF9F2, #FEF9F2 10px, #fff 10px, #fff 20px);
	background: repeating-linear-gradient(-45deg, #FEF9F2, #FEF9F2 10px, #fff 10px, #fff 20px);
}

footer p.commercialttl {
	font-size: 1.9em;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 30px 0;
	color: #F39800;
}

footer .commercial a{
	color: #E11B18;
	text-decoration: none;
}

footer .commercial a:hover{
	color: #8B8B8B;
	text-decoration: underline;
}


footer .cmcol_l {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0px 10px 0px 0px;
}
footer .cmcol_l h3 {
	text-align: left;
	font-size: 1.3em;
}
footer p.onsale {
	font-size: 1em;
}
footer p.onsale img {
	width: 50px;
	height: auto;
	float: left;
	padding: 0 10px 0 0px;
}


footer .cmimg {
	height: auto;
	width: 160px;
	border:solid 1px #EEEEEE;
	box-sizing: border-box;
	float: right;
	margin: 0 0px 20px 20px;
}

footer .cmcol_r {
	clear: both;
	width: 100%;
	text-align: left;
	padding: 20px 0px 0 0px;
	border-top:solid 1px #EEEEEE;
}

footer .cmimg_gift {
	height: auto;
	width: 250px;
	border:solid 1px #EEEEEE;
	box-sizing: border-box;
	float: right;
	margin: 0 0px 20px 20px;
}


footer .cmcol_r h3 {
	font-size: 1.3em;
	text-align: left;
	color: #ffffff;
	background: #F39800;
	padding: 0.5em;
	width: 50%;
}



@media all and (max-width: 480px) {
.wrapper {
	width: 90%;
}

footer .colimg {
	width: 100%;
}

footer .colimg img {
	width: 100%;
	height: auto;
	border:solid 1px #EEEEEE;
	box-sizing: border-box;
	margin-bottom: 20px;

}
	
footer p.onsale img {
	width: 15%;
	height: auto;
}

footer .cmimg {
	width: 100%;
	height: auto;
}
	
footer .coldetails {
	width: 100%;
	float: left;
}


footer .cmcol_l h3 {
	clear: both;
	text-align: center;
	font-size: 1.2em;
}

footer .cmcol_r {
	padding: 20px 0px 0px 0px;
}
	
footer .cmimg_gift {
	height: auto;
	width: 100%;
	float: none;
	margin: 0 0px 20px 0px;
}
	
footer .cmcol_r h3 {
	font-size: 1.2em;
	text-align: center;
	width: 95%;
	margin: 0px 0px 20px 0px;
}
	
}