html {
	scroll-behavior: smooth;
}
.pc{
	
}

.sp{
	display: none;
}

@media (max-width: 749px) {
.pc{
	display: none;
}

.sp{
	display: inherit;
}
}

.delay-1{ opacity: 0;animation: fadeIn 0.8s forwards;animation-delay: .3s; }


@keyframes fadeIn {
  to {
    opacity: 1;
    transform: none;
  }
}

#site-navigation {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
    background: #fff;
}

#primary-menu{
	
}
#primary-menu{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
#primary-menu li{
	margin: 0 10px;
	font-size: 14px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
}
.site-branding{
	padding: 5px 0 0 0;
}
.site-branding .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.site-branding .site-auther{
	width: 110px;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.site-branding .site-auther img{
	width: 110px;
	height: 70px;	
}
.site-branding h1.site-title{
	width: 250px;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.site-branding h1.site-title img{
	width: 250px;
	height: 70px;	
}
.site-branding .site-button{
	width: 110px;
	margin: 25px 0 0 0;
	padding: 0;
	line-height: 100%;
}
.site-branding .site-button ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-branding .site-button ul li{
	margin: 0;
	padding: 0;
}
.site-branding .site-button ul li a{
	font-size: 14px;
	line-height: 100%;
	color: #000;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
	position: relative;
	text-decoration: none;
}
.site-branding .site-button ul li a:before{
	position: absolute;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 16px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url("../images/icon-mail.png");
  background-size: contain;
  vertical-align: middle;
	top: 3px;
	left: -18px;
}
header nav ul li a{
	color: #333!important;
	text-decoration: none;
}
.entry-content{
	margin-top: 0!important;
}
#mv{
	margin: 0 0 50px 0;
	height: 570px;
	width: 100%;
	background: url("../../../assets/images/mv-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#mv .logo{
	width: 570px;
	height: 570px;
	margin: 0 auto;
	display: block;
}
#mv .logo img{
	width: 100%;
	height: auto;
}	

.container{
	width: 1000px;
	margin: 0 auto;
}
.container p{
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
}
.text-center{
	text-align: center;
}

h2.bd{
	margin: 20px 0 40px 0;
	text-align: center;
	position: relative;
	display: block;
	font-size: 24px;
	letter-spacing: 2px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
}
h2.bd:after{
    content: "";
	position: absolute;
    bottom: -20px;
    left: calc(50% - 250px);
    display: inline-block;
    width: 500px;
    height: 12px;
    background-image: url("../images/titlebar.png");
    background-position: center;
    background-size: contain;
}
h3.bd{
	margin: 20px 0 40px 0;
	text-align: center;
	position: relative;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	line-height: 180%;
}
.container p{
	margin: 50px 0;
	font-size: 22px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
}
#banners .container .banners{
	margin: 50px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#banners .container .banners li{
	margin: 10px 0;
	padding: 0;
}
#banners .container .banners li.banner01{
	width: 100%;
	position: relative;
}
#banners .container .banners li.banner01 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#banners .container .banners li.banner01 img{
}
#banners .container .banners li.big{
	width: 100%;
}
#banners .container .banners li.small{
	width: 49%;
}
#banners .container .banners li img{
	width: 100%;
	height: auto;
}
#banners .container .banners li a img:hover{
	opacity: 0.7;
}
@media (max-width: 749px) {
#site-navigation{
	display:  none;
	}
.site-branding{
	padding: 10px 0;
	}
