@charset "utf-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* =================================
 Reset
================================= */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}


/* =================================
 Default Settings
================================= */

table {
  border-collapse:collapse;
  border-spacing:0;
}

img {
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
}

a:not([class]) {
  text-decoration: underline;
  color: #1e9bcf;
}
a:not([class]):hover {
  text-decoration: none;
}

*,*::before,*::after {
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans', "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

html {
  font-size: 62.5%;
  line-height: 1.8;
}

body {
  font-size: 1.4rem;
  color: #101319;
}
@media (max-width: 767px) {
  html:not(.is-zoom) body {
    min-width: 320px;
    font-size: 1.3rem;
  }
}


html.is-zoom body {
  font-size: 2rem;
}


/* =================================
 Header
================================= */

.header {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 110px;
  padding-left: 120px;
  background: rgba(255,255,255,0);
  transition: 0.3s background, 0.3s height;
  z-index: 101;
  z-index: 102;
}
.is-zoom .header {
	position: fixed;
	top: 0;
	left: 0;
	transform: 1;
}
.header::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background: #000;
  background: linear-gradient(to bottom, rgba(23,29,130,0.15) 0%, rgba(23,29,130,0) 100%);
  opacity: 0;
  transition: 0.3s opacity;
}
.header--state-fixed {
  background: rgba(255,255,255,1);
  height: 60px;
}
.header--state-fixed::after {
  opacity: 1;
}
.header-inner {
		/*position: fixed;*/
		display: flex;
		justify-content: flex-end;
		/*width: calc(100% - 120px);*/
	width: 100%;
		top: 0;
		right: 0;
}
.is-zoom .header-inner{
	position: relative;
	max-width: none;
	width: 100%;
}
.header-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  background: #192159;
  transition: 0.3s height, 0.3s width;
}
.header--state-fixed .header-logo {
  width: 60px;
  height: 60px;
}
.header-logo__fill01 {
  fill: #dcdddd;
}
.header-logo__fill02 {
  fill: none;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /*max-width: 722px;*/
  max-width: 1200px;
  padding-top: 22px;
  transition: 0.3s padding;
}

html.is-zoom .header-nav {
    /*max-width: 880px;*/
    max-width: 1200px;
}

.header--state-fixed .header-nav {
  padding-top: 10px;
}
.header-nav__item {
  list-style: none;
}
.header-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  font-weight: 600;
  color: #101319;
  transition: 0.3s color;
}
.header-nav__link:hover {
  color: #171d81;
}
.header-nav__link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #171d81;
  opacity: 0;
}
.header-nav__link--active::after {
  opacity: 1;
}
.header-button {
  width: 173px;
  min-width: 150px;
  margin-left: 1.466666%;
  padding-top: 11px;
}
.header-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  border: 3px solid #171d82;
  text-decoration: none;
  font-weight: 600;
  color: #171d81;
  transition: 0.3s background, 0.3s height;
}
.header--state-fixed .header-button__link {
  height: 38px;
}
.header-button__link:hover {
  background: #171d82;
  color: #fff;
}

.header-language {
  display: flex;
  padding-top: 30px;
  padding-right: 1.533333%;
  margin-left: 1.866666%;
  transition: 0.3s padding;
}
.header--state-fixed .header-language {
  padding-top: 18px;
}
.header-language::after {
  content: '/';
  font-weight: 600;
  color: #d6d6d6;
  order: 1;
}
.header-language__item {
  list-style: none;
}
.header-language__item:not(:first-child) {
  order: 2;
}
.header-language__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  text-decoration: none;
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #d6d6d6;
}
.header-language__link--active {
  color: #171d81;
}

