@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One:wght@300;400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Montserrat:wght@700&display=swap");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.715vw;
  }
}
@media screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.667vw;
  }
}

body {
  margin: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  color: #0000ff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  line-height: 0;
  background: #fff;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

img {
  vertical-align: bottom;
}

img, svg {
  width: 100%;
  height: auto;
}

@media  {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
a {
  text-decoration: none;
  color: #0000ff;
}

h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

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

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

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.svg_img {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: transform;
  image-rendering: -webkit-optimize-contrast;
  shape-rendering: crispEdges;
  text-rendering: geometricPrecision;
}

.font_en {
  font-family: "Dela Gothic One", sans-serif;
}

/*base*/
.slider,
.slider div {
  width: 100%;
  height: 100%;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

main {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 4rem;
  }
}

section {
  position: relative;
}

section .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  section .inner {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  section .inner {
    width: 29.5rem;
  }
}

section .inner_max {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  section .inner_max {
    width: 130rem;
  }
}
@media screen and (max-width: 768px) {
  section .inner_max {
    width: 33.5rem;
  }
}

/*import*/
header {
  z-index: 9000;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  header {
    position: relative;
    height: 6.8rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    height: 4rem;
    overflow: hidden;
    padding-right: 2rem;
  }
}

header h1 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 9010;
}
@media screen and (min-width: 769px) {
  header h1 {
    width: 32rem;
    height: 10rem;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 17rem;
    height: 4rem;
  }
}

header h1 a {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  header h1 a {
    width: 23.8rem;
    transition: ease-in-out 0.4s all;
  }
}
@media screen and (max-width: 768px) {
  header h1 a {
    width: 14.6rem;
  }
}

header nav {
  position: relative;
}
@media screen and (min-width: 769px) {
  header nav {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  header nav {
    display: none;
  }
}

header nav ul {
  position: relative;
  display: flex;
  flex-direction: row;
}

header nav ul li {
  position: relative;
}

header nav ul li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.8rem;
  overflow: hidden;
  cursor: pointer;
}

header nav ul li.category_index > a > p {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #0000ff;
  line-height: 1em;
  font-size: 1.6rem;
  transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
  padding: 0 2.5rem;
}

header nav ul li.category_index:hover > a > p {
  transform: translateX(100%);
}

@media screen and (min-width: 769px) {
  header nav ul li.category_index > a > p::before {
    content: attr(name);
    position: absolute;
    top: 0.2rem;
    left: -100%;
    width: 100%;
    height: 100%;
    font-weight: 700;
    letter-spacing: 0em;
    color: #0000ff;
    font-family: "Montserrat", sans-serif;
    line-height: 1em;
    font-size: 1.6rem;
    text-align: center;
  }
}

#nav_entry {
  padding-left: 2.5rem;
}

#nav_entry > a {
  background: #0000ff;
  overflow: hidden;
  width: 16rem;
}

#nav_entry > a > p {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  transform: translateY(0.2rem);
  line-height: 1em;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 769px) {
  #nav_entry > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
    transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
    background: url("../images/entry_bg_1.jpg") 0 0 no-repeat;
    background-size: cover;
    opacity: 0;
  }
}

@media screen and (min-width: 769px) {
  #nav_entry > a:hover::before {
    opacity: 1;
  }
}

/*
header h1 a:hover{
	@include mq(pc) {
	opacity: 0.6;
	}
	@include mq(sp) {
	}
}
*/
header nav ul li .mega_menu {
  position: fixed;
  width: 100%;
  top: 6.8rem;
  left: 0;
  background: #fff;
  display: block;
  opacity: 0;
  transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
  z-index: -2;
  pointer-events: none;
}

header nav ul li .mega_menu::before {
  content: "";
  position: absolute;
  top: -6.8rem;
  left: 0;
  width: 100%;
  height: 6.8rem;
  background: #fff;
  pointer-events: none;
}

header nav ul li:hover .mega_menu.out {
  opacity: 0;
  pointer-events: none;
  z-index: -2;
}

header nav ul li:hover .mega_menu {
  opacity: 1;
  pointer-events: auto !important;
  z-index: -1;
}

header nav ul li .mega_menu .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 132rem;
  padding: 4rem 0rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  gap: 2rem;
  transform: translateX(-5rem);
  transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
}

