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

:root {
    font-size: 0.625vw
}

@media screen and (min-width: 1600px) {
    :root {
        font-size: 62.5%
    }
}

@media screen and (max-width: 1200px) {
    :root {
        font-size: 50%
    }
}

@media screen and (max-width: 767px) {
    :root {
        font-size: 62.5%
    }
}

@media screen and (max-width: 320px) {
    :root {
        font-size: 48%
    }
}

body,
html {
    background: #fff
}

body {
    margin: 0;
    font-size: 1.5rem;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    transition: opacity 1s;
    font-size: 1.25rem;
    /* font-family: "ag-old-face", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; */
	font-family: "ag-old-face", 'Yu Gothic Pr6N R', "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.4px
}

body _:lang(x)::-ms-backdrop,
body .selector {
    font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif
}

body.loading {
    opacity: 0
}

body.complete::before {
    opacity: 0;
    transition: opacity 1s
}

.body {
    font-size: 1.25rem;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; */
    letter-spacing: 0.4px
}

.body _:lang(x)::-ms-backdrop,
.body .selector {
    font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif
}

main {
    background: #fff
}

a {
    text-decoration: none;
    outline: none !important
}

a:hover,
a:focus {
    outline: none
}

.page {
    will-change: transform
}

br.pc {
    display: block
}

@media screen and (max-width: 767px) {
    br.pc {
        display: none
    }
}

br.sp {
    display: none
}

@media screen and (max-width: 767px) {
    br.sp {
        display: block
    }
}

h1,
h2,
h3,
h4 {
    margin: 0
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

p {
    margin: 0
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

h2 {
    margin: 0
}

@media screen and (max-width: 767px) {
    main {
        overflow: hidden
    }
}

#wrap {
    min-height: 100vh;
    padding: 0 40px;
    background: #fff
}

@media screen and (max-width: 767px) {
    #wrap {
        width: 100%;
        min-height: inherit;
        padding: 0 20px
    }
}

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
    width: 20px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: white;
    border-radius: 0;
    left: 2px;
    right: 2px;
    border: 1px solid #000
}

.simplebar-track.simplebar-vertical {
    top: 150px;
    width: 40px;
    height: calc(100% - 200px);
    padding: 0 40px
}

@media screen and (max-width: 767px) {
    .simplebar-track.simplebar-vertical {
        top: 150px;
        width: 25px;
        height: calc(100% - 200px);
        padding: 0 10px
    }
}

.simplebar-track.simplebar-vertical:after {
    position: absolute;
    top: 0;
    left: 9px;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
    z-index: -9
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}


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

:root {
    font-size: 0.625vw
}

@media screen and (min-width: 1600px) {
    :root {
        font-size: 62.5%
    }
}

@media screen and (max-width: 1200px) {
    :root {
        font-size: 50%
    }
}

@media screen and (max-width: 767px) {
    :root {
        font-size: 62.5%
    }
}

@media screen and (max-width: 320px) {
    :root {
        font-size: 48%
    }
}

body,
html {
    background: #fff
}

body {
    margin: 0;
    font-size: 1.5rem;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    transition: opacity 1s;
    font-size: 1.25rem;
   /*  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
        "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; */
    letter-spacing: 0.4px
}

body _:lang(x)::-ms-backdrop,
body .selector {
    font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif
}

body.loading {
    opacity: 0
}

body.complete::before {
    opacity: 0;
    transition: opacity 1s
}

.body {
    font-size: 1.25rem;
   /*  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
        "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; */
    letter-spacing: 0.4px
}

.body _:lang(x)::-ms-backdrop,
.body .selector {
    font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif
}

main {
    background: #fff
}

a {
    text-decoration: none;
    outline: none !important
}

a:hover,
a:focus {
    outline: none
}

.page {
    will-change: transform
}

br.pc {
    display: block
}

@media screen and (max-width: 767px) {
    br.pc {
        display: none
    }
}

br.sp {
    display: none
}

@media screen and (max-width: 767px) {
    br.sp {
        display: block
    }
}

h1,
h2,
h3,
h4 {
    margin: 0
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

p {
    margin: 0
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

h2 {
    margin: 0
}

@media screen and (max-width: 767px) {
    main {
        overflow: hidden
    }
}

#wrap {
    min-height: 100vh;
    padding: 0 40px;
    background: #fff
}

@media screen and (max-width: 767px) {
    #wrap {
        width: 100%;
        min-height: inherit;
        padding: 0 20px
    }
}

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
    width: 20px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: white;
    border-radius: 0;
    left: 2px;
    right: 2px;
    border: 1px solid #000
}

.simplebar-track.simplebar-vertical {
    top: 150px;
    width: 40px;
    height: calc(100% - 200px);
    padding: 0 40px
}

@media screen and (max-width: 767px) {
    .simplebar-track.simplebar-vertical {
        top: 150px;
        width: 25px;
        height: calc(100% - 200px);
        padding: 0 10px
    }
}

.simplebar-track.simplebar-vertical:after {
    position: absolute;
    top: 0;
    left: 9px;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
    z-index: -9
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.embed {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.embed iframe {
	width: 100%;
	height: 100%;
}