@charset "UTF-8";
html, body {
  width: 100%;
  overflow-x: none !important;
  touch-action: pan-y;
}

body {
  position: relative;
}

.container {
  width: 100%;
  overflow-x: hidden;
}
.container img {
  max-width: 100%;
}

#con {
  display: block;
}

#skipNav a {
  position: absolute;
  display: block;
  font-size: 0px;
  top: -9999px;
  left: -9999px;
}
#skipNav a:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  font-size: 20px;
  z-index: 9999;
  text-align: center;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1rem;
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 11.625rem;
}
.header::before {
  /* 	content: '';
  	display: block;
  	width: 100%;
  	height: 1px;
  	background-color: rgba(255, 255, 255, 0.2);
  	position: absolute;
  	top:rem(var.$headerH);
  	left:0; */
}
.header .inner {
  padding-left: 3.75em;
  padding-right: 3.75em;
}
.header svg .cw {
  fill: #111 !important;
  color: #222 !important;
}
.header .super {
  vertical-align: super;
  position: absolute;
  display: inline-block;
  transform: translateY(-0.4em) scale(0.8);
}
@media screen and (max-width: 1700px) {
  .header .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 1280px) {
  .header {
    height: 8.125rem;
  }
}
@media screen and (max-width: 800px) {
  .header {
    height: 5rem;
  }
}

