@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.2px;
  font-size: 11px;
  transition: all 1.6s ease 0s;
  background-color: #FEFEF1;
  color: #448DBA;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 初期位置 */
.fade-up {
  transform: translateY(20px);
}

.fade-left {
  transform: translateX(-20px);
}

.fade-right {
  transform: translateX(20px);
}

/* その場フェードはtransformなしでもOK */
.fade-in {
  transform: none;
}

/* 表示状態 */
.fade.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

/* 読み込み時に右からフェードイン */
.fade-in-init {
  opacity: 0;
  transform: translateX(30px);
  animation: fadeInInit 1s 0.5s ease-out forwards;
}

@keyframes fadeInInit {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#page-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 3%;
  }
}
#page-top img {
  width: 11vw;
}

#page-top a {
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  opacity: 0.5;
}

.fv {
  position: relative;
  z-index: 20;
  aspect-ratio: 375/761;
  opacity: 0;
  transition: opacity 1s;
  font-size: 0;
  background-image: url(../images/fv_sp.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .fv {
    aspect-ratio: 1440/800;
    background-image: url(../images/fv_pc.webp);
  }
}
.fv.on {
  opacity: 1;
}
.fv img {
  height: 100%;
  object-fit: cover;
}
.fv picture {
  display: block;
}
.fv h1 {
  width: 77.952vw;
  position: absolute;
  top: 5.8666666667vw;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 5;
  /* 画像の元サイズ(292x143)からアスペクト比を設定 */
  aspect-ratio: 292/143;
}
@media screen and (min-width: 769px) {
  .fv h1 {
    width: 28vw;
    left: 21vw;
    top: 16vw;
  }
}
.fv div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fv div .circle {
  margin: -13vw 10vw 0 auto;
  aspect-ratio: 91/91;
  width: 24.2666666667vw;
  display: block;
  animation: rotate 10s linear infinite;
}
@media screen and (min-width: 769px) {
  .fv div .circle {
    width: 6.5vw;
    margin: 13vw auto 0 30vw;
  }
}
.fv div .water_1 {
  aspect-ratio: 109/81;
  width: 29.0666666667vw;
  display: block;
  margin-top: -10vw;
}
@media screen and (min-width: 769px) {
  .fv div .water_1 {
    width: 7vw;
    margin: -4vw auto 0 4vw;
  }
}
.fv div .water_2 {
  aspect-ratio: 114/93;
  width: 30.4vw;
  display: block;
  margin: -2vw 0 0 auto;
}
@media screen and (min-width: 769px) {
  .fv div .water_2 {
    width: 6vw;
    display: block;
    margin: 3vw auto 0 34vw;
  }
}
.fv .fv_sunglasses {
  position: absolute;
  top: 139vw;
  aspect-ratio: 78/48;
  width: 22vw;
  left: 3vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_sunglasses {
    width: 8vw;
    top: 2vw;
    left: 20vw;
  }
}
.fv .fv_umbrella {
  position: absolute;
  top: 150vw;
  aspect-ratio: 124/113;
  width: 40vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_umbrella {
    width: 14.5vw;
    top: 2vw;
    left: 5.6944444444vw;
  }
}
.fv .h2 {
  position: absolute;
  top: 78.4vw;
  left: 74.4vw;
  aspect-ratio: 65/328;
  width: 17.3333333333vw;
}
@media screen and (min-width: 769px) {
  .fv .h2 {
    top: 6vw;
    left: 81vw;
    width: 5.9vw;
  }
}

.lead {
  position: relative;
  padding: 30vw 0 15vw;
  margin: -20vw auto 0;
  max-width: 100%;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .lead {
    font-size: 1.0416666667vw;
    margin: 10vw auto 0;
    padding: 6.5972222222vw 0;
  }
}
.lead .lead_text {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 2.5;
}
.lead .lead_water1 {
  position: absolute;
  top: 3%;
  left: 0;
  width: 18%;
  z-index: 0;
}
.lead .lead_water2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19%;
  z-index: 0;
}