header nav ul li:hover .mega_menu .inner {
  transform: translateX(0rem);
}

/*
header nav ul li#nav_works .mega_menu{
	background:$color_w url("../images/nav_bg_1.jpg") 0 0 no-repeat;
	background-size: auto 100%;
}
*/
header nav ul li#nav_voice .mega_menu {
  background: #fff url("../images/nav_bg_2.jpg") 0 0 no-repeat;
  background-size: auto 100%;
}

/*
header nav ul li#nav_environment .mega_menu{
	background:$color_w url("../images/nav_bg_3.jpg") 0 0 no-repeat;
	background-size: auto 100%;
}
header nav ul li#nav_company .mega_menu{
	background:$color_w url("../images/nav_bg_4.jpg") 0 0 no-repeat;
	background-size: auto 100%;
}
*/
header nav ul li .mega_menu .inner a {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1.4rem;
  width: 23.5rem;
}

header nav ul li .mega_menu .inner a figure {
  position: relative;
  display: block;
  width: 23.5rem;
  height: 17rem;
  overflow: hidden;
}

header nav ul li .mega_menu .inner a p {
  position: relative;
  font-weight: 500;
  letter-spacing: 0em;
  color: #0000ff;
  line-height: 1em;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  header nav ul li .mega_menu .btn_box_arrow figure::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 200px solid #0000ff;
    transform: translateX(-100%);
    transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
    transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
    opacity: 0.7;
  }
}

@media screen and (min-width: 769px) {
  header nav ul li .mega_menu .btn_box_arrow:hover figure::before {
    transition-delay: 0.3s;
    transform: translateX(0);
  }
}

/**/
#global_btn_set {
  position: fixed;
  overflow: hidden;
  z-index: 9020;
  display: flex;
}
@media screen and (min-width: 769px) {
  #global_btn_set {
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100vh;
    right: -5rem;
    width: 5rem;
    pointer-events: none;
    transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
    transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
  }
}
@media screen and (max-width: 768px) {
  #global_btn_set {
    top: 0;
    right: 2rem;
    pointer-events: auto !important;
  }
}

@media screen and (min-width: 769px) {
  #global_btn_set.active,
  #global_btn_set.open {
    right: 4rem;
    pointer-events: auto !important;
  }
}

#global_btn_set div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
@media screen and (min-width: 769px) {
  #global_btn_set div {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  #global_btn_set div {
    flex-direction: row;
    align-items: stretch;
  }
}

