html {
  font-size: 625%;
}

body {
  width: 100%;
  min-height: 100%;
  min-width: 1060px;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 1;
}

@media screen and (max-width: 1060px) {
  body {
    width: 1060px;
  }
}
@media screen and (max-width: 767px) {
  html {
    width: 100%;
    font-size: 3.3333333333vw;
    overflow: hidden;
  }

  body {
    width: 100%;
    min-width: auto;
    font-size: 0;
  }

  #main {
    width: 100%;
    overflow: hidden;
  }
}
.cd_sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .cd_pc_only {
    display: none !important;
  }

  .cd_sp_only {
    display: block !important;
  }

  br.cd_sp_only,
  span.cd_sp_only,
  img.cd_sp_only {
    display: inline !important;
  }
}
.underlineN {
  text-decoration: underline;
}
.underlineN:hover {
  text-decoration: none;
}

.underlineU:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .underlineN:hover {
    text-decoration: underline;
  }

  .underlineU:hover {
    text-decoration: none;
  }
}
.cmd_effect_fadeIn {
  transition: opacity 0.4s, transform 0.4s ease-out;
  transform: translateY(60px);
  opacity: 0;
}
.cmd_effect_fadeIn.cmd_effect_fadeIn-active {
  transform: translateY(0);
  opacity: 1;
}

.cmd_effect_typing_img {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.cmd_effect_typing_img > img {
  opacity: 0;
}
.cmd_effect_typing_img > img.ignore {
  opacity: 1;
}
.cmd_effect_typing_img .cmd_effect_typing_img_cursor {
  content: "";
  width: 2px;
  height: 100%;
  background: #ffffff;
  animation: cmd_effect_typing_img_anime 0.4s ease infinite;
  position: absolute;
  left: 0;
  top: 0;
}
.cmd_effect_typing_img .cmd_effect_typing_img_cursor.cmd_effect_typing_img_cursor {
  background: #666666;
}

@keyframes cmd_effect_typing_img_anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cmd_effect_typing_txt {
  display: block;
  opacity: 0;
  position: relative;
}
.cmd_effect_typing_txt .cmd_effect_typing_txt_inner {
  white-space: nowrap;
}
.cmd_effect_typing_txt .cmd_effect_typing_txt_inner .cmd_effect_typing_txt_child {
  display: inline-block;
  opacity: 0;
}
.cmd_effect_typing_txt .cmd_effect_typing_txt_cursor {
  content: "";
  width: 2px;
  height: 100%;
  background: #ffffff;
  animation: cmd_effect_typing_img_anime 0.4s ease infinite;
  position: absolute;
  left: 0;
  top: 0;
}

.cmd_effect_hover {
  opacity: 1;
  transition: opacity 0.6s ease;
}
.cmd_effect_hover:hover {
  opacity: 0.6;
}

.cmd_effect_magnify {
  transition: transform 0.6s ease;
}
.cmd_effect_magnify:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 767px) {
  .cmd_effect_hover {
    transition: none;
  }
  .cmd_effect_hover:hover {
    opacity: 1;
  }

  .cmd_effect_magnify {
    transition: none;
  }
  .cmd_effect_magnify:hover {
    transform: scale(1);
  }
}
#page_headline_main_image {
  width: 100%;
  min-width: 1400px;
  margin: 0 auto;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
#page_headline_main_image img {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #page_headline_main_image {
    min-width: 100%;
    transform: translateX(0);
    left: 0;
  }
  #page_headline_main_image img {
    width: 100% !important;
    height: auto !important;
  }
}
#cmd_page_headline_breadcrumb > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cmd_page_headline_breadcrumb > ul > li {
  margin-right: 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
#cmd_page_headline_breadcrumb > ul > li::after {
  content: "";
  border-right: 0 solid transparent;
  border-left: 6.24px solid #666666;
  border-top: 6.24px solid transparent;
  border-bottom: 6.24px solid transparent;
  position: absolute;
  left: calc(100% + 9px);
  top: 7px;
}
#cmd_page_headline_breadcrumb > ul > li:last-child {
  margin-right: 0;
}
#cmd_page_headline_breadcrumb > ul > li:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  #cmd_page_headline_breadcrumb {
    display: none;
  }
}
#cmd_page_headline_catchphrase > p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  color: #ffffff;
  font-size: 40px;
  line-height: 54px;
}

@media screen and (max-width: 767px) {
  #cmd_page_headline_catchphrase > p {
    font-size: 6.6666666667vw;
    line-height: 8.8vw;
    letter-spacing: -0.3333333333vw;
  }
}
.cmd_push_button {
  display: inline-block;
  width: 351px;
  height: 51px;
  position: relative;
}
.cmd_push_button > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #000000;
  transform: translate(0, 0);
  transition: 0.3s ease-in-out;
  background-position: right 27px bottom 24px;
  background-image: url("../../images/common/other/push_button_icon_arrow.png");
  background-size: 26.7px auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
.cmd_push_button > a > span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  position: relative;
}
.cmd_push_button > a > span.opt_external::after {
  content: "";
  width: 13px;
  height: 13px;
  background-position: center center;
  background-image: url("../../images/common/other/push_button_icon_external.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(8px, -50%);
  position: absolute;
  pointer-events: none;
  left: 100%;
  top: 50%;
}
.cmd_push_button .cmd_push_button_shadow {
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 5;
}
.cmd_push_button .cmd_push_button_shadow::before {
  content: "";
  width: 5px;
  height: 5px;
  background-image: linear-gradient(225deg, #000, #000 50%, transparent 50%, transparent);
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  position: absolute;
  right: 100%;
  bottom: 0;
}
.cmd_push_button .cmd_push_button_shadow::after {
  content: "";
  width: 5px;
  height: 5px;
  background-image: linear-gradient(45deg, #000, #000 50%, transparent 50%, transparent);
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  position: absolute;
  right: 0;
  bottom: 100%;
}

@media screen and (max-width: 767px) {
  .cmd_push_button {
    width: 70.4vw;
    height: 10.4vw;
  }
  .cmd_push_button > a {
    border: 0.2vw solid #000000;
    background-position: right 5.6vw bottom 4.5333333333vw;
    background-size: 5.3333333333vw auto;
    transition: none;
  }
  .cmd_push_button > a > span {
    font-size: 4vw;
  }
  .cmd_push_button > a > span.opt_external::after {
    width: 2.6vw;
    height: 2.6vw;
    transform: translate(1.6vw, -50%);
  }
  .cmd_push_button .cmd_push_button_shadow {
    left: 1.0666666667vw;
    top: 1.0666666667vw;
  }
  .cmd_push_button .cmd_push_button_shadow::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
  .cmd_push_button .cmd_push_button_shadow::after {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.cmd_push_button:hover > a {
  transform: translate(5px, 5px);
}
.cmd_push_button:hover .cmd_push_button_shadow::before {
  width: 0;
  height: 0;
}
.cmd_push_button:hover .cmd_push_button_shadow::after {
  width: 0;
  height: 0;
}

@media screen and (max-width: 767px) {
  .cmd_push_button:hover > a {
    transform: none;
  }
}

