@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone);
/* ==========================================================================
   Foundation
========================================================================== */
html {
  scroll-behavior: smooth;
}

.is-hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
#bunkr h1 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #bunkr h1 {
    font-size: 1.8rem;
  }
}
#bunkr h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #bunkr h2 {
    font-size: 1.6rem;
  }
}
#bunkr h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #bunkr h3 {
    font-size: 1.35rem;
  }
}
#bunkr h4 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #bunkr h4 {
    font-size: 1.15rem;
  }
}
#bunkr h5 {
  font-size: 1rem;
  font-weight: 700;
}
#bunkr h6 {
  font-size: 0.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #bunkr h6 {
    font-size: 0.85rem;
  }
}
#bunkr .txtLarge {
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  #bunkr .txtLarge {
    font-size: 1.15rem;
  }
}
#bunkr .txtSmall {
  font-size: 0.8rem;
}
@media only screen and (max-width: 640px) {
  #bunkr .txtSmall {
    font-size: 0.85rem;
  }
}
#bunkr .txtXsmall {
  font-size: 0.7rem;
}
#bunkr .txtXxsmall {
  font-size: 0.6rem;
}
#bunkr .txtBold {
  font-weight: bold;
}
#bunkr .pT_base {
  padding-top: 80px !important;
}
@media only screen and (max-width: 640px) {
  #bunkr .pT_base {
    padding-top: 40px !important;
  }
}
#bunkr .pB_base {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 640px) {
  #bunkr .pB_base {
    padding-bottom: 40px !important;
  }
}
#bunkr .pT_half {
  padding-top: 40px !important;
}
@media only screen and (max-width: 640px) {
  #bunkr .pT_half {
    padding-top: 20px !important;
  }
}
#bunkr .pB_half {
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #bunkr .pB_half {
    padding-bottom: 20px;
  }
}
#bunkr .col_01 {
  color: #007ac5;
}
#bunkr .col_02 {
  color: #00baf2;
}
#bunkr .col_03 {
  color: #d63636;
}
#bunkr .col_04 {
  color: #AD8647;
}
#bunkr .col_05 {
  color: #E0E721;
}
#bunkr .col_06 {
  color: #6a36b7;
}
#bunkr .col_07 {
  color: #f03b7a;
}
#bunkr .col_08 {
  color: #1e18ca;
}
#bunkr .col_09 {
  color: #a6ea1c;
}
#bunkr .col_10 {
  color: #007ac5;
}

/* ==========================================================================
   Common
========================================================================== */
#bunkr {
  margin-bottom: 120px;
  /* swiper
  ---------------------------------------------------------------------------*/
}
@media only screen and (max-width: 640px) {
  #bunkr {
    margin-bottom: 40px;
  }
}
#bunkr .main {
  padding-bottom: 0;
  position: relative;
}
#bunkr .contentsTitle {
  text-align: center;
  font-family: "industry", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 10px;
  margin-bottom: 50px;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  #bunkr .contentsTitle {
    font-size: 4rem;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
}
#bunkr .lead {
  font-size: 2rem;
  line-height: 2;
  padding: 56px 0 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #333;
  max-width: 960px;
}
@media only screen and (max-width: 640px) {
  #bunkr .lead {
    font-size: 3.5714285714vw;
    padding: 0;
    line-height: 1.5;
  }
}
#bunkr .copy {
  font-size: 2rem;
  line-height: 3;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 40px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
#bunkr .copy + .copy {
  margin: 40px auto 0;
  padding-top: 0;
  padding-bottom: 120px;
}
@media only screen and (max-width: 640px) {
  #bunkr .copy {
    font-size: 3.5714285714vw;
    padding-top: 0;
    line-height: 2;
  }
  #bunkr .copy + .copy {
    margin: 40px auto 0;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
