@charset "UTF-8";
.btnBox_small:nth-child(1) {
  margin-right: 5rem;
}

@media only screen and (max-width: 768px) {
  .btnBox_small:nth-child(1) {
    display: block;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.btnBox_small a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2rem 1rem 1rem 1rem;
  max-width: 20rem;
  color: #333;
  transition: all 0.6s 0s;
  background: linear-gradient(#262626, #262626) no-repeat 100% 100%;
  background-size: 0 1px;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: 0 100%;
  background-size: 100% 1px;
}

@media only screen and (max-width: 768px) {
  .btnBox_small a {
    font-size: 1.6rem;
    width: 90%;
    max-width: 90%;
  }
}
.btnBox_small a .circle {
  position: absolute;
  top: 48%;
  right: 2rem;
  transform: translate(0, -50%);
  transition: all 0.5s 0s;
}

.btnBox_small a .circle svg {
  fill: #333;
}

.btnBox_small a:hover {
  background-position: 100% 100%;
  background-size: 0% 1px;
}

header {
  position: fixed;
  top: 0;
  z-index: 99;
  transition: 0.35s 0.7s;
  position: absolute;
  z-index: 25;
  width: 100%;
  padding: 0 0px 0 0px;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media only screen and (max-width: 768px) {
  header {
    height: 75px;
  }
}
header .mainV_logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

@media only screen and (max-width: 768px) {
  header .mainV_logo {
    top: 0rem;
    left: 0rem;
  }
}
header .mainV_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18rem;
  height: 18rem;
  background: #fff;
  padding: 2rem;
}

@media only screen and (max-width: 768px) {
  header .mainV_logo a {
    margin-bottom: 0rem;
    margin-bottom: 0rem;
    width: 16rem;
    height: 16rem;
  }
  header .mainV_logo a img {
    width: 100%;
    height: auto;
  }
}
header.active_header,
.sec header {
  transition: 0.01s 0s;
}

header .commonOuter {
  height: 100%;
  margin: 3rem 3rem 3rem 0;
  position: absolute;
  top: 0px;
  right: 10rem;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  header .commonOuter {
    height: 60px;
    display: none;
  }
}
header .commonOuter .headerBtnList {
  display: flex;
}

header .commonOuter .headerBtnList .btnMy a {
  background: #fff;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .commonOuter .headerBtnList .btnMy a span {
  display: block;
  text-align: center;
}

header .commonOuter .headerBtnList .btnMy a span._plane {
  font-size: 2.4rem;
  margin-bottom: 0.2rem;
  color: #0080cc;
}

header .commonOuter .headerBtnList .btnMy a span.ttt {
  font-size: 1.3rem;
  color: #0080cc;
}

header .commonOuter .headerBtnList .btnMy._account,
header .commonOuter .headerBtnList .btnMy._cart {
  font-size: 15px;
}

header .commonOuter .headerBtnList .btnMy._account {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

header .commonOuter .headerBtnList .btnMy._cart a {
  background: #4882ca;
  color: #fff;
}

header .commonOuter .headerBtnList .btnMy._insta a {
  font-size: 30px;
  color: #fff;
}

header .commonOuter ul {
  display: flex;
  margin-left: 6rem;
}

header .commonOuter ul li {
  margin-right: 3rem;
}

@media only screen and (max-width: 1400px) {
  header .commonOuter ul li {
    margin-right: 3rem;
  }
}
header .commonOuter ul li a {
  text-align: center;
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 1rem;
  display: block;
  overflow: hidden;
}

header .commonOuter ul li a:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 2px, 0);
  transition: all 0.2s ease-in-out 0s;
}

header .commonOuter ul li a .engM {
  position: absolute;
  top: 0%;
  left: 50%;
  opacity: 1;
  transform: translate3d(-50%, 0%, 0px);
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0rem;
  font-family: oswald, sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  opacity: 0;
}

header .commonOuter ul li a .jpM {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

header .commonOuter ul li a:hover .engM {
  opacity: 1;
}

header .commonOuter ul li a:hover .jpM {
  opacity: 0;
}

header .commonOuter:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  header .commonOuter #head_Logo {
    float: left;
    position: relative;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
header .commonOuter #head_Logo a {
  display: block;
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

@media only screen and (max-width: 768px) {
  header .commonOuter #head_Logo a {
    top: 0%;
    transform: translate3d(0, 0%, 0);
  }
}
@media only screen and (max-width: 768px) {
  header .commonOuter #head_Logo a {
    display: block;
    width: 220px;
  }
}
header .commonOuter #head_Logo a {
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

header .commonOuter #head_Logo a:hover {
  opacity: 0.7;
}

header .commonOuter nav {
  display: block;
  height: 100%;
}

header .commonOuter nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

header .commonOuter nav ul li {
  height: 100%;
}

header .commonOuter nav ul li.iconMenuSNS01 a img {
  width: 12px;
  height: auto;
}