.index {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .index .pc_right_toptext {
    width: 100%;
  }
}
.index ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 6% auto;
  width: 80%;
  gap: 0 10%;
}
@media screen and (min-width: 769px) {
  .index ul {
    width: 65%;
    gap: 8% 12%;
    margin: 11% auto;
  }
}
.index ul li {
  position: relative; /* 疑似要素の位置の基準となります */
}
.index ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  letter-spacing: 0.1rem;
  gap: 7px;
}
.index ul li a .menu_title_1 {
  width: 66%;
  margin-top: 10px;
}
.index ul li a .menu_title_2 {
  width: 95%;
  margin-top: 10px;
}
.index ul li a .menu_title_3 {
  width: 84%;
  margin-top: 10px;
}
.index ul li a .menu_title_4 {
  width: 84%;
  margin-top: 10px;
}
.index ul li::before {
  content: ""; /* 疑似要素には必須のプロパティです */
  position: absolute;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none; /* 疑似要素がクリックイベントを妨げないようにする */
}
.index ul li:first-child::before {
  background-image: url("../images/umbrella.webp");
  top: -12%;
  left: -15%;
  width: 67%;
}
@media screen and (max-width: 768px) {
  .index ul li:nth-child(2) {
    margin-top: 40%;
  }
}
.index ul li:nth-child(2)::before {
  background-image: url("../images/menu2_item.webp");
  top: 47%;
  left: 64%;
  width: 54%;
}
@media screen and (max-width: 768px) {
  .index ul li:nth-child(3) {
    margin-top: -10%;
  }
}
.index ul li:nth-child(3)::before {
  background-image: url("../images/menu3_item.webp");
  top: -2%;
  left: -18%;
  width: 71%;
}
@media screen and (max-width: 768px) {
  .index ul li:nth-child(4) {
    margin-top: 30%;
  }
}
.index ul li:nth-child(4)::before {
  background-image: url("../images/menu4_item.webp");
  top: 1%;
  left: 64%;
  width: 54%;
}

main {
  overflow: hidden;
}

.cate_sec h2 {
  width: 70%;
  margin: 10% auto 5%;
}
.cate_sec .ico {
  width: 13%;
  margin: 0 auto;
}
.cate_sec .cate_title_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto 5px;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .cate_sec .cate_title_wrapper {
    margin: 30px auto 20px;
  }
}
.cate_sec .cate_ja_title {
  font-size: 5.8666666667vw;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 769px) {
  .cate_sec .cate_ja_title {
    font-size: 1.875vw;
  }
}
.cate_sec .cate_ja_title_svg {
  width: 100%;
  display: block;
}
.cate_sec .cate_dis {
  font-size: 12px;
  text-align: center;
  margin: 20px auto 0;
}
@media screen and (min-width: 769px) {
  .cate_sec .cate_dis {
    font-size: 14px;
  }
}

.swiper-bg-container {
  position: relative;
  width: 100%;
}
.swiper-bg-container::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 111%;
  background-image: url("../images/sec1_back.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper {
  position: relative;
}

