@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

html {
  font-size: 10px;
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes scroll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.m_en {
  font-family: "Optima";
}

.m_txt {
  line-height: 2.28;
}
.m_txt + .m_txt {
  margin-top: 30px;
}
@media print, screen and (min-width: 769px) {
  .m_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .m_txt {
    font-size: 1.3rem;
  }
}

.m_btn {
  display: inline-block;
}
.m_btn > .txt {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  position: relative;
  min-width: 220px;
  text-align: center;
  box-sizing: border-box;
}
.m_btn > .txt[target=_blank]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  width: 23px;
  height: 23px;
  background: url(../images/common/arw.png) no-repeat 0 0/100%;
}
.m_btn > .txt > span:before, .m_btn > .txt > span:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  width: calc(100% + 10px);
  height: 1px;
  left: -5px;
  transition: transform 0.3s;
}
.m_btn > .txt > span:before {
  top: 0;
  transform-origin: left;
}
.m_btn > .txt > span:after {
  bottom: 0;
  transform-origin: right;
}
.m_btn > .txt > span > span:before, .m_btn > .txt > span > span:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  width: 1px;
  height: calc(100% + 12px);
  top: -5px;
}
.m_btn > .txt > span > span:before {
  left: 0;
}
.m_btn > .txt > span > span:after {
  right: 0;
}
.m_btn.insta > .txt {
  font-size: 0;
}
.m_btn.insta > .txt:before {
  content: "";
  display: block;
  background: url(../images/common/insta.png) no-repeat 0 0/100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}
@media print, screen and (min-width: 769px) {
  .m_btn > .txt {
    font-size: 1.5rem;
    transition: background-color 0.3s;
    padding: 18px 10px;
  }
  .m_btn > .txt:hover {
    background: #28292B;
  }
  .m_btn > .txt:hover > span:before, .m_btn > .txt:hover > span:after {
    transform: scaleX(1.04);
  }
}
@media screen and (max-width: 768px) {
  .m_btn > .txt {
    font-size: 1.3rem;
    background: rgba(40, 41, 43, 0.8);
    padding: 19px 10px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .m_pcHide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .m_spHide {
    display: none;
  }
}
body {
  background: #000;
  color: #fff;
}

img {
  vertical-align: top;
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  #instagram img {
      vertical-align: top;
      width: 274px;
      height: 274px;
      object-fit: cover;
    }
  }
@media screen and (max-width: 768px) {
  #instagram img {
    vertical-align: top;
    width: 43vmin;
    height: 43vmin;
    object-fit: cover;
}
}


#contentWrap {
  display: block;
}
#contentWrap .ctInner {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  #contentWrap {
    background: url(../images/home/mainBg.jpg) no-repeat center top fixed;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #contentWrap:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/home/mainBgSp.jpg) no-repeat center top/cover;
    z-index: 1;
  }
}