.nav_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  border: none;
}
@media screen and (min-width: 769px) {
  .nav_btn {
    width: 20rem;
    height: 5rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_btn {
    width: 6.4rem;
    height: 4.2rem;
    order: 2;
  }
}

.nav_btn p {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  .nav_btn p {
    line-height: 1em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_btn p {
    display: none;
  }
}

.nav_btn > span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .nav_btn > span {
    width: 3rem;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .nav_btn > span {
    width: 3rem;
    height: 1px;
  }
}
.nav_btn > span {
  margin: 0;
  background: none;
  transition: 0.4s ease-in-out;
}

.nav_btn > span::before,
.nav_btn > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .nav_btn > span::before,
  .nav_btn > span::after {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .nav_btn > span::before,
  .nav_btn > span::after {
    height: 1px;
  }
}
.nav_btn > span::before,
.nav_btn > span::after {
  background: #0000ff;
  transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
}

@media screen and (min-width: 769px) {
  .nav_btn > span::before {
    width: 3rem;
    margin-top: -0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_btn > span::before {
    width: 3rem;
    margin-top: -0.4rem;
  }
}

@media screen and (min-width: 769px) {
  .nav_btn > span::after {
    width: 3rem;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_btn > span::after {
    width: 3rem;
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 769px) {
  .nav_btn:hover > span::after {
    width: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .nav_btn:hover > span.open::after {
    width: 3rem;
  }
}

.nav_btn > span.open::before {
  transform: rotate(30deg);
  margin-top: 0rem;
}

.nav_btn > span.open::after {
  transform: rotate(-30deg);
  margin-top: 0rem;
}

#global_btn_set a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0000ff;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #global_btn_set a {
    width: 20rem;
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #global_btn_set a {
    width: 10rem;
    height: 4.2rem;
    order: 1;
  }
}

#global_btn_set a > p {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 769px) {
  #global_btn_set a > p {
    line-height: 1em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #global_btn_set a > p {
    line-height: 1em;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  #global_btn_set a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
    transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
    background: url("../images/entry_bg_2.jpg") 0 0 no-repeat;
    background-size: cover;
    opacity: 0;
  }
}

@media screen and (min-width: 769px) {
  #global_btn_set a:hover::before {
    opacity: 1;
  }
}

/**/
#global_sitemap {
  position: fixed;
  /*z-index:8900;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #global_sitemap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12rem 0;
    transform: translateX(100%);
    z-index: 9005;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap {
    z-index: 8999;
    padding: 4.2rem 0 2rem;
    transform: translateY(-100%);
  }
}
#global_sitemap {
  transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
}

#global_sitemap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #global_sitemap::before {
    background: url("../images/global_bg.jpg") center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap::before {
    background: url("../images/global_bg_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
#global_sitemap::before {
  transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #global_sitemap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 2rem #fff solid;
    border-bottom: 2rem #fff solid;
    pointer-events: none;
  }
}

#global_sitemap.open {
  opacity: 1;
  pointer-events: auto !important;
}
@media screen and (min-width: 769px) {
  #global_sitemap.open {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap.open {
    transform: translateY(0);
  }
}

#global_sitemap.open::before {
  opacity: 1;
  transition-delay: 0.4s;
}

#global_sitemap .inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #global_sitemap .inner {
    width: 105rem;
    padding: 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap .inner {
    width: 33.5rem;
    height: 100%;
    direction: rtl;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
}

#global_sitemap .inner {
  scrollbar-width: thin;
  scrollbar-color: #0000ff transparent;
}

#global_sitemap .inner::-webkit-scrollbar {
  width: 2px;
}

#global_sitemap .inner::-webkit-scrollbar-track {
  background: transparent;
}

#global_sitemap .inner::-webkit-scrollbar-thumb {
  background: #0000ff;
  border-radius: 0;
}

#global_sitemap ul {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #global_sitemap ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem 0;
    transform: translateX(-6rem);
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap ul {
    width: 29.5rem;
    margin: 0 auto;
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    gap: 6rem;
    direction: ltr;
    transform: translateY(6rem);
  }
}
#global_sitemap ul {
  transition: all 500ms cubic-bezier(0.67, 0.515, 0.11, 1.28);
  transition-timing-function: cubic-bezier(0.67, 0.515, 0.11, 1.28);
  opacity: 0;
}

#global_sitemap.open .inner ul {
  opacity: 1;
  transition-delay: 0.4s;
}
@media screen and (min-width: 769px) {
  #global_sitemap.open .inner ul {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap.open .inner ul {
    transform: translateY(0);
  }
}

#global_sitemap ul li {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #global_sitemap ul li {
    gap: 0.8rem 0;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap ul li {
    gap: 0.8rem 0;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  #global_sitemap ul li#sp_order_1 {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  #global_sitemap ul li#sp_order_2 {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  #global_sitemap ul li#sp_order_3 {
    order: 3;
  }
}

@media screen and (max-width: 768px) {
  #global_sitemap ul li#sp_order_4 {
    order: 4;
  }
}

#global_sitemap ul li dl {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #global_sitemap ul li dl {
    padding-bottom: 1.2rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap ul li dl {
    padding-bottom: 1.2rem;
    gap: 1rem;
  }
}

#global_sitemap ul li dt {
  position: relative;
}

#global_sitemap ul li dt img {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  #global_sitemap ul li dt img {
    height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap ul li dt img {
    height: 2rem;
  }
}
#global_sitemap ul li dt img {
  width: auto !important;
}

#global_sitemap ul li dd {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  #global_sitemap ul li dd {
    line-height: 1em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap ul li dd {
    line-height: 1em;
    font-size: 1.2rem;
  }
}

#global_sitemap ul li .link_under {
  position: relative;
}
@media screen and (min-width: 769px) {
  #global_sitemap ul li .link_under {
    width: 31rem;
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #global_sitemap ul li .link_under {
    width: 29.5rem;
    height: 5rem;
  }
}

footer .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  footer .inner {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: 33.5rem;
  }
}

.copyright {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .copyright {
    padding: 0rem 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .copyright {
    padding: 0rem 0 4rem;
  }
}

.copyright p {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  .copyright p {
    line-height: 1em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .copyright p {
    line-height: 1em;
    font-size: 1.2rem;
  }
}

footer h1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  footer h1 {
    padding: 9rem 0 9rem;
  }
}
@media screen and (max-width: 768px) {
  footer h1 {
    padding: 5rem 0 3rem;
  }
}

footer h1 img {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  footer h1 img {
    height: 9.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  footer h1 img {
    height: 4rem !important;
    margin: 0 auto !important;
  }
}
footer h1 img {
  width: auto !important;
}

footer .office_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  footer .office_set {
    display: flex;
    flex-direction: row;
    gap: 8rem;
    text-align: left;
    padding: 0rem 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  footer .office_set {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0rem 0 4rem;
  }
}

footer .office_set div {
  position: relative;
}
@media screen and (min-width: 769px) {
  footer .office_set div {
    width: 34rem;
  }
}
footer .office_ttl,
footer .address,
footer .access {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  footer .office_ttl,
  footer .address,
  footer .access {
    line-height: 2em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  footer .office_ttl,
  footer .address,
  footer .access {
    line-height: 2em;
    font-size: 1rem;
  }
}

footer .office_ttl {
  font-weight: 700;
  display: block !important;
}

footer .address {
  border-bottom: #0000ff 1px solid;
}
@media screen and (min-width: 769px) {
  footer .address {
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  footer .address {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}

#footer_site_map {
  position: relative;
  background: url("../images/bg_footer_site_map.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #footer_site_map {
    padding: 8rem 0 8rem;
  }
}
@media screen and (max-width: 768px) {
  #footer_site_map {
    display: none !important;
  }
}

#footer_site_map ul {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #footer_site_map ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0rem;
  }
}
#footer_site_map ul li {
  position: relative;
}
@media screen and (min-width: 769px) {
  #footer_site_map ul li {
    width: 24rem;
  }
}
#footer_site_map ul li .h_group {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #footer_site_map ul li .h_group {
    padding-bottom: 3rem;
    gap: 0.5rem;
  }
}
#footer_site_map ul li .h_group p {
  position: relative;
  font-weight: 500;
  letter-spacing: 0em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  #footer_site_map ul li .h_group p {
    line-height: 1em;
    font-size: 1.2rem;
  }
}
#footer_site_map ul li .h_group h2 {
  position: relative;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  #footer_site_map ul li .h_group h2 {
    line-height: 1em;
    font-size: 2.4rem;
  }
}
#footer_site_map ul li div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  #footer_site_map ul li div {
    gap: 0.8rem;
  }
}
#footer_site_map ul li div a {
  position: relative;
  display: inline-block;
}

#footer_site_map ul li div a p {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  #footer_site_map ul li div a p {
    line-height: 1.572em;
    font-size: 1.4rem;
  }
}
#footer_recruit {
  position: relative;
}
@media screen and (min-width: 769px) {
  #footer_recruit {
    background: url("../images/cont_bg_over.jpg") center center no-repeat;
    background-size: 100% 100%;
    padding: 6rem 0 6rem;
  }
}
@media screen and (max-width: 768px) {
  #footer_recruit {
    background: url("../images/cont_bg_over_sp.jpg") center center no-repeat;
    background-size: 100% 100%;
    padding: 4rem 0 4rem;
  }
}

#footer_recruit .h_group {
  position: relative;
}
@media screen and (min-width: 769px) {
  #footer_recruit .h_group {
    display: flex;
    flex-direction: row;
    padding-bottom: 3rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #footer_recruit .h_group {
    display: none;
  }
}

#footer_recruit .h_group p {
  position: relative;
  font-weight: 500;
  letter-spacing: 0em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  #footer_recruit .h_group p {
    transform: translateY(0.2rem);
    line-height: 2em;
    font-size: 1.2rem;
  }
}
#footer_recruit .h_group h2 {
  position: relative;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  #footer_recruit .h_group h2 {
    line-height: 1em;
    font-size: 2.4rem;
  }
}
#footer_recruit .set {
  position: relative;
  display: flex;
}
@media screen and (min-width: 769px) {
  #footer_recruit .set {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #footer_recruit .set {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
}

#footer_recruit .set a {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #footer_recruit .set a {
    width: 32.8rem;
    height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  #footer_recruit .set a {
    width: 29.5rem;
    height: 3rem;
  }
}

#footer_recruit .set a p {
  position: relative;
  font-weight: 500;
  letter-spacing: 0em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  #footer_recruit .set a p {
    line-height: 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #footer_recruit .set a p {
    line-height: 2.4em;
    font-size: 1rem;
  }
}

/*common*/
#loop_bar {
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  background: #fff;
  z-index: 9020;
}
@media screen and (min-width: 769px) {
  #loop_bar {
    width: 4rem;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  #loop_bar {
    width: 2rem;
    height: 100vh;
  }
}

