@charset "utf-8";
/* CSS Document */

body,h1,h2,p,ul{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-family:"メイリオ", Meiryo,  sans-serif;
	font-size: 15px;;
	color:#541300;
}
body{
	max-width: 100vw;
	overflow-x: none;
}

/* floating bn
--------------------------------*/
#fixbn{
    /* top: 170px; */
    right:0;
	z-index: 9999;
    position: fixed;
    margin: 0;
    padding: 0;
}
#fixbn ul li{
	margin-bottom: 20px;
}

#fixbn_left_out {
    top: 170px;
    left: -240px;
	z-index: 9999;
    position: fixed;
    margin: 0;
    padding: 0;
}

#fixbn_left_out:hover{
    left: 0 !important;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

header img,h1 img,h2 img,h3 img{
	display:block;
	margin:0 auto;
}

/* header
--------------------------------*/
#header div.logo{
	background:#fef6db;
	padding:20px 0;
	box-sizing:border-box;
}
#header .g_navi {
	background:#541300;
}
#header .g_navi a{
	text-align:center;
	text-decoration:none;
	color:#FFF;
}
#header .g_navi ul{
	max-width:850px;
	width:100%;
	display:flex;
	align-items: center;
	margin:0 auto;
}
#header .g_navi ul li{
	color:#FFF;
	width:20%;
	padding:15px 0;
	box-sizing:border-box;
}
#header .g_navi ul li a{
	display:block;
}
#header .g_navi ul li:hover{
	background:#340c00;
}

/* MV
--------------------------------*/
.mv_img img{
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
}
.mv_img {
	width: 100%;
	background: url("../images/mv_texture.jpg");
	background-size: cover;
}

/* main
--------------------------------*/
.bkimg{
	background-image:url("../images/5155521_l.png");
	background-position:top;
	background-size: cover;
	background-repeat: repeat;
}

/* sticky menu
--------------------------------*/

#sticky{
	width: 100%;
	position: relative;
}
#sticky::before{
	content: "";
	width: 30px;
	height: 100%;
	background: url("../images/side.png")repeat-y;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
#sticky::after{
	content: "";
	width: 30px;
	height: 100%;
	background: url("../images/side.png")repeat-y;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 8;
}


#sticky_bg{
	width: 100%;
	max-height: 190px;
	background: url("../images/xmas_page_02.png")repeat-x;
}

.navi_list{
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding:35px 0 70px;
}
.navi_list li{
	width: 24.1%;
	position: relative;
}
.navi_list li a{
	display: block;
	width: 100%;
}
.navi_list li a img{
	width: 100%;
}
.navi_list .on{
	position: absolute;
	opacity: 0;
	transition: all 0.5s ease;
}
.navi_list .on:hover{
	opacity: 1;
}


#sticky_bg[data-stickynow="on"]{
	position: fixed;
	top: 0px;
	z-index: 100;
}
#sticky_bg[data-stickynow="on"] + .sticky_space{
	padding: 17.3vw 0 0 0;
}	
#sticky_bg[data-stickynow="off"]{
	position: absolute;
	top: 0;
	z-index: 100;
}
#sticky_bg[data-stickynow="off"] + .sticky_space{
	padding: 240px 0 0 0;
}	



/* sec1
--------------------------------*/
#section1 .title{
	margin: 56px 0 55px;
}
#section1 .txt{
	font-size: 26px;
	font-family: "Meiryo";
	color: #541300;
	font-weight: bold;
	line-height: 1.769;
	text-align: center;
	margin: 0 0 70px 0;
}
#section1 img{
	max-width: 100%;
}

/* sec2
--------------------------------*/
#section2{
	width: 850px;
	padding: 72px 75px 36px;
	margin: 0 auto ;
	border-radius: 169px;
	background-color: #ffffff;
	position: relative;
	text-align: center;
}
#section2::before{
	content: "";
	width: 76px;
	height: 87px;
	background: url("../images/kamibukuro_item.png");
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
#section2_wraper{
	width: 100%;
	padding: 0 0 186px;
	position: relative;
}
#section2_wraper::after{
	content: "";
	width: 100%;
	height: 152px;
	background: url("../images/separation.png")center bottom repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
#section2 img{
	max-width: 100%;
}

/* sec3
--------------------------------*/
#section3{
	margin: 0 0 56px;
}
#section3 img{
	transform: translateX(8px);
}

.section04_items_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-family: "Meiryo";
	color: #541300;
	text-align: center;
}
.section04_items_list .name{
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	margin: 24px 0 0 0;
	font-feature-settings: "palt" 1;
}
.section04_items_list .plice{
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	margin:  0 0 20px 0;
}
.section04_items_list .plice_small{
	font-size: 15px;
	font-weight: normal;
	line-height: 32px;
}
.section04_items_list .content span{
	font-size: 15px;
	font-weight: bold;
	line-height: 26.39px;
    background: #fff6c9;
	padding: 3px 12px;
	margin: 0 8px 0 0;
}
.section04_items_list .content{
	font-size: 15px;
	font-weight: bold;
	line-height: 26.39px;
	margin: 0 0 25px 0;
}
.section04_items_list li{
	margin: 0 0 60px 0;
}

#section04 .annotation {
	font-size: 13px;
	font-family: "Meiryo";
	color: #541300;
	line-height: 24px;
	text-align: center;
	margin: 35px 0 0 0;
}

.item_list2{
	text-align: center;
}