#bunkr .wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 0 0;
}
@media only screen and (max-width: 640px) {
  #bunkr .wrapper {
    width: 90%;
    padding: 0 5%;
  }
  #bunkr .wrapper img {
    width: 100%;
  }
}
#bunkr .pagetop {
  position: fixed;
  bottom: 80px;
  right: -100px;
  z-index: 999;
}
#bunkr .moreBtn {
  position: relative;
  margin: 0 auto;
  border-bottom: solid 1px #00baf2;
  color: #00baf2;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  #bunkr .moreBtn {
    padding: 10px;
    width: 80%;
  }
}
#bunkr .moreBtn:hover {
  color: #fff;
  border-bottom: solid 1px #fff;
  opacity: 0.7;
}
#bunkr a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
#bunkr .btn_list {
  border: 1px solid #1a1a1a;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 20px 50px;
  text-align: center;
  font-size: 1.8rem;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 640px) {
  #bunkr .btn_list {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
#bunkr .btn_list:hover {
  color: #fff;
  background: rgba(26, 26, 26, 0.5);
}
#bunkr .align_r {
  text-align: right !important;
}
#bunkr .align_l {
  text-align: left !important;
}
#bunkr .align_c {
  text-align: center !important;
}
#bunkr .indent_text1 {
  padding-left: 1em;
  text-indent: -1em;
}
#bunkr .colum2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#bunkr .colum2 li + li {
  margin-left: 80px;
}
@media only screen and (max-width: 640px) {
  #bunkr .colum2 {
    display: block;
  }
}
#bunkr .table_01 {
  width: -webkit-fill-available;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-spacing: 0;
}
#bunkr .table_01 th {
  width: 50%;
  padding: 10px;
  text-align: center;
  background: #666;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 16px;
}
@media only screen and (max-width: 640px) {
  #bunkr .table_01 th {
    font-size: 3.8461538462vw;
  }
}
#bunkr .table_01 th td {
  background: #fff;
  font-size: 1.8rem;
  color: #333;
}
#bunkr .table_01 tbody tr th, #bunkr .table_01 tbody tr td {
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 16px 0;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  #bunkr .table_01 tbody tr th, #bunkr .table_01 tbody tr td {
    font-size: 4vw;
    padding: 16px;
    vertical-align: middle;
  }
  #bunkr .table_01 tbody tr th.price, #bunkr .table_01 tbody tr td.price {
    font-size: 6vw;
  }
}
#bunkr .table_01 tbody tr th {
  width: 30%;
  color: #333;
}
@media only screen and (max-width: 640px) {
  #bunkr .table_01 tbody tr th {
    width: 50%;
  }
}
#bunkr .table_01.price_box {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 56px;
}
@media only screen and (max-width: 640px) {
  #bunkr .table_01.price_box {
    margin: 0 auto 32px;
  }
}
#bunkr .table_01.price_box th {
  width: 40%;
  padding: 10px;
  text-align: center;
  background: #666;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 16px;
}
#bunkr .table_01.price_box td {
  font-weight: bold;
  font-size: 2rem;
  width: 30%;
}
#bunkr .table_01.price_box .price {
  font-size: 2rem;
}
#bunkr .table_01.price_box .price span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  #bunkr .table_01.price_box th, #bunkr .table_01.price_box td {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 4vw;
  }
  #bunkr .table_01.price_box th .price, #bunkr .table_01.price_box td .price {
    font-size: 4vw;
  }
  #bunkr .table_01.price_box th .price span, #bunkr .table_01.price_box td .price span {
    font-size: 3vw;
  }
}
#bunkr .price {
  font-size: 3.2rem;
  font-weight: bold;
  color: #A0A506;
}
#bunkr .price span {
  font-size: 1.6rem;
}
#bunkr .cap {
  font-size: 1.4rem;
  color: #fff;
}
#bunkr .txtR {
  text-align: right;
}
#bunkr .soon {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin: 80px auto 40px;
  text-align: center;
  max-width: 960px;
}
@media only screen and (max-width: 640px) {
  #bunkr .soon {
    font-size: 3.8461538462vw;
    margin: 40px auto 20px;
  }
}
#bunkr .js-swiper img {
  width: 100%;
  height: auto;
}
#bunkr .js-swiper.container {
  margin: 0 0 20px;
  overflow-x: hidden;
}
#bunkr .js-swiper .js-swiper-thumbs .swiper-wrapper {
  max-width: 960px;
  margin: 40px auto 0;
  justify-content: center;
  flex-wrap: wrap;
  transform: translate3d(0px, 0px, 0px) !important;
}
@media only screen and (max-width: 640px) {
  #bunkr .js-swiper .js-swiper-thumbs .swiper-wrapper {
    margin: 20px auto 0;
  }
}
#bunkr .js-swiper .js-swiper-thumbs .swiper-slide {
  position: relative;
  width: 94px;
  margin: 0 10px 14px;
  cursor: pointer;
  border: 3px solid #f4f4f4;
  /* 選択されているサムネイルを透過 */
}
#bunkr .js-swiper .js-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid #666;
}
@media only screen and (max-width: 640px) {
  #bunkr .js-swiper .js-swiper-thumbs .swiper-slide {
    border: 2px solid #f4f4f4;
    margin: 0 5px;
  }
  #bunkr .js-swiper .js-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #666;
    max-height: 60px;
  }
}

