@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Open+Sans:wght@400;700&display=swap");
@media (max-width: 895px) {
  .pc {
    display: none;
  }
}

@media (min-width: 896px) {
  .sp {
    display: none;
  }
}

.nw {
  display: inline-block;
  white-space: nowrap;
}

.txtContainer {
  position: absolute;
  width: 100%;
  transform: translateY(-100%);
  color: #c1133d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.txtContainer:before, .txtContainer:after {
  content: "";
  display: block;
  height: 1.8em;
  width: 1px;
  background: #c1133d;
}

.txtContainer:before {
  transform: rotate(-18deg);
}

.txtContainer:after {
  transform: rotate(18deg);
}

.txtContainer .txt {
  padding: .8em;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .txtContainer .txt {
    font-size: .9em;
    padding: .5em;
  }
}

.shopList {
  display: flex;
  gap: 13px;
  padding: 3rem 0;
}

@media (max-width: 640px) {
  .shopList {
    gap: 5px;
    font-size: .7em;
  }
}

.shopList-item {
  width: calc(100% / 3);
  position: relative;
  border: 1px solid #797979;
}

.shopList-item a {
  height: 60px;
  display: flex;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
}

.shopList-item img {
  height: auto;
  max-height: 27px;
}

.shopList-item .txtContainer .txt {
  font-size: .75em;
  text-align: center;
  letter-spacing: normal;
  line-height: 1.4;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: #000;
  float: none;
  font-family: 'Open Sans', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  height: auto;
  letter-spacing: 0.02em;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
}

p,
dt,
dd {
  line-height: 1.8;
}

@media (min-width: 896px) {
  .sp-br {
    display: none;
  }
}

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

@media (max-width: 895px) {
  .text-none {
    display: none;
  }
}

*:focus {
  outline: none;
}

#main-contents {
  transition: all 0.5s ease 0s;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.logo {
  position: fixed;
  margin: 50px 0 0 75px;
  z-index: 999;
}

@media (max-width: 895px) {
  .logo {
    margin: 5% 0 0 7%;
  }
}

#head_wrap {
  position: fixed;
  width: 100%;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#global-nav {
  position: absolute;
  right: 4%;
  top: 1%;
  padding-top: 50px;
}

@media (max-width: 895px) {
  #global-nav {
    right: 0;
    top: 0;
  }
}

#global-nav ul {
  list-style: none;
  font-size: 1.8rem;
  display: inline-flex;
}

@media (max-width: 895px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
  margin-left: 0;
  text-align: center;
  position: relative;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 895px) {
  #global-nav ul li {
    border-right: none;
    text-align: left;
  }
}

#global-nav ul li a {
  text-align: center;
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
}

@media (max-width: 895px) {
  #global-nav ul li a {
    text-align: left;
  }
}

#global-nav ul li a .en {
  position: absolute;
  width: 130px;
  display: inline-block;
  transition: all 0.5s;
  opacity: 1;
}

#global-nav ul li a .jp {
  width: 130px;
  font-size: 1.4rem;
  display: inline-block;
  transition: all 0.5s;
  opacity: 0;
}

#global-nav ul li a:hover .jp {
  width: 130px;
  transition: all 0.5s;
  opacity: 1;
}

#global-nav ul li a:hover .en {
  width: 130px;
  transition: all 0.5s;
  opacity: 0;
}

/* Fixed */
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 6%;
  top: 30px;
  width: 30px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 895px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  .fixed .logo,
  .logo {
    position: fixed;
    color: #333;
    width: 32px;
    z-index: 1000;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    right: -100%;
    background: white;
    width: 100%;
    padding: 80px 0 100%;
    text-align: left;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    left: 0;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span {
    background-color: #000 !important;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
  .header, .header > .default, .default > .midnightInner {
    overflow: visible !important;
  }
}

@media (max-width: 895px) and (max-width: 895px) {
  .open .default {
    z-index: 99;
  }
}

@media (max-width: 895px) {
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    right: 0;
  }
}

.header__link {
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 895px) {
  .header__globallink {
    margin: 120px 0 36px 0;
  }
}