#gheader {
  position: absolute;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
}
#gheader .menuWrap .linkList > li a {
  display: block;
}
#gheader .menuWrap .contact a {
  display: block;
  position: relative;
  text-align: center;
}
#gheader .menuWrap .contact a:before, #gheader .menuWrap .contact a:after, #gheader .menuWrap .contact a > span:before, #gheader .menuWrap .contact a > :after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
}
#gheader .menuWrap .contact a img {
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  #gheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    top: 50px;
    min-width: 1160px;
  }
  #gheader img {
    display: block;
  }
  #gheader .menu {
    display: none;
  }
  #gheader .menuWrap {
    display: flex;
    align-items: center;
  }
  #gheader .menuWrap .linkList {
    display: flex;
  }
  #gheader .menuWrap .linkList > li + li {
    margin-left: 45px;
  }
  #gheader .menuWrap .linkList > li > a {
    padding: 9px 0;
    position: relative;
  }
  #gheader .menuWrap .linkList > li > a:hover:after {
    opacity: 1;
  }
  #gheader .menuWrap .linkList > li > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: opacity 0.3s;
  }
  #gheader .menuWrap .contact {
    margin-left: 45px;
  }
  #gheader .menuWrap .contact a {
    width: 180px;
    line-height: 50px;
    transition: background-color 0.3s;
  }
  #gheader .menuWrap .contact a:hover {
    background: #28292B;
  }
  #gheader .menuWrap .contact a:hover > span:before, #gheader .menuWrap .contact a:hover > span:after {
    transform: scaleX(1.05);
  }
  #gheader .menuWrap .contact a:before, #gheader .menuWrap .contact a:after {
    width: 1px;
    height: 60px;
    opacity: 0.7;
    top: -5px;
  }
  #gheader .menuWrap .contact a:before {
    left: 0;
  }
  #gheader .menuWrap .contact a:after {
    right: 0;
  }
  #gheader .menuWrap .contact a > span:before, #gheader .menuWrap .contact a > span:after {
    height: 1px;
    width: 190px;
    left: -5px;
    opacity: 0.7;
    transition: transform 0.3s;
  }
  #gheader .menuWrap .contact a > span:before {
    top: 0;
    transform-origin: left;
  }
  #gheader .menuWrap .contact a > span:after {
    bottom: 0;
    transform-origin: right;
  }
}
@media screen and (max-width: 768px) {
  #gheader {
    top: 30px;
    display: flex;
    justify-content: space-between;
  }
  #gheader .logo {
    position: relative;
    z-index: 3;
    margin-left: 20px;
  }
  #gheader .menu {
    position: relative;
    z-index: 3;
    background: none;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    padding: 10px;
    text-indent: -9999px;
    margin-right: 10px;
  }
  #gheader .menu.is_active > span:before, #gheader .menu.is_active > span:after {
    width: 31px;
  }
  #gheader .menu.is_active > span:before {
    transform: rotate(-33deg);
  }
  #gheader .menu.is_active > span:after {
    transform: rotate(33deg);
  }
  #gheader .menu.is_active > span > span:before {
    opacity: 0;
  }
  #gheader .menu > span {
    position: relative;
    display: block;
    width: 24px;
    height: 18px;
  }
  #gheader .menu > span:before, #gheader .menu > span:after, #gheader .menu > span > span:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    height: 1px;
    border-radius: 1px;
    background: #fff;
    transition: 0.3s;
  }
  #gheader .menu > span:before, #gheader .menu > span:after {
    width: 24px;
    transform-origin: right;
  }
  #gheader .menu > span:before {
    top: 0;
  }
  #gheader .menu > span:after {
    bottom: 0;
  }
  #gheader .menu > span > span:before {
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #gheader .menuWrap {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/menuBg.jpg) no-repeat center top/cover;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 80px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }
  #gheader .menuWrap.is_active {
    opacity: 1;
    pointer-events: all;
  }
  #gheader .menuWrap .linkList {
    margin: 115px 30px 50px;
  }
  #gheader .menuWrap .linkList > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #gheader .menuWrap .linkList > li + li {
    margin-top: 30px;
  }
  #gheader .menuWrap .linkList > li a {
    padding: 20px 0;
    position: relative;
  }
  #gheader .menuWrap .linkList > li a:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/common/arw.png) no-repeat 0 0/100%;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
  }
  #gheader .menuWrap .contact {
    margin: 0 30px;
  }
  #gheader .menuWrap .contact a {
    display: block;
    height: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(40, 41, 43, 0.8);
  }
  #gheader .menuWrap .contact a:before, #gheader .menuWrap .contact a:after {
    width: 145px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  #gheader .menuWrap .contact a:before {
    top: 15px;
    right: 10px;
  }
  #gheader .menuWrap .contact a:after {
    bottom: 15px;
    left: 10px;
  }
  #gheader .menuWrap .contact a > span:before, #gheader .menuWrap .contact a > span:after {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
  }
  #gheader .menuWrap .contact a > span:before {
    top: 10px;
    right: 16px;
  }
  #gheader .menuWrap .contact a > span:after {
    bottom: 10px;
    left: 16px;
  }
}