/* inview
---------------------------------------------------------------------------*/
.fade-mv {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-mv.mv {
  opacity: 1;
  transform: translateY(0px);
}

.fade-mv_x {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
@media only screen and (max-width: 640px) {
  .fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}

.mv_x {
  opacity: 1;
  transform: translateX(0px);
}
@media only screen and (max-width: 640px) {
  .mv_x {
    transform: translateY(0px);
  }
}

li:nth-child(2n).fade-mv_x {
  transform: translateX(100px);
}
@media only screen and (max-width: 640px) {
  li:nth-child(2n).fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
li:nth-child(2n).mv_x {
  opacity: 1;
  transform: translateX(0px);
}

/* ==========================================================================
  Contents
========================================================================== */
#bunkr {
  padding-bottom: 120px;
  background: #f4f4f4;
  color: #333;
}
@media only screen and (max-width: 640px) {
  #bunkr {
    padding-bottom: 40px;
  }
}
#bunkr .kv_area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#bunkr .kv_area img {
  width: 100%;
  margin: 0 auto;
}
#bunkr .kv_area .kv_club {
  position: absolute;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 640px) {
  #bunkr .kv_area .kv_club {
    width: 80%;
    bottom: -10px;
    right: 7%;
  }
}
#bunkr .kv_area .kv_title {
  position: absolute;
  top: 26%;
  left: 10%;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 640px) {
  #bunkr .kv_area .kv_title {
    width: 70%;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#bunkr .kv_area .kv_text_ladies {
  position: absolute;
  bottom: 50px;
  left: 10%;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 640px) {
  #bunkr .kv_area .kv_text_ladies {
    width: 50%;
    bottom: 20px;
    right: 20px;
    left: auto;
  }
}
@media only screen and (max-width: 640px) {
  #bunkr .kv_area {
    margin: 0 auto;
  }
  #bunkr .kv_area img {
    margin: 0 auto;
  }
}
#bunkr .content_main {
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}
#bunkr .content_main img {
  width: 100%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 640px) {
  #bunkr .content_main {
    margin: 0 auto 40px;
  }
  #bunkr .content_main img {
    margin: 0 auto 30px;
  }
  #bunkr .content_main .box_a {
    padding: 0 4%;
  }
}
#bunkr .content_wrap {
  margin: 0 auto;
  padding-bottom: 120px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #bunkr .content_wrap {
    padding-bottom: 80px;
  }
}
#bunkr .content_wrap.whybunkr_area {
  background: url(/product/assets/img/bunkr/bg_why.png) no-repeat center fixed;
  margin: 0 auto;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #bunkr .content_wrap.whybunkr_area {
    background: url(/product/assets/img/bunkr/bg_why.png) no-repeat center bottom;
    background-size: cover;
  }
}
#bunkr .content_wrap.movie_area {
  background: url(/product/assets/img/bunkr/bg_movie.png) no-repeat center fixed;
}
#bunkr .content_wrap.movie_area .colum2 .content_movie {
  width: calc(50% - 40px);
  margin-top: 80px;
}
#bunkr .content_wrap.movie_area .colum2 .content_movie + .content_movie {
  margin-left: 80px;
}
@media only screen and (max-width: 640px) {
  #bunkr .content_wrap.movie_area .colum2 .content_movie {
    width: 100%;
    margin-top: 0;
  }
  #bunkr .content_wrap.movie_area .colum2 .content_movie + .content_movie {
    margin-left: 0;
    margin-top: 16px;
  }
}
#bunkr .content_wrap.gallery_area {
  padding-bottom: 0;
}
#bunkr .content_wrap.technolory_area {
  padding-bottom: 0;
}
#bunkr .content_wrap .lead_video {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#bunkr .content_wrap .lead_video video {
  display: block;
  width: 100%;
  height: auto;
}
#bunkr .content_wrap .lead_video .lead_inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  line-height: 2;
}
#bunkr .content_wrap .lead_video .lead_inner p {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #bunkr .content_wrap .lead_video .lead_inner p {
    font-size: 5vw;
  }
}
#bunkr .content_wrap .content_box {
  margin-bottom: 80px;
}
#bunkr .content_wrap .content_box img {
  width: -moz-fit-content;
  width: fit-content;
}
#bunkr .content_wrap .content_box img + img {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  #bunkr .content_wrap .content_box img + img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #bunkr .content_wrap .content_box {
    margin-bottom: 40px;
  }
  #bunkr .content_wrap .content_box img {
    width: 100%;
  }
}
#bunkr .content_wrap .content_box figure {
  margin: 0 60px 30px 0;
  float: left;
}
@media only screen and (max-width: 640px) {
  #bunkr .content_wrap .content_box figure {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
  #bunkr .content_wrap .content_box figure img {
    width: 100%;
  }
}
#bunkr .content_wrap .content_box + .content_box {
  margin-top: 40px;
}
#bunkr .content_wrap .content_box::after {
  content: "";
  display: block;
  clear: both;
}
#bunkr .content_wrap + .content_wrap {
  margin-top: 120px;
}
#bunkr .content_wrap figure .fRight {
  float: right !important;
  margin: 0 0 30px 60px !important;
}
@media only screen and (max-width: 640px) {
  #bunkr .content_wrap figure .fRight {
    float: none !important;
    margin: 0 auto 20px !important;
  }
}
#bunkr .content_wrap figure img {
  margin-bottom: 10px;
}
#bunkr .content_wrap figure figcaption {
  font-size: 1.4rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #bunkr .content_wrap {
    max-width: auto;
    padding: 0 0 40px;
    margin: 0 auto;
  }
  #bunkr .content_wrap figure {
    margin: 0 auto 20px;
  }
  #bunkr .content_wrap .text_article {
    padding: 0;
  }
}
#bunkr .content_wrap a {
  text-decoration: underline;
  color: #00baf2;
  transition: all 0.2s linear;
}
#bunkr .content_wrap a:hover {
  opacity: 0.7;
}
#bunkr .content_wrap .colum2 {
  padding: 0;
}
#bunkr .content_wrap .colum2 > li figure {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 !important;
}
#bunkr .content_wrap .colum2 > li .text_article {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #bunkr .content_wrap .colum2 {
    display: block;
    padding: 0;
  }
  #bunkr .content_wrap .colum2 > li {
    width: 100%;
  }
  #bunkr .content_wrap .colum2 > li figure {
    float: none !important;
  }
  #bunkr .content_wrap .colum2 > li + li {
    margin: 20px auto 0;
  }
  #bunkr .content_wrap .colum2 > li:first-child {
    margin: 0 auto 20px;
  }
}
#bunkr .banner_area {
  margin: 0 auto 80px;
}
#bunkr .banner_area img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #bunkr .banner_area {
    margin: 0 auto 40px;
  }
}
#bunkr .banner_area .colum2 {
  padding-inline-start: 0 !important;
  margin: 0;
}
#bunkr .banner_area .colum2 li {
  width: calc(50% - 20px);
}
#bunkr .banner_area .colum2 li + li {
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  #bunkr .banner_area .colum2 li {
    width: 100%;
  }
  #bunkr .banner_area .colum2 li + li {
    margin-left: 0;
  }
}
#bunkr .content_foot {
  text-align: center;
  margin: 80px auto 0;
  width: 1180px;
}
#bunkr .content_foot img {
  width: 100%;
}
#bunkr .content_foot a {
  text-align: center;
}
#bunkr .content_foot a img {
  transition: all 0.2s linear;
  width: 50%;
  display: inline-block;
}
#bunkr .content_foot a img:hover {
  opacity: 0.7;
}
#bunkr .content_foot a figcaption {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #bunkr .content_foot {
    margin: 40px auto 0;
    width: 100%;
  }
  #bunkr .content_foot a img {
    width: 100%;
  }
  #bunkr .content_foot a figcaption {
    margin-top: 10px;
  }
}
#bunkr .nav_area {
  background: #000;
}
#bunkr .nav_area ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #bunkr .nav_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
#bunkr .nav_area ul li {
  border-right: 1px solid #fff;
}
#bunkr .nav_area ul li:first-child {
  border-left: 1px solid #fff;
}
#bunkr .nav_area ul li a {
  display: block;
  padding: 40px 40px 40px 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  position: relative;
  transition: all 0.2s ease-in;
}
#bunkr .nav_area ul li a::after {
  content: "\e313";
  font-family: "Material Icons";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in;
}
#bunkr .nav_area ul li a:hover {
  opacity: 0.7;
  background: #555;
  text-decoration: none;
}
#bunkr .nav_area ul li a:hover::after {
  top: 55%;
  transform: translateY(-45%);
}
@media only screen and (max-width: 640px) {
  #bunkr .nav_area ul li {
    width: calc(33.3333333333% - 2px);
    text-align: center;
  }
  #bunkr .nav_area ul li:first-child {
    border-left: none;
  }
  #bunkr .nav_area ul li:first-child, #bunkr .nav_area ul li:nth-child(2), #bunkr .nav_area ul li:nth-child(3) {
    border-bottom: 1px solid #fff;
  }
  #bunkr .nav_area ul li:last-child, #bunkr .nav_area ul li:nth-child(3) {
    border-right: none;
  }
  #bunkr .nav_area ul li a {
    padding: 10px 0;
    font-size: 2.8vw;
  }
  #bunkr .nav_area ul li a::after {
    right: 5px;
  }
}
#bunkr .content_movie {
  width: 100%;
  aspect-ratio: 16/9;
}
#bunkr .content_movie iframe {
  width: 100%;
  height: 100%;
}
#bunkr .title_main {
  font-size: 5.4rem;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 48px 0;
  width: 100%;
  margin-bottom: 56px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: rgb(221, 221, 221);
  background: linear-gradient(0deg, rgb(221, 221, 221) 0%, rgb(255, 255, 255) 100%);
}
#bunkr .title_main span.sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  padding: 5px 20px;
}
@media only screen and (max-width: 640px) {
  #bunkr .title_main {
    font-size: 8vw;
    padding: 20px 0;
    margin-bottom: 32px;
  }
}
#bunkr [data-ruby] {
  position: relative;
}
#bunkr [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  bottom: -0.3em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  #bunkr [data-ruby]::before {
    bottom: -0.1em;
  }
}
#bunkr .title_middle {
  font-size: 3.2rem;
  color: #333;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px #ccc solid;
  padding-bottom: 16px;
  margin: 0 auto 56px;
}
@media only screen and (max-width: 640px) {
  #bunkr .title_middle {
    margin: 0 auto 40px;
    font-size: 5.5555555556vw;
  }
}
#bunkr .title_sub {
  font-size: 2.4rem;
  color: #fff;
  background: #666;
  line-height: 1;
  display: inline-block;
  text-align: center;
  margin: 0 auto 56px;
  padding: 5px 10px;
}
@media only screen and (max-width: 640px) {
  #bunkr .title_sub {
    margin: 0 auto 24px;
    padding: 8px;
    font-size: 4.1666666667vw;
  }
}
#bunkr .img_box {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 120px;
}
#bunkr .img_box img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #bunkr .img_box {
    width: 100%;
    margin: 0 auto 40px;
  }
}
#bunkr .text_article {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  max-width: 1180px;
}
@media only screen and (max-width: 640px) {
  #bunkr .text_article {
    max-width: 100%;
    padding: 0;
    font-size: 3.8461538462vw;
  }
  .content_main #bunkr .text_article {
    padding: 0 4%;
  }
}
#bunkr .clm2_article {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 640px) {
  #bunkr .clm2_article {
    padding: 15px;
    margin: 20px auto 0;
  }
}
#bunkr .clm2_article ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#bunkr .clm2_article ul li {
  width: 50%;
}
#bunkr .clm2_article ul li img {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
#bunkr .clm2_article ul li figcaption {
  font-size: 1.6rem;
  color: #333;
  text-align: left;
  padding: 20px;
  background: #E0E721;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 640px) {
  #bunkr .clm2_article ul {
    display: block;
  }
  #bunkr .clm2_article ul li {
    width: 100%;
  }
  #bunkr .clm2_article ul li + li {
    margin-top: 20px;
  }
  #bunkr .clm2_article ul li figcaption {
    padding: 10px;
  }
}
#bunkr #floating {
  position: fixed;
  top: auto;
  right: 50px;
  bottom: 50px;
  width: 460px;
  z-index: 9;
  opacity: 0;
}
#bunkr #floating.fade_off {
  opacity: 0;
  transition: all 1s;
}
#bunkr #floating.fade_on {
  opacity: 1;
  display: block;
}
#bunkr #floating.fade_on .btn_close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 24px;
  height: 24px;
  z-index: 99;
}
#bunkr #floating a {
  transition: all 0.2s;
}
#bunkr #floating a.hover {
  opacity: 0.7;
}
#bunkr #floating a img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #bunkr #floating {
    position: fixed;
    top: auto;
    right: 5%;
    bottom: 0;
    width: 90%;
    z-index: 9;
  }
}
#bunkr button.btn_eye2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  background: rgb(51, 51, 51);
  background: linear-gradient(0deg, rgb(102, 102, 102) 45%, rgb(51, 51, 51) 100%);
  padding: 16px;
  width: 360px;
  margin: 56px auto;
  gap: 24px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
  position: relative;
}
#bunkr button.btn_eye2:hover {
  opacity: 0.7;
}
#bunkr button.btn_eye2::after {
  position: absolute;
  content: "\e5e1";
  font-family: "Material Icons";
  font-size: 2rem;
  color: #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  #bunkr button.btn_eye2 {
    margin: 24px auto;
    gap: 16px;
    font-size: 3.5vw;
    padding: 8px;
    width: 80%;
  }
  #bunkr button.btn_eye2 img {
    width: 30%;
  }
  #bunkr button.btn_eye2::after {
    font-size: 1.4rem;
  }
}
#bunkr .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 99;
}
#bunkr .modal.is-active {
  opacity: 1;
  visibility: visible;
}
#bunkr .modal_box {
  border-radius: 20px;
  background: #333;
  text-align: center;
  padding: 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 50px auto 0;
  max-width: 680px;
}
#bunkr .modal_box .text_article {
  color: #fff;
  margin-bottom: 40px;
}
#bunkr .modal_box img {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #bunkr .modal_box {
    padding: 20px;
  }
}
#bunkr .modal-close {
  position: absolute;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
