/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.font-en {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.h3 {
  font-size: 1.777rem;
  text-align: center;
}

.h4 {
  font-size: 1.333rem;
  text-align: center;
}

.title {
  font-size: 2.369rem;
  letter-spacing: 0;
}
@media screen and (min-width: 640px) {
  .title {
    font-size: 3.157rem;
  }
}

.text-p {
  font-size: 1rem;
  line-height: 2;
}

.text-s {
  font-size: 0.893rem;
  line-height: 1.6;
}

html {
  font-size: 13.5px;
}

body {
  background: #131312;
  font-family: YakuHanJP, "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #54665C!important;
  background-attachment: fixed;
}

.wrapper {
  position: relative;
}

.img img {
  width: 100%;
  height: 100%;
}
.img.js-trigger {
  overflow: hidden;
}
.img.js-trigger img {
  width: 100%;
  height: auto;
}

.section-wrapper {
  width: 90%;
  padding: 80px 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-wrapper {
    padding: 80px 24px 0;
    width: auto;
  }
}

.arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

@media screen and (min-width: 640px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media screen and (min-width: 640px) {
  .sp-none {
    display: block;
  }
}

.fadein-head {
  overflow: hidden;
}
.fadein-head .fadein-head-item {
  transform: translateY(100%);
  opacity: 0;
}
.fadein-head .fadein-head-item.isActive {
  animation: textAnime 1s forwards cubic-bezier(0.22, 1, 0.36, 1);
}

.fadein-text {
  overflow: hidden;
}
.fadein-text .fadein-text-item {
  transform: translateY(10px);
  opacity: 0;
}
.fadein-text .fadein-text-item.isActive {
  animation: textAnime 1s forwards cubic-bezier(0.22, 1, 0.36, 1);
}

.fadein-box {
  overflow: hidden;
}
.fadein-box .fadein-box-item {
  transform: translateY(10px);
  opacity: 0;
}
.fadein-box .fadein-box-item.isActive {
  animation: textAnime 1s forwards cubic-bezier(0.22, 1, 0.36, 1);
}

.fv {
  width: 100%;
  background: #e4e4e1;
}
@media screen and (min-width: 640px) {
  .fv {
    height: 100vh;
  }
}

.fv-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(90vh - 190px);
}
.fv-img::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/mvg-s.jpg) center center/cover no-repeat;
  transform: scale(1.08);
  opacity: 0;
}
.fv-img.isActive::after {
  animation: fvAnime 1.8s 0.5s forwards cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 640px) {
  .fv-img {
    height: 100vh;
  }
  .fv-img::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/mvg.jpg) center center/cover no-repeat;
  }
}