#contentWrap {
  display: block;
}
@media print, screen and (min-width: 769px) {
  #contentWrap {
    min-width: 1160px;
  }
}
.mvArea {
  position: relative;
}
.mvArea .txtWrap {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.mvArea .txtWrap .main {
  letter-spacing: 0.06em;
  line-height: 0.9;
}
.mvArea .imgList {
  position: relative;
  z-index: 1;
}
.mvArea .imgList img {
  width: 100%;
}
.mvArea .scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.mvArea .scroll .scrollInner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mvArea .scroll .scrollInner:before, .mvArea .scroll .scrollInner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mvArea .scroll .scrollInner:before {
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}
.mvArea .scroll .scrollInner:after {
  -webkit-animation: scroll 2s linear infinite;
          animation: scroll 2s linear infinite;
}
.mvArea .scroll .scrollInner:after {
  z-index: 2;
  background-size: cover;
}
.mvArea .scroll .scrollInner > span {
  z-index: 3;
  font-weight: bold;
  color: #fff;
  font-size: 0;
}
@media print, screen and (min-width: 769px) {
  .mvArea .txtWrap {
    width: 1160px;
  }
  .mvArea .txtWrap .main {
    font-size: 7rem;
    margin-bottom: 50px;
  }
  .mvArea .scroll {
    width: 1160px;
    bottom: 80px;
  }
  .mvArea .scroll .scrollInner {
    width: 112px;
    height: 112px;
    margin-left: auto;
    margin-right: 20px;
  }
  .mvArea .scroll .scrollInner:after {
    background-image: url(../images/home/scroll.png);
  }
}
@media screen and (max-width: 768px) {
  .mvArea .txtWrap {
    margin-left: 30px;
  }
  .mvArea .txtWrap .main {
    font-size: 4.2rem;
    margin-bottom: 30px;
  }
  .mvArea .imgList .slide {
    height: 100vh;
    height: 100svh;
    overflow: hidden;
  }
  .mvArea .imgList .slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .mvArea .scroll {
    bottom: 30px;
  }
  .mvArea .scroll .scrollInner {
    width: 84px;
    height: 84px;
    margin: 0 auto;
  }
  .mvArea .scroll .scrollInner:after {
    background-image: url(../images/home/scrollSp.png);
  }
}

#anc_01 {
  background: #161719;
}
#anc_01 .ttlBox {
  position: relative;
}
#anc_01 .ttlBox:before {
  content: "";
  display: block;
  background: #222326;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  #anc_01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 150px 0;
    overflow: hidden;
  }
  #anc_01 .ttlBox {
    width: calc(50% - 60px);
  }
  #anc_01 .ttlBox:before {
    width: 50%;
    height: 9999px;
    top: -4999px;
  }
  #anc_01 .ttlBox .boxInner {
    background: url(../images/home/sec01bg.jpg) no-repeat center/cover;
    text-align: center;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #anc_01 .txtWrap {
    width: calc(50% - 60px);
  }
  #anc_01 .txtWrap .txtInner {
    width: 550px;
  }
  #anc_01 .txtWrap .txt1 {
    margin-bottom: 42px;
  }
  #anc_01 .txtWrap .txt2 {
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 768px) {
  #anc_01 {
    padding-bottom: 90px;
  }
  #anc_01 .ttlBox {
    margin-bottom: 100px;
  }
  #anc_01 .ttlBox:before {
    content: "";
    display: block;
    width: 100%;
    height: 248px;
    background: #222326;
    position: absolute;
    top: 0;
    left: 0;
  }
  #anc_01 .ttlBox .boxInner {
    position: relative;
    padding-top: 80px;
    text-align: center;
  }
  #anc_01 .txtWrap {
    margin: 0 30px;
  }
  #anc_01 .txtWrap .txt1 {
    margin-bottom: 30px;
  }
  #anc_01 .txtWrap .txt2 {
    margin-bottom: 75px;
  }
}

