@charset "UTF-8";
/* =======================================================
* media query
* ======================================================= */
/* =======================================================
*
* ======================================================= */
@media (max-width: 1180px) {
  html {
    font-size: 28px;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  html {
    font-size: 18px;
  }
}

body {
  color: #000;
  font-family: "Marcellus", serif;
  overflow-x: hidden;
  font-weight: 400;
}
body.open {
  /*overflow-y: hidden;*/
}

main {
  position: sticky;
  overflow: hidden;
}

h1 {
  font-size: 2.375rem;
  font-weight: 400;
  /*position: absolute;*/
  top: 150px;
  margin: 0;
}
@media (max-width: 1180px) {
  h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 750px) {
  h1 {
    font-size: 1.4rem;
  }
}

h2 {
  font-size: 1.5833rem;
  font-weight: 400;
}

h3 {
  font-size: 1.166rem;
  padding-top: 50px;
  font-weight: 400;
}
@media (max-width: 1180px) {
  h3 {
    font-size: 0.8rem;
    padding-top: 30px;
  }
}

.ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.noscroll {
  overflow: hidden;
}
@media (max-width: 750px) {
  .noscroll {
    /*height: 100%;*/
  }
}

.container {
  position: relative;
  max-width: 1300px;
  overflow: hidden;
}
.container.head {
  max-width: 1400px;
  padding: 0 50px;
}
.container.head_l {
  width: 100%;
  overflow: visible;
  max-width: 1400px;
}

.logo {
  /*position: fixed;*/
  position: absolute;
  top: 50px;
  z-index: 10;
  width: 271px;
  margin: 0 50px;
}
@media (max-width: 1180px) {
  .logo {
    width: 168px;
    top: 24px;
    margin: 0 20px;
  }
}

.menu {
  height: 0;
}
.menu ul {
  opacity: 0;
}
.menu ul br {
  display: none;
}
@media (max-width: 1180px) {
  .menu ul br {
    display: block;
  }
}
.menu ul li {
  font-size: 1.666rem;
  display: inline-block;
  margin-right: 50px;
  background: #fff;
  position: relative;
}
@media (max-width: 1180px) {
  .menu ul li {
    margin-right: 0;
    margin: 20px 0;
  }
}
.menu ul li:last-of-type {
  margin-right: 0;
}
.menu ul li:before {
  content: "";
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
  mix-blend-mode: difference;
  position: absolute;
  width: 0%;
  height: 25px;
  bottom: 0;
}
.menu ul li _:-ms-lang(x), .menu ul li:before {
  background-image: linear-gradient(#000, #000);
  mix-blend-mode: none;
}
.menu ul li:hover:before {
  background-size: 100% 25px !important;
  width: 100%;
}
.menu ul li a {
  padding: 0 0.6rem;
}
.menu.o_menu ul {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 12;
  width: 100%;
}
.menu .menu_privacy {
  opacity: 0;
  position: fixed;
  bottom: 5%;
  right: 80px;
  z-index: 12;
  font-size: 16px;
  transition-duration: 0.3s;
}
@media (max-width: 1180px) {
  .menu .menu_privacy {
    right: 20px;
    bottom: 3%;
  }
}
@media (max-width: 750px) {
  .menu .menu_privacy {
    right: auto;
    left: calc(50% - 48px);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
  }
}
.wrap_wave {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
}
@media (max-width: 1180px) {
  .wrap_wave {
    width: 188px;
    height: 106px;
  }
}
.wrap_wave#open {
  z-index: 11;
}
.wrap_wave#close {
  /*width: 416.175px !important;
  height: 232px !important;*/
}
@media (max-width: 1180px) {
  .wrap_wave#close {
    /*width: 188px !important;
    height: 106px !important;*/
  }
}
.wrap_wave #wave {
  fill: #fff;
}
.mouse {
  /*
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 100;
  width: 20px;
  height: 20px;
  pointer-events: none;
  transition: width 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
  transform: matrix(1, 0, 0, 1, 0, 0);
  */
  background: black;
  border-radius: 50%;
  position: fixed;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

#nav {
  position: fixed;
  right: 80px;
  top: 50px;
  z-index: 11;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
@media (max-width: 1180px) {
  #nav {
    right: 20px;
    top: 24.6px;
  }
}
@media (max-width: 750px) {
  #nav {
    -webkit-transition: none;
    transition: none;
  }
}
#nav.open {
  background-image: url(../images/nav_close.svg);
  background-size: 36px 34px;
  width: 36px;
  height: 34px;
  display: inline-block;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 1180px) {
  #nav.open {
    width: 25px;
    height: 24px;
    background-size: 25px 24px;
  }
}
#nav.close {
  background-image: url(../images/nav.svg);
  background-size: 40px 25px;
  width: 39px;
  height: 25px;
  display: inline-block;
}
@media (max-width: 1180px) {
  #nav.close {
    width: 29px;
    height: 19px;
    background-size: 29px 19px;
  }
}
#nav.close:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 750px) {
  #nav.close:hover {
    -webkit-transform: none;
            transform: none;
  }
}

.arrow {
  position: absolute;
  /*position: -webkit-sticky;
  z-index: 12;*/
  right: 65px;
}
.arrow .inner_arrow {
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*position: -webkit-sticky;*/
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  z-index: 10;
}
@media (max-width: 1180px) {
  .arrow .inner_arrow {
    display: none;
  }
}
.arrow .inner_arrow li {
  list-style: none;
  padding: 5px;
  border: none;
  border-radius: 100%;
  margin: 40px 0;
}
.arrow .inner_arrow li span {
  border: none;
  display: block;
  padding: 5px;
  border-radius: 100%;
}
.arrow .inner_arrow li a {
  width: 10px;
  height: 10px;
  background: #E5E5E5;
  border: 1px solid #BBBBBB;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -transition: all 0.4s;
  transition: all 0.4s;
}
.arrow .inner_arrow li.active {
  border: 1px solid #DDDDDD;
}
.arrow .inner_arrow li.active span {
  border: 1px solid #CCCCCC;
}
.arrow .inner_arrow li.active a {
  background: #999999;
  position: relative;
}
.arrow .inner_arrow li.active a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  animation: ripple 2.0s linear infinite;
  border-radius: 50%;
  left: 50%;
  top: 50%;
}
.arrow .inner_arrow li:hover a {
  background: #999999;
}

