@charset "utf-8";

/* ------------------------------------------
	magiclush
------------------------------------------ */
html {
    font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
	text-align: left;
	color: #111111;
}
.gothic {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and ( max-width : 1200px ){
	html {
		font-size: calc(100vw / 120);
	}
}

.sp-only { display: none !important; }
@media screen and (max-width: 767px) {
	html {
		font-size: calc(100vw / 40);
	}
	.pc-only {
		display: none !important;
	}
	.sp-only {
		display: inherit !important;
	}
}
@media screen and (min-width: 900px) {
	.tab-only {
		display: none;
	}
}

.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

a:visited {
	color: #444444;
	text-decoration: none;
}
a:link {
	color: #444444;
	text-decoration: none;
}
#wrap {
	padding-bottom: 0;
}
img {
    max-width: 100%;
	vertical-align: top;
	margin: 0 auto;
}

/*-----------------------
	Over-sales
-----------------------*/

.over-sales{
    position: fixed;
    width: 50%;
    top: 0;
    right: 0;
    z-index:50;
}
#sales{
    position: absolute;
    top: 1rem;
    left: 50.5rem;
    width: 19rem;
    height: 14rem;
    text-align: center;
    background-color: #fff;
}
@media screen and (max-width: 1380px) {
    .over-sales{
        width: 100%;
    }
    #sales{
        left: auto;
        right: 0;
    }
}

#sales .inner{
    height: 9rem;
    border: 0.1rem solid #C09419;
    border-bottom: none;
}
#sales .inquiry{
    margin-top: 1.7rem;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6rem;
    letter-spacing: 2px;
}
#sales .inquiry img{
	width: 2.4rem;
	height: 1.6rem;
    margin-right: 0.4rem;
}
#sales .tel img{
    width: 15.6rem;
	height: 3.1rem;
}
#sales .button{
    display: block;
    width: 18.8rem;
    height: 5rem;
    background-color: #C09419;
    color: #fff;
    line-height: 5rem;
    font-size: 2rem;
    border: 0.1rem solid #C09419;
    cursor: pointer;
}
#sales .button:hover{
    background-color: #fff;
    color: #C09419;
}
@media screen and (max-width: 767px) {
	.over-sales {
		display: none;
	}
	#sales{
		top: 15vw;
		width: 37.5vw;
		height: 26vw;
	}
	#sales .inner {
		height: 18.5vw;
	}
	#sales .inquiry {
		margin-top: 3vw;
		margin-bottom: 3vw;
		font-size: 3.5vw;
		line-height: 3.5vw;
	}
	#sales .inquiry img {
		width: 6vw;
		height: 4vw;
		margin-right: 1vw;
	}
	#sales .tel img {
		width: 30vw;
		height: 5.75vw;
	}
	#sales .button {
		width: 100%;
		height: 7.5vw;
		line-height: 7.5vw;
		font-size: 4vw;
	}
}
/*-----------------------
	header
-----------------------*/
#hd{
	height: 6.7rem;
	background-color: #fff;
}
#hd #cm {
    width: 93rem;
    height: 6.7rem;
    margin: 0 auto;
}
#hd #cm{
	background: none;
}
#hd #cm h1 a img {
	width: 40rem;
}
@media screen and (max-width: 767px) {
	#hd {
		width: 100%;
		height: 13vw;
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 999;
	}
	#hd #cm {
		width: 100%;
		height: 13vw;
		display: flex;
		justify-content: space-between;
	}
	#hd #cm h1 {
		padding: 2.5vw 0 0 5vw;
	}
	#hd #cm h1 a {
		width: 26vw;
		height: 8vw;
		display: block;
	}
	.sales-sp {
		display: flex;
	}
	.sales-contact {
		background-color: #f39801;
		width: 42.5vw;
		height: 13vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sales-contact .tel {
		display: flex;
		align-items: center;
	}
	.sales-contact .tel img {
		width: 10.5vw;
		height: 6vw;
		margin-right: 1.25vw;
	}
	.sales-contact .tel span {
		font-size: 3.25vw;
		font-weight: bold;
		line-height: 1.2;
		color: #fff;
		text-align: center;
	}
	.sales-contact .tel span .phone {
		font-size: 3vw;
	}
	.sales-cart a {
		width: 13vw;
		height: 13vw;
		background: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}
	.sales-cart a img {
		width: 5.5vw;
		height: 5vw;
		padding-left: 1.25vw;
    	padding-top: 1.25vw;
	}
	.sales-cart a span {
		font-size: 2.5vw;
		font-weight: bold;
		line-height: normal;
		letter-spacing: -1px;
		color: #fff;
	}
}
/*-----------------------
	mv
-----------------------*/
#mv {
	width: 100%;
	background: url(../images/catch-bg.jpg) no-repeat center / cover;
}
.mv_inner {
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 12rem;
}
.mv_catch {
	max-width: 101rem;
	margin: 0 auto;
}
.mv_anchor {
	max-width: 101rem;
	margin: 4.1rem auto 0;
	display: flex;
	justify-content: space-between;
}
.mv_anchor li {
	width: 32.3rem;
}