#anc_02 .secHead {
  text-align: center;
}
#anc_02 .boxList .box .txtWrap .txtInner:before, #anc_02 .boxList .box .txtWrap .txtInner:after, #anc_02 .boxList .box .txtWrap .txtInner .boxHead:before, #anc_02 .boxList .box .txtWrap .txtInner .boxHead:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
#anc_02 .boxList .box .txtWrap .txtInner:before, #anc_02 .boxList .box .txtWrap .txtInner:after {
  transform: scaleY(0.5);
}
#anc_02 .boxList .box .txtWrap .txtInner .boxHead:before, #anc_02 .boxList .box .txtWrap .txtInner .boxHead:after {
  transform: scaleX(0.5);
}
#anc_02 .boxList .box .txtWrap .txtInner .num {
  position: absolute;
  text-indent: -9999px;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  #anc_02 {
    padding: 120px 0 200px;
  }
  #anc_02 .secHead {
    margin-bottom: 120px;
  }
  #anc_02 .boxList .box {
    display: flex;
  }
  #anc_02 .boxList .box + .box {
    margin-top: 200px;
  }
  #anc_02 .boxList .box.reverse {
    flex-direction: row-reverse;
  }
  #anc_02 .boxList .box.reverse .txtWrap {
    margin-left: 0;
    margin-right: 55px;
  }
  #anc_02 .boxList .box.reverse .txtWrap .txtInner {
    margin-left: auto;
    margin-right: 45px;
  }
  #anc_02 .boxList .box .img {
    width: calc((100% - 55px) / 2);
  }
  #anc_02 .boxList .box .img img {
    width: 100%;
  }
  #anc_02 .boxList .box .txtWrap {
    width: calc((100% - 55px) / 2);
    margin-left: 55px;
    display: flex;
    align-items: center;
  }
  #anc_02 .boxList .box .txtWrap .txtInner {
    width: 530px;
    height: 380px;
    padding: 0 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    margin-left: 45px;
  }
  #anc_02 .boxList .box .txtWrap .txtInner:before {
    width: 480px;
    height: 1px;
    top: 0;
    left: 70px;
  }
  #anc_02 .boxList .box .txtWrap .txtInner:after {
    width: 570px;
    height: 1px;
    bottom: 0;
    left: -20px;
  }
  #anc_02 .boxList .box .txtWrap .txtInner .boxHead {
    margin-bottom: 35px;
  }
  #anc_02 .boxList .box .txtWrap .txtInner .boxHead:before {
    width: 1px;
    height: 330px;
    top: 70px;
    left: 0;
  }
  #anc_02 .boxList .box .txtWrap .txtInner .boxHead:after {
    width: 1px;
    height: 420px;
    top: -20px;
    right: 0;
  }
  #anc_02 .boxList .box .txtWrap .txtInner .num {
    width: 70px;
    height: 80px;
    top: -40px;
    left: -35px;
  }
  #anc_02 .boxList .box .txtWrap .txtInner .num.num1 {
    background-image: url(../images/home/sec02listNum01.png);
  }
  #anc_02 .boxList .box .txtWrap .txtInner .num.num2 {
    background-image: url(../images/home/sec02listNum02.png);
  }
  #anc_02 .boxList .box .txtWrap .txtInner .num.num3 {
    background-image: url(../images/home/sec02listNum03.png);
  }
}
@media screen and (max-width: 768px) {
  #anc_02 {
    padding: 80px 0 100px;
  }
  #anc_02 .secHead {
    margin-bottom: 80px;
  }
  #anc_02 .boxList .box + .box {
    margin-top: 115px;
  }
  #anc_02 .boxList .box .img {
    margin-bottom: 57px;
  }
  #anc_02 .boxList .box .img img {
    width: 100%;
  }
  #anc_02 .boxList .box:not(.reverse) .img {
    margin-right: 40px;
  }
  #anc_02 .boxList .box.reverse .img {
    margin-left: 40px;
  }
  #anc_02 .boxList .box .txtWrap {
    margin: 0 38px;
  }
  #anc_02 .boxList .box .txtWrap .txtInner {
    position: relative;
    padding: 50px 38px 40px;
  }
  #anc_02 .boxList .box .txtWrap .txtInner:before {
    width: calc(100% - 44px);
    height: 1px;
    right: -14px;
    top: 0;
  }
  #anc_02 .boxList .box .txtWrap .txtInner:after {
    width: calc(100% + 28px);
    height: 1px;
    left: -14px;
    bottom: 0;
  }
  #anc_02 .boxList .box .txtWrap .txtInner .num {
    width: 47px;
    height: 54px;
    left: -24px;
    top: -27px;
  }
  #anc_02 .boxList .box .txtWrap .txtInner .num.num1 {
    background-image: url(../images/home/sec02listNum01sp.png);
  }
  #anc_02 .boxList .box .txtWrap .txtInner .num.num2 {
    background-image: url(../images/home/sec02listNum02sp.png);
  }
  #anc_02 .boxList .box .txtWrap .txtInner .num.num3 {
    background-image: url(../images/home/sec02listNum03sp.png);
  }
  #anc_02 .boxList .box .txtWrap .txtInner .boxHead {
    margin-bottom: 25px;
  }
  #anc_02 .boxList .box .txtWrap .txtInner .boxHead:before {
    width: 1px;
    height: calc(100% - 29px);
    left: 0;
    bottom: -14px;
  }
  #anc_02 .boxList .box .txtWrap .txtInner .boxHead:after {
    width: 1px;
    height: calc(100% + 28px);
    top: -14px;
    right: 0;
  }
}