header .commonOuter nav ul li.iconMenuSNS02 a img {
  width: 22px;
  height: auto;
}

header .commonOuter nav ul li a {
  position: relative;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  font-size: 1.3rem;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-align: center;
  overflow: hidden;
}

header .commonOuter nav ul li a:before {
  content: "";
  background: #00692f;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 2px, 0);
  transition: all 0.2s ease-in-out 0s;
}

header .commonOuter nav ul li a div.ddd {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

header .commonOuter nav ul li a div._special {
  min-width: 10rem;
}

header .commonOuter nav ul li a span.naviA {
  width: 100%;
  display: block;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

header .commonOuter nav ul li a span.naviA.en {
  position: relative;
  top: 0;
  left: 0;
}

header .commonOuter nav ul li a span.naviA.jp {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
  opacity: 0;
}

header .commonOuter nav ul li a:hover:before {
  transform: translate3d(0, 0px, 0);
}

header .commonOuter nav ul li a:hover span.naviA.en {
  opacity: 0;
}

header .commonOuter nav ul li a:hover span.naviA.jp {
  opacity: 1;
}

header .commonOuter nav ul li a span {
  display: block;
}

header .commonOuter nav ul li a:hover:after {
  opacity: 1;
}

.secHead {
  position: fixed;
}

.secHead .commonOuter ul li a .engM {
  color: #333;
}

.secHead .commonOuter ul li a .jpM {
  color: #777;
}

.menu-main-button {
  position: fixed;
  top: 0px;
  right: 0rem;
  transform: translate3d(0, 0%, 0);
  z-index: 102;
  background: #333;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .menu-main-button {
    top: 0px;
    left: auto;
    right: 15px;
    transform: translate3d(0, 0%, 0);
    z-index: 102;
  }
}
#menuWrap {
  padding: 0px 0px;
  top: 0px;
  right: 0px;
  box-sizing: content-box;
  cursor: pointer;
  transition: opacity 0.6s 0.2s, transform 0.6s 0.2s;
}

#menuWrap.visible {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}

@media only screen and (max-width: 768px) {
  #menuWrap {
    width: 10rem;
    height: 10rem;
    right: 0px;
    top: 0rem;
  }
}
#menuWrap .menuBtn .menu {
  position: relative;
  z-index: 2;
  color: #000;
  font-size: 20px;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  font-family: "DIN_CONDENSED_BOLD", "NotoSerifJP", sans-serif;
  transition: color 0.6s 0.2s;
}

@media only screen and (max-width: 768px) {
  #menuWrap .menuBtn .menu {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
#menuWrap .menuBtn .menu-trigger {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #menuWrap .menuBtn .menu-trigger {
    width: 30px;
    height: 20px;
  }
}
#menuWrap .menuBtn .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

#menuWrap .menuBtn .menu-trigger span:nth-of-type(1) {
  top: 0;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0s;
}

#menuWrap .menuBtn .menu-trigger span:nth-of-type(2) {
  top: 11px;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.1s;
}

@media only screen and (max-width: 768px) {
  #menuWrap .menuBtn .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
}
#menuWrap .menuBtn .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.2s;
}

#menuWrap .menuBtn .menu-trigger span:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  transition: background 0.6s ease-in-out 0.2s;
}

#menuWrap:hover span:nth-of-type(1):before {
  animation: menu_hover_animation 0.4s cubic-bezier(0.645, 0.045, 0.175, 1) 0s;
}

#menuWrap:hover span:nth-of-type(2):before {
  animation: menu_hover_animation 0.4s cubic-bezier(0.645, 0.045, 0.175, 1) 0.1s;
}

#menuWrap:hover span:nth-of-type(3):before {
  animation: menu_hover_animation 0.4s cubic-bezier(0.645, 0.045, 0.175, 1) 0.2s;
}

@keyframes menu_hover_animation {
  0% {
    transform-origin: 100% 0;
    transform: none;
  }
  45% {
    transform-origin: 100% 0;
    transform: scaleX(0);
  }
  55% {
    transform-origin: 0 0;
    transform: scaleX(0);
  }
  100% {
    transform-origin: 0 0;
    transform: none;
  }
}
#menuWrap:hover:before {
  transform: scale(1.3);
}

