@charset "utf-8";


/* =Reset default browser CSS.　＜チョコラモーレ＞
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{border: 0;font-family: inherit;font-size: 100%;
margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
img{max-width:100%;height:auto;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body,html{
	height: 100%;
}

body{ 
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#360C00;
	line-height: 1.4em;
}
a{
	text-decoration: none;
	color: #D9A62E;
}

/* class */
.fl{
	float: left;
}
.fr{
	float: right;
}
.none{
	display: none;
}
.block{
	display: block;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
div, section{
	box-sizing: border-box;
	position: relative;
}

@media (min-width: 671px) {
	.visible670{display:none;}
}
@media (min-width: 501px) {
	.visible500{display:none;}
}

/* parts */
#top{
	position:relative;
	z-index:20000;
}
.fv{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.fv_1{
	margin-bottom:20px;
}
.fv_contents{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	text-align: center;
}
.fv_text1{
	color: #fff;
	line-height: 1.6em;
	text-shadow: 1px 1px 3px #360C00;
    font-size: 30px;
    font-weight: bold;
}
.fv_text2{
	color: #360C00;
	margin-top: 25px;
	background-color: rgba(235,213,212,0.7);
	padding: 20px 40px;
	display:inline-block;
}
.fv_text3 {
    color: #fff;
    font-size: 23px;
    line-height: 1.5em;
    margin-top: 6px;
	text-shadow: 1px 1px 3px #360C00;
}

.chocobase{
	background:rgba(54, 12, 0, .3);
	padding:15px 0;
	max-width:640px;
	margin:-30px auto 0;
}

.fv_scroll{
    width: 115px;
    margin: 40px auto 0;
    text-align: center;
}
.fv_scroll span{
    position: absolute;
    top: -9px;
    color: #fff;
    font-size: 18px;
    left: 35px;
}
.fv_scroll img{
	width: 100%;
}

@media (min-height: 701px) {
	.fv_contents{
		height: 470px;
	}
}
@media (min-height: 601px) and (max-height: 700px) {
	.fv_contents{
		height: 460px;
	}
}
@media (max-height: 600px) {
	.fv_contents{
		height: 400px;
	}
	.fv_text3 {
	    font-size: 18px;
	}
	.fv_scroll{
		width: 80px;
	}
	.fv_scroll span{
	    font-size: 15px;
	    left: 20px;
	}
	.fv_1 {
		margin-bottom: 10px;
	}
	.fv_1 img{
		width: 120px;
	}
	.fv_text2{
		margin-top: 15px;
	}
}

.about_lu{
    font-weight: bold;
}
.about_lu a{
	color:#360C00;
}
.nav{
	background-color: rgba(255,255,255,0.9);
	position: fixed;
    z-index: 10001;
    bottom: 0;
    left: 0;
    width: 100%;
}
.menu{
	text-align: center;
	margin:auto;
	padding: 15px 0;
}
.menu_fixed{
    position: fixed;
    z-index: 10001;
    bottom: 0;
    left: 0;
    width: 100%;
}
.menu li{
    font-size: 21px;
    display: inline-block;
    margin:0 18px;
}
.menu li a{
	color:#D9A62E;
	display:block;
}
.menu li i{margin-right:5px;}

.phrase {
    display: inline-block;
    position: absolute;
    z-index: 100;
    height: 100px;
    top: 160px;
    width: 95%;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    padding: 7px 0;
    font-size: 48px;
    font-family: 'Libre Baskerville',serif;
    background-color: rgba(217,166,46,0.7);
    color: #FFF;
    box-sizing: border-box;
}
.phrase h3 {
    vertical-align: middle;
    font-weight: normal;
    margin: 0;
    padding: 0 340px 0 15px;
    border-top: solid 3px #FFF;
    border-bottom: solid 3px #FFF;
    line-height: 77px;
}
.phrase:after{
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 50px 40px 50px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
.phrase h3 span{
	font-size:60%;
	margin-right:10px;
	vertical-align: 9px;
}

.lu2 .phrase{
	right: 0px;
}
.lu2 .phrase h3 {
    padding: 0 0 0 340px;
}
.lu2 .phrase:after{
    right: unset;
	left: 0;
	border-width: 50px 0px 50px 40px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
.about_contents{
    width: 685px;
    margin: auto;
    padding-top:20px;
    text-align: center;
}
.about_text{
	text-align: center;
}
.section_title{
	position: absolute;
	top: 40px;
	left: 50px;
	z-index: 1500;
	color:#D9A62E;
	font-size: 50px;
}

@media (min-width: 1121px){
	.phrase h3 span{
		margin-right:10px;
		vertical-align: 9px;
	}
	.visible1120{
		display:none;
	}
}
@media (max-width: 1120px){
	.phrase{
		font-size: 40px;
		top:90px;
	}
	.phrase h3{
		line-height:0.9em;
		padding: 0px 340px 5px 15px;
	}
	.lu2 .phrase h3{
		padding-bottom:5px;
	}
}
@media (min-width: 881px) and (max-width: 1200px) {
	.hidden1200{
		display:none;
	}
	.section_title{font-size: 40px;}
}
@media (min-width: 881px){
	.about{
		width: 100%;
		height:860px;
		background: linear-gradient(0deg, rgba(255,255,255,0) 20%,
			rgba(255,255,255,0) 40%, rgba(255,255,255,.5) 50%, #fff 100%) ,
			url(../img/main.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	}
	.about_lu{
	    width: 200px;
	    float: left;
	}
	.about_lu:first-child{
		margin-left:25px;
	}
	.about_lu:nth-child(2){
		margin:0 20px;
	}
	.about_text{
		padding:0 30px;
		text-shadow: #fff 1px 1px 5px,#fff -1px -1px 5px,
					 #fff -1px 1px 5px,#fff -1px 1px 5px,
					 #fff 0px 0px 3px;
	}
}
@media (max-width: 1600px){
	.about{
		height:900px;
		background-position: center top;
	}
	.about_contents{
		padding-top:30px;
	}
}
@media (min-width: 1201px) and (max-width: 1400px) {
	.about{
		background-position: center 50px;		
	}
}
@media (max-width: 1200px) {
	.about{
		background-position: center 90px;
	}
	.about_contents{
		padding-top:80px;
	}
}
@media (max-width: 880px){
	.about_text{
		background:rgba(255,255,255,.6);
		padding:10px;
		margin:0 30px;
	}
	.section_title,
	.about_title{
		text-shadow: #fff 1px 1px 3px,#fff -1px -1px 3px,
					 #fff -1px 1px 3px,#fff -1px 1px 3px;
	}
	.about{
		height:auto;
		padding-bottom:50px;
	}
}
@media (min-width: 501px) and (max-width: 880px){
	.about{
    	background-position: center top;
    	background-repeat: no-repeat !important;
		background: url(../img/main_s.png),#f9eeed;
		background-size:contain;
	}
}
@media (max-width: 500px){
	.about{
    	background-position: center top;
    	background-repeat: no-repeat !important;
		background: url(../img/main-ss.png),#f9eeed;
		background-size:contain;
		padding-bottom:30px;
	}
	.about_text{
		margin:0 20px;
	}
	.about_logo img{
		margin-top:0;
	}
}

.title{
	font-family: 'Libre Baskerville',serif;
	font-weight:normal;
	letter-spacing: 1px;
}
.title_fix{
	position: fixed !important;
	opacity: 0.6;
}

.about_text{
	font-weight: bold;
	line-height:1.6em;
}
.about_lu img{
	width: 100%;
}

.lu_box{
	width: 100%;
	height: 760px;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: solid 4px #C28A87;
}

.lu_contents{
    height: 756px;
    width: 100%;
}

.lu_line_box{
    width: calc(100% - 440px);
    height: 100%;
    text-align: center;
}

.lu1 .lu_line_box{
    float: left;
}
.lu2 .lu_line_box{
    float: right;
}
.lu3 .lu_line_box{
    float: left;
}
.lineup{
	border-bottom: solid 6px #C28A87;
	position: relative;
}

.middle_logo{
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 1500;
}

.middle_logo img{
	width: 280px;
}

.lu1{
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, #fff 100%) ,url("../img/sub_bp.jpg");
}

.lu2{
	background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, #fff 100%) ,url("../img/sub_bo.jpg");
	background-position: right;
}
.lu3{
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, #fff 100%) ,url("../img/sub_mt.jpg");
}
.lu1,.lu2,.lu3{
	background-size:auto 100%;
	background-repeat:no-repeat !important;
}
@media  (min-width: 1630px) {
	.lu1,.lu2,.lu3{
		background-size: auto 100%;
	}
}
@media  (max-width: 1090px) {
	.lu1,.lu3{
		background-position: right;
	}
	.lu2{
		background-position: left;
	}
}
@media  (max-width: 880px) {
	.lu1{
		background: url("../img/sub2_bp.jpg");
	}
	.lu2{
		background: url("../img/sub2_bo.jpg");
	}
	.lu3{
		background: url("../img/sub2_mt.jpg");
	}
}

.lu_line{
	position: relative;
    width: 760px;
    top: 600px;
    font-size: 16px;
    text-shadow: #000 1px 1px 6px;
    color: #fff;
    margin: auto;
    line-height:1.5em;
}

@media  (max-width: 1360px) {
	.lu_line{top: 570px;}
}

@media  (min-width: 1351px){
	.visible1350{display:none;}
}
@media  (min-width: 1101px) and (max-width: 1350px) {
	.lu_line{
	    width: 600px;
	}
}
@media  (max-width: 1100px) {
	.lu_line{
		top: 530px;
	}
	.lu1 .visible1350,
	.lu2 .visible1350{
		display:none;
	}
	.lu_line{
	    width: 450px;
	}
}

.lu_line p{
	text-align: left;
}
.lu_line h4{
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
@media  (max-width: 350px) {
	.lu_line h4{font-size: 21px;}
}

.attention{
    position: absolute;
    bottom: 15px;
    font-family: "メイリオ",Meiryo, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ",Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif !important;
    text-shadow: #000 1px 1px 6px;
    color: #fff;
    font-size: 15px;
}

@media  (max-width: 880px) {
	.visible1350{
		display:none;
	}
	.lu_line{
    position: relative;
    width: 90%;
    min-width: 300px;
    top: unset;
    left: unset !important;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: unset;
    color: #360C00;
    font-size: 16px;
	}
	.lu_line_box{
		float: unset;
		width: 100%;
	}
	.attention{
	position: relative;
	text-shadow: unset;
	color: #360C00;
	text-align: center;
	font-size: 13px;
	right: unset !important;
	left: unset !important;
	}
}

.lu1 .attention,
.lu3 .attention{
	left: 30px;	
}
.lu2 .attention{
	right: 30px;
}

.lu_fl{
	float: left;
}
.lu_fr{
	float: right;
}
.lu_info{
    width: 400px;
    position: relative;
    top: 70px;
    z-index: 1000;
}

@media  (min-width: 1501px) {
	.lu_fl .lu_info{
		left: 10%;
	}
	.lu_fr .lu_info{
		right: 10%;
	}
}
@media  (min-width: 1101px) and (max-width: 1500px) {
	.lu_fl .lu_info{
		left: 5%;
	}
	.lu_fr .lu_info{
		right: 5%;
	}
}
@media  (min-width: 881px) and (max-width: 1100px) {
	.lu_fl .lu_info{
		left: 2%;
	}
	.lu_fr .lu_info{
		right: 2%;
	}
	.lu_line_box{
		width: calc(100% - 400px);
	}
}

.lu_img{
	text-align: center;
}
.lu_title{
	font-weight: bold;
    line-height: 25px;
    padding-top: 5px;	
}
.seibun_text{
    font-family: "メイリオ",Meiryo, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ",Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif !important;
    width: 385px;
    height: auto;
    font-size: 11px;
    line-height: 17px;
    padding: 0px 12px 12px 12px;
    box-sizing: border-box;
    text-align: justify;
    margin: auto;
    color: #b5871b;
    text-shadow:#fff 1px 1px 2px, #fff -1px 1px 2px,
             #fff 1px -1px 2px, #fff -1px -1px 2px;
}
@media  (min-width: 880px) and (max-width: 1400px) {
	.seibun_text{
		background:rgba(255,255,255,0.4);
		border-radius: 8px;
		padding: 6px 12px;
		margin-top:8px;
	}
}
@media  (max-width: 1000px) {
	.seibun_text{
	    width: 340px;		
	}
}


.gift{
	width: 100%;
	height: 950px;
	background-image: url("../img/fv_1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.gift_contents{
	width: 740px;
	height: 670px;
	margin: auto;
	color: #fff;
	text-align: center;
	padding-top: 80px;
}
.gift_h3{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.gift_text1{
	font-size: 26px;
	display: block;
	margin: auto;
	line-height: 1.3em;
}
.gift_text2{
	font-size: 18px;
}
.gift_box_text{
    font-weight: bold;
    margin-top: 12px;
}
.gift_img{
	width: 670px;
	margin:30px auto;
}
.gift_box_1{
	width: 380px;
	float: left;
}
.gift_box_2{
	width: 230px;
	float: right;
}
.gift_sns{
	position: absolute;
	bottom: 40px;
	right: 40px;
}
.gift_sns p{
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: auto;
}
.gift_sns li{
	float: left;
	text-align: center;
	margin: 7px;
}
.gift_sns li:first-child{
	text-align: left;	
}
.gift_sns img{
	display: inline-block;
	position: relative;
	width: 45px;
	margin:auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fb-like{
	position: relative;
	top: -20px;
}
.gift_level{
    font-family: "メイリオ",Meiryo, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ",Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif !important;
	border:solid 1px #fff;
	padding: 13px;
	width: 390px;
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.gift_level a{
	color: #fff;
}
.gl_f1{
	font-size: 18px;
	margin-right: 10px;
}
.gl_f2{
	font-size: 14px;
}
.gl_f2 i{
	margin-right:5px;
}

footer{
    font-family: "メイリオ",Meiryo, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ",Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif !important;
    position: relative;
    background: rgba(235,213,212,0.5);
	padding: 20px 0 30px;
	color: #360C00;
}

.footer_contents{
	padding: 0 40px;
}
.footer_logo{
	float: left;
}
.footer_logo img{
	position: relative;
	top: -9px;
	left:-5px;
	width: 280px;
}
.footer_menu{
    text-align: center;
    width: 865px;
    margin:auto;
}
.footer_menu li {
    font-size: 15px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 12px 3px;
}
.footer_menu li a{
	color: #360C00;
}
.footer_menu li i{
	color: #D9A62E;
	margin-right:3px;
}
.copy{
	position: absolute;
	right: 40px;
	top: -2px;
	font-size: 13px;
}

@media  (max-width: 1400px) {
	footer{
		padding-bottom:45px;
	}
	.footer_menu{
		width:auto;
	}
	.footer_logo{
		float: unset;
		text-align: center;
		margin-bottom:-10px;
	}
	.copy{
		position: relative;
		right: unset;
		top: unset;
		font-size: 14px;
		text-align: center;
		padding-top:10px;
	}
}

@media  (max-width: 1050px) {
	.menu li{
		font-size:20px;
	}
}
@media  (min-width: 881px) {
	.footerinner{
		padding-bottom:18px;
	}
	.gift_box_2 p.gift_box_text{
		margin-left:-54px;
	}
}
@media  (max-width: 880px) {
	.menu{
		width: 100%;
		padding:0;
		position: relative;
		left: -5px;
	}
	.fv_contents{
		width: 90%;
		height: 440px;
		margin:auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.fv_2 img{
		width: 100%;
		max-width: 540px;
	}
	.about_contents{
	    width: 100%;
	    height: auto;
	    padding: 0 3%;
	    padding-top: 300px;
	}
	.about .section_title{
	    position: relative;
	    top: 60px;
	    left: unset;
	    margin: auto;
	    margin-top: -22px;
	    text-align: center;
	    font-size: 30px;
	}
	.about_logo img{
		width: 90%;
		max-width: 300px;
	}
	.about_lu {
	    width: 100%;
	    float: unset;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.about_lu img{
		width: 60vw;
		max-width: 280px;
	}
	.middle_logo{
		display: none !important;
	}
	.lu_fl{
		float: unset;
	}
	.lu_fr{
		float: unset;
	}
	.lu_img img{
		width: 60vw;
	    max-width: 290px;
	}
	.lu_info {
	    float: unset !important;
	    margin: auto;
	    left: unset !important;
	    right: unset !important;
		width: 100%;
		top: 0px;
	}

	div.lu_box, div.lu_contents{
		height: auto;
	}
	.lineup_title {
	    top: 60px;
	    right:0;
	    left:0;
	    margin: auto;
	    margin-top: -22px;
	    text-align: center;
	    font-size: 30px;
	    z-index:10000;
	}
	.lu_contents{
	    padding-bottom: 20px;
	    background-image: unset !important;
	    background-color: #fff;
	    margin-top: 5px;
		box-shadow:0px 0px 140px 140px #fff;
        -moz-box-shadow:0px 0px 140px 140px #fff;
        -webkit-box-shadow:0px 0px 140px 140px #fff;
	}
	.lu_box{
   	 	background-position: top;
    	background-size: contain;
    	padding-top: 220px;
    	margin-bottom: 20px;
	}
	
	.seibun_text{
		margin: 20px auto 0;
		width: 90%;
	}
	.gift_contents{
		width: 100%;
		height: auto;
	}
	.gift{
		height: auto;
		padding-bottom: 30px;
	}
	.gift_text1{
		line-height: 1.3em;
	}
	.gift_img{
		width: 100%;
		margin-bottom: 20px;
	}
	.gift_img img{
		width: auto;
		max-width: 300px;
	}
	.gift_img_inner{
		float: unset;
		text-align: center;
		width: auto;
		margin-bottom: 35px;
	}

	.gift_link{
		text-align: center;
	}

	.gift_link img{
		width: 90%;
		max-width: 500px;
		padding-bottom:30px;
	}

	.gift_level{
		position: relative;
		left: unset;
		bottom: unset;
		margin: 0 auto 40px;
		padding:13px 13px 11px;
		width: 230px;
		text-align: center;
	}
	.gift_level span{
		display: block;
	}

	.gift_sns{
		width: 280px;
		position: relative;
		right: unset;
		bottom: unset;
		margin: auto;
	}

	.phrase {
		font-size: 32px;
		top: 145px;
		height: 74px;
	}
	.phrase h3 {
    	padding: 0 0 2px 15px;
	    line-height: 0.8em;
	    border-top: solid 2px #FFF;
    	border-bottom: solid 2px #FFF;
	}
	.phrase:after{
		border-width: 37px 30px 37px 0px;
	}

	.lu_img{
		margin-top:15px;
	}
	.lu2 .phrase h3 {
	    padding: 0 15px 2px 0;
	}
	.lu2 .phrase:after{
    	border-width: 37px 0px 37px 30px;
	}
	.fv_text1{
		line-height: 35px;
	}
	.fv_text2{
		padding:15px;
		font-size:15px;
		line-height: 19px;
		margin-top: 20px;
	}
	.fv_text3{
		font-size:15px;
		margin-bottom: 25px;
	}
	.fv_scroll {
	    width: 50px;
	    margin-top: 30px;
	}

	.fv_scroll span {
	    top: -21px;
	    font-size: 14px;
	    left: 6px;
	}

	.sp_logo img{
		width: 150px;
	}
	.menu li {
	    text-align: center;
	    padding:10px 0 15px;
	    font-size: 18px;
	    line-height: 17px;
	}
	footer{
		padding-bottom:52px;
	}
}
@media  (max-width: 700px) {
	.fv_1 {
	    margin-bottom: 5px;
	}
	.fv_1 img{
		width: 34vw;
		max-width: 160px;
	}
	.menu li{
		margin:0 15px;
	}
	.about_contents{
	    padding-top: 210px;
	}
}
@media  (max-width: 670px) {
	.footer_menu{
		width: 100%;
	}
	.about_text{
		font-size: 15px;
	}
	.gift_contents{
		padding-top: 50px;
	}
	.gift_h3{
		font-size: 32px;
		margin-bottom: 10px;
	}
	.gift_text1{
		font-size: 22px;
	}
	.gift_box_text{
		margin-top:3px;
	}
	.gift_img_inner{
		margin-bottom:18px;
	}
	.menu li {
	    width: 18%;
	    text-align: center;
	    padding:0 0 15px;
	    margin:auto 0;
	    font-size: 16px;
	    line-height: 17px;
	}
	.menu li:first-child{
		width: 11%;
	}
	.menu li:last-child{
		position: relative;
		top: 6px;
	}
	.menu li:last-child i {
		display: none;
	}
}
@media  (max-width: 420px) {
	.about_contents{
	    padding-top: 170px;
	}
	.gift_text1{
		font-size: 20px;
	}
	.menu li {font-size: 14px;}
}

/*
	.phrase {
		font-size: 26px;
		padding: 4px 0;
		height: 54px;
	}
	.phrase:after {
    	border-width: 27px 27px 27px 0px;
    }
	.lu2 .phrase:after{
		border-width: 27px 0px 27px 27px;
	}