#anc_03 .imgWrap .list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  #anc_03 {
    background: url(../images/home/sec03bg.jpg) no-repeat center top/cover;
    padding: 100px 0 144px;
  }
  #anc_03 .secInner {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #anc_03 .secInner .imgWrap {
    margin-top: 60px;
  }
  #anc_03 .secInner .imgWrap .list {
    margin-bottom: 75px;
  }
  #anc_03 .secInner .imgWrap .list > li + li {
    margin-left: 30px;
  }
  #anc_03 .secInner .imgWrap .list > li:nth-child(n+4) {
    display: none;
  }
  #anc_03 .secInner .imgWrap .m_txt {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  #anc_03 {
    background: url(../images/home/sec03bgSp.jpg) no-repeat center top/cover;
    padding: 50px 0 100px;
  }
  #anc_03 .secHead {
    text-align: center;
    margin-bottom: 50px;
  }
  #anc_03 .imgWrap {
    margin: 0 20px;
  }
  #anc_03 .imgWrap .list {
    margin: 0 0 55px;
  }
  #anc_03 .imgWrap .list > li {
    width: calc((100% - 21px) / 2);
    text-align: center;
  }
  #anc_03 .imgWrap .list > li:nth-child(even) {
    margin-left: 21px;
  }
  #anc_03 .imgWrap .list > li:nth-child(n+3) {
    margin-top: 21px;
  }
  #anc_03 .imgWrap .m_txt {
    margin-bottom: 55px;
  }
}

