@import url('https://fonts.googleapis.com/css2?family=Biryani:wght@300;700;800&family=Kumbh+Sans:wght@700&family=Libre+Baskerville&family=Yantramanav:wght@300;400;700&display=swap');

/* ===============================================
# navarea
=============================================== */

header nav {
  display: flex;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 300;
}

header .open nav {
  left: 0;
}

@media screen and (max-width:767px) {
  header nav {
    top: 100px;
  }

  header nav .inner {
    font-family: 'Kumbh Sans', sans-serif;
    margin: auto;
    padding: 60px 30px 15px;
    width: 100%;
  }

  header nav .inner .side {
    display: none;
  }

  header nav .inner .logo {
    display: none;
  }

  header nav .inner .nav_menu .nav {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    padding: 0 0 20px;
    margin: 0 auto 40px;
  }

  header nav .inner .group .nav_menu .nav .block:first-child {
    width: 40%;
  }

  header nav .inner .group .nav_menu .nav .block:last-child {
    width: 60%;
  }

  header nav .inner .group .nav_menu .nav .block h3 {
    color: rgba(255, 255, 255, 1);
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    margin: 0;
  }

  header nav .inner .nav_menu .nav .block ul {
    list-style-type: none;
    line-height: 2;
    padding: 0;
  }

  header nav .inner .group .nav_menu .nav .block h3 span,
  header nav .inner .nav_menu .nav .block ul li span {
    display: none;
  }

  header nav .inner .nav_menu .nav .block ul li a {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  header nav .inner ul li a:hover {
    color: rgba(255, 203, 119, 1);
  }

  header nav .inner .group .nav_menu .nav .block:last-child ul li {
    align-items: center;
    display: flex;
  }

  header nav .inner .group .nav_menu .nav .block:last-child ul li::before {
    background-color: rgba(255, 255, 255, 1);
    content: "";
    display: block;
    height: 2px;
    margin-left: 3px;
    margin-right: 5px;
    width: 7px;
  }

  header nav .inner .group .right .block {
    margin: 0 100px 20px 0;
  }

  header nav .inner .group .right .block .text {
    display: none;
  }

  header nav .inner .sns {
    bottom: 20px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 5px;
    text-align: center;
    width: 40px;
  }

  header nav .inner .sns dl {
    margin: 0 auto;
    padding: 0;
  }

  header nav .inner .sns dl dt {
    margin: 0 auto 20px;
  }

  header nav .inner .sns dl dd {
    margin: 0 auto 15px;
  }

  header nav .inner .copy {
    color: rgba(255, 255, 255, 1);
    font-size: 10px;
    letter-spacing: .1em;
    text-align: center;
  }
}

@media screen and (min-width:768px) {
  header nav .inner {
    color: rgba(255, 255, 255, 1);
    margin: 0;
    padding: 100px 0 0 0;
    width: 100%;
  }

  header nav .inner a {
    color: rgba(255, 255, 255, 1);
  }

  header nav .inner .group {
    display: flex;
  }

  header nav .inner .group .side {
    margin: auto 1.2vw auto 2.4vw;
  }

  header nav .inner .group .logo {
    margin: auto 2.4vw 0 auto;
    width: 11vw;
  }

  header nav .inner .group .nav_menu .nav {
    border-right: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    margin: 8vw 3.8vw auto 0;
    padding: 2vw 0 0 0;
  }

  header nav .inner .group .nav_menu .nav .block {
    margin: 0 3vw auto 0;
  }

  header nav .inner .group .nav_menu .nav .block h3 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 2.3vw;
    font-size: clamp(18px, 2.3vw, 45px);
    font-weight: 700;
    margin: 0 0 1.4vw;
  }

  header nav .inner .group .nav_menu .nav .block h3 span {
    font-size: .625vw;
    font-size: clamp(5px, .625vw, 12px);
    letter-spacing: .3em;
    display: block;
  }

  header nav .inner .group .nav_menu .nav .block ul {
    list-style-type: none;
    padding: 0;
  }

  header nav .inner .group .nav_menu .nav .block ul li a {
    display: block;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 2.3vw;
    font-size: clamp(18px, 2.3vw, 45px);
    font-weight: 700;
    margin: 0 0 1.6vw;
  }

  header nav .inner .group .nav_menu .nav .block ul li {
    position: relative;
    padding-left: 2.8vw;
  }

  header nav .inner .group .nav_menu .nav .block:last-child ul li::before {
    content: "";
    position: absolute;
    top: 1.2vw;
    left: .5vw;
    border-top: 5px solid rgba(255, 255, 255, 1);
    width: 1.1vw;
  }

  header nav .inner .group .nav_menu .nav .block ul li a span {
    font-size: .625vw;
    font-size: clamp(5px, .625vw, 12px);
    font-weight: normal;
    letter-spacing: .3em;
    display: block;
  }

  header nav .inner .group .right {
    margin: 10vw 8.5vw auto 0;
  }

  header nav .inner .group .right .block {
    margin: 0 0 3.5vw;
  }

  header nav .inner .group .right .block .image {
    margin: 0 0 .6vw;
  }

  header nav .inner .group .right .block .text {
    font-family: 'Yantramanav', sans-serif;
    font-size: .625vw;
    font-size: clamp(5px, .625vw, 12px);
    letter-spacing: .1em;
    line-height: 2;
    font-weight: 300;
  }

  header nav .inner .group .right .block .text .link {
    display: flex;
    padding: .6vw 0 0;
    width: 100%;
  }

  header nav .inner .group .right .block .text .link .access {
    width: 58%;
  }

  header nav .inner .group .right .block .text .link .access a {
    border: 1px solid rgba(255, 255, 255, 1);
    display: block;
    font-size: .68vw;
    font-size: clamp(5px, .68vw, 13px);
    height: 1.2vw;
    line-height: 1.2vw;
    text-align: center;
    width: 100%;
  }

  header nav .inner .group .right .block .text .link .access a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
  }

  header nav .inner .group .right .block .text .link .sns {
    margin: auto 0 auto auto;
    width: 42%;
  }

  header nav .inner .group .right .block .text .link .sns dl {
    align-items: center;
    display: flex;
    margin: auto 0 auto 1.5vw;
    padding: 0;
  }

  header nav .inner .group .right .block .text .link .sns dl dt {
    font-family: 'Libre Baskerville', serif;
    font-size: .625vw;
    font-size: clamp(5px, .625vw, 12px);
    letter-spacing: .1em;
    margin: 0;
  }

  header nav .inner .group .right .block .text .link .sns dl dd {
    font-size: .94vw;
    font-size: clamp(7px, .94vw, 18px);
    margin: auto 0 auto 1.4vw;
  }

  header nav .inner ul li a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition-duration: 0.2s;
  }

  header nav .inner ul li a:hover {
    color: rgba(255, 203, 119, 1);
  }


  header nav .inner .copy {
    font-size: .68vw;
    font-size: clamp(5px, .68vw, 13px);
    letter-spacing: .15em;
    padding: 0 0 1.5vw;
    text-align: center;
  }
}

