/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


header{
	background: url("../img/top_bg.jpg") center top no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 30px;
}

header .wrap{
	width:900px;
	padding:0;
	margin:0 auto;
	box-shadow:none;
	}

body {
    margin: 0;
	background-color:#fff;
	font-size:18px;
	color:#333;
}
	
a:hover img {
    -webkit-filter: brightness(1.2);
     -moz-filter: brightness(1.2);
     -o-filter: brightness(1.2);
     -ms-filter: brightness(1.2);
     filter: brightness(1.2);
}

a {
	color:#fff;
}

p {
    line-height: 1.8em;
    margin: 2em 0;
}

footer {
	background-color:rgba(81, 81, 81, 1);
	color:#fff;
	text-shadow: 0 1px #1f1f1f;
}

.f_wrap {
    background-color: none;
    margin: 0 auto;
    padding: 50px;
    width: 800px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   

.tarea_top {
    background: #d78114 none repeat scroll 0 0;
    text-align: center;
}

.tarea {
    background: #d9a336 none repeat scroll 0 0;
    text-align: center;
	color:#fff;
	padding:5px 0 5px 0;
	background-image:url(../img/sub_bg.png);
}

.tarea_b {
    /*border-top:3px solid #FCBF53; 
	border-bottom:3px solid #FCBF53; */
}

.wrap {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 900px;
}

.wrap_cl {
    margin: 0 auto;
    padding: 50px;
    width: 800px;
	background-color:none;
	box-shadow:none;
}

.wrap_qa {
    margin: 0 auto;
    padding:20px 0;
    width: 900px;
}

.wrap_end {
    margin: 0 auto;
    padding: 20px 50px;
    width: 800px;
	color: #666;
	font-size:85%;
}



.bg_gray {
    background: #f2f3ef none repeat scroll 0 0;
}

.bg_gray_wrap {
    background:none;
    margin: 0 auto;
    padding: 50px;
    width: 800px;
}

h1, h2 {
	padding: 0;
	margin: 0;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}




.btnarea a img{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.btnarea a:hover img {
	-webkit-filter: saturate(150%);
	-moz-filter: saturate(150%);
	-o-filter: saturate(150%);
	-ms-filter: saturate(150%);
	filter: saturate(150%);
}

.btnarea_bg {
    background-color: #00B900;
}

.btnarea {
	width: 950px;
	padding: 20px 0 70px;
	margin: 0 auto;
}

.btnarea ul {
	width: 900px;
	height: 150px;
	margin: 0 25px;
}

.btnarea ul li {
	float: left;
	width: 400px;
	height: 150px;
	margin: 0 25px;
}


.memo {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    color: #00B900;
    font-size: 100%;
    line-height: 1.3em;
    margin: 40px 150px 0;
    padding: 10px 20px;
    text-align: center;
}

.memo a {
	color:#fff;
}

.img_ar {
    float: right;
    margin-top: 20px;
    width: 250px;
}

.centering{
	text-align:center;
}
	
.table02 {
    margin: 50px auto;
    width: 800px;
}

.table02 td {
    background-color:#FFFDE3;
}

table {
    margin: 0 auto;
    width: 800px;
	border-spacing: 1px !important;
	border-collapse: separate !important;
}

table th {
    background: #1B9581 none repeat scroll 0 0;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    padding: 15px;
}

table td {
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 12px;
	background-color:#fff;
}


.box_qa {
    background: #FFFFFF;
    width: 94%;
    padding: 0.5% 0 0;
    margin: 5% 3%;
	background: rgba(0, 0, 0, 0) url("../img/bg_qa.png") repeat scroll 0 0;
}

.q_img {
    background: rgba(0, 0, 0, 0) url("../img/img_qa_q.png") no-repeat scroll 0 0 / 70px 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: -7px;
}



.q_title {
    color: #006b8f;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 5% 0 0;
    padding-left: 80px;
}

.q_answer {
    padding: 5% 5%;
    margin: 0;
    color: #565656;
}

.wrap_gr {
    background-color: #fffde3;
    border: 1px solid #999;
    margin: 0 auto;
    padding: 30px 50px;
    width: 798px;
}

.wrap_gr h3 {
    background: #C4820E none repeat scroll 0 0;
    color: #fff;
    font-size: 1.1em;
    margin: 0 0 30px;
    padding:10px 0 10px 30px;
}

.box {
    border: 1px solid #ddd;
    margin: 0 auto;
    padding: 20px;
    width: 760px;
}

.image_left {
    margin: 0;
    width: 280px;
}

.txt_right {
    margin: 0;
    width: 480px;
	float:right;
}

.txt_right p {
    margin: 1.5em 0;
	font-size: 90%;
}

.manual_title {
	background-color:#1B9681;
	color:#fff;
	padding:20px;
}

.manual_title p {
	margin:0;
	font-size:110%;
}

.manual_txt {
	border:1px solid #1B9681;
	padding:20px;
	margin-bottom:30px;
}

.manual_txt p {
	margin:0;
	font-size:95%;
}

.return {
	width:100%;
	line-height: 1.5em;
}

.return th {
	border:1px solid #fff;
}

.return td {
	background-color:#FFFDE3;
}

.wid350 {
	width:350px !important;
}



/* ==========================================================================
   form
   ========================================================================== */


.bg_red {
    background: #c1392b none repeat scroll 0 0;
    border: 10px ridge yellow;
    box-shadow: 0 0 6px #000;
    margin: 0 auto;
    padding: 0 25px;
    width: 900px;
}

.btn_bg {
background-image: url("../img/btn_bg.jpg");
background-position: left top;
background-repeat: repeat-y;
/*    box-shadow: 0 0 6px #000;*/
    margin: 0 auto;
    padding: 0;
    width: 900px;
	height:600px;
	position:relative;
}

.btn {
	position:absolute;
	top:220px;
	left:50px;
}

.memo {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #333;
    font-size: 100%;
    line-height: 1.3em;
    margin: 20px 100px 50px;
    padding: 10px 20px;
}




#remain {
	background: #C1392B;
	color:#fff;
	text-align:center;
	font-size:35px;
	padding:20px 0;
	font-weight:bold;
}

#remain span {
	color:yellow;
	font-size:40px;
}