#anc_04 .txtList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
#anc_04 .txtList:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transform: scaleY(0.5);
}
#anc_04 .txtList > dt, #anc_04 .txtList > dd {
  position: relative;
  padding-bottom: 18px;
}
#anc_04 .txtList > dt:not(:first-of-type), #anc_04 .txtList > dd:not(:first-of-type) {
  padding-top: 18px;
}
#anc_04 .txtList > dt:not(:first-of-type):after, #anc_04 .txtList > dd:not(:first-of-type):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transform: scaleY(0.5);
}
#anc_04 .txtList > dt {
  width: 90px;
}
#anc_04 .txtList > dd {
  width: calc(100% - 90px);
}
#anc_04 .mapBox .mapInner {
  position: relative;
  overflow: hidden;
}
#anc_04 .mapBox .mapInner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(40, 41, 43, 0.3);
  mix-blend-mode: multiply;
  pointer-events: none;
}
#anc_04 .mapBox .mapInner iframe {
  position: absolute;
  left: 0;
  z-index: 1;
  filter: grayscale(100%);
}
#anc_04 .mapBox .link {
  text-align: right;
}
#anc_04 .mapBox .link a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 0;
}
#anc_04 .mapBox .link a:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 23px;
  height: 23px;
  background: url(../images/common/arw.png) no-repeat 0 0/100%;
}
#anc_04 .mapBox .link a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
#anc_04 .flex {
  position: relative;
}
#anc_04 .flex:before, #anc_04 .flex:after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.3);
}
#anc_04 .flex > .col {
  box-sizing: border-box;
  position: relative;
}
#anc_04 .flex > .col:before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.3);
}
#anc_04 .flex > .col:nth-child(2) .list > dt {
  width: 100px;
}
#anc_04 .flex > .col:nth-child(2) .list > dd {
  width: calc(100% - 100px);
}
#anc_04 .flex > .col:last-child:after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
}
#anc_04 .flex > .col .list {
  display: flex;
  flex-wrap: wrap;
}
#anc_04 .flex > .col .list > dt {
  width: 80px;
}
#anc_04 .flex > .col .list > dd {
  width: calc(100% - 80px);
}
#anc_04 .flex > .col .list > dd ul li + li {
  margin-top: 15px;
}
@media print, screen and (min-width: 769px) {
  #anc_04 {
    padding: 210px 0 250px;
    background: url(../images/home/sec04bg.jpg) no-repeat left bottom 150px/calc(100% - 120px), #000;
  }
  #anc_04 .secInner {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #anc_04 .secInner .secImg {
    order: 1;
    margin-top: 58px;
  }
  #anc_04 .secInner .secHead {
    order: 2;
    margin-left: auto;
  }
  #anc_04 .secInner .txtWrap {
    order: 3;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #anc_04 .secInner .txtList {
    width: 450px;
    font-size: 1.3rem;
  }
  #anc_04 .secInner .mapBox {
    width: 520px;
    margin-left: auto;
    margin-right: 100px;
  }
  #anc_04 .secInner .mapBox .mapInner {
    width: 520px;
    height: 310px;
    margin-bottom: 20px;
  }
  #anc_04 .secInner .mapBox .mapInner iframe {
    top: -300px;
  }
  #anc_04 .secInner .mapBox .link a {
    padding: 5px 33px 10px 0;
  }
  #anc_04 .secInner .mapBox .link a:hover:after {
    opacity: 1;
  }
  #anc_04 .secInner .mapBox .link a:after {
    opacity: 0;
    transition: opacity 0.3s;
  }
  #anc_04 .secInner .subHead {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  #anc_04 .secInner .flex {
    width: 100%;
    display: flex;
    position: relative;
  }
  #anc_04 .secInner .flex:before, #anc_04 .secInner .flex:after {
    width: calc(100% + 20px);
    height: 1px;
    transform: scaleY(0.5);
    left: -10px;
  }
  #anc_04 .secInner .flex:before {
    top: 0;
  }
  #anc_04 .secInner .flex > .col {
    width: 33.3333333333%;
    padding: 35px 49px;
  }
  #anc_04 .secInner .flex > .col:before {
    width: 1px;
    height: calc(100% + 20px);
    transform: scaleX(0.5);
    top: -10px;
    left: 0;
  }
  #anc_04 .secInner .flex > .col:last-child:after {
    width: 1px;
    height: calc(100% + 20px);
    transform: scaleX(0.5);
    top: -10px;
    right: 0;
  }
  #anc_04 .secInner .flex > .col .list > dt, #anc_04 .secInner .flex > .col .list > dd {
    font-size: 1.3rem;
  }
  #anc_04 .secInner .flex > .col .list > dt:not(:first-of-type), #anc_04 .secInner .flex > .col .list > dd:not(:first-of-type) {
    margin-top: 55px;
  }
  #anc_04 .secInner .flex:after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #anc_04 {
    padding: 80px 0;
    background: #000;
  }
  #anc_04 .secInner {
    background: url(../images/home/sec04bgSp.jpg) no-repeat top 394px center/cover;
    padding-bottom: 80px;
  }
  #anc_04 .secHead {
    text-align: center;
    margin-bottom: 80px;
  }
  #anc_04 .secImg {
    margin: 0 40px 50px;
  }
  #anc_04 .txtWrap {
    margin: 0 40px;
  }
  #anc_04 .txtWrap .txtList {
    margin-bottom: 60px;
    font-size: 1.2rem;
  }
  #anc_04 .txtWrap .mapBox {
    margin-bottom: 80px;
  }
  #anc_04 .txtWrap .mapBox .mapInner {
    width: 100%;
    height: 176px;
    margin-bottom: 5px;
  }
  #anc_04 .txtWrap .mapBox .mapInner iframe {
    width: 100%;
    top: -367px;
  }
  #anc_04 .txtWrap .mapBox .link a {
    padding: 8px 32px 11px 0;
  }
  #anc_04 .txtWrap .subHead {
    margin-bottom: 30px;
  }
  #anc_04 .flex:before, #anc_04 .flex:after {
    width: 1px;
    height: calc(100% + 20px);
    top: -10px;
    transform: scaleX(0.5);
  }
  #anc_04 .flex:before {
    left: 0;
  }
  #anc_04 .flex:after {
    right: 0;
  }
  #anc_04 .flex > .col {
    padding: 35px 18px;
  }
  #anc_04 .flex > .col:before {
    top: 0;
    left: -10px;
    height: 1px;
    width: calc(100% + 20px);
    transform: scaleY(0.5);
  }
  #anc_04 .flex > .col:nth-child(2) .list > dt {
    width: 80px;
  }
  #anc_04 .flex > .col:nth-child(2) .list > dd {
    width: calc(100% - 80px);
  }
  #anc_04 .flex > .col:last-child:after {
    bottom: 0;
    left: -10px;
    height: 1px;
    width: calc(100% + 20px);
    transform: scaleY(0.5);
  }
  #anc_04 .flex > .col .list {
    font-size: 1.2rem;
  }
  #anc_04 .flex > .col .list > dt:not(:first-of-type) {
    margin-top: 35px;
    padding-top: 35px;
    position: relative;
  }
  #anc_04 .flex > .col .list > dt:not(:first-of-type):before {
    content: "";
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    right: 0;
    width: calc(100% + 28px);
    height: 1px;
    transform: scaleY(0.5);
  }
  #anc_04 .flex > .col .list > dd:not(:first-of-type) {
    margin-top: 35px;
    padding-top: 35px;
    position: relative;
  }
  #anc_04 .flex > .col .list > dd:not(:first-of-type):before {
    content: "";
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    width: calc(100% + 28px);
    height: 1px;
    transform: scaleY(0.5);
  }
}