@media (max-width: 895px) {
  .header__globallink li {
    font-size: 18px;
    font-size: 4.8vw;
    border-bottom: 1px solid #B1BAC3;
    padding: 16px 10px;
  }
}

.header__otherlink li {
  float: left;
  margin: 0 0 20px 30px;
  font-size: 1.4rem;
}

@media (max-width: 895px) {
  .header__otherlink li {
    float: none;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.header__insta {
  width: 24px;
}

@media (max-width: 895px) {
  .header__insta {
    padding: 20px 0 0 10px;
    opacity: 1;
  }
}

.insta__navLogo {
  width: 24px;
  height: 24px;
}

.header__insta a:hover {
  transition: .5s;
  opacity: 0.4;
}

.blacksection {
  color: #fff;
}

.blacksection .insta__navLogo {
  fill: #fff;
}

.blacksection #nav-toggle span {
  background: #fff;
}

/* FV */
.background {
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  position: fixed;
  background-position: center center;
  opacity: 0;
  background-size: cover;
  transition: all 1s ease 0s;
  z-index: -1;
}

.show .background {
  opacity: 1;
}

#main_img {
  height: 100vh;
  position: relative;
  background-image: url("../images/main_bg.jpg");
  background-size: cover;
  background-position: center;
}

.nine__points {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../images/dots01.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 600px;
}

@media (max-width: 895px) {
  .nine__points {
    background-size: 90%;
  }
}

.nine__points--img {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 895px) {
  .nine__points--img {
    width: 90%;
  }
}

.maincopy {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0;
  position: absolute;
  width: 90%;
  z-index: 4;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 895px) {
  .maincopy {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

/* SecondaryImg */
#SecondaryImg ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
}

#SecondaryImg ul li {
  width: calc(100% / 3);
  margin-top: -2px;
}

#SecondaryImg ul img {
  width: 100%;
}

@media (max-width: 895px) {
  #SecondaryImg ul {
    margin-bottom: 90px;
  }
  #SecondaryImg ul li {
    width: 50%;
  }
}

/* OnlineShop */
#OnlineShop {
  margin-bottom: 150px;
}

@media (max-width: 895px) {
  #OnlineShop {
    margin-bottom: 90px;
  }
}

#OnlineShop h2 {
  font-size: 10.3rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  text-align: center;
}

@media (max-width: 895px) {
  #OnlineShop h2 {
    font-size: 31.5px;
    font-size: 8.4vw;
  }
}

.OnlineShop__copy {
  font-size: 1.4rem;
  width: 835px;
  margin: 70px auto 140px;
}

@media (max-width: 895px) {
  .OnlineShop__copy {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 82%;
    margin: 70px auto 90px;
  }
}

/* タイプライター */
.ityped-cursor {
  opacity: 1;
  animation: blink 0.3s infinite;
  animation-direction: alternate;
}

@keyframes blink {
  100% {
    opacity: 0;
  }
}

.item {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 895px) {
  .item {
    width: 90%;
    display: block;
  }
}

.item__img {
  margin: 0;
}

@media (max-width: 895px) {
  .item__img {
    width: 100%;
  }
}

.item__info {
  width: 420px;
}

.item__info > p {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 895px) {
  .item__info {
    width: 100%;
  }
}

.item__info--copy {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 46px;
}

@media (max-width: 895px) {
  .item__info--copy {
    font-size: 20px;
    font-size: 5.33333vw;
    margin: 40px 0;
  }
}