#loop_bar p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
}
@media screen and (min-width: 769px) {
  #loop_bar p {
    background: url("../images/top/parts_loop.png") 0 0 repeat-y;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  #loop_bar p {
    background: url("../images/top/parts_loop.png") center top repeat-y;
    background-size: 2.5rem auto;
  }
}
#loop_bar p {
  animation: loop_bar 30s linear infinite;
}

@keyframes loop_bar {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
#lfet_bar {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #lfet_bar {
    z-index: 8990;
    width: 4rem;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  #lfet_bar {
    z-index: 8990;
    width: 2rem;
    height: 100vh;
  }
}

.btn_cover {
  position: relative;
  background: #fff;
}

.btn_cover p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
}

@media screen and (min-width: 769px) {
  .btn_cover p:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #0000ff;
    transform: translateX(-100%);
    transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
    transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
    z-index: -1;
  }
}

@media screen and (min-width: 769px) {
  .btn_cover:hover p {
    color: #fff !important;
    transition-delay: 0.1s;
  }
}

@media screen and (min-width: 769px) {
  .btn_cover:hover p:before {
    transform: translateX(0);
  }
}

.btn_window .window {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .btn_window .window {
    top: 0.8rem;
    right: 0.8rem;
    width: 1.1rem;
    height: 1.1rem;
    background: url("../images/icon_window_b.svg") 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .btn_window .window {
    top: 0.5rem;
    right: 0.5rem;
    width: 0.9rem;
    height: 0.9rem;
    background: url("../images/icon_window_b_bold.svg") 0 0 no-repeat;
    background-size: contain;
  }
}
.btn_window .window {
  transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
}

@media screen and (min-width: 769px) {
  .btn_window:hover .window {
    background: url("../images/icon_window_w.svg") 0 0 no-repeat;
    background-size: contain;
    transition-delay: 0.1s;
  }
}

.link_cover p {
  overflow: hidden;
  z-index: 3;
  transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
  padding-right: 5px;
}

@media screen and (min-width: 769px) {
  .link_cover p:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #0000ff;
    transform: translateX(-100%);
    transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
    transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
    z-index: -1;
  }
}

