@charset "utf-8";
/* CSS Document */

/*画面全体の設定*/
body,
html {
  height: 100%;
  margin: 0 auto;
}
footer {
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}






/*--固定背景の設定--*/
/*
div {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}
*/


.slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

.slogan h1{
	font-size: 40px;
	font-family: 'Playfair Display', serif;
	margin-bottom: 20px;
	font-weight: normal;
}

.slogan h2{
	font-size: 20px;
	font-weight:normal;
}
.cd-fixed-bg {
    position: relative;
    min-height: 80%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

/*--固定背景01--*/
.cd-fixed-bg.cd-bg-1  {
	background-image: url(https://gigaplus.makeshop.jp/cheermam/img/0455.jpg);
}

/*--固定背景02--*/
.cd-fixed-bg.cd-bg-2  {
	background-image: url(https://gigaplus.makeshop.jp/cheermam/img/0642.jpg);
}

/*--固定背景03--*/
.cd-fixed-bg.cd-bg-3  {
	background-image: url(https://gigaplus.makeshop.jp/cheermam/img/0063.jpg);
}

/*--固定背景04--*/
.cd-fixed-bg.cd-bg-4  {
	background-image: url(https://gigaplus.makeshop.jp/cheermam/img/0806.jpg);
}

/*--固定背景05--*/
.cd-fixed-bg.cd-bg-5  {
	background-image: url(https://gigaplus.makeshop.jp/cheermam/img/0340.jpg);
}

/*--固定背景06--*/
.cd-fixed-bg.cd-bg-6  {
	background-image: url(https://gigaplus.makeshop.jp/cheermam/img/0415.jpg);
}


/*--固定背景07--*/
.cd-fixed-bg.cd-bg-7  {
	background-image: url(https://gigaplus.makeshop.jp/cheermam/img/0810.jpg);
}

/*--固定背景08--*/
.cd-fixed-bg.cd-bg-8  {
	background-image: url(https://gigaplus.makeshop.jp/cheermam/img/stockimage.jpg);
}

/*--固定背景09--*/
.cd-fixed-bg.cd-bg-9  {
	background-image: url(https://gigaplus.makeshop.jp/cheermam/img/aroma-mist.jpg);
}

/*--固定背景10--*/
.cd-fixed-bg.cd-bg-10  {
	background-image: url(https://gigaplus.makeshop.jp/cheermam/img/sleeper.jpg);
}



/*--footer--*/
	.menu__item {
	color: #fff;
	cursor: pointer;
	display: block;
	margin-bottom: 1px;
	position: relative;
		
}
.menu__item__link {
	color: #848F88;
	display: block;
	padding: 1rem;
	border-bottom: 1px solid #848F88;
}
 
.submenu {
  background: #fff;
  display: none;
}
.submenu__item {
	color: #848F88;
	padding: 1rem;
}


@media screen and (max-width: 736px) {
	.cd-fixed-bg {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-size: cover;
	margin-top: 1px;
	margin-bottom: 1px;
	}
}