.item__info--name {
  font-size: 1.6rem;
  margin-bottom: 46px;
  padding: 40px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media (max-width: 895px) {
  .item__info--name {
    font-size: 16px;
    font-size: 4.26667vw;
    padding: 30px 0;
    margin: 0 0 30px;
  }
}

.item__info--price {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 6px;
}

@media (max-width: 895px) {
  .item__info--price {
    font-size: 23px;
    font-size: 6.13333vw;
  }
}

.item__info--price span {
  font-size: 1.0rem;
  font-weight: normal;
}

@media (max-width: 895px) {
  .item__info--price span {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.item__btn {
  padding: 22px 0;
  margin-bottom: 25px;
  text-align: center;
  width: 340px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  background-image: url("../images/btn_arrow_wh.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: .5s;
}

@media (max-width: 895px) {
  .item__btn {
    width: 100%;
  }
}

.item__btn:hover, .item__othershoplist:hover {
  transition: .5s;
  opacity: 0.5;
  background-position: right 12px center;
}

.item__info--content {
  font-size: 1.6rem;
  margin-bottom: 64px;
}

@media (max-width: 895px) {
  .item__info--content {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 45px;
  }
}

.item__info--shoptitle {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}

.item__othershoplist {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  background-image: url("../images/btn_arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: .5s;
}

/* スライダー */
.swiper-container {
  width: 640px;
}

@media (max-width: 895px) {
  .swiper-container {
    width: 100%;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next, .swiper-button-prev {
  color: #86909A;
}

/* Fragrance */
#Fragrance {
  background-image: url("../images/fragrance_bg_img.jpg");
  background-size: cover;
  position: relative;
  width: 100%;
  height: 800px;
}

@media (max-width: 895px) {
  #Fragrance {
    background-image: url("../images/fragrance_bg_img_sp.jpg");
    height: auto;
    overflow: hidden;
  }
}

#Fragrance h2 {
  position: absolute;
  top: 60px;
  right: 4%;
  font-size: 2.8rem;
  font-weight: normal;
  color: #fff;
  text-align: right;
}

@media (max-width: 895px) {
  #Fragrance h2 {
    top: 30px;
    font-size: 24px;
    font-size: 6.4vw;
  }
}

#Fragrance h2 span {
  font-size: 1.4rem;
  display: block;
  margin-top: 16px;
}

@media (max-width: 895px) {
  #Fragrance h2 span {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 10px;
  }
}

.Fragrance__container {
  width: 1060px;
  margin: 0 auto;
  padding-top: 50px;
}

@media (max-width: 895px) {
  .Fragrance__container {
    width: 85%;
    padding-top: 107px;
  }
}

.Fragrance__heading {
  width: 197px;
  height: 0;
  padding-top: 72px;
  background: url("../images/classy_citrus.png") 0 0 no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.Fragrance__maincopy {
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.65;
}

@media (max-width: 895px) {
  .Fragrance__maincopy {
    font-size: 18.5px;
    font-size: 4.93333vw;
  }
}

.Fragrance__img {
  position: relative;
  width: 1060px;
  margin: 30px auto;
}

@media (max-width: 895px) {
  .Fragrance__img {
    width: 100%;
    margin: 20px auto 0;
  }
}

.pyramid_img {
  position: absolute;
  width: 370px;
  top: 0;
  left: 0;
}

@media (max-width: 895px) {
  .pyramid_img {
    position: static;
    width: 80%;
    margin: 0 auto 40px;
    display: block;
  }
}

.pyramid_component01 {
  position: absolute;
  top: 10px;
  left: 280px;
}

@media (max-width: 895px) {
  .pyramid_component01 {
    position: static;
    margin-bottom: 26px;
  }
}

.pyramid_component02 {
  position: absolute;
  top: 120px;
  left: 280px;
}

@media (max-width: 895px) {
  .pyramid_component02 {
    position: static;
    margin-bottom: 26px;
  }
}

.pyramid_component03 {
  position: absolute;
  top: 230px;
  left: 280px;
}

@media (max-width: 895px) {
  .pyramid_component03 {
    position: static;
    padding-bottom: 86px;
  }
}

#Ingredient {
  background-color: #000;
  position: relative;
  width: 100%;
}

@media (max-width: 895px) {
  #Ingredient {
    overflow: hidden;
    margin-top: -1px;
  }
}

#Ingredient h2 {
  position: absolute;
  top: 60px;
  left: 4%;
  font-size: 2.8rem;
  font-weight: normal;
  color: #fff;
}

@media (max-width: 895px) {
  #Ingredient h2 {
    top: 30px;
    font-size: 24px;
    font-size: 6.4vw;
  }
}

#Ingredient h2 span {
  font-size: 1.4rem;
  display: block;
  margin-top: 16px;
}

@media (max-width: 895px) {
  #Ingredient h2 span {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 10px;
  }
}

