@charset "UTF-8";
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
	opacity: 0.7;
}
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
  margin: 0;
}
input, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
input[type="button"], input[type="submit"], input[type="reset"], button {
  outline: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: top;
}
html {
  font-size: 16px;
}
body {
  font-family: “Hiragino Sans W3”, “Hiragino Kaku Gothic ProN”, “ヒラギノ角ゴ ProN W3”, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
  font-weight: 300;
  line-height: 1;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
input, textarea {
  border-radius: 0;
  -webkit-appearance: none;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.clear {
overflow: hidden;
}
.w_100 {
	width: 100%;
}
.mb_100 {
	margin-bottom: 100px;
}
.mt_100 {
	margin-top: 100px;
}
p {
	font-size: 16px;
	line-height: 1.7
}
.center {
	text-align: center;
}
.logo_tws_top, .logo_weins_top {
	display: none;
}
.btn {
	position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
	padding: 18px 0;
	width: 220px;
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}
.btn::before{
    transform: skewX(-13deg);
    content: "";
    position: absolute;
    top: 0;
		bottom: 0;
		left: 0;
		right: 0;
    z-index: -1;
    background-color:#123888;
}
.btn_red {
	width: 5px;
	height: 100%;
	background-color:#ed2400;
	position: absolute;
	right: -7px;
	top: 0;
	transform: skewX(-13deg);
}
.btn:hover {
  opacity: 0.7;
  background-color: hsla(0,0%,100%,0.90);
}
.l-body {
  padding-top: 140px;
}
.l-globalNav__list > li {
  position: relative;
}
.l-globalNav__list > li a:hover {
  opacity: 1;
}
.l-globalNav__list > li .trigger {
  display: none;
}

.l-globalNav__list > li > a {
  display: block;
  position: relative;
}
.l-globalNav__list > li > ul > li {
  white-space: nowrap;
  line-height: 1.5;
}
.l-globalNav__list > li > ul > li:first-of-type {
  margin-top: 0;
}
.l-globalNav__list > li > ul > li a {
  display: block;
  position: relative;
}

.l-header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 140px;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.l-header__logo {
  margin-right: auto;
}
.l-header__logo a {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.l-header__logo img {
  width: 380px;
	margin: 9px	0;
}
.l-header__navTrigger {
  position: fixed;
  right: 2vw;
  top: 2.35vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-header__navTrigger.__open .l-header__navTriggerIcon span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 0.27vw);
}
.l-header__navTrigger.__open .l-header__navTriggerIcon span:nth-child(2) {
  opacity: 0;
}
.l-header__navTrigger.__open .l-header__navTriggerIcon span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 0.27vw);
}
.l-header__navTriggerIcon {
  width: 5.9vw;
  height: 3.91vw;
  margin: 1.57vw;
  position: relative;
}
.l-header__navTriggerIcon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  background: #123888;
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 100%;
  height: 0.53vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: top 0.2s ease 0s, bottom 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: top 0.2s ease 0s, bottom 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: top 0.2s ease 0s, bottom 0.2s ease 0s, transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: top 0.2s ease 0s, bottom 0.2s ease 0s, transform 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.l-header__navTriggerIcon span:nth-child(1) {
  top: 0;
}
.l-header__navTriggerIcon span:nth-child(2) {
  top: calc(50% - 0.27vw);
}
.l-header__navTriggerIcon span:nth-child(3) {
  bottom: 0;
}
.l-header__navTriggerText {
  font-size: 2.09vw;
  color: #123888;
}
.l-header__corporateLogo {
  position: absolute;
  right: 0;
  top: 24px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: top 0.2s ease 0s;
  transition: top 0.2s ease 0s;
}
.l-header__corporateLogo a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.l-pageTop {
  position: fixed;
  bottom: 100px;
	right: 20px;
  height: 0;
  z-index: 100;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.l-pageTop .c-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
}
.l-pageTop.__show {
  opacity: 1;
}
.l-pageTop__btn {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #123888;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.50);
}
.l-footer {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #3b3b3b;
}
.l-footer__copyright {
  margin-top: 40px;
	color: #b8b8b8;
	font-size: 14px;
}
.l-footerNav {
  position: relative;
  z-index: 20;
	width: 60%;
}
.l-footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
}
.l-footerNav__list > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.l-footerNav__list > li img {
	margin: 6px;
}
.l-footerNav__list > li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 5px;
  white-space: nowrap;
	margin-top: 15px;
}
.l-footerNav__list > li > ul li {
  margin-top: 5px;
}
.l-footerNav__list > li > ul li a {
  display: block;
  position: relative;
  color: #FFFFFF;
	line-height: 2;
	font-size: 14px;
}
.l-globalNav {
  position: relative;
  margin: auto;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .sp {
    display: none;
  }
  .l-globalNav {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.2s ease 0s, top 0.2s ease 0s;
    transition: width 0.2s ease 0s, top 0.2s ease 0s;
  }
  .l-globalNav.__compact {
    top: 17px;
     width: auto;
  }
  .l-globalNav.__compact .l-globalNav__list > li > a {
    padding: 0 18px;
  }
  .l-globalNav.__compact .l-globalNav__list > li > a:first-of-type > a {
    border-left: none;
  }
  .l-globalNav.__compact .l-globalNav__list > li > a:last-of-type > a {
    padding-right: 0;
  }
  .l-globalNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-globalNav__list > li {
    padding-bottom: 30px;
  }
  .l-globalNav__list > li > a {
    padding: 0 35px;
    border-left: 1px solid #a9a9a9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: padding 0.2s ease 0s;
    transition: padding 0.2s ease 0s;
  }
  .l-globalNav__list > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 15%;
    bottom: -21px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    width: 70%;
    height: 3px;
    background-color: #f44335;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    transition: -webkit-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  }
  .l-globalNav__list > li > a:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .l-globalNav__list > li:first-of-type > a {
    border-left: none;
  }
  .l-globalNav__list > li > ul {
    top: 37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    padding: 24px 30px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .l-globalNav__list > li > ul > li {
    margin-top: 8px;
  }
  .l-globalNav__list > li > ul > li a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    padding-left: 13px;
  }
  .l-globalNav__list > li > ul > li a:before {
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    content: "";
    background: #f44335;
		height: calc(tan(60deg) * 10px / 2);
		width: 7px;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .l-globalNav__list > li > ul > li a:hover {
    opacity: 0.7;
  }
  .l-header {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: height 0.2s ease 0s;
    transition: height 0.2s ease 0s;
  }
  .l-header.__compact {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 80px;
  }
  .l-header.__compact .l-header__inner {
    padding-top: 19px;
  }
  .l-header.__compact .l-header__logo {
    margin-bottom: 9px;
		margin-top: -9px;
  }
  .l-header.__compact .l-header__corporateLogo {
    top: -60px;
  }
  .l-header__inner {
    padding-top: 24px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: padding-top 0.2s ease 0s;
    transition: padding-top 0.2s ease 0s;
  }
  .l-header__logo {
    margin-bottom: 19px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: margin 0.2s ease 0s;
    transition: margin 0.2s ease 0s;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
  .l-header__navTrigger {
    display: none;
  }
  .l-header__corporateLogo a:hover {
    opacity: 0.7;
  }
  .l-sideNav__item:hover {
    opacity: 0.7;
  }
  .c-container {
    width: 1100px;
    margin: 0 auto;
  }
  .c-container.__narrow {
    width: 932px;
  }
	.l-globalNav__list > li > ul {
  display: none;
}
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 1200px) {
	.l-body .c-container {
		margin: 0 3%;
	}
	.l-header__logo {
		margin-left: 3%;
	}
}
@media (max-width: 767.98px) {
  .pc {
    display: none;
  }
	p {
	font-size: 4vw;
}
	.mb_100 {
	margin-bottom: 50px;
}
.mt_100 {
	margin-top: 50px;
}
  .l-body {
    padding-top: 11.72vw;
  }
  .l-footer {
    padding-top: 5.63vw;
    padding-bottom: 6.52vw;
  }
	.l-footerNav__list > li > a {
  font-size: 3.5vw;
		margin-top: 0;
}
	.l-footerNav__list > li img {
	margin: 3px 6px;
}
  .l-footer__copyright {
    margin-top: 6.52vw;
    font-size: 3.13vw;
  }
  .l-globalNav {
    display: none;
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 15vw;
  }
  .l-globalNav__list {
    max-height: 100vh;
    overflow: scroll;
  }
  .l-globalNav__list > li {
    font-size: 3.39vw;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-globalNav__list > li .trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14.33vw;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    transition: -webkit-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  }
  .l-globalNav__list > li .trigger:before, .l-globalNav__list > li .trigger:after {
    content: "";
    position: absolute;
    width: 2.61vw;
    height: 0.27vw;
    background-color: #ed2400;
  }
  .l-globalNav__list > li .trigger:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(45deg) translateX(-0.52vw);
    transform: rotate(45deg) translateX(-0.52vw);
  }
  .l-globalNav__list > li .trigger:after {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-45deg) translateX(0.53vw);
    transform: rotate(-45deg) translateX(0.53vw);
  }
  .l-globalNav__list > li .trigger.__open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .l-globalNav__list > li > ul {
    margin-left: 3.91vw;
    border-left: 1px solid #ccc;
    width: 100%;
  }
	.l-globalNav__list > li > ul {
  display: none;
}
  .l-globalNav__list > li > a {
    width: calc(100% - 14.33vw);
    padding: 3.91vw 5.21vw;
  }
  .l-globalNav__list > li > ul > li a {
    border-top: 1px solid #ccc;
    padding: 3.26vw 5.21vw;
  }
  .l-header {
    height: 15vw;
  }
  .l-header__inner {
    height: 15vw;
  }
  .l-header__logo img {
    width: 60vw;
  }
  .l-header__corporateLogo {
    display: none;
  }
  .l-pageTop {
    bottom: 15vw;
  }
  .l-pageTop__btn {
    width: 8vw;
    height: 8vw;
  }
  .l-pageTop__btn img {
    width: 3.26vw;
  }
  .l-sideNav {
    top: 13.03vw;
  }
  .l-sideNav.__show {
    top: 13.03vw;
  }
  .l-sideNav__item {
    margin-top: 2.61vw;
    font-size: 2.61vw;
    padding: 3.91vw 3.91vw 2.61vw;
  }
  .l-sideNav__item:before {
    top: 2.61vw;
    left: calc(50% + 0.27vw);
  }
  .l-sideNav__item.__contact {
    padding-top: 7.17vw;
  }
  .l-sideNav__item.__contact:before {
    background-size: 4.17vw;
    width: 4.17vw;
    height: 3vw;
  }
  .l-sideNav__item.__shop {
    padding-top: 9.12vw;
  }
  .l-sideNav__item.__shop:before {
    background-size: 4.69vw;
    width: 4.69vw;
    height: 5.6vw;
  }
  .l-sideNav__item.__sample {
    padding-top: 9.77vw;
  }
  .l-sideNav__item.__sample:before {
    background-size: 4.43vw;
    width: 4.43vw;
    height: 5.73vw;
  }
  .c-container {
    padding: 0 4.69vw;
  }
  .p-greeting {
    padding-top: 10.42vw;
  }
  .p-page__header {
    margin-bottom: 5.21vw;
  }
  .p-page__headerTitle {
    text-align: center;
    font-size: 5.86vw;
  }
	.btn {
	padding: 15px 0;
	width: 45%;
	font-size: 3.5vw;
}
}
