html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

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

ol,
ul {
  list-style-type: none
}

a {
  text-decoration: none;
  display: inline-block
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}

article>*+* {
  margin-top: 0.3em
}

button,
input,
selectfont:inheritimg:not([alt]),
textarea {
  -webkit-filter: blur(10px);
  filter: blur(10px)
}

address {
  font-style: normal
}

hr {
  height: 0;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible
}

b,
strong {
  font-weight: bolder
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

:root {
  --menu_margin: 280px;
  --topview_margin: 24px;
  --section_margin: 64px;
  --group_margin: 2.5rem;
  --f_middle: 20px;
  --f_small: 13px;
  --f_min: 11px
}

@media screen and (max-width:1024px) {
  :root {
    --f_middle: 17px;
    --f_small: 12px;
    --f_min: 10px
  }
}

@media screen and (max-width:1023px) {
  :root {
    --menu_margin: 200px;
    --topview_margin: 16px;
    --section_margin: 50px;
    --group_margin: 2rem
  }
}

@media screen and (max-width:767px) {
  :root {
    --menu_margin: 0;
    --topview_margin: 12px;
    --section_margin: 40px;
    --group_margin: 1.5rem;
    --f_middle: 15px
  }
}

body {
  background-color: #fff;
  color: #333;
  width: 100%;
  font-family: aktiv-grotesk, noto-sans-cjk-jp, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7
}

@media screen and (max-width:1024px) {
  body {
    font-size: 90%
  }
}

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

a {
  color: #333
}

h1,
h2,
h3,
h4 {
  font-weight: 500
}

h3,
h4,
h5,
h6 {
  font-size: 1rem
}

@media screen and (max-width:1023px) {

  h3,
  h4,
  h5,
  h6 {
    font-size: 0.9rem
  }
}

@media screen and (max-width:767px) {

  h3,
  h4,
  h5,
  h6 {
    font-size: 0.82rem
  }
}

hr {
  background-color: #333;
  height: 1px
}

span {
  display: inline-block
}

small {
  font-size: var(--f_small)
}

.wrap {
  padding-left: var(--menu_margin);
  width: min(90%, 1304px)
}

@media screen and (min-width:1584px) {
  .wrap {
    width: 1024px;
    padding-left: 0;
    margin: 0 auto
  }
}

@media screen and (max-width:767px) {
  .wrap {
    margin: 0 auto;
    width: 85%
  }
}

.section_tb {
  padding-top: var(--section_margin);
  padding-bottom: var(--section_margin)
}

.section_top {
  margin-top: var(--section_margin)
}

.group_top {
  margin-top: var(--group_margin)
}

.group_bottom {
  margin-bottom: var(--group_margin)
}

.line_bottom {
  margin-bottom: 0.3em
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

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

.col-2 {
  width: 50%;
  padding: 0 1.5rem
}

@media screen and (max-width:767px) {
  .col-2 {
    width: 100%;
    padding: 0
  }
}

.col-2__wrapper {
  margin: 0 -1.5rem
}

@media screen and (max-width:767px) {
  .col-2__wrapper {
    margin: 0
  }
}

.center_container {
  width: 100%;
  text-align: center
}

.bg_lightgray {
  background-color: #f5f5f5
}

.bg_white {
  background-color: #fff
}

.text_justify {
  text-align: justify;
  text-justify: inter-character
}

.pagetop {
  padding-top: calc(var(--topview_margin) * 2)
}

.top_full {
  height: calc(var(--vh, 1vh) * 100);
  padding-top: calc(var(--topview_margin) * 2);
  padding-left: var(--menu_margin);
  padding-right: var(--topview_margin)
}

.top_full__img {
  width: 100%;
  height: calc(100% - 4.815em);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media screen and (max-width:767px) {
  .top_full {
    padding-right: 0;
    padding-left: 0
  }

  .top_full-title {
    padding-right: 7.5%;
    padding-left: 7.5%
  }
}

.ico_twitter,
.ico_youtube {
  width: 26px
}

@media screen and (max-width:1023px) {

  .ico_twitter,
  .ico_youtube {
    width: 20.8px
  }
}

.ico_insta {
  width: 24px
}

@media screen and (max-width:1023px) {
  .ico_insta {
    width: 19.2px
  }
}

.ico_fb {
  width: 15px
}

@media screen and (max-width:1023px) {
  .ico_fb {
    width: 12px
  }
}

.ico_line {
  width: 28px
}

@media screen and (max-width:1023px) {
  .ico_line {
    width: 22.4px
  }
}

.pagenation {
  margin: calc(var(--group_margin) * 2) 0
}

.btn_fill {
  display: inline-block !important;
  line-height: 1.5 !important;
  max-width: 100%;
  padding: 0.4em 1.5em;
  background-color: #333;
  color: #fff;
  text-align: center
}

.btn_border {
  display: inline-block !important;
  line-height: 1.5 !important;
  position: relative;
  padding-right: 0.3em;
  padding-bottom: 0.3em;
  text-decoration: none;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  font-size: var(--f_small)
}

.btn_border:before {
  content: " ";
  position: absolute;
  bottom: -1px;
  width: 0.3em;
  height: 0.3em;
  background-color: #fff
}

.btn_border:after {
  content: " ";
  position: absolute;
  right: -1px;
  width: 0.3em;
  height: 0.3em;
  background-color: #fff
}

.btn_border:active {
  border: none;
  -webkit-transform: translate(0.3em, 0.3em);
  -ms-transform: translate(0.3em, 0.3em);
  transform: translate(0.3em, 0.3em)
}

.btn_border:active:after,
.btn_border:active:before {
  content: none
}

.btn_border__inner {
  padding: 0.25em;
  border: solid 1px #333;
  text-align: center
}

.btn_border__inner:hover {
  background: #00FFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

.txt_page-title {
  font-family: alternate-gothic-no-3-d, "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.953em;
  font-size: 3.815em;
  line-height: 1;
  padding-bottom: 1rem
}

.txt_page-title svg {
  display: inline-block;
  overflow: visible;
  fill: #f5f5f5;
  stroke: #333;
  stroke-width: 2
}

@media screen and (max-width:767px) {
  .txt_page-title svg {
    stroke-width: 1.5
  }
}

.txt_page-title_wt {
  font-family: alternate-gothic-no-3-d, "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.953em;
  font-size: 3.815em;
  line-height: 1;
  padding-bottom: 1rem
}

.txt_page-title_wt svg {
  display: inline-block;
  overflow: visible;
  fill: #fff;
  stroke: #333;
  stroke-width: 2
}

@media screen and (max-width:767px) {
  .txt_page-title_wt svg {
    stroke-width: 1.5
  }
}

.txt_group-title_wt {
  font-family: alternate-gothic-no-3-d, "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.953em
}

.txt_group-title_wt svg {
  display: inline-block;
  overflow: visible;
  fill: #fff;
  stroke: #333;
  stroke-width: 1.5
}

@media screen and (max-width:1023px) {
  .txt_group-title_wt svg {
    stroke-width: 1
  }
}

.txt_group-title_gr {
  font-family: alternate-gothic-no-3-d, "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.953em
}

.txt_group-title_gr svg {
  display: inline-block;
  overflow: visible;
  fill: #f5f5f5;
  stroke: #333;
  stroke-width: 1.5
}

@media screen and (max-width:1023px) {
  .txt_group-title_gr svg {
    stroke-width: 1
  }
}

.txt_group-title_bk {
  font-family: alternate-gothic-no-3-d, "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.953em
}

@media screen and (max-width:767px) {
  .sp_small {
    font-size: 0.8em
  }
}

.link {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

.link:hover {
  opacity: 0.7
}

.link_underline {
  text-decoration: underline
}

.link_underline:hover {
  text-decoration: none
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding-bottom: 0.3em
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: calc(100% - 1em);
  bottom: 0;
  background: #00FFFF;
  height: 2px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-underline-from-left .hvr-underline-from-left:active:before,
.hvr-underline-from-left .hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before {
  right: 0
}

@media screen and (min-width:768px) {
  .hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
  }

  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00FFFF;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
  }

  .hvr-sweep-to-right:active,
  .hvr-sweep-to-right:focus,
  .hvr-sweep-to-right:hover {
    color: #333
  }

  .hvr-sweep-to-right:active:before,
  .hvr-sweep-to-right:focus:before,
  .hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#loading svg {
  width: 25%;
  max-width: 100px
}

#wrap_all path {
  fill: #111;
  stroke: #111;
  stroke-width: 1;
  -webkit-animation: svg 3s ease-in both;
  animation: svg 3s ease-in both
}

@media screen and (max-width:767px) {
  #wrap_all path {
    -webkit-animation: none;
    animation: none
  }
}

@-webkit-keyframes svg {
  0% {
    stroke: #f5f5f5;
    fill: transparent;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px
  }

  30% {
    stroke-dashoffset: 0;
    fill: transparent
  }

  35% {
    stroke: #111;
    fill: #111
  }
}

@keyframes svg {
  0% {
    stroke: #f5f5f5;
    fill: transparent;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px
  }

  30% {
    stroke-dashoffset: 0;
    fill: transparent
  }

  35% {
    stroke: #111;
    fill: #111
  }
}

.menuLeft {
  position: fixed;
  left: calc(var(--topview_margin) * 2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 800;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (max-width:767px) {
  .menuLeft {
    position: absolute;
    width: 100%;
    left: 0;
    height: 0
  }
}

.menuLeft .title {
  margin-top: calc(var(--topview_margin) * 2)
}

.menuLeft .title img {
  display: inline-block;
  width: 120px
}

@media screen and (max-width:767px) {
  .menuLeft .title {
    margin-top: calc(var(--topview_margin) * 2);
    margin-left: calc(var(--topview_margin) * 2);
    width: 30%
  }
}

.menuLeft__btn {
  margin-bottom: calc(var(--topview_margin) * 2 - 0.5em);
  font-size: var(--f_min);
  width: 120px
}

@media screen and (max-width:767px) {
  .menuLeft__btn {
    margin-left: calc(var(--topview_margin) * 2)
  }
}

.menuLeft__btn .btn_fill {
  width: 100%;
  margin: 0.5em 0;
  padding-left: 0;
  padding-right: 0
}

.nav-drawer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 0;
  overflow: auto
}

@media screen and (max-width:767px) {
  .nav-drawer {
    top: 0;
    right: 0;
    margin: 0
  }
}

.nav-drawer .nav-unshown {
  display: none
}

@media screen and (max-width:767px) {
  .nav-drawer #nav-content {
    display: none;
    position: relative;
    width: 100%;
    z-index: 900;
    background: white;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    overflow-x: hidden
  }
}

@media screen and (max-width:767px) {
  .nav-drawer #nav-input:checked~#nav-content {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0
  }
}

@media screen and (max-width:767px) {
  .nav-drawer .nav-content__inner {
    position: absolute;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 50vh;
    top: 0;
    left: 0;
    width: 100%
  }
}

.nav-drawer .nav-content__inner .navLink {
  display: inline-block
}

@media screen and (max-width:767px) {
  .nav-drawer .nav-content__inner .navLink {
    width: 100%
  }
}

.nav-drawer .nav-content__inner .navLink>li:not([class]) {
  padding-bottom: 1rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

@media screen and (max-width:767px) {
  .nav-drawer .nav-content__inner .navLink>li:not([class]) {
    font-family: alternate-gothic-no-3-d, "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 1.953em;
    padding: 0.7rem var(--topview_margin) 0.3em var(--topview_margin)
  }

  .nav-drawer .nav-content__inner .navLink>li:not([class]):nth-child(odd) {
    background-color: #f5f5f5
  }

  .nav-drawer .nav-content__inner .navLink>li:not([class]):hover {
    opacity: 0.7
  }
}

.nav-drawer .nav-content__inner .navLink>li:not([class]) a {
  padding-right: 1.5em;
  margin-right: 1.5em
}

@media screen and (max-width:767px) {
  .nav-drawer .nav-content__inner .navLink>li:not([class]) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0
  }
}

.nav-drawer .nav-content__inner .navLink>li:not([class]) .sp_small {
  margin-left: 0.3em;
  letter-spacing: 0.05em
}

.nav-drawer .nav-content__inner .navLink>li:not([class]) .nav-txt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0;
  margin-right: auto
}