@media screen and (min-width: 769px) {
  .link_cover:hover p {
    color: #fff !important;
    transition-delay: 0.1s;
  }
}

@media screen and (min-width: 769px) {
  .link_cover:hover p:before {
    transform: translateX(0);
  }
}

.btn_works figure {
  position: relative;
  overflow: hidden;
}

.btn_works figure img {
  transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
}

@media screen and (min-width: 769px) {
  .btn_works:hover figure img {
    transform: rotateZ(-4deg) scale(1.05);
  }
}

.link_under,
.box_link_under div {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.link_under:before,
.box_link_under div:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0000ff;
}

.link_under.c_w:before {
  background: #fff;
}

.link_under p,
.box_link_under div p {
  position: relative;
  letter-spacing: 0em;
  color: #0000ff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .link_under p,
  .box_link_under div p {
    line-height: 1em;
    font-size: 1.6rem;
    padding-bottom: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .link_under p,
  .box_link_under div p {
    line-height: 1em;
    font-size: 1rem;
    padding-bottom: 0.2rem;
  }
}
.link_under p,
.box_link_under div p {
  transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
}

.link_under.c_w p {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .link_under_window:hover p {
    color: #fff !important;
    transition-delay: 0.1s;
  }
}

@media screen and (min-width: 769px) {
  .link_under_window.c_w:hover p {
    color: #0000ff !important;
  }
}

@media screen and (min-width: 769px) {
  .link_under_window::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: translateX(-100%);
    transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
    transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
  }
}