@media screen and (max-width:1200px){
	#sticky_bg {
		height: 18vw;
		background-size: contain;
	}
	#section2_wraper::after {
		height: 18vw;
		background-size: cover;
	}
	#section2_wraper{
		padding: 0 0 190px;
	}
	.navi_list li {
		width: auto;
		height: 7vw;
	}
	.navi_list {
		max-width: 74vw;
		height: 7vw;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 2.38vw 0 3.84vw;
	}
	.navi_list li img{
		width: auto;
		height: 7vw;
	}
	.mv_img img{
		max-width: 100%;
	}
	#section1 .title {
		margin: 36px 0 35px;
	}
	#section1 img {
		max-width: 90%;
	}
	#sticky::before{
		width: 20px;
	}
	#sticky::after{
		width: 20px;
	}
	#section2 {
		width: calc(100% - 190px);
		padding: 72px 45px 36px;
	}
	.section04_items_list li{
		width: 46%;
	}
	.section04_items_list .name{
		font-size: 22px;
		font-weight: bold;
		line-height: 1.23;
		margin: 24px 0 0 0;
		font-feature-settings: "palt" 1;
	}
	.section04_items_list .plice{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.23;
		margin:  0 0 20px 0;
	}
	.section04_items_list .plice_small{
		font-size: 16px;
		font-weight: normal;
		line-height: 1.23;
	}
	.section04_items_list .content span{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.23;
		background: #fff6c9;
		padding: 3px 12px;
		margin: 0 8px 0 0;
	}
	.section04_items_list .content{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.23;
		margin: 0 0 25px 0;
	}
	#section2 {
		border-radius: 140px;
	}
	#sticky_bg[data-stickynow="off"] + .sticky_space {
		padding: 14vw 0 0 0;
	}
	#sticky_bg[data-stickynow="on"] + .sticky_space {
		padding: 14vw 0 0 0;
	}
}
@media screen and (max-width:920px){

	.section04_items_list .name{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.23;
		margin: 24px 0 0 0;
		font-feature-settings: "palt" 1;
	}
	.section04_items_list .plice{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.23;
		margin:  0 0 20px 0;
	}
	.section04_items_list .plice_small{
		font-size: 14px;
		font-weight: normal;
		line-height: 1.23;
	}
	.section04_items_list .content span{
		font-size: 13px;
		font-weight: bold;
		line-height: 1.23;
		background: #fff6c9;
		padding: 3px 12px;
		margin: 0 8px 0 0;
	}
	.section04_items_list .content{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.23;
		margin: 0 0 25px 0;
	}
	.section04_items_list .btn img{
		text-align: center;
		width: 180px;
	}
	#section2 {
		border-radius: 100px;
	}
	#section1 .txt {
		font-size: 20px;
		font-family: "Meiryo";
		color: #541300;
		font-weight: bold;
		line-height: 1.769;
		text-align: center;
		margin: 0 0 70px 0;
	}
}

@media screen and (max-width:768px){
	#sticky::before{
		width: 10px;
	}
	#sticky::after{
		width: 10px;
	}
	#sticky_bg {
		height: 14vw;
		background-size: contain;
	}
	#section2_wraper::after {
		height: 14vw;
		background-size: cover;
	}
	#section2_wraper{
		padding: 0 0 120px;
	}
	.navi_list li {
		width: auto;
		height: 7vw;
	}
	.navi_list {
		max-width: 86vw;
		height: 7vw;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 2.38vw 0 3.84vw;
	}
	.navi_list li img{
		width: auto;
		height: 8vw;
	}
	.section04_items_list {
		display: block;
	}
	.section04_items_list li {
		width: 100%;
	}
	.section04_items_list .name {
		font-size: 24px;
	}
	.section04_items_list .name {
		font-size: 22px;
	}
	.section04_items_list .content {
		font-size: 16px;
	}
	.item_list2 p.content{
		font-size: 15px!important;
		margin-bottom:12px;
		font-feature-settings: "palt" 1;
		letter-spacing: -0.04em
	}
}


@media screen and (max-width:768px){
	.section04_items_list {
		display: block;
	}
	.section04_items_list li {
		width: 100%;
	}
	.section04_items_list .name {
		font-size: 20px;
	}
	.section04_items_list .name {
		font-size: 18px;
	}
	.section04_items_list .content {
		font-size: 14px;
	}
	.section04_items_list .btn img{
		text-align: center;
		width: 200px;
	}
	#section2 {
		width: calc(100% - 90px);
		padding: 72px 25px 36px;
		border-radius: 80px;
	}
	#sticky_bg[data-stickynow="off"] + .sticky_space {
		padding: 8vw 0 0 0;
	}
	#sticky_bg[data-stickynow="on"] + .sticky_space {
		padding: 8vw 0 0 0;
	}
	.item_list2 p.content{
		margin-bottom:16px;
	}
}
@media screen and (max-width:456px){
	#section2 {
		width: calc(100% - 90px);
		padding: 72px 25px 36px;
		border-radius: 60px;
	}	
	#section1 .txt {
		font-size: 16px;
		font-family: "Meiryo";
		color: #541300;
		font-weight: bold;
		line-height: 1.769;
		text-align: center;
		margin: 0 0 70px 0;
	}
	#sticky_bg[data-stickynow="off"] + .sticky_space {
		padding: 40px 0 0 0;
	}
	#sticky_bg[data-stickynow="on"] + .sticky_space {
		padding: 40px 0 0 0;
	}
	.item_list3 p.content{
		/* font-size:0.95em; */
		font-size: 14px!important;
		margin-bottom:20px;
	}
}