@media only screen and (max-width: 768px) {
  #menuWrap:hover:before {
    transform: scale(1);
  }
}
@keyframes line {
  0% {
    background-position: right bottom;
    background-size: 100% 1px;
  }
  50% {
    background-position: right bottom;
    background-size: 0 1px;
  }
  51% {
    background-position: left bottom;
    background-size: 0 1px;
  }
  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-450%);
  }
  51% {
    opacity: 1;
    transform: translateX(0);
  }
  99% {
    transform: translateX(-450%);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.snsLinkList {
  display: flex;
  align-items: center;
}

.snsLinkList._01 {
  margin-right: 3rem;
}

.snsLinkList._02 {
  margin-left: 4rem;
}

.snsLinkList._02 a {
  color: #faa32a;
}

.snsLinkList .sns.leftSpace {
  margin-left: 1rem;
}

.snsLinkList a {
  display: inline-block;
  font-size: 2.8rem;
  transition: all 0.4s;
}

.snsLinkList a:hover {
  opacity: 0.7;
}

.snsLinkList02 {
  display: flex;
  align-items: center;
  position: fixed;
  right: 3rem;
  bottom: 10rem;
  z-index: 1;
}

.snsLinkList02 a {
  display: inline-block;
  font-size: 2.8rem;
  transition: all 0.4s;
}

.snsLinkList02 a:hover {
  opacity: 0.7;
}

.navFixed {
  position: fixed;
  top: 0%;
  right: 0;
  width: 10rem;
  height: auto;
  z-index: 99;
}

.navFixed .navInner {
  background: #fff;
}

.menuBtn {
  position: relative;
  width: 10rem;
  display: table;
  padding: 3.8rem 0;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuBtn:hover {
  cursor: pointer;
}

.menuBtn span.gray {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0%;
  height: 100%;
  background: #d6d6d6;
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.menuBtn:hover span.gray {
  width: 100%;
}

.menu-trigger {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 25px;
  display: inline-block;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
  transition: all 0.3s;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
  transition: all 0.3s;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
  transition: all 0.3s;
}

.menuOpen .menu-trigger span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.menuOpen .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.menuOpen .menu-trigger span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
  bottom: 3px !important;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}

.navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
}

.navigation:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  background: #000;
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.navigation:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.navigation .navTitle {
  opacity: 0;
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.25s;
}

.navigation ul {
  margin: 0 auto;
}

.navigation ul li {
  text-align: left;
  position: relative;
  left: 0px;
  opacity: 0;
  transform: translate3d(60px, 0, 0);
  border-bottom: 1px solid #fff;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.navigation ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.navigation ul li:nth-child(1) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.25s;
}

.navigation ul li:nth-child(2) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}

.navigation ul li:nth-child(3) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.35s;
}

.navigation ul li:nth-child(4) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

.navigation ul li:nth-child(5) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.45s;
}

.navigation ul li:nth-child(6) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}

.navigation ul li:nth-child(7) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.55s;
}

.navigation ul li:nth-child(8) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

.navigation ul li:nth-child(9) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.65s;
}

.navigation ul li:nth-child(10) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
}

.navigation ul li:nth-child(11) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.75s;
}

.navigation ul li:nth-child(12) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}

.navigation ul li:nth-child(13) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.85s;
}

.navigation ul li:nth-child(14) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.9s;
}

.navigation ul li:nth-child(15) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.95s;
}

.navigation ul li:nth-child(16) {
  transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}

.navigation ul li a {
  color: #fff;
  display: block;
  position: relative;
}

.navigation ul li a:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0px;
  height: 100%;
  background: #fff;
  transition: width 0.2s;
  vertical-align: top;
}

.navigation ul li a .span {
  transform: translate3d(1rem, 0, 0);
  transition: all 0.2s;
}

.navigation ul li a dl {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
}

.navigation ul li a dl dt {
  margin-right: 1rem;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.02rem;
  font-family: source-han-serif-japanese, serif;
}

@media only screen and (max-width: 768px) {
  .navigation ul li a dl dt {
    font-size: 2.4rem;
    letter-spacing: 0em;
    line-height: 1;
    margin-right: 1.5rem;
  }
}
.navigation ul li a dl dd {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .navigation ul li a dl dd {
    font-size: 1.2rem;
    letter-spacing: 0em;
  }
}
.navigation ul li a:hover:before {
  width: 2px;
}

.navigation ul li a:hover .span {
  transform: translate3d(29px, 0, 0);
}

.navigation.nhover:before {
  transform: translate3d(-15px, 0, 0);
}

.menuOpen .navigation:after {
  opacity: 1;
}

.menuOpen .navigation .navTitle {
  opacity: 1;
}

.menuOpen .navigation li {
  left: 0px;
  opacity: 1;
  transform: translate3d(0px, 0, 0);
}