.mv_anchor li a {
	transition: all 0.3s;
}
.mv_anchor li a:hover {
	opacity: 0.75;
}

body > #wrap{
	background-color: #fff;
	width: 100%;
}
@media screen and (max-width: 767px){
	.mv_inner {
		height: 661.5vw;
		background: url(../images/catch-bg_sp.jpg) no-repeat;
		background-size: cover;
	}
	.mv_catch {
		width: 100%;
		padding-top: 2vw;
	}
	.mv_anchor {
		flex-flow: column;
		padding: 0 4vw;
		margin-top: 8.5vw;
	}
	.mv_anchor li {
		width: 100%;
	}
	.mv_anchor li + li {
		margin-top: 8.5vw;
	}
	.mv_anchor li:first-child,
	.mv_anchor li:last-child {
		width: 100%;
	}
	.mv_anchor li:nth-child(2) {
		width: 100%;
	}

	body > #wrap {
		min-width: auto;
		padding-top: 13vw;
	}
}
/*-----------------------
	contents
-----------------------*/
div.content{
	max-width: 101rem;
	margin: 0 auto;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	div.content{
		width: 100%;
		padding: 0 5vw;
	}
}
/*-----------------------
	main
-----------------------*/
.sec01 {
	background: url(../images/bg.jpg) no-repeat center / cover;
	padding: 12rem 0;
}
.sec01_intro {
	display: flex;
	justify-content: space-between;
	gap: 8rem;
	position: relative;
	margin-bottom: 10.6rem;
}
.intro_detail {
	width: 46.5rem;
	margin-top: -0.5rem;
}
.intro_detail-heading {
	margin-bottom: 0.3rem;
}
.heading_lable {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-size: 2.467rem;
	line-height: calc(36.43 / 24.67);
	letter-spacing: 0.08em;
	margin-bottom: 1.2rem;
}
.heading_ttl {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-size: 4.761rem;
	line-height: calc(70.32 / 47.61);
	letter-spacing: 0.04em;
}
.heading_ttl ._inbl {
	display: inline-block;
	position: relative;
}
.heading_ttl ._abs {
	font-size: 1.6rem;
	line-height: calc(23.63 / 16);
	letter-spacing: 0.07em;
	position: absolute;
	top: -1.2rem;
	left: 0;
	right: 0;
	text-align: center;
}
.heading_ttl ._smail {
	font-size: 3.312rem;
	line-height: calc(48.92 / 33.12);
}
.intro_detail-text {
	font-family: "ten-mincho-text", serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: calc(28.8 / 18);
	letter-spacing: 0.06em;
}
.intro_images {
	width: 46.5rem;
}
.btnWrap {
	position: absolute;
	bottom: 0;
	left: 0;
}
.btnWrap .btnWrap_links {
	display: block;
	width: 32.4rem;
	border: 0.1rem solid #474747;
	border-radius: 5.3rem;
	background-color: #ffffff;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: calc(25.5 / 17);
	letter-spacing: 0.06em;
	color: #474747;
	text-align: center;
	padding: 1.35rem 0 1.3rem;
	transition: all 0.3s;
}
.btnWrap .btnWrap_links:hover {
	opacity: 0.75;
}
.sec01_box01 {
	max-width: 86.8rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.sec01_box01::after {
	content: "";
	position: absolute;
	bottom: -10.7rem;
	right: -4.7rem;
	width: 27.3rem;
	height: 34.9rem;
	background: url(../images/deco_box_pc.png) no-repeat;
	background-size: cover;
}
.sec01_box01 .box_images {
	transform: translateX(0.4rem);
}	
.sec01_box02 {
	width: 101.1rem;
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	.sec01 {
		background: url(../images/bg_sp.jpg) no-repeat center / cover;
		padding: 15.75vw 0 16vw;
	}
	.sec01 .content {
		padding: 0 4vw;
	}
	.sec01_intro {
		flex-direction: column;
		gap: 8vw;
		margin-bottom: 15vw;
		padding: 0 0.5vw;
	}
	.intro_detail {
		margin-top: 0;
		width: 90.625vw;
	}
	.intro_detail-heading {
		margin-bottom: 4.25vw;
	}
	.heading_lable {
		font-size: 4.25vw;
		line-height: calc(25.11 / 17);
		margin-bottom: 2.25vw;
	}
	.heading_ttl {
		font-size: 8.7275vw;
		line-height: calc(51.56 / 34.91);
	}
	.heading_ttl ._abs {
		font-size: 3vw;
		line-height: calc(17.72 / 12);
		letter-spacing: 0.05em;
		top: -2.25vw;
	}
	.heading_ttl ._smail {
		font-size: 6.9425vw;
		line-height: calc(41.01 / 27.77);
	}
	.intro_detail-text {
		font-size: 3.75vw;
		line-height: calc(24 / 15);
		letter-spacing: 0.01em;
	}
	.intro_images {
		width: 90vw;
		margin: 0 auto;
	}
	.btnWrap {
		position: relative;
		margin-top: 2vw;
	}
	.btnWrap .btnWrap_links {
		margin: 0 auto;
		width: 72.5vw;
		font-size: 3.75vw;
		line-height: calc(22.5 / 15);
		padding: 4vw 0 3.75vw;
	}
	.sec01_box01 {
		max-width: 100%;
		padding: 0 1vw;
	}
	.sec01_box01::after {
		bottom: -0.25vw;
		right: -1.5vw;
		width: 34.75vw;
		height: 44.5vw;
		background: url(../images/deco_box_sp.png) no-repeat;
		background-size: cover;
	}
	.sec01_box01 .box_images {
		transform: translateX(0);
	}
	.sec01_box02 {
		width: 100%;
		margin: 10.5vw 0 0;
	}
}

.sec02 {
	background: url(../images/bg_2.jpg) repeat center;
	padding: 11.2rem 0 12rem;
}
.sec02_box {
	margin-top: 7rem;
}
.sec02_box .content_inner {
	padding: 2.4rem 0 5.5rem;
	gap: 4.2rem;
}
.sec02_box._box01 .content_images {
	width: calc(97.1rem / 2);
	padding-top: 2.6rem;
}
.sec02_box._box02 .content_images {
	width: calc(98.2rem / 2);
	margin-top: -0.2rem;
} 
.sec02_box._box03 .content_images {
	width: calc(96.9rem / 2);
	padding-top: 1.9rem;
}
.sec02_box._box01 .content_inner {
	padding: 2.8rem 0 6rem;
	gap: 4.5rem;
}
.sec02_box._box01 .sec02_box-content {
	background: linear-gradient(90deg, #753521 0%, #D6481B 100%);
	padding: 0 0.5rem 0.5rem;
}
.sec02_box._box02 .sec02_box-content {
	background: linear-gradient(270deg, #8D4072 0%, #4B2857 100%);
	padding: 0 0.5rem 0.5rem;
}
.sec02_box._box03 .sec02_box-content {
	background: linear-gradient(90deg, #2F4C1B 0%, #467427 100%);
	padding: 0 0.5rem 0.5rem;
}
.sec02_box._box01 .content_detail-ttl ._price ._priceSmail {
	width: 4.6rem;
}
.content_inner {
	display: flex;
	justify-content: center;
}
.sec02_box._box01 .content_inner {
	background-color: #FFF4F0;
}
.sec02_box._box02 .content_inner {
	background-color: #FBF5FA;
}
.sec02_box._box03 .content_inner {
	background-color: #F8FDF4;
}
.content_detail {
	width: 33.4rem;
}
.content_detail-ttl {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.sec02_box._box03 .content_detail-ttl {
	padding-right: 2.7rem;
}
.sec02_box._box02 .content_detail-ttl ._name ._nameL {
	font-size: 1.8rem;
}
.content_detail-ttl ._name {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: calc(23.17 / 16);
	letter-spacing: 0.07em;
	padding-top: 1rem;
    margin-right: 1rem;
	text-align: right;
}
.content_detail-ttl ._name ._nameB {
	font-size: 2.1rem;
	line-height: calc(30.41 / 21);
	letter-spacing: 0.04em;
}
.content_detail-ttl ._name ._nameS {
	font-size: 1.6rem;
	line-height: calc(23.17 / 16);
}
.content_detail-ttl ._price {
	font-size: 6.03rem;
	font-weight: 400;
	line-height: calc(86.92 / 60.03);
	letter-spacing: -0.03em;
}
.content_detail-ttl ._price ._priceSmail {
	font-size: 3.06rem;
	line-height: calc(43.53 / 30.06);
	letter-spacing: 0.03em;
	display: inline-block;
	position: relative;
	width: 4.2rem;
	text-align: center;
}
.content_detail-ttl ._price ._priceSmail ._abs {
	position: absolute;
	top: -0.8rem;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	line-height: calc(14.48 / 10);
	letter-spacing: 0.04em;
}
.content_detail-notes {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: calc(21.72 / 15);
	letter-spacing: 0.04em;
	color: #BD1714;
	text-align: right;
	padding-right: 0.8rem;
}
.sec02_box._box02 .content_detail-notes {
	margin-top: -0.7rem;
}
.sec02_box._box03 .content_detail-notes {
	padding-right: 3.4rem;
	margin-top: -0.7rem;
}
.btnRed {
	margin-top: 1.6rem;
}
.btnRed .btnRed_links {
	display: block;
	width: 30rem;
	margin: 0 auto;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	color: #ffffff;
	border-radius: 7.516rem;
	background-color: #BD1714;
	padding: 2.3rem 0;
	transition: all 0.3s;
}
.btnRed .btnRed_links:hover {
	opacity: 0.75;
}
.btnWhite {
	text-align: center;
	margin-top: 2.4rem;
}
.btnWhite_txt {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: calc(21 / 15);
	letter-spacing: 0.09em;
	margin-bottom: 1.2rem;
}
.btnWhite_links {
	display: block;
    width: 25rem;
	margin: 0 auto;
    border: 0.1rem solid #474747;
    border-radius: 7.516rem;
    background-color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(19.2 / 16);
    letter-spacing: 0.06em;
    color: #474747;
    text-align: center;
    padding: 1.2rem 0;
    transition: all 0.3s;
}
.btnWhite_links:hover {
	opacity: 0.75;
}
@media screen and (max-width: 767px) {
	.sec02 {
		background: url(../images/bg_2.jpg) repeat center;
		background-size: 60%;
		padding: 14vw 0 17vw;
	}
	.sec02 .content {
		padding: 0 4vw;
	}
	.sec02_box {
		margin-top: 6.5vw;
	}
	.sec02_box._box02 {
		margin-top: 7.5vw;
	}
	.sec02_box._box03 {
		margin-top: 9vw;
	}
	.sec02_box .content_inner {
		gap: 0 !important;
		padding: 6vw 3.625vw 9vw !important;
	}
	.sec02_box .content_images {
		padding-top: 0 !important;
		margin: 0 auto !important;
	}
	.content_title {
		font-size: 4vw;
		font-weight: 500;
		line-height: calc(23.17 / 16);
		letter-spacing: 0.09em;
		text-align: center;
		color: #ffffff;
		margin-top: -2.5vw;
		padding: 6.25vw 0;
	}
	.sec02_box._box01 .content_title {
		background-color: #D6481B;
	}
	.sec02_box._box02 .content_title {
		background-color: #8D4072;
	}
	.sec02_box._box03 .content_title {
		background-color: #467427;
	}
	.sec02_box._box01 .sec02_box-content {
		background: transparent;
		padding: 0;
		border: 0.5vw solid #753521;
		border-top: none;
	}
	.sec02_box._box02 .sec02_box-content {
		background: transparent;
		padding: 0;
		border: 0.5vw solid #4B2857;
		border-top: none;
	}
	.sec02_box._box03 .sec02_box-content {
		background: transparent;
		padding: 0;
		border: 0.5vw solid #2F4C1B;
		border-top: none;
	}
	.content_inner {
		flex-direction: column;
	}
	.content_detail {
		width: 100%;
	}
	.content_detail-ttl {
		padding-right: 3.75vw;
	}
	.sec02_box._box02 .content_detail-ttl {
		padding-right: 2.5vw;
	}
	.sec02_box._box03 .content_detail-ttl {
		padding-right: 12vw;
	}
	.content_detail-ttl ._name {
		font-size: 4vw;
		padding-top: 1.5vw;
		margin-right: 2vw;
	}
	.sec02_box._box02 .content_detail-ttl ._name {
		margin-right: 0;
	}
	.content_detail-ttl ._name ._nameB {
		font-size: 4.25vw;
		line-height: calc(24.62 / 17);
	}
	.content_detail-ttl ._name ._nameS {
		font-size: 4vw;
	}
	.content_detail-ttl ._price {
		font-size: 13vw;
		line-height: calc(75.3 / 52);
		letter-spacing: -0.03em;
	}
	.content_detail-ttl ._price ._priceSmail {
		font-size: 6.75vw;
		line-height: calc(39.1 / 27);
		width: 10.5vw;
		text-align: center;
	}
	.sec02_box._box01 .content_detail-ttl ._price ._priceSmail {
		width: 10.5vw;
	}
	.content_detail-ttl ._price ._priceSmail ._abs {
		top: -2.5vw;
		font-size: 2.5vw;
	}
	.content_detail-notes {
		font-size: 3.25vw;
		line-height: calc(16.9 / 13);
		padding-right: 6vw;
	}
	.sec02_box._box02 .content_detail-notes {
		margin-top: -0.5vw;
		font-size: 3.75vw;
		line-height: calc(21.72 / 15);
		padding-right: 4.75vw;
	}
	.sec02_box._box03 .content_detail-notes {
		margin-top: -1vw;
		font-size: 3.75vw;
		line-height: calc(19.5 / 15);
		padding-right: 14.5vw;
	}
	.sec02_box._box01 .content_images {
		width: 76.75vw;
	}
	.sec02_box._box02 .content_images {
		width: 76vw;
	}
	.sec02_box._box03 .content_images {
		width: 76.75vw;
	}
	.btnRed {
		margin-top: 1.75vw;
	}
	.sec02_box._box01 .btnRed {
		margin-top: 2.5vw;
	}
	.btnRed .btnRed_links {
		width: 79.75vw;
		font-size: 4vw;
		padding: 4.75vw 0 5.25vw;
	}
	.btnWhite {
		text-align: center;
		margin-top: 6vw;
	}
	.btnWhite_txt {
		font-size: 3.75vw;
		letter-spacing: 0.06em;
		margin-bottom: 2vw;
	}
	.btnWhite_links {
		width: 62.5vw;
		font-size: 4vw;
		padding: 3vw 0;
	}
}

.sec03 {
	background: url(../images/bg_3.jpg) repeat center;
	padding: 8.8rem 0 12rem;
}
.sec03_title {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-size: 3rem;
	line-height: calc(44.31 / 30);
	letter-spacing: 0.12em;
	color: #3F2107;
	margin-bottom: 2.4rem;
}
.sec03_notes li {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.06em;
	list-style: inside;
	padding-left: 2.3rem;
	text-indent: -2.3rem;
	margin-bottom: 0.5rem;
}
.btnBrown {
	margin-top: 5.8rem;
}
.btnBrown_links {
	display: block;
	width: 35.3rem;
	margin: 0 auto;
	background-color: #724C29;
	border-radius: 7.516rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: calc(30 / 20);
	letter-spacing: 0.06em;
	text-align: center;
	color: #ffffff !important;
	padding: 2.1rem 0 1.9rem;
	transition: all 0.3s;
}
.btnBrown_links:hover {
	opacity: 0.75;
}
@media screen and (max-width: 767px) {
	.sec03 {
		background: url(../images/bg_3.jpg) repeat center;
		background-size: 60%;
		padding: 12vw 0;
	}
	.sec03 .content {
		padding: 0 4vw;
	}
	.sec03_title {
		font-size: 6vw;
		line-height: calc(35.45 / 24);
		margin-bottom: 6.25vw;
		padding-left: 1.5vw;
	}
	.sec03_notes li {
		font-size: 3.5vw;
		line-height: calc(19.6 / 14);
		letter-spacing: 0.04em;
		padding-left: 5vw;
		text-indent: -5vw;
		margin-bottom: 2vw;
	}
	.sec03_notes li span {
		display: block;
		padding-left: 12vw;
	}
	.sec03_notes li span._let {
		padding-left: 5vw;
		letter-spacing: -0.0044em;
	}
	.btnBrown {
		margin-top: 10vw;
	}
	.btnBrown_links {
		width: 68vw;
		font-size: 4vw;
		line-height: calc(19.2 / 16);
		padding: 3vw 0 3.5vw;
	}
}
/*-----------------------
	footer
-----------------------*/
div.footer{
	width: 100%;
	background-color: #424f36;
}
div.footer div.wrapper{
	width: 100rem;
	margin: 0 auto;
	padding: 1.6rem 4rem;
	overflow: hidden;
	position: relative;
}
div.footer div.wrapper p.copyright{
	position: absolute;
	right: 4rem;
	bottom: 1.4rem;
	font-size: 1.2rem;
	color: #fff;
}
@media screen and (max-width: 767px) {
	div.footer{
		min-width: auto;
	}
	div.footer div.wrapper{
		width: 100%;
		padding: 2.5vw 5vw;
	}
	div.footer div.wrapper .logo img {
		width: 26.25vw;
		height: 8vw;
	}
	div.footer div.wrapper p.copyright {
		right: 5vw;
		bottom: 2vw;
		font-size: 2.5vw;
	}
}