#anc_05 {
  position: relative;
  background: url(../images/home/mainBg.jpg) no-repeat center top fixed;
  background-size: cover;
}
#anc_05.is_active:before {
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
#anc_05:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1.5s 0.2s;
}
#anc_05 .secBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
#anc_05 .secBox .mail {
  background: rgba(255, 255, 255, 0.8);
  color: #28292B;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 769px) {
  #anc_05 {
    padding: 150px 0 70px;
  }
  #anc_05 .secBox {
    width: 1000px;
    height: 500px;
    margin: 0 auto;
    background: url(../images/home/sec05bg.jpg) no-repeat 0 0/100%;
    margin-bottom: 60px;
  }
  #anc_05 .secBox .secHead {
    margin-bottom: 35px;
  }
  #anc_05 .secBox .m_txt {
    font-size: 1.4rem;
    margin-bottom: 55px;
  }
  #anc_05 .secBox .mail {
    font-size: 1.8rem;
    padding: 9px 20px;
  }
}
@media screen and (max-width: 768px) {
  #anc_05 {
    padding: 80px 0 40px;
  }
  #anc_05 .secBox {
    margin: 0 20px 40px;
    background: url(../images/home/sec05bgSp.jpg) no-repeat center top/cover;
    position: relative;
    padding: 130px 44px;
  }
  #anc_05 .secBox:before, #anc_05 .secBox:after {
    content: "";
    display: block;
    height: 1px;
    width: 80px;
    transform: scaleY(0.5);
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
  }
  #anc_05 .secBox:before {
    top: 30px;
    right: 20px;
  }
  #anc_05 .secBox:after {
    bottom: 30px;
    left: 20px;
  }
  #anc_05 .secBox .secHead {
    margin-bottom: 35px;
  }
  #anc_05 .secBox .secHead:before, #anc_05 .secBox .secHead:after {
    content: "";
    display: block;
    width: 1px;
    height: 120px;
    transform: scaleX(0.5);
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
  }
  #anc_05 .secBox .secHead:before {
    top: 20px;
    right: 30px;
  }
  #anc_05 .secBox .secHead:after {
    bottom: 20px;
    left: 30px;
  }
  #anc_05 .secBox .m_txt {
    margin-bottom: 45px;
  }
  #anc_05 .secBox .mail {
    font-size: 1.5rem;
    padding: 8px 9px;
  }
}

#gfooter {
  position: relative;
}
#gfooter .copy {
  text-align: center;
}

.m_fadeAnim {
  opacity: 0;
  transform: translateY(200px);
}
.m_fadeAnim.is_active {
  -webkit-animation: fadeAnim 1s cubic-bezier(0.25, 1, 0.5, 1) both;
          animation: fadeAnim 1s cubic-bezier(0.25, 1, 0.5, 1) both;
}

@media print, screen and (min-width: 769px) {
  @-webkit-keyframes fadeAnim {
    0% {
      opacity: 0;
      transform: translateY(80px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeAnim {
    0% {
      opacity: 0;
      transform: translateY(80px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes fadeAnim {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeAnim {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}/*# sourceMappingURL=styles.css.map */