.navigation .naviInner {
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  background: #171717;
  z-index: 11;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

@media only screen and (max-width: 768px) {
  .navigation .naviInner {
    right: -100%;
    width: 100%;
  }
}
.navigation .naviInner .naviDetail {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.navigation .naviInner .naviDetail .naviBox {
  width: 80%;
}

.navigation .naviInner .naviDetail .naviBox .navTitle {
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.02rem;
  font-family: source-han-serif-japanese, serif;
  margin-bottom: 3rem;
}

.menuOpen .navigation .naviInner {
  right: 0%;
}

.contentsIn {
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.chover {
  transform: translate3d(-15px, 0, 0);
}

.menuOpen .navigation.nhover:before,
.menuOpen .chover {
  transform: translate3d(0px, 0, 0) !important;
}

.navigation .black {
  background: #333;
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.menuOpen .black {
  transform: translate3d(-100%, 0, 0);
}

.main_visual__play {
  position: absolute;
  bottom: 8rem;
  right: 8rem;
  z-index: 23;
  position: relative;
  width: 100%;
  max-width: 50%;
  position: absolute;
  right: 0rem;
  bottom: 0%;
  z-index: 100;
  background-color: #000000;
  color: #333;
  display: flex;
  align-items: center;
  padding: 3.4rem 4rem 3rem;
}

@media only screen and (max-width: 768px) {
  .main_visual__play {
    width: 90%;
    max-width: 100%;
    top: auto;
    right: 0rem;
    bottom: 4rem;
    padding: 2.4rem 4rem 2rem;
  }
}
.main_visual__play a {
  display: block;
  color: #fff;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .main_visual__play a {
    width: 100%;
  }
}
.main_visual__play a img {
  display: block;
  width: 100%;
}

.main_visual__play a .flexAA {
  display: flex;
  align-items: center;
}

.main_visual__play a .flexAA .rightT {
  text-align: right;
  margin-left: auto;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
}

.deatA {
  position: relative;
}

#mainvisual {
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  #mainvisual {
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  #mainvisual:after {
    display: none;
  }
}
#background {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

#background #mainvisualImg {
  position: relative;
  z-index: 2;
  background: url(../img/poster.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  transition: all 1.8s;
}

@media only screen and (max-width: 768px) {
  #background #movieMain div#svg-animation {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #background #movieMain div#svg-animation:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent none repeat 0 0;
  }
}
#background #movieMain div#svg-animation #js_video {
  height: auto;
  position: static;
  left: auto;
  width: 120%;
  height: auto;
  vertical-align: top;
  transform: none;
}

@media only screen and (max-width: 768px) {
  #background #movieMain div#svg-animation #js_video {
    position: relative;
    top: -2px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100vw;
    height: 86vh;
  }
}
#background .bgSlideTop {
  background: #000;
  position: relative;
  z-index: 23;
  top: 0;
  left: 0;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
  margin-left: auto;
  width: calc(100% - 8rem);
}

@media only screen and (max-width: 768px) {
  #background .bgSlideTop {
    position: relative;
    overflow: hidden;
    width: calc(100% - 0rem);
    height: calc(100vh - 10rem);
    right: 0;
  }
}
#background .bgSlideTop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #232323 25%, transparent 25%, transparent 75%, #232323 75%), linear-gradient(45deg, #232323 25%, transparent 25%, transparent 75%, #232323 75%);
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
  z-index: 1;
  opacity: 0.7;
}

#background .visualCenterBox {
  position: absolute;
  bottom: 10%;
  left: 12rem;
  z-index: 23;
  transform: translate(0%, 0%);
}

@media only screen and (max-width: 768px) {
  #background .visualCenterBox {
    width: 100%;
    left: 3rem;
    bottom: 31%;
  }
}
#background .visualCenterBox .visualTxts {
  color: #fff;
  font-weight: 900;
  font-style: normal;
  font-size: 2.7rem;
  line-height: 3rem;
  letter-spacing: 0.4rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  #background .visualCenterBox .visualTxts {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 3rem;
  }
}
#background .visualCenterBox .logoCenter {
  width: 11rem;
  margin: 0 auto 3rem;
}

@media only screen and (max-width: 768px) {
  #background .visualCenterBox .logoCenter {
    width: 6rem;
  }
}
#background .visualCenterBox .jpText {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 9.6rem;
  font-weight: 900;
  font-style: normal;
  line-height: 9rem;
  letter-spacing: 0.05rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  #background .visualCenterBox .jpText {
    font-size: 6rem;
    line-height: 5rem;
    margin-bottom: 2rem;
  }
}
#background .visualCenterBox .jpText span {
  font-size: 7.6rem;
  line-height: 8rem;
}

@media only screen and (max-width: 768px) {
  #background .visualCenterBox .jpText span {
    font-size: 5.6rem;
    line-height: 8rem;
  }
}
#background .visualCenterBox .jpbottomText {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 2.2rem;
  line-height: 3rem;
  letter-spacing: 0.4rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  #background .visualCenterBox .jpbottomText {
    font-size: 1.8rem;
  }
}
#background .visualCenterBox .aaaBtn {
  margin-top: 2rem;
}

#background .visualCenterBox .aaaBtn a {
  text-align: center;
  display: inline-block;
  border: 1px solid #ddd;
  min-width: 20rem;
  padding: 1.5rem 10rem;
  color: #fff;
  font-family: oswald, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  transition: all 0.4s;
}

#background .visualCenterBox .aaaBtn a:hover {
  background: #fff;
  color: #333;
}

