@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: #333333;
}
.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: #987A11;
  color: #fff;
  line-height: 5rem;
  font-size: 2rem;
  border: 0.1rem solid #987A11;
  cursor: pointer;
}
#sales .button:hover{
  background-color: #fff;
  color: #987A11;
}
@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: #365532;
		width: 30vw;
		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.4;
		color: #fff;
		text-align: center;
	}
	.sales-contact .tel span .phone {
		font-size: 3vw;
	}
	.sales-cart a {
		width: 29.5vw;
		height: 13vw;
		background: #987A11;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}
	.sales-cart a span {
		font-size: 3.25vw;
		font-weight: bold;
		line-height: 1.4;
		letter-spacing: 0;
		color: #fff;
	}
  .sales-cart a img {
		width: 2vw;
		height: 1.25vw;
    padding-top: 0.5vw;
	}
}
/*-----------------------
	mv
-----------------------*/
#mv {
	width: 100%;
  position: relative;
}

body > #wrap{
	background-color: #fff;
	width: 100%;
}
@media screen and (max-width: 767px){
	body > #wrap {
		min-width: auto;
		padding-top: 13vw;
	}
}
/*-----------------------
	contents
-----------------------*/
div.content{
	max-width: 106rem;
	margin: 0 auto;
  padding: 0 2rem;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	div.content{
		width: 100%;
		padding: 0 5vw;
	}
}
.colorRed {
  color: #9E181A;
}
/*-----------------------
	main
-----------------------*/
.sec01 {
  background: linear-gradient(165.1deg, #DDD1A2 -5.18%, #FCF7E3 47.27%, #DDD1A2 107.59%);
	padding: 6.4rem 0 7.2rem;
}
.sec01_title {
  width: 38.8rem;
  margin: 0 auto 1rem;
}
.sec01_box {
  background-color: #ffffff;
  border: 0.5rem solid #66510B;
  border-top: none;
}
.sec01_box-ttl {
	width: 100%;
	text-align: center;
	padding: 1.4rem 0 1.5rem;
	background: linear-gradient(90deg, #66510B 0%, #B68E05 50%, #66510B 100%);
}
.sec01_box-ttl img {
	width: 19.3rem;
}
.sec01_box-detail {
  padding: 4rem 7.6rem 5.1rem;
}
.sec01_box-img01 {
  width: 85.8rem;
  margin: 0 auto;
}
.sec01_box-img01 {
  margin-bottom: 0.2rem;
}
.sec01_box-img02 {
	width: 84rem;
	margin: 0 auto;
}
.sec01_box-note {
  display: flex;
  justify-content: flex-start;
  padding: 0 1.4rem 0 1.7rem;
  margin-top: 3.3rem;
}
.sec01_box-note--ttl {
  width: 8rem;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0D0D0D;
}
.sec01_box-note ul {
  width: calc(100% - 8rem);
  padding-left: 2.2rem;
}
.sec01_box-note ul li {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.sec01_box-price {
  display: flex;
  justify-content: space-between;
  margin: 3.6rem 0.9rem 0;
  border-top: 0.2rem solid rgba(112, 89, 13, 0.3);
  padding-top: 2.9rem;
}
.sec01_box-price--txt {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.bigTxt {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-weight: 600;
  font-size: 5.6rem;
  letter-spacing: normal;
}
.smailTxt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}
.sec01_box-price--notes {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.btnRed {
	margin-top: -0.6rem;
}
.btnRed .btnRed_links {
	display: block;
	width: 36rem;
	margin: 0 auto;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	color: #ffffff;
	border-radius: 7.516rem;
	background-color: #A31A1C;
	padding: 3rem 0 3.1rem;
	transition: all 0.3s;
}
.btnRed .btnRed_links:hover {
	opacity: 0.75;
}
@media screen and (max-width: 767px) {
	.sec01 {
    padding: 10vw 0 14vw;
  }
  .sec01_title {
    width: 64.75vw;
    margin: 0 auto 1rem;
  }
  .sec01_box {
    border: 0.5vw solid #66510B;
  }
  .sec01_box-ttl {
    padding: 2.5vw 0 3vw;
  }
  .sec01_box-ttl img {
    width: 35.75vw;
  }
  .sec01_box-detail {
    padding: 6.5vw 8vw 9.5vw;
  }
  .sec01_box-img01 {
    width: 73vw;
  }
  .sec01_box-img01 {
    margin-bottom: 0.5vw;
  }
  .sec01_box-img02 {
    width: 73vw;
  }
  .sec01_box-note {
    flex-direction: column;
    column-gap: 0;
    padding: 0;
    margin-top: 6vw;
  }
  .sec01_box-note--ttl {
    width: 100%;
    font-size: 4.25vw;
    text-align: left;
    margin-bottom: 2vw;
  }
  .sec01_box-note ul {
    width: 100%;
    padding-left: 0;
  }
  .sec01_box-note ul li {
    font-size: 3vw;
    padding-left: 4.25vw;
    text-indent: -3vw;
  }
  .sec01_box-price {
    flex-direction: column;
    margin: 5.5vw 0 0;
    border-top: 0.25vw solid rgba(112, 89, 13, 0.3);
    padding-top: 6vw;
  }
  .sec01_box-price--txt {
    font-size: 4.25vw;
  }
  .bigTxt {
    font-size: 10.25vw;
  }
  .smailTxt {
    font-size: 3.5vw;
    font-weight: 700;
  }
  .sec01_box-price--notes {
    font-size: 3.25vw;
  }
  .btnRed {
    margin-top: 6vw;
  }
  .btnRed .btnRed_links {
    width: 72vw;
    font-size: 4vw;
    padding: 5.25vw 0;
  }
}

.sec02 {
	background: url(../images/interview.jpg) no-repeat center/cover;
	padding: 7.3rem 0 7.2rem;
}
.sec02 .content {
	display: flex;
	flex-direction: column;
}
.sec02_title {
	width: 47.7rem;
	position: relative;
	margin-left: 2.3rem;
	margin-bottom: 2.6rem;
}
.sec02_title::before {
	content: "";
	position: absolute;
	top: -0.9rem;
	left: -3.1rem;
	width: 6.5rem;
	height: 6.6rem;
	background: url(../images/icon_music.png) no-repeat;
	background-size: cover;
}
.sec02_intro {
	position: relative;
}
.sec02_intro-bor {
	padding: 2.8rem 1.5rem 3.2rem 3.3rem;
	width: 55.7rem;
	background: #FFFFFF;
	box-shadow: 0 0 0.2rem #218113;
	border-radius: 1rem;
	position: relative;
}
.sec02_intro-name {
	line-height: 1.4;
	margin-bottom: 1.6rem;
}
.sec02_intro-name .nameBig {
	font-weight: 700;
	font-size: 1.5rem;
}
.sec02_intro-name .nameSmail {
	font-weight: 500;
	font-size: 1.1rem;
}
.sec02_intro-name .nameFit {
	font-weight: 700;
	font-size: 1.3rem;
	margin-left: 0.4rem;
}
.colorGreen {
	color: #218113;
}
.sec02_intro-txt {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: space-between;
}
.sec02_intro-txt .txtLeft {
	width: 8.5rem;
}
.sec02_intro-txt .txtRight {
	width: calc(100% - 8.5rem);
}
.sec02_intro-txt:nth-child(4) {
	margin-top: 0.4rem;
}
.sec02_intro-txt:nth-child(4) .txtRight {
	letter-spacing: 0;
}
.sec02_intro-txt:last-child {
	margin-top: 1rem;
}
.sec02_intro-logo {
	width: 5.9rem;
	position: absolute;
	top: 2rem;
	right: 1.8rem;
}
.sec02_intro-img {
	width: 43.5rem;
	position: absolute;
	top: -17.4rem;
    right: -0.9rem;
}
.sec02_interview {
	background: url(../images/bg_voice.jpg) no-repeat;
	border-radius: 0.6rem;
	margin-top: 3.8rem;
	padding: 8.8rem 5.9rem 8.2rem 6rem;
	position: relative;
}
.sec02_interview-ttl {
	width: 67.3rem;
	position: absolute;
	top: 4.9rem;
	left: 24rem;
}
.sec02_interview-detail {
	display: flex;
	justify-content: space-between;
	column-gap: 4.2rem;
}
.sec02_interview-img {
	width: 35.6rem;
}
.sec02_interview-text {
	width: calc(100% - 39.8rem);
	padding-top: 10.6rem;
}
.sec02_interview-txt {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-bottom: 1.6rem;
}
.sec02_interview-txt:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.sec02 {
    background: url(../images/interview-2_sp.jpg) no-repeat center/cover;
    background-position-y: 20.75vw;
    padding: 0 0 15.75vw;
    position: relative;
  }
  .sec02 .content {
    padding: 0;
  }
  .sec02_title {
    position: absolute;
    width: 86vw;
    margin-left: 0;
    margin-bottom: 0;
    z-index: 2;
    top: 11.75vw;
    left: 6.75vw;
  }
  .sec02_title::before {
    top: -4.25vw;
    left: 1.5vw;
    width: 8.5vw;
    height: 9vw;
    background: url(../images/icon_music_sp.png) no-repeat;
    background-size: cover;
  }
  .sec02_intro {
    padding: 0 5vw;
  }
  .sec02_intro-bor {
    padding: 8vw;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 0.5vw #218113;
    border-radius: 2.5vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec02_intro-name {
    width: 100%;
    margin-bottom: 2.5vw;
  }
  .sec02_intro-name .nameBig {
    font-size: 4.25vw;
  }
  .sec02_intro-name .nameSmail {
    font-size: 2.75vw;
  }
  .sec02_intro-name .nameFit {
    font-size: 3vw;
    margin-left: 0.4rem;
  }
  .sec02_intro-txt {
    font-size: 2.75vw;
    flex-direction: column;
    justify-content: flex-start;
  }
  .sec02_intro-txt .txtLeft {
    width: 100%;
    margin-bottom: 0.75vw;
  }
  .sec02_intro-txt .txtRight {
    width: 100%;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative;
  }
  .sec02_intro-txt .txtRight .txtSmail {
    font-size: 2.25vw;
    position: absolute;
    top: 3.5vw;
    right: 0;
  }
  .sec02_intro-txt:nth-child(3) {
    width: 26vw;
  }
  .sec02_intro-txt:nth-child(4) {
    width: 46.75vw;
    margin-top: 0;
  }
  .sec02_intro-txt:nth-child(4) .txtRight {
    letter-spacing: 0;
  }
  .sec02_intro-txt:last-child {
    margin-top: 1.75vw;
  }
  .sec02_intro-logo {
    width: 10.5vw;
    top: auto;
    bottom: 7.75vw;
    right: 9.25vw;
  }
  .sec02_intro-img {
    width: 83.25vw;
    position: absolute;
    top: -112.5vw;
    right: 0;
  }
  .sec02_interview {
    background: transparent;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    order: -1;
  }
  .sec02_interview-ttl {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .sec02_interview-detail {
    flex-direction: column;
    column-gap: 0;
  }
  .sec02_interview-img {
    width: 100%;
  }
  .sec02_interview-text {
    width: 100%;
    padding: 10.25vw 9.5vw 7.5vw;
  }
  .sec02_interview-txt {
    font-size: 3.75vw;
    line-height: 1.75;
    margin-bottom: 2.75vw;
  }
  .sec02_interview-txt:last-child {
    margin-bottom: 0;
    margin-top: 69.5vw;
  }
}

.sec03 {
	padding: 6.6rem 0 0;
}
.sec03_title {
	width: 82.3rem;
	margin: 0 auto 3.2rem;
}
.sec03_propolis01 {
	background: url(../images/bg_propolis_01_pc.png) no-repeat center/cover;
	padding: 5.3rem 0 5.2rem;
	margin-bottom: 0.4rem;
}
.sec03_propolis01-img {
	width: 94.7rem;
	margin: 0 auto;
}
.sec03_propolis02 {
	background: url(../images/bg_propolis_02_pc.png) no-repeat center/cover;
	padding: 5.3rem 0;
}
.sec03_propolis02-img {
	width: 95.4rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec03 {
    padding: 12vw 0 0;
  }
  .sec03_title {
    width: 83.25vw;
    margin: 0 auto 8vw;
  }
  .sec03_propolis01 {
    background: url(../images/bg_propolis_01_sp.png) no-repeat center/cover;
    padding: 10vw 0 14vw;
    margin-bottom: 0;
  }
  .sec03_propolis01-img {
    width: 90vw;
    margin: 0 auto;
  }
  .sec03_propolis02 {
    background: url(../images/bg_propolis_02_sp.png) no-repeat center/cover;
    padding: 9.75vw 0 14vw;
  }
  .sec03_propolis02-img {
    width: 90vw;
    margin: 0 auto;
  }
}

.sec04 {
	background: url(../images/bg_sec04_pc.png) no-repeat center/cover;
	padding: 6.4rem 0;
}
.sec04_images {
	width: 101.9rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec04 {
    background: url(../images/bg_sec04_sp.png) no-repeat center/cover;
    padding: 14vw 0;
  }
  .sec04_images {
    width: 87.75vw;
  }
}

.sec05 {
	background: url(../images/bg_sec05_pc.png) no-repeat center/cover;
	padding: 6rem 0 6.8rem;
}
.sec05_images {
	width: 82rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec05 {
    background: url(../images/bg_sec05_sp.png) no-repeat center/cover;
    padding: 8.5vw 0 11.5vw;
  }
  .sec05_images {
    width: 88.5vw;
    margin-left: 0;
  }
}

.sec06 {
	background: url(../images/bg_sec06_pc.png) no-repeat center/cover;
	padding: 4.7rem 0 8rem;
	position: relative;
}
.sec06::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 37.8rem;
	background: url(../images/leaf-pc.png) no-repeat center/cover;
	z-index: 1;
}
.sec06::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 35.2rem;
	background: url(../images/grass.png) no-repeat center/cover;
	z-index: 1;
}
.sec06_title {
	width: 71.3rem;
	margin: 0 auto;
	transform: translateX(-2.9rem);
}
.sec06_box {
	max-width: 87.5rem;
	margin: 2.7rem auto 0;
	background-color: #ffffff;
	filter: drop-shadow(0px 0.3rem 1.2rem #C3DA8F);
	position: relative;
	z-index: 2;
}
.reviewWidget_inner, .u_komi_qa_widget_inner {
  padding: 2rem 8rem !important;
}
.reviewWidget_inner .ukomi-fullwidth {
  display: none !important;
}
.uKomiWidgetSection,
.customQuestionSortingWrap,
.reviewFilterBtn-btn {
  display: none !important;
}
.reviewSortingSection {
  justify-content: flex-start !important;
  border-bottom: none !important;
}
.reviewWidget_title {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
	.sec06 {
    background: url(../images/bg_sec06_sp.png) no-repeat center/cover;
    padding: 12vw 0 15.25vw;
    position: relative;
  }
  .sec06::before {
    height: 19.75vw;
    background: url(../images/leaf-sp.png) no-repeat center/cover;
  }
  .sec06::after {
    height: 19.25vw;
    background: url(../images/grass_sp.png) no-repeat center/cover;
  }
  .sec06_title {
    width: 83vw;
    margin: 0 auto;
    transform: translateX(-1.75vw);
  }
  .sec06_box {
    margin: 6vw auto 0;
  }
  .reviewWidget_inner, .u_komi_qa_widget_inner {
    padding: 5vw 2.5vw !important;
  }
}

.sec07 {
	padding-bottom: 6.4rem;
}
.sec07 .sec01_title {
	width: 35.4rem;
}
.sec07_title {
	width: 63rem;
	margin: 3.1rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding-bottom: 12vw;
  }
  .sec07 .sec01_title {
    width: 59vw;
  }
  .sec07_title {
    width: 90vw;
    margin: 6vw auto 0;
  }
}

/*-----------------------
	footer
-----------------------*/
div.footer{
	width: 100%;
	background-color: #ffffff;
	padding: 3.9rem 0 4rem;
}
div.footer div.wrapper{
	width: 106rem;
	margin: 0 auto;
	padding: 1.6rem 2rem;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.nav_list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 2.4rem;
	padding-top: 0.2rem;
}
.nav_list-links {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.05em;
	position: relative;
	padding-right: 1.3rem;
	transition: all 0.3s;
}
.nav_list-links::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 0.9rem;
	height: 1.1rem;
	background: url(../images/icon_arrow_r.png) no-repeat;
	background-size: cover;
	transform: translateY(-50%);
}
.nav_list-links:hover {
	opacity: 0.75;
}
div.footer div.wrapper p.copyright{
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
	text-align: right;
	margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
	div.footer{
		min-width: auto;
    padding: 7.25vw 0 8vw;
	}
	div.footer div.wrapper{
		width: 100%;
		padding: 0 5vw;
    flex-direction: column;
	}
	div.footer div.wrapper .logo {
		width: 33vw;
	}
  .ft_nav {
    margin-top: 8.25vw;
  }
  .nav_list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6vw;
    padding-top: 0;
  }
  .nav_list-links {
    font-size: 4vw;
    padding-right: 1.3rem;
  }
  .nav_list-links::after {
    width: 2.25vw;
    height: 2.75vw;
  }
  div.footer div.wrapper p.copyright{
    font-size: 4vw;
    margin-top: 11.75vw;
  }
}