#remain2 {
	background: #C1392B;
	color:#fff;
	text-align:center;
	font-size:35px;
	padding:20px 0;
	font-weight:bold;
}

#remain2 span {
	color:yellow;
	font-size:40px;
}


@media screen and (max-width: 640px) {

.btn_bg {
    background: url("../img/btn_bg.jpg") no-repeat scroll 0 0 / contain ;
    margin: 0 auto;
    padding-top: 66.66%;
    width: 100%;
	height:0;
}

.btn {
	position:absolute;
	top:37%;
	left:5%;
	width:90%;
}

#remain {
    background: #c1392b none repeat scroll 0 0;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
	margin-bottom: 20px;
}


#remain span {
    color: yellow;
    font-size: 150%;
}

#remain2 {
    background: #c1392b none repeat scroll 0 0;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
	margin-bottom: 20px;
}


#remain2 span {
    color: yellow;
    font-size: 150%;
}

.memo {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    color: #00b900;
    font-size: 100%;
    line-height: 1.3em;
    margin: 0 10% 10%;
    padding: 2% 5%;
    text-align: center;
}

form#sendAddress input#mail[type="text"] {
    border: 5px solid #1d1d1d;
    border-radius: 6px;
    font-size: 90%;
    ime-mode: disabled;
    margin: 0 auto 15px;
    padding: 10px 0;
    text-align: center;
    width: 90%;
}
.btnimg {
    width: 100%;
}
input.btnimg {
    background-color: transparent;
    background-image: url("../img/btn_off.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: medium none;
    height: auto;
    padding: 7.5% 0;
    width: 100%;
}
input.btnimg:hover {
    background-color: transparent;
    background-image: url("../img/btn_on.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: medium none;
    height: auto;
    padding: 7.5% 0;
    width: 100%;
}

}

.dis_pc {
	display:block;
}

.dis_sp {
	display:none;
}	


/* ==========================================================================
   SP
   ========================================================================== */


@media screen and (max-width: 640px) {

	body {
	width: 100%;
	}
	
	p {
    font-size: 85%;
    line-height: 1.6em;
    margin: 1.6em 0;
    }

	header {
		background: none;
		margin-bottom: 0;
	}
	
	header .wrap{
	width:100%;
	padding:0;
	margin:0 auto;
	box-shadow:none;
	}
	
	.wrap {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    }
	
	.wrap_end {
    margin: 0 auto;
    padding: 5%;
    width: 90%;
	color: #666;
	font-size:80%;
    }
	
	.f_wrap {
    background-color: none;
    margin: 0 auto;
    padding: 5%;
    width: 90%;
    }
	
	address {
	font-size:75%;
	}
	
	.bg_gray_wrap {
    background-color:none;
    margin: 0 auto;
    padding: 5%;
    width: 90%;
    }

    img {
	width: 100%;
	height: auto;
	}
	
　　.memo {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    color: #555;
    font-size: 85%;
    line-height: 1.3em;
    margin: 0 auto 30px;
    padding: 10px 20px;
    text-align: left;
    width: 80%;
　　}


    .img_ar {
    display: block;
    float: right;
    margin: 20px 0 5px 5px;
    width: 35%;
    }
	

    header{
	width:100%;
	margin:0;
	padding:0;
	z-index:0;
	-moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	}
	
    .head_inner{
	width:100%;
	margin:0px auto;
	color:#ffffff;
	font-size:8.5px;
	background:url("../img/head.jpg") top center no-repeat;
	background-size:100% 100%;
	z-index:1;
	text-align:left;
	-moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	}

    .head_inner a{
	color:#000000;
	}

    .head_link{
	-moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	min-height:100%;
	height:auto !important;
	height:100%;
	padding-top:90%;
	padding-left:7.2%;
	padding-bottom:5%;
	}

    .addfriendhead{
	height:auto;
	width:34%;
	}
	
	.simple-modal {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	position: fixed;
	top: 5%;
	left: 3%;
	width: 94%;
	height: auto;
	margin: 0;
	}
	
	.q_title {
    font-weight: bold;
    line-height: 1.6em;
    margin: 5% 3% 0 0;
    padding-left: 80px;
	font-size:90%;
    }
	
	.box_qa {
	background: rgba(0, 0, 0, 0) url("../img/bg_qa.png") repeat scroll 0 0;
    width: 94%;
    padding: 0.5% 0 0;
    margin: 5% 3%;
	font-size:90%;
    }
		
    .table02 {
    margin: 50px auto;
    width: 100%;
    }
	
	.box {
    border: 1px solid #ddd;
    margin: 0 auto;
    padding: 5%;
    width: 90%;
    }
	
	.image_left {
    margin: 0;
    width: 98%;
    }

    .txt_right {
    margin: 0;
    width: 100%;
	float:none;
    }
	
	.tarea_b {
/*    border-top:2px solid #FCBF53; 
	border-bottom:2px solid #FCBF53; */
    }
	
	.buy_bg_wrap {
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top:117.77%;
    background: url("../img/buy_bg_sp.jpg") 0 0 no-repeat;
    background-size: contain;
	position:relative;
	width:100%;
    }
	
	.name {
	width:150px;
	}
	
	.wid350 {
	width:100% !important;
	}
		
	table {
    margin: 0 auto;
    width: 100%;
　　}

　　table th {
    background: #1B9581 none repeat scroll 0 0;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
	width:100%;
　　}

　　table td {
    font-size: 100%;
    text-align: center;
	width:100%;
　　}

　　.tokutei a {
	color:blue;
　　}

    .dis_pc {
	display:none;
    }

    .dis_sp {
	display:block;
    }	
	
	.ml50 {
	margin-left:5% !important;
    }    

    .mr50 {
	margin-right:5% !important;
    }  
   




}

/* ==========================================================================
   タイマー
   ========================================================================== */

#CDT,#CDT2{
 font-size: 110%;
 text-align:center;
 color:#555555;
 font-weight:bold;
 margin-bottom: 0%;
 padding-top: 0%;
/* position: fixed;*/
 width: 100%;
 z-index: 1;
 background-color:#f8e352;
 padding: 20px 0 20px 0;

}

