@charset "UTF-8";
/* ===================================================================
CSS information

file name  : mice.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
#main_and_aside {
  padding-top: 10px;
}

.con_what_mice {
  width: 100%;
  max-width: 1920px;
  border-radius: 20px;
  background: url(../../mice/images/bg_choose.png) center center/cover no-repeat;
}
@media only screen and (min-width: 768px) {
  .con_what_mice {
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice {
    margin: 2em auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_what_mice {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_what_mice {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice {
    padding: 4em 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice {
    padding: 4em 0 !important;
  }
}
.con_what_mice .box_what_mice {
  width: 90%;
  max-width: 995px;
  margin: 0 auto;
  color: #efece2;
  font-weight: normal;
}
@media only screen and (min-width: 1441px) {
  .con_what_mice .box_what_mice {
    width: calc(995 / 1440 * 100%);
    max-width: 90%;
  }
}
.con_what_mice .box_what_mice .box_st {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_what_mice .box_what_mice .box_st > .tmp_st_fuchi .en {
    font-size: 370%;
  }
}
@media only screen and (min-width: 768px) {
  .con_what_mice .box_what_mice .box_st > .tmp_st_bd {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice .box_what_mice .box_st > .tmp_st_bd {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_what_mice .box_what_mice > .txt {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice .box_what_mice > .txt {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .con_what_mice .box_what_mice > .txt {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice .box_what_mice > .txt {
    margin-top: 1em;
  }
}
.con_what_mice .box_what_mice .box_det {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .con_what_mice .box_what_mice .box_det {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_what_mice .box_what_mice .box_det {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice .box_what_mice .box_det {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice .box_what_mice .box_det {
    margin: 3em auto 0;
  }
}
.con_what_mice .box_what_mice .box_det section {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .con_what_mice .box_what_mice .box_det section {
    width: calc(236 / 995 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice .box_what_mice .box_det section {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice .box_what_mice .box_det section {
    margin-bottom: 2em;
  }
}
.con_what_mice .box_what_mice .box_det section .ic {
  order: -1;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_what_mice .box_what_mice .box_det section .ic {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_what_mice .box_what_mice .box_det section .ic {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice .box_what_mice .box_det section .ic {
    margin-top: -1.2em;
  }
}
.con_what_mice .box_what_mice .box_det section .ic img {
  height: 80px;
  width: auto;
  max-width: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_what_mice .box_what_mice .box_det section .ic img {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice .box_what_mice .box_det section .ic img {
    height: 3em;
  }
}
.con_what_mice .box_what_mice .box_det section .img {
  order: -2;
}
@media only screen and (min-width: 768px) {
  .con_what_mice .box_what_mice .box_det section .tmp_st {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice .box_what_mice .box_det section .tmp_st {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_what_mice .box_what_mice .box_det section .txt {
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_what_mice .box_what_mice .box_det section .txt {
    margin: 0.5em auto 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_what_mice .box_what_mice .box_det section .txt {
    max-width: 190px;
  }
}
@media only screen and (min-width: 1441px) {
  .con_what_mice .box_what_mice .box_det section .txt {
    width: calc(190 / 236 * 100%);
  }
}

.con_why_choose {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  background: url(../../mice/images/bg_ptn02.png) top center/cover no-repeat;
}
@media only screen and (min-width: 1025px) {
  .con_why_choose {
    padding-top: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_why_choose {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_why_choose {
    padding-top: 5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_why_choose {
    padding-bottom: 165px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_why_choose {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_why_choose {
    padding-bottom: 5em;
  }
}
.con_why_choose .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.con_why_choose .box_why_choose {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1441px) {
  .con_why_choose .box_why_choose {
    width: calc(1000 / 1440 * 100%);
    max-width: 90%;
  }
}
.con_why_choose .box_why_choose > .box_text .tmp_st_fuchi {
  text-align: center;
}
.con_why_choose .box_why_choose > .box_text .tmp_st_fuchi .en {
  line-height: 1.3;
  background: url(../images/common/bg07.png) repeat center top;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: .7;
  color: transparent;
  mix-blend-mode: multiply;
  font-weight: 400;
  -webkit-text-stroke: transparent;
}
@media only screen and (min-width: 1025px) {
  .con_why_choose .box_why_choose > .box_text .tmp_st_fuchi .en {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_why_choose .box_why_choose > .box_text .tmp_st_fuchi .en {
    font-size: 370%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_why_choose .box_why_choose > .box_text .tmp_st_bd {
    margin-top: -45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_why_choose .box_why_choose > .box_text .tmp_st_bd {
    margin-top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_why_choose .box_why_choose > .box_text .tmp_st_bd {
    margin-top: -1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_why_choose .box_why_choose > .box_text .txt {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_why_choose .box_why_choose > .box_text .txt {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .con_why_choose .box_why_choose > .box_text .txt {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_why_choose .box_why_choose > .box_text .txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_why_choose .box_why_choose .tmp_anch {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_why_choose .box_why_choose .tmp_anch {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_why_choose .box_why_choose .tmp_anch {
    margin-top: 2.5em;
  }
}

.box_mice .box_det:not(:nth-child(1)) {
  border-top: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  .box_mice .box_det:not(:nth-child(1)) {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det:not(:nth-child(1)) {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .box_mice .box_det:not(:nth-child(1)) {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det:not(:nth-child(1)) {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .box_mice .box_det:nth-child(even) .box_flex {
    flex-direction: row-reverse;
  }
}
.box_mice .box_det .box_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex {
    position: relative;
  }
}
@media only screen and (min-width: 1025px) {
  .box_mice .box_det .box_flex .box_text {
    width: calc(340 / 1000 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_mice .box_det .box_flex .box_text {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex .box_text {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .box_mice .box_det .box_flex .box_text {
    width: 36.5%;
  }
}
@media only screen and (min-width: 897px) and (max-width: 1024px) {
  .box_mice .box_det .box_flex .box_text {
    width: 340px;
  }
}
.box_mice .box_det .box_flex .box_text .tmp_st_fuchi .en {
  line-height: .75;
  background: url(../images/common/bg07.png) repeat center top;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: .7;
  color: transparent;
  mix-blend-mode: multiply;
  font-weight: 400;
  -webkit-text-stroke: transparent;
}
@media only screen and (min-width: 1025px) {
  .box_mice .box_det .box_flex .box_text .tmp_st_fuchi .en {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .box_mice .box_det .box_flex .box_text .tmp_st_bd {
    margin-top: -12px;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex .box_text .tmp_st_bd {
    margin-top: -1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex .box_text .tmp_st_bd {
    margin-bottom: 24em;
  }
}
.box_mice .box_det .box_flex .box_text .tmp_st_bd .en {
  text-transform: uppercase;
}
.box_mice .box_det .box_flex .box_text .tmp_st {
  color: #65473D;
}
@media only screen and (min-width: 1025px) {
  .box_mice .box_det .box_flex .box_text .tmp_st {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_mice .box_det .box_flex .box_text .tmp_st {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex .box_text .tmp_st {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .box_mice .box_det .box_flex .box_text .txt {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex .box_text .txt {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .box_mice .box_det .box_flex .box_text .txt_s {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex .box_text .txt_s {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .box_mice .box_det .box_flex .box_text .txt_s {
    font-size: 0.92rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_mice .box_det .box_flex .box_text .txt_s {
    font-size: 0.83rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex .box_text .txt_s {
    font-size: 0.75rem;
  }
}
.box_mice .box_det .box_flex .box_text .box_btn {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .box_mice .box_det .box_flex .box_text .box_btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_mice .box_det .box_flex .box_text .box_btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex .box_text .box_btn {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .box_mice .box_det .box_flex .box_img {
    width: calc(605 / 1000 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_mice .box_det .box_flex .box_img {
    width: calc(95% - 300px);
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex .box_img {
    width: 100%;
  }
}
@media only screen and (min-width: 897px) and (max-width: 1024px) {
  .box_mice .box_det .box_flex .box_img {
    width: calc(95% - 340px);
  }
}
.box_mice .box_det .box_flex .box_img .img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex .box_img .img {
    position: absolute;
    top: 13em;
  }
}
.box_mice .box_det .box_flex .box_img ul {
  width: 90%;
  max-width: 485px;
}
@media only screen and (min-width: 768px) {
  .box_mice .box_det .box_flex .box_img ul {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex .box_img ul {
    margin: 1.5em auto 0;
  }
}
.box_mice .box_det .box_flex .box_img ul li {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .box_mice .box_det .box_flex .box_img ul li {
    font-size: 0.92rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_mice .box_det .box_flex .box_img ul li {
    font-size: 0.83rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det .box_flex .box_img ul li {
    font-size: 0.75rem;
  }
}
.box_mice .box_det .box_flex .box_img ul li span {
  position: absolute;
  top: 0;
  left: -13px;
}
.box_mice .box_det#lnk_access {
  border-top: 0;
}
@media only screen and (min-width: 1025px) {
  .box_mice .box_det#lnk_access {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_mice .box_det#lnk_access {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det#lnk_access {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .box_mice .box_det#lnk_access {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_mice .box_det#lnk_access {
    margin-top: 2em;
  }
}
.box_mice .box_det#lnk_capacity .box_flex .box_btn {
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  #lnk_microbus .box_text .txt_s {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #lnk_microbus .box_text .txt_s {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  #lnk_microbus .box_text .btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #lnk_microbus .box_text .btn {
    margin-top: 1em;
  }
}
#lnk_microbus .box_text .btn a {
  border: 2px solid var(--color-cv02);
  background-color: #fff;
  color: var(--color-cv02);
}
#lnk_microbus .box_text .btn a svg {
  fill: var(--color-cv02);
}
.mouse #lnk_microbus .box_text .btn a:hover, .touch #lnk_microbus .box_text .btn a.touchstart {
  background-color: var(--color-cv02);
  color: #fff;
}
.mouse #lnk_microbus .box_text .btn a:hover svg, .touch #lnk_microbus .box_text .btn a.touchstart svg {
  fill: #fff;
}
.touch #lnk_microbus .box_text .btn a {
  -webkit-tap-highlight-color: transparent;
}
.touch #lnk_microbus .box_text .btn a.touchend {
  transition-delay: 200ms;
}

@media only screen and (min-width: 1025px) {
  .tmp_banq_contact {
    margin-top: 160px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_banq_contact {
    margin-top: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_banq_contact {
    margin-top: 4em !important;
  }
}

.tmp_lower_link {
  padding-top: 0 !important;
}
@media only screen and (min-width: 768px) {
  .tmp_lower_link {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_lower_link {
    margin-top: 2em !important;
  }
}
.tmp_lower_link::before {
  display: none;
}
