@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
/* reset css */
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

button {
  border: none;
  background: none;
}

table {
  font-size: inherit;
  font: 100%;
}

code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  word-wrap: break-word;
  line-height: 1;
  letter-spacing: normal;
  color: #1e1e1e;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  word-break: break-all;
  letter-spacing: 0.04em;
}

html {
  font-size: calc(100vw / 37.5);
}
@media print, screen and (min-width: 568px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

html.user-ie-11 {
  font-size: 58%;
  font-size: 60%;
}
html.user-ie-11 body {
  font-family: 'メイリオ', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', sans-serif;
}

.clearfix:after {
  font-size: .1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: .1px;
  content: ' ';
}

.clearfix {
  /*\*/
    /*/
display: inline-table !important;
/**/
}

a {
  text-decoration: none;
  color: #1e1e1e;
}

a:hover {
  text-decoration: none;
}

a {
  outline: none !important;
}

button:focus,
a:focus {
  outline: none !important;
}

:-moz-focusring {
  outline: 0 dotted #fff;
}

a:focus, *:focus {
  outline: none;
}

.f-bold {
  font-weight: 700 !important;
}

html {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

img {
  width: 100%;
  height: auto;
}

/************************************
form
*************************************/
select {
  outline: none;
}

option {
  outline: none;
}

select {
  outline: 0;
}

option {
  outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #faffbd;
  background-image: none;
  color: black;
}

select:-moz-focusring * {
  text-shadow: none;
}

select:-moz-focusring {
  color: #fff;
  text-shadow: 0px 0px 0px #fff;
  /* カラーは調整して下さい */
}

select::-moz-focus-inner,
option::-moz-focus-inner {
  border: 0px;
}

option,
select,
textarea,
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="select"],
input[type="option"] {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  background: #fff;
}

input[type="option"],
input[type="select"] {
  overflow: hidden;
  word-wrap: normal !important;
  white-space: normal;
  max-width: 100%;
}

input[type="select"] {
  font-size: 16px;
  font-size: 1.6rem;
}

/* for firefox */
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* for ie10 ie11 */
select::-ms-expand {
  display: none;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #999;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #b1b5ba;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 2px;
  line-height: normal !important;
}

body.user-os-iphone input::-webkit-input-placeholder {
  padding-top: 0px;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #b1b5ba;
  opacity: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #b1b5ba;
  opacity: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #b1b5ba;
  font-size: 16px;
  font-size: 1.6rem;
}

textarea,
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type=text] {
  width: 100%;
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ccc;
  line-height: 1;
}

textarea {
  height: 100px;
  padding: 10px 10px;
}

textarea:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
  border: 1px solid #999 !important;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* Firefox 18- */
  :-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* Firefox 19+ */
  ::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* IE 10+ */
  :-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }

  textarea,
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  input[type=text] {
    width: 435px;
    padding: 2px 10px;
    height: 32px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  textarea.type-login,
  input[type="tel"].type-login,
  input[type="email"].type-login,
  input[type="password"].type-login,
  input[type=text].type-login {
    width: 100%;
    height: 40px;
  }

  textarea {
    width: 100%;
    height: 160px;
    padding: 10px 10px;
  }
}
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html {
  /* 基本375で考える スマホ568までが縦と考える */
  font-size: calc(100vw / 37.5);
}
@media print, screen and (min-width: 420px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 568px) {
  html {
    font-size: 62.5%;
  }
}
@media print, screen and (min-width: 750px) {
  html {
    font-size: 62.5%;
  }
}

.sp-disp-br {
  display: inline;
}

.pc-disp-br {
  display: none;
}

.sp-disp {
  display: block;
}

.pc-disp {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .sp-disp-br {
    display: none;
  }

  .pc-disp-br {
    display: inline;
  }

  .sp-disp {
    display: none;
  }

  .pc-disp {
    display: block;
  }
}
body.state-mouse-false {
  position: relative;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
body.state-mouse-false::before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  opacity: 0;
  content: "";
}

body {
  overflow: hidden;
}

