@charset "utf-8";

/* init **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
*{ margin:0; padding:0; box-sizing:border-box; }
select option{ padding:0 5px; }
body{ color:#000; background:#fff url(../images/content_bg_ptn.jpg) top center; font:16px helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif; line-height:1.8; text-align:center;    min-width: 1080px; _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:middle; font-weight:normal; }
table td{ word-break:break-all; }

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

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

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


/* clearfix **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.cf:after{ content:" "; display:block; clear:both; }


/* link **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
a:link , a:visited{ color:#0000ff; text-decoration:underline; }
a:hover{ color:#ff8000; text-decoration:underline; }


/* font decoration **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
/* size */
.fontSS{ font-size:12px; }
.fontS{ font-size:14px; }
.fontL{ font-size:20px; }

/* color */
.txt-red{ color:#980000; font-weight:bold; }
.txt-blue{ color:#00337a; font-weight:bold; }

/*indent */
.idt , ul.assist li , .system li{ padding-left:1.0em; text-indent:-1.0em; }
.idt-half{ padding-left:0.5em; text-indent:-0.5em; }
.lh{line-height:1.5em;}

/*other */
.str{ font-weight:bold; }
.str-reset{ font-weight:normal; }

.underline{ text-decoration:underline; }
.underline-double{ border-bottom:double medium; }

.waveline{ background:url(../images/wave_line.png) repeat-x left bottom; padding-bottom:7px; }
.waveline-red{ background:url(../images/wave_line_red.png) repeat-x left bottom; padding-bottom:7px; }
.waveline-blue{ background:url(../images/wave_line_blue.png) repeat-x left bottom; padding-bottom:7px; }

.marker{background-color:#fff600; }


/* space **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
/* padding */
.spt0{ padding-top:0px !important; }
.spt5{ padding-top:5px !important; }
.spt7{ padding-top:7px !important; }
.spt10{ padding-top:10px !important; }
.spt15{ padding-top:15px !important; }
.spt20{ padding-top:20px !important; }
.spt23{ padding-top:23px !important; }
.spt25{ padding-top:25px !important; }
.spt30{ padding-top:30px !important; }
.spt35{ padding-top:35px !important; }
.spt45{ padding-top:45px !important; }

.spl40{ padding-left:40px !important; }

.spr100{ padding-right:100px !important; }

.spb-50{ margin-bottom:-50px !important; }
.spb0{ padding-bottom:0px !important; }
.spb5{ padding-bottom:5px !important; }
.spb10{ padding-bottom:10px !important; }
.spb15{ padding-bottom:15px !important; }
.spb20{ padding-bottom:20px !important; }
.spb25{ padding-bottom:25px !important; }
.spb30{ padding-bottom:30px !important; }
.spb35{ padding-bottom:35px !important; }

/* margin */
.smt-60{ margin-top:-60px !important; }
.smt-30{ margin-top:-30px !important; }
.smt-20{ margin-top:-20px !important; }
.smt-10{ margin-top:-10px !important; }
.smt-5{ margin-top:-5px !important; }
.smt0{ margin-top:0px !important; }
.smt5{ margin-top:5px !important; }
.smt10{ margin-top:10px !important; }
.smt15{ margin-top:15px !important; }
.smt20{ margin-top:20px !important; }
.smt25{ margin-top:25px !important; }
.smt30{ margin-top:30px !important; }
.smt35{ margin-top:35px !important; }
.smt40{ margin-top:40px !important; }
.smt45{ margin-top:45px !important; }
.smt50{ margin-top:50px !important; }

.smb0{ margin-bottom:0px !important; }
.smb5{ margin-bottom:5px !important; }
.smb10{ margin-bottom:10px !important; }
.smb15{ margin-bottom:15px !important; }
.smb20{ margin-bottom:20px !important; }
.smb25{ margin-bottom:25px !important; }
.smb30{ margin-bottom:30px !important; }
.smb35{ margin-bottom:35px !important; }
.smb40{ margin-bottom:40px !important; }
.smb45{ margin-bottom:45px !important; }
.smb50{ margin-bottom:50px !important; }

.sml-7{ margin-left:-7px !important; }
.sml0{ margin-left:0px !important; }
.sml20{ margin-left:20px !important; }
.sml24{ margin-left:24px !important; }
.sml25{ margin-left:25px !important; }
.sml30{ margin-left:30px !important; }
.sml50{ margin-left:50px !important; }
.sml-55{ margin-left:-57px !important; }

.smr0{ margin-right:0px !important; }
.smr20{ margin-right:20px !important; }
.smr30{ margin-right:30px !important; }
.smr50{ margin-right:50px !important; }
.smr70{ margin-right:70px !important; }


/* paragraph */
p{ margin:0 50px 30px; }
p.lh-reset{ line-height:1.0; }

/* original frame */
.box{ margin:0 50px; }


/* favorite decoration **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.shadow{ box-shadow:0px 0px 8px rgba(0,0,0,0.4); }

table{ border-collapse:separate; border-spacing:1px; background-color:#cdcdcd; line-height:2; font-size:14px; }
table th , table td{ border:1px solid #fff; padding:5px 10px; }
table th{ font-weight:bold; background-color:#cdcdcd; width:22%; vertical-align:middle; }
table td{ background-color:#fff; }
table ol{ margin-left:20px; }

.assist{ font-size:12px; padding:15px 25px 12px; line-height:1.6; border:solid 1px #cdcdcd; background-color:#FFFFFF }

.system{ font-size:14px; }

dl.rule{ padding:20px; background-color:#f6f6f6; border-radius:3px; border:solid 1px #cdcdcd; font-size:12px; line-height:1.6; text-align:left; }
dl.rule dt{ font-weight:bold; font-size:14px; text-align:center; }


/* timer ********** タイマーが必要な場合のみ記述
///////////////////////////////////////////////////////////////////////////////////////////////*/
div.timer{ position:relative; width:582px; height:74px; }
.timer .timeDay { position:absolute; top:20px; left:130px; }
.timer .timeHr  { position:absolute; top:20px; left:235px; }
.timer .timeMmin{ position:absolute; top:20px; left:350px; }
.timer .timeSec { position:absolute; top:20px; left:440px; }
.timer .timeMsec{ position:absolute; top:30px; left:525px; }

/* timerがテキストの時は以下設定等で見た目を整える */
input.timer , .timer input{ font-size:30px; background-color:transparent; border:none; width:500px }


/* wrap **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.wrap{ width:1080px; margin:0 auto; position:relative; }
.wrap2{ margin:0 auto; text-align:center; width:1042px; }
.step_wrap{ width:848px; margin:0 auto; padding-top:10px;}
.contents .wrap{ text-align:left; }
.contents_top{ height:187px; }
.contents_top_title{ margin-top: -36px; }


/* top **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.top{background: url(../images/header.png) repeat-x,url(../images/top_bg.jpg)no-repeat top center; margin:0 auto; }

.top header{width:1025px; margin:0 auto; text-align:left;}

h1{padding-top:30px; padding-bottom:35px;}

/* intro **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.intro{background: url(../images/intro_bg.jpg)repeat-x top; height:462px;}


/*movie**********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.movie{background-image:url(../images/movie_bg.jpg),url(../images/content_bg_ptn.jpg); background-position:top center,center; background-repeat:no-repeat,repeat; margin: 0 auto; height:1171px;}
.movie .head2{background:url(../images/movie_title.png)no-repeat top center; height:240px; }
.movie_contents{ margin: auto 0; margin-top: -315px; }
.movie_contents .item{background:url(../images/movie_pv_bg.png)no-repeat center top; margin:0 auto; width:1115px; height:900px; position:relative; margin-bottom: -120px; }
.movie_contents .item iframe{position: absolute; top: 343px; left: 190px; }
.movie_guide{z-index: 1; }
/* contents **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.contents{background-image:url(../images/content_bg.png),url(../images/content_bg_ptn.jpg); background-position:top center,top; background-repeat:repeat-y,repeat; margin:0 auto;}

.contents .section_bg{background:url(../images/section_title_bg.png)repeat-x top; height:253px;}
.btn_adj{ position: relative; z-index: 99; margin: 340px auto 20px; }

.gift{width:1025px;   border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(247,243,218) 76%, rgb(243,236,195) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(247,243,218) 76%, rgb(243,236,195) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(247,243,218) 76%, rgb(243,236,195) 100%);
  box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
  position:relative; margin:0 auto 30px; padding:30px 0;}
.gift_sbt{position:absolute; top:10px; left:-22px; height:148px;}
.gift .txt_box{width:984px; background:#fff; margin:136px auto 0; padding:20px 0; border-radius:10px; text-align: left;}

.sec5_set1 {background:url(../images/sec5_set1_bg.png)repeat-y top; }
.sec5_set1 .bg{ margin:0 auto; width:972px; }
.sec5_set1 .bg .img1{background:url(../images/sec5_bg1.png)no-repeat top right; }
.sec5_set1 .bg .img1 .step3{padding-left:40px;}
.sec5_set1 .bg .img2{background:url(../images/sec5_bg2.png)no-repeat top right; }
.sec5_set1 .bg .img4{background:url(../images/sec5_bg4.png)no-repeat top right; }
.sec5_set1 .bg .img5{background:url(../images/sec5_bg5.png)no-repeat top right; }

.sec5_set2 {background:url(../images/sec5_set2_bg.jpg)repeat-y top; }
.sec5_set2 .bg{ margin:0 auto; width:972px; }
.sec5_set2 .bg .img1{background:url(../images/sec5_bg1.png)no-repeat top right; }
.sec5_set2 .bg .img1 .step3{padding-left:40px;}
.sec5_set2 .bg .img2{background:url(../images/sec5_bg2.png)no-repeat top right; }
.sec5_set2 .bg .img4{background:url(../images/sec5_bg4.png)no-repeat top right; }
.sec5_set2 .bg .img5{background:url(../images/sec5_bg5.png)no-repeat top right; }

.sec5_set3 {background:url(../images/sec5_set3_bg.jpg)repeat-y top; }
.sec5_set3 .bg{ margin:0 auto; width:972px; }
.sec5_set3 .bg .img1{background:url(../images/sec5_bg1.png)no-repeat top right; }
.sec5_set3 .bg .img1 .step3{padding-left:40px;}
.sec5_set3 .bg .img2{background:url(../images/sec5_bg2.png)no-repeat top right; }
.sec5_set3 .bg .img4{background:url(../images/sec5_bg4.png)no-repeat top right; }
.sec5_set3 .bg .img5{background:url(../images/sec5_bg5.png)no-repeat top right; }


.sec5_set2_step {background:url(../images/sec5_set2_step_bg.png)repeat-y top; }
.sec5_set2_step .bg{ margin:0 auto; width:900px; margin-bottom: -30px; }
.sec5_set2_step .bg .img1{background:url(../images/sec5_bg1.png)no-repeat top right; }
.sec5_set2_step .bg .img1 .step3{padding-left:40px;}
.sec5_set2_step .bg .img2{background:url(../images/sec5_bg2.png)no-repeat top right; }
.sec5_set2_step .bg .img4{background:url(../images/sec5_bg4.png)no-repeat top right; }
.sec5_set2_step .bg .img5{background:url(../images/sec5_bg5.png)no-repeat top right; }

.sec7_gift {background:url(../images/sec7_gift_bg.png)repeat-y top; }
.sec7_gift .bg{ margin:0 auto; width:900px; margin-bottom: -30px; }
.sec7_gift .bg .img1{background:url(../images/sec5_bg1.png)no-repeat top right; }
.sec7_gift .bg .img1 .step3{padding-left:40px;}
.sec7_gift .bg .img2{background:url(../images/sec5_bg2.png)no-repeat top right; }
.sec7_gift .bg .img4{background:url(../images/sec5_bg4.png)no-repeat top right; }
.sec7_gift .bg .img5{background:url(../images/sec5_bg5.png)no-repeat top right; }

.sec7_gift .bg .img1 p{ top: -10px; right: -70px; }


.add_section2 {background:url(../images/add_sec2_bg.png)repeat-y top; }
.add_section2 .bg{ margin:0 auto; width:972px; margin-bottom: -30px; }
.add_section2 .bg .img1{background:url(../images/sec5_bg1.png)no-repeat top right; }
.add_section2 .bg .img1 .step3{padding-left:40px;}
.add_section2 .bg .img2{background:url(../images/sec5_bg2.png)no-repeat top right; }
.add_section2 .bg .img4{background:url(../images/sec5_bg4.png)no-repeat top right; }
.add_section2 .bg .img5{background:url(../images/sec5_bg5.png)no-repeat top right; }

.bgkougi {background:url(../images/logo.png)no-repeat top right; margin-right:120px; }


.section5 p{margin: 0 25px; padding-bottom:20px !important;}
/*.section5 .adj{ padding-bottom: 50px; margin-bottom: -10px;}*/

.section13 .message{background:url(../images/section13_message_bg.png)repeat-y top; padding:30px; }

.section6 .step1{background:url(../images/section6_step1_bg.png)repeat-y top; }
.section6 .step1 p{ margin:0 25px 30px !important; }
.section6 .step1 .img71{background:url(../images/sec7_step1_bg.png)no-repeat top right; }
.section6 .step2{background:url(../images/section6_step2_bg.png)repeat-y top;}
.section6 .step2 p{ margin:0 25px 30px !important; }
.section6 .step3{background:url(../images/section6_step3_bg.png)repeat-y top; }
.section6 .step3 p{ margin:0 25px 30px !important; }

.section12 {background:url(../images/section12_bg.png)repeat; width: 1025px; padding:20px; margin:30px auto; }
.faq dl {background:#fff; width: 984px; margin: 0 auto; padding:14px; }
.faq dt { border-width: 2px; border-color: rgb(89, 81, 31);  border-style: solid;  border-radius: 3px;
  background-image: -moz-linear-gradient( 90deg, rgb(244,238,200) 0%, rgb(186,175,107) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(244,238,200) 0%, rgb(186,175,107) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(244,238,200) 0%, rgb(186,175,107) 100%);
 font-size:22px;}



.faq dt .soled {  border-style: solid;  border-width: 1px;  border-color: rgb(89, 81, 31);  border-radius: 3px; margin:2px;}

.faq dd {background:url(../images/faq_a.png) no-repeat 23px 15px; padding:11px 20px 5px 56px;}

.mail_bg{background:url(../images/form_bg.png)repeat-y top; margin-bottom: -30px;}
.mail_bg p{padding: 0px 70px 30px 75px;}
.mailform{background:url(../images/form_main.png)no-repeat top center; margin:0 auto; height:332px;}
.mailform .btn{ position:absolute; top:123px; left:634px; border-style:none; }
.mailform .nam{ position:absolute; top:124px; left:312px;  width:297px; height:40px; border-style:none; font-size:12pt;}
.mailform .mai{ position:absolute; top:184px; left:312px;  width:297px; height:40px; border-style:none; font-size:12pt;}


.kiyaku{ margin:0 50px 30px; }

/* footer **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.footer{ background-color:#8f885d; padding:20px 0; text-align:center;}