@-webkit-keyframes ripple {
  0% {
   box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.07), 0 0 0 5px rgba(0, 0, 0, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 25px rgba(255, 255, 255, 0.07);
  }
  100% {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.07), 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 12px rgba(255, 255, 255, 0.07), 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
   box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.07), 0 0 0 5px rgba(0, 0, 0, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 25px rgba(255, 255, 255, 0.07);
  }
  100% {
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.07), 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 12px rgba(255, 255, 255, 0.07), 0 0 0 15px rgba(255, 255, 255, 0);
  }
}
.modal {
  position: fixed;
  /*height: 100vh;*/
  height: 100%;
  width: 100%;
  background: #000;
  background-image: url(../images/m_bg.png);
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 12;
  color: #fff;
  display: none;
}
@media (max-width: 750px) {
  .modal {
    background-position: bottom right -480px;
  }
}
.modal h4 {
  font-size: 1.333rem;
  display: block;
  line-height: 1.78125;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 1180px) {
  .modal h4 {
    font-size: 1.1rem;
  }
}
.modal p {
  font-size: 0.666rem;
  letter-spacing: 0.01em;
  line-height: 2.0625;
}
@media (max-width: 1180px) {
  .modal p {
    font-size: 0.6rem;
  }
  .modal p br.none {
    display: none;
  }
}
.modal .container {
  height: 100vh;
}
.modal .inner_modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 750px;
  max-width: 100%;
  font-weight: bold;
}
@media (max-width: 1180px) {
  .modal .inner_modal {
    width: 400px;
  }
}
@media (max-width: 750px) {
  .modal .inner_modal {
    width: 285px;
  }
}
.modal .m_close {
  position: absolute;
  top: 50px;
  right: 100px;
  cursor: pointer;
  z-index: 10;
  background-image: url(../images/m_close.png);
  background-size: 36px 34px;
  width: 36px;
  height: 34px;
  display: inline-block;
}
@media (max-width: 1180px) {
  .modal .m_close {
    width: 28px;
    height: 27px;
    background-size: 28px 27px;
    right: 20px;
    top: 24.6px;
  }
}

.slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.slider .slider__text {
  position: absolute;
  bottom: calc(2rem + 3vw);
  left: calc(2rem + 3vw);
  z-index: 10;
  font-size: calc(1rem + 4vw);
  text-transform: uppercase;
  -webkit-transform-origin: top;
  transform-origin: top;
  line-height: 1.075;
  color: #fff;
  font-weight: 500;
}
.slider .slider__text-line {
  overflow: hidden;
}
.slider .slider__inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.slider .slider__nav {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.slider .slider-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}
.slider .slider-bullet__text {
  color: #fff;
  font-size: 0.65rem;
  margin-right: 1rem;
}
.slider .slider-bullet__line {
  background-color: #fff;
  height: 1px;
  width: 1rem;
}
.slider .slider canvas {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.slider .slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.slider .slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.slider .slide__img {
  position: relative;
  width: 25vw;
  height: 70vh;
  padding: 0;
  margin: 0;
  min-width: 12.5rem;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.slider .slide__img:first-child {
  top: -1.5rem;
}
.slider .slide__img:last-child {
  bottom: -1.5rem;
}
.slider .slide__img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider .scroll {
  display: none;
}

.state {
  opacity: 0;
}
.state span {
  visibility: visible;
}
.state _::-webkit-full-page-media span, .state _:future span, .state :root .css_selector span {
  visibility: visible;
}

.block {
  width: 100%;
  /*min-height: 100vh;*/
  height: auto;
  position: relative;
  background: linear-gradient(45deg, #FFFEF7, #F9F9F4);
}
.block .container {
  padding: 140px 100px 0 0;
}
@media (max-width: 1180px) {
  .block .container {
    padding: 80px 0px 0 0;
    margin: 0 auto;
    max-width: 590px;
  }
}
@media (max-width: 750px) {
  .block .container {
    margin: 0 40px;
    padding: 80px 0 0px 0px;
    max-width: 375px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media (max-width: 350px) {
  .block .container {
    padding: 80px 20px 0px 20px;
    max-width: 295px;
  }
}
.block .txt_wrap {
  /*height: 100vh;*/
  height: auto;
  /*max-width: 1080px;*/
  max-width: 1100px;
  margin: 0 auto 0 100px;
  position: relative;
}
@media (max-width: 1180px) {
  .block .txt_wrap {
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .block .txt_wrap {
    max-width: 295px;
    margin: 0 auto;
  }
}
.block#b_01 {
  z-index: 1;
  padding-bottom: 80px;
}
@media (max-width: 1180px) {
  .block#b_01 {
    padding-bottom: 60px;
  }
}
.block#b_01 h1.pc {
  display: block;
}
@media (max-width: 1180px) {
  .block#b_01 h1.pc {
    display: none;
  }
}
.block#b_01 h1.sp {
  display: none;
}
@media (max-width: 1180px) {
  .block#b_01 h1.sp {
    display: block;
  }
}
@media (max-width: 750px) {
  .block#b_01 h1.sp {
    font-size: 1.5rem;
  }
}
.block#b_01 h1.sp span {
  display: block;
}
.block#b_01 h1.txt_white, .block#b_01 h1.txt_black {
  margin: 0;
  /*position: absolute;*/
  position: absolute;
  left: 0;
  top: 230px;
  height: 20%;
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 1180px) {
  .block#b_01 h1.txt_white, .block#b_01 h1.txt_black {
    top: 80px;
    height: 17%;
  }
}
@media (max-width: 750px) {
  .block#b_01 h1.txt_white, .block#b_01 h1.txt_black {
    height: 21%;
    left: 20px;
  }
}
@media (max-width: 350px) {
  .block#b_01 h1.txt_white, .block#b_01 h1.txt_black {
    height: 19%;
    left: 0;
  }
}
.block#b_01 h1.txt_white {
  width: 100%;
  margin-left: 45.3%;
}
@media (max-width: 1180px) {
  .block#b_01 h1.txt_white {
    width: 100%;
    margin-left: 0;
  }
  .block#b_01 h1.txt_white .inner_txt02 {
    overflow: hidden;
    color: #fff;
  }
}
.block#b_01 h1.txt_black {
  width: 45.3%;
}
@media (max-width: 1180px) {
  .block#b_01 h1.txt_black {
    width: 100%;
  }
  .block#b_01 h1.txt_black .inner_txt02 {
    width: 16%;
    overflow: hidden;
    color: #000;
  }
}
@media (max-width: 750px) {
  .block#b_01 h1.txt_black .inner_txt02 {
    width: 24%;
    overflow: hidden;
    color: #000;
  }
}
@media (max-width: 350px) {
  .block#b_01 h1.txt_black .inner_txt02 {
    width: 15%;
  }
}
.block#b_01 h1.txt_white .inner_txt, .block#b_01 h1.txt_black .inner_txt {
  display: block;
  position: absolute;
}
.block#b_01 h1.txt_white .inner_txt {
  width: 100%;
  color: #fff;
  left: -45.3%;
}
@media (max-width: 1180px) {
  .block#b_01 h1.txt_white .inner_txt02, .block#b_01 h1.txt_black .inner_txt02 {
    position: absolute;
    top: 65px;
    left: 0;
  }
}
@media (max-width: 750px) {
  .block#b_01 h1.txt_white .inner_txt02, .block#b_01 h1.txt_black .inner_txt02 {
    top: 48px;
  }
}
.block#b_01 h1.txt_black .inner_txt {
  width: 500%;
}
.block#b_01 h2 {
  padding-bottom: 30px;
}
@media (max-width: 1180px) {
  .block#b_01 h2 {
    font-size: 1.1rem;
    padding-bottom: 20px;
  }
}
.block#b_01 .container {
  padding-top: 0;
}
@media (max-width: 1180px) {
  .block#b_01 .container {
    overflow: visible;
    padding-top: 20px;
  }
}
@media (max-width: 750px) {
  .block#b_01 .container {
    padding-top: 0px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media (max-width: 350px) {
  .block#b_01 .container {
    margin: 0 15px;
    padding: 0px 0px 0px 0px;
  }
}
.block#b_01 .txt_wrap {
  margin: 0 auto 0 50px;
  max-width: 1150px;
}
@media (max-width: 1180px) {
  .block#b_01 .txt_wrap {
    margin: 0 auto 0 0px;
    height: 720px;
  }
}
@media (max-width: 750px) {
  .block#b_01 .txt_wrap {
    margin: 0 auto 0 0px;
    height: 423px;
    max-width: 295px;
    /*margin: 0 auto 0 20px;*/
    margin: 0 auto 0 0px;
  }
}
.block#b_01 .logo_m {
  position: absolute;
  /*position: relative;*/
  left: 50px;
  top: 330px;
  width: 100px;
}
@media (max-width: 1180px) {
  .block#b_01 .logo_m {
    left: 0px;
    top: 685px;
    width: 80px;
  }
}
@media (max-width: 750px) {
  .block#b_01 .logo_m {
    left: 20px;
    top: 395px;
    width: 41px;
  }
}
@media (max-width: 350px) {
  .block#b_01 .logo_m {
    left: 0;
  }
}
.block#b_01 .top_img {
  height: 559px;
  width: 559px;
  position: relative;
  right: 0px;
  top: 170px;
  margin-left: 45.3%;
  z-index: 2;
  background: url("../images/top_01.png");
  background-size: 100%;
}
@media (max-width: 1180px) {
  .block#b_01 .top_img {
    width: 500px;
    height: 500px;
    background-size: 500px 500px;
    top: 138px;
    margin-left: 15%;
    max-width: 100% !important;
    max-height: auto !important;
  }
}
@media (max-width: 750px) {
  .block#b_01 .top_img {
    width: 250px;
    height: 250px;
    background-size: 250px 250px;
    top: 124px;
    margin-left: 26%;
  }
}
@media (max-width: 350px) {
  .block#b_01 .top_img {
    margin-left: 15%;
    width: 220px;
    height: 220px;
    background-size: 220px 220px;
  }
}
.block#b_01 .top_img canvas {
  width: 559px !important;
  height: 559px !important;
}
@media (max-width: 1180px) {
  .block#b_01 .top_img canvas {
    width: 500px !important;
    height: 500px !important;
    max-width: 100% !important;
    max-height: auto !important;
  }
}
@media (max-width: 750px) {
  .block#b_01 .top_img canvas {
    width: 250px !important;
    height: 250px !important;
  }
}
@media (max-width: 350px) {
  .block#b_01 .top_img canvas {
    width: 220px !important;
    height: 220px !important;
  }
}
.block#b_01 .top_img .js {
  width: 559px;
  height: 559px;
}
.block#b_01 .txt_bottom {
  font-size: 1.25rem;
  position: absolute;
  /*position: relative;*/
  /*bottom: 100px;*/
  bottom: -60px;
  right: -60px;
  line-height: 1;
}
@media (max-width: 1180px) {
  .block#b_01 .txt_bottom {
    font-size: 0.7rem;
    bottom: -40px;
    right: -30px;
  }
}
@media (max-width: 750px) {
  .block#b_01 .txt_bottom {
    font-size: 0.7rem;
    bottom: -25px;
    /*right: -10px;*/
    bottom: -25px;
    right: -10px;
    right: -15px;
    position: absolute;
  }
}
@media (max-width: 350px) {
  .block#b_01 .txt_bottom {
    right: -10px;
  }
}
.block#b_01 .txt_bottom .rl {
  margin-left: 180px;
  margin-bottom: -1.3rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1180px) {
  .block#b_01 .txt_bottom .rl {
    margin-left: 117px;
    margin-bottom: -0.6rem;
    position: absolute;
    right: -10px;
    height: 100px;
    bottom: 15px;
  }
}
@media (max-width: 750px) {
  .block#b_01 .txt_bottom .rl {
    margin-left: 85px;
    margin-bottom: -0.8rem;
    position: absolute;
    right: -10px;
    height: 70px;
    bottom: 15px;
  }
}
@media (max-width: 350px) {
  .block#b_01 .txt_bottom .rl {
    margin-left: 75px;
  }
}
@media (max-width: 1180px) {
  .block#b_01 .txt_bottom .txt03 {
    position: absolute;
    width: 125px;
    right: 2px;
    bottom: 0;
  }
}
@media (max-width: 750px) {
  .block#b_01 .txt_bottom .txt03 {
    position: absolute;
    width: 85px;
    right: 2px;
    bottom: 0;
  }
}
@media (max-width: 350px) {
  .block#b_01 .txt_bottom .txt03 {
    width: 78px;
  }
}
.block#b_01 .inner {
  /*position: absolute;*/
  position: relative;
  bottom: 50px;
  left: 40px;
}
@media (max-width: 1180px) {
  .block#b_01 .inner {
    left: 40px;
    bottom: 0px;
    padding-top: 40px;
  }
}
@media (max-width: 750px) {
  .block#b_01 .inner {
    left: 40px;
    bottom: 0px;
    padding-top: 30px;
  }
}
@media (max-width: 350px) {
  .block#b_01 .inner {
    left: 20px;
  }
}
.block#b_01 .inner p {
  line-height: 1.916;
}
@media (max-width: 1180px) {
  .block#b_01 .inner p {
    font-size: 0.75rem;
  }
}
.block#b_02 {
  background: #85937A;
  z-index: 2;
  background: linear-gradient(45deg, #F9F9F4, #E8E4DD);
}
@media (max-width: 1180px) {
  .block#b_02 {
    padding-bottom: 120px;
  }
}
@media (max-width: 1180px) {
  .block#b_02 .container {
    margin-bottom: -80px;
  }
}
.block#b_02 .top_img {
  position: relative;
  top: 70px;
  width: 550px;
  height: 447px;
  position: relative;
  background: url("../images/ab_01.png");
  background-size: 100%;
  background-repeat: no-repeat;

}
@media (max-width: 1180px) {
  .block#b_02 .top_img {
    width: 566px;
    height: 462px;
    top: 30px;
  }
}
@media (max-width: 750px) {
  .block#b_02 .top_img {
    width: 283px;
    height: 231px;
    top: 30px;
  }
}
@media (max-width: 350px) {
  .block#b_02 .top_img {
    max-width: 100% !important;
    max-height: auto !important;
  }
}
.block#b_02 .top_img canvas {
  width: 550px !important;
  height: 447px !important;
}
@media (max-width: 1180px) {
  .block#b_02 .top_img canvas {
    width: 566px !important;
    height: 462px !important;
    max-width: 100% !important;
    max-height: auto !important;
  }
}
@media (max-width: 750px) {
  .block#b_02 .top_img canvas {
    width: 283px !important;
    height: 231px !important;
  }
}
.block#b_02 .top_img .js {
  width: 550px;
  height: 447px;
}
.block#b_02 .ex_01 {
  position: absolute;
  left: 260px;
  top: 185px;
}
.block#b_02 .ex_01.pc {
  display: block;
}
@media (max-width: 1180px) {
  .block#b_02 .ex_01.pc {
    display: none;
  }
}
.block#b_02 .ex_01.sp {
  display: none;
}
@media (max-width: 1180px) {
  .block#b_02 .ex_01.sp {
    position: relative;
    display: block;
    left: 207px;
    top: -185px;
    color: #fff;
    padding-bottom: 40px;
  }
  .block#b_02 .ex_01.sp .black {
    color: #000;
  }
}
@media (max-width: 750px) {
  .block#b_02 .ex_01.sp {
    position: relative;
    display: block;
    left: 23px;
    top: -125px;
    color: #fff;
    padding-bottom: 40px;
  }
  .block#b_02 .ex_01.sp .black {
    color: #000;
  }
}
@media (max-width: 350px) {
  .block#b_02 .ex_01.sp {
    top: -110px;
  }
}
.block#b_02 .ex_01 p {
  display: block;
  font-size: 1.084rem;
  line-height: 1.615;
}
@media (max-width: 1180px) {
  .block#b_02 .ex_01 p {
    font-size: 0.8rem;
  }
  .block#b_02 .ex_01 p.black_w .word4 .char6 {
    color: #000;
  }
}
.block#b_02 .ex_01.txt_white, .block#b_02 .ex_01.txt_black {
  height: 30%;
  overflow: hidden;
  z-index: 3;
}
.block#b_02 .ex_01.txt_black {
  width: 100%;
  margin-left: 291.5px;
}
.block#b_02 .ex_01.txt_white {
  width: 291.5px;
}
.block#b_02 .ex_01.txt_white .inner_txt, .block#b_02 .ex_01.txt_black .inner_txt {
  display: block;
  position: absolute;
}
.block#b_02 .ex_01.txt_black .inner_txt {
  width: 100%;
  left: -291.5px;
}
.block#b_02 .ex_01.txt_white .inner_txt {
  width: 500%;
  color: #fff;
}
.block#b_02 .ex_02 {
  position: relative;
  top: -55px;
  left: 375px;
}
@media (max-width: 1180px) {
  .block#b_02 .ex_02 {
    top: -120px;
    left: 0px;
    font-size: 0.7rem;
  }
}
@media (max-width: 750px) {
  .block#b_02 .ex_02 {
    top: -85px;
    left: 0px;
    font-size: 0.7rem;
  }
}
.block#b_02 .ex_02 dl {
  overflow: hidden;
  padding-bottom: 30px;
  padding-left: 55px;
}
@media (max-width: 750px) {
  .block#b_02 .ex_02 dl {
    padding-left: 10px;
    padding-bottom: 20px;
  }
}
.block#b_02 .ex_02 dl dt {
  float: left;
  width: 30%;
}
.block#b_02 .ex_02 dl dt.wh {
  color: #fff;
}
@media (max-width: 1180px) {
  .block#b_02 .ex_02 dl dt.wh {
    color: #000;
  }
}
.block#b_02 .ex_02 dl dd {
  float: right;
  width: 70%;
  padding-left: 1em;
}
.block#b_02 .ex_02 .line {
  height: 1px;
  display: block;
  width: 668px;
  background: #707070;
  margin-bottom: 35px;
}
@media (max-width: 1180px) {
  .block#b_02 .ex_02 .line {
    max-width: 481px;
  }
}
@media (max-width: 750px) {
  .block#b_02 .ex_02 .line {
    max-width: 241px;
    margin-bottom: 20px;
  }
}
.block#b_02 .ex_02 .line:nth-of-type(2) {
  margin-bottom: 0;
}
.block#b_02 .ex_02 .line:first-of-type {
  background: transparent;
  /*height: 0;*/
}
.block#b_02 .ex_02 .line .inner_white {
  /*width: 26%;*/
  width: 175px;
  display: block;
  background: #fff;
  height: 1px;
  position: absolute;
  left: 0;
}
@media (max-width: 1180px) {
  .block#b_02 .ex_02 .line .inner_white {
    background: #707070;
  }
}
.block#b_02 .ex_02 .line .inner_black {
  /*width: 74%;*/
  width: 493px;
  display: block;
  background: #707070;
  height: 1px;
  position: absolute;
  /*right: 0;*/
  left: 175px;
}
@media (max-width: 1180px) {
  .block#b_02 .ex_02 .line .inner_black {
    width: 306px;
  }
}
@media (max-width: 750px) {
  .block#b_02 .ex_02 .line .inner_black {
    width: 66px;
  }
}
.block#b_02 .logo_k {
  position: relative;
  left: -80px;
  top: -110px;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  background-image: url(../images/logo_k.svg);
  background-size: 50px 41px;
  width: 50px;
  height: 41px;
  display: inline-block;
}
@media (max-width: 1180px) {
  .block#b_02 .logo_k {
    right: 280px;
    left: auto;
    top: auto;
    position: absolute;
    bottom: 35px;
  }
}
@media (max-width: 750px) {
  .block#b_02 .logo_k {
    width: 37px;
    height: 32px;
    background-size: 37px 32px;
    right: auto;
    left: 0;
    top: auto;
    position: absolute;
    bottom: 20px;
  }
}
.block#b_02 .logo_k:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.block#b_02 .logo_y {
  position: relative;
  left: -70px;
  top: -110px;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  width: 49px;
  height: 42px;
  display: inline-block;
  background-image: url(../images/cart_i.png);
  background-size: 49px 42px;
}
@media (max-width: 1180px) {
  .block#b_02 .logo_y {
    right: 220px;
    left: auto;
    position: absolute;
    bottom: 35px;
    top: auto;
  }
}
@media (max-width: 750px) {
  .block#b_02 .logo_y {
    width: 37px;
    height: 30px;
    background-size: 37px 30px;
    right: auto;
    left: 40px;
    position: absolute;
    bottom: 20px;
    top: auto;
  }
}
.block#b_02 .logo_y:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.block#b_02 .mindshare_icon {
  position: relative;
  left: -56px;
  top: -112px;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  width: 50px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/music_i.png);
  background-size: 50px 40px;
}
@media (max-width: 1180px) {
  .block#b_02 .mindshare_icon {
    right: 150px;
    left: auto;
    position: absolute;
    bottom: 40px;
    top: auto;
  }
}
@media (max-width: 750px) {
  .block#b_02 .mindshare_icon {
    width: 37px;
    height: 30px;
    background-size: 37px 30px;
    right: auto;
    left: 85px;
    position: absolute;
    bottom: 22px;
    top: auto;
  }
}
.block#b_02 .mindshare_icon:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.block#b_02 .itunes_icon {
  position: relative;
  left: -42px;
  top: -110px;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  width: 45px;
  height: 45px;
  display: inline-block;
  background-image: url(../images/itunes_icon.png);
  background-size: 45px 45px;
}
@media (max-width: 1180px) {
  .block#b_02 .itunes_icon {
    right: 85px;
    left: auto;
    position: absolute;
    bottom: 35px;
    top: auto;
  }
}
@media (max-width: 750px) {
  .block#b_02 .itunes_icon {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    right: auto;
    left: 135px;
    position: absolute;
    bottom: 20px;
    top: auto;
  }
}
.block#b_02 .itunes_icon:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.block#b_02 .spotify_icon {
  position: relative;
  left: -30px;
  top: -110px;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  width: 45px;
  height: 45px;
  display: inline-block;
  background-image: url(../images/spotify_icon.png);
  background-size: 45px 45px;
}
@media (max-width: 1180px) {
  .block#b_02 .spotify_icon {
    right: 20px;
    left: auto;
    position: absolute;
    bottom: 35px;
    top: auto;
  }
}
@media (max-width: 750px) {
  .block#b_02 .spotify_icon {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    right: auto;
    left: 180px;
    position: absolute;
    bottom: 20px;
    top: auto;
  }
}
.block#b_02 .spotify_icon:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.block#b_03 {
  z-index: 3;
}
.block#b_03 .container {
  padding-bottom: 400px;
}
@media (max-width: 1180px) {
  .block#b_03 .container {
    padding-bottom: 350px;
  }
}
@media (max-width: 750px) {
  .block#b_03 .container {
    padding-bottom: 260px;
  }
}
.block#b_03 .l_line {
  width: 100%;
  height: 1px;
  background: #AAA;
}
.block#b_03 .list {
  padding-top: 60px;
}
@media (max-width: 1180px) {
  .block#b_03 .list {
    padding-top: 40px;
  }
}
.block#b_03 .list .inner_list {
  overflow: hidden;
  text-align: left;
  font-size: 0.833rem;
  padding: 50px 0;
  /*border-bottom: 1px solid #AAAAAA;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
}
@media (max-width: 1180px) {
  .block#b_03 .list .inner_list {
    display: block;
    padding: 20px 0;
  }
}
.block#b_03 .list .inner_list:first-of-type {
  padding-top: 50px;
  /*border-top: 1px solid #AAAAAA;*/
}
.block#b_03 .list .inner_list div {
  float: left;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-pack: inherit;
}
@media (max-width: 1180px) {
  .block#b_03 .list .inner_list div {
    width: 100%;
  }
}
.block#b_03 .list .inner_list div.name {
  width: 34%;
}
@media (max-width: 1180px) {
  .block#b_03 .list .inner_list div.name {
    width: 100%;
    font-size: 0.8rem;
    padding-bottom: 15px;
  }
}
.block#b_03 .list .inner_list div.job {
  width: 38%;
}
@media (max-width: 1180px) {
  .block#b_03 .list .inner_list div.job {
    width: 100%;
    font-size: 0.6rem;
    padding-bottom: 7px;
  }
}
.block#b_03 .list .inner_list div.from {
  width: 28%;
}
@media (max-width: 1180px) {
  .block#b_03 .list .inner_list div.from {
    width: 100%;
    font-size: 0.5rem;
  }
}
.block#b_03 .list .inner_list _:-ms-lang(x), .block#b_03 .list .inner_list div {
  display: block;
}
.block#b_03 .prof_img {
  position: absolute;
  margin-top: 60px;
  top: 0;
  left: 543px;
  width: 555px;
}
@media (max-width: 1180px) {
  .block#b_03 .prof_img {
    position: relative;
    left: auto;
    margin-top: 40px;
    width: 100%;
  }
  .block#b_03 .prof_img img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .block#b_03 .prof_img {
    margin-top: 15px;
  }
}
.block#b_03 .name {
  font-size: 1.29166rem;
  padding-top: 2.3rem;
  line-height: 2rem;
}
@media (max-width: 1180px) {
  .block#b_03 .name {
    font-size: 0.9rem;
    padding-top: 1rem;
  }
}
.block#b_03 .name small {
  font-size: 1.125rem;
}
@media (max-width: 1180px) {
  .block#b_03 .name small {
    font-size: 0.7rem;
  }
}
.block#b_03 .statement {
  font-size: 0.6666rem;
  line-height: 1.875;
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
}
@media (max-width: 1180px) {
  .block#b_03 .statement {
    font-size: 0.6rem;
  }
}
.block#b_03 .statement::before {
  content: "";
  height: 1px;
  width: 2.6rem;
  background: #AAAAAA;
  position: absolute;
  left: 0;
  top: 0;
}
.block#b_03 .ex_01 {
  position: absolute;
  left: 0px;
  font-size: 0.8333333rem;
  line-height: 2;
  padding-top: 25px;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .block#b_03 .ex_01 {
    font-size: 0.7rem;
    margin-top: 280px;
  }
}
@media (max-width: 750px) {
  .block#b_03 .ex_01 {
    margin-top: 155px;
    line-height: 1.8;
    font-size: 0.65rem;
  }
}
@media (max-width: 321px) {
  .block#b_03 .ex_01 {
    margin-top: 130px;
  }
}
.block#b_03 .ex_01.sp {
  display: none;
  margin-left: 0;
}
@media (max-width: 1180px) {
  .block#b_03 .ex_01.sp {
    display: block;
    padding: 0 15px;
  }
}
@media (max-width: 750px) {
  .block#b_03 .ex_01.sp {
    padding: 0 10px;
    white-space: normal;
  }
}
@media (max-width: 1180px) {
  .block#b_03 .ex_01.pc {
    display: none;
  }
}
.block#b_03 .txt_white {
  width: 100%;
  margin-left: 546px;
  height: 150px;
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 1180px) {
  .block#b_03 .txt_white {
    margin-left: 38px;
    height: 250px;
    margin-top: -165px;
  }
}
@media (max-width: 750px) {
  .block#b_03 .txt_white {
    margin-top: -100px;
  }
}
@media (max-width: 321px) {
  .block#b_03 .txt_white {
    margin-top: -110px;
  }
}
.block#b_03 .txt_white .inner_txt {
  width: 500%;
  color: #fff;
}
.block#b_03 .txt_black {
  width: 545px;
  height: 150px;
  overflow: hidden;
  z-index: 3;
  left: -2.5px;
}
@media (max-width: 1180px) {
  .block#b_03 .txt_black {
    width: 0;
    height: 250px;
    left: auto;
  }
}
.block#b_03 .txt_black .inner_txt {
  width: 100%;
  left: -291.5px;
}
.block#b_03 .allblack {
  margin-top: 6.5em;
  width: 100%;
  white-space: normal;
  padding-top: 12px;
  height: auto;
}
@media (max-width: 1180px) {
  .block#b_03 .allblack {
    margin-top: -10px;
  }
}
@media (max-width: 321px) {
  .block#b_03 .allblack {
    margin-top: -5px;
  }
}
.block#b_04 {
  z-index: 4;
  /*min-height: 1160px;*/
  min-height: 1300px;
  background: linear-gradient(45deg, #F9F9F4, #E8E4DD);
}
@media (max-width: 1180px) {
  .block#b_04 {
    min-height: 930px;
  }
}
.block#b_04 .container {
  overflow: visible;
}
.block#b_04 .form_wrapper {
  padding-top: 60px;
  width: 100%;
}
@media (max-width: 1180px) {
  .block#b_04 .form_wrapper {
    padding-top: 30px;
  }
}
.block#b_04 .form_wrapper form {
  width: 100%;
}
.block#b_04 .form_wrapper form p {
  margin-bottom: 1.25rem;
}
@media (max-width: 1180px) {
  .block#b_04 .form_wrapper form p {
    margin-bottom: 1.1rem;
  }
}
.block#b_04 .form_wrapper form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
}
@media (max-width: 1180px) {
  .block#b_04 .form_wrapper form label {
    display: block;
  }
}
.block#b_04 .form_wrapper form label br {
  display: none;
}
.block#b_04 .form_wrapper form label .ttl {
  width: 20%;
  float: left;
  /*display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1180px) {
  .block#b_04 .form_wrapper form label .ttl {
    font-size: 0.8rem;
    width: 100%;
    display: block;
    float: none;
    padding-bottom: 15px;
  }
}
.block#b_04 .form_wrapper form label .ttl.no_center {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  padding: 1.25rem 0;
}
@media (max-width: 1180px) {
  .block#b_04 .form_wrapper form label .ttl.no_center {
    padding: 0 0 1rem 0;
  }
}
.block#b_04 .form_wrapper form label .wpcf7-form-control-wrap {
  width: 80%;
  float: left;
  display: inline-block;
}
@media (max-width: 1180px) {
  .block#b_04 .form_wrapper form label .wpcf7-form-control-wrap {
    width: 100%;
    float: none;
  }
}
.block#b_04 .form_wrapper form label .wpcf7-form-control-wrap input {
  width: 100%;
  background: transparent;
  height: 80px;
  border: 1px solid #AAAAAA;
  padding: 0 1rem;
  -webkit-appearance: none;
  border-radius: 0;
}
@media (max-width: 1180px) {
  .block#b_04 .form_wrapper form label .wpcf7-form-control-wrap input {
    font-size: 0.8rem;
    height: 54px;
  }
}
.block#b_04 .form_wrapper form label .wpcf7-form-control-wrap textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #AAAAAA;
  padding: 1.25rem 1rem;
  -webkit-appearance: none;
  border-radius: 0;
}
@media (max-width: 1180px) {
  .block#b_04 .form_wrapper form label .wpcf7-form-control-wrap textarea {
    font-size: 0.8rem;
    padding: 1rem;
  }
}
@media (max-width: 750px) {
  .block#b_04 .form_wrapper form label .wpcf7-form-control-wrap textarea {
    max-height: 192px;
  }
}
.block#b_04 .form_wrapper form .wrap_submit {
  position: relative;
  width: 100%;
  text-align: right;
  /*top: 20px;*/
}
@media (max-width: 1180px) {
  .block#b_04 .form_wrapper form .wrap_submit {
    font-size: 0.9rem;
  }
}
.block#b_04 .form_wrapper form .wrap_submit .wpcf7-submit {
  border: none;
  background: none;
  padding-right: 2.5rem;
  color: #000;
}
.block#b_04 .form_wrapper form .wrap_submit:after {
  content: "";
  background-image: url(../images/arrow_c.png);
  display: block;
  position: absolute;
  top: 5px;
  background-size: 100%;
  width: 50px;
  height: 12px;
  right: 0;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