.nav-drawer .nav-content__inner .navLink>li:not([class]) .nav-subtxt {
  font-family: aktiv-grotesk, noto-sans-cjk-jp, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 0
}

.nav-drawer .nav-content__inner .navLink>li:not([class]) .nav-subtxt:after {
  content: "";
  display: inline-block;
  width: 5.8px;
  height: 10px;
  background: url(../img/angle-right.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px
}

.nav-drawer .sp-nav__logo {
  padding: var(--topview_margin);
  padding-bottom: 1.5em
}

.nav-drawer .sp-nav__logo img {
  width: 48px
}

.nav-drawer .sp-nav__list {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.nav-drawer .sp-nav__list li {
  font-family: alternate-gothic-no-3-d, "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.953em;
  padding: 0.7rem var(--topview_margin) 0.3em var(--topview_margin)
}

.nav-drawer .sp-nav__list li:after {
  content: "";
  display: inline-block;
  width: 5.8px;
  height: 10px;
  background: url(../img/angle-right.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-right: 1em
}

.nav-drawer .sp-nav__list li:hover {
  opacity: 0.7
}

.nav-drawer .sp-nav__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: max(80%, 296px);
  margin: 2rem auto
}

.nav-drawer .sp-nav__ico li {
  margin: 0 var(--topview_margin)
}

.nav-drawer .sp-nav__ico li:hover path {
  fill: #00FFFF
}

.nav-drawer .sp-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: max(80%, 296px);
  margin: 2rem auto;
  margin-bottom: 5rem;
  font-size: 1rem
}

.nav-drawer .sp-nav__btn li {
  margin: 0 0.5rem
}

.nav-drawer .sp-nav__btn li .btn_border__inner {
  width: 128px
}

@media screen and (max-width:767px) {

  #nav-open,
  #nav-open span {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
  }

  #nav-open {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: fixed;
    background-color: #333;
    bottom: var(--topview_margin);
    right: var(--topview_margin);
    width: 2.8rem;
    height: 3.5rem;
    cursor: pointer;
    z-index: 1000
  }

  #nav-open span:not([class]),
  #nav-open span:not([class]):after,
  #nav-open span:not([class]):before {
    position: absolute;
    height: 2px;
    width: 1.4rem;
    content: "";
    cursor: pointer;
    background-color: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
  }

  #nav-open span:not([class]) {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 75ms;
    -o-transition-duration: 75ms;
    transition-duration: 75ms;
    top: calc(50% - .6rem);
    left: 0.7rem
  }

  #nav-open span:not([class]):before {
    -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
    -o-transition: top 75ms ease 0.12s, opacity 75ms ease;
    transition: top 75ms ease 0.12s, opacity 75ms ease;
    top: -7px
  }

  #nav-open span:not([class]):after {
    -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    bottom: -7px
  }

  #nav-open .menu-close {
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: alternate-gothic-no-3-d, "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: var(--f_min);
    color: #fff
  }

  #nav-open .menu-close:after {
    content: "MENU"
  }

  #nav-input:checked~#nav-open span:not([class]) {
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  #nav-input:checked~#nav-open span:not([class]):before {
    top: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
    -o-transition: top 75ms ease, opacity 75ms ease 0.12s;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    opacity: 0
  }

  #nav-input:checked~#nav-open span:not([class]):after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  #nav-input:checked~#nav-open .menu-close:after {
    content: "CLOSE"
  }

  #nav-input:checked~#nav-open {
    position: fixed;
    z-index: 1000
  }
}