.Ingredient__List {
  width: 840px;
  margin: 0 auto;
  padding: 180px 0 30px;
}

@media (max-width: 895px) {
  .Ingredient__List {
    width: 100%;
    padding: 90px 0 0;
  }
}

.Ingredient__List h3 {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 60px;
}

@media (max-width: 895px) {
  .Ingredient__List h3 {
    font-size: 22px;
    font-size: 5.86667vw;
    margin: 60px 0 10px;
    line-height: 1.8;
  }
}

.Ingredient__List h3 span {
  font-size: 1.0rem;
}

.Ingredient__List ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 895px) {
  .Ingredient__List ul {
    display: block;
    margin-bottom: 0;
  }
  .Ingredient__List ul .inner {
    width: 85%;
    margin: 0 auto;
  }
}

.Ingredient__Item {
  width: 50%;
  border: 2px solid #fff;
  text-align: center;
  padding: 32px 0 40px;
  margin: -1px;
  color: #fff;
  position: relative;
}

@media (max-width: 895px) {
  .Ingredient__Item {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 895px) {
  .Ingredient__Item:last-child {
    padding-bottom: 40px;
  }
}

.Ingredient__Item.first {
  padding: 32px 0 80px;
}

@media (max-width: 895px) {
  .Ingredient__Item.first {
    padding: 32px 0 40px;
  }
}

.Ingredient__Item--img {
  width: 190px;
  margin: 0 auto;
  margin-bottom: 32px;
}

@media (max-width: 895px) {
  .Ingredient__Item--img {
    width: 145px;
    margin-bottom: 20px;
  }
}

.Ingredient__Item h4 {
  font-size: 2.2rem;
  margin-bottom: 18px;
  font-weight: normal;
}

.Ingredient__Item h4 span {
  font-size: 1.0rem;
}

@media (max-width: 895px) {
  .Ingredient__Item h4 {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
}

.Ingredient__Item--percent {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

@media (max-width: 895px) {
  .Ingredient__Item--percent {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
}

.Ingredient__Item--copy {
  font-size: 1.2rem;
  margin: 0 auto;
}

.Ingredient__Item--copy span {
  font-size: 1.0rem;
}

@media (max-width: 895px) {
  .Ingredient__Item--copy {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 15px;
  }
}

.Ingredient__Item--Annotation {
  width: 100%;
  font-size: 1.0rem;
  position: absolute;
  bottom: 25px;
}

@media (max-width: 895px) {
  .Ingredient__Item--Annotation {
    font-size: 10px;
    font-size: 2.66667vw;
    position: static;
    margin-bottom: 15px;
  }
}

/* ThirdImg */
#ThirdImg {
  background-image: url("../images/third_img.jpg");
  background-size: cover;
  width: 100%;
  height: 800px;
  background-position: center;
}

@media (max-width: 895px) {
  #ThirdImg {
    background-image: url("../images/third_img_sp.jpg");
    height: 635px;
  }
}

/* ShopList */
#ShopList {
  text-align: center;
  padding: 130px 0 130px;
}

@media (max-width: 895px) {
  #ShopList {
    padding: 90px 0 0;
  }
}

#ShopList h2 {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 90px;
}

@media (max-width: 895px) {
  #ShopList h2 {
    font-size: 24px;
    font-size: 6.4vw;
    margin-bottom: 65px;
  }
}

.ShopList__wrapper {
  width: 972px;
  margin: 0 auto;
}

@media (max-width: 895px) {
  .ShopList__wrapper {
    width: 90%;
  }
}

.ShopList__wrapper ul {
  display: flex;
  flex-wrap: wrap;
}

.ShopList__wrapper li {
  width: 230px;
  height: 110px;
  border: 1px solid #707070;
  margin: 0 47px 70px;
  display: table;
  transition: .5s;
  opacity: 1;
  position: relative;
}

@media (max-width: 895px) {
  .ShopList__wrapper li {
    width: 44%;
    height: 65px;
    margin: 0 3% 55px;
  }
}

.ShopList__wrapper li:hover {
  transition: .5s;
  opacity: 0.5;
}