@media (max-width: 1180px) {
  .block#b_04 .form_wrapper form .wrap_submit:after {
    top: auto;
    bottom: 10px;
    background-size: 100%;
    /*width: 40px;
    height: 13px;*/
  }
}
@media (max-width: 750px) {
  .block#b_04 .form_wrapper form .wrap_submit:after {
    width: 35px;
    height: 8px;
    bottom: 8px;
  }
}
.block#b_04 .form_wrapper form .wrap_submit:hover:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.block#b_04 .form_wrapper form .wrap_submit .ajax-loader {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.block#b_04 .form_wrapper form span.wpcf7-not-valid-tip {
  font-size: 0.7em;
  padding-top: 0.2rem;
}
.block#b_04 .form_wrapper form div.wpcf7-validation-errors, .block#b_04 .form_wrapper form div.wpcf7-acceptance-missing {
  border: none;
  display: none !important;
}
.block#b_04 .form_wrapper form div.wpcf7-mail-sent-ok {
  display: block;
  font-size: 0.8rem;
  margin-left: 0;
  margin-right: 0;
  word-break: break-all;
}
.block#b_04 footer,
.common__footer {
  position: relative;
  bottom: 0;
  font-size: 0.6666rem;
  width: 100%;
  padding: 3.3333rem 0;
}
@media (max-width: 1180px) {
  .block#b_04 footer,
  .common__footer {
    padding: 60px 0 40px;
    font-size: 0.6rem;
  }
}
@media (max-width: 750px) {
  .block#b_04 footer,
  .common__footer {
    font-size: 0.6rem;
  }
}
.block#b_04 footer .inner_foot,
.common__footer .inner_foot {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1180px) {
  .block#b_04 footer .inner_foot,
  .common__footer .inner_foot {
    padding: 0 40px;
  }
}
@media (max-width: 400px) {
  .block#b_04 footer .inner_foot,
  .common__footer .inner_foot {
    display: grid;
    gap: 10px;
  }
}
.block#b_04 footer .inner_foot p,
.common__footer .inner_foot p {
  flex-grow: 1
}
.common__footer {
  background: transparent;
}
.block#b_04 input.animated,
.block#b_04 textarea.animated {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.btn {
  position: relative;
  top: -5.5rem;
  z-index: 4;
  right: 2.5rem;
}
@media (max-width: 1250px) {
  .btn {
    right: auto;
  }
}
@media (max-width: 1180px) {
  .btn {
    top: -7.2rem;
    right: 0.75rem;
  }
}
.btn .inner_btn {
  position: absolute;
  right: 0;
  background: #000;
  color: #fff;
  display: block;
  font-size: 0.83333rem;
  padding: 0.5rem 1.7rem 0.5rem 0.83333rem;
  line-height: 1;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .btn .inner_btn {
    font-size: 0.65rem;
  }
}
.btn .inner_btn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  left: 0;
}
.btn .inner_btn::after {
  content: "";
  height: 1px;
  background: #DCDCDC;
  width: 1rem;
  position: absolute;
  right: 0;
  top: 0.9rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.btn .inner_btn:hover::after {
  right: -3rem;
}
.btn .inner_btn:hover span {
  left: 0.4rem;
}

/* =======================================================
* privacy policy
* ======================================================= */
.privacy__contents {
  padding-top: 200px !important;
  max-width: 1300px !important;
  padding-left: 100px !important;
  padding-right: 100px !important;
  margin-left: auto;
  margin-right: auto;
  word-break: break-all;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.privacy__contents h1 {
  font-size: 57px;
  margin-bottom: 1em;
  font-family: "Marcellus", serif;
}
.privacy__contents h2 {
  font-size: 21px;
  margin-top: 1.3em;
  margin-bottom: 0.7em;
  font-weight: bold;
}
.privacy__contents p {
  font-size: 17px;
  line-height: 1.75;
}
.privacy__contents p.indent {
  /*text-indent: 1em;*/
  /*padding-left: 1em;*/
}
.privacy__contents ul {
  font-size: 17px;
  margin-top: 0.5em;
}
.privacy__contents ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0.1em;
}
.privacy__contents a {
  text-decoration: underline;
}
.privacy__contents .notion {
  margin-top: 1rem;
}
.privacy__contents .notion p {
  padding-left: 4.5em;
  text-indent: -4.5em;
  font-size: 14px;
}
@media (max-width: 1180px) {
  .privacy__contents {
    padding-left: 80px !important;
    padding-right: 80px !important;
    padding-top: 150px !important;
    max-width: 1000px !important;
  }
  .privacy__contents h1 {
    font-size: 47px;
  }
}

@media (max-width: 750px) {
  .privacy__contents {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 120px !important;
  }
  .privacy__contents h1 {
    font-size: 28px;
  }
  .privacy__contents h2 {
    font-size: 17px;
  }
  .privacy__contents p {
    font-size: 14px;
    line-height: 1.75;
  }
  .privacy__contents ul {
    font-size: 14px;
  }
  .privacy__contents ul li {
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}
@media (max-width: 350px) {
  .privacy__contents {
    max-width: 100% !important;
  }
}


/* =======================================================
* Works
* ======================================================= */
.works_slides__meta-title {
  font-size: 20px;
  margin-top: 17px;
  line-height: 1.4;
}
@media (max-width: 850px) {
  .works_slides__meta-title {
    line-height: 1.4;
  }
}
@media (max-width: 350px) {
  .works_slides__meta-title {
    font-size: 16px;
  }
}
.works_slides__meta-cat {
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .works_slides__meta-cat {
    font-size: 12px;
  }
}
.works_slides__meta-client {
  font-size: 12px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.works_slides__meta-client i {
  width: 1rem;
  height: 1px;
  background: #000;
  margin: 0 12px;
}
.works_slides {
  margin-top: 65px;
  margin-left: calc(calc(100% - 1100px) / 2);
  /*
  display: flex;
  */
}
@media (max-width: 1280px) {
  .works_slides {
    margin-left: 100px;
  }
}
@media (max-width: 1180px) {
  .works_slides {
    margin-left: calc(calc(100% - 590px) / 2);
  }
}
@media (max-width: 750px) {
  .works_slides {
    margin-left: calc(calc(100% - 295px) / 2);
    margin-top: 35px;
  }
}

.works_slides .bx-wrapper {
  border: 0;
}
.works_slides .bx-wrapper .bx-pager.bx-default-pager a {
  width: 4px;
  height: 4px;
}
.works_slides .bx-wrapper .bx-pager.bx-default-pager a:hover,
.works_slides .bx-wrapper .bx-pager.bx-default-pager a.active,
.works_slides .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.works_slides .bx-wrapper .bx-controls-direction {
  display: none;
}
.works_slides .bx-wrapper .bx-pager,
.works_slides .bx-wrapper .bx-controls-auto {
  bottom: 10px;
}
.works_slides .bxslider {
  overflow: hidden;
}
.works_slides .slick-dots {
  display: flex;
}
.works_slides .slick-dots {
  display: flex;
  height: 6px;
  position: absolute;
  bottom: 6px;
  width: 100%;
  place-content: center;
}
.works_slides .slick-dots li {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  margin: 0 2.5px;
  background: #ccc;
}
.works_slides .slick-dots li.slick-active {
  background: #fff;
}
.works_slides .slick-dots li button{
  display: none;
}
.works_slides .slick-dots li:first-of-type:last-of-type {
  display: none;
}


/*
.works_slides>div  {
  display: flex;
  width: 100vw;
  overflow: hidden;
}
.works_slides ul {
  width: auto;
  height: 100%;
}
.works_slides li {
  width: 400px;
}
@media (max-width: 750px) {
  .works_slides li {
    width: 300px;
  }
}
.works_slides li img {
  object-fit: cover;
}

*/
/*
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.works_slides ul:first-child {
  animation: loop 140s -70s linear infinite;
}
.works_slides ul:last-child {
  animation: loop2 140s linear infinite;
}
@media (max-width: 750px) {
  .works_slides ul:first-child {
    animation: loop 180s -90s linear infinite;
  }
  .works_slides ul:last-child {
    animation: loop2 180s linear infinite;
  }
}
*/

/*
.works_slides li {
  width: 400px;
}
*/

.btn__works {
  text-align: right;
}
@media (max-width: 750px) {
.btn__works {
  max-width: 295px;
  margin: 0 auto;
}
}
.btn__works a span {
  position: relative;
  padding-right: 60px;
}
.btn__works a span::after {
  content: "";
  background-image: url(../images/arrow_c.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 5px;
  background-size: 100%;
  width: 50px;
  height: 12px;
  right: 0;
  transition: ease-in-out 0.2s;
}
@media (max-width: 750px) {
  .btn__works a span {
    padding-right: 45px;
    font-size: 18px;
  }
  .btn__works a span::after {
    width: 35px;
  }
}
.btn__works a:hover span::after {
  transform: translateX(4px);
}
#b_05 {
  padding-bottom: 120px;
}
#b_05 .works_slides+.container {
  padding-top: 60px;
}
.bg_color {
  background: #EFECE6;
}
.swiper-works {
  position: relative;

}
.swiper-works .swiper-pagination-bullet {
  background: #fff;
  width: 5px;
  height: 5px;
}
/* =======================================================
* Works List
* ======================================================= */
.nav-next-text,
.nav-prev-text {
  display: none;
}
.next.page-numbers svg {
  background: none;
  background-image: url(/images/pager-next.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.next.page-numbers svg {
  background: none;
  background-image: url(/images/pager-next.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (max-width: 750px) {
  .next.page-numbers svg {
    background-size: 80%;
  }
}
.prev.page-numbers svg {
  background: none;
  background-image: url(/images/pager-prev.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (max-width: 750px) {
  .prev.page-numbers svg {
    background-size: 80%;
  }
}
.next.page-numbers svg path,
.prev.page-numbers svg path {
  display: none;
}
.nav-links {
  display: flex;
  place-content: center;
  align-items: center;
  padding-top: 120px;
}
.page-numbers {
  font-size: 18px;
  width: 50px;
  height: 50px;
  display: flex;
  place-content: center;
  align-items: center;
  color: #BCBFC2;
}
@media (max-width: 750px) {
  .page-numbers {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
}
.page-numbers.current {
  background: #EFECE6;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #000;
}
@media (max-width: 750px) {
  .page-numbers.current {
    width: 40px;
    height: 40px;
  }
}


.page__archive {
  background: linear-gradient(45deg, #FFFEF7, #F9F9F4);
}
.works__list {

}
.works__list__inner {
  padding-top: 190px;
  max-width: calc(1100px + 200px);
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1180px) {
  .works__list__inner {
    padding-top: 120px;
  }
}
@media (max-width: 750px) {
  .works__list__inner {
    max-width: calc(295px + 40px);
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

}
.works__list__inner h1 {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .works__list__inner h1 {
    margin-bottom: 25px;
  }
}
.works__list__inner ul {
  display: grid;
  grid-template-columns: calc(33.333% - 26.66px) calc(33.333% - 26.66px) calc(33.333% - 26.66px);
  gap: 40px;
}
@media (max-width: 1180px) {
  .works__list__inner ul {
    grid-template-columns: calc(33.333% - 13.33px) calc(33.333% - 13.33px) calc(33.333% - 13.33px);
    gap: 40px 20px;
  }
}
@media (max-width: 750px) {
  .works__list__inner ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 350px) {
  .works__list__inner ul {
    grid-template-columns: 1fr;
  }
}
.works__list__inner ul li {
  overflow: hidden;
}
.works__list__inner ul li figure {
  position: relative;
  aspect-ratio: 900/508;
}
 .works__card {
  filter: grayscale(1);
  transition: all 0.4s;
  display: block;
  margin-right: 40px;
 }
 @media (max-width: 1180px) {
   .works__card {
     margin-right: 30px;
   }
 }
 @media (max-width: 600px) {
   .works__card {
     margin-right: 30px;
   }
 }

 .works__card:hover {
  filter: grayscale(0);
 }
.works__list__inner ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works__list__inner ul li .swiper-works {
  position: relative;
}
.works__list__inner .works__card {
  margin-right: 0;
}

.works__list__inner .works_slides__meta-title {
  font-size: 18px;
}
@media (max-width: 350px) {
  .works__list__inner .works_slides__meta-title {
    font-size: 16px;
  }
}
.works__list__inner .works_slides__meta-cat {
  font-size: 12px;
}
.works__list__inner .works_slides__meta-client {
  font-size: 11px;
}


.swiper-wrapper {
  transition-timing-function: linear;
}


/**
文言変更時のcss
****************************/
@media (max-width: 1180px) {
  .block#b_03 .ex_01.sp.test {
    padding: 0;
  }
  .block#b_03 .txt_white.en01 {
    margin-top: -120px;
    white-space: normal;
    height: 120px;
  }

}
@media (max-width: 750px) {
  .block#b_03 .txt_white.en01 {
    margin-top: -105px;
  }
}