.h_top {
  background-color: #111;
  color: #c6c6c6;
  transition: height 0.3s;
  overflow: hidden;
  height: 3.25em;
}
.h_top svg, .h_top span {
  vertical-align: middle;
}
.h_top ul {
  padding: 1em 0;
}
.h_top ul li {
  display: inline;
  margin-right: 1.375em;
}
.h_top ul .op5 {
  display: inline;
  opacity: 0.5;
}
.h_top .t_right li {
  margin-left: 1.375em;
  margin-right: 0;
}
.h_bottom {
  height: 8.4375rem;
}
.h_bottom .inner {
  position: relative;
  height: 100%;
}
.h_bottom .logo {
  font-size: 1rem;
  margin: 1.25em 0;
}
.h_bottom .logo a {
  display: block;
  position: relative;
  width: 15.625em;
  height: 5.625em;
}
.h_bottom .logo_dday {
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  width: 4.625em;
  height: 1.9375em;
  margin: 0.6875em 0 0;
  padding: 0.375em 0.75em;
  border-radius: 1.125em;
  background-image: linear-gradient(to right, #36d0f8 8%, #4577eb);
}
.h_bottom .logo_dday.on {
  color: #fff;
}
.h_bottom .logo_day1 {
  left: 6.7692307692em;
  width: 10.7692307692em;
  display: block;
  position: absolute;
  font-family: "Oxanium";
  font-weight: 600;
  bottom: 0;
  line-height: 3.3;
  font-size: 0.8125em;
  color: #13017c;
}
.h_bottom .logo_day2 {
  left: 6.7692307692em;
  width: 10.7692307692em;
  display: block;
  position: absolute;
  font-family: "Oxanium";
  font-weight: 600;
  bottom: 0;
  font-size: 0.8125em;
  color: #ee3a63;
}
.h_bottom .logo svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.h_bottom .allmenu_button_box {
  margin-left: auto;
  z-index: 3;
  height: 8.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .h_bottom .logo {
    margin-right: 1.25em;
  }
  .h_bottom .logo a {
    width: 11.25em;
    height: 5.625em;
  }
}
@media screen and (max-width: 1280px) {
  .h_top {
    display: none;
  }
  .h_bottom .logo a {
    margin-top: 0.625em;
    width: 15.625em;
    height: 5.625em;
  }
  .h_bottom .logo_dday {
    display: none;
  }
  .h_bottom .logo_days {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .h_bottom .logo_day1, .h_bottom .logo_day2 {
    position: static;
    display: inline;
  }
  .h_bottom .allmenu_button_box svg {
    width: 3.25em;
    height: 3.25em;
  }
}
@media screen and (max-width: 800px) {
  .h_bottom {
    height: 5rem;
  }
  .h_bottom .logo a {
    margin-top: 0;
    width: 7.8125em;
    height: 2.8125em;
  }
  .h_bottom .logo_dday {
    display: none;
  }
  .h_bottom .logo_days {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -0.5em;
    white-space: nowrap;
  }
  .h_bottom .logo_day1, .h_bottom .logo_day2 {
    font-size: 0.625em;
  }
  .h_bottom .allmenu_button_box {
    height: 5rem;
  }
  .h_bottom .allmenu_button_box svg {
    width: 2em;
    height: 2em;
  }
}

.gnb#gnb {
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 100%;
}
.gnb#gnb::before {
  content: "";
  display: none;
  position: absolute;
  top: 8.25rem;
  left: 50%;
  width: 110vw;
  transform: translateX(-50%);
  height: 1px;
  background-color: #e5e5e5;
  transition: all 0.3s;
}
.gnb#gnb a:hover {
  color: #ee3a63 !important;
  text-shadow: 0 0 0 #ee3a63;
}
.gnb_depth_1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 88.75em;
  padding: 0 2.5em;
}
.gnb_depth_1 > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.gnb_depth_1 > ul > li {
  display: table-cell;
  margin: 0;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.gnb_depth_1 > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8.4375rem;
  left: 50%;
  width: 0;
  margin-top: -0.25rem;
  transform: translateX(-50%);
  height: 0.25rem;
  background-color: #ee3a63;
  transition: all 0.3s;
}
.gnb_depth_1 > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 8.25rem;
  padding: 0 0.5em;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  color: #222;
  line-height: 1.25;
}
.gnb_depth_2 {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  min-height: 27.5em;
  height: calc(100% - 8.4375rem);
  margin-left: -1px;
  padding: 1.875em 0.5em;
}
.gnb_depth_2 > ul > li:not(:first-child) {
  margin-top: 0.9375em;
}
.gnb_depth_2 > ul > li > a {
  display: block;
  text-align: center;
  font-size: 1.125em;
}
.gnb_depth_3 > ul {
  background-color: #e1ebf5;
  padding: 1em;
  margin-top: 1em;
}
.gnb_depth_3 > ul > li:not(:first-child) {
  margin-top: 0.3125em;
}
.gnb_depth_3 > ul > li > a {
  color: #555;
}
.gnb_depth_3 > ul > li > a::before {
  content: "·";
  font-weight: 700;
  margin-right: 0.25em;
  display: inline;
}
@media screen and (max-width: 1440px) {
  .gnb {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .gnb {
    display: none;
  }
}

#header.on,
#header._fixed,
#header.hover {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
#header.on svg .cw,
#header._fixed svg .cw,
#header.hover svg .cw {
  fill: #111 !important;
  color: #222 !important;
}
#header.on .gnb_depth_1 > ul > li > a,
#header._fixed .gnb_depth_1 > ul > li > a,
#header.hover .gnb_depth_1 > ul > li > a {
  color: #222;
}
@media screen and (max-width: 1280px) {
  #header.on,
#header._fixed,
#header.hover {
    border-bottom: 1px solid #e5e5e5;
  }
}