@media screen and (min-width: 769px) {
  .link_under_window.c_w::after {
    background: #0000ff;
  }
}

@media screen and (min-width: 769px) {
  .link_under_window:hover::after {
    transform: translateX(0);
  }
}

.link_under_window .window {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .link_under_window .window {
    top: 50%;
    right: 0.8rem;
    width: 1.1rem;
    height: 1.1rem;
    margin-top: -0.5rem;
    background: url("../images/icon_window_b.svg") 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .link_under_window .window {
    top: 50%;
    right: 0.5rem;
    width: 0.9rem;
    height: 0.9rem;
    margin-top: -0.5rem;
    background: url("../images/icon_window_b_bold.svg") 0 0 no-repeat;
    background-size: contain;
  }
}
.link_under_window .window {
  transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
}

@media screen and (min-width: 769px) {
  .link_under_window:hover .window {
    background: url("../images/icon_window_w.svg") 0 0 no-repeat;
    background-size: contain;
    transition-delay: 0.1s;
  }
}

@media screen and (min-width: 769px) {
  .link_under_window.c_w .window {
    background: url("../images/icon_window_w.svg") 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .link_under_window.c_w .window {
    background: url("../images/icon_window_w_bold.svg") 0 0 no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .link_under_window.c_w:hover .window {
    background: url("../images/icon_window_b.svg") 0 0 no-repeat;
    background-size: contain;
  }
}

.link_under_arrow p::before,
.box_link_under_arrow div p::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .link_under_arrow p::before,
  .box_link_under_arrow div p::before {
    width: 1.6rem;
    height: 100%;
    background: url("../images/icon_arrow_b.svg") center center no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .link_under_arrow p::before,
  .box_link_under_arrow div p::before {
    width: 1.6rem;
    height: 100%;
    background: url("../images/icon_arrow_b.svg") center center no-repeat;
    background-size: contain;
  }
}

.link_under_arrow::after,
.box_link_under_arrow div::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .link_under_arrow::after,
  .box_link_under_arrow div::after {
    width: 1.6rem;
    height: 100%;
    background: url("../images/icon_arrow_b.svg") center center no-repeat;
    background-size: contain;
  }
}
.link_under_arrow::after,
.box_link_under_arrow div::after {
  transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transform: translateX(-100%);
}

@media screen and (min-width: 769px) {
  .link_under_arrow:hover::after,
  .box_link_under_arrow div::after {
    transform: translateX(0);
    transition-delay: 0.3s;
  }
}

.link_under_arrow p,
.box_link_under_arrow div p {
  transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transform: translateX(0);
}

@media screen and (min-width: 769px) {
  .link_under_arrow:hover p,
  .box_link_under_arrow:hover div p {
    transform: translateX(3rem);
  }
}

.zoom_img {
  position: relative;
  overflow: hidden;
}

.zoom_img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 400ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transform: translateX(0);
}

@media screen and (min-width: 769px) {
  .zoom_img:hover img {
    transform: scale(1.2);
  }
}

.btn_box_arrow .arrow {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btn_box_arrow .arrow {
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_box_arrow .arrow {
    height: 4rem;
  }
}

.btn_box_arrow .arrow::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
}
@media screen and (min-width: 769px) {
  .btn_box_arrow .arrow::before {
    width: 5rem;
    height: 5rem;
    background: #fff url("../images/icon_arrow_b.svg") center center no-repeat;
    background-size: 1.6rem auto;
  }
}
@media screen and (max-width: 768px) {
  .btn_box_arrow .arrow::before {
    width: 4rem;
    height: 4rem;
    background: #fff url("../images/icon_arrow_b.svg") center center no-repeat;
    background-size: 1.6rem auto;
  }
}

@media screen and (min-width: 769px) {
  .btn_box_arrow:hover .arrow::before {
    color: #fff;
    transform: translateX(5rem);
  }
}

.btn_box_arrow .arrow::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .btn_box_arrow .arrow::after {
    width: 5rem;
    height: 5rem;
    background: url("../images/icon_arrow_w.svg") center center no-repeat;
    background-size: 1.6rem auto;
  }
}
.btn_box_arrow .arrow::after {
  transition: all 500ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transform: translateX(-100%);
}