#background .kv_scroll {
  width: 1px;
  height: 70px;
  position: absolute;
  left: 4rem;
  bottom: 0rem;
  z-index: 100;
  background-color: #eee;
}

@media only screen and (max-width: 768px) {
  #background .kv_scroll {
    display: none;
    bottom: 0%;
  }
}
#background .kv_scroll ._pointer {
  animation: moveScrollPointer 1.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

#background .kv_scroll ._pointer:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  border-radius: 50%;
  background-color: #aaa;
}

#background .kv_scroll ._text {
  position: absolute;
  top: -95px;
  left: -8px;
  writing-mode: vertical-lr;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #333;
}

@media only screen and (max-width: 768px) {
  #background .kv_scroll ._text {
    bottom: -20px;
    color: #fff;
  }
}
@keyframes moveScrollPointer {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 50px, 0);
  }
}
@keyframes scrollPointerInOut {
  0% {
    transform: scale(0);
  }
  10% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
#movie {
  width: 80%;
  height: auto;
  margin: 0px auto;
}

@media only screen and (max-width: 768px) {
  #movie {
    width: 90%;
  }
}
#movie video {
  width: 100%;
  height: auto;
}

.lity-content:after {
  box-shadow: 0 0 0px transparent;
}

.lity_hide {
  max-height: 1000px;
  display: none;
}

.lity_hide .movie_popup__inner {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding: 0 40px;
}

.lity-content .lity_hide {
  display: block;
}

.topNewsWrap {
  margin: 4rem 0 0;
  padding: 10rem 0 7rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .topNewsWrap {
    padding: 2rem 0 4rem;
  }
}
.topNewsWrap::before {
  content: "";
  background: #f6f6f6;
  width: calc(100% - 6rem);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  z-index: -1;
}

.topNewsWrap .bgTTT {
  color: #f6f6f6;
  position: absolute;
  top: 0rem;
  right: 6rem;
  font-size: 11.8rem;
  font-weight: 800;
  line-height: 14.8rem;
  color: #f6f6f6;
}

@media only screen and (max-width: 768px) {
  .topNewsWrap .bgTTT {
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 6rem;
  }
}
.topNewsWrap .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .topNewsWrap .flexWrap {
    display: block;
  }
}
.topNewsWrap .flexWrap .titleBox {
  flex-basis: 28rem;
  margin-right: 5rem;
  margin-bottom: 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .topNewsWrap .flexWrap .titleBox {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.topNewsWrap .flexWrap .titleBox .hishi {
  position: relative;
  width: 28rem;
  height: 28rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .topNewsWrap .flexWrap .titleBox .hishi {
    width: 20rem;
    height: 20rem;
    margin-bottom: 2rem;
  }
}
.topNewsWrap .flexWrap .titleBox .hishi svg {
  position: absolute;
  z-index: -1;
  color: #529c47;
  top: 0;
  left: 0em;
}

.topNewsWrap .flexWrap .titleBox .hishi .maing {
  color: #fff;
}

.topNewsWrap .flexWrap .titleBox h2 {
  font-size: 4rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .topNewsWrap .flexWrap .titleBox h2 {
    line-height: 6rem;
  }
}
.topNewsWrap .flexWrap .titleBox .sub {
  position: relative;
  font-size: 1.7rem;
}

.topNewsWrap .flexWrap .mainNewsBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
}

.topNewsWrap .flexWrap .mainNewsBox .topNewsContainer {
  margin-bottom: 3rem;
}

.topNewsWrap .btnWrap {
  display: flex;
}

.topNewsWrap .btnWrap ._box {
  width: 20rem;
}

.topNewsContainer {
  position: relative;
  z-index: 1;
}

.topNewsContainer .all_l_wrap_s ul li {
  border-bottom: 1px solid #ddd;
}

.topNewsContainer .all_l_wrap_s ul li a {
  width: 100%;
  padding: 4rem 0;
  position: relative;
  display: flex;
  color: #262626;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .topNewsContainer .all_l_wrap_s ul li a {
    display: block;
    padding: 2rem 0;
  }
}
.topNewsContainer .all_l_wrap_s ul li a:before {
  content: "›";
  position: absolute;
  top: 4.6rem;
  right: 0;
  color: #000;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 0.6;
}

@media only screen and (max-width: 768px) {
  .topNewsContainer .all_l_wrap_s ul li a:before {
    top: auto;
    bottom: 4.2rem;
  }
}
.topNewsContainer .all_l_wrap_s ul li a .top_news_item_header {
  width: 9rem;
}

@media only screen and (max-width: 768px) {
  .topNewsContainer .all_l_wrap_s ul li a .top_news_item_header {
    width: auto;
    margin-bottom: 1rem;
  }
}
.topNewsContainer .all_l_wrap_s ul li a .top_news_item_header .top_news_date {
  font-size: 1.3rem;
  font-weight: 700;
  color: #a4a4a4;
}

