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

    MIXIN

==================================================================================== */
/* ================================================ */
.header-sidebar {
  position: fixed;
  top: 80px;
  right: 0;
  pointer-events: none;
  z-index: 10;
}
.header-sidebar img {
  max-width: 100%;
}

.add-front-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.add-front-slider .slick-list,
.add-front-slider .slick-track {
  height: 100%;
}
.add-front-slider figure {
  margin: 0;
}
.add-front-slider figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.other-links {
  list-style: none;
  pointer-events: auto;
  position: relative;
  background: #fff;
  z-index: 100;
  -webkit-transform: translateX(calc(100% - 50px));
  transform: translateX(calc(100% - 50px));
}
@media only screen and (min-width: 769px) {
  .other-links {
    -webkit-transition: transform .3s ease .3s;
    transition: transform .3s ease .3s;
  }
}
.other-links:after {
  content: '';
  width: 50px;
  height: 100%;
  background: linear-gradient(to bottom, #FF6C00, #C96B25);
  position: absolute;
  top: 0;
  left: 0;
}
.other-links.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition-delay: .1s;
}
.other-links li a {
  display: block;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .other-links li a:hover .link-text {
    opacity: .6;
  }
}
.other-links li a .link-text {
  padding: 15px 15px 15px 65px;
  display: block;
  font-weight: bold;
  background: #C76014;
  transition: opacity .5s ease;
}
.other-links li a .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  z-index: 1;
}

.one-link {
  margin-left: auto;
  width: 50px;
  position: relative;
  z-index: 100;
  pointer-events: auto;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .one-link a {
    transition: all 0.5s ease;
  }
  .one-link a:hover {
    opacity: 0.6;
  }
}

.p-hero-header {
  height: auto;
  min-height: 100vh;
}

.m_logo {
  padding-top: 25vh;
  padding-bottom: 15vh;
}

.add-mv-tools {
  margin-top: 2%;
  padding-left: 60px;
  padding-right: 60px;
}
.add-mv-tools p {
  margin-bottom: 15px;
  font-weight: bold;
}
.add-mv-tools ul {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  width: 560px;
  max-width: 100%;
  border: 1px solid #fff;
  list-style: none;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  -webkit-align-items: center;
  /* ¿k·½ÏòÖÐÑë“B¤¨£¨SafariÓÃ£© */
  align-items: center;
  /* ¿k·½ÏòÖÐÑë“B¤¨ */
}
.add-mv-tools ul li:nth-child(1) {
  width: 14.7727272727%;
}
.add-mv-tools ul li:nth-child(2) {
  width: 26.8181818182%;
}
.add-mv-tools ul li:nth-child(3) {
  width: 20.2272727273%;
}
.add-mv-tools ul li:nth-child(4) {
  width: 7.7272727273%;
}
.add-mv-tools .add-mv-btn {
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  width: 560px;
  max-width: 100%;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #0E1735;
  background: #fff;
}
.add-mv-tools .add-mv-btn img {
  margin-left: 20px;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .add-mv-tools .add-mv-btn {
    transition: all 0.5s ease;
  }
  .add-mv-tools .add-mv-btn:hover {
    opacity: 0.6;
  }
}

.m_logo {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.p-hero-header__content {
  height: 100% !important;
}

.home #cb_5 .p-main-image__desc {
  padding-top: 0;
}