@media screen and (min-width: 769px) {
  .btn_box_arrow:hover .arrow::after {
    transform: translateX(0);
    transition-delay: 0.3s;
  }
}

/*PICKUP*/
#pickup .slider_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  #pickup .slider_set {
    width: 100rem;
    margin: 0 auto;
  }
}
#pickup .slider_set::before {
  content: "PICK UP CONTENTS";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  #pickup .slider_set::before {
    top: 0;
    left: -3rem;
    width: 3rem;
    height: 17rem;
    line-height: 1em;
    font-size: 1.2rem;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  #pickup .slider_set::before {
    left: 0;
    top: -3rem;
    width: 100%;
    height: 2rem;
    line-height: 1em;
    font-size: 1.2rem;
  }
}

#pickup .slider {
  position: relative;
}
@media screen and (min-width: 769px) {
  #pickup .slider {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
}
#pickup .slider_set a {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #pickup .slider_set a {
    gap: 1.4rem;
    width: 23.5rem;
  }
}
@media screen and (max-width: 768px) {
  #pickup .slider_set a {
    gap: 1rem;
    width: 18.8rem;
    margin: 0 auto;
  }
}

#pickup .slider_set a figure {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #pickup .slider_set a figure {
    width: 23.5rem;
    height: 17rem;
  }
}
@media screen and (max-width: 768px) {
  #pickup .slider_set a figure {
    width: 18.8rem;
    height: 13.6rem;
  }
}

#pickup .slider_set a p {
  position: relative;
  font-weight: 500;
  letter-spacing: 0em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  #pickup .slider_set a p {
    line-height: 1.715em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #pickup .slider_set a p {
    line-height: 1.6em;
    font-size: 1rem;
    padding-bottom: 0.5rem;
    min-height: 5.3rem;
  }
}

@media screen and (min-width: 769px) {
  #pickup .slider_set a figure::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 200px solid #0000ff;
    transform: translateX(-100%);
    transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
    transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
    opacity: 0.7;
  }
}

@media screen and (min-width: 769px) {
  #pickup .slider_set a:hover figure::before {
    transition-delay: 0.3s;
    transform: translateX(0);
  }
}

.link_none {
  pointer-events: none;
}