.swiper-slide {
  position: relative;
}
.swiper-slide .obi {
  position: absolute;
  top: 5%;
  left: 55%;
  width: 45%;
  height: auto;
  clip-path: inset(0 0 100% 0);
}
.swiper-slide .obi.is-wipe-in {
  clip-path: inset(0 0 0 0);
  transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.sec1_k_1 {
  width: 49%;
  margin: 8% auto -27% 3%;
  position: relative;
  z-index: 5;
}

.ico_area {
  width: 85%;
  margin: 10% auto 5%;
}
.ico_area ul {
  display: flex;
  align-items: center;
}
.ico_area ul li {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 7%;
  line-height: 1.6;
}
.ico_area ul li img {
  width: 28%;
}
.ico_area ul li p {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .ico_area ul li p {
    font-size: 14px;
  }
}
.ico_area ul li p span {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  background: #F5F1CA;
  padding: 0 5px;
}
@media screen and (min-width: 769px) {
  .ico_area ul li p span {
    font-size: 13px;
  }
}

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

.nami {
  width: 85%;
  margin: 10% auto;
  display: block;
}

.credit_area {
  width: 85%;
  text-align: left;
  margin: 0 auto;
}
.credit_area .cre_title {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .credit_area .cre_title {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.credit_area .butu_cre_ttl {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .credit_area .butu_cre_ttl {
    font-size: 10px;
  }
}
.credit_area .credit_note {
  font-size: 9px;
}
@media screen and (min-width: 769px) {
  .credit_area .credit_note {
    font-size: 9px;
  }
}

.credit_area .creditAjax_link, .credit_area .coming {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.credit_area .credit ul li {
  margin-bottom: 5px;
}

.coming .cre_img {
  width: 20%;
}
@media screen and (min-width: 769px) {
  .coming .cre_img {
    width: 17%;
  }
}
.coming .credit_text {
  width: 75%;
}

.credit_text {
  font-size: 10px;
  width: 82%;
  letter-spacing: 0.2px;
  line-height: 1.4;
}

.cre_img {
  width: 35px;
}
@media screen and (min-width: 769px) {
  .cre_img {
    width: 10.5%;
  }
}

.buy {
  font-size: 10px;
  width: fit-content;
  padding: 0 3vw;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  border-radius: 100px;
  background-color: #448DBA;
}
@media screen and (min-width: 769px) {
  .buy {
    padding: 0 1vw;
  }
}
.buy.non-buy {
  background-color: #c7c7c7;
  color: #fff;
  padding: 0 6px;
  white-space: nowrap;
}

.credit_box {
  margin-bottom: 2%;
  display: flex;
  justify-content: flex-start;
  gap: 3%;
  width: 82%;
}
@media screen and (min-width: 769px) {
  .credit_box {
    width: 100%;
  }
}

/* 価格
===================================================== */
.creditAjax_price__proper::before,
.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_price__sale {
  color: rgb(240, 46, 46);
  margin-left: 5px;
}

.creditAjax_price__off {
  color: rgb(240, 46, 46);
}
.creditAjax_price__off::before {
  content: "(";
}
.creditAjax_price__off::after {
  content: ")";
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}

/* アイテム名
===================================================== */
.creditAjax_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sec1_fukidashi {
  width: 54%;
  margin: 10% auto -35% 0;
  position: relative;
  z-index: 10;
}

.sec1_3 {
  width: 82%;
  margin: 0 0 -27% auto;
}

.sec1_sunglass {
  width: 71%;
}

.sec1_cap {
  width: 44%;
  margin: -23% 5% -21% auto;
}

.sec1_butu {
  margin: -37% auto 0;
}

.enobi {
  position: relative;
  z-index: 10;
}

.other_item_wrapper {
  line-height: 1.5;
  padding: 0 0 4% 0;
  overflow: hidden;
  font-size: 2.4vw;
}
@media screen and (min-width: 769px) {
  .other_item_wrapper .swiper-wrapper {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 769px) {
  .other_item_wrapper .swiper-wrapper a img {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 769px) {
  .other_item_wrapper .label {
    margin: 4% auto;
  }
}

.otheritems_title {
  width: 50%;
  margin: 0 auto;
}

.other_item_slider {
  padding-right: 1px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 14%;
  padding-right: 10%;
  padding-left: 10%;
  margin-top: 7%;
}
@media screen and (min-width: 769px) {
  .other_item_slider {
    margin-bottom: 12%;
  }
}
.other_item_slider:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  background: linear-gradient(to right, transparent, #f5f0e7);
  z-index: 10;
  transition: opacity 0.3s ease;
  pointer-events: none; /* これも追加推奨 */
}
.other_item_slider.is-end:after, .other_item_slider.is-end::after {
  opacity: 0 !important; /* まずは!importantで確認 */
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 3px;
  width: 80%;
  translate: -50% 0;
  left: 50%;
  bottom: -30px;
  background-color: #dadada;
}
@media screen and (min-width: 769px) {
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 73%;
    translate: -50% 0.5vw;
  }
}

.swiper-scrollbar-drag {
  background-color: #9d9d9d;
}

.photo {
  margin-bottom: 6%;
}

.label, .textOverflow {
  margin: 5px auto;
  font-size: 8px;
}

.more_btn {
  background-color: #448DBA;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-align: center;
  width: 42%;
  padding: 2%;
  font-size: 3.4666666667vw;
  display: block;
  border-radius: 100px;
  margin: 70px auto 12%;
}
@media screen and (min-width: 769px) {
  .more_btn {
    font-size: 1.0416666667vw;
  }
}

#sec02 {
  background: #FEF8F1;
  color: #3766A9;
}
#sec02 h2 {
  width: 77%;
}
#sec02 .swiper-bg-container::before {
  background-image: url("../images/sec2_back.webp");
}
#sec02 .sec1_k_1 {
  width: 49%;
  margin: 8% auto -43% -2%;
}
#sec02 .obi {
  width: 25%;
  top: 11%;
  left: 62%;
}
#sec02 .buy {
  background-color: #3766A9;
}
#sec02 .nami path {
  stroke: #3766A9;
}
#sec02 .more_btn {
  background-color: #3766A9;
}

