@font-face {
    font-family: Yu Gothic;
    font-weight: 100;
    src: local("Yu Gothic Medium")
}

@font-face {
    font-family: Yu Gothic;
    font-weight: 200;
    src: local("Yu Gothic Medium")
}

@font-face {
    font-family: Yu Gothic;
    font-weight: 300;
    src: local("Yu Gothic Medium")
}

@font-face {
    font-family: Yu Gothic;
    font-weight: 400;
    src: local("Yu Gothic Medium")
}

@font-face {
    font-family: Yu Gothic;
    font-weight: 700;
    src: local("Yu Gothic Bold")
}

@font-face {
    font-family: Helvetica Neue;
    font-weight: 100;
    src: local("Helvetica Neue Regular")
}

@font-face {
    font-family: Helvetica Neue;
    font-weight: 200;
    src: local("Helvetica Neue Regular")
}

:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
    all: unset;
    display: revert
}

*,
:after,
:before {
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

img {
    max-width: 100%
}

table {
    border-collapse: collapse
}

textarea {
    white-space: revert
}

picture {
    display: block
}

:root {
    --px-vw: 0.13333vw;
    --px-vh: 0.07496vh;
    --px-vwh: min(var(--px-vw), var(--px-vh))
}

html {
    scroll-behavior: smooth
}

body,
html {
    height: 100%
}

body {
    overscroll-behavior-y: none;
    font-family: AvenirLTPro-Heavy, FP-KoburinaGoStdN-W6, Hiragino Kaku Gothic ProN, Yu Gothic, yugothic, sans-serif;
    font-size: 2.8rem;
    font-feature-settings: "palt";
    line-height: 1.7;
    color: #000;
    letter-spacing: .05em;
    background-color: #f7f6f4;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset
}

img {
    width: 100%;
    max-width: none;
    height: auto
}

img,
svg {
    vertical-align: top;
    pointer-events: none
}

svg:where(:not([fill])) {
    fill: currentColor
}

.is-copy-guard {
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a {
    text-decoration: underline
}

a:where(:not([color])) {
    color: currentColor
}

a,
button,
input[type=button],
input[type=submit] {
    cursor: pointer
}

a,
button,
label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button,
input[type=button] {
    display: block;
    width: 100%
}


/*Container*/

#Container {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    min-height: 100px;
    background: #F0EDE7;

}

.g_img {
    display: block;
}

.inner_link_area {
    background: #F0EDE7;
}

.inner_link:hover {
    opacity: 0.9;
}


.fix_link_area {
    position: relative;
}

.fix_link {
    position: sticky;
    bottom: 10px;
    z-index: 9999;
    width: 100%;
    height: auto;
    display: block;
    left: 0%;
    transform: translate(0%, 0);
}