#bunkr .ex_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  width: 100%;
  gap: 40px;
  margin: 0 auto 56px;
}
@media only screen and (max-width: 640px) {
  #bunkr .ex_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    margin: 0 auto 24px;
  }
  #bunkr .ex_box img {
    width: 30%;
  }
}
#bunkr .ex_box ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.8rem;
}
#bunkr .ex_box ul li + li {
  margin-top: 16px;
}
#bunkr .ex_box ul li span {
  display: block;
  width: 150px;
  text-align: center;
  background: #666;
  color: #fff;
  margin-right: 24px;
}
@media only screen and (max-width: 640px) {
  #bunkr .ex_box ul li {
    display: block;
    text-align: left;
    font-size: 3.5vw;
  }
  #bunkr .ex_box ul li span {
    width: 100%;
    margin: 0;
  }
  #bunkr .ex_box ul li + li {
    margin-top: 8px;
  }
}
#bunkr .cap_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 56px auto 80px;
}
#bunkr .cap_box ul {
  margin-right: 80px;
}
#bunkr .cap_box ul li {
  text-align: left;
}
#bunkr .cap_box img {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 640px) {
  #bunkr .cap_box {
    margin: 24px auto 40px;
    display: block;
  }
  #bunkr .cap_box ul {
    margin: 0 0 24px;
  }
  #bunkr .cap_box img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #bunkr .wrap_shaft .table_01 thead th {
    vertical-align: middle;
    width: 100px;
    font-weight: bold;
  }
  #bunkr .wrap_shaft .table_01 thead th:first-child {
    width: 150px;
  }
  #bunkr .wrap_shaft .table_01 tbody th {
    width: 50%;
    font-weight: bold;
  }
  #bunkr .wrap_shaft .table_01 tbody td {
    padding: 8px 0;
  }
}
#bunkr .wrap_shaft .table_01 thead th {
  width: 120px;
  padding: 0;
}
#bunkr .wrap_shaft .table_01 thead th:first-child {
  width: 49%;
}
#bunkr .wrap_shaft .table_01 tbody th {
  font-weight: bold;
}
#bunkr .wrap_shaft .table_01 tbody td img {
  width: 100%;
}
#bunkr .wrap_shaft .table_01 tbody td:first-child {
  text-align: left;
}
#bunkr .wrap_shaft .cap {
  text-align: left;
  color: #333;
  margin: 16px 0 80px;
}
@media only screen and (max-width: 640px) {
  #bunkr .wrap_shaft .cap {
    margin: 8px 0 40px;
  }
}
#bunkr .wrap_grip {
  text-align: center;
}
#bunkr .wrap_grip .colum2 {
  width: 100%;
}
#bunkr .wrap_grip .colum2 img {
  width: 100%;
}
#bunkr .wrap_grip figure {
  position: relative;
  margin: 0 auto 80px;
  width: -moz-fit-content;
  width: fit-content;
}
#bunkr .wrap_grip figure .cap_grip {
  position: absolute;
  bottom: -24px;
  right: 0;
}
@media only screen and (max-width: 640px) {
  #bunkr .wrap_grip figure .cap_grip {
    bottom: -16px;
  }
}
@media only screen and (max-width: 640px) {
  #bunkr .wrap_grip figure {
    margin: 0 auto 40px;
  }
}