.menuRight {
  position: fixed;
  right: calc(var(--topview_margin) * 2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 800;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.menuRight-txt {
  padding: 1em 0
}

.menuRight-txt__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.menuRight-txt__wrapper {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  font-size: var(--f_min);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.menuRight-icon {
  display: inline-block;
  padding: 0.8rem 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.menuRight-icon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(var(--topview_margin) * 2 - 0.5em)
}

.menuRight-icon .insta,
.menuRight-icon .twitter {
  width: 20px
}

.menuRight-icon .fb {
  width: 11px
}

.menuRight-icon:hover path {
  fill: #00FFFF
}

.footer {
  background-color: #f5f5f5
}

.footer .map {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden
}

@media screen and (max-width:767px) {
  .footer .map {
    height: 320px
  }
}

.footer .map iframe {
  position: absolute;
  right: -50%;
  top: -80px
}

@media screen and (max-width:767px) {
  .footer .map iframe {
    top: -160px
  }
}

.firstview {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: var(--topview_margin)
}

@media screen and (max-width:767px) {
  .firstview {
    padding: 0
  }
}

.firstview__img {
  padding-left: var(--topview_margin);
  padding-right: var(--topview_margin)
}

@media screen and (max-width:767px) {
  .firstview__img {
    padding: 0
  }
}

.firstview .swiper01 {
  height: 100%
}

.firstview .swiper01>.swiper-wrapper>.swiper-slide {
  background-size: cover;
  background-position: center
}

.firstview__article {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 700;
  background-color: #fff;
  width: min(45%, 500px);
  padding: 1.5em calc(var(--topview_margin) * 4) 1.5em 3em
}

@media screen and (max-width:767px) {
  .firstview__article {
    left: 0;
    width: 100%;
    padding: 1em 4rem 1em calc(var(--topview_margin) * 2)
  }
}

.firstview__article__ttle {
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2
}

@media screen and (max-width:767px) {
  .firstview__article__ttle {
    -webkit-line-clamp: 1
  }
}

.over {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 -3px 9px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 9px -10px rgba(0, 0, 0, 0.5)
}

.about {
  /* padding-top: calc(var(--section_margin) * 2); */
  /* padding-bottom: calc(var(--section_margin) * 2); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  line-height: 2.5;
  letter-spacing: 0.1em
}

.about__concept {
  font-size: var(--f_middle);
  margin-bottom: 1rem
}

.about__inner {
  position: relative
}

.about__inner .storyLink {
  display: inline-block;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 6rem
}

.store-transfer {
  padding: 6rem 0;
  background-color: #f5f5f5;
}

.store-transfer_heading {
  font-size: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  text-align: center;
  line-height: 1.8;
}

.store-transfer_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
}

@media screen and (max-width:768px) {
  .store-transfer_container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.store-transfer_txt {
  margin-bottom: 3rem;
  line-height: 1.8;
}

@media screen and (max-width:1023px) {
  .about__inner .storyLink__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.about__inner .storyLink__line {
  background-color: #333;
  width: 1px;
  height: 6rem;
  margin-bottom: 0.5rem
}

@media screen and (max-width:1023px) {
  .about__inner .storyLink__line {
    width: 6rem;
    height: 1px;
    margin-bottom: 0;
    margin-right: 1rem
  }
}

.about__inner .storyLink__txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1
}

@media screen and (max-width:1023px) {
  .about__inner .storyLink__txt {
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
    margin-top: 0
  }
}

.service {
  position: relative;
  margin-top: var(--section_margin);
  margin-bottom: calc(var(--section_margin) * 1.5);
  padding-top: var(--section_margin);
  padding-bottom: calc(var(--section_margin) * 1.5)
}

.service__background {
  position: absolute;
  background-color: #f5f5f5;
  top: 50%;
  bottom: 0;
  right: 0;
  left: calc(50% + 4rem);
  margin-right: auto
}

@media screen and (max-width:1023px) {
  .service__background {
    top: calc(50% - 7rem);
    left: calc(50% - 2rem)
  }
}

.service__background img {
  position: absolute;
  top: -20px;
  z-index: 100;
  left: 16rem
}

@media screen and (max-width:1023px) {
  .service__background img {
    width: 64px;
    top: calc(var(--topview_margin) * 2);
    right: calc(var(--topview_margin) * 6);
    left: auto
  }
}

@media screen and (max-width:767px) {
  .service__background img {
    right: calc(var(--topview_margin) * 2)
  }
}

.service .serviceDesc {
  position: relative;
  width: min(70%, 552px);
  margin-left: auto;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media screen and (max-width:1023px) {
  .service .serviceDesc {
    width: 90%;
    display: block
  }
}

.service .serviceDesc__txt p {
  display: inline-block;
  line-height: 2em;
  margin-right: 1rem
}

.service .serviceDesc__link {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.service .serviceDesc__link a {
  margin-top: 1em
}

.service .serviceFigure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: min(80%, 640px)
}

.service .serviceFigure figcaption {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  display: inline-block;
  font-size: var(--f_middle);
  margin-right: 1em
}

@media screen and (max-width:767px) {
  .service .serviceFigure figcaption {
    font-size: 12px
  }
}

.service .serviceFigure__title {
  position: absolute;
  top: -2.8rem;
  right: -2.8rem;
  font-family: alternate-gothic-no-3-d, "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.953em;
  font-size: 6em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1
}

.service .serviceFigure__title svg {
  display: inline-block;
  overflow: visible;
  fill: #f8f8f8;
  stroke: #333;
  stroke-width: 2
}

@media screen and (max-width:767px) {
  .service .serviceFigure__title svg {
    stroke-width: 1.5
  }
}

@media screen and (max-width:1023px) {
  .service .serviceFigure__title {
    top: -2rem;
    right: -3rem;
    font-size: 5em
  }
}

.service .serviceFigure__img {
  width: 100%;
  display: inline-block;
  position: relative
}

.service .serviceFigure__img:before {
  content: "";
  display: block;
  padding-top: 81.7%
}

.service .serviceFigure__img>img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.serviceLeft {
  position: relative;
  margin-top: var(--section_margin);
  margin-bottom: calc(var(--section_margin) * 1.5);
  padding-top: var(--section_margin);
  padding-bottom: calc(var(--section_margin) * 1.5)
}

.serviceLeft__background {
  position: absolute;
  background-color: #f5f5f5;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 45%;
  margin-left: auto
}

@media screen and (max-width:1023px) {
  .serviceLeft__background {
    top: calc(50% - 5rem);
    right: calc(50% - 2rem)
  }
}

.serviceLeft__background img {
  position: absolute;
  top: -20px;
  z-index: 100;
  right: 40%
}

@media screen and (max-width:1023px) {
  .serviceLeft__background img {
    width: 64px;
    top: calc(var(--topview_margin) * 2);
    left: 50%;
    right: auto
  }
}

@media screen and (max-width:767px) {
  .serviceLeft__background img {
    left: calc(var(--topview_margin) * 2)
  }
}

.serviceLeft .serviceDesc {
  position: relative;
  width: min(100%, 480px);
  margin-right: auto;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media screen and (max-width:1023px) {
  .serviceLeft .serviceDesc {
    display: block
  }
}

.serviceLeft .serviceDesc__txt p {
  display: inline-block;
  line-height: 2em;
  margin-right: 1rem
}

.serviceLeft .serviceDesc__link {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.serviceLeft .serviceDesc__link a {
  margin-top: 1em
}

.serviceLeft .serviceFigure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: min(80%, 640px);
  margin-left: auto
}

.serviceLeft .serviceFigure figcaption {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  display: inline-block;
  font-size: var(--f_middle);
  margin-left: 1em
}

@media screen and (max-width:767px) {
  .serviceLeft .serviceFigure figcaption {
    font-size: 12px
  }
}

.serviceLeft .serviceFigure__title {
  position: absolute;
  top: -2.8rem;
  left: -4rem;
  font-family: alternate-gothic-no-3-d, "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.953em;
  font-size: 6em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1
}

.serviceLeft .serviceFigure__title svg {
  display: inline-block;
  overflow: visible;
  fill: #f8f8f8;
  stroke: #333;
  stroke-width: 2
}

@media screen and (max-width:767px) {
  .serviceLeft .serviceFigure__title svg {
    stroke-width: 1.5
  }
}

@media screen and (max-width:1023px) {
  .serviceLeft .serviceFigure__title {
    top: -2rem;
    left: -3.8rem;
    font-size: 5em
  }
}

.serviceLeft .serviceFigure__img {
  width: 100%;
  display: inline-block;
  position: relative
}

.serviceLeft .serviceFigure__img:before {
  content: "";
  display: block;
  padding-top: 81.7%
}

.serviceLeft .serviceFigure__img>img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.topNews {
  padding-top: calc(var(--section_margin) * 2);
  padding-bottom: calc(var(--section_margin) * 2)
}

.topNews__title {
  font-family: alternate-gothic-no-3-d, "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.953em;
  font-size: 3.815em
}

.topNews__title svg {
  display: inline-block;
  overflow: visible;
  fill: #f8f8f8;
  stroke: #333;
  stroke-width: 2
}

@media screen and (max-width:767px) {
  .topNews__title svg {
    stroke-width: 1.5
  }
}

.topNews__title svg {
  stroke-width: 1.5
}

.topNews__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.topNews .hvr-underline-from-left {
  margin-bottom: 1em
}

.topNews__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  cursor: pointer
}

.topNews__article__date {
  width: 8em;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.topNews .hidden_box {
  border-bottom: solid 1px #333
}

.topNews .hidden_box input {
  display: none
}

.topNews .hidden_box input:checked~.hidden_show {
  padding: 0 0 2rem 0;
  height: auto;
  opacity: 1
}

.topNews .hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s
}

.topNews .hidden_box .hidden_show img {
  max-width: 640px
}

.topNews .hidden_box .hidden_show *+* {
  margin-top: 1.5rem
}

.topMagazine {
  background: #f5f5f5;
  padding-top: calc(var(--section_margin) * 2);
  padding-bottom: calc(var(--section_margin) * 2)
}

.topMagazine__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:767px) {
  .topMagazine__container {
    display: block;
    width: 80%;
    margin: 0 auto
  }
}

@media screen and (min-width:768px) {
  .topMagazine__container figure {
    padding-right: 3rem;
    max-width: 50%
  }
}

.topMagazine__container figure img {
  -webkit-box-shadow: 2rem 2rem 2rem -2rem rgba(26, 60, 77, 0.4);
  box-shadow: 2rem 2rem 2rem -2rem rgba(26, 60, 77, 0.4)
}

.topMagazine__desc {
  margin: 2rem 0
}

.topMagazine__desc .txt_group-title_bk {
  font-size: 2.441em
}

.topMagazine__desc__title {
  font-size: 1.35em
}

.topMagazine__desc p:not([class]) {
  font-size: var(--f_small)
}

.timeline {
  max-width: 400px;
  border: solid 1px #f5f5f5;
  margin-left: auto
}

.sns-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:767px) {
  .sns-bottom {
    margin-top: 60px
  }
}

.pc-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.font-sm {
  font-size: 14px
}

@media screen and (max-width:1023px) {
  .font-sm {
    font-size: 12px
  }
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em
}

.sns-list_container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 3rem
}

@media screen and (max-width:767px) {
  .sns-list_container {
    margin: 0 auto
  }
}

.sns-list_img {
  width: 25px;
  margin-right: 1em
}

.sns-list_img img {
  margin: 0 auto
}

.sns-list .fb {
  width: 16px
}

.sns h2 {
  text-align: center
}

.snsIcon__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: min(80%, 600px);
  margin: 0 auto
}

@media screen and (max-width:1023px) {
  .snsIcon__inner {
    width: min(100%, 336px)
  }
}

.snsIcon__link {
  position: relative;
  background-color: #333;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: var(--group_margin) 0.1em 0 0.1em;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media screen and (max-width:1023px) {
  .snsIcon__link {
    width: 48px;
    height: 48px
  }
}

.snsIcon__link:hover {
  background-color: #00FFFF
}

.sns .btn_border {
  margin: var(--group_margin) 0.7em 0 0.7em;
  font-size: 1rem
}

.sns .btn_border__inner {
  width: 180px;
  padding: 0.5em
}

@media screen and (max-width:1023px) {
  .sns .btn_border__inner {
    width: 152px
  }
}

@media screen and (max-width:767px) {
  .sns .btn_border__inner {
    padding: 0.8em 1em;
    width: 200px
  }
}

.svgImg_outer {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0
}

.svgImg_outer img {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.story .wrap {
  line-height: 2em
}

.story .text_justify {
  font-size: var(--f_small)
}

.story .top_full {
  top: 0;
  z-index: 1
}

@media screen and (max-width:767px) {
  .story .top_full {
    height: 120vw
  }
}

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

.story .top_full__img {
  background-image: url(../img/_story/fune.png)
}

.popup_img {
  width: 100%;
  height: 100%
}

.popup_img a {
  display: inline
}

#popup_img figure {
  margin: 0;
  display: none;
  color: var(--darkgray);
  background-color: var(--white)
}

#popup_img figure:target {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999
}

#popup_img figure:target #overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(160, 160, 160, 0.7);
  text-decoration: none;
  color: inherit
}

#popup_img figure:target img {
  -webkit-animation: fadein 0.3s;
  animation: fadein 0.3s;
  width: 70%;
  height: auto
}

@media screen and (max-width:1023px) {
  #popup_img figure:target img {
    width: 95%
  }
}

@-webkit-keyframes fadein {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0.2;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

@keyframes fadein {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.2
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.specialthanks {
  letter-spacing: 0.1em;
  font-size: 1.953em;
  color: transparent;
  -webkit-text-stroke: 1px #333
}

@media screen and (min-width:768px) {
  .specialthanks {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    position: absolute;
    top: -3.5rem;
    right: 0
  }
}

@media screen and (max-width:767px) {
  .specialthanks {
    margin-bottom: 1rem
  }
}

.specialthanks__container {
  position: relative
}

@media screen and (min-width:768px) {
  .specialthanks__list {
    margin-right: 56px
  }
}

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

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



/* リダイレクト */
.redirect {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  padding: 30px;
  color: #000000;
  background-color: #ffffff;
  border: 20px solid #000000;
  overflow: scroll;
}

.redirect_wrap {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4em;
}

.redirect_img {
  width: 50%;
}

.redirect_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  text-align: center;
}

.redirect_txt .font-lg {
  font-size: 1.5rem;
}

.redirect_link {
  width: fit-content;
  padding: .5em 2em;
  color: #fff;
  background-color: #000000;
  border-radius: 50vh;
  font-size: 1.25rem;
  text-align: center;
}

@media screen and (max-width:767px) {
  .redirect {
    padding: 10px;
    border: 10px solid #000000;
  }

  .redirect_img {
    width: 100%;
  }

  .redirect_txt {
    text-align: justify;
  }

  .redirect_txt .font-lg {
    text-align: center;
    font-size: 1.25rem;
  }

  .redirect_link {
    padding: .5em 1.5em;
    font-size: 1.1rem;
  }
}

body {
  overflow: hidden;
}