#CDT p {
	margin: 0.5% 0 0.4%;
}
#in_num {
    color: #f00;
    font-size: 120%;
	line-height: 1;
}
#counter {
    color: #c93a40;
	font-size: 150%;
}
.counttxt {
	line-height: 1;
}
.pchide {
    display: none;
}

@media screen and (max-width: 640px) {
	
#CDT,#CDT2{
 font-size: 100%;
 text-align:center;
 color:#555555;
 font-weight:bold;
 margin-bottom: 0%;
 padding-top: 0%;
/* position: fixed;*/
 width: 100%;
 z-index: 1;
 background-color:#f8e352;
 padding: 20px 0 20px 0;

}

#CDT p {
	margin: 0.5% 0 0.8%;
}
#in_num {
    color: #c93a40;
    font-size: 130%;
	line-height: 1;
}
#counter {
    color: #f00;
	font-size: 120%;
}
.counttxt {
	line-height: 1;
}
	
	
}

/* ==========================================================================
   装飾
   ========================================================================== */
   
.yellow {
	background-color:#FFED4F;
}

.yellow2 {
    background-color: #ffed4f;
    font-size: 100%;
    font-weight: normal;
    line-height: 2em;
}

.yellow3 {
    background-color: #ffed4f;
    font-size: 100%;
    font-weight: bold;
	color:#F00;
    line-height: 2em;
}

.red {
	color:#e60000;
	font-size:100%;
}


.orange {
    color: #C4580E;
}

.blue {
    color: #000066;
}

.blue2 {
    color: #143F82;
}

.t_center {
	text-align:center;
}

.red_big {
	color:#e60000;
	font-size:150% !important;
	margin:0.5em 0 0.3em 0;
}

.strong {
	font-size:95%;
	font-weight:bold;
}
.uline {
	text-decoration:underline;
}

.bor_white {
	border:1px solid #fff;
}

.size80 {
	font-size:80%;
}

.size90 {
	font-size:90%;
}

.size110 {
	font-size:110%;
}

.size120 {
	font-size:120%;
}

.size130 {
	font-size:130%;
}

.size140 {
	font-size:140%;
}

.size150 {
	font-size:150%;
}

.mt10 {
	margin-top:10px !important;
}

.mt20 {
	margin-top:20px !important;
}

.mt30 {
	margin-top:30px !important;
}

.mt40 {
	margin-top:40px !important;
}

.mt50 {
	margin-top:50px !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

.mb40 {
	margin-bottom:40px !important;
}

.mb50 {
	margin-bottom:50px !important;
}

.ml0 {
	margin-left:0 !important;
}

.pt10 {
	padding-top:10px;
}

.pt20 {
	padding-top:20px;
}

.pt30 {
	padding-top:30px;
}

.pb10 {
	padding-bottom:10px;
}

.pb20 {
	padding-bottom:20px;
}

.pb30 {
	padding-bottom:30px;
}


.ml50 {
	margin-left:50px;
}    

.mr50 {
	margin-right:50px;
}  
   


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}