@media screen and (min-width: 1281px), print {
  #header.on {
    height: auto;
    transform: translateY(0) !important;
  }
  #header.on .h_bottom {
    height: auto;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    left: 0;
    background-color: #fff;
    position: relative;
  }
  #header.on .h_bottom::after {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 8.3125em;
    border-top: 1px solid #e5e5e5;
  }
  #header.on .h_bottom .inner {
    /*padding: {
    	bottom: rem(140);
    };
     .logo{
    	position: absolute;
    	@include flex.flex-box();
    	@include flex.align-items('center');
    	@include flex.justify-content('center');
    	bottom:0;
    	left: 50%;
    	transform: translateX(-50%);
    	width: 100vw;
    	height: em(140);
    	margin: 0;
    	background-image: linear-gradient(96deg, #05085b 13%, #1157d2 88%);
    	.cw{
    		fill: #fff !important;
    	}
    	a{
    		display: inline-block;
    		position: relative;
    		width: auto;
    		height: em(65);
    	}
    	#logoImg{
    		svg{
    			width: em(300);
    			height: em(120);
    			margin-top: em(-6);
    		}
    		.logo_dday{
    			position: absolute;
    			right: 100%;
    			left: auto;
    			top:0;
    			margin-top: 0;
    			margin-right: em(15);
    		}
    		.logo_days{
    			position: absolute;
    			left: 100%;
    			color: #fff;
    			top:0;
    			margin: 0 0 0 em(16);
    			width: em(216);
    			height: em(65);
    			padding: em(15) em(22);
    			border: solid em(1) #fff;
    			> span{
    				position: static;
    				line-height: 1.25;
    				font-size: 1em;
    			}
    		}
    	}
    } */
  }
  #header.on .gnb#gnb {
    /* left: 0;
    top: 0;
    width: 100%;
    max-width: rem(1920);
    margin: 0 auto;
    &::before{
    	display: block;
    } */
  }
  #header.on .gnb_depth_1 {
    /*max-width: none;
     > ul{
    	padding: {
    		left:em(117);
    		right: em(117);
    	};
    } */
  }
  #header.on .gnb_depth_2 {
    display: block;
    opacity: 1;
  }
  #header.on .gnb_depth_1 > ul > li:hover::before {
    width: 100%;
  }
  #header.on .gnb_depth_1 > ul > li:hover > a {
    color: #ee3a63;
    text-shadow: 0 0 0 #ee3a63;
  }
  #header.on .gnb_depth_1 > ul > li:hover .gnb_depth_2 {
    background-color: #f2f5f8;
  }
}
@media screen and (max-width: 1700px) {
  #header.on .gnb_depth_1 > ul {
    padding-left: 0;
    padding-right: 0;
  }
}
#header.down {
  transform: translateY(-100%);
}

@media print {
  .header {
    position: absolute;
  }
}
.allMenuMo {
  display: none;
}