/*

.cover_line{
	position: relative;
}
.cover_line::after{
	@include mq(pc) {
    display: block;
	content: "";
	position: absolute;
    pointer-events: none; 
    top:0;
    left: 0;
    width:100%;
    height: 100%;
	border: $key_color divceil(0, 10, rem) solid;
    opacity: 0;
	transition:ease-in-out .4s all;
	}
}
.cover_line:hover::after{
      @include mq(pc) {
          border: $key_color divceil(6, 10, rem) solid;
    }
    opacity: 1;
}
.banner_section h2{
    position: relative;
	text-align: center;
}
.banner_section h2 img{
    position: relative;
	display: block;
	margin: 0 auto;
	@include mq(pc) {
	height:divceil(68, 10, rem) !important;
    }
    @include mq(sp) {
	height:divceil(36, 10, rem) !important;
    }
	width:auto !important;
}
.banner_section .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    @include mq(pc) {
	padding: divceil(85, 10, rem) 0 divceil(120, 10, rem);
	gap:divceil(45, 10, rem);
    }
    @include mq(sp) {
	padding: divceil(60, 10, rem) 0 divceil(60, 10, rem);
	gap:divceil(20, 10, rem);
    }
}
.banner_section .inner div{
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    @include mq(pc) {
	gap:divceil(36, 10, rem);
	flex-direction: row;
    }
    @include mq(sp) {
	gap:divceil(18, 10, rem);
	flex-direction: column;
    }
}
.banner_section .inner div a{
    position: relative;
	display: inline-block;
    @include mq(pc) {
	width:divceil(530, 10, rem);
    }
    @include mq(sp) {
	width:divceil(300, 10, rem);
    }
}
#brandsite .inner div a{
    position: relative;
	display: inline-block;
    @include mq(pc) {
	width:divceil(420, 10, rem);
    }

}
#modal_bg{
  position:fixed;
  inset: 0;
  margin: 0;
	width: 100%;
	height: 100lvh;
	z-index: 9998;
	background:#000;
	backdrop-filter: blur(10px);
	opacity: 0;
	pointer-events: none;
	transition:ease-out .6s all;
}
#modal_bg.open{
	opacity: 0.85;
	pointer-events: auto !important;
}
.modal_set{
  position:fixed;
  inset: 0;
  margin: 0;
	width: 100%;
	min-height:100vh;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition:ease-out .4s all;
}
.modal_set.open{
	opacity: 1;
	pointer-events: auto !important;
}
.modal_set .close_bg{
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.modal_set.open .close_bg{
	pointer-events: auto !important;
}
.modal_outer{
	position:relative;
	margin: 0;
	width: 100%;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: divceil(60, 10, rem) divceil(20, 10, rem);
	pointer-events: none;
}
#movie_modal{
    position: relative;
	margin: 0 auto;
	pointer-events: none;
	width: 100%;
	aspect-ratio: 16 / 9;
    @include mq(pc) {
		max-width:divceil(900, 10, rem);
        }
}
#movie_modal iframe{
    position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#img_modal{
    position: relative;
	margin: 0 auto;
	pointer-events: none;
	width: 100%;
	overflow: hidden;
    @include mq(pc) {
		max-width:divceil(900, 10, rem);
        }
}
#img_modal figure{
    position: relative;
	width: 100%;
	height: 100%;
}
#img_modal figure img{
    position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.modal_set.open #movie_modal,
.modal_set.open #img_modal{
	pointer-events: auto !important;
}
.modal_set .btn_close {
	position: absolute !important;
	display: block;
	cursor: pointer;
	transition: .3s;
	background: url("../img/icon_close.svg") center center no-repeat;
	background-size: contain;
	right: 0;
	z-index: 99999;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    border: none;
	opacity: 0;
	pointer-events: none;
	@include mq(pc) {
	top: divceil(-40, 10, rem);
	width: divceil(30, 10, rem);
	height: divceil(30, 10, rem);
    }
	@include mq(sp) {
	top: divceil(-30, 10, rem);
	width: divceil(20, 10, rem);
	height: divceil(20, 10, rem);
	}
}
#graphics_modal_set .btn_close {
	@include mq(pc) {
	top: divceil(20, 10, rem) !important;
	right: divceil(20, 10, rem) !important;
    }
	@include mq(sp) {
	top: divceil(20, 10, rem) !important;
	right: divceil(20, 10, rem) !important;
	}
}
.modal_set.open .btn_close{
	opacity: 1;
	pointer-events: auto !important;
}
.modal_set .btn_close:hover{
	@include mq(pc) {
	opacity: .7;
	}
}
*/
.slide_in {
  transition: all 600ms cubic-bezier(0.67, 0.515, 0.11, 1.28);
  transition-timing-function: cubic-bezier(0.67, 0.515, 0.11, 1.28);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .slide_in {
    transform: translateY(5rem);
  }
}
@media screen and (max-width: 768px) {
  .slide_in {
    transform: translateY(4rem);
  }
}

.slide_in.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

/*
.mask_in {
	clip-path: inset(100% 0 0 0);
	transition: all 600ms cubic-bezier(0.670, 0.515, 0.110, 1.280);
	transition-timing-function: cubic-bezier(0.670, 0.515, 0.110, 1.280);
    @include mq(pc) {
        transform: translateY(divceil(70, 10, rem));

    }
    @include mq(sp) {
        transform: translateY(divceil(30, 10, rem));
    }
}
.mask_in.active {
  clip-path: inset(0 0 0 0);
	transform: translateY(divceil(0, 10, rem));
}
*/
.mask_in {
  clip-path: inset(100% 0 0 0);
  transition: all 300ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
  transition-timing-function: cubic-bezier(0.74, 0.255, 0.19, 0.955);
}
@media screen and (min-width: 769px) {
  .mask_in {
    transform: translateY(7rem);
  }
}
@media screen and (max-width: 768px) {
  .mask_in {
    transform: translateY(3rem);
  }
}

.mask_in.active {
  clip-path: inset(0 0 0 0);
  transform: translateY(0rem);
}/*# sourceMappingURL=style.css.map */