/*============
@keyframes
=============*/
@keyframes equalizer01 {
  0% {
    width: 70%;
  }

  10% {
    width: 50%;
  }

  20% {
    width: 70%;
  }

  30% {
    width: 10%;
  }

  40% {
    width: 50%;
  }

  50% {
    width: 70%;
  }

  60% {
    width: 50%;
  }

  70% {
    width: 10%;
  }

  80% {
    width: 70%;
  }

  90% {
    width: 10%;
  }

  100% {
    width: 70%;
  }
}

@keyframes equalizer02 {
  0% {
    width: 30%;
  }

  10% {
    width: 20%;
  }

  20% {
    width: 40%;
  }

  30% {
    width: 10%;
  }

  40% {
    width: 20%;
  }

  50% {
    width: 30%;
  }

  60% {
    width: 20%;
  }

  70% {
    width: 10%;
  }

  80% {
    width: 40%;
  }

  90% {
    width: 10%;
  }

  100% {
    width: 30%;
  }
}

/*============
.toggle_btn
=============*/

@media screen and (max-width:767px) {
  .toggle_btn {
    display: block;
    position: fixed;
    top: 54px;
    right: 20px;
    width: 28px;
    height: 24px;
    transform: translate(0, 0);
    transition: all .5s;
    cursor: pointer;
    z-index: 10000;
  }
}

@media screen and (min-width:768px) {
  .toggle_btn {
    cursor: pointer;
    display: block;
    height: 30px;
    position: fixed;
    right: 42px;
    text-align: center;
    top: 42px;
    transform: translate(0, 0);
    transition: all .5s;
    width: 28px;
    z-index: 10000;
  }
}

.open .toggle_btn {
  /* left: 330px; */
}

@media screen and (max-width:767px) {
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: rgba(0, 0, 0, 1);
    transition: all .5s;
  }
}

@media screen and (min-width:768px) {
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: rgba(0, 0, 0, 1);
    transition: all .5s;
  }

  body.home .toggle_btn span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: rgba(0, 0, 0, 1);
    transition: all .5s;
  }
}

@media screen and (max-width:767px) {
  .toggle_btn span:nth-child(1) {
    left: 6px;
    top: 5px;
    width: 22px;
  }

  .toggle_btn span:nth-child(2) {
    top: 12px;
    width: 22px;
  }

  .toggle_btn span:nth-child(3) {
    left: 6px;
    top: 19px;
    width: 22px;
  }
}

@media screen and (min-width:768px) {
  .toggle_btn span:nth-child(1) {
    left: 0;
    /* top: 5px; */
    top: 9px;
    width: 28px;
  }

  .toggle_btn span:nth-child(2) {
    left: 0;
    top: 15px;
    width: 28px;
  }

  .toggle_btn span:nth-child(3) {
    left: 0;
    top: 21px;
    width: 28px;
  }
}

#navArea.black .toggle_btn span {}

#navArea.black.open .toggle_btn span {}

.open .toggle_btn span {
  width: 30px;
}

.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
  top: 5px;
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}

.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
  top: 25px;
}

@media screen and (max-width: 767px) {
  .open .toggle_btn {}

  .open .toggle_btn span:nth-child(1) {
    top: 5px;
  }

  .open .toggle_btn span:nth-child(3) {
    top: 25px;
    margin-left: 0;
  }
}

@media screen and (min-width:768px) {
  .open .toggle_btn span:nth-child(3) {
    margin-left: 0;
  }
}


/* ===============================================
# mask
=============================================== */

@media screen and (max-width:767px) {
  #mask {
    display: none;
  }

  .open #mask {
    background-image: url(../images/bg_02@2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    cursor: pointer;
    transition: all .5s;
  }
}

@media screen and (min-width:768px) {
  #mask {
    display: none;
  }

  .open #mask {
    background-image: url(../images/bg_01@2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    cursor: pointer;
    transition: all .5s;
  }
}


/* ===============================================
# animation
=============================================== */

.animation.animation01 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s 0s ease;
}

.animation.animation01.active {
  opacity: 1;
  transform: translateY(0%);
}

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

.animation02 img {
  display: block;
  opacity: 0;
  position: relative;
  transition: all 1s .3s ease;
  width: 100%;
  z-index: 0;
}

.animation02::before {
  background: rgba(255, 255, 255, 1);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(0);
  transition: all .8s .4s ease;
  width: 100%;
  z-index: 1;
}

.animation02.active:before {
  transform: translateX(100%);
}

.animation02.active img {
  opacity: 1;
}

.home_mainimg .home_logo_desc.animation.animation03 span {
  display: inline-block;
  opacity: 0;
}

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

  .home_logo_desc01 span:nth-child(3),
  .home_logo_desc01 span:nth-child(8),
  .home_logo_desc01 span:nth-child(11),
  .home_logo_desc01 span:nth-child(16),
  .home_logo_desc01 span:nth-child(19),
  .home_logo_desc01 span:nth-child(25),
  .home_logo_desc01 span:nth-child(34),
  .home_logo_desc01 span:nth-child(39),
  .home_logo_desc01 span:nth-child(42),
  .home_logo_desc01 span:nth-child(47),
  .home_logo_desc02 span:nth-child(5),
  .home_logo_desc02 span:nth-child(8),
  .home_logo_desc02 span:nth-child(13),
  .home_logo_desc02 span:nth-child(22),
  .home_logo_desc02 span:nth-child(26),
  .home_logo_desc02 span:nth-child(31),
  .home_logo_desc03 span:nth-child(5),
  .home_logo_desc03 span:nth-child(12),
  .home_logo_desc03 span:nth-child(17) {
    margin-right: .4em;
  }
}

@media screen and (min-width:768px) {

  .home_logo_desc01 span:nth-child(3),
  .home_logo_desc01 span:nth-child(8),
  .home_logo_desc01 span:nth-child(11),
  .home_logo_desc01 span:nth-child(16),
  .home_logo_desc01 span:nth-child(19),
  .home_logo_desc01 span:nth-child(25),
  .home_logo_desc01 span:nth-child(34),
  .home_logo_desc01 span:nth-child(39),
  .home_logo_desc01 span:nth-child(42),
  .home_logo_desc01 span:nth-child(47),
  .home_logo_desc02 span:nth-child(4),
  .home_logo_desc02 span:nth-child(9),
  .home_logo_desc02 span:nth-child(12),
  .home_logo_desc02 span:nth-child(17),
  .home_logo_desc02 span:nth-child(24),
  .home_logo_desc02 span:nth-child(29) {
    margin-right: .4em;
  }
}