@keyframes fvAnime {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.fv-inner {
  width: 85%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .fv-inner {
    height: 100vh;
    top: -100vh;
    color: #ffffff;
  }
}
.fv-inner .font-en {
  font-size: 4.3vw;
}
@media screen and (min-width: 640px) {
  .fv-inner .font-en {
    font-size: 18px;
  }
}
.fv-inner h1 {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .fv-inner h1 {
    width: 26.65%;
  }
}
.fv-inner h1 img {
  width: 100%;
}
.fv-inner h2 {
  margin-top: 8px;
}

.fadein-fv {
  overflow: hidden;
}
.fadein-fv .fadein-title {
  transform: translateY(100%);
  opacity: 0;
}
.fadein-fv .fadein-title.isActive {
  animation: textAnime 1.8s 0.5s forwards cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes textAnime {
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.lead {
  display: flex;
  justify-content: center;
  background-color: #e4e4e1;
  margin-top: -1px!important;
}

.lead-wrapper {
  max-width: 1366px;
  width: 85%;
  position: relative;
  padding: 40px 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .lead-wrapper {
    display: inline-block;
    text-align: center;
    padding: 56px 0 0;
  }
}

.lead-content.text-p p {
  margin: 24px 0 0;
  line-height: 2.4;
}
.lead-content.text-p .font-en {
  font-size: 5.3125vw;
}
@media screen and (min-width: 640px) {
  .lead-content.text-p .font-en {
    font-size: 19px;
  }
}

.about {
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #e4e4e1, #e4e4e1 90%, #f9faf9 96%);
  margin-top: -1px;
}

.about-wrapper {
  width: 100%;
  position: relative;
  padding: 80px 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .about-wrapper {
    width: calc(100% - 48px);
    display: inline-block;
    text-align: center;
    padding: 96px 0 0;
  }
}

.about-container .box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 640px) {
  .about-container .box {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .about-container .box {
    gap: 120px;
  }
}
.about-container .box .hanare-img {
  width: 92.5%;
}
@media screen and (min-width: 640px) {
  .about-container .box .hanare-img {
    width: 45%;
    gap: 80px;
  }
  .about-container .box .hanare-img img {
    aspect-ratio: 1/1.414;
  }
}
.about-container .box .content {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .about-container .box .content {
    width: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
}
.about-container .box .content .heading {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 640px) {
  .about-container .box .content .heading {
    align-items: flex-start;
  }
}
.about-container .box .content .heading h2 {
  width: 12rem;
}
.about-container .box .content .text-wrapper {
  margin: 24px 0 0;
}
.about-container .box .content .text-wrapper p {
  margin: 24px 0 0;
  text-align: left;
  line-height: 2.4;
  font-size: 1rem;
}
.about-container .about-img {
  margin: 80px 0 0;
}
@media screen and (min-width: 1024px) {
  .about-container .about-img {
    margin: -40px 0 0;
  }
}
.about-container .about-img .hand {
  position: relative;
  z-index: 1;
  width: 64%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 640px) {
  .about-container .about-img .hand {
    width: 24%;
    margin: 0 40px 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .about-container .about-img .hand {
    width: 280px;
    margin: 0 80px 0 auto;
  }
}
.about-container .about-img .hand img {
  aspect-ratio: 1.067/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 640px) {
  .about-container .about-img .hand img {
    aspect-ratio: 1/1.25;
  }
}
.about-container .about-img .flower {
  width: 79.8%;
  margin: -64px 0 0;
}
@media screen and (min-width: 640px) {
  .about-container .about-img .flower {
    width: 100%;
    margin: -160px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .about-container .about-img .flower {
    height: 64vh;
  }
  .about-container .about-img .flower img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.promise {
  display: flex;
  justify-content: center;
  background-color: #F9FAF9;
  margin-top: -1px;
}
.promise .heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.promise .heading p {
  text-align: center;
}
.promise .navi {
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 640px) {
  .promise .navi {
    flex-direction: row;
    gap: 8px;
  }
}
.promise .navi .navi-item {
  width: 100%;
  height: 112px;
  background: url(../images/promise.jpg);
  aspect-ratio: 1/1;
  border-radius: 8px;
  color: #E4E4E2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .promise .navi .navi-item {
    width: 240px;
    height: 240px;
  }
}
.promise .navi .navi-item .navi-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
}
.promise .navi .navi-item .navi-box.sp-none {
  display: none;
}
@media screen and (min-width: 640px) {
  .promise .navi .navi-item .navi-box.sp-none {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .promise .navi .navi-item .navi-box.sp-none:hover {
    -webkit-backdrop-filter: grayscale(0.4) brightness(0.6);
            backdrop-filter: grayscale(0.4) brightness(0.6);
  }
}
.promise .navi .navi-item .navi-box.sp-none .navi-box-inner {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 168px;
}
@media screen and (min-width: 640px) {
  .promise .navi .navi-item .navi-box.pc-none {
    display: none;
  }
  .promise .navi .navi-item .navi-box.pc-none .navi-box-inner {
    display: none;
  }
}
.promise .navi .navi-item .navi-box .navi-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 640px) {
  .promise .navi .navi-item .navi-box .navi-head {
    align-items: center;
    gap: 24px;
  }
}
.promise .navi .navi-item .navi-box .h4 {
  text-align: left;
}
@media screen and (min-width: 640px) {
  .promise .navi .navi-item .navi-box .h4 {
    text-align: center;
    font-size: 1.777rem;
  }
}

#content {
  display: flex;
  justify-content: center;
  background-color: #F9FAF9;
  margin-top: -1px;
  overflow: hidden;
}
#content .content-container {
  margin: 120px 0 0;
}
#content .content-container:first-child {
  margin: 40px 0 0;
}
#content .content-imgbox {
  position: relative;
  width: 90vw;
  height: 108vw;
  clip-path: inset(0 round 5px);
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  #content .content-imgbox {
    display: flex;
    gap: 8px;
    width: calc(100vw - 48px);
    height: auto;
  }
}
#content .content-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: inset(0 round 5px);
}
@media screen and (min-width: 640px) {
  #content .content-img {
    position: relative;
    width: 33.3333333333%;
    height: auto;
    aspect-ratio: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  #content .content-img {
    height: auto;
    aspect-ratio: 5/6;
  }
}
#content .img-01 {
  background-image: url(../images/wedding-1.jpg);
}
#content .img-02 {
  background-image: url(../images/wedding-2.jpg);
}
#content .img-03 {
  background-image: url(../images/wedding-3.jpg);
}
#content .img-04 {
  background-image: url(../images/hanaiku-1.jpg);
}
#content .img-05 {
  background-image: url(../images/hanaiku-2.jpg);
}
#content .img-06 {
  background-image: url(../images/hanaiku-3.jpg);
}
#content .img-07 {
  background-image: url(../images/dining-1.jpg);
}
#content .img-08 {
  background-image: url(../images/dining-2.jpg);
}
#content .img-09 {
  background-image: url(../images/dining-3.jpg);
}
#content .move-01 {
  animation: slide-animation-01 24s infinite;
}
@media screen and (min-width: 640px) {
  #content .move-01 {
    animation: none;
  }
}
#content .move-02 {
  animation: slide-animation-02 24s infinite;
}
@media screen and (min-width: 640px) {
  #content .move-02 {
    animation: none;
  }
}
#content .move-03 {
  animation: slide-animation-03 24s infinite;
}
@media screen and (min-width: 640px) {
  #content .move-03 {
    animation: none;
  }
}
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  #content .content-textbox {
    display: flex;
    justify-content: space-between;
  }
}
#content .content-textbox .heading {
  margin: 32px 0 0;
}
#content .content-textbox .heading .number {
  text-align: right;
}
@media screen and (min-width: 1024px) {
  #content .content-textbox .heading .number {
    text-align: left;
  }
}
#content .content-textbox .heading .title {
  text-align: right;
}
@media screen and (min-width: 1024px) {
  #content .content-textbox .heading .title {
    text-align: left;
  }
}
#content .content-textbox .container {
  margin: 40px 0 0;
}
@media screen and (min-width: 1024px) {
  #content .content-textbox .container {
    width: 40%;
  }
}
#content .content-textbox .container .h4 {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #content .content-textbox .container .h4 {
    text-align: right;
  }
}
#content .content-textbox .container .content {
  margin: 24px 0 0;
  font-size: 1rem;
}
#content .content-textbox .container .shop {
  position: relative;
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #content .content-textbox .container .shop {
    flex-direction: row;
    gap: 8px;
  }
}
#content .content-textbox .container .shop::before {
  position: absolute;
  content: "";
  top: -16px;
  left: 0;
  width: 100%;
  height: 0.8px;
  background-color: #54665C;
  opacity: 50%;
}
@media screen and (min-width: 1024px) {
  #content .content-textbox .container .shop p {
    white-space: nowrap;
  }
}
#content .content-textbox .container .shop a {
  display: inline-block;
  text-decoration: underline;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#content .content-textbox .container .shop a:hover {
  color: #acb5b0!important;
}

.journal {
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #F9FAF9, #F9FAF9 64%, #232320 64%);
  margin-top: -1px;
}
@media screen and (min-width: 640px) {
  .journal .section-wrapper {
    width: 100%;
    padding: 80px 24px;
  }
}

.journal-bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.2;
}
.journal-bg::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/journal-s.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: inset(0 round 5px);
  transition: transform 0.8s ease;
}
@media screen and (min-width: 640px) {
  .journal-bg {
    height: 45vh;
    min-height: 359px;
    aspect-ratio: auto;
  }
  .journal-bg::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/journal.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .journal-bg:hover::after {
    transform: scale(1.08);
    filter: brightness(0.8) grayscale(0.1);
  }
}
.journal-bg a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.journal-bg .heading {
  color: #E4E4E2;
}
.journal-bg .heading p {
  margin: 16px 0 0;
  text-align: center;
}
.journal-bg .heading .arrow {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}

@media (max-width:640px) {
  #header .identity img {
    min-width: 72.8px;
  }  
}

.journal-bg a {
  text-decoration: none!important;
}


/*# sourceMappingURL=style.css.map */