@media (max-width: 1050px) {
  html:not(.is-zoom) .header-nav__item,
  html:not(.is-zoom) .header-button {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:700px) {
  html.is-zoom .header-nav__item,
  html.is-zoom .header-button {
    font-size: 1.2rem;
  }
}


header-sp-buttton {
  display: none;
}
@media (max-width: 960px) {
  html:not(.is-zoom) .header,
  html:not(.is-zoom) .header--state-fixed {
    background: rgba(255,255,255,0);
    height: 60px;
  }
  html:not(.is-zoom) .header::before {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.65);
    z-index: -1;
    transition: 0.65s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateX(100%);
  }
  html:not(.is-zoom) .body--menu-show .header::before {
    transform: none;
  }
  html:not(.is-zoom) .header::after,
  html:not(.is-zoom) .header--state-fixed::after {
    opacity: 0;
  }
  html:not(.is-zoom) .header-logo,
  html:not(.is-zoom) .header--state-fixed .header-logo {
    width: 60px;
    height: 60px;
  }
  html:not(.is-zoom) .header-nav,
  html:not(.is-zoom) .header--state-fixed .header-nav {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
  }
  html:not(.is-zoom) .header-nav__item {
				border-bottom: 1px solid #263287;
  }
  html:not(.is-zoom) .header-nav__item:first-child {
   border-top: 1px solid #263287;
  }
  html:not(.is-zoom) .header-language,
  html:not(.is-zoom) .header--state-fixed .header-language {
    padding-top: 10px;
  }
  html:not(.is-zoom) .header-button__link,
  html:not(.is-zoom) .header--state-fixed .header-button__link {
    height: 38px;
  }
  html:not(.is-zoom) .header-sp-buttton {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    color: #ccc;
    z-index: 1;
  }
  html:not(.is-zoom) .header-inner {
    display: block;
    height: 100%;
    padding-top: 60px;
    background: #192159;
    transition: 0.5s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateX(100%);
    overflow-y: scroll;
				position: fixed;
  }
  html:not(.is-zoom) .body--menu-show {
    /*overflow: hidden;*/
  }
  html:not(.is-zoom) .body--menu-show .header-inner {
    transform: none;
  }
  html:not(.is-zoom) .header-nav__link {
    display: block;
    height: auto;
    color: #dcdddd;
    padding: 9px 12px;
  }
  html:not(.is-zoom) .header-nav__link--active {
    background: linear-gradient(45deg, #399, #36c) left top;
    color: #fff;
  }

  html:not(.is-zoom) .header-nav__link::after {
    content: none;
  }
  html:not(.is-zoom) .header-nav__link:hover {
    color: #dcdddd;
  }
  html:not(.is-zoom) .header-button {
    width: 100%;
    margin-left: 0;
    padding: 20px 10px 20px;
    text-align: center;
  }
  html:not(.is-zoom) .header-button__link {
    width: 100%;
    border: none;
    background-color: #fff;
  }
  html:not(.is-zoom) .header-language {
    justify-content: center;
    margin-left: 0;
    padding-right: 0;
  }
  html:not(.is-zoom) .header-language__link {
    background: #fff;
    border-radius: 50%;
  }
  html:not(.is-zoom) .header-language::after {
    content: '';
    display: block;
    width: 10px;
  }

  html:not(.is-zoom) .header-sp-buttton,
  html:not(.is-zoom) .header-sp-buttton span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  html:not(.is-zoom) .header-sp-buttton {
    position: relative;
    width: 40px;
    height: 36px;
    
  }
  html:not(.is-zoom) .header-sp-buttton span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.3);
  }
  html:not(.is-zoom) .header-sp-buttton span:nth-of-type(1) {
    top: 0;
  }
  html:not(.is-zoom) .header-sp-buttton span:nth-of-type(2) {
    top: 17px;
  }
  html:not(.is-zoom) .header-sp-buttton span:nth-of-type(3) {
    bottom: 0;
  }
  html:not(.is-zoom) .header-sp-buttton {
    -webkit-animation: menu-close .6s;
    animation: menu-close .6s;
  }
  html:not(.is-zoom) .body--menu-show .header-sp-buttton {
    -webkit-animation: menu-open .6s;
    animation: menu-open .6s;
  }
  html:not(.is-zoom) .body--menu-show .header-sp-buttton span {
    background-color: #fff;
    box-shadow: none;
  }
  @-webkit-keyframes menu-close {
    30% {
      -webkit-transform: scale(0);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes menu-close {
    30% {
      transform: scale(0);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @-webkit-keyframes menu-open {
    30% {
      -webkit-transform: scale(0);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes menu-open {
    30% {
      transform: scale(0);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  html:not(.is-zoom) .body--menu-show .header-sp-buttton span:nth-of-type(1) {
    -webkit-transform: translateY(17px) rotate(-45deg);
    transform: translateY(17px) rotate(-45deg);
  }
  html:not(.is-zoom) .body--menu-show .header-sp-buttton span:nth-of-type(2) {
    opacity: 0;
  }
  html:not(.is-zoom) .body--menu-show .header-sp-buttton span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
}
/* @media all and (-ms-high-contrast: none){
	.header{
		transform:scale(0.666667);
		transform-origin:left top;
		width:calc(150% - 17px);
	}
	.header-inner{
		position: relative;
	}
} */


/* =================================
 Contents
================================= */

.main {
  background: url(/ixsweb/wp-content/themes/ixs_temp01/assets/img/common/contents_bg.jpg?v=20220506) no-repeat center top;
}


/* =================================
 Footer
================================= */

.footer-upper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  background: url(/ixsweb/wp-content/themes/ixs_temp01/assets/img/common/footer_contact_bg.jpg) no-repeat center top;
  background-size: cover;
}
.footer-upper__title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: #fff;
}
.footer-upper__button {
  margin-top: 26px;
}

.footer-lower {
  padding-top: 40px;
  background: #192159;
  font-size: 1.2rem;
  color: #dcdddd;
}
html.is-zoom .footer-lower {
  font-size: 1.6rem;
}
.footer-lower__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer-logo {
  width: 14.83333%;
  padding-top: 10px;
}
.footer-logo img {
  margin-bottom: 12px;
}
.footer-address {
  display: flex;
  flex-wrap: wrap;
  width: 30.83333%;
}
.footer-address__term {
  width: 21.53162%;
}
.footer-address__description {
  width: 78.46838%;
}
.footer-address__term:nth-of-type(2),
.footer-address__description:nth-of-type(2) {
  margin-top: 22px;
}
.footer-links {
  display: flex;
  width: 54.33333%;
}
.footer-links__list {
  width: 33.33333%;
  padding-left: 22px;
  border-left: 1px solid #263287;
}
.footer-links__item {
  list-style: none;
}
.footer-links__item:not(:first-child) {
  padding-top: 18px;
}
.footer-links__link {
  text-decoration: none;
  color: #dcdddd;
}
.footer-links__link:hover {
  text-decoration: underline;
}
.footer-copyright {
  width: 100%;
  margin-top: 34px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #263287;
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
  font-size: 1.1rem;
}

.button-contact {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 60px;
  background: #dd3265;
  border: 2px solid #dd3265;
  text-decoration: none;
  text-align: center;
  line-height: 58px;
  font-size: 1.6rem;
  color: #fff;
  transition: 0.3s color;
  z-index: 1;
}
.button-contact:hover {
  color: #dd3265;
}
.button-contact::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: #fff;
  transform: scaleX(0);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) transform;
  transform-origin: right;
  z-index: -1;
}
.button-contact:hover::before {
  transform: none;
  transform-origin: left;
}
.button-contact::after {
  position: absolute;
  right: -12px;
  top: 35px;
  display: block;
  content: '';
  width: 27px;
  height: 1px;
  background: linear-gradient(to right, #ffcd71 0%, #ffcd71 33.33333%, rgba(255,205,113,0) 33.33334%, rgba(255,205,113,0) 66.66666%, #ffcd71 66.66667%, #ffcd71) right top;
  background-size: 81px 1px;
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) background;
}
.button-contact:hover::after {
  background-position: left top;
}


@media (max-width: 1024px) {
  .footer-links {
    flex-direction: column;
  }
  .footer-links__list {
    width: 100%;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-links__item {
    margin-right: 1em;
  }
  .footer-links__item:not(:first-child) {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  html:not(.is-zoom) .footer-lower__inner {
    flex-direction: column;
  }
  html:not(.is-zoom) .footer-logo {
    width: 100%;
    text-align: center;
  }
  html:not(.is-zoom) .footer-address {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  html:not(.is-zoom) .footer-links {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #263287;
  }
  html:not(.is-zoom) .footer-links__list {
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
  }
  html:not(.is-zoom) .footer-address__term,
  html:not(.is-zoom) .footer-address__description {
    width: 100%;
  }
  html:not(.is-zoom) .footer-address__description:nth-of-type(2) {
    margin-top: 0;
  }
  html:not(.is-zoom) .footer-upper__title {
    font-size: 3rem;
  }
  html:not(.is-zoom) .button-contact {
    width: 260px;
    height: 46px;
    line-height: 42px;
    font-size: 1.3rem;
  }
}


/* pagetop */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size:12px;
	font-size: 1.2rem;
	z-index:100;
	width:40px;
	height:40px;
}
/* .is-zoom #pagetop {
	right: 17px;
} */
#pagetop a {
	display: block;
	width:40px;
	height:40px;
	background-color: rgba(33,44,118,1);
	text-decoration: none;
	color: #fff;
	text-align: center;
	transition: all 0.6s ease-out;
	position: relative;
}
#pagetop a::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left:50%;
	width: 10px;
	height: 10px;
	margin: -2px 0 0 -4px;
	border-left:2px solid #ffffff;
	border-top:2px solid #ffffff;
	transform: rotate(45deg);
	background:none;
}
#pagetop a span{
	visibility:hidden;
}
#pagetop a:hover {
	background-color: rgba(33,44,118,0.5);
}



.is-zoom {
	overflow: hidden;
  height: 150vh;
}
.is-zoom .wrapper{
	transform: scale(0.666666666);
	transform-origin: left top;
	width: 150vw;
	overflow-x: hidden;
	height: 150vh;
	/*height: calc(150vh - 110px);*/
}
.is-zoom .header{
	transform: scale(0.666666666);
	transform-origin: left top;
	width: calc(150vw - 17px);
}
/*
.is-zoom body {
	transform: scale(0.666666666);
	transform-origin: left top;
	width: 150vw;
	overflow-x: hidden;
	height: 150vh;
}
*/