.sec2_stole {
  width: 50%;
  margin: -28% 2% -27% auto;
  position: relative;
  z-index: 10;
}

.sec2_pack {
  width: 80%;
  margin: 3% 2% -34% auto;
  position: relative;
  z-index: 100;
}

.sec2_butu {
  margin: -43% auto 4%;
}

#sec03 {
  background: #FAFFFF;
  color: #377FA9;
}
#sec03 .cate_dis {
  margin: 20px auto 18%;
}
#sec03 .ico_area ul li p span {
  background: #C5E6E6;
}
#sec03 h2 {
  width: 77%;
}
#sec03 .swiper-bg-container::before {
  top: 50%;
  background-image: url("../images/sec3_back.webp");
}
#sec03 .sec1_k_1 {
  width: 49%;
  margin: 8% auto -43% -2%;
}
#sec03 .obi {
  width: 30%;
  top: 10%;
  left: 10%;
}
#sec03 .buy {
  background-color: #377FA9;
}
#sec03 .nami path {
  stroke: #377FA9;
}
#sec03 .more_btn {
  background-color: #377FA9;
}
#sec03 .sec1_butu {
  margin: -37% auto 3%;
}

.sec3_gan {
  width: 50%;
  margin: -16% 1% -31% auto;
  position: relative;
  z-index: 10;
}

.sec3_fukidashi {
  width: 52%;
  margin: 8% 0 -38% auto;
  position: relative;
  z-index: 10;
}

.sec3_3 {
  width: 75%;
}

.sec3_hat {
  width: 56%;
  margin: -40% 2% -18% auto;
}

.sec3_sandal {
  width: 73%;
  margin: 0 auto -10% 1%;
}

.sec3_circle {
  width: 35%;
  margin: 0 7% 15% auto;
  position: relative;
  z-index: 10;
  animation: rotate 10s linear infinite;
}