.scroller {
  width: 0.6770833333%;
  min-width: 8px;
  position: absolute;
  bottom: -2px;
  left: 8.1428571429%;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.scroller .line {
  margin-top: 102.9411764706%;
  width: 1px;
  height: 10.2665350444vh;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.scroller .line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: LINE_ANIMATION 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: LINE_ANIMATION 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
.scroller img {
  width: 100%;
}

@-webkit-keyframes LINE_ANIMATION {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes LINE_ANIMATION {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.fcontact .block .tel {
  color: #FF6C00;
}

.fcontact .block a {
  margin-top: 20px;
}

#tool-1 {
  margin-top: 45px;
}

.add-tools-wrap {
  padding: 40px 20px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.add-tools-wrap p {
  margin-bottom: 0;
  line-height: 1.8;
  font-weight: bold;
  font-size: 16px;
}
.add-tools-wrap p .tool-link {
  color: #4A8CFF;
}

.tool-logo {
  margin-bottom: 25px;
}

.tool-column {
  margin-top: 40px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.tool-text-box {
  width: 40.8695652174%;
}
.tool-text-box a {
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .tool-text-box a {
    transition: all 0.5s ease;
  }
  .tool-text-box a:hover {
    opacity: 0.6;
  }
}

.tool-list {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  -webkit-align-items: center;
  /* ¿k·½ÏòÖÐÑë“B¤¨£¨SafariÓÃ£© */
  align-items: center;
  /* ¿k·½ÏòÖÐÑë“B¤¨ */
  list-style: none !important;
}
.tool-list li img {
  max-width: 100%;
}
.tool-list li:nth-child(1) {
  width: 17.2043010753%;
}
.tool-list li:nth-child(2) {
  width: 27.311827957%;
}
.tool-list li:nth-child(3) {
  width: 30.5376344086%;
}
.tool-list li:nth-child(4) {
  width: 9.4623655914%;
}

.p-page-header {
  padding-bottom: 43.5%;
  background-size: cover;
}

.block3 {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block3 li {
  width: 50%;
  aspect-ratio: 700/580;
}
.block3 li a {
  display: block;
  height: 100%;
}
.block3 li a img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.add-page-footer {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.add-page-footer p {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
.add-page-footer .tool-list {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  max-width: 100%;
}

.l-main {
  overflow: hidden;
}

#mw_wp_form_ {
  padding: 0 30px;
}
#mw_wp_form_ table.add-c-table tr {
  border-top: 1px solid #000;
}
#mw_wp_form_ table.add-c-table tr:last-child {
  border-bottom: 1px solid #000;
}
#mw_wp_form_ table.add-c-table tr th,
#mw_wp_form_ table.add-c-table tr td {
  padding: 20px 0;
  font-size: 16px;
}
#mw_wp_form_ table.add-c-table tr th {
  padding-top: 38px !important;
  width: 32.1739130435%;
  font-weight: bold;
}
#mw_wp_form_ table.add-c-table tr th.d-p {
  padding-top: 20px !important;
}
#mw_wp_form_ table.add-c-table tr th label {
  position: relative;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  -webkit-align-items: center;
  /* ¿k·½ÏòÖÐÑë“B¤¨£¨SafariÓÃ£© */
  align-items: center;
  /* ¿k·½ÏòÖÐÑë“B¤¨ */
}
#mw_wp_form_ table.add-c-table tr th label .req {
  padding: 3px 15px;
  display: inline-block;
  background: #FF6C00;
  color: #fff;
  line-height: 1.2;
  font-size: 11px;
}
#mw_wp_form_ table.add-c-table tr th label .label {
  padding-right: 15px;
  display: inline-block;
}
#mw_wp_form_ table.add-c-table tr th p {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.4;
}
#mw_wp_form_ table.add-c-table tr td {
  padding-left: 25px;
}
#mw_wp_form_ select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
#mw_wp_form_ input.add-form-item,
#mw_wp_form_ select.add-form-item,
#mw_wp_form_ textarea.add-form-item {
  margin: 0;
  width: 100% !important;
  background: rgba(153, 153, 153, 0.3);
  border: none !important;
  font-size: 16px;
}
#mw_wp_form_ input.add-form-input,
#mw_wp_form_ select.add-form-input,
#mw_wp_form_ textarea.add-form-input {
  padding: 0 20px !important;
  height: 55px !important;
}
#mw_wp_form_ input.add-form-text,
#mw_wp_form_ select.add-form-text,
#mw_wp_form_ textarea.add-form-text {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 200px;
  resize: none;
}
#mw_wp_form_ .add-form-list {
  margin-left: 0;
  list-style: none;
}
#mw_wp_form_ .add-form-list li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
#mw_wp_form_ .add-zoom-wrap {
  padding-top: 30px;
  border-top: 1px solid #000;
}
#mw_wp_form_ .add-zoom-wrap p {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
}
#mw_wp_form_ .add-zoom-days {
  margin-top: 15px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  -webkit-align-items: center;
  /* ¿k·½ÏòÖÐÑë“B¤¨£¨SafariÓÃ£© */
  align-items: center;
  /* ¿k·½ÏòÖÐÑë“B¤¨ */
}
#mw_wp_form_ .add-zoom-days .add-form-zoom {
  width: 38.961038961% !important;
}