.site-branding .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.site-branding .site-auther{
	width: 70px;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.site-branding .site-auther img{
	width: 70px;
	height: auto;	
}
.site-branding h1.site-title{
	width: 160px;
	margin: 0 auto;
	padding: 0;
	line-height: 100%;
}
.site-branding h1.site-title img{
	width: 100%;
	height: auto;	
}
.site-branding .site-button{
	width: 70px;
	margin: 15px 0 0 0;
	padding: 0;
	line-height: 100%;
}
.site-branding .site-button ul li a{
	font-size: 11px!important;
	line-height: 150%;
	}
#mv{
	margin: 0 0 30px 0;
    height: 270px;
	width: 100%;
	background: url("../../../assets/images/mv-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#mv .logo{
	width: 70%;
	height: auto;
	margin: 0 auto;
	display: block;
}
#mv .logo img{
	width: 100%;
	height: auto;
}	
.container{
	width: calc(100% - 30px);
	margin: 0 15px;
}
h2.bd{
	margin: 20px 0;
	text-align: center;
	position: relative;
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	width: 100%;
}
h2.bd:after{
    content: "";
	position: absolute;
    bottom: -15px;
    left: calc(50% - 40%);
    display: inline-block;
    width: 80%;
    height: 12px;
    background-image: url("../images/titlebar.png");
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}
h3.bd{
	margin: 20px 0 40px 0;
	text-align: center;
	position: relative;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 180%;
}
.container p{
	margin: 30px 0;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
}
#banners .container .banners{
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#banners .container .banners li{
	margin: 5px 0;
	padding: 0;
}
}
#main{
	padding: 0 0 50px 0;
	background: url("../images/main-bg.jpg");
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}

footer{
	margin: -24px 0;
	padding: 20px 0;
	background: url("../images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
footer nav ul{
	list-style: none;
	display: flex;
	margin: 0;
}
footer nav ul li a{
	color: #fff!important;
	text-decoration: none;
}
footer .footer-logo{
	width:200px;
	height: 33px;
	margin: 50px auto;
}
footer .footer-logo img{
	width: 100%;
	height: auto;
}
footer .notice{
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
}
footer .copyright{
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
}
@media (max-width: 749px) {
footer{
	margin: -24px 0;
	padding: 20px 0;
	background: url("../images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: inherit;
	background-size: cover;
}
footer .footer-logo{
	width:160px;
	margin: 40px auto;
}
footer .footer-logo img{
	width: 100%;
	height: auto;
}
footer .notice{
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
}
footer .copyright{
	font-size: 12px;
}
footer #primary-menu{
	display: inherit;
	}
footer #primary-menu ul{
	display: flex;
		flex-wrap: wrap;
	width: 100%;
	}
footer #primary-menu li{
	margin: 3px 10px;
}
}