.interview_anchor {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #1a1a1a;
  padding: 20px 50px;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .interview_anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    margin-top: 20px;
  }
}
.interview_anchor.multi_line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 50px 10px;
}
.interview_anchor.multi_line li {
  width: 20%;
  margin-bottom: 10px;
}
.interview_anchor.multi_line li a .name {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.interview_anchor.multi_line li a .name span {
  font-size: 1.2rem;
}
.interview_anchor.multi_line li a::after {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .interview_anchor.multi_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 0;
  }
  .interview_anchor.multi_line li {
    width: 50%;
    border-top: none;
    margin-bottom: 10px;
  }
  .interview_anchor.multi_line li + li {
    margin: 0 0 10px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .interview_anchor li {
    width: 100%;
  }
  .interview_anchor li + li {
    margin: 10px 0 0 0;
    padding-top: 20px;
    border-top: 1px solid #666;
  }
}
.interview_anchor li a {
  transition: all 0.2s linear;
  text-decoration: none !important;
}
.interview_anchor li a:hover {
  opacity: 0.7;
}
.interview_anchor li a .name {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.interview_anchor li a .name span {
  font-size: 1.8rem;
  font-weight: normal;
  display: inline-block;
  padding-left: 0.5em;
}
.interview_anchor li a .name::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .interview_anchor li a .name {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 4vw;
  }
  .interview_anchor li a .name span {
    font-size: 4vw;
    padding-left: 0.25em;
  }
  .interview_anchor li a .name::after {
    margin-left: 10px;
  }
}

.title_img {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .title_img {
    margin-bottom: 40px;
  }
}
.title_img .name_box {
  background: #1a1a1a;
  padding: 30px;
  color: #fff;
  position: absolute;
  display: inline-block;
  bottom: -50px;
  left: 30px;
}
.title_img .name_box .name {
  font-size: 3.6rem;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
  text-align: left;
  line-height: 1.2;
}
.title_img .name_box .name span {
  font-size: 2.4rem;
  font-weight: 300;
  margin-left: 10px;
  display: inline-block;
}
.title_img .name_box .name_en {
  font-size: 2.4rem;
  padding-top: 10px;
  text-align: left;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .title_img .name_box {
    padding: 15px;
    bottom: -30px;
    left: 10px;
  }
  .title_img .name_box .name {
    font-size: 5.5555555556vw;
    padding: 0;
  }
  .title_img .name_box .name span {
    font-size: 1.4rem;
  }
  .title_img .name_box .name_en {
    font-size: 4vw;
    padding-top: 5px;
  }
}/*# sourceMappingURL=style.css.map */