.ShopList__wrapper li a {
  display: table-cell;
  vertical-align: middle;
}

.ShopList__wrapper li img {
  zoom: 0.5;
}

@media (max-width: 895px) {
  .ShopList__wrapper li img {
    zoom: 0.3;
  }
}

/* footer */
.footer__wrapper {
  width: 90%;
  margin: 0 auto 50px;
  border-top: 1px solid #999999;
  position: relative;
}

@media (max-width: 895px) {
  .footer__wrapper {
    margin: 120px auto 50px;
  }
}

.footer__wrapper .footer__logo {
  width: 38px;
  margin-top: 36px;
  float: left;
}

@media (max-width: 895px) {
  .footer__wrapper .footer__logo {
    width: 26px;
    margin-right: 30px;
    float: right;
  }
}

.footer__wrapper .footer__link {
  float: right;
  margin: 60px 20px 0 0;
}

@media (max-width: 895px) {
  .footer__wrapper .footer__link {
    float: none;
    margin: 0;
  }
}

@media (max-width: 895px) {
  .footer__wrapper .footer__link .footer__globallink {
    margin: 120px 0 36px 0;
  }
}

@media (max-width: 895px) {
  .footer__wrapper .footer__link .footer__globallink li {
    font-size: 18px;
    font-size: 4.8vw;
    border-bottom: 1px solid #B1BAC3;
    padding: 16px 10px;
  }
}

.footer__wrapper .footer__link .footer__otherlink li {
  float: left;
  margin: 0 0 20px 30px;
  font-size: 1.4rem;
}

.footer__wrapper .footer__link .footer__otherlink li a {
  transition: .5s;
  opacity: 1;
}

@media (max-width: 895px) {
  .footer__wrapper .footer__link .footer__otherlink li {
    float: none;
    margin: 0 0 20px 10px;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.footer__wrapper .footer__link .footer__otherlink a:hover {
  transition: .5s;
  opacity: 0.4;
}

.footer__wrapper .footer__link .footer__copyright {
  font-size: 1.2rem;
  margin: 0 0 0 30px;
}

@media (max-width: 895px) {
  .footer__wrapper .footer__link .footer__copyright {
    margin: 20px 0 0 10px;
    font-size: 12px;
    font-size: 3.2vw;
    float: left;
  }
}

@media (max-width: 895px) {
  .footer__wrapper .footer__link .footer__insta {
    float: right;
    margin: 20px 20px 0 0;
  }
}

.footer__wrapper .SiteFooter__copyright {
  float: left;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  margin-top: 6px;
}

@media (max-width: 895px) {
  .footer__wrapper .SiteFooter__copyright {
    font-size: 10px;
    font-size: 2.66667vw;
    margin-top: 5px;
  }
}

.footer__wrapper .SiteFooter__navList {
  float: right;
  width: 50%;
  text-align: right;
}

@media (max-width: 895px) {
  .footer__wrapper .SiteFooter__navList {
    width: auto;
  }
}

.footer__wrapper .SiteFooter__navList li {
  margin-left: 35px;
  display: inline-block;
}

@media (min-width: 896px) {
  .footer__wrapper .SiteFooter__navList li a {
    transition: .5s;
  }
  .footer__wrapper .SiteFooter__navList li a:hover {
    transition: .5s;
    opacity: 0.5;
    color: #a5a4a4;
  }
}

.footer__wrapper .SiteFooter__follow {
  font-size: 2.4rem;
}

@media (max-width: 895px) {
  .footer__wrapper .SiteFooter__follow {
    display: none;
  }
}

.footer__wrapper .insta__footerLogo {
  fill: #000;
  width: 20px;
  height: 20px;
}

@media (max-width: 895px) {
  .footer__wrapper .insta__footerLogo {
    width: 30px;
    height: 30px;
  }
}

.footer__wrapper .fb__footerLogo {
  fill: #000;
  width: 11px;
  height: 20px;
}

@media (max-width: 895px) {
  .footer__wrapper .fb__footerLogo {
    width: 16.5px;
    height: 30px;
    margin-right: 10px;
  }
}
/*# sourceMappingURL=style.css.map */