/* common  */
section.body{
	overflow: hidden;
}
.entry-header{
	margin: 0 0 60px 0;
	padding: 20px 0;
	background: url("../images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: inherit;
	background-size: cover;
	}
.entry-header h1{
	text-align: center;
	font-size: 38px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
}
.container2{
	width: 800px;
	margin: 0 auto 80px auto;
	overflow: hidden;
}
.container2 p{
	margin: 50px 0 80px 0;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 300;
	font-style: normal;
}
.container2 p.text2{
	text-align: center;
	margin: 0 0 80px 0;
	font-size: 24px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	color: #aa4e34;
}
@media (max-width: 749px) {
.entry-header{
	margin: 0 0 40px 0;
	padding: 20px 0;
	background: url("../images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: inherit;
	background-size: cover;
	}
.entry-header h1{
	text-align: center;
	font-size: 25px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
}
.container2{
	width: calc(100% - 30px);
	margin: 0 15px 60px 15px;
	overflow: hidden;
}
.container2 p{
	margin: 30px 0 60px 0;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 300;
	font-style: normal;
}
.container2 p.text2{
	text-align: center;
	margin: 20px 0;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	color: #aa4e34;
}
}

/* moon */
.auther{
	width: 500px;
	margin: 0 auto 50px auto;
}
.auther .count{
	margin:  0 0 20px 0;
	text-align: center;
	font-size: 20px;
	line-height: 180%;
}
.auther .name{
	margin: 0 0 50px 0;
	display: flex;
	align-items: center;
}
.auther .name img{
	width: 120px;
	height: 160px;
	margin: 0 40px 0 0;
}
.auther .name p{
	margin: 0;
	font-size: 30px;
	line-height: 150%;
	letter-spacing: 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 300;
	font-style: normal;
	text-align: left;
}
.auther .name p span{
	font-weight: 600;
	font-size: 22px;
}
@media (max-width: 749px) {
.auther{
	width: 100%;
	margin: 0 auto 30px auto;
}
.auther .count{
	margin:  0 0 20px 0;
	text-align: center;
	font-size: 18px;
	line-height: 180%;
}
.auther .name{
	margin: 0 0 50px 0;
	display: flex;
	align-items: center;
}
.auther .name img{
	width: 120px;
	height: 160px;
	margin: 0 20px 0 0;
}
.auther .name p{
	margin: 0;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 300;
	font-style: normal;
	text-align: left;
}
.auther .name p span{
	font-weight: 600;
	font-size: 16px;
}
}
	
.auther2{
	width: 100%;
	margin: 0 auto 50px auto;
}
.auther2 h2{
	text-align: center;
}
.auther2 .count{
	margin:  0 0 20px 0;
	text-align: center;
	font-size: 20px;
	line-height: 180%;
}
.auther2 .name{
	margin: 0 0 50px 0;
}
.auther2 .name img{
	width: 120px;
	height: 160px;
	margin: 0 40px 0 0;
}
.auther2 .name p{
	margin: 0;
	font-size: 30px;
	line-height: 150%;
	letter-spacing: 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
}
.auther2 .name p span{
	font-weight: 600;
	font-size: 22px;
}
@media (max-width: 749px) {
.auther2{
	width: 100%;
	margin: 0 auto 30px auto;
}
.auther2 .count{
	margin:  0 0 20px 0;
	text-align: center;
	font-size: 18px;
	line-height: 180%;
}
.auther2 .name{
	margin: 0 0 50px 0;
	text-align: center;
}
.auther2 .name img{
	width: 120px;
	height: 160px;
	margin: 0 20px 0 0;
}
.auther2 .name p{
	margin: 0;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 300;
	font-style: normal;
	text-align: left;
}
.auther2 .name p span{
	font-weight: 600;
	font-size: 16px;
}
}

.col2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.col2 .box{
	width: 300px;
	margin: 15px;
}

.book{
	background: #f9f0f4;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.book .book-left{
	width: 300px;
	margin: 0 20px 0 0;
}
.book .book-left img{
	width: 100%;
	border: 2px solid #fff;
}
.book .book-right{
	width: calc(100% - 320px);
	margin: 0;
}
@media (max-width: 749px) {
.book{
	background: #f9f0f4;
	padding: 30px;
	display: block;
}
.book .book-left{
	width: 300px;
	margin: 0 auto;
}
.book .book-left img{
	width: 100%;
	border: 2px solid #fff;
}
.book .book-right{
	width: 100%;
	margin: 20px 0 0 0;
}
.book .book-right .button{
	text-align: center;
}
}

.alignleft{
		width: 40%;
	float: left;
	margin-left: 20px;
	}
.alignright{
		width: 40%;
	float: right;
	margin-left: 20px;
	}
@media (max-width: 749px) {
	figure.alignright,figure.alignleft{
		width: 100%!important;
		clear: both;
	}
.alignleft,.alignright{
		width: 100%;
	float: inherit;
	margin-left: 0;
	margin-right: 0;
	}
	
}


/* プライバシーポリシー */
ol.privacy{
	margin: 0 0 20px 0;
	padding: 0;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 300;
    font-style: normal;
}
ol.privacy li{
	margin: 0 0 20px 20px;
	padding: 0;
	list-style: decimal;
}

ol.privacy li ol{
	margin: 20px 0 20px 20px;
	padding: 0;
}

ol.privacy li ol li{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ol.privacy li ol li::first-letter{
	margin-left: -15px;
}

ol.privacy li ul{
	margin: 0 0 20px 20px;
	padding: 0;
}

ol.privacy li ul li{
	margin: 0 0 0 0;
	padding: 0;
	list-style: disc;
}
ol.privacy li ul li::first-letter{
	margin-left: 0;
}
ol.privacy h4{
	margin: 0 0 10px 0;
	padding: 0;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
}
ol.privacy p{
	margin: 0 0 20px 0;
	padding: 0;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 300;
    font-style: normal;
}



/* シャネル */


#chanel-book{
margin: 0 0 80px 0;
}

#chanel-book .inner770{
display:flex;
flex-wrap:wrap;
border:2px solid #eee;
padding: 20px;
	background: #eee;
}
#chanel-book .inner770 .book-left{
width:250px;
margin-right: 20px;
}
#chanel-book .inner770 .book-left img{
width: 100%;
height: auto;
}
#chanel-book .inner770 .book-right{
width:calc(100% - 270px);
}