#recruit .catch.animation.animation03.active span:first-child {
  animation: letter-glow 0.7s .1s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(2) {
  animation: letter-glow 0.7s .15s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(3) {
  animation: letter-glow 0.7s .2s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(4) {
  animation: letter-glow 0.7s .25s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(5) {
  animation: letter-glow 0.7s .3s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(6) {
  animation: letter-glow 0.7s .35s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(7) {
  animation: letter-glow 0.7s .4s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(8) {
  animation: letter-glow 0.7s .45s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(9) {
  animation: letter-glow 0.7s .5s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(10) {
  animation: letter-glow 0.7s .55s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(11) {
  animation: letter-glow 0.7s .6s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(12) {
  animation: letter-glow 0.7s .65s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(13) {
  animation: letter-glow 0.7s .7s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(14) {
  animation: letter-glow 0.7s .75s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(15) {
  animation: letter-glow 0.7s .8s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(16) {
  animation: letter-glow 0.7s .85s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(17) {
  animation: letter-glow 0.7s .9s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(18) {
  animation: letter-glow 0.7s .95s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(19) {
  animation: letter-glow 0.7s 1s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(20) {
  animation: letter-glow 0.7s 1.05s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(21) {
  animation: letter-glow 0.7s 1.1s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(22) {
  animation: letter-glow 0.7s 1.15s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(23) {
  animation: letter-glow 0.7s 1.2s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(24) {
  animation: letter-glow 0.7s 1.25s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(25) {
  animation: letter-glow 0.7s 1.3s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(26) {
  animation: letter-glow 0.7s 1.35s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(27) {
  animation: letter-glow 0.7s 1.4s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(28) {
  animation: letter-glow 0.7s 1.45s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(29) {
  animation: letter-glow 0.7s 1.5s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(30) {
  animation: letter-glow 0.7s 1.55s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(31) {
  animation: letter-glow 0.7s 1.6s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(32) {
  animation: letter-glow 0.7s 1.65s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(33) {
  animation: letter-glow 0.7s 1.7s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(34) {
  animation: letter-glow 0.7s 1.75s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(35) {
  animation: letter-glow 0.7s 1.8s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(36) {
  animation: letter-glow 0.7s 1.85s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(37) {
  animation: letter-glow 0.7s 1.9s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(38) {
  animation: letter-glow 0.7s 1.95s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(39) {
  animation: letter-glow 0.7s 2s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(40) {
  animation: letter-glow 0.7s 2.05s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(41) {
  animation: letter-glow 0.7s 2.1s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(42) {
  animation: letter-glow 0.7s 2.15s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(43) {
  animation: letter-glow 0.7s 2.2s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(44) {
  animation: letter-glow 0.7s 2.25s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(45) {
  animation: letter-glow 0.7s 2.3s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(46) {
  animation: letter-glow 0.7s 2.35s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(47) {
  animation: letter-glow 0.7s 2.4s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(48) {
  animation: letter-glow 0.7s 2.45s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(49) {
  animation: letter-glow 0.7s 2.5s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(50) {
  animation: letter-glow 0.7s 2.55s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(51) {
  animation: letter-glow 0.7s 2.6s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(52) {
  animation: letter-glow 0.7s 2.65s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(53) {
  animation: letter-glow 0.7s 2.7s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(54) {
  animation: letter-glow 0.7s 2.75s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(55) {
  animation: letter-glow 0.7s 2.8s ease both;
}

#recruit .catch.animation.animation03.active span:nth-child(56) {
  animation: letter-glow 0.7s 2.85s ease both;
}


@keyframes letter-glow {
  0% {
    opacity: 0;
    transform: translateY(6px);
    transition: all 1s 0s ease;

  }

  100% {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s 0s ease;
  }
}


/* ===============================================
#
=============================================== */

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  color: rgba(0, 0, 0, 1);
}

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

.home_mainimg_logo img {
  animation: fuwafuwa 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes logo-animation {
  0% {
    opacity: 0;
    transform: translateY(30%);
    transition: all 1s 0s ease;

  }

  100% {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s 0s ease;
  }
}

@keyframes footer-animation {
  0% {
    height: 0vw;

  }

  100% {
    height: 15vw;
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.0);
  }
}


.animation04 {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(3);
  transform: scale(3);
}

.animation04.active {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease() 0.2s;
  transition: all 0.5s ease() 0.2s;
}

@media screen and (max-width:767px) {
  body {
    padding: 170px 0 0 0;
    padding-top: 0;
  }

  .top {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    display: flex;
    display: none;
    height: 100px;
    padding: 58px 20px 28px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 310;
  }

  .top .logo h1 img {
    margin: 0;
    width: 57px;
  }

  .mainimg {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100 - 170px);
    position: relative;
    width: 100%;
  }

  .mainimg .header h3 {
    font-family: 'Biryani', sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 0 15px 20px;
  }

  .mainimg .header .block {
    margin: 0 auto;
  }

  .mainimg .header .block .text h2 {
    margin: 0 0 20px;
    overflow: hidden;
  }

  .mainimg .header .block .text h2 img {
    width: 100%;
  }

  .mainimg .mainimg_img {
    height: 129vw;
    margin: 0 0 30px 0;
    overflow: hidden;
    position: relative;
  }

  .mainimg .mainimg_img video {
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    ;
    z-index: -100;
  }

  .mainimg .mainimg_img .mainimg_img_news {
    background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 15px;
    position: absolute;
    right: 0;
  }

  .mainimg .mainimg_img .mainimg_img_news .block {
    align-items: center;
    display: flex;
    line-height: 1;
  }

  .mainimg .mainimg_img .mainimg_img_news .block .date {
    font-size: 11px;
    font-weight: 700;
    margin: auto auto auto 0;
    width: 27%;
  }

  .mainimg .mainimg_img .mainimg_img_news .block .cate {
    display: none;
  }

  .mainimg .mainimg_img .mainimg_img_news .block .title {
    width: 73%
  }

  .mainimg .mainimg_img .mainimg_img_news .block .title h3 {
    margin: 0;
  }

  .mainimg .mainimg_img .mainimg_img_news .block .title h3 a {
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    letter-spacing: .02em;
  }

  .mainimg .sns {
    bottom: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
  }

  .mainimg .sns dl {
    margin: 0 auto;
    padding: 0;
  }

  .mainimg .sns dl dt {
    margin: 0 auto 20px;
  }

  .mainimg .sns dl dd {
    margin: 0 auto 15px;
  }

  .concept_header {
    margin: 0 auto 20px;
    text-align: center;
  }

  .concept_header img {
    width: 136px;
  }
}

@media screen and (min-width:768px) {
  .top {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    display: flex;
    display: none;
    height: 100px;
    padding: 42px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 310;
  }

  .top .logo h1 {
    margin: 0;
  }

  .top .logo h1 img {
    width: 4.5vw;
  }

  .mainimg {
    margin: 100px 0 0 0;
    margin-top: 0;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100 - 70px);
    position: relative;
    width: 100%;
  }

  .mainimg .header {
    padding: 75px 170px 60px 210px;
  }

  .mainimg .header h3 {
    font-family: 'Biryani', sans-serif;
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: 300;
    letter-spacing: .15em;
    margin: 0 0 .7vw;
  }

  .mainimg .header .block {
    align-items: center;
    display: flex;
    margin: 0 auto;
  }

  .mainimg .header .block .text h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 5.2vw;
    font-size: clamp(33px, 5.2vw, 100px);
    font-weight: 700;
    margin: 0;
  }

  .mainimg .header .block .image {
    margin: auto 0 auto auto;
  }

  .mainimg .header .block .image img {
    width: 11vw;
  }

  .mainimg .mainimg_img {
    height: 54vh;
    margin: auto auto 0;
    overflow: hidden;
    margin: 0;
    position: relative;
  }

  .mainimg .mainimg_img video {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    ;
    z-index: -100;
  }

  .mainimg .mainimg_img .mainimg_img_news {
    background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 1vw 4.4vw;
    position: absolute;
    right: 0;
    width: 55vw;
  }

  .mainimg .mainimg_img .mainimg_img_news .block {
    align-items: center;
    display: flex;
    line-height: 1;
  }

  .mainimg .mainimg_img .mainimg_img_news .block .date {
    font-size: .625vw;
    font-size: clamp(5px, .625vw, 12px);
    font-weight: 700;
    margin: auto auto auto 0;
    width: 12%;
  }

  .mainimg .mainimg_img .mainimg_img_news .block .cate {
    font-size: .78vw;
    font-size: clamp(6px, .78vw, 15px);
    font-weight: 700;
    margin: auto auto auto 0;
    width: 13%;
  }

  .mainimg .mainimg_img .mainimg_img_news .block .cate ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .mainimg .mainimg_img .mainimg_img_news .block .title {
    width: 75%
  }

  .mainimg .mainimg_img .mainimg_img_news .block .title h3 {
    margin: 0;
  }

  .mainimg .mainimg_img .mainimg_img_news .block .title h3 a {
    color: rgba(0, 0, 0, 1);
    font-size: .625vw;
    font-size: clamp(5px, .625vw, 12px);
    letter-spacing: .08em;
  }

  .mainimg .sns {
    bottom: 37px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 70px;
  }

  .mainimg .sns dl {
    margin: 0 auto;
    padding: 0;
  }

  .mainimg .sns dl dt {
    margin: 0 auto 20px;
  }

  .mainimg .sns dl dd {
    margin: 0 auto 18px;
  }
}

@media screen and (max-width:767px) {
  .concept {
    background-image: url(../images/home_concept_02.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 0 80px;
    padding: 90vw 0 0 0;
  }

  .concept .block {
    background-color: rgba(240, 240, 240, 1);
    margin: 0 30px 50px 0;
    padding: 25px 35px 20px;
  }

  .concept .block h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
    margin: 0 0 3vw;
  }

  .concept .block h3 {
    align-items: center;
    display: flex;
    font-family: 'Biryani', sans-serif;
    font-weight: 400;
    letter-spacing: .15em;
    margin: 0 0 25px;
  }

  .concept .block h3::before {
    background: rgba(0, 0, 0, 1);
    content: '';
    display: block;
    margin-right: 10px;
    height: 1px;
    width: 82px;
  }

  .concept .desc {
    font-size: 12px;
    font-weight: bold;
    margin: 0 30px;
    letter-spacing: .05em;
    line-height: 2.5;
  }

  .concept .side {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .concept {
    align-items: center;
    background-image: url(../images/home_concept_01.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 3px solid rgba(0, 0, 0, 1);
    /*
    border-top: 3.6vw solid rgba(240,240,240,1); */
    display: flex;
    margin: 0 0 4.6vw;
    padding: 0 0 0 0;
  }

  .concept .block {
    background-color: rgba(240, 240, 240, 1);
    padding: 5vw 1vw 5vw 14vw;
    width: 50%;
  }

  .concept .block h2 {
    font-size: 1.8vw;
    font-size: clamp(14px, 1.8vw, 35px);
    letter-spacing: .05em;
    line-height: 1.43;
    margin: 0 0 3vw;
  }

  .concept .block .desc {
    font-size: .68vw;
    font-size: clamp(5px, .68vw, 13px);
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 2.69;
  }

  .concept .side {
    margin: auto 0 auto auto;
    text-align: center;
    width: 15vw;
  }

  .concept .side::before {
    background: rgba(255, 255, 255, 1);
    content: '';
    display: block;
    margin: auto auto .6vw;
    height: 21.8vw;
    width: 1px;
  }

  .concept .side img {
    width: .52vw;
  }
}

@media screen and (max-width:767px) {
  .facechange {
    border-top: 3px solid rgba(0, 0, 0, 1);
    margin: 0 0 60px;
  }

  .facechange .group .block {
    padding: 0 10px;
  }

  .slick-next,
  .slick-prev {
    height: 24px;
    width: 24px;
  }

  .slick-next::before,
  .slick-prev::before {
    font-size: 24px;
  }

  .facechange .slick-next {
    right: 5px;
    z-index: 1;
  }

  .facechange .slick-prev {
    left: 5px;
    z-index: 1;
  }

  .facechange .text {
    background-color: rgba(150, 150, 150, 1);
    color: rgba(255, 255, 255, 1);
    padding: 50px 30px 70px;
  }

  .facechange .text h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 38px;
    margin: 0 auto;
    text-align: center;
  }

  .facechange .text h2::after {
    background-color: rgba(255, 255, 255, 1);
    content: '';
    display: block;
    height: 3px;
    margin: 20px auto 40px;
    width: 96px;
  }

  .facechange .text .desc {
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 2.6;
  }
}

@media screen and (max-width:767px) {
  .lineup .text {
    padding: 0 30px 25px;
  }

  .lineup .text h2 {
    align-items: center;
    display: flex;
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .15em;
    margin: 0 0 25px;
  }

  .lineup .text h2 span {
    font-size: 12px;
    margin-left: 18px;
  }

  .lineup .text h2::before {
    background-color: rgba(0, 0, 0, 1);
    content: '';
    display: block;
    height: 1px;
    margin-right: 15px;
    width: 52px;
  }

  .lineup .text .desc {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 2.6;
  }

  .lineup .slick-slide img {
    width: 100%;
  }

  .lineup .slick-dotted.slick-slider {
    margin-bottom: 155px;
  }

  .lineup .slick-dots {
    bottom: -50px;
  }

  .lineup .slick-dots li {
    border-bottom: 2px solid rgba(206, 206, 206, 1);
    height: 1px;
    margin: 0;
    width: 60px;
  }

  .lineup .slick-dots li.slick-active {
    border-color: rgba(0, 0, 0, 1);
  }

  .lineup .slick-dots li button::before {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .shop h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin: 0 auto 60px;
    text-align: center;
  }

  .shop .group {
    margin: 0 20px 90px;
  }

  .shop .group .block {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    margin: 0 0 20px;
    width: 100%;
  }

  .shop .group .block .image {
    position: relative;
  }

  .shop .group .block .text {
    padding: 30px 25px 40px;
  }

  .shop .group .block .text h3 {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .05em;
    margin: 0 0 10px;
  }

  .shop .group .block .text a {
    color: rgba(255, 255, 255, 1);
  }

  .shop .group .block .text .desc {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 2.6;
    margin: 0 0 50px;
  }

  .shop .group .block .text .sns ul {
    margin: 30px 0;
    padding: 0;
  }

  .shop .group .block .text .sns ul li {
    display: block;
    margin: 0 0 10px;
    padding-left: 0;
  }

  .shop .group .block .text .sns a {
    align-items: center;
    display: flex;
    font-size: 12px;
  }

  .shop .group .block .text .sns a span.fa-stack {
    font-size: 13px;
    margin-right: 5px;
  }

  .shop .group .block .text .sns .fa-inverse {
    font-size: 16px;
  }

  .shop .group .block .text .sns a:hover {
    text-decoration: none;
  }

  .shop .group .block .text .viewall {
    margin: 0 auto;
    text-align: center;
    width: 80px;
  }
}

.shop .group .block .text .sns .fa-inverse {
  color: rgba(0, 0, 0, 1);
}

@media screen and (min-width:768px) {
  .shop h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 5.2vw;
    font-size: clamp(33px, 5.2vw, 100px);
    font-weight: 700;
    margin: 0 auto 3.2vw;
    text-align: center;
  }

  .shop .group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 4.5vw 4.4vw;
  }

  .shop .group .block {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    margin: 0 0 2.6vw;
    width: calc(50% - .8vw);
  }

  .shop .group .block .image {
    position: relative;
  }

  .shop .group .block .image img {
    width: 100%;
  }

  .shop .group .block .image .viewall {
    bottom: -2.99vw;
    position: absolute;
    right: 3vw;
    width: 5.9vw;
  }

  .shop .group .block .text {
    padding: 3.7vw 3.5vw 3.2vw;
  }

  .shop .group .block .text h3 {
    font-size: .68vw;
    font-size: clamp(5px, .68vw, 13px);
    font-weight: 600;
    letter-spacing: .05em;
    margin: 0 0 1vw;
  }

  .shop .group .block .text a {
    color: rgba(255, 255, 255, 1);
  }

  .shop .group .block .text .desc {
    font-size: .68vw;
    font-size: clamp(5px, .68vw, 13px);
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 2.69;
  }

  .shop .group .block .text .sns ul {
    margin: 1vw 0 0 0;
    padding: 0;
  }

  .shop .group .block .text .sns ul li:first-child {
    padding-left: 0;
  }

  .shop .group .block .text .sns a {
    align-items: center;
    display: flex;
    font-size: .68vw;
    font-size: clamp(5px, .68vw, 13px);
  }

  .shop .group .block .text .sns a span {
    font-size: .625vw;
    font-size: clamp(5px, .625vw, 12px);
    margin-right: 5px;
  }

  .shop .group .block .text .sns .fa-inverse {
    font-size: .78vw;
    font-size: clamp(6px, .78vw, 15px);
  }

  .shop .group .block .text .sns a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width:767px) {
  .home__sensation {
    margin: 0 0 100px;
  }

  .home__sensation .header {
    line-height: 1;
    margin: 0 0 20px;
  }

  .home__sensation .header img {
    width: 100%;
  }

  .home__sensation .logo {
    background-image: url(../images/home_sensation_04@2x.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 65px 32px;
  }

  .home__sensation .logo img {
    width: 148px;
  }

  .home__sensation .group {
    align-items: center;
    display: flex;
  }

  .home__sensation .desc {
    background-color: rgba(240, 240, 240, 1);
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 2.6;
    margin: -35px 30px 30px 0;
    padding: 30px;
  }

  .home__sensation .link a {
    background: rgba(0, 0, 0, 1);
    background-image: url(../images/cart_01@2x.png);
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: 30px;
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 800;
    height: 18vw;
    letter-spacing: .15em;
    line-height: 18vw;
    margin: 0 30px;
    padding: 0px 70px;
    width: calc(100% - 60px);
  }

  .home__sensation .link a:hover {
    background-color: rgba(255, 255, 255, 1);
    background-image: url(../images/cart_02@2x.png);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
  }
}

@media screen and (max-width:767px) {
  .home__contact .wrapper .contact a {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: 0 auto 70px;
    padding: 0;
    text-align: center;
    width: calc(100% - 60px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
  }

  .home__contact .wrapper .contact a h3 {
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .2em;
    line-height: 70px;
    margin: 0 auto;
  }

  .home__contact .wrapper .contact a h4 {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .home__contact {
    padding: 0 0 6vw 24vw;
  }

  .home__contact .wrapper .contact a {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: 0;
    padding: 3.4vw;
    text-align: center;
    width: 52vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
  }

  .home__contact .wrapper .contact a h3 {
    font-family: 'Biryani', sans-serif;
    font-size: 2.6vw;
    font-size: clamp(20px, 2.6vw, 50px);
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1;
    margin: 0 auto;
  }

  .home__contact .wrapper .contact a h4 {
    font-size: .78vw;
    font-size: clamp(6px, .78vw, 15px);
    font-weight: bold;
    letter-spacing: .5em;
    margin: 0 auto;
  }

  .home__contact .wrapper .contact a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
  }
}

@media screen and (min-width:768px) {
  .home__sensation {
    background-image: url(../images/home_sensation_03@2x.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 3.8vw;
    padding: 6vw 0 1.4vw;
  }

  .home__sensation .logo {
    margin: 0 0 4vw 12vw;
    width: 14.6vw;
  }

  .home__sensation .group {
    align-items: center;
    display: flex;
  }

  .home__sensation .group .desc {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    font-size: .68vw;
    font-size: clamp(5px, .68vw, 13px);
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 2.69;
    padding: 2vw 1vw 2vw 12vw;
    width: 50%;
  }

  .home__sensation .group .header {
    color: rgba(255, 255, 255, 1);
    font-family: 'Biryani', sans-serif;
    font-size: 2vw;
    font-size: clamp(16px, 2vw, 40px);
    font-weight: 800;
    letter-spacing: .05em;
    text-align: center;
    width: 50%;
  }

  .home__sensation .link a {
    background: rgba(0, 0, 0, 1);
    background-image: url(../images/cart_01@2x.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 1.8vw;
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    font-family: 'Biryani', sans-serif;
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 3.64vw;
    margin: -.6vw 0 0 12vw;
    padding: .3vw 2vw 0;
    position: absolute;
    width: 15vw;
  }

  .home__sensation .link a:hover {
    background-color: rgba(255, 255, 255, 1);
    background-image: url(../images/cart_02@2x.png);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
  }
}

@media screen and (max-width:767px) {
  .news {
    background-color: rgba(242, 242, 242, 1);
    margin: 0 0 70px;
    padding: 50px 30px;
    position: relative;
  }

  .news h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 50px;
  }

  .news h3 {
    align-items: center;
    display: flex;
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .15em;
    margin: 0 0 15px;
  }

  .news h3::before {
    background-color: rgba(0, 0, 0, 1);
    content: '';
    display: block;
    height: 1px;
    margin-right: 15px;
    width: 52px;
  }

  .news .group {
    border-top: 1px solid rgba(0, 0, 0, 1);
    margin: auto auto 55px;
  }

  .news .group .block,
  .single-news .block {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding: 15px 20px;
  }

  .single-news .block {
    border-top: 1px solid rgba(0, 0, 0, 1);
    margin: 0 0 30px;
  }

  .news .group .block .header,
  .single-news .block .header {
    display: flex;
    justify-content: center;
  }

  .news .group .block .header .date,
  .single-news .block .header .date {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto auto 0;
    text-align: center;
    width: fit-content;
  }

  .news .group .block .header .date span,
  .single-news .block .header .date span {
    display: block;
    font-size: 12px;
    margin: 0 auto 5px;
  }

  .news .group .block .header .cate,
  .single-news .block .header .cate {
    margin: 0 0 auto auto;
    width: fit-content;
  }

  .news .group .block .header .cate ul.cat,
  .single-news .block .header .cate ul.cat {
    color: rgba(132, 132, 132, 1);
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .news .group .block .title h4,
  .single-news .block .title h4 {
    margin: 0;
  }

  .news .group .block .title h4 a {
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    letter-spacing: .08em;
    line-height: 1.25;
  }

  .news .link a {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .2em;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .news .link a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
  }

  .news .side {
    display: none;
  }

  .single-news .entry-content,
  .single-news .single_nav {
    margin: 0 0 50px;
  }
}

@media screen and (min-width:768px) {
  .news {
    background-color: rgba(242, 242, 242, 1);
    margin: 0 0 5.7vw;
    padding: 7vw 22vw;
    position: relative;
  }

  .news h2 {
    font-family: 'Biryani', sans-serif;
    font-size: 2.6vw;
    font-size: clamp(20px, 2.6vw, 50px);
    font-weight: 800;
    letter-spacing: .05em;
    margin: 0 0 1.3vw .325vw;
  }

  .news .group {
    display: flex;
    flex-wrap: wrap;
    margin: auto auto 2vw;
  }

  .news .group .block,
  .single-news .block {
    align-items: center;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    margin: 0 .325vw;
    padding: .9vw 0;
    width: calc(50% - .65vw);
  }

  .single-news .block {
    margin: 10vw 0 5vw;
    width: 100%;
  }

  .news .group .block:first-child,
  .news .group .block:nth-child(2),
  .single-news .block {
    border-top: 1px solid rgba(0, 0, 0, 1);
  }

  .news .group .block .date,
  .single-news .block .date {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 2.6vw;
    font-size: clamp(20px, 2.6vw, 50px);
    font-weight: 700;
    line-height: 1;
    margin: .6vw 0 0;
    text-align: center;
    width: 23%;
  }

  .news .group .block .date span,
  .single-news .block .date span {
    display: block;
    font-size: .625vw;
    font-size: clamp(5px, .625vw, 12px);
    margin: 0 auto .3vw;
  }

  .news .group .block .cate,
  .single-news .block .cate {
    width: 17%;
  }

  .news .group .block .cate ul.cat,
  .single-news .block .cate ul.cat {
    color: rgba(132, 132, 132, 1);
    font-size: .78vw;
    font-size: clamp(6px, .78vw, 15px);
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .news .group .block .title,
  .single-news .block .title {
    width: 60%;
  }

  .news .group .block .title h3 a,
  .single-news .block .title h3 a {
    color: rgba(0, 0, 0, 1);
    font-size: .625vw;
    font-size: clamp(5px, .625vw, 12px);
    letter-spacing: .08em;
    line-height: 1.25;
  }

  .news .link a {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    font-family: 'Biryani', sans-serif;
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 3.3vw;
    margin: 0 .325vw 0 auto;
    padding: .3vw 0 0 0;
    text-align: center;
    width: 10.4vw;
  }

  .news .link a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
  }

  .news .side {
    margin: auto 0 auto auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15vw;
  }

  .news .side::before {
    background: rgba(0, 0, 0, 1);
    content: '';
    display: block;
    margin: auto auto .6vw;
    height: 21.8vw;
    width: 1px;
  }

  .news .side img {
    width: .52vw;
  }

  .single-news .entry-content {
    margin: 0 0 10vw;
  }

  .single-news .single_nav {
    margin: 0 0 10vw;
  }

  .single-news .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .single-news .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width:768px) {
  .media {
    border-bottom: 3px solid rgba(0, 0, 0, 1);
    margin: 0 0 8.9vw;
    padding: 0 14.6vw 8.9vw;
  }

  .media h2 {
    font-family: 'Biryani', sans-serif;
    font-size: 2.6vw;
    font-size: clamp(20px, 2.6vw, 50px);
    font-weight: 800;
    letter-spacing: .05em;
    margin: 0 auto 2.8vw;
    text-align: center;
  }

  .media .group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70vw;
  }

  .media .group .block {
    padding: 0 0 3vw;
    width: 32%;
  }

  .media .group .block .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .media .group .block .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .media .group .block .title {
    padding: .5vw;
  }
}

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

  .company .wrapper {
    background-image: url(../images/home_company_01@2x.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
  }

  .company .wrapper:after {
    background-color: rgba(255, 255, 255, .35);
    content: '';
    display: block;
    height: 74vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 110px;
    z-index: 1;
  }

  .company .wrapper .group {
    display: flex;
  }

  .company .wrapper .group .text {}

  .company .wrapper .group .text h2 {
    line-height: 1;
    margin: 63vw 0 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }

  .company .wrapper .group .text h3 {
    align-items: center;
    display: flex;
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 30px 30px;
  }

  .company .wrapper .group .text h3::before {
    background-color: rgba(0, 0, 0, 1);
    content: '';
    display: block;
    height: 1px;
    margin-right: 15px;
    width: 52px;
  }

  .company .wrapper .group .text .desc {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 0 30px 90px 30px;
    line-height: 2.6;
  }

  .company .wrapper .logo {
    margin: 0 auto 45px;
    text-align: center;
  }

  .company .wrapper .logo img {
    width: 136px;
  }

  .company .wrapper .data {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .08em;
    padding: 0 30px;
    width: 100%;
  }

  .company .wrapper .data table {
    margin: 0 0 60px;
    width: 100%;
  }

  .company .wrapper .data table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
  }

  .company .wrapper .data table tr th {
    display: block;
    font-weight: normal;
    padding: 15px 0 6px;
  }

  .company .wrapper .data table tr td {
    display: block;
    padding: 0 0 15px;
  }

  .company .wrapper .data table tr td i {
    margin-left: 10px;
  }

  .company .wrapper .contact a {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: 0 auto 70px;
    padding: 0;
    text-align: center;
    width: calc(100% - 60px);
  }

  .company .wrapper .contact a h3 {
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .2em;
    line-height: 70px;
    margin: 0 auto;
  }

  .company .wrapper .contact a h4 {
    display: none;
  }

  .company .wrapper .contact a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
  }
}

@media screen and (min-width:768px) {
  .company {
    padding: 0 0 6vw 24vw;
  }

  .company .wrapper {
    background-image: url(../images/home_company_01@2x.jpg);
    background-position: right 2vw;
    background-repeat: no-repeat;
    background-size: 47.5vw;
  }

  .company .wrapper .group {
    display: flex;
    margin-bottom: 8vw;
  }

  .company .wrapper .group .side {
    margin: 0 3.7vw 0 0;
    text-align: center;
    width: 1vw;
  }

  .company .wrapper .group .side::before {
    background: rgba(0, 0, 0, 1);
    content: '';
    display: block;
    margin: auto auto .6vw;
    height: 21.8vw;
    width: 1px;
  }

  .company .wrapper .group .side img {
    width: .52vw;
  }

  .company .wrapper .group .text {
    background-color: rgba(255, 255, 255, .35);
    width: 37vw;
  }

  .company .wrapper .group .text h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 5.2vw;
    font-size: clamp(40px, 5.2vw, 100px);
    font-weight: 700;
    line-height: 1;
    margin: 0 0 1.2vw;
  }

  .company .wrapper .group .text .desc {
    font-size: .68vw;
    font-size: clamp(5px, .68vw, 13px);
    letter-spacing: .05em;
    line-height: 2.69;
  }

  .company .wrapper .logo {
    text-align: right;
    width: 52vw;
  }

  .company .wrapper .logo img {
    width: 11vw;
  }

  .company .wrapper .data {
    font-size: .78vw;
    font-size: clamp(6px, .78vw, 15px);
    letter-spacing: .08em;
    width: 52vw;
  }

  .company .wrapper .data table {
    margin: 0 0 4vw;
    width: 100%;
  }

  .company .wrapper .data table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
  }

  .company .wrapper .data table tr th {
    font-weight: normal;
    padding: .7vw 0;
    text-align: center;
    width: 22%;
  }

  .company .wrapper .data table tr td {
    padding: .7vw 0;
    width: 78%;
  }

  .company .wrapper .data table tr td i {
    margin-left: 2vw;
  }

  .company .wrapper .contact a {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: 0;
    padding: 3.4vw;
    text-align: center;
    width: 52vw;
  }

  .company .wrapper .contact a h3 {
    font-family: 'Biryani', sans-serif;
    font-size: 2.6vw;
    font-size: clamp(20px, 2.6vw, 50px);
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1;
    margin: 0 auto;
  }

  .company .wrapper .contact a h4 {
    font-size: .78vw;
    font-size: clamp(6px, .78vw, 15px);
    font-weight: bold;
    letter-spacing: .5em;
    margin: 0 auto;
  }

  .company .wrapper .contact a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
  }
}

@media screen and (min-width:2100px) {
  .company .wrapper .group .text .desc {
    margin-bottom: 5vw;
  }
}

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

  .map iframe,
  .map object,
  .map embed {
    height: 53vw;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }

  .map iframe:hover,
  .map object:hover,
  .map embed:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

@media screen and (min-width:768px) {
  .map {
    padding: 0 3.6vw 5.2vw;
  }

  .map iframe,
  .map object,
  .map embed {
    height: 27vw;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }

  .map iframe:hover,
  .map object:hover,
  .map embed:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

@media screen and (max-width:767px) {
  .recruit {
    background-image: url(../images/home_recruit_03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 30px;
  }

  .recruit .block {
    color: rgba(255, 255, 255, 1);
  }

  .recruit .block .text {}

  .recruit .block .text h2 {
    align-items: center;
    display: flex;
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .15em;
    margin: 0 0 20px;
  }

  .recruit .block .text h2::before {
    background-color: rgba(255, 255, 255, 1);
    content: '';
    display: block;
    height: 1px;
    margin-right: 15px;
    width: 52px;
  }

  .recruit .block .text .desc {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 2.6;
    margin: 0 0 50px;
  }

  .recruit .block .link {
    margin: 0 auto;
  }

  .recruit .block .link a {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    display: block;
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .2em;
    line-height: 70px;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .recruit .block .link a:hover {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }
}

@media screen and (min-width:768px) {
  .recruit {
    background-image: url(../images/home_recruit_02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6.4vw 39vw 6.4vw 14.6vw;
  }

  .recruit .block {
    align-items: flex-end;
    color: rgba(0, 0, 0, 1);
    display: flex;
  }

  .recruit .block .text {
    margin: auto auto auto 0;
  }

  .recruit .block .text h2 {
    font-family: 'Biryani', sans-serif;
    font-size: 1.6vw;
    font-size: clamp(12px, 1.6vw, 30px);
    font-weight: 800;
    letter-spacing: .15em;
    margin: 0 0 1.6vw;
  }

  .recruit .block .text .desc {
    font-size: .68vw;
    font-size: clamp(5px, .68vw, 13px);
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 2.69;
  }

  .recruit .block .link {
    margin: auto 0 0 auto;
  }

  .recruit .block .link a {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    display: block;
    font-family: 'Biryani', sans-serif;
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 3.3vw;
    padding: .3vw 0 0 0;
    text-align: center;
    width: 10vw;
  }

  .recruit .block .link a:hover {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }
}

@media screen and (min-width:768px) {
  .sdgs {
    border: 2vw solid rgba(0, 137, 210, 1);
    padding: 6vw 18vw;
  }

  .sdgs .block {
    display: flex;
    width: 100%;
  }

  .sdgs .block .logo {
    margin: auto 5.2vw auto 0;
    width: 13vw;
  }

  .sdgs .block .desc {
    font-size: .68vw;
    font-size: clamp(5px, .68vw, 13px);
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 2.69;
  }

  .sdgs .block .link {
    margin: auto 0 0 auto;
  }

  .sdgs .block .link a {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    font-family: 'Biryani', sans-serif;
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 3.3vw;
    padding: .3vw 0 0 0;
    text-align: center;
    width: 10vw;
  }

  .sdgs .block .link a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
  }

  .netshop {
    background-color: rgba(0, 0, 0, 1);
    display: flex;
  }

  .netshop .block {
    background-color: rgba(255, 255, 255, 1);
    padding: 5vw 1vw 3vw;
    text-align: center;
    width: calc(50% - 1px);
  }

  .netshop .block.trinity {
    margin: 0 1px 0 0;
  }

  .netshop .block.square {
    margin: 0 0 0 1px;
  }

  .netshop .block.square .logo {
    margin: 0 auto;
    width: 9vw;
  }

  .netshop .block.trinity .logo {
    margin: 3vw auto 3.4vw;
    width: 13.4vw;
  }

  .netshop .block .group {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 33.5vw;
  }

  .netshop .block .group a:first-child img {
    width: 13.5vw;
  }

  .netshop .block .group a:last-child img {
    width: 19vw;
  }
}

@media screen and (max-width:767px) {
  body.sensation {
    padding: 100px 0 0 0;
    padding-top: 0;
  }

  .sensation .main {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    margin: 0 0 70px 0;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100 - 70px);
    position: relative;
    width: 100%;
  }

  .sensation .main a {
    color: rgba(255, 255, 255, 1);
  }

  .sensation .main .mainimg {
    background-image: url(../images/sensation_02@2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    position: relative;
    width: 100%;
  }

  .sensation .main .mainimg .text {
    bottom: 0;
    padding: 0 15px;
    position: absolute;
    width: 100%;
  }

  .sensation .main .mainimg .text h2 {
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .05em;
    margin: 0;
  }

  .sensation .main .mainimg .text .desc {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 2.7;
  }

  .sensation .main .header {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .05em;
    margin: 0 auto 40px;
    padding: 0 0 10px;
    text-align: center;
    width: 90%;
  }

  .sensation .main .header ul {
    margin-bottom: 0;
  }

  .sensation .main .header ul li {
    cursor: pointer;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .sensation .main .header ul li:hover {
    color: rgba(255, 255, 255, .4);
  }

  .sensation .main .group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    padding: 0 0 80px;
    width: 90%;
  }

  .sensation .main .group .block {
    height: 41vw;
    margin-bottom: 30px;
    position: relative;
    width: 41vw;
  }

  .sensation .main .group .block.is-hide {
    display: none;
  }

  .sensation .main .group:after {
    content: '';
    display: block;
    width: 41vw;
    /* .blockに指定したwidthと同じ幅を指定する */
    height: 0;
  }

  .sensation .main .group .block a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    font-family: 'Biryani', sans-serif;
    font-size: 18px;
    font-weight: 800;
    height: 100%;
    justify-content: center;
    letter-spacing: .075em;
    margin-bottom: 60px;
    padding: 0 30px;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .sensation .main .group .block a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

@media screen and (min-width:768px) {
  .sensation .main {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    margin: 100px 0 135px 0;
    margin-top: 0;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100 - 70px);
    position: relative;
    width: 100%;
  }

  .sensation .main a {
    color: rgba(255, 255, 255, 1);
  }

  .sensation .main .mainimg {
    background-image: url(../images/sensation_02@2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vw;
    margin-bottom: 5vw;
    position: relative;
    width: 100%;
  }

  .sensation .main .mainimg .image {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
  }

  .sensation .main .mainimg .text {
    bottom: 0;
    position: absolute;
    right: 0;
  }

  .sensation .main .mainimg .text h2 {
    font-family: 'Biryani', sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: .05em;
    margin: 0;
  }

  .sensation .main .mainimg .text .desc {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 2.7;
  }

  .sensation .main .header {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    font-family: 'Biryani', sans-serif;
    font-size: 1.9vw;
    font-size: clamp(14px, 1.9vw, 36px);
    font-weight: 800;
    letter-spacing: .05em;
    margin: 0 auto 5vw;
    padding: 0 0 1.4vw;
    text-align: center;
    width: 58vw;
  }

  .sensation .main .header ul {
    margin-bottom: 0;
  }

  .sensation .main .header ul li {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
  }

  .sensation .main .header ul li:hover {
    color: rgba(255, 255, 255, .4);
  }

  .sensation .main .group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    padding: 0 0 9vw;
    width: 48vw;
  }

  .sensation .main .group .block {
    height: 14vw;
    margin-bottom: 3vw;
    position: relative;
    width: 14vw;
  }

  .sensation .main .group .block.is-hide {
    display: none;
  }

  .sensation .main .group:after {
    content: '';
    display: block;
    width: 14vw;
    /* .blockに指定したwidthと同じ幅を指定する */
    height: 0;
  }

  .sensation .main .group .block a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    font-family: 'Biryani', sans-serif;
    font-size: 1.9vw;
    font-size: clamp(14px, 1.9vw, 36px);
    font-weight: 800;
    height: 100%;
    justify-content: center;
    letter-spacing: .075em;
    margin-bottom: 60px;
    padding: 0 30px;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .sensation .main .group .block a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

}

@media screen and (max-width:767px) {
  .footer {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    padding: 50px 40px;
  }

  .footer .group {}

  .footer .group .logo {
    margin: 0 auto 40px;
    text-align: center;
  }

  .footer .group .logo img {
    width: 108px;
  }

  .footer .group .nav {
    display: flex;
    margin: 0 0 60px;
  }

  .footer .group .nav .block {
    width: 50%;
  }

  .footer .group .nav .block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .footer .group .nav .block ul:first-child {}

  .footer .group .nav .block ul li {
    font-family: 'Yantramanav', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .12em;
    line-height: 2;
    position: relative;
    padding-left: 15px;
    white-space: nowrap;
  }

  .footer .group .nav .block ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
  }

  .footer .group .nav .block ul li a {
    color: rgba(255, 255, 255, 1);
  }

  .footer .group .data {
    font-family: 'Yantramanav', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.26;
    margin: 0 0 20px;
  }

  .footer .group .data h2 {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 20px;
  }

  .footer .copy {
    font-family: 'Yantramanav', sans-serif;
    font-size: 10px;
    letter-spacing: .1em;
  }
}

@media screen and (min-width:768px) {
  .footer {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    padding: 10vw 19vw 2.7vw 14.6vw;
  }

  .footer .group {
    align-items: flex-end;
    display: flex;
    margin: 0 auto 4vw;
  }

  .footer .group .logo {
    margin: auto 10vw 0 0;
    width: 11vw;
  }

  .footer .group .nav {
    display: flex;
    margin: auto 5vw auto 0;
  }

  .footer .group .nav .block ul {
    list-style-type: none;
    padding: 0;
  }

  .footer .group .nav .block ul:first-child {
    margin: 0 4vw 0 0;
  }

  .footer .group .nav .block ul li {
    font-family: 'Yantramanav', sans-serif;
    font-size: .78vw;
    font-size: clamp(6px, .78vw, 15px);
    font-weight: 400;
    letter-spacing: .15em;
    line-height: 2;
    position: relative;
    padding-left: .78vw;
    white-space: nowrap;
  }

  .footer .group .nav .block ul li::before {
    content: "";
    position: absolute;
    top: .7vw;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: .26vw;
    height: .26vw;
    border-top: 1px solid rgba(255, 255, 255, 1);
    ;
    border-right: 1px solid rgba(255, 255, 255, 1);
    ;
  }

  .footer .group .nav .block ul li a {
    color: rgba(255, 255, 255, 1);
  }

  .footer .group .data {
    font-family: 'Yantramanav', sans-serif;
    font-size: .78vw;
    font-size: clamp(6px, .78vw, 15px);
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.26;
  }

  .footer .group .data h2 {
    font-size: .78vw;
    font-size: clamp(6px, .78vw, 15px);
    font-weight: 700;
    margin: 0 0 1vw;
  }

  .footer .copy {
    font-family: 'Yantramanav', sans-serif;
    font-size: .68vw;
    font-size: clamp(5px, .68vw, 13px);
    letter-spacing: .15em;
    text-align: center;
  }
}

.pnavi {
  text-align: center;
}

.page-numbers {
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #eeeeff;
}

.current {
  color: #fff;
  background-color: #000;
}

.next, .prev {
  color: #fff;
  background-color: #000;
}

.pnavi a.next,
.pnavi a.prev {
  color: #fff;
}

@media screen and (max-width:767px) {
  .saitama01 {
    margin: 0 20px 20px;
  }

  .saitama01 img {
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  .saitama01 {
    margin: 0 4.5vw 2.65vw;
  }

  .saitama01 img {
    width: 100%;
  }
}
