.napoleon_logo{
	width: 70%;
    max-width:450px;
}
.footer_inr_logo .napoleon_logo{
    width:30%;
	max-width:200px;
    margin:0 auto;
}
.footer_inr_logo p {
	  text-align: center;
    color: #fff;
    margin: 1rem 0 0;
    font-size: 1.2rem;
}
.header_menu_txt {
	margin: 1.5rem 0;
	font-size: 1.5rem;
	color: #fff;
}
@media screen and (max-width:768px){
	.footer_inr_logo p {
    font-size: 1.7rem;
	}
	.header_menu_txt {
		font-size: 2.7rem;
	}
}

body{
	margin:0;
	padding:0;
}
@media screen and (max-width: 450px){
	html{
  		height: -webkit-fill-available;
	}
	body{
 		min-height: 100vh;
  		min-height: -webkit-fill-available;
	}
}
body, td, th, input, textarea, dt, dd, ul, li, a, p {
    font-family: "jp-font", "Shippori", serif;
    font-size: .9rem;
    line-height: 1.8rem;
    font-weight: 600;
}
body, td, th, input, textarea, dt, dd, ul, em, span, div, p {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: .08rem;
}
img, div, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, textarea, address, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1rem;
    text-decoration: none;
    list-style-type: none;
}
.header {
    width: 100%;
    height: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
div {
    display: block;
}
a {
    color: #000;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
}
a, a:focus, a:hover, a:active {
    outline: none;
}
@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "en-font";
  /* フォントが置かれているパスを書く */
  src: url("../fonts/caveat/Caveat-Regular.ttf") format("TrueType") }
}
@font-face {
  font-family: "jp-font";
  src: url("../fonts/shippori/ShipporiMinchoB1-OTF-Regular.otf") format("OpenType") }
}
/* ここからトップページ共通の設定 */
#question .s-tt {
    margin-bottom: 4rem;
}
#question .s-tt span {
    display: block;
    font-family: "jp-font", "Shippori", serif;
    line-height: 1;
	font-weight:lighter;
}
#question .s-tt span.en {
    font-size: 3.3rem;
    margin-bottom: 0.5rem;
    color: #211706;
	font-weight:bold;
}
#question .s-tt span.jp {
    font-size: 1.1rem;
    color: #c7a23f;
    line-height: 1;
	padding-bottom:0.5rem;
	font-weight:bold;
}
/* ここまでトップページ共通の設定 */
/* ここからローディング設定 */
.is-hide{
    display: none;
}
#loader-bg {
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	text-align:center;
}
.loading_logo {
	position:absolute;
	top:30%;
	left:13%;
	display:flex;
	flex-direction:column;
}
.maximg-loading {
	width:20%;
    display: inline-block;
	animation:rotate_anime 1s linear infinite;
	margin:0 auto;
}
.maxtitle-loading {
	width:20%;
	margin:0 auto;
}
@media screen and (max-width: 450px){
	#top #loader-bg {
		display:none;
	}
}
/*@keyframes rotate_anime {
	0% { transform:rotate(0deg); }
	100% { transform:rotate(360deg); }
}*/
/* ここまでローディング設定 */
/* ここからfixedのタイトル */
.header_sitett {
    position: fixed;
    top: 1.5rem;
    left: 2rem;
	width:15rem;
}
.header_sitett a{
    text-decoration: none;
    display: block;
    transition: all .3s;
}
.sitetitle1{
	background: url(../imgs/maxlogo-wt-lt.svg) 0 0 no-repeat;
	background-size:100% auto;
    width: 120%;
	height:7rem;
    transition: all .3s;
	display:none;
}
.sitetitle2{
	background: url(../imgs/maxlogo-br-lt.svg) 0 0 no-repeat;
	background-size:100% auto;
    width: 100%;
	height:9rem;
    display: block;
    transition: all .3s;
}
.changecolor1{
	display:none;
}
.changecolor2{
	display:block;
	animation: appear .7s ease;
}
@keyframes appear{
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.header_sitett a:hover {
    text-decoration: none;
	opacity: 0.4;
}
@media screen and (max-width: 450px){
	.header_sitett a:hover {
    	text-decoration: none;
		opacity: 1;
	}
}
/* ここまでfixedのタイトル */
/* ここからfixedの予約ボタン */
.header_re{
    position: fixed;
    top: calc(50vh - 5rem);
    right: 0;
	width:3rem;
}
.header_re a{
	background:#4b340e;
    transition: .5s;
    width: 100%;
	height:11rem;
	color:#fff;
	line-height:0;
	text-align:center;
    text-decoration: none;
    display: flex;
	justify-content:center;
    font-family: "jp-font", "Shippori", serif;
	font-size:0.9rem;
	font-weight:bold;
}
.header_re a:hover{
	opacity:0.8;
}
@media screen and (max-width: 450px){
	.header_re a:hover{
		opacity: 1;
	}
}
.header_re span{
	display: block;
    writing-mode: vertical-rl;
   font-feature-settings: initial;
}
.header_re span::after{
	font-family: "icomoon";
	content: "\ea15";
    margin-top: 0.5rem;
}
/* ここまでfixedの予約ボタン */
/* ここからfixedのメニューボタン */
.nav-toggle {
    position: absolute;
    top: 0.9rem;
    right: 2%;
	width: 4%;
	cursor: pointer;
    transition: all .3s;
	z-index:100;
}
.nav-toggle:hover {
	opacity: 0.4;
}
@media screen and (max-width: 450px){
	.nav-toggle:hover {
		opacity: 1;
	}
}
.nav-button1{
	background: url(../imgs/saturn-white.svg) 0 0 no-repeat;
	background-size:100% auto;
    width: 100%;
	height:3.5rem;
	display:block;
}
.nav-button2{
	background: url(../imgs/saturn-brown.svg) 0 0 no-repeat;
	background-size:100% auto;
    width: 100%;
	height:3.5rem;
	display:none;
}
.changecolor1{
	display:none;
}
.changecolor2{
	display:block;
	animation: appear .7s ease;
}
@keyframes appear{
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.nav-toggle-txt{
    font-family: "en-font","Caveat",sans-serif;
    color: #fff;
    letter-spacing: 0;
    font-size: 1.5rem;
    font-weight: normal;
    display: block;
    line-height: 0;
	text-align:center;
	transition:all .4s;
}
.changecolor3{
	color:#211706;
}
.nav-lead-text {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.nav-click {
    font-size: 13px;
}

/* ナビボタンのオンオフ */
.nav-toggle .nav-button{
	opacity: 1;
	transition:all 1s;
}
.nav-toggle.nav-toggle-active .nav-button{
	opacity: 0;
}
.nav-toggle span{
	display: inline-block;
    transition: all .5s;
    position: absolute;
	opacity:0;
}
.nav-toggle span:nth-of-type(1),
.nav-toggle span:nth-of-type(2) {
	height: 1px;
	background: #fff;
    width: 70%;
    left: 15px;
}
.nav-toggle span:nth-of-type(1) {
	top:13px;
}
.nav-toggle span:nth-of-type(2) {
	top:36px;
}
/* activeクラスが付与されると線が回転して×になる */
.nav-toggle.nav-toggle-active span:nth-of-type(1) {
    top: 18px;
    left: 11px;
    transform: translateY(6px) rotate(-45deg);
    width: 70%;
	opacity:1;
}
.nav-toggle.nav-toggle-active span:nth-of-type(2){
    top: 30px;
    left: 11px;
    transform: translateY(-6px) rotate(45deg);
    width: 70%;
	opacity:1;
}
@media screen and (max-width: 450px){
	#question .header .nav-toggle.nav-toggle-active span:nth-of-type(1) {
		left: 17px;
		top: 8px;
	}
	#question .header .nav-toggle.nav-toggle-active span:nth-of-type(2){
		left: 17px;
		top: 20px;
	}
}
/* ここまでfixedのメニューボタン */
/* ここからfixedのスライドメニュー */
.header_menu{
	background:#4b340e;
	display:flex;
	fustify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	box-sizing:border-box;
	overflow-y: scroll;
	position:fixed;
	top:0;
	left:-120%;
	z-index:10;
	transition:left .7s, opacity 1.3s;
	opacity:0;
}
.open-menu{
	left: 0;
	opacity: 1;
}
.header_menu nav{
	max-width:calc(98rem+12%);
	width: 100%;
	height:100%;
	margin:0 auto;
    padding: 0 6%;
    box-sizing: border-box;
	display:flex;
	justify-content:space-around;
	align-items:center;
	flex-wrap:wrap;
}
/* (スライドメニューの左側↓) */
.header_menu_logo {
    width: 25rem;
    max-width: 25rem;
    position: relative;
	top:0rem;
	left:4rem;
	text-align:center;
}
.header_menu_logo img{
	width:100%;
}
.header_menu_logo::after{
	width: 7rem;
	height: 7rem;
	background: url(../imgs/daikoku.png) no-repeat center center / 60px auto;
	background-size: auto 100%;
    transform: scale(-1, 1);
	display: block;
	content: "";
    position: absolute;
    bottom: -15rem;
    left: 10%;
	animation: daikokumove 5s ease-in-out infinite;
}
@keyframes daikokumove{
	0%, 70%, 75%, 80% { transform: scale(-1, 1.0); }
	72.5%, 77.5% { transform: scale(-1, 0.95); }
}
/* (スライドメニューの左側↑) */
/* (スライドメニューの右側↓) */
.header_menu_inr{
	padding: 7rem 7rem 7rem 15rem;
    box-sizing: border-box;
    min-width: 42rem;
    font-size: 0.5rem;
	text-align:left;
	overflow:auto;
}
.header_menu_inr ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
	line-height:2.8;
}
.header_menu_inr ul li a,
.header_menu_inr .info .item .st,
.header_menu_inr .info .item a.phone{
    font-family: "jp-font", "Shippori", serif;
    color: #fff;
    display: block;
    text-decoration: none;
	font-weight: 900;
}
.header_menu_inr ul li a{
    font-size: 1.2rem;
	text-align:left;
}
.header_menu_inr ul li a.current {
	border-bottom: 2px dashed #fff;
}
/*
.header_menu_inr ul li a.current:before {
	border: .5px solid #fff;
	position: absolute;
	bottom: 2px;
	width: 100%;
	content: "";
}*/
.header_menu_inr ul li:not(.reservation) a{
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
	background:
    	linear-gradient(currentColor 0 0) bottom 0   left  0 /var(--d, 0) 1px no-repeat,
    	linear-gradient(currentColor 0 0) bottom 5px right 0 /var(--d, 0) 1px no-repeat;
	transition: 0.5s, background-position 0s 0.5s;
	border-color:#fff;
}
.header_menu_inr ul li:not(.reservation) a:hover{
	--d: 100%;
	background-position: bottom 0 right 0, bottom 5px left 0;
}/*
@media screen and (max-width: 767px){
	.header_menu_inr ul li:not(.reservation) a:hover{
		background-position: bottom 0 right 0, bottom 5px left 0;
	}
}*/
/* (スライドメニューの右側 リスト↑) */
/* (スライドメニューの右側 予約↓) */
.header_menu_inr ul li.reservation {
    margin-top: 1.5rem;
}
.header_menu_inr ul li.reservation a {
    width: 100%;
    font-size: 1.1rem;
    border: 1px solid #fff;
    padding: 1rem;
    box-sizing: border-box;
    text-align: center;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.header_menu_inr ul li.reservation a:hover {
	background: #fff;
	color: #000;
}
@media screen and (max-width: 450px){
	.header_menu_inr ul li.reservation a:hover {
		background: #4b340e;
		color: #fff;
	}
}
/* (スライドメニューの右側 予約↑) */
/* (スライドメニューの右側 電話＆住所↓) */
.header_menu_inr .info {
    margin-top: 4rem;
    color: #fff;
}
.item a.phone {
    color: #fff;
    font-size:1.3rem;
    line-height: 1;
	font-weight:bold;
}
.item a.phone em {
    font-size: 1rem;
    padding-right: 0.3rem;
}
em {
    font-style: normal;
}
.header_menu_inr .info .item+.item {
    margin-top: 4rem;
}
.header_menu_inr .info .item .st {
    font-size: 1rem;
}
.header_menu_inr .info .item p {
    font-size: 0.9rem;
	padding-top:0.3rem;
	color: #fff;
}
/* ここまでfixedのスライドメニュー */

/* ここからサブページ部分 */
/* タイトル */
.page-re #wrapper {
    width: 100%;
    overflow: hidden;
}
.sub_title{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub_title_tt{
margin: 0 auto;
  / padding: 10rem 15rem 15rem 15rem; /
  font-size: 3.5rem;
  width:600px;
}
.title_tt{
	text-align: left;
    color: #211706;
	padding-left:40px;
}
.en{
 	font-size:55px;
	color:#211706;
	line-height: 50px;
	text-shadow: 1px 2px 2px #c0c0c0;
}
.jp{
 	font-size: 1.1rem;
	color:#BC900C;
	display:block;
	line-height: 15px;
	text-shadow: 1px 2px 2px #c0c0c0;
}
.sub_title_img {
	text-align:right;
	width:100%;
	height:100%;
}
.sub_title_img img{
	width:auto;
	height:100vh;
}

/* タイトルおわり */
/* Q＆Aおわり */
.wrap{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
@media screen and (max-width: 450px){
	#question .main{
		width: 90%;
		margin: 0 auto;
	}
	#question .vw {
		margin-left: 1rem;
	}
	#question .question{
		margin-right: .5rem;
	}
	#question .txt{
		font-size: 5rem;
	}
	#question .flow-item{
		padding:50px 10px;
	}
	#question .flow-num{
		width: 100%;
		margin-top:-7px;
	}
	#question .flow-border hr{
		width: 100%;
	}
	#question .flow-txt{
	}
	#question .txt2{
		width: 100%;
	}
}
.txt_sub1{
	padding-top:120px;
   	display: block;
}
.txt{
	font-size: .9rem;
   	text-align: center;
}
.flow-list{
	font-size: .9rem;
	letter-spacing: .4rem;
	list-style: none;
	display: inline-block;
	text-align: left;
	list-style-position: inside;
	padding: 0;
}
.flow-item{
	display: flex;
	padding:80px 0;
}
.setumei{
	display: flex;
}
/* ここからフェードイン */
.flow-list .flow-item {
	opacity: 0;
	transition: all .9s;
	transform: translateY(4rem);
}
.fadein1.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein2.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein3.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein4.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein5.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein6.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein7.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein8.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein9.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein10.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein11.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein12.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein13.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein14.scrollin {
	opacity: 1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein15.scrollin {
	opacity:1;
	transform: translateY(0);
	transition: all .9s;
}
.fadein16.scrollin {
	opacity:1;
	transform: translateY(0);
	transition: all .9s;
}
/* ここからフェードイン */
.question{
	width:100px;
}
.vw{
	padding-top:8px;
}
.flow-num{
	width: 600px;
	margin-top:-7px;
}
.flow-border hr{
    border: none;
	border-top: 1px solid #ccc;
	width: 600px;
}
.flow-txt{
	margin:  0px;
}
.txt2{
	width: 600px;
}
/* Q＆Aおわり */
/* お問い合わせの方 */

.txt_sub2{
	padding:100px 0;
}
.txt3{
	height:100px;
	width:800px;
	background:#4b340e;
   	text-align: center;
	margin: 0 auto;
	line-height:100px;
}
.otoi{
	color:#fff;
	font-size: 1rem;
}
.otoi::after{
	font-family: "icomoon";
	content: "\ea15";
    margin-top: 0.5rem;
	margin-left: 1rem;
}
@media screen and (max-width: 450px){
	#question .txt3{
		height: 6.5rem;
		width:85%;
		line-height:6.5rem;
	}
}
/* お問い合わせの方おわり */
/* ここからFooter部分 */
.footer {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-top: 10rem;
    contain-intrinsic-size: 1300px;
}
.footer .pagetop {
    opacity: 0;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    position: fixed;
    right: 0rem;
    bottom: 3rem;
    z-index: 99;
}
.footer .pagetop.is-show {
    opacity: 1;
}
.footer .pagetop.is-show a {
    cursor: pointer;
}
.footer .pagetop a {
    display: block;
    transform: rotate(90deg);
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    padding: .6rem;
    cursor: default;
    color: #211706;
}
.footer .pagetop a span {
    font-family: "en-font","Caveat",sans-serif;
    font-size: .9rem;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    position: relative;
    display: block;
    line-height: 1.2rem;
	font-weight:bold;
    white-space: nowrap;
}
.footer .pagetop a span::before {
    position: absolute;
    top: 50%;
    right: 3.7rem;
    display: block;
    width: 1rem;
    height: .7px;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    background: #211706;
    content: "";
    transform: rotate(180deg);
}
.footer .pagetop a span:hover::before {
	width:2rem;
	transform: rotate(180deg);
}
.footer_movie video{
    width: 100%;
    height: 100vh;
    position: relative;
	bottom:5rem;
    z-index: 1;
}
@media screen and (max-width: 450px){
	#top .footer_movie video {
		display:none;
	}
}
.footer_inr {
    background: #4b340e;
    color: #fff;
    position: relative;
    z-index: 2;
	margin:6rem auto 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.footer_inr::before {
    width: 102%;
    height: 7rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1301.127 171.417" enable-background="new 0 0 1301.127 171.417" xml:space="preserve"><path fill="%234b340e" d="M1300.5,170.917H0.5V35.278c42.733,1.079,88.236,2.836,135.246,5.221  c42.187,2.14,86.723,4.844,132.371,8.037c73.673,5.152,150.931,11.588,236.188,19.674c46.058,4.368,92.027,7.659,136.633,9.783  c41.954,2,83.728,3.009,124.157,3.009c36.267,0,72.328-0.814,107.184-2.418c32.477-1.5,64.676-3.712,95.699-6.589  c55.14-5.113,107.937-12.413,156.926-21.7c37.376-6.936,74.379-15.747,110.87-26.4c13.725-4.078,26.556-8.273,38.135-12.469  c10.126-3.669,19.07-7.252,26.587-10.65v170.14L1300.5,170.917z"/></svg>');
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: -6rem;
    left: -1%;
}
.footer_inr_logo {
	display:flex;
	flex-direction:column;
}
.footer_inr_logo .footer-img1{
    width: 10rem;
    margin: 0 auto;
}
.footer_inr_logo .footer-img2{
	width: 45%;
    height: 3.5rem;
    margin: 0 auto;
	padding-top:1rem;
}
.footer_inr_menu {
    margin-top: 2rem;
    text-align: center;
}
.footer_inr_menu li {
    display: inline-block;
}
.footer_inr_menu li a {
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    color: #fff;
	font-weight:bold;
	font-size: .95rem;
	transition:all 0.5s;
}
.footer_inr_menu li:not(.reservation) a:hover{
	opacity:0.4;
}
@media screen and (max-width: 450px){
	.footer_inr_menu li:not(.reservation) a:hover{
		opacity: 1;
	}
}
.footer_inr_menu li+li {
    margin-left: 1.8rem;
    margin-top: 2rem;
}
.footer_inr_menu li.reservation {
    margin-top: 3.3rem;
    margin-left: 0;
    display: block;
}
.footer_inr_menu li.reservation a {
    width: 100%;
    border: 1px solid #fff;
    padding: .8rem 4rem;
    box-sizing: border-box;
    text-align: center;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.footer_inr_menu li.reservation a:hover {
	background: #fff;
	color: #000;
}
@media screen and (max-width: 450px){
	.footer_inr_menu li.reservation a:hover {
		background: #4b340e;
		color: #fff;
	}
}
.footer_inr_tel {
    text-align: center;
    font-size: .8rem;
    margin-top: 2.8rem;
}
.footer_inr_tel a {
    color: #fff;
    font-size: 1.2rem;
}
.footer_inr_address {
    margin-top: 2rem;
    text-align: center;
	font-size:.9rem;
}
.footer_copyright {
    position: relative;
    left: 0;
    z-index: 3;
    background: #211706;
    text-align: center;
    padding: 2rem 0 1.8rem;
    color: #fff;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    font-size: .7rem;
	letter-spacing:0;
}
.footer_copyright::before {
    width: 110%;
    height: 2rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1301.613 41.057" enable-background="new 0 0 1301.613 41.057" xml:space="preserve"><path fill="%23211706" d="M1.113,40.556h1300V8.668c-42.733,0.254-88.236,0.667-135.246,1.228c-42.188,0.5-86.724,1.139-132.371,1.889  c-73.673,1.211-150.931,2.724-236.189,4.625c-46.057,1.027-92.026,1.8-136.633,2.3c-41.954,0.47-83.727,0.707-124.157,0.707  c-36.266,0-72.327-0.19-107.183-0.568c-32.477-0.353-64.676-0.873-95.7-1.55c-55.139-1.199-107.936-2.918-156.925-5.1  c-40.339-1.8-77.641-3.886-110.87-6.207C52.114,5.032,39.283,4.046,27.704,3.06C17.578,2.197,8.633,1.36,1.117,0.56v39.996H1.113z"/></svg>');
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: -2rem;
    left: -2rem;
}
/* ここまでFooter部分 */
/* ここまでサブページ部分 */