#sec04 {
  background: #F9F3EE;
  color: #614A9B;
}
#sec04 .cate_dis {
  margin: 20px auto 0;
}
#sec04 .cate_ja_title {
  letter-spacing: 0.5rem;
}
#sec04 .code_dis {
  margin: 15% auto 0;
}
#sec04 h2 {
  width: 77%;
}
#sec04 .swiper-bg-container::before {
  top: 50%;
  background-image: url("../images/sec4_back.webp");
}
#sec04 .sec1_k_1 {
  width: 45%;
  margin: 6% 1% -39% auto;
}
#sec04 .obi {
  width: 23%;
  top: 23%;
  left: 67%;
}
#sec04 .buy {
  background-color: #614A9B;
}
#sec04 .nami path {
  stroke: #614A9B;
}
#sec04 .more_btn {
  background-color: #614A9B;
}
#sec04 .sec1_butu {
  margin: -37% auto 3%;
}

.sec4_pouch {
  width: 70%;
}

.sec4_en {
  width: 21%;
  margin: -38% 0 4% auto;
}

.sec4_band {
  width: 67%;
  margin: 0 auto -28% 27%;
  position: relative;
  z-index: 100;
}

.footer {
  background-image: url(../images/footer.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F9F3EE;
  width: 100%;
  height: 111vw;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer {
    height: 36vw;
  }
}
.footer a {
  width: 50%;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  font-size: 3.7333333333vw;
  padding: 39% 0 15%;
}
@media screen and (min-width: 769px) {
  .footer a {
    font-size: 1.0416666667vw;
  }
}
.footer a p {
  color: #A08976;
  background: #fff;
  border-radius: 100px;
  padding: 5px 0 6px;
}
.footer .stacre {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .footer .stacre {
    font-size: 0.8333333333vw;
  }
}
.footer .copy {
  margin-top: 15%;
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .footer .copy {
    font-size: 0.6944444444vw;
  }
}

@media screen and (min-width: 769px) {
  .three-column-wrapper {
    margin-top: -10vw;
    display: flex;
  }
  .pc_left, .index.spNone {
    position: sticky;
    top: 0;
    width: 33.3333333333vw;
    height: 100vh;
    margin-top: 10vw;
  }
  .pc_center {
    width: 33.3333333333vw;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
  }
  .pc_left {
    order: 1;
  }
  .pc_left h2 {
    width: 23.8347222222vw;
    position: absolute;
    top: 1.3vw;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 5;
  }
  .pc_left picture {
    width: 100%;
    height: 100%;
    display: block;
  }
  .pc_left picture img {
    object-fit: cover;
    height: 100%;
    object-position: top;
  }
  .pc_left div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .pc_left div .circle {
    margin: -4vw auto 0 20.9722222222vw;
    width: 7.2916666667vw;
    display: block;
    animation: rotate 10s linear infinite;
  }
  .pc_left div .water_1 {
    width: 9vw;
    display: block;
    margin-top: -6vw;
  }
  .pc_left div .water_2 {
    width: 9vw;
    display: block;
    position: absolute;
    top: 7vw;
    left: 24vw;
  }
  .pc_center {
    order: 2;
  }
  .index.spNone {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    transition: background-color 0.5s ease, opacity 0.6s ease, transform 0.6s ease;
  }
  body.bg-sec02 .index.spNone {
    background-color: #FEF8F1;
  }
  body.bg-sec03 .index.spNone {
    background-color: #FAFFFF;
  }
  body.bg-sec04 .index.spNone {
    background-color: #F9F3EE;
  }
  .js-color-change {
    color: #448DBA;
    transition: color 0.5s ease, fill 0.5s ease;
  }
  .js-color-change path {
    fill: #448DBA;
    transition: fill 0.5s ease;
  }
  body.bg-sec02 .js-color-change {
    color: #3766A9;
  }
  body.bg-sec02 .js-color-change path {
    fill: #3766A9;
  }
  body.bg-sec03 .js-color-change {
    color: #377FA9;
  }
  body.bg-sec03 .js-color-change path {
    fill: #377FA9;
  }
  body.bg-sec04 .js-color-change {
    color: #614A9B;
  }
  body.bg-sec04 .js-color-change path {
    fill: #614A9B;
  }
}
header {
  position: relative;
}/*# sourceMappingURL=style.css.map */