@charset "euc-jp";
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/* init **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
*{ margin:0; padding:0; }
select option{ padding:0 5px; }
body{ color:#000; background:#fff; font:16px 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif; line-height:1.8; text-align:center; letter-spacing:normal; min-width:1100px;_display: inline;_zoom:1; }
h1 , h2 , h3 , h4 , h5 , h6 , address{ font-style:normal; font-weight:normal; font-size:100%; }
ul{ list-style-type:none; }
img{ border:0; vertical-align:bottom; }

table{ border-spacing:0; border:0; }
table th{ text-align:left; vertical-align:top; font-weight:normal; }
table td{ word-break:break-all; }

a:link , a:visited{ color:#004ead; text-decoration:underline; }
a:hover{ color:#3a92ff; text-decoration:underline; }

.floatR{ float:right; }
.floatL{ float:left; }

.alignL{ text-align:left; }
.alignR{ text-align:right; }
.alignC{ text-align:center; }

.fontSS{ font-size:12px; }
.fontS{ font-size:14px; }
.fontL{ font-size:20px; }
.fontLL{ font-size:24px; }

.tcR{ color:#ed2323; font-weight:bold; }
.tcB{ color:#1f5fb7; font-weight:bold; }
.tcG{ color:#1ec41e; font-weight:bold; }

.str{ font-weight:bold; }
.strN{ font-weight:normal; }
.ilc{ font-style:italic; }
.uLine{ text-decoration:underline; }
.uLine2{ border-bottom:double medium #333; }
.uLineR{ background:url(../images/line_red.png) repeat-x left bottom; padding-bottom:4px; }
.waveLine{ background:url(../images/wave_line.png) repeat-x left bottom; padding-bottom:7px; }
.waveLineR{ background:url(../images/wave_line_red.png) repeat-x left bottom; padding-bottom:7px; }
.waveLineB{ background:url(../images/wave_line_blue.png) repeat-x left bottom; padding-bottom:7px; }
.marker{background-color:#fff600; }

.idt{ padding-left:1.0em; text-indent:-1.0em; }
.idtS{ padding-left:0.5em; text-indent:-0.5em; }

.spt5{ padding-top:5px; }
.spt10{ padding-top:10px; }
.spt15{ padding-top:15px; }
.spt20{ padding-top:20px; }
.spt25{ padding-top:25px; }
.spt30{ padding-top:30px; }
.spt35{ padding-top:35px; }

.spb5{ padding-bottom:5px; }
.spb10{ padding-bottom:10px; }
.spb15{ padding-bottom:15px; }
.spb20{ padding-bottom:20px; }
.spb25{ padding-bottom:25px; }
.spb30{ padding-bottom:30px; }
.spb35{ padding-bottom:35px; }

.smt5{ margin-top:5px; }
.smt10{ margin-top:10px; }
.smt15{ margin-top:15px; }
.smt20{ margin-top:20px; }
.smt25{ margin-top:25px; }
.smt30{ margin-top:30px; }
.smt35{ margin-top:35px; }

.smb5{ margin-bottom:5px; }
.smb10{ margin-bottom:10px; }
.smb15{ margin-bottom:15px; }
.smb20{ margin-bottom:20px; }
.smb25{ margin-bottom:25px; }
.smb30{ margin-bottom:30px; }
.smb35{ margin-bottom:35px; }
.smb45{ margin-bottom:45px; }
.smb55{ margin-bottom:55px; }
.smb80{ margin-bottom:80px; }

.sml20{ margin-left:20px; }
.sml30{ margin-left:30px; }
.sml50{ margin-left:50px; }

.smr30{ margin-right:30px; }
.smr50{ margin-right:50px; }

.rel{ position:relative; }
.abs{ position:absolute; }

p{ margin:0 50px 30px; }
p.spN{ margin-bottom:0px; }
p.spSS{ margin-bottom:5px; }
p.spS{ margin-bottom:10px; }
p.spL{ margin-bottom:30px; }
p.spLL{ margin-bottom:50px; }
p.lhN{ line-height:1.0; }

.shadow{ box-shadow:0px 0px 8px rgba(0,0,0,0.6); }


/* clearfix **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
/* For modern browsers */
.cf:before , .cf:after{ content:""; display:table; }
.cf:after{ clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf{ zoom:1; } 


/* wrap **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.wrap{ width:1000px; margin:0 auto; text-align:left; position:relative; }


/* header **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
/*.header{ background:url(../images/header_bg.jpg) no-repeat center top; }*/
.header_top{background: rgba(223,0,3,1.00); color: #fff; font-size: 24px; font-weight: bold; padding: 15px 0;}
.header { background:url(../images/header_bg.jpg) no-repeat center top; height:795px; margin:0 auto;}
.header .top { width:1000px; margin:0 auto; }

/*.timer{ position:relative; width:1046px; margin:0 auto; }
.timer-text {
	position:absolute;z-index:999;top:1rem;;left:0;right: 0;font-size: 1.8rem; color:#FF0004;font-weight: 900;
	text-shadow:-2px -1px 0px #ffffff,0px -1px 4px #ffffff;
}
#time-text {
display: inline-block;
font-size:2.2rem;
color:#000;
font-weight: 900;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}*/


/* timer ********** タイマーが必要な場合のみ記述
///////////////////////////////////////////////////////////////////////////////////////////////*/
div.timer{ width:700px; height:74px; position:relative;    float: right; }
div.timer .count{ width:100%; height:35px;/*数字の高さ*/ overflow:hidden; position:absolute; top:35px; }
div.timer .count img{ position:absolute; }
div.timer img:nth-child(1)  { left:calc(22px * 0 + 130px); }/*数字の横幅 + 配置*/
div.timer img:nth-child(2)  { left:calc(22px * 1 + 130px); }
div.timer img:nth-child(3)  { left:calc(22px * 2 + 200px); }
div.timer img:nth-child(4)  { left:calc(22px * 3 + 200px); }
div.timer img:nth-child(5)  { left:calc(22px * 4 + 270px); }
div.timer img:nth-child(6)  { left:calc(22px * 5 + 270px); }
div.timer img:nth-child(7)  { left:calc(22px * 6 + 315px); }
div.timer img:nth-child(8)  { left:calc(22px * 7 + 315px); }
div.timer img:nth-child(9)  { left:calc(22px * 8 + 350px); }
div.timer img:nth-child(10){ left:calc(22px * 9 + 350px); }
div.timer img:nth-child(even){ margin-left:3px; } /*数字の間隔*/

/* timerがテキストの時は以下設定等で見た目を整える */
input.timer , .timer input{ font-size:30px; background-color:transparent; border:none; width:500px }
div.timer_bg{ width:1046px; height:82px; background:url("../images/timer_bg_pc.png") no-repeat; float:none; margin:0 auto; position:relative;} 

/* mailform **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.mailform-wrap{ width:1040px; margin:0 auto; background:url(../images/contents_bg.png) repeat-y center top; }
.mailform.top{ width:948px; margin:0 auto; border:solid 6px #d4c782; border-top:none; }
.mailform.top .badge{ position:absolute; top:-110px; right:-150px; }

.mailform{ position:relative; width:930px; background:url(../images/sp_mailformBg.png); border:solid 3px #d4c782; margin:30px auto; padding:20px; text-align:center; }
.mailform .badge{ position:absolute; top:-50px; right:-150px; }

.mailform .ipt{ position:relative; height:120px; }
.mailform .ipt .addname{ position:absolute; top:46px; left:35px; }
.mailform .ipt .mail{ position:absolute; top:43px; left:160px; width:435px; border:none; border-radius:5px; box-shadow:0 0 10px #ccc inset; padding:10px 5px; }
.mailform .ipt .btn{ position:absolute; top:20px; left:625px; }

.mailform p{ text-align:left; margin:0 10px; line-height:1.4; }

/*.topmailform{ width:1046px; height:850px; margin:0 auto; position:relative;margin-top:-5 }
.topmailform .nam{ position:absolute; top:143px; left:219px; width:435px; border:none; }
.topmailform .add{ position:absolute; top:687px; left:230px; width:435px; border:none; }
.topmailform .btn{ position:absolute; top:659px; left:680px; }
.topmailform .abs{ top:-120px; right:-126px;  }

.contents .mailform{ width:970px; height:850px; margin:0 auto; padding-bottom:30px; position:relative; }
.contents .mailform .nam{ position:absolute; top:148px; left:181px; width:435px; border:none; }
.contents .mailform .add{ position:absolute; top:696px; left:181px; width:435px; border:none; }
.contents .mailform .btn{ position:absolute; top:659px; left:641px; }
.contents .mailform .abs{ top:-55px; left:800px; }
.form-text {
margin-top:-12rem;	
}
.form_top_sp {
display:none;	
}*/

/* contents **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
/*.contents{ background:url(../images/contents_bg.png) repeat-y center top; }*/

.section1 , .section2 , .section3 , .section4 , .section5 , .section6 , .section7{margin-top:-70px;}

h2{background: url(../images/title_bg.png)no-repeat top center; width:auto; height:329px; margin:0 auto; padding-top:70px;}

.gift{ text-align:center; }

.section1 .img1{ background:url(../images/sec1_img1.png) no-repeat center right; margin-right:50px; }
.section1 .item{ background:url(../images/ptn3.png) repeat; width:894px; border:solid 3px #fff; margin:0 auto 30px; padding-top:70px; position:relative; border-radius:8px; box-shadow:0px 0px 8px rgba(0,0,0,0.3); }
.section1 .item h3{ position:absolute; top:5px; left:-20px; }
.section1 .item .txt{ background-color:#fff; margin:10px; border:solid 1px #eaeaea; padding-top:10px; border-radius:4px; }
.section1 .item .txt p{ margin:0 30px 20px; }
.section1 .item .txt .pic{ float:right; margin:0 10px 0 20px; }

.section3 .img1{ background:url(../images/sec3_img1.png) no-repeat center right; margin-right:50px; }

.section4 .profile{ background:url(../images/ptn2.png) repeat; width:898px; border:solid 1px #fff; margin:0 auto 30px; padding:40px 0 10px; border-radius:8px; box-shadow:0px 0px 8px rgba(0,0,0,0.3); }


.section5 .list dl{ width:900px; margin:0 auto 30px; padding-bottom:24px; background:url(../images/sec5_bg1.jpg) top no-repeat , url(../images/sec5_bg3.jpg)  bottom no-repeat , url(../images/sec5_bg2.jpg)center repeat-y; }
.section5 dt{text-align: center; padding-top:50px; }
.section5 dd{width: 800px; text-align:left; margin:10px; padding:0 40px 20px;}
.section5 dd.last{ background-color:transparent; padding:0; }

.section6{ padding-bottom:50px; }
.section6 .item{ background-color:#fff; width:900px; margin:0 auto 30px; padding-top:75px; border-radius:8px; position:relative; box-shadow:0px 0px 8px rgba(0,0,0,0.3); }
.section6 .item h3{ position:absolute; top:-20px; left:-20px; }

.kiyaku{ width:900px; margin:0 auto 35px; padding-top:15px; border:solid 1px #c9bcae; background-color:#fff; text-align:left; border-radius:5px; font-size:14px; }

.extra{ background:url(../images/ptn4.png) repeat; padding:20px 0 15px; border-left:solid 1px #fff; border-right:solid 1px #fff;
		box-shadow:rgba(163, 163, 163, 0.65098) 0px 10px 12px -3px;
		-webkit-box-shadow:rgba(163, 163, 163, 0.65098) 0px 10px 12px -3px;
		-moz-box-shadow:rgba(163, 163, 163, 0.65098) 0px 10px 12px -3px;
	 }

/* footer **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.footer{ background-color:#e61952; text-align:center; padding:20px 0; }
.foot-copy{display: flex;align-items: center;color: #fff;text-align: left;font-size:0.5rem;width: 980px;margin: 0 auto;justify-content:center;}
.f_logo{margin-right:  10px;width: 220px;}

/*.topmailform .txt{ position: absolute; top: 750px; font-size: 15px; text-align: left; left: 30px; line-height: 1.3; }
.mailform .txt{ position: absolute; top: 750px; font-size: 15px; text-align: left; left: 30px; line-height: 1.3; }*/
.chui { padding-bottom: 30px; }
.chui p{ margin: 0 50px 0px; }

/* form_end **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.form_end { position: absolute; width: 100%; height: 80px; background: #000; opacity: 0.7; z-index: 999; top: 7px;display: flex;align-items:center;justify-content: center;color:#fff;font-size:30px;height: 100%;}
.form_end_sp { position: absolute; width: 100%; height: 60%; background: #000; opacity: 0.7; z-index: 999; top: 7px; padding-top: 70px;}