/****************************************************
header
****************************************************/
body.state-menu-active .header-menu {
  right: 0;
}
body.state-menu-active .header-menu::after {
  right: 0;
  opacity: 0.85;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  -ms-transition: opacity 0.3s ease, transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
body.state-menu-active .header-menu-inner {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.2s ease;
  -moz-transition: opacity 0.3s 0.2s ease;
  -ms-transition: opacity 0.3s 0.2s ease;
  -o-transition: opacity 0.3s 0.2s ease;
  transition: opacity 0.3s 0.2s ease;
}
body.state-menu-active .header-btn-menu a span {
  top: 20px;
  width: 28px;
  margin-left: -14px;
}
body.state-menu-active .header-btn-menu a span:nth-of-type(1) {
  margin-top: -9px;
}
body.state-menu-active .header-btn-menu a span:nth-of-type(3) {
  margin-top: 7px;
}
body.state-menu-active .header-btn-menu a span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
body.state-menu-active .header-btn-menu a span:nth-of-type(2) {
  opacity: 0;
}
body.state-menu-active .header-btn-menu a span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
body.state-menu-active .header-btn-menu a::after {
  background: url(../img/common/header_menu_txt.png) 0 -7px no-repeat;
  background: url(../img/common/header_menu_txt.png) 0 7px no-repeat;
  background-size: 26px 14px;
}
body.state-menu-active .wrap-hack {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
body.state-menu-active .wrap-hack-pos {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.anchor-point {
  margin-top: -40px;
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .anchor-point {
    margin-top: -6.25vw;
    padding-top: 6.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .anchor-point {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.g-header {
  position: absolute;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
.g-header::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background: url(../img/common/header_sp_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .g-header::after {
    height: 14.60938vw;
    background: url(../img/common/header_pc_bg.png) 0 0 repeat-x;
  }
}
@media screen and (min-width: 1280px) {
  .g-header::after {
    height: 187px;
  }
}

.header-inner {
  position: relative;
  width: 94.66667vw;
  margin: 0 auto;
  height: 40px;
  border-bottom: 1px solid #fff;
  z-index: 9;
  background: none;
}
@media print, screen and (min-width: 768px) {
  .header-inner {
    width: auto;
    margin: 0 1.5625vw;
    height: 6.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .header-inner {
    width: auto;
    margin: 0 20px;
    height: 80px;
  }
}

.header-logo {
  position: absolute;
  width: 54px;
  top: 9px;
  left: 0;
  z-index: 10;
}
.header-logo a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .header-logo {
    width: 9.0625vw;
    top: 1.40625vw;
    left: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .header-logo {
    width: 116px;
    top: 18px;
    left: 1px;
  }
}

.header-btn-menu {
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 39px;
  margin-left: -17px;
}
.header-btn-menu a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-btn-menu a span {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 24px;
  height: 1px;
  margin-left: -12px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-btn-menu a span:nth-of-type(1) {
  margin-top: -7px;
}
.header-btn-menu a span:nth-of-type(2) {
  margin-top: -1px;
}
.header-btn-menu a span:nth-of-type(3) {
  margin-top: 5px;
}
.header-btn-menu a::after {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 26px;
  height: 7px;
  margin-left: -13px;
  background: url(../img/common/header_menu_txt.png) 0 0 no-repeat;
  background-size: 26px 14px;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .header-btn-menu {
    display: none;
  }
}

.header-logo-sammy {
  position: absolute;
  width: 69px;
  top: 10px;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .header-logo-sammy {
    width: 10.9375vw;
    top: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .header-logo-sammy {
    width: 140px;
    top: 20px;
  }
}

.header-menu {
  position: absolute;
  position: fixed;
  z-index: 2;
  top: 40px;
  right: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  height: calc(100% - 40px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.header-menu::after {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  -ms-transition: opacity 0.3s ease, transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .header-menu {
    position: absolute;
    right: auto;
    left: 50%;
    overflow-y: hidden;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    top: 50%;
    width: calc(100% - 30%);
  }
  .header-menu::after {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .header-menu {
    width: calc(100% - 400px);
  }
}

.header-menu-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  -ms-transition: opacity 0.3s 0s ease;
  -o-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
@media print, screen and (min-width: 768px) {
  .header-menu-inner {
    opacity: 1;
  }
}

.header-menu-nav {
  position: relative;
  z-index: 1;
}
.header-menu-nav ul {
  padding-top: 5.33333vw;
}
.header-menu-nav ul li {
  position: relative;
  overflow: hidden;
}
.header-menu-nav ul li div,
.header-menu-nav ul li a {
  display: block;
  padding: 4.66667vw 0 4.66667vw 0;
  font-size: 4.53333vw;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .header-menu-nav {
    z-index: 10;
  }
  .header-menu-nav ul {
    padding-top: 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .header-menu-nav ul li div,
  .header-menu-nav ul li a {
    padding: 0.78125vw 0 0.78125vw 0;
    font-size: 1.40625vw;
    margin: 0 2.34375vw;
  }
}
@media screen and (min-width: 1280px) {
  .header-menu-nav ul {
    padding-top: 0;
  }
  .header-menu-nav ul li div,
  .header-menu-nav ul li a {
    padding: 10px 0 10px 0;
    font-size: 18px;
    margin: 0 30px;
  }
  .header-menu-nav ul li a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header-menu-nav ul li a:hover {
    opacity: 0.7 !important;
  }
}

.content-wrap {
  position: relative;
  z-index: 1;
}

.main-content {
  position: relative;
}

.page-top {
  position: fixed;
  position: absolute;
  bottom: -6.66667vw;
  right: 2.66667vw;
  z-index: 100;
  width: 13.33333vw;
}
.page-top a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .page-top {
    bottom: -2.8125vw;
    right: 1.5625vw;
    width: 5.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-top {
    bottom: -36px;
    right: 20px;
    width: 72px;
  }
  .page-top a {
    position: relative;
    z-index: 2;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .page-top a:hover {
    opacity: 0.7 !important;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .page-top::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/page_top_bg.png) 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 1;
  }
}

/****************************************************
footer
****************************************************/
html,
body {
  background: #151515;
}

.g-footer {
  background: #151515;
  text-align: left;
  padding: 5.6vw 0 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .g-footer {
    padding: 3.28125vw 0 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .g-footer {
    padding: 42px 0 40px;
  }
}

.footer-inner {
  position: relative;
  z-index: 2;
  width: 94.66667vw;
  margin: 0 auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .footer-inner {
    width: auto;
    margin: 0 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer-inner {
    margin: 0 20px;
  }
}

.footer-logo-nav {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  width: 80vw;
}
@media print, screen and (min-width: 768px) {
  .footer-logo-nav {
    width: 54.6875vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer-logo-nav {
    width: 700px;
  }
}

.footer-logo {
  width: 30.13333vw;
}
.footer-logo a {
  width: 25.73333vw;
  display: block;
}
.footer-logo a img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer-logo {
    width: 17.65625vw;
  }
  .footer-logo a {
    width: 15.46875vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer-logo {
    width: 226px;
  }
  .footer-logo a {
    width: 198px;
  }
}

.footer-nav {
  width: 49.33333vw;
  border-left: 1px solid #fff;
  padding-left: 4vw;
}
.footer-nav ul {
  padding: 0.26667vw 0 0.53333vw;
}
.footer-nav ul li {
  margin-bottom: 2.66667vw;
  position: relative;
  width: 120%;
}
.footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer-nav ul li a {
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .footer-nav {
    width: 35.9375vw;
    padding-left: 2.34375vw;
  }
  .footer-nav ul {
    padding: 0.15625vw 0 0.3125vw;
  }
  .footer-nav ul li {
    margin-bottom: 1.5625vw;
  }
  .footer-nav ul li:last-child {
    margin-bottom: 0;
  }
  .footer-nav ul li a {
    color: #fff;
    font-size: 1.09375vw;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  .footer-nav {
    width: 460px;
    padding-left: 30px;
  }
  .footer-nav ul {
    padding: 2px 0 4px;
  }
  .footer-nav ul li {
    margin-bottom: 20px;
  }
  .footer-nav ul li:last-child {
    margin-bottom: 0;
  }
  .footer-nav ul li a {
    font-size: 14px;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer-nav ul li a:hover {
    opacity: 0.7 !important;
  }
}

.footer-copyright {
  width: 13.33333vw;
  text-align: right;
  padding-top: 5.6vw;
}
.footer-copyright small {
  font-size: 3.2vw;
  color: #fff;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .footer-copyright {
    width: 7.8125vw;
    padding-top: 3.28125vw;
  }
  .footer-copyright small {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer-copyright {
    width: 100px;
    padding-top: 42px;
  }
  .footer-copyright small {
    font-size: 14px;
  }
}

/****************************************************
kv
****************************************************/
.kv-about {
  position: relative;
  padding-bottom: 129.34%;
  background: url(../img/about/kv-about.png) center center no-repeat #0324c3;
  background-size: cover;
  margin-bottom: 13.33333vw;
}
.kv-about::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/kv_under_bg_sp.png) center center no-repeat;
  background-size: cover;
}

.kv-about-logo {
  position: absolute;
  left: 50%;
  width: 29.33333vw;
  top: 34.03%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.kv-about-txt-en {
  position: absolute;
  top: 54.13%;
  width: 100%;
  text-align: center;
  font-size: 5.33333vw;
  font-weight: 900;
  color: #fff;
}

.kv-about-txt-ja {
  position: absolute;
  top: 62.89%;
  top: 56.71%;
  width: 100%;
  text-align: center;
  font-size: 5.33333vw;
  font-weight: 900;
  color: #fff;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .kv-about {
    padding-bottom: 0;
    height: 485px;
    background: url(../img/about/kv-about.png) center center no-repeat #0324c3;
    background-size: cover;
    margin-bottom: 100px;
  }
  .kv-about::before {
    background: url(../img/common/kv_under_bg_pc.png) center center no-repeat;
    background-size: cover;
  }

  .kv-about-logo {
    position: absolute;
    left: 50%;
    width: 16.875vw;
    width: 216px;
    top: 19.8%;
    top: 106px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .kv-about-logo {
    width: 216px;
  }
}

@media print, screen and (min-width: 768px) {
  .kv-about-txt-en {
    top: 108.25%;
    font-size: 42px;
    font-size: 4.2rem;
    top: 280px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .kv-about-txt-en {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .kv-about-txt-ja {
    top: 125.78%;
    top: 113.41%;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    top: 320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .kv-about-txt-ja {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

/* under */
.kv-under {
  position: relative;
  padding-bottom: 38.14%;
  background: #0221a4;
  background: url(../img/about/kv_about_sp.png) center 5% no-repeat;
  background: url(../img/common/kv_bg_sp.png) center center no-repeat #0221a4;
  background-size: cover;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.kv-under::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/kv_under_bg_sp.png) center center no-repeat;
  background-size: cover;
}
.kv-under.type-mb-80 {
  margin-bottom: 10.66667vw;
}
.kv-under.type-mb-100 {
  margin-bottom: 13.33333vw;
}
.page-relatedvideos .kv-under {
  padding-bottom: 18.67%;
  background: #011056;
}
.page-relatedvideos .kv-under::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/kv_bg_under.png) center center repeat;
  background-size: 8px 8px;
}
.page-goods .kv-under, .page-forbeginners .kv-under {
  padding-bottom: 18.67%;
  background: none;
}
.page-goods .kv-under::before, .page-forbeginners .kv-under::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/kv_bg_under.png) center center repeat;
  background-size: 8px 8px;
}

.kv-under-txt {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 7.2vw;
  font-weight: 700;
  color: #fff;
}
.page-goods .kv-under-txt, .page-relatedvideos .kv-under-txt, .page-forbeginners .kv-under-txt {
  font-size: 5.6vw;
}
.kv-under-txt.type-playspot {
  font-size: 4.8vw;
  font-weight: 500;
}
.kv-under-txt.type-playspot .kv-under-txt-inner {
  display: block;
  margin-top: 2.66667vw;
  font-size: 7.2vw;
  font-weight: 700;
}
.kv-under-txt.type-playspot .kv-under-txt-inner span {
  position: relative;
}
.kv-under-txt.type-playspot .kv-under-txt-inner span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: -26px;
  width: 16px;
  height: 1px;
  background: #fff;
  content: "";
  z-index: 5;
}
.kv-under-txt.type-playspot .kv-under-txt-inner span::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -26px;
  width: 16px;
  height: 1px;
  background: #fff;
  content: "";
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  .kv-under {
    padding-bottom: 38.14%;
    padding-bottom: 0;
    height: 220px;
    background: url(../img/common/kv_bg_pc.png) center 0 no-repeat #0221a4;
    background-size: cover;
  }
  .kv-under::before {
    background: url(../img/common/kv_under_bg_pc.png) 0 0 repeat-x;
    background-size: auto 100%;
  }
  .kv-under.type-mb-80 {
    margin-bottom: 5.46875vw;
    margin-bottom: 70px;
  }
  .kv-under.type-mb-100 {
    margin-bottom: 6.25vw;
    margin-bottom: 80px;
  }
  .page-goods .kv-under, .page-forbeginners .kv-under {
    padding-bottom: 0;
    height: 140px;
  }
  .page-relatedvideos .kv-under {
    padding-bottom: 0;
    height: 140px;
  }

  .kv-under-txt {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    font-size: 46px;
    font-size: 4.6rem;
  }
  .page-relatedvideos .kv-under-txt {
    font-size: 42px;
    font-size: 4.2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page-goods .kv-under-txt, .page-forbeginners .kv-under-txt {
    font-size: 42px;
    font-size: 4.2rem;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
  }
  .kv-under-txt.type-playspot {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .kv-under-txt.type-playspot .kv-under-txt-inner {
    margin-top: 15px;
    font-size: 46px;
    font-size: 4.6rem;
  }
  .kv-under-txt.type-playspot .kv-under-txt-inner span::after {
    left: -45px;
    width: 30px;
    height: 1px;
  }
  .kv-under-txt.type-playspot .kv-under-txt-inner span::before {
    right: -45px;
    width: 30px;
    height: 1px;
  }
}
/****************************************************
common
****************************************************/
.jsLazyAnime.type-opacity {
  opacity: 0;
}
.jsLazyAnime.type-opacity.lazyAnimate {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0s ease-out;
  -moz-transition: opacity 0.8s 0s ease-out;
  -ms-transition: opacity 0.8s 0s ease-out;
  -o-transition: opacity 0.8s 0s ease-out;
  transition: opacity 0.8s 0s ease-out;
}

.jsLazyAnime.type-fade-out {
  opacity: 1;
}
.jsLazyAnime.type-fade-out.lazyAnimate {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0s ease-out;
  -moz-transition: opacity 0.8s 0s ease-out;
  -ms-transition: opacity 0.8s 0s ease-out;
  -o-transition: opacity 0.8s 0s ease-out;
  transition: opacity 0.8s 0s ease-out;
}

.jsLazyAnime.type-y {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
@media screen and (min-width: 641px) {
  .jsLazyAnime.type-y {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.jsLazyAnime.type-y.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.8s 0s ease-out, transform 0.8s 0s ease-out;
  -moz-transition: opacity 0.8s 0s ease-out, transform 0.8s 0s ease-out;
  -ms-transition: opacity 0.8s 0s ease-out, transform 0.8s 0s ease-out;
  -o-transition: opacity 0.8s 0s ease-out, transform 0.8s 0s ease-out;
  transition: opacity 0.8s 0s ease-out, transform 0.8s 0s ease-out;
}

/* title */
.sec-ttl {
  width: 94.66667vw;
  margin: 0 auto 4.8vw;
  padding-top: 0.53333vw;
}
.sec-ttl.type-r {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
@media print, screen and (min-width: 768px) {
  .sec-ttl {
    width: auto;
    margin: 0 0 0;
  }
}

.sec-ttl-inner {
  position: relative;
  display: inline-block;
  height: 22vw;
  padding-right: 12.8vw;
}
@media print, screen and (min-width: 768px) {
  .sec-ttl-inner {
    height: 8.90625vw;
    padding-right: 4.21875vw;
  }
}
@media screen and (min-width: 1280px) {
  .sec-ttl-inner {
    height: 114px;
    padding-right: 54px;
  }
}
.sec-ttl-inner i {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #000;
  top: 0;
  right: 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: skewX(-34deg);
}
.sec-ttl-inner span {
  display: block;
  line-height: 1;
}
.sec-ttl-inner span.sec-ttl-en {
  font-size: 5.86667vw;
  font-weight: 800;
  letter-spacing: 0.4em;
  margin-bottom: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .sec-ttl-inner span.sec-ttl-en {
    font-size: 2.5vw;
    margin-bottom: 1.17188vw;
  }
}
@media screen and (min-width: 1280px) {
  .sec-ttl-inner span.sec-ttl-en {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.sec-ttl-inner span.sec-ttl-ja {
  font-size: 2.93333vw;
  font-weight: 400;
  letter-spacing: 0.4em;
}
@media print, screen and (min-width: 768px) {
  .sec-ttl-inner span.sec-ttl-ja {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .sec-ttl-inner span.sec-ttl-ja {
    font-size: 16px;
  }
}

/* btn */
.btn-square {
  width: 94.66667vw;
  margin: 0 auto;
}
.btn-square.type-r {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.btn-square.type-r a {
  margin: 0 0;
}
@media print, screen and (min-width: 768px) {
  .btn-square {
    width: 100%;
  }
}
.btn-square a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 3.2vw;
  width: 37.86667vw;
  height: 9.6vw;
  background: #1e1e1e;
  bottom: 2px solid #c7c7c7;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  margin: 0 auto;
}
.btn-square a span {
  position: relative;
  z-index: 5;
  color: #fff;
}
.btn-square a::before {
  position: absolute;
  content: '';
  display: block;
  width: 6.13333vw;
  height: 100%;
  background: #0023c3;
  z-index: 1;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  transform: skewX(-34deg);
}
@media print, screen and (min-width: 768px) {
  .btn-square a {
    font-size: 1.25vw;
    width: 15.78125vw;
    height: 3.75vw;
  }
  .btn-square a::before {
    width: 2.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .btn-square a {
    font-size: 16px;
    width: 202px;
    height: 48px;
    bottom: 1px solid #c7c7c7;
  }
  .btn-square a::before {
    width: 32px;
    -webkit-transition: transform 0.3s ease-out, width 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, width 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out, width 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, width 0.3s ease-out;
    transition: transform 0.3s ease-out, width 0.3s ease-out;
  }
  .btn-square a:hover::before {
    width: 100%;
    transform: skewX(0);
    -webkit-transition: transform 0.1s ease-out, width 0.1s ease-out;
    -moz-transition: transform 0.1s ease-out, width 0.1s ease-out;
    -ms-transition: transform 0.1s ease-out, width 0.1s ease-out;
    -o-transition: transform 0.1s ease-out, width 0.1s ease-out;
    transition: transform 0.1s ease-out, width 0.1s ease-out;
  }
}

.ta-r {
  text-align: right;
}

.list-indent.add-mb {
  margin-bottom: 6.66667vw;
}
@media print, screen and (min-width: 768px) {
  .list-indent.add-mb {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1280px) {
  .list-indent.add-mb {
    margin-bottom: 50px;
  }
}
.list-indent ul {
  margin-top: 2.66667vw;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .list-indent ul {
    margin-top: 0.78125vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 1280px) {
  .list-indent ul {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.list-indent li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0px;
  line-height: 1.8;
  font-size: 2.66667vw;
  margin-bottom: 2.66667vw;
}
.list-indent li:last-child {
  margin-bottom: 0;
}
.list-indent li span.indent {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .list-indent li {
    font-size: 0.9375vw;
    margin-bottom: 0.39063vw;
  }
}
@media screen and (min-width: 1280px) {
  .list-indent li {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.list-indent li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0vw;
}
.list-indent.type-brackets li {
  padding-left: 2.3em;
}
.list-indent.type-normal li {
  padding-left: 1.2em;
}
.list-indent.type-policy {
  margin-left: 6.13333vw;
  margin-right: 0vw;
}
.list-indent.type-policy li {
  line-height: 1.6;
  font-size: 3.2vw;
  margin-bottom: 0.66667vw;
}
.list-indent.type-policy li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .list-indent.type-policy {
    margin-left: 5vw;
  }
  .list-indent.type-policy li {
    font-size: 1.40625vw;
    margin-bottom: 0.39063vw;
  }
}
@media screen and (min-width: 1280px) {
  .list-indent.type-policy {
    margin-left: 64px;
  }
  .list-indent.type-policy li {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

/****************************************************
kv
****************************************************/
.index-kv {
  position: relative;
  height: 113.33333vw;
  background: #000;
}
@media print, screen and (min-width: 768px) {
  .index-kv {
    height: 66.40625vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-kv {
    height: 850px;
  }
}

.index-kv-cover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
}

.index-kv-logo {
  position: absolute;
  z-index: 6;
  width: 77.33333vw;
  top: 37.73333vw;
  left: 50%;
  margin-left: -38.66667vw;
}
@media print, screen and (min-width: 768px) {
  .index-kv-logo {
    width: 45.3125vw;
    top: 22.34375vw;
    margin-left: -22.65625vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-kv-logo {
    width: 580px;
    top: 286px;
    margin-left: -290px;
  }
}

.index-kv-txt {
  position: absolute;
  z-index: 6;
  width: 79.2vw;
  top: 70.13333vw;
  left: 50%;
  margin-left: -39.6vw;
}
@media print, screen and (min-width: 768px) {
  .index-kv-txt {
    width: 46.40625vw;
    top: 41.09375vw;
    margin-left: -23.20313vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-kv-txt {
    width: 594px;
    top: 526px;
    margin-left: -297px;
  }
}

.index-kv-slider-items {
  position: relative;
  z-index: 3;
  background: #fff;
  width: 100%;
}

.index-kv-slider-item {
  width: 100%;
  position: relative;
  background: #fff;
  position: relative;
  opacity: 0 !important;
}

.swiper-container-fade .swiper-slide-active {
  opacity: 1 !important;
}

.index-kv-slider-item-img {
  height: 113.33333vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .index-kv-slider-item-img {
    height: 66.40625vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-kv-slider-item-img {
    height: 850px;
  }
}
.index-kv-slider-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/****************************************************
news
****************************************************/
.index-news {
  position: relative;
  padding: 8.53333vw 0 12.53333vw;
  background: url(../img/index/news_bg_sp.png) 0 100% no-repeat #fff;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .index-news {
    padding: 7.96875vw 0 7.96875vw;
    background: url(../img/index/news_bg_pc.png) 0 100% no-repeat #fff;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1280px) {
  .index-news {
    padding: 102px 0 122px;
    background: url(../img/index/news_bg_pc.png) 0 100% no-repeat #fff;
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 768px) {
  .index-offset-con {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .index-offset-con-inner {
    margin: 0 auto;
    width: 93.33%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-offset-con-inner {
    width: 85.33%;
  }
}

@media print, screen and (min-width: 768px) {
  .sec-ttl-wrap {
    width: 17.1875vw;
  }
}
@media screen and (min-width: 1280px) {
  .sec-ttl-wrap {
    width: 220px;
  }
}

@media print, screen and (min-width: 768px) {
  .index-news-layout-pc {
    display: table;
    width: 100%;
    margin-bottom: 2.73438vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-news-layout-pc {
    margin-bottom: 35px;
  }
}

.news-items {
  width: 94.66667vw;
  margin: 0 auto 6.93333vw;
}
.news-items .news-item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2.93333vw;
}
@media print, screen and (min-width: 768px) {
  .news-items .news-item {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .news-items .news-item {
    margin-bottom: 16px;
  }
}
.news-items .news-item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .news-items {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0;
    padding-top: 0.39063vw;
    width: 61.71875vw;
    width: 77.14%;
  }
}
@media screen and (min-width: 1280px) {
  .news-items {
    padding-top: 5px;
    width: 800px;
  }
}

.news-item-time {
  width: 22.66667vw;
  font-size: 3.2vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .news-item-time {
    width: 13.92%;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .news-item-time {
    font-size: 16px;
  }
}

.news-item-txt {
  width: 72vw;
  line-height: 1.6;
}
.news-item-txt a {
  font-size: 3.2vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .news-item-txt {
    width: 86.07%;
  }
  .news-item-txt a {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .news-item-txt a {
    font-size: 16px;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .news-item-txt a:hover {
    opacity: 0.7 !important;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

/****************************************************
business
****************************************************/
.index-business {
  position: relative;
  padding: 7.2vw 0 0;
  background: #f6f6f6;
}
@media print, screen and (min-width: 768px) {
  .index-business {
    padding: 6.09375vw 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .index-business {
    padding: 78px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .index-business-ttl {
    max-width: 1200px;
    margin: 0 auto 6.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-business-ttl {
    margin: 0 auto 78px;
  }
}
.index-business-ttl .sec-ttl {
  margin: 0 auto;
  width: 93.33%;
}
@media screen and (min-width: 1280px) {
  .index-business-ttl .sec-ttl {
    width: 85.33%;
  }
}

.index-business-items {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .index-business-items {
    max-width: 1920px;
    margin: 0 auto;
  }
  .index-business-items .index-business-item {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .index-business-items .index-business-item:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .index-business-items .index-business-item:nth-child(even) .index-business-item-con {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    background: url(../img/index/business_item_con_bg_02_pc.png) 0 0 no-repeat #fff;
    background-size: 100% auto;
  }
  .index-business-items .index-business-item-img {
    width: 50%;
  }
}

.index-business-item-con {
  padding: 4.66667vw 0 5.86667vw;
  background: url(../img/index/business_item_con_bg_sp.png) 0 0 no-repeat #fff;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .index-business-item-con {
    width: 50%;
    padding: 4.0625vw 4.6875vw;
    text-align: left;
    background: url(../img/index/business_item_con_bg_01_pc.png) 0 0 no-repeat #fff;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1280px) {
  .index-business-item-con {
    padding: 52px 60px;
  }
}

.index-business-item-con-inner {
  width: 94.66667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .index-business-item-con-inner {
    width: 41.40625vw;
    margin: 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .index-business-item-con-inner {
    width: 530px;
  }
}

.index-business-item-ttl {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.93333vw;
}
@media print, screen and (min-width: 768px) {
  .index-business-item-ttl {
    font-size: 1.71875vw;
    margin-bottom: 1.71875vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-business-item-ttl {
    font-size: 22px;
    margin-bottom: 22px;
  }
}

.index-business-item-txt {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 3.46667vw;
}
@media print, screen and (min-width: 768px) {
  .index-business-item-txt {
    font-size: 1.25vw;
    margin-bottom: 2.8125vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-business-item-txt {
    font-size: 16px;
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 1280px) {
  .index-business-item-btn {
    background: #fff;
  }
  .index-business-item-btn a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .index-business-item-btn a:hover {
    opacity: 0.7 !important;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

/****************************************************
company
****************************************************/
.index-company {
  position: relative;
  padding: 9.33333vw 0 0;
  background: url(../img/index/company_bg_sp.png) 0 0 no-repeat #f6f6f6;
  background-size: 100% auto;
  padding-bottom: 12vw;
}
@media print, screen and (min-width: 768px) {
  .index-company {
    background: url(../img/index/company_bg_pc.png) 0 0 no-repeat #f6f6f6;
    background-size: 100% auto;
    padding-top: 9.84375vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-company {
    padding-top: 126px;
  }
}
@media print, screen and (min-width: 768px) {
  .index-company {
    padding-bottom: 7.03125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-company {
    padding-bottom: 90px;
  }
}

.index-company-info {
  width: 94.66667vw;
  margin: 0 auto 10.66667vw;
}
.index-company-info dl {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 3.2vw;
}
.index-company-info dl:last-child {
  margin-bottom: 0;
}
.index-company-info dl dt {
  width: 21.33333vw;
  font-size: 3.2vw;
  line-height: 1.7;
}
.index-company-info dl dd {
  width: 73.33333vw;
  font-size: 3.2vw;
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  .index-company-info {
    width: 55.46875vw;
    margin-bottom: 9.6875vw;
    margin-left: 24.21875vw;
  }
  .index-company-info dl {
    margin-bottom: 1.17188vw;
  }
  .index-company-info dl dt {
    width: 8.98438vw;
    font-size: 1.25vw;
  }
  .index-company-info dl dd {
    width: 46.48438vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-company-info {
    width: 710px;
    margin-bottom: 124px;
    margin-left: 310px;
  }
  .index-company-info dl {
    margin-bottom: 15px;
  }
  .index-company-info dl dt {
    width: 115px;
    font-size: 16px;
  }
  .index-company-info dl dd {
    width: 595px;
    font-size: 16px;
  }
}

.index-company-info-txts p {
  margin-bottom: 2.66667vw;
}
.index-company-info-txts p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .index-company-info-txts p {
    margin-bottom: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-company-info-txts p {
    margin-bottom: 14px;
  }
}

.index-company-info-post-items .index-company-info-post-item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 1.33333vw;
}
.index-company-info-post-items .index-company-info-post-item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .index-company-info-post-items .index-company-info-post-item {
    margin-bottom: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-company-info-post-items .index-company-info-post-item {
    margin-bottom: 14px;
  }
}

.index-company-info-post {
  width: 42.66667vw;
}
@media print, screen and (min-width: 768px) {
  .index-company-info-post {
    width: 16.40625vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-company-info-post {
    width: 210px;
  }
}

.index-company-info-name {
  width: 26.66667vw;
}
@media print, screen and (min-width: 768px) {
  .index-company-info-name {
    width: 26.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-company-info-name {
    width: 340px;
  }
}

.account-link-list {
  margin-top: 1.6vw;
}
.account-link-list li {
  margin-bottom: 1.6vw;
}
.account-link-list li:last-child {
  margin-bottom: 0;
}
.account-link-list li a {
  display: block;
}
.account-link-list li a span {
  display: inline-block;
  position: relative;
}
.account-link-list li a span::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1e1e1e;
  bottom: -2px;
  z-index: 2;
}
.account-link-list li a span.icon {
  margin-top: 0.8vw;
}
.account-link-list li a span.icon i {
  position: absolute;
  top: 50%;
  margin-top: -1.6vw;
  left: 0;
  display: block;
  width: 4.26667vw;
  height: 3.06667vw;
  background: url(../img/common/icon_pdf.png) 0 0 no-repeat #f6f6f6;
  background-size: 2.4vw auto;
  z-index: 1;
  margin-right: 4.26667vw;
}
@media print, screen and (min-width: 768px) {
  .account-link-list {
    margin-top: 1.5625vw;
  }
  .account-link-list li {
    margin-bottom: 0.78125vw;
  }
  .account-link-list li a {
    display: block;
    width: 36.32813vw;
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    line-height: 1.8;
  }
  .account-link-list li a::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1e1e1e;
    bottom: -3px;
    z-index: 2;
  }
  .account-link-list li a span::after {
    display: none;
  }
  .account-link-list li a span.icon {
    margin-top: 0;
    padding-left: 1.875vw;
    position: relative;
  }
  .account-link-list li a span.icon i {
    position: absolute;
    left: 0;
    width: 1.40625vw;
    height: 1.79687vw;
    margin-top: -0.85938vw;
    background-size: 100% auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .account-link-list {
    margin-top: 20px;
  }
  .account-link-list li {
    margin-bottom: 10px;
  }
  .account-link-list li a {
    width: 465px;
  }
  .account-link-list li a span.icon {
    padding-left: 24px;
  }
  .account-link-list li a span.icon i {
    width: 18px;
    height: 23px;
    margin-top: -11px;
  }
  .account-link-list li a:hover::after {
    display: none;
  }
}

.index-access-items {
  background: #fff;
}
.index-access-items .index-access-item {
  margin-bottom: 1px;
  position: relative;
  width: 100%;
  height: 128vw;
}
.index-access-items .index-access-item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .index-access-items .index-access-item {
    max-width: 1920px;
    margin: 0 auto;
    height: 65.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .index-access-items .index-access-item {
    height: 840px;
  }
}

.index-access-item-img {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .index-access-item-img {
    height: 65.625vw;
  }
  .index-access-item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1280px) {
  .index-access-item-img {
    height: 840px;
  }
}

.index-access-item-map {
  position: absolute;
  top: 58.93333vw;
  left: 6.26667vw;
  width: 90.66667vw;
  height: 56vw;
  z-index: 3;
}
.index-access-item-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.type-02 .index-access-item-map {
  top: 62.93333vw;
  left: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .index-access-item-map {
    top: 27.8125vw;
    left: 50%;
    width: 52.65625vw;
    height: 29.6875vw;
    margin-left: -35.15625vw;
  }
  .type-02 .index-access-item-map {
    top: 27.8125vw;
    left: 50%;
    margin-left: -17.8125vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-access-item-map {
    top: 356px;
    width: 674px;
    height: 380px;
    margin-left: -450px;
  }
  .type-02 .index-access-item-map {
    top: 356px;
    margin-left: -228px;
  }
}

.index-access-item-info {
  position: absolute;
  top: 13.06667vw;
  left: 2.66667vw;
  width: 78.66667vw;
  height: 48vw;
  background: #fff;
  z-index: 2;
  padding: 5.33333vw 0 2.13333vw;
}
.type-02 .index-access-item-info {
  top: 9.6vw;
  left: 18.13333vw;
  height: 56vw;
}
@media print, screen and (min-width: 768px) {
  .index-access-item-info {
    top: 7.8125vw;
    left: 50%;
    margin-left: -39.84375vw;
    width: 46.09375vw;
    height: 24.21875vw;
    padding: 3.4375vw 0 0 !important;
  }
  .type-02 .index-access-item-info {
    top: 7.8125vw;
    left: 50%;
    margin-left: -6.25vw;
    height: 24.21875vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-access-item-info {
    top: 100px;
    margin-left: -510px;
    width: 590px;
    height: 310px;
    padding: 44px 0 0 !important;
  }
  .type-02 .index-access-item-info {
    top: 100px;
    margin-left: -80px;
    height: 310px;
  }
}

.index-access-item-info-inner {
  width: 70.66667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .index-access-item-info-inner {
    width: 42.1875vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-access-item-info-inner {
    width: 540px;
  }
}

.index-access-item-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 4vw;
}
.index-access-item-ttl i {
  position: absolute;
  width: 1px;
  height: 9.06667vw;
  background: #000;
  top: 50%;
  margin-top: -4.53333vw;
  right: 2.13333vw;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: skewX(-34deg);
}
.index-access-item-ttl span {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.index-access-item-ttl span.sec-ttl-en {
  font-size: 4.13333vw;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding-right: 11.46667vw;
}
.index-access-item-ttl span.sec-ttl-ja {
  font-size: 4.13333vw;
  font-weight: 800;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .index-access-item-ttl {
    margin-bottom: 3.125vw;
  }
  .index-access-item-ttl i {
    height: 3.75vw;
    margin-top: -1.875vw;
    right: 1.09375vw;
  }
  .index-access-item-ttl span.sec-ttl-en {
    font-size: 1.71875vw;
    padding-right: 4.53125vw;
  }
  .index-access-item-ttl span.sec-ttl-ja {
    font-size: 1.71875vw;
  }
}
@media screen and (min-width: 1280px) {
  .index-access-item-ttl {
    margin-bottom: 40px;
  }
  .index-access-item-ttl i {
    height: 48px;
    margin-top: -24px;
    right: 14px;
  }
  .index-access-item-ttl span.sec-ttl-en {
    font-size: 22px;
    padding-right: 58px;
  }
  .index-access-item-ttl span.sec-ttl-ja {
    font-size: 22px;
  }
}

.index-access-item-txt {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  .index-access-item-txt {
    font-size: 1.25vw;
    margin-bottom: 0.3125vw;
  }
  .index-access-item-txt .pc-indent {
    padding-left: 5.35em;
  }
}
@media screen and (min-width: 1280px) {
  .index-access-item-txt {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .index-access-item-txt .pc-indent {
    padding-left: 5.35em;
  }
}

/* under page */
.kv-under {
  position: relative;
  height: 45.33333vw;
  background: url(../img/common/kv_under_sp.jpg) 0 0 no-repeat #000;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .kv-under {
    background: url(../img/common/kv_under_pc.jpg) center 0 no-repeat #000;
    background-size: auto 100%;
    height: 20.3125vw;
  }
}
@media screen and (min-width: 1280px) {
  .kv-under {
    height: 260px;
  }
}

.kv-under-ttl {
  position: absolute;
  top: 23.73333vw;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 8.53333vw;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .kv-under-ttl {
    top: 11.25vw;
    font-size: 3.59375vw;
  }
}
@media screen and (min-width: 1280px) {
  .kv-under-ttl {
    top: 144px;
    font-size: 46px;
  }
}

.under-con {
  background: url(../img/common/under_con_sp.png) 0 0 no-repeat #fff;
  background-size: 100% auto;
  padding: 9.33333vw 0 16vw;
}
@media print, screen and (min-width: 768px) {
  .under-con {
    background: url(../img/common/under_con_pc.png) 0 0 no-repeat #fff;
    background-size: 50vw auto;
    padding: 5.46875vw 0 5.85938vw;
    padding: 5.46875vw 0 8.59375vw;
  }
}
@media screen and (min-width: 1280px) {
  .under-con {
    background-size: 640px auto;
    padding: 70px 0 75px;
    padding: 70px 0 110px;
  }
}

.news-under-items {
  width: 94.66667vw;
  margin: 0 auto 16vw;
}
.news-under-items .news-under-item {
  margin-bottom: 5.33333vw;
  padding-bottom: 2.13333vw;
  border-bottom: 1px solid #1e1e1e;
}
@media print, screen and (min-width: 768px) {
  .news-under-items .news-under-item {
    margin-bottom: 2.34375vw;
    padding-bottom: 2.34375vw;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .news-under-items .news-under-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.news-under-items .news-under-item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .news-under-items {
    width: 80vw;
    margin: 0 auto 5.07813vw;
  }
}
@media screen and (min-width: 1280px) {
  .news-under-items {
    width: 1024px;
    margin-bottom: 65px;
  }
}

.news-under-item-time {
  width: 100%;
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 2.13333vw;
}
@media print, screen and (min-width: 768px) {
  .news-under-item-time {
    width: 9.375vw;
    font-size: 1.25vw;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .news-under-item-time {
    width: 120px;
    font-size: 16px;
  }
}

.news-under-item-txt {
  width: 100%;
  line-height: 1.6;
}
.news-under-item-txt a {
  font-size: 3.2vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .news-under-item-txt {
    width: 70.625vw;
  }
  .news-under-item-txt a {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .news-under-item-txt {
    width: 904px;
  }
  .news-under-item-txt a {
    font-size: 16px;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .news-under-item-txt a:hover {
    opacity: 0.7 !important;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

.cms-pager {
  width: 100%;
}
.cms-pager ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.cms-pager ul li {
  position: relative;
  margin: 0 1.86667vw;
}
.cms-pager ul li a,
.cms-pager ul li span {
  width: 9.33333vw;
  height: 9.33333vw;
  text-align: center;
  position: relative;
  background: #000;
  color: #fff;
  font-size: 2.93333vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 0 0 0 0;
}
.cms-pager ul li a {
  -webkit-transition: opacity 0.3s 0s ease;
  -moz-transition: opacity 0.3s 0s ease;
  -ms-transition: opacity 0.3s 0s ease;
  -o-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.cms-pager ul li a:hover {
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  -ms-transition: opacity 0.1s 0s ease;
  -o-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  opacity: 0.7;
}
.cms-pager ul li span.current_page {
  background: #0023c3;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .cms-pager ul li {
    margin: 0 0.78125vw;
  }
  .cms-pager ul li a,
  .cms-pager ul li span {
    width: 3.90625vw;
    height: 3.90625vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .cms-pager ul li {
    margin: 0 10px;
  }
  .cms-pager ul li a,
  .cms-pager ul li span {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  .cms-pager ul li a {
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    -ms-transition: opacity 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .cms-pager ul li a:hover {
    -webkit-transition: opacity 0.1s 0s ease;
    -moz-transition: opacity 0.1s 0s ease;
    -ms-transition: opacity 0.1s 0s ease;
    -o-transition: opacity 0.1s 0s ease;
    transition: opacity 0.1s 0s ease;
    opacity: 0.7;
  }
}

.news-article-con {
  width: 94.66667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .news-article-con {
    width: 80vw;
  }
}
@media screen and (min-width: 1280px) {
  .news-article-con {
    width: 1024px;
  }
}

.news-article-time {
  display: block;
  font-size: 3.2vw;
  margin-bottom: 1.6vw;
}
@media print, screen and (min-width: 768px) {
  .news-article-time {
    font-size: 1.25vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 1280px) {
  .news-article-time {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.news-article-ttl {
  line-height: 1.6;
  font-size: 5.06667vw;
  padding-bottom: 2.13333vw;
  margin-bottom: 6.13333vw;
  font-weight: 700;
  border-bottom: 1px solid #1e1e1e;
}
@media print, screen and (min-width: 768px) {
  .news-article-ttl {
    font-size: 1.875vw;
    margin-bottom: 2.34375vw;
    padding-bottom: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .news-article-ttl {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 14px;
  }
}

.news-article-body {
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 768px) {
  .news-article-body {
    margin-bottom: 7.03125vw;
  }
}
@media screen and (min-width: 1280px) {
  .news-article-body {
    margin-bottom: 90px;
  }
}

.news-article-body-img {
  width: 85.33333vw;
  margin: 0 auto 6.66667vw;
}
@media print, screen and (min-width: 768px) {
  .news-article-body-img {
    width: 50vw;
    margin: 0 auto 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .news-article-body-img {
    width: 640px;
    margin: 0 auto 40px;
  }
}

.news-article-body-con {
  font-size: 3.2vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .news-article-body-con {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1280px) {
  .news-article-body-con {
    font-size: 18px;
  }
}
.news-article-body-con p,
.news-article-body-con .news-article-body-txt {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .news-article-body-con p,
  .news-article-body-con .news-article-body-txt {
    font-size: 1.40625vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .news-article-body-con p,
  .news-article-body-con .news-article-body-txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.news-article-body-con p:last-child,
.news-article-body-con .news-article-body-txt:last-child {
  margin-bottom: 0;
}
.news-article-body-con p strong,
.news-article-body-con .news-article-body-txt strong {
  font-weight: 700;
}
.news-article-body-con p a,
.news-article-body-con .news-article-body-txt a {
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  .news-article-body-con p a:hover,
  .news-article-body-con .news-article-body-txt a:hover {
    text-decoration: none;
  }
}

.policy-ttl,
.disclaimer-ttl {
  text-align: center;
  font-size: 3.2vw;
  line-height: 1;
  margin-bottom: 4vw;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .policy-ttl,
  .disclaimer-ttl {
    font-size: 1.875vw;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 1280px) {
  .policy-ttl,
  .disclaimer-ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.policy-con {
  width: 94.66667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .policy-con {
    width: 80vw;
  }
}
@media screen and (min-width: 1280px) {
  .policy-con {
    width: 1024px;
  }
}
.policy-con .policy-ttl__num {
  font-weight: 700;
  font-size: 3.73333vw;
  line-height: 1.6;
  margin-bottom: 2.13333vw;
  position: relative;
  text-indent: -2.7em;
  padding-left: 2.7em;
}
@media print, screen and (min-width: 768px) {
  .policy-con .policy-ttl__num {
    font-size: 1.5625vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .policy-con .policy-ttl__num {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.policy-con .policy-txt {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 4vw;
}
.policy-con .policy-txt.add-mb {
  margin-bottom: 6.66667vw;
}
.policy-con .policy-txt a {
  text-decoration: underline;
}
.policy-con .policy-txt:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .policy-con .policy-txt {
    font-size: 1.40625vw;
    margin-bottom: 2.34375vw;
  }
  .policy-con .policy-txt.add-mb {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1280px) {
  .policy-con .policy-txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .policy-con .policy-txt.add-mb {
    margin-bottom: 50px;
  }
}
.policy-con .policy-sec {
  margin-bottom: 8vw;
}
@media print, screen and (min-width: 768px) {
  .policy-con .policy-sec {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1280px) {
  .policy-con .policy-sec {
    margin-bottom: 50px;
  }
}
.policy-con .policy-sec:last-child {
  margin-bottom: 0;
}

.policy-txt-num {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 2.66667vw;
  position: relative;
  padding-left: 2em;
}
.policy-txt-num.type-mt {
  margin-top: 5.33333vw;
}
.policy-txt-num span.indent {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .policy-txt-num {
    font-size: 1.40625vw;
    margin-bottom: 1.5625vw;
  }
  .policy-txt-num.type-mt {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .policy-txt-num {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .policy-txt-num.type-mt {
    margin-top: 40px;
  }
}

.disclaimer-con {
  width: 94.66667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .disclaimer-con {
    width: 80vw;
  }
}
@media screen and (min-width: 1280px) {
  .disclaimer-con {
    width: 1024px;
  }
}
.disclaimer-con .disclaimer-sec {
  margin-bottom: 8vw;
}
.disclaimer-con .disclaimer-sec:last-child {
  margin-bottom: 0;
}
.disclaimer-con .disclaimer-sec section {
  margin-bottom: 5.33333vw;
}
.disclaimer-con .disclaimer-sec section:last-child {
  margin-bottom: 0;
}
.disclaimer-con .disclaimer-sec section .disclaimer-sec-txt {
  margin-bottom: 2.66667vw;
}
.disclaimer-con .disclaimer-sec section .disclaimer-sec-txt:last-child {
  margin-bottom: 0;
}
.disclaimer-con .disclaimer-sec .disclaimer-sec-txt {
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 2.66667vw;
}
.disclaimer-con .disclaimer-sec .disclaimer-sec-txt a {
  text-decoration: underline;
}
.disclaimer-con .disclaimer-sec .disclaimer-sec-txt:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .disclaimer-con .disclaimer-sec {
    margin-bottom: 4.6875vw;
  }
  .disclaimer-con .disclaimer-sec section {
    margin-bottom: 3.125vw;
  }
  .disclaimer-con .disclaimer-sec section:last-child {
    margin-bottom: 0;
  }
  .disclaimer-con .disclaimer-sec section .disclaimer-sec-txt {
    margin-bottom: 1.5625vw;
  }
  .disclaimer-con .disclaimer-sec section .disclaimer-sec-txt:last-child {
    margin-bottom: 0;
  }
  .disclaimer-con .disclaimer-sec .disclaimer-sec-txt {
    font-size: 18px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .disclaimer-con .disclaimer-sec {
    margin-bottom: 60px;
  }
  .disclaimer-con .disclaimer-sec section {
    margin-bottom: 40px;
  }
  .disclaimer-con .disclaimer-sec section:last-child {
    margin-bottom: 0;
  }
  .disclaimer-con .disclaimer-sec section .disclaimer-sec-txt {
    margin-bottom: 20px;
  }
  .disclaimer-con .disclaimer-sec section .disclaimer-sec-txt:last-child {
    margin-bottom: 0;
  }
  .disclaimer-con .disclaimer-sec .disclaimer-sec-txt {
    font-size: 18px;
    margin-bottom: 36px;
  }
  .disclaimer-con .disclaimer-sec .disclaimer-sec-txt a:hover {
    text-decoration: none;
  }
}

.add-mb {
  margin-bottom: 4vw !important;
}
@media print, screen and (min-width: 768px) {
  .add-mb {
    margin-bottom: 3.125vw !important;
  }
}
@media screen and (min-width: 1280px) {
  .add-mb {
    margin-bottom: 40px !important;
  }
}

.disclaimer-sec-ttl {
  font-size: 3.73333vw;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.33333vw;
}
@media print, screen and (min-width: 768px) {
  .disclaimer-sec-ttl {
    font-size: 1.875vw;
    margin-bottom: 0.46875vw;
  }
}
@media screen and (min-width: 1280px) {
  .disclaimer-sec-ttl {
    font-size: 24px;
    margin-bottom: 6px;
  }
}

.disclaimer-sec-ttl-num {
  font-size: 3.73333vw;
  color: #0023c3;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.66667vw;
  padding-bottom: 1.86667vw;
  border-bottom: 1px solid  #1e1e1e;
  position: relative;
  padding-left: 1.2em;
}
.disclaimer-sec-ttl-num.type-over10 {
  padding-left: 1.8em;
}
.disclaimer-sec-ttl-num span {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .disclaimer-sec-ttl-num {
    font-size: 1.875vw;
    margin-bottom: 1.09375vw;
    padding-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 1280px) {
  .disclaimer-sec-ttl-num {
    font-size: 24px;
    margin-bottom: 14px;
    padding-bottom: 12px;
  }
}

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  /*  pointer-events: none; */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