@media screen and (max-width: 1280px) {
  body.allMenuOpen {
    overflow: hidden;
  }

  .allMenuMo {
    display: none;
    z-index: 2000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    transition: opacity 0.3s ease-out;
    left: -100%;
    opacity: 0;
    overflow: hidden;
    font-size: 1rem;
  }
  .allMenuMo.on {
    opacity: 1;
    left: 0%;
  }
  .allMenuMo_box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    right: -120%;
    max-width: 62.5em;
    background-color: #fff;
    transition: right 0.5s ease-out;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .allMenuMo.on .allMenuMo_box {
    right: 0;
  }

  .allMenuMo_top {
    background-color: #111111;
    color: #fff;
  }
  .allMenuMo_top.st_1 {
    padding: 3.75em 2.5em;
  }
  .allMenuMo_top.st_1 ul li {
    display: inline-block;
    margin-right: 1.875em;
  }
  .allMenuMo_top.st_1 ul li a {
    font-size: 1.875em;
    font-weight: 700;
  }
  .allMenuMo_top.st_2 {
    padding: 1.875em 2.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .allMenuMo_top.st_2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    margin-left: -1.5625em;
    margin-right: -1.5625em;
  }
  .allMenuMo_top.st_2 ul li {
    flex: 1 1 auto;
    width: 33.3333333333%;
    font-size: 1.875em;
    padding: 0 0.8333333333em 0.6666666667em;
    margin-bottom: -0.6666666667em;
  }
  .allMenuMo_top.st_2 ul li > ._tit {
    border-bottom: 1px solid white;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  .allMenuMo_top.st_2 ul li > ._tit svg {
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
  }
  .allMenuMo_con > ul {
    padding: 2.875em 0;
  }
  .allMenuMo_con > ul > li {
    /* border-bottom: 1px solid #e5e5e5; */
  }
  .allMenuMo_con > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 2.4166666667em;
    padding: 0.625em 0.8333333333em;
    font-size: 3em;
    font-weight: bold;
    position: relative;
  }
  .allMenuMo_con > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center center;
    right: 2.5em;
    font-size: 0.3333333333em;
    width: 2.25em;
    height: 2.25em;
    background: no-repeat center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23222'/%3E%3C/g%3E%3C/svg%3E%0A");
    transition: transform 0.3s ease-out;
  }
  .allMenuMo_con > ul > li > a.on, .allMenuMo_con > ul > li > a:hover {
    color: #ee3a63;
  }
  .allMenuMo_con > ul > li > a.on:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .allMenuMo_con > ul > li > ul {
    display: none;
    background-color: #f4f4f4;
  }
  .allMenuMo_con > ul > li > ul > li:first-child {
    padding-top: 1.125em;
  }
  .allMenuMo_con > ul > li > ul > li:last-child {
    padding-bottom: 1.125em;
  }
  .allMenuMo_con > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 2.1333333333em;
    padding: 0.7333333333em 1.3333333333em;
    font-size: 1.875em;
    font-weight: 700;
  }
  .allMenuMo_con > ul > li > ul > li > a:hover {
    color: #ee3a63;
    font-weight: bold;
  }
  .allMenuMo_con > ul > li > ul > li > ul {
    display: none;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li:first-child {
    padding-top: 1.125em;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li:last-child {
    padding-bottom: 1.125em;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 1.8461538462em;
    padding: 0.3846153846em 2.6923076923em;
    font-size: 1.625em;
    position: relative;
    color: #555555;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li > a::before {
    content: "·";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.3076923077em;
  }
  .allMenuMo_con > ul > li > ul > li > ul > li > a:hover {
    color: #ee3a63;
    font-weight: bold;
  }
  .allMenuMo .allMenu_close {
    position: absolute;
    top: 3.75em;
    right: 2.5em;
    transition: transform 0.3s ease-out;
    transform: rotate(0);
  }
  .allMenuMo .allMenu_close svg {
    width: 2.0625em;
    height: 2.0625em;
  }
  .allMenuMo .allMenu_close svg path {
    stroke: #fff;
    stroke-width: 2px;
  }
  .allMenuMo .allMenu_close:hover {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) {
  .allMenuMo {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 800px) {
  .allMenuMo {
    font-size: 0.5rem;
  }
}
.ft {
  padding: 1.375em 3.75em;
  min-height: 27.5em;
  background-color: #041237;
  color: #858da1;
  font-size: 1rem;
  position: relative;
  z-index: 1;
}
.ft .btn {
  background-color: transparent;
  border-radius: 0.3125em;
  border: solid 0.125em #445170;
  font-weight: bold;
  transition: none;
}
.ft .btn:hover {
  border-color: #fff;
  color: #fff;
}
.ft .links_logo {
  color: #fff;
}
.ft .links_logo a {
  display: inline-block;
  max-width: 12.5em;
  margin-right: 0.625em;
  margin-left: -0.625em;
  margin-bottom: 0.625em;
}
.ft .ft_top {
  padding: 2.8125em 0;
  width: 100%;
}
.ft .ft_bottom {
  width: 100%;
}
.ft .ft_bottom .ftb_col_1 {
  flex: 0 1 auto;
  padding-right: 7.5em;
}
.ft .ft_bottom p {
  line-height: 1.67;
  letter-spacing: 0.015em;
}
.ft .ft_bottom .txt_1 {
  color: #fff;
  font-size: 1.125em;
  margin-bottom: 1.1111111111em;
}
.ft .ft_bottom .txt_2 {
  font-size: 0.9375em;
  margin-bottom: 1.3333333333em;
}
.ft .ft_logo {
  vertical-align: middle;
  margin-right: 1.625em;
}
.ft .ft_sns_buttons {
  display: inline-block;
  vertical-align: middle;
  position: static;
}
.ft .ft_sns_buttons .ft_facebook_button:hover circle {
  stroke: #198df2 !important;
}
.ft .ft_sns_buttons .ft_facebook_button:hover path {
  fill: #198df2 !important;
}
.ft .ft_sns_buttons .ft_twitter_button:hover circle {
  stroke: #6bbfff !important;
}
.ft .ft_sns_buttons .ft_twitter_button:hover path {
  fill: #6bbfff !important;
}
@media screen and (max-width: 1700px) {
  .ft .ft_bottom .links_logo {
    width: 100%;
    order: 1;
  }
  .ft .ft_bottom .ftb_col_1 {
    order: 2;
  }
  .ft .ft_bottom .ftb_col_2 {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  .ft {
    font-size: 0.75rem;
  }
  .ft .ft_logo {
    width: 16.875em;
  }
  .ft .ft_top {
    width: 100%;
  }
  .ft .ft_top > div {
    display: block;
    width: 100%;
  }
  .ft .ft_top .ml_auto {
    margin-top: 3.125em;
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
    white-space: nowrap;
  }
  .ft .btn {
    border-radius: 0.2083333333em;
    border: solid 0.0833333333em #445170;
    font-weight: bold;
    width: 50%;
    height: 3.75em;
    line-height: 3.75em;
    font-size: 1.5em;
  }
  .ft .ft_sns_buttons {
    display: block;
    margin-left: auto;
    margin-top: -4.375em;
    text-align: right;
  }
  .ft .ft_sns_buttons a {
    right: 0;
  }
  .ft .ft_sns_buttons a svg {
    width: 4.375em;
    height: 4.375em;
  }
  .ft .ft_bottom {
    width: 100%;
    margin-top: 3.125em;
    margin-bottom: 7.25em;
  }
  .ft .ft_bottom .links_logo {
    width: 100%;
    font-size: 1.5em;
    order: 1;
  }
  .ft .ft_bottom .ftb_col_1 {
    padding-right: 0;
    order: 2;
  }
  .ft .ft_bottom .ftb_col_2 {
    order: 3;
  }
  .ft .ft_bottom .txt_1 {
    font-size: 1.5em;
  }
  .ft .ft_bottom .txt_2 {
    font-size: 1.5em;
  }
  .ft .ft_bottom .ftb_col_1 {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .ft {
    font-size: 0.5rem;
  }
}

.floating {
  display: block;
  position: fixed;
  z-index: 980;
  right: 2.5em;
  width: 3.125em;
  height: 3.125em;
  transition: opacity 0.3s, margin 0.3s;
  opacity: 0;
  pointer-events: none;
  bottom: 3.125rem;
  margin-bottom: -3.125rem;
}
.floating.on {
  position: absolute;
}
.floating.down {
  opacity: 1;
  margin-bottom: 0;
  pointer-events: auto;
}
.floating_button, .floating_button_top {
  position: absolute;
  overflow: hidden;
  right: 0;
  width: 3.125em;
  height: 3.125em;
  border-radius: 3.125em;
  line-height: 3.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.floating_button svg, .floating_button_top svg {
  vertical-align: middle;
  width: 3.125em;
  height: 3.125em;
  margin-right: -0.025em;
}
.floating_button {
  display: block;
  background-image: linear-gradient(111deg, #ef3f63 22%, #f78850 85%);
  transition: width 0.3s;
  text-align: center;
  white-space: nowrap;
  padding-right: 1.25em;
  transform: translateY(-3.75rem);
}
.floating_button span {
  vertical-align: middle;
  margin-left: -0.625em;
  color: #fff;
  opacity: 0;
  display: none;
}
.floating_button:hover {
  width: 13.75em;
}
.floating_button:hover span {
  opacity: 1;
  display: inline;
}
.floating_button.on {
  border-color: #ee3a63;
  background-color: #ee3a63;
}
.floating_button_top {
  display: block;
  background-color: #999999;
  border: 1px solid #999999;
  text-align: center;
  width: 3.3333333333em;
  height: 3.3333333333em;
  line-height: 3.3333333333em;
  color: #fff;
  font-weight: 700;
  font-size: 0.9375em;
}
@media screen and (max-width: 1440px) {
  .floating {
    right: 1.25rem;
  }
}
.floating_download {
  bottom: -100%;
  font-size: 1rem;
  width: 28.125rem;
  height: 26.25rem;
  position: fixed;
  right: 2.5em;
  background-image: linear-gradient(142deg, #e43d61 6%, #f78750 93%);
  color: #fff;
  padding: 4.0625em 3.25em 0;
  transition: bottom 0.3s;
  visibility: hidden;
}
.floating_download.on {
  bottom: 0;
  visibility: visible;
}
.floating_download h3 {
  font-size: 1.75em;
  border-bottom: solid 0.125em #fff;
  padding-bottom: 0.3571428571em;
}
.floating_download_close {
  position: absolute;
  font-size: 1em;
  top: 0.875em;
  right: 1.0625em;
  width: 2.5625em;
  height: 2.5625em;
  padding: 0.625em;
}
.floating_download_close svg {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition: transform 0.3s;
}
.floating_download_close:hover svg {
  transform: rotate(-90deg);
}
.floating_download_control {
  padding-top: 0.625em;
}
.floating_download_control .total,
.floating_download_control .count {
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  font-size: 1.125em;
}
.floating_download_control .swiper-button-next,
.floating_download_control .swiper-button-prev {
  position: static;
  width: 2.625em;
  height: 2.625em;
  margin: 0;
  margin-left: 1.625em;
  margin-right: 0;
  opacity: 1 !important;
  background: no-repeat center center;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.floating_download_control .swiper-button-prev {
  transform: scaleX(-1);
  margin-right: 1.625em;
  margin-left: 0;
}
.floating_download_noData {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.floating_download_noData span {
  margin-top: -0.625em;
  font-size: 1.125em;
}
.floating_download_list {
  border-bottom: 1px solid #e5e5e5;
}
.floating_download_list .swiper-container {
  height: 14.375em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.floating_download_list .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.floating_download_list .swiper-slide {
  padding: 0.3125em 0;
  max-height: 3.125em;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.floating_download_list > div {
  margin-top: 1.25em;
}
.floating_download_list > div a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.375em;
  font-weight: bold;
}
.floating_download_list > div a > span {
  display: block;
  max-width: 100%;
}
.floating_download_list > div a::before {
  display: block;
  font-size: 0.7272727273em;
  min-width: 2.5em;
  width: 2.5em;
  height: 2.5em;
  margin-right: 1.5625em;
  background: no-repeat center;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg transform='translate(-1032 -3190)'%3E%3Cpath fill='%23ffffff' d='M15.964 12.98h-2.991V3h-1.994v9.98H7.988l3.988 3.992zM4 18.968v2h15.952v-2z' transform='translate(1040.024 3198.018)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  border-radius: 0.3125em;
}
.floating_download_list > div a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.floating_download_list > div a:hover::before {
  background-color: white;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg transform='translate(-1032 -3190)'%3E%3Cpath fill='%23111111' d='M15.964 12.98h-2.991V3h-1.994v9.98H7.988l3.988 3.992zM4 18.968v2h15.952v-2z' transform='translate(1040.024 3198.018)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 800px) {
  .floating_download {
    width: 100%;
    right: 0;
    padding: 3.3125em 1.25em 0;
  }
}

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