#chanel-book .inner770 .book-left p{
font-size:14px;
line-height:26px;
}
#chanel-book .inner770 .book-right h2{
	margin: 15px 0 10px 0;
font-size:18px;
line-height:32px;
	font-weight: bold;
}
#chanel-book .inner770 .book-right h3{
	margin: 0 0 20px 0;
font-size:16px;
line-height:32px;
	font-weight: bold;
}
#chanel-book .inner770 .book-right p{
font-size:14px;
line-height:26px;
}
#chanel-book .inner770 .book-left blockquote{
	font-style: italic;
font-size:14px;
line-height:26px;
	display: block;
}


.button{
	margin: 20px auto 0 auto;
width: 200px;
text-align:center;
background: #cfc8c2;
position:relative;
}
.button::before {
  content: "";
  margin: auto;
  position: absolute;
    top: calc(50% - 5px);
    right: 15px;
    width: 10px;
    height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
.button a{
display:block;
padding: 8px 15px;
text-decoration: none;
color: #333;
}
@media (max-width: 749px) {
#chanel-book{
	margin-top: 60px;
}

#chanel-book .inner770{
	margin: 15px;
border:2px solid #eee;
padding: 15px;
}
#chanel-book .inner770 .book-left{
width:100%;
	margin-right:0;
}
#chanel-book .inner770 .book-left img{
width: 100%;
	height: auto;
}
#chanel-book .inner770 .book-right{
width:100%;
}
#chanel-book .inner770 .book-left h2{
font-size:16px;
line-height:32px;
}
#chanel-book .inner770 .book-left p{
font-size:13px;
line-height:26px;
}
#chanel-book .inner770 .book-right p{
font-size:13px;
line-height:26px;
}
.button{
	margin: 20px auto 20px auto;
width: 200px;
text-align:center;
background: #cfc8c2;
position:relative;
}
}

#saturn .waku{
border:1px solid #ccc;padding: 0 20px;
}
.month{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.month li{
	margin: 0;
	padding: 0;
	width: 16%;
}
.month li:hover{
	opacity: .8;
}
.month li.none{
	opacity: .4;
}
.monthly{
	margin: 0;
	padding: 20px;
	border: 2px solid #eee;
	background: #fcf6fb;
}
.monthly h2{
	font-size: 24px;
	line-height: 180%;
	margin: 0 0 20px 0;
	text-align: center;
	color: #671356;
}
.monthly h3{
	font-size: 20px;
	line-height: 180%;
	margin: 0 0 20px 0;
	color: #671356;
}
.monthly h4{
	font-size: 18px;
	line-height: 180%;
	margin: 0 0 20px 0;
}
.monthly p{
	font-size: 16px;
	line-height: 180%;
	margin: 0 0 20px 0;
}
.monthly ul{
	margin: 0 0 20px 20px;
}
.monthly ul li{
	margin: 0 0 10px 0;
}
@media (max-width: 749px) {
.month li{
	margin: 0;
	padding: 0;
	width: 33%;
}
.monthly{
	margin: 20px 0;
	padding: 15px;
	border: 2px solid #eee;
	background: #fcf6fb;
}
.monthly h2{
	font-size: 20px;
	line-height: 180%;
	margin: 0 0 20px 0;
	text-align: center;
	color: #671356;
}
}