.topNewsContainer .all_l_wrap_s ul li a .top_news_item_header .top_news_tag {
  min-width: 9rem;
  display: inline-block;
  margin-left: 2rem;
  padding: 0.2rem 0;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background: #333;
}

.topNewsContainer .all_l_wrap_s ul li a .top_news_item_title {
  width: calc(100% - 200px);
  padding-right: 15px;
  padding-bottom: 0.1em;
  overflow: hidden;
  font-size: 1.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
  .topNewsContainer .all_l_wrap_s ul li a .top_news_item_title {
    width: auto;
    font-size: 1.6rem;
  }
}
.topNewsContainer .all_l_wrap_s ul li a .top_news_item_title span {
  background: linear-gradient(#262626, #262626) no-repeat 100% 100%;
  background-size: 0 1px;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.topNewsContainer .all_l_wrap_s ul li a:hover .top_news_item_title span {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.topNewsContainer .all_l_wrap_s .top_news_link {
  margin-top: 40px;
  margin-left: auto;
  padding-left: 24px;
  position: relative;
  float: right;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .topNewsContainer .all_l_wrap_s .top_news_link {
    margin-top: 2rem;
  }
}
.topNewsContainer .all_l_wrap_s .top_news_link a {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 100px;
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0.5rem 0 0.8rem;
}

.topNewsContainer .all_l_wrap_s .top_news_link a:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 100px;
  background-color: #efefef;
  position: absolute;
  top: 0;
  left: -1.5rem;
  z-index: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: width, box-shadow, background-color;
}

.topNewsContainer .all_l_wrap_s .top_news_link a span {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, #bfbfbf, #bfbfbf);
  transition: background-size 380ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 100% 1px;
  background-position: 0 100%;
  padding-bottom: 0.3rem;
}

.topNewsContainer .all_l_wrap_s .top_news_link a:hover {
  color: #fff;
}

.topNewsContainer .all_l_wrap_s .top_news_link a:hover:before {
  width: 125%;
  width: calc(100% + 3rem);
  background-color: #333;
}

.top01Wrap {
  position: relative;
  padding: 16rem 0 12rem 0;
}

@media only screen and (max-width: 768px) {
  .top01Wrap {
    padding: 6rem 0;
  }
}
.top01Wrap .parallelogram {
  position: absolute;
  top: 0;
  left: 0rem;
  z-index: -1;
  --width: 50vw;
  --height: 50%;
  --angle: 40deg;
  --color: #000000;
  width: var(--width);
  height: var(--height);
  background-color: var(--color);
  transform: skewX(calc(90deg + var(--angle)));
  margin: 0px auto;
}

@media only screen and (max-width: 768px) {
  .top01Wrap .parallelogram {
    --width: 50vw;
    --height: 20%;
    --angle: 40deg;
  }
}
.footerContactBox {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
}
.footerContactBox__item:not(:first-child) {
  margin-top: 1.5rem;
}
.footerContactBox__head {
  font-weight: 700;
}

.project01Wrap {
  padding: 12rem 0;
}

@media only screen and (max-width: 768px) {
  .project01Wrap {
    padding: 3rem 0 6rem 0;
  }
}
.project01Wrap ._in .flexWrap {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .project01Wrap ._in .flexWrap {
    display: block;
  }
}
.project01Wrap ._in .flexWrap .leftBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding: 0 5rem 0 8%;
}

@media only screen and (max-width: 1400px) {
  .project01Wrap ._in .flexWrap .leftBox {
    padding: 0 5rem 0 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .project01Wrap ._in .flexWrap .leftBox {
    margin-bottom: 5rem;
    padding: 0 3rem;
  }
}
.project01Wrap ._in .flexWrap .leftBox .inin .sub {
  width: 13rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .project01Wrap ._in .flexWrap .leftBox .inin .sub {
    width: 9rem;
    margin-bottom: 2rem;
  }
}
.project01Wrap ._in .flexWrap .leftBox .inin h2 {
  position: relative;
  margin-bottom: 3rem;
  display: block;
  font-weight: 500;
  font-size: 3.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 5.5rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .project01Wrap ._in .flexWrap .leftBox .inin h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.project01Wrap ._in .flexWrap .leftBox .inin .ttt {
  margin-bottom: 4rem;
}

.project01Wrap ._in .flexWrap .leftBox .inin .secBtn a {
  width: 30rem;
}

.project01Wrap ._in .flexWrap .rightBox {
  position: relative;
  flex-basis: 46%;
  margin-bottom: 0;
}

@media only screen and (max-width: 1400px) {
  .project01Wrap ._in .flexWrap .rightBox {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .project01Wrap ._in .flexWrap .rightBox {
    margin-bottom: 3rem;
  }
}
.project02Wrap {
  background: #f6f6f6;
  padding: 12rem 0;
}

@media only screen and (max-width: 768px) {
  .project02Wrap {
    padding: 6rem 0;
  }
}
.project02Wrap ._in .ttLA {
  text-align: center;
  margin-bottom: 4rem;
}

.project02Wrap ._in .ttLA h2 {
  position: relative;
  font-size: 2.8rem;
  line-height: 3rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
}

.project02Wrap ._in .ttLA h2::after {
  content: "";
  display: block;
  width: 20rem;
  height: 1px;
  background: #333;
  margin: 1.5rem auto 2rem;
}

.project02Wrap ._in .ttLA .dub {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.project02Wrap ._in .ttLA .ttt {
  text-align: center;
}

.project02Wrap ._in .flexWrap {
  position: relative;
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .project02Wrap ._in .flexWrap {
    display: block;
  }
}
.project02Wrap ._in .flexWrap:not(:first-child) {
  margin-top: 8rem;
}

@media only screen and (max-width: 768px) {
  .project02Wrap ._in .flexWrap:not(:first-child) {
    margin-top: 5rem;
  }
}
.project02Wrap ._in .flexWrap .imgBox {
  position: relative;
  flex-basis: 65%;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .project02Wrap ._in .flexWrap .imgBox {
    margin-bottom: 0rem;
  }
}
.project02Wrap ._in .flexWrap .textBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}

.project02Wrap ._in .flexWrap .textBox .inin {
  background: #fff;
  margin-top: 3rem;
  padding: 6rem 4rem;
}

@media only screen and (max-width: 768px) {
  .project02Wrap ._in .flexWrap .textBox .inin {
    margin-top: 0rem;
    padding: 4rem 3rem;
  }
}
.project02Wrap ._in .flexWrap .textBox .inin h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}

.project02Wrap ._in .flexWrap .textBox .inin .sub {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.project02Wrap ._in .flexWrap._normal .textBox .inin {
  margin-left: -8rem;
}

@media only screen and (max-width: 768px) {
  .project02Wrap ._in .flexWrap._normal .textBox .inin {
    margin-left: 0rem;
  }
}
.project02Wrap ._in .flexWrap._reverse {
  flex-direction: row-reverse;
}

.project02Wrap ._in .flexWrap._reverse .textBox .inin {
  margin-right: -8rem;
}

@media only screen and (max-width: 768px) {
  .project02Wrap ._in .flexWrap._reverse .textBox .inin {
    margin-right: 0rem;
  }
}
.project03Wrap {
  padding: 10rem 0 0 8%;
}

@media only screen and (max-width: 1400px) {
  .project03Wrap {
    padding-left: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .project03Wrap {
    padding: 5rem 0 0 0%;
  }
}
.project03Wrap ._in {
  position: relative;
  background: #f0f0f0;
  padding: 10rem 17rem;
}

@media only screen and (max-width: 1400px) {
  .project03Wrap ._in {
    padding: 10rem 17rem;
  }
}
@media only screen and (max-width: 768px) {
  .project03Wrap ._in {
    padding: 6rem 3rem;
  }
}
.project03Wrap ._in .bbbb2 {
  width: 25rem;
  padding-top: calc(25rem + 0px);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .project03Wrap ._in .bbbb2 {
    width: 10rem;
    padding-top: calc(10rem + 0px);
  }
}
.project03Wrap ._in .bbbb2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 25rem solid #fff;
  border-right: 25rem solid transparent;
}

@media only screen and (max-width: 768px) {
  .project03Wrap ._in .bbbb2::before {
    border-top: 10rem solid #fff;
    border-right: 10rem solid transparent;
  }
}
.project03Wrap ._in .inin .ininin .firstWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 768px) {
  .project03Wrap ._in .inin .ininin .firstWrap {
    display: block;
    margin-bottom: 4rem;
  }
}
.project03Wrap ._in .inin .ininin .firstWrap .leftBox {
  position: relative;
  flex-basis: 30rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .project03Wrap ._in .inin .ininin .firstWrap .leftBox {
    width: 22rem;
    margin: 0 auto 3rem;
    right: 3rem;
  }
}
.project03Wrap ._in .inin .ininin .firstWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding: 0 0rem 0 8rem;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .project03Wrap ._in .inin .ininin .firstWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.project03Wrap ._in .inin .ininin .firstWrap .rightBox dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}

.project03Wrap ._in .inin .ininin .secondWrap ul {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .project03Wrap ._in .inin .ininin .secondWrap ul {
    display: block;
  }
}
.project03Wrap ._in .inin .ininin .secondWrap ul li {
  width: 31%;
}

@media only screen and (max-width: 768px) {
  .project03Wrap ._in .inin .ininin .secondWrap ul li {
    width: 100%;
  }
}
.project03Wrap ._in .inin .ininin .secondWrap ul li .textB {
  background: #fff;
  padding: 3rem 3rem;
}

.projectBg {
  position: relative;
  z-index: -1;
  background: url(../img/project_bg01.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -5rem;
  padding: 24rem 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .projectBg {
    background-attachment: inherit;
    height: auto;
    padding: 12rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .project04Wrap {
    background: #f6f6f6;
    padding: 4rem 2rem;
  }
}
.project04Wrap .flexWrap {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .project04Wrap .flexWrap {
    display: block;
  }
}
.project04Wrap .flexWrap .flexInWrap {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .project04Wrap .flexWrap .flexInWrap {
    width: 100%;
  }
  .project04Wrap .flexWrap .flexInWrap:last-child {
    margin-top: 2rem;
  }
}
.project04Wrap .flexWrap .flexInWrap .flexBox a {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

.project04Wrap .flexWrap .flexInWrap .flexBox a .imgBox {
  position: relative;
  flex-basis: 30%;
  margin-bottom: 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .project04Wrap .flexWrap .flexInWrap .flexBox a .imgBox {
    flex-basis: 35%;
    margin-bottom: 0rem;
  }
}
.project04Wrap .flexWrap .flexInWrap .flexBox a .imgBox img {
  transition: all 0.5s;
}

.project04Wrap .flexWrap .flexInWrap .flexBox a .textBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  background: #f6f6f6;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .project04Wrap .flexWrap .flexInWrap .flexBox a .textBox {
    padding: 0 0rem 0 0rem;
  }
}
.project04Wrap .flexWrap .flexInWrap .flexBox a .textBox .circle {
  position: absolute;
  top: 48%;
  right: 3rem;
  transform: translate(0, -50%);
  transition: all 0.5s 0s;
}

.project04Wrap .flexWrap .flexInWrap .flexBox a .textBox .circle svg {
  fill: #333;
}

.project04Wrap .flexWrap .flexInWrap .flexBox a .textBox .inin {
  padding: 0 4rem;
}

@media only screen and (max-width: 768px) {
  .project04Wrap .flexWrap .flexInWrap .flexBox a .textBox .inin {
    padding: 0 2rem;
  }
}
.project04Wrap .flexWrap .flexInWrap .flexBox a .textBox .inin dl {
  margin-bottom: 2rem;
}

.project04Wrap .flexWrap .flexInWrap .flexBox a .textBox .inin dl dt {
  position: relative;
  font-size: 2.8rem;
  line-height: 3rem;
  letter-spacing: 0.3rem;
  font-weight: 800;
  margin-bottom: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .project04Wrap .flexWrap .flexInWrap .flexBox a .textBox .inin dl dt {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
.project04Wrap .flexWrap .flexInWrap .flexBox a .textBox .inin dl dd {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
}

.project04Wrap .flexWrap .flexInWrap .flexBox a:hover .imgBox img {
  transform: scale(1.1);
}

.privacy01Wrap {
  padding: 8rem 0;
}

@media only screen and (max-width: 768px) {
  .privacy01Wrap {
    padding: 6rem 0;
  }
}
.privacy01Wrap .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .privacy01Wrap .flexWrap {
    display: block;
  }
}
.privacy01Wrap .flexWrap .leftBox {
  position: relative;
  flex-basis: 20rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .privacy01Wrap .flexWrap .leftBox {
    margin-bottom: 3rem;
  }
}
.privacy01Wrap .flexWrap .leftBox .inin h2 {
  position: relative;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 900;
  color: #222;
  font-family: arial;
  margin-bottom: 2rem;
  padding: 3rem 0 0 5rem;
}

.privacy01Wrap .flexWrap .leftBox .inin h2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #222;
  width: 100%;
  height: 1px;
  display: block;
}

.privacy01Wrap .flexWrap .leftBox .inin .sub {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 900;
  color: #222;
  padding: 0rem 0 0 5rem;
}

.privacy01Wrap .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding: 0 0rem 0 8rem;
}

@media only screen and (max-width: 768px) {
  .privacy01Wrap .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.privacy01Wrap .c02 {
  position: relative;
  z-index: 1;
}

.privacy01Wrap .c02 ._in .inin {
  margin-top: -5rem;
}

.privacy01Wrap .c02 ._in .inin h3 {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
  .privacy01Wrap .c02 ._in .inin h3 {
    margin-bottom: 3rem;
  }
}
.privacy01Wrap .c02 ._in .inin h3 span {
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  background: #222;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 4.8rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .privacy01Wrap .c02 ._in .inin h3 span {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 4.4rem;
  }
}
.special h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  text-align: left;
  border-bottom: 2px solid #222;
}

@media only screen and (max-width: 768px) {
  .special h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
.special h3 {
  border-left: 4px solid #222;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding: 0 0 0 1.4rem;
}

@media only screen and (max-width: 768px) {
  .special h3 {
    font-size: 2rem;
  }
}
.special h4 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .special h4 {
    font-size: 2rem;
  }
}
.cccontact {
  margin-top: 8rem;
}

@media only screen and (max-width: 768px) {
  .cccontact {
    margin-top: 3rem;
  }
}/*# sourceMappingURL=addition.css.map */