.add-form-privacy dt {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}
.add-form-privacy dd {
  margin: 0;
  padding: 0 20px;
  height: 200px;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #000;
}
.add-form-privacy dd p {
  font-weight: bold;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.6;
}

.add-form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  margin: 30px auto;
  padding: 15px 20px;
  width: 530px;
  max-width: 100%;
  display: block;
  background: #FF6C00;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .add-form-button {
    transition: all 0.5s ease;
  }
  .add-form-button:hover {
    opacity: 0.6;
  }
}

.mw_wp_form_input .for-confirm {
  display: none;
}

.mw_wp_form_confirm .for-input {
  display: none;
}

.add-c-flow {
  margin-bottom: 30px;
  display: block;
}

.p-global-nav > li:last-child > .sub-menu {
  left: 50%;
  translate: -50%;
}

@media only screen and (max-width: 768px) {
  .scroller {
    left: 20px;
  }

  .tool-column {
    display: block;
  }

  .tool-text-box {
    margin-top: 30px;
    width: 100%;
  }

  .add-tools-wrap p {
    font-size: 14px;
  }

  #js-hero-header__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #js-hero-header__slider .slick-list,
  #js-hero-header__slider .slick-track,
  #js-hero-header__slider .slick-slide {
    height: 100%;
  }

  .add-mv-tools ul {
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .add-mv-tools ul li {
    margin: 3% 0;
    width: 48% !important;
  }
  .add-mv-tools ul li img {
    max-width: 100%;
  }
  .add-mv-tools .add-mv-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
  .add-mv-tools .add-mv-btn img {
    width: 12px;
  }

  .header-sidebar {
    top: 10px;
  }

  #mw_wp_form_ table.add-c-table p {
    padding: 0;
  }
  #mw_wp_form_ table.add-c-table tr {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
  #mw_wp_form_ table.add-c-table tr th,
  #mw_wp_form_ table.add-c-table tr td {
    padding: 0 !important;
    width: 100% !important;
    display: block;
  }
  #mw_wp_form_ table.add-c-table tr th {
    margin-bottom: 10px;
    border-bottom: none !important;
  }
  #mw_wp_form_ .add-zoom-days {
    display: block;
  }
  #mw_wp_form_ .add-zoom-days .add-form-zoom {
    margin-top: 10px;
    width: 100% !important;
  }

  .add-form-privacy dd {
    padding: 0 15px;
  }
  .add-form-privacy dd p {
    padding: 0;
    font-size: 12px;
  }

  .add-form-button {
    font-size: 13px;
  }

  .p-global-nav > li:last-child > .sub-menu {
    translate: none;
  }

  .block3 {
    display: block;
  }
  .block3 li {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .add-mv-tools p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .add-mv-tools p {
    font-size: 12px;
  }

  .one-link {
    width: 40px;
  }

  .other-links {
    transform: translateX(calc(100% - 40px));
  }
  .other-links:after {
    width: 40px;
  }
  .other-links li a .icon {
    width: 20px;
  }
  .other-links li a .link-text {
    padding-left: 55px;
  }

  .block3 li h2 {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
