@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.6%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.8rem;
  font-family: YakuHanMP, 'Noto Serif JP', "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  background: #f6f6f6;
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

.text-center {
  text-align: center;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.show-small {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

.row {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}

@media only screen and (max-width: 767px) {
  .row {
    width: auto;
  }
}

.wrap {
  min-width: 1330px;
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .wrap {
    min-width: auto;
    padding-top: 50px;
  }
}

.gothic {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", Meiryo, sans-serif;
}

.gothic .w3 {
  font-weight: 300;
}

.gothic .w6 {
  font-weight: 600;
}

.gothic.w3 {
  font-weight: 300;
}

.gothic.w6 {
  font-weight: 600;
}

.min {
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho",
    YuMincho, serif;
}

.min .w3 {
  font-weight: 300;
}

.min .w6 {
  font-weight: 600;
}

.min.w3 {
  font-weight: 300;
}

.min.w6 {
  font-weight: 600;
}

.gfont_cg {
  font-family: "Cormorant Garamond", serif;
}

.gfont_eb {
  font-family: "EB Garamond", serif;
}

.bold {
  font-weight: bold;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 100ms;
  min-width: 1330px;
}

@media only screen and (max-width: 767px) {
  .site-header {
    height: 50px;
    width: 100%;
    background: #fff;
    padding-top: 12px;
    padding-left: 13px;
    min-width: auto;
      z-index: 999;
  }
  .site-header.is-open {
    z-index: 9999;
  }
}

.site-header .content {
  position: relative;
}

.site-header .brand-logo {
  width: 220px;
  height: 220px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 400ms;
}

@media only screen and (max-width: 767px) {
  .site-header .brand-logo {
    width: auto;
    height: auto;
  }
}

.site-header .brand-logo a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 20px 0;
  transition: 400ms;
  height: 100%;
}

.site-header .brand-logo a:hover {
  animation: flash 1s 1 ease;
}

@media only screen and (max-width: 767px) {
  .site-header .brand-logo a {
    flex-flow: row;
    padding: 0;
  }
}

.site-header .brand-logo a .img {
  transition: 400ms;
}

.site-header .brand-logo a .img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 400ms;
}

@media only screen and (max-width: 767px) {
  .site-header .brand-logo a .img img {
    width: 100%;
  }
}

.site-header .brand-logo a .img01 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .site-header .brand-logo a .img01 {
    width: 25px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.site-header .brand-logo a .img01 img {
  /* width: 47px; */
}

@media only screen and (max-width: 767px) {
  .site-header .brand-logo a .img01 img {
    width: 100%;
  }
}

.site-header .brand-logo a .img02 {
  margin-bottom: 16px;
}

.site-header .brand-logo a .img02 img:nth-of-type(1) {
  margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  .site-header .brand-logo a .img03 {
    width: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .site-header.js-scroll.down {
    background: #fff;
  }
  .site-header.js-scroll.down .brand-logo {
    width: 386px;
    height: auto;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    height: 78px;
    opacity: 1 !important;
  }
  .site-header.js-scroll.down .brand-logo a {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0;
  }
  .site-header.js-scroll.down .brand-logo a .img img {
    display: block;
    margin: 0 auto;
  }
  .site-header.js-scroll.down .brand-logo a .img01 {
    margin-bottom: 0;
  }
  .site-header.js-scroll.down .brand-logo a .img01 img {
    width: 47px;
  }
  .site-header.js-scroll.down .brand-logo a .img02 {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 25px;
  }
  .site-header.js-scroll.down .brand-logo a .img02 img:nth-of-type(1) {
    margin-bottom: 9px;
    margin-top: 3px;
    margin-left: 3px;
  }
  .site-header.js-scroll.down .brand-logo a .img03 {
    margin-top: 24px;
  }


  body:not(.page--top) .site-header.js-scroll.down .gnav {
    opacity: 0;
  }
  body:not(.page--top) .site-header.js-scroll.down.is-open .gnav {
    opacity: 1;
  }


}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .site-header.js-scroll.down .brand-logo a .img03 {
    width: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .gnav {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .gnav {
    display: none;
    background: rgba(13, 24, 40, 0.95);
    color: #fff;
    position: fixed;
    top: 50px;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: scroll;
    color: #424242;
    z-index: 1000;
    padding-bottom: 160px;
  }
}

.gnav ul.primary {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
  background: #fff;
}


@media (min-width: 768px) {
  .gnav ul.primary {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary {
    display: block;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.gnav ul.primary > li {
  padding: 8px 0;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li {
    padding: 0;
  }
  .gnav ul.primary > li:first-of-type {
    border-top: 1px solid #e5e5e5;
  }
  .gnav ul.primary > li:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
  }
  .gnav ul.primary > li:nth-last-child(2) {
    border-bottom: none;
  }
}

@media only screen and (min-width: 768px) {
  .gnav ul.primary > li.current span {
    position: relative;
  }
  .gnav ul.primary > li.current span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e42121;
    position: absolute;
    bottom: -0.2em;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li.hassub > a.checked {
    background: rgba(13, 24, 40, 0.95);
    color: #fff;
  }
  .gnav ul.primary > li.hassub > a.checked::before {
    background: #e42121;
    transform: rotate(45deg);
  }
  .gnav ul.primary > li.hassub > a.checked::after {
    background: #e42121;
    transform: rotate(135deg);
  }
  .gnav ul.primary > li.hassub > a::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #0d1828;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: rotate(0deg);
  }
  .gnav ul.primary > li.hassub > a::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #0d1828;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: rotate(90deg);
  }
}

@media only screen and (min-width: 768px) {
  .gnav ul.primary > li.hassub > a {
    position: relative;
    display: block;
  }
  .gnav ul.primary > li.hassub > a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    border: 9px solid transparent;
    border-bottom: 15px solid #000;
    transition: 400ms;
    transform: translateX(-50%);
    opacity: 0;
    left: 50%;
  }
  .gnav ul.primary > li.hassub:hover a::after {
    opacity: 1;
  }
}

.gnav ul.primary > li > a {
  text-align: center;
  display: inline-block;
  padding: 20px 16px;
  min-width: 116px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .gnav ul.primary > li > a {
    transition: 400ms;
  }
}

.gnav ul.primary > li > a:hover {
  animation: flash 1s 1 ease;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li > a {
    text-align: left;
    display: block;
    padding: 17px 25px 13px;
  }
}

/* オンラインボタン start*/
.gnav ul.primary > li.online-btn {
  margin-left: 0.5em;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li.online-btn {
    margin-left: 0;
  }
}

.gnav ul.primary > li.online-btn a {
  background: #0d1828;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 1.6rem;
  letter-spacing: -0.05ch;
}

.gnav ul.primary > li.online-btn a:hover {
  animation: flash 1s 1 ease;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li.online-btn a {
    padding: 10px;
    border-radius: 0;
    background: #fff;
  }
  .gnav ul.primary > li.online-btn a img {
    width: 100%;
  }
}

.gnav ul.primary > li.online-btn a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 22px;
  background-image: url("../img/common/icon-unagi.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  /* margin-right: 10px; */
  vertical-align: -4px;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li.online-btn a::before {
    display: none;
  }
}
/* オンラインボタン end */

/* プリンスボタン start */
.gnav ul.primary > li.prince-btn {
  margin-left: 37px;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li.prince-btn {
    margin-left: 0;
  }
}

.gnav ul.primary > li.prince-btn a {
  background: #0d1828;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 1.6rem;
      letter-spacing: -0.05ch;
}

.gnav ul.primary > li.prince-btn a:hover {
  animation: flash 1s 1 ease;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li.prince-btn a {
    padding: 10px;
    border-radius: 0;
    background: #fff;
  }
  .gnav ul.primary > li.prince-btn a img {
    width: 100%;
  }
}

.gnav ul.primary > li.prince-btn a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/common/icon-prince.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: 3px;
  vertical-align: -4px;
  transform: translateY(2.5px);
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li.prince-btn a::before {
    display: none;
  }
}
/* プリンスボタン end */

.gnav ul.primary > li .nav-wrap {
  display: none;
  background: rgba(13, 24, 40, 0.95);
  color: #fff;
  width: 100%;
  position: absolute;
  z-index: 9;
  padding: 40px 0;
  left: 0;
  transform: translateY(8px);
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li .nav-wrap {
    display: none;
    position: static;
    padding: 15px 0;
    transform: translate(0);
  }
}

.gnav ul.primary > li .nav-wrap ul {
  display: flex;
  flex-flow: wrap row;
  max-width: 1020px;
  /* justify-content: center; */
}

.gnav ul.primary > li .nav-wrap ul.col2 {
  max-width: 900px;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li .nav-wrap ul {
    width: 100%;
    padding: 0 3.8vw;
  }
}

.gnav ul.primary > li .nav-wrap ul::after {
  content: "";
  display: block;
}

.gnav ul.primary > li .nav-wrap ul > li a {
  display: flex;
  align-items: center;
}

.gnav ul.primary > li .nav-wrap ul > li a:hover {
  animation: flash 1s 1 ease;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li .nav-wrap ul > li a {
    padding: 15px;
    font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho",
      YuMincho, serif;
  }
}

.gnav ul.primary > li .nav-wrap ul > li a .img {
  margin-right: 20px;
}

.gnav ul.primary > li .nav-wrap ul > li a .img img {
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li .nav-wrap ul > li a .img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li .nav-wrap ul > li.current .txt p::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e42121;
  }
}

.gnav ul.primary > li .nav-wrap ul.col2::after {
  width: 48%;
}

.gnav ul.primary > li .nav-wrap ul.col2 li {
  width: 48%;
}

.gnav ul.primary > li .nav-wrap ul.col2 li:not(:nth-last-of-type(-n + 2)) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li .nav-wrap ul.col2 li:not(:nth-last-of-type(-n + 2)) {
    margin-bottom: 0;
  }
}

.gnav ul.primary > li .nav-wrap ul.col3::after {
  width: 33.3333%;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li .nav-wrap ul.col3::after {
    width: 48%;
  }
}

.gnav ul.primary > li .nav-wrap ul.col3 li {
  width: 33.3333%;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li .nav-wrap ul.col3 li {
    width: 48%;
  }
}

.gnav ul.primary > li .nav-wrap ul.col3 li:not(:nth-last-of-type(-n + 3)) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .gnav ul.primary > li .nav-wrap ul.col3 li:not(:nth-last-of-type(-n + 3)) {
    margin-bottom: 0;
  }
}

.gnav [data-en]::before {
  content: attr(data-en) "";
  display: block;
  font-size: 1.1rem;
  color: #cb0700;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .gnav [data-en]::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .gnav [data-en]::before {
    transition: 400ms;
  }
}

@media only screen and (min-width: 768px) {
  .gnav.down ul.primary > li > a {
    padding: 18px 16px;
  }
  .gnav.down ul.primary > li > a[data-en]::before {
    margin-top: -2em;
    opacity: 0;
  }
  .gnav.down ul.primary > li.online-btn a {
    padding: 6px 15px;
  }
  .gnav.down ul.primary > li.prince-btn a {
    padding: 6px 15px;
  }
  body.page--top .gnav.down ul.primary {
    background: #fff;
  }
  body:not(.page--top) .gnav.down {
    transition: 1s;
    background: transparent;
    visibility: hidden;
  }

  body:not(.page--top) .is-open .gnav.down {
    visibility: visible;
  }
  body:not(.page--top) .gnav.down ul.primary {
    background: #f6f6f6;
    padding-right: 100px;
  }

  body:not(.page--top) .is-open .primary {
  }


}

@media only screen and (max-width: 767px) {
  body:not(.page--top) .img02 {
    width: 70px;
  }
  body:not(.page--top) .img02 img:nth-of-type(1) {
    display: none;
  }
  body:not(.page--top) .img02 img:nth-of-type(2) {
    width: 100%;
    margin: 0;
  }
  body:not(.page--top) .img03 {
    display: none;
  }
  body:not(.page--top) .page-parent {
    display: block;
    font-size: 1.5rem;
    margin-left: 10px;
    color: #0d1828;
  }
  body .img02 {
    width: 95px;
    margin-bottom: 0 !important;
  }
  body .img02 img:nth-of-type(1) {
    width: 80px !important;
    margin-bottom: 4px !important;
  }
  body .img03 {
    margin-left: 10px;
  }
  body .page-parent {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  body:not(.page--top) .js-scroll.down .brand-logo {
    width: 290px;
  }
  body:not(.page--top) .js-scroll.down .img03 {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .page-bar_btn {
    background: #e32121;
    width: 78px;
    height: 78px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 21px 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 600ms;
  }
  .page-bar_btn span {
    width: 27px;
    height: 2px;
    background: #fff;
    transition: 500ms transform;
  }
  .page-bar_btn img {
    width: 36px;
  }
  .is-open .page-bar_btn span:nth-of-type(1) {
    transform: translate(0, 17px) rotate(45deg);
    width: 36px;
  }
  .is-open .page-bar_btn span:nth-of-type(2) {
    opacity: 0;
  }
  .is-open .page-bar_btn span:nth-of-type(3) {
    transform: translate(1px, -2px) rotate(-45deg);
    width: 36px;
  }
  .is-open .page-bar_btn img {
    opacity: 0;
  }

  .site-header.js-scroll.down .page-bar_btn {
    visibility: visible;
    opacity: 1;
  }

  .page--top .site-header.js-scroll.down .page-bar_btn {
    display: none !important;
  }


}

@media only screen and (max-width: 767px) {
  .page-bar_btn {
    display: none;
  }
}

.hamburger {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hamburger {
    width: 50px;
    height: 50px;
    background: #0d1828;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #fff;
  }
  .hamburger span {
    display: block;
    width: 18px;
    height: 1px;
    background: #fff;
  }
  .hamburger span:nth-of-type(2) {
    margin: 4px 0;
  }
  .hamburger img {
    width: 23px;
    margin-top: 7px;
  }
  .hamburger.active span:nth-of-type(1) {
    opacity: 0;
  }
  .hamburger.active span:nth-of-type(2) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active span:nth-of-type(3) {
    transform: rotate(-45deg) translate(-1px, 1px);
  }
  .hamburger.active img {
    opacity: 0;
  }
}

.pkz {
  position: relative;
  background: #0d1828;
  color: #fff;
}

.pkz .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 1170px;
}

@media only screen and (max-width: 767px) {
  .pkz .content {
    width: 100%;
    padding: 0 15px;
  }
}

.pkz ul li {
  padding: 1em 0;
  display: inline-block;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .pkz ul li {
    font-size: 1.1rem;
    padding: 0;
  }
}

.pkz ul li > * {
  display: inline-block;
  padding: 1em 8px;
}

@media only screen and (max-width: 767px) {
  .pkz ul li > * {
    padding: 1.6em 0px;
  }
}

.pkz ul li a:hover {
  opacity: 0.7;
}

.pkz ul li:first-of-type a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/common/logo_mark.png);
  background-size: cover;
  vertical-align: -8px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .pkz ul li:first-of-type a::before {
    margin-right: 0;
    width: 18px;
    height: 18px;
    vertical-align: -6px;
  }
}

@media only screen and (max-width: 767px) {
  .pkz ul li:first-of-type a span {
    display: none;
  }
}

.pkz ul li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/arrow_gr.png);
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .pkz ul li:not(:last-of-type)::after {
    width: 5px;
    height: 9px;
    background-size: cover;
    margin: 0 8px;
    vertical-align: -1px;
  }
}

.pkz .sitemap > a {
  display: block;
}

.pkz .sitemap > a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .pkz .sitemap > a {
    font-size: 1.1rem;
    margin-right: 35px;
  }
}

.pkz .sitemap > a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/common/icon-sitemap.png);
  vertical-align: -2px;
  margin-right: 13px;
}

@media only screen and (max-width: 767px) {
  .pkz .sitemap > a::before {
    display: block;
    width: 16px;
    height: 15px;
    background-size: cover;
    margin: 0 auto;
  }
}

.back_top  {
  display: none;
}
.back_top a {
  position: absolute;
  top: 0;
  right: 0;
  /* transform: translate(722px, -50%); */
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../img/common/arrow_top.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #0B1625;
}

.back_top a.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  top: auto;
  z-index: 999;
}

.back_top a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1460px) {
  .back_top a {
    right: 0;
    /* transform: translate(0, -50%); */
  }
}

@media only screen and (max-width: 767px) {
  .back_top a {
    width: 50px;
    height: 50px;
    right: 0;
    /* transform: translate(0, -50%); */
    background-size: 15px;
    background-color: #0B1625;

  }
}

.site-footer {
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 30px 0;
  }
}

.site-footer .content {
  width: 1170px;
}

@media only screen and (max-width: 767px) {
  .site-footer .content {
    width: auto;
  }
}

.site-footer .ft_left {
  float: left;
  width: 50%;
  border-right: 1px solid #c7c7c7;
  padding: 10px 0 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_left {
    float: none;
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_left .logoarea {
    text-align: center;
  }
}

.site-footer .ft_left .logoarea .img {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_left .logoarea .img {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    margin-bottom: 14px;
  }
}

.site-footer .ft_left .logoarea .img img {
  width: 60px;
}

.site-footer .ft_left .logoarea .name {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_left .logoarea .name {
    display: block;
    font-size: 1.1rem;
    margin: 0;
  }
}

.site-footer .ft_left .logoarea .name p {
  padding-left: 6px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_left .logoarea .name p {
    padding-left: 0;
  }
}

.site-footer .ft_left .logoarea .name .company_logo {
  mix-blend-mode: multiply;
  height: 40px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_left .logoarea .name .company_logo {
    margin-bottom: 10px;
  }
}

.site-footer .ft_left .logoarea .name .company_logo img {
  display: block;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_left .logoarea .name .company_logo img {
    margin: 0 auto;
  }
}

.site-footer .ft_left .logoarea .en {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: bottom;
  margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_left .logoarea .en {
    display: block;
    font-size: 1.1rem;
  }
}

.site-footer .ft_left .logoarea .address {
  padding-left: 80px;
  margin-bottom: 20px;
  margin-top: 24px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_left .logoarea .address {
    margin-top: 16px;
    padding-left: 0;
    margin-bottom: 27px;
  }
}

.site-footer .ft_left .logoarea .address dt {
  display: inline-block;
}

.site-footer .ft_left .logoarea .address dt:last-of-type::before {
  content: "/";
  margin-right: 0.5em;
}

.site-footer .ft_left .logoarea .address dd {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_left .bnrarea {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.site-footer .ft_left .bnrarea a {
  display: inline-block;
  margin-bottom: 10px;
}

.site-footer .ft_left .bnrarea a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_left .bnrarea a img {
    width: 100%;
  }
}

.site-footer .ft_right {
  float: right;
  width: 50%;
  padding: 15px 0 15px 40px;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_right {
    width: 100%;
    padding: 0;
    float: none;
    display: none;
  }
}

.site-footer .ft_right .primary {
  column-count: 2;
  column-gap: 40px;
  height: 350px;
}

.site-footer .ft_right .primary > li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.site-footer .ft_right .primary > li > a {
  font-size: 1.9rem;
  font-weight: 600;
  padding: 0.2em 0;
  display: inline-block;
}

.site-footer .ft_right .primary > li > a:hover {
  opacity: 0.7;
}

.site-footer .ft_right .primary ul {
  font-size: 1.5rem;
  margin-top: 10px;
  padding-left: 10px;
}

.site-footer .ft_right .primary ul li a {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0.2em 0;
}

.site-footer .ft_right .primary ul li a:hover {
  opacity: 0.7;
}

.site-footer .ft_right .primary ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background: #d3120b;
  vertical-align: 3px;
  margin-right: 10px;
}

.site-footer .ft_bottom {
  clear: both;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 0.09em;
}

.site-footer .ft_bottom .iso {
  width: 307px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_bottom .iso {
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_bottom .iso .img {
    margin-right: 10px;
  }
}

.site-footer .ft_bottom .iso .img img:not(:last-of-type) {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_bottom .iso .txt {
    font-size: 1.1rem;
  }
}

.site-footer .ft_bottom ul {
  padding-left: 50px;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_bottom ul {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.site-footer .ft_bottom ul li {
  display: inline-block;
  font-size: 1.1rem;
}

.site-footer .ft_bottom ul li a {
  display: block;
  padding: 0.2em 2em;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_bottom ul li a {
    padding: 0.2em 0.5em;
  }
}

.site-footer .ft_bottom ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_bottom .copyright {
    text-align: center;
    font-size: 1.1rem;
  }
}

.section-hero {
  height: 600px;
  position: relative;
  padding-top: 107px;
}

@media only screen and (max-width: 767px) {
  .section-hero {
    height: 250px;
    padding-top: 75px;
  }
}

.section-hero::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  /* background-image: url(../img/common/mv_bg.png); */
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.section-hero .content {
  position: relative;
  text-align: center;
}

.section-hero .content p.en {
  display: inline-block;
  background: #e42121;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 2px 28px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section-hero .content p.en {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero .content p.en {
    font-size: 1.1rem;
    padding: 1px 13px 0px;
    margin-bottom: 18px;
  }
}

.section-hero .content .page_title {
  font-size: 2.1rem;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .section-hero .content .page_title {
    font-size: 1.3rem;
  }
}

.section-hero .content .page_title span {
  display: block;
  font-size: 5.1rem;
  font-weight: 600;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", Meiryo, sans-serif;
  margin-top: 20px;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 767px) {
  .section-hero .content .page_title span {
    font-size: 2.6rem;
    margin-top: 10px;
  }
}

.main-wrapper {
  background: #fff;
  max-width: 1200px;
  margin: -200px auto 80px;
  padding: 93px 40px 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .main-wrapper {
    margin-top: 0;
    margin-bottom: 60px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    z-index: 999;
  }
}

.main-wrapper .page-bar {
  width: calc(100% - 80px);
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .main-wrapper .page-bar {
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
    position: sticky;
    top: 0;
    z-index: 999;
  }
}

.main-wrapper .page-bar-in {
  background: #0d1828;
  color: #fff;
  padding: 21px 26px 19px 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .main-wrapper .page-bar-in {
    padding: 0;
  }
}

.main-wrapper .page-bar-left span.ja {
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  display: block;
}

.main-wrapper .page-bar-left span.en {
  color: #e42121;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1;
  display: block;
  white-space: nowrap;
}

.main-wrapper .page-bar-left span.parent-title {
  display: none;
}

.main-wrapper .page-bar-left-sp {
  display: none;
}

.main-wrapper .page-bar-left-sp button {
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  width: 50px;
  height: 50px;
  background: transparent;
  background-image: url(../img/common/arrow_page-bar.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 15px;
  margin-right: 4px;
  transition: 400ms transform;
}

.main-wrapper .page-bar-left-sp button.active {
  transform: rotateX(180deg);
}

@media only screen and (max-width: 767px) {
  .main-wrapper .page-bar-left-sp {
    display: flex;
    font-size: 1.1rem;
    align-items: center;
  }
  .main-wrapper .page-bar-left-sp span {
    display: inline-block;
  }
  .main-wrapper .page-bar-left-sp span.ttl {
    font-size: 1.4rem;
  }
  .main-wrapper .page-bar-left-sp span:not(.ttl)::after {
    padding: 0 6px 0 2px;
    content: ":";
    display: inline-block;
    vertical-align: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .main-wrapper .page-bar ul.page-bar-right {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    background: #0d1828;
    padding: 30px 4vw;
  }
}

.main-wrapper .page-bar ul.page-bar-right li {
  display: inline-block;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .main-wrapper .page-bar ul.page-bar-right li {
    width: 49%;
  }
  .main-wrapper .page-bar ul.page-bar-right li:not(:nth-last-of-type(-n + 2)) {
    margin-bottom: 20px;
  }
}

.main-wrapper .page-bar ul.page-bar-right li.current a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #d3120b;
  margin: 0 auto;
}

.main-wrapper .page-bar ul.page-bar-right li a {
  display: block;
  padding: 6px 13px;
  letter-spacing: 0.15em;
}

.main-wrapper .page-bar ul.page-bar-right li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .main-wrapper .page-bar ul.page-bar-right li a {
    font-size: 1.3rem;
    padding: 1px 16px;
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .main-wrapper .page-bar.scroll .page-bar-in {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 19px 100px 18px 320px;
    min-width: 1330px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .main-wrapper .page-bar.scroll .page-bar-in {
    min-width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .main-wrapper .page-bar.scroll .page-bar-in span.en {
    opacity: 0;
    margin-bottom: -1em;
  }
  .main-wrapper .page-bar.scroll .page-bar-in span.parent-title {
    display: inline-block;
    font-size: 1.6rem;
    vertical-align: 3px;
    margin-right: 2px;
  }
}

.headline__title {
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
  color: #0d1828;
}

@media only screen and (max-width: 767px) {
  .headline__title {
    padding-top: 54px;
    padding-bottom: 36px;
  }
}

.headline__title span {
  display: block;
}

.headline__title span:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .headline__title span:not(:last-of-type) {
    margin-bottom: 12px;
  }
}

.headline__title span.fz5 {
  font-size: 5.1rem;
}

@media only screen and (max-width: 767px) {
  .headline__title span.fz5 {
    font-size: 3.1rem;
    letter-spacing: 0.05em;
  }
}

.headline__title span.fz4 {
  font-size: 4.1rem;
}

@media only screen and (max-width: 767px) {
  .headline__title span.fz4 {
    font-size: 3.1rem;
    letter-spacing: 0.05em;
  }
}

.headline__title span.fzn {
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .headline__title span.fzn {
    font-size: 1.3rem;
  }
}

.headline__title span.fzn-sub {
  font-size: 1.7rem;
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .headline__title span.fzn-sub {
    font-size: 1.3rem;
    margin-top: 10px;
    line-height: 1.7;
  }
}

.headline.side .headline__title {
  text-align: left;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .headline.side .headline__title {
    text-align: center;
  }
}

.headline.side .headline__title span {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .headline.side .headline__title span {
    display: block;
  }
}

.headline.side .headline__title span:not(:last-of-type) {
  margin-right: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .headline.side .headline__title span:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 13px;
  }
}

.headline__circle {
  background: #0d1828;
  color: #fff;
  border-radius: 100px;
  width: 180px;
  height: 180px;
  display: flex;
  flex-flow: column;
  align-items: center;
  line-height: 1;
  font-size: 2.9rem;
  padding-top: 21px;
  margin: -90px auto 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .headline__circle {
    width: 135px;
    height: 135px;
    font-size: 2.2rem;
    margin: -68px auto 30px;
    padding-top: 12px;
  }
}

.headline__circle::before {
  content: attr(data-num) "";
  display: block;
  font-size: 5.6rem;
  margin-bottom: 8px;
  font-family: "EB Garamond", serif;
}

@media only screen and (max-width: 767px) {
  .headline__circle::before {
    font-size: 4.1rem;
  }
}

.headline__circle span {
  color: #e42121;
  font-size: 1.7rem;
  font-family: "Cormorant Garamond", serif;
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .headline__circle span {
    font-size: 1.5rem;
  }
}

.headline__circle.step {
  font-size: 1.7rem;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  padding-top: 45px;
}

@media only screen and (max-width: 767px) {
  .headline__circle.step {
    padding-top: 35px;
  }
}

.headline__circle.step:before {
  display: none;
}

.headline__circle.step::after {
  content: attr(data-num) "";
  display: block;
  font-size: 7.6rem;
  font-family: "EB Garamond", serif;
}

@media only screen and (max-width: 767px) {
  .headline__circle.step::after {
    font-size: 5.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .common_table {
    margin-left: -25px;
    margin-right: -25px;
    padding: 0 25px;
    overflow: scroll;
  }
  .common_table::after {
    content: "";
  }
}

.common_table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .common_table table {
    width: 780px;
    font-size: 1.1rem;
    display: inline-block;
  }
}

.common_table table tr {
  border-bottom: 1px solid #adadad;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .common_table table tr {
    height: 38px;
  }
}

.common_table table tr.thin {
  border-bottom: 1px solid #e6e6e6;
}

.common_table table tr.thin td[rowspan] {
  border-bottom: 1px solid #adadad;
}

.common_table table tr *:nth-last-of-type(1) {
  width: 80px;
}

.common_table table tr *:nth-last-of-type(2) {
  width: 270px;
}

.common_table table tr *:nth-last-of-type(3) {
  width: 260px;
}

.common_table table tr *:nth-last-of-type(4) {
  width: 190px;
}

.common_table table tr *:nth-last-of-type(5) {
  width: 240px;
}

.common_table table th {
  background: #0d1828;
  color: #fff;
}

.page--top .section-works .content {
  width: 1330px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-works .content {
    width: 100%;
  }
}

.section-works {
  padding-bottom: 40px;
  overflow: hidden;
}

.section-works .headline__title {
  padding-top: 0;
}

.section-works ul {
  display: flex;
  flex-flow: row wrap;
  /* align-items: baseline; */
  margin-left: -0.5em;
  margin-right: -0.5em;
}

@media only screen and (max-width: 767px) {
  .section-works ul {
    align-items: stretch;
  }
}

.section-works ul li {
  width: calc(100% / 4 - 1em);
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 1.5rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-works ul li {
    width: calc(100% / 2 - 1em);
  }
}

.section-works ul li:not(:nth-last-of-type(-n + 4)) {
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .section-works ul li:not(:nth-last-of-type(-n + 2)) {
    margin-bottom: 1.5em;
  }
}

.section-works ul li a {
  display: block;
  background: #0d1828;
  color: #fff;
  text-align: center;
  padding: 10px;
  height: 100%;
}

/* .section-works ul li a:hover {
  opacity: 0.7;
} */

.section-works .content .img {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .section-works ul li a {
    padding: 4px;
  }
}

.section-works ul li a .img img {
  width: 100%;
}

.section-works ul li a .txt {
  padding: 0 30px 20px;
}

.section-works ul li a .txt p:not([class]) {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .section-works ul li a .txt {
    padding: 0 10px 25px;
    font-size: 1.1rem;
  }
}

.section-works ul li a .txt .main_cat {
  display: inline-block;
  background: #fff;
  padding: 0.2em 1.5em;
  border-radius: 50px;
  color: #0d1828;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .section-works ul li a .txt .main_cat {
    font-size: 1.1rem;
    padding: 0.2em 1.3em;
    display: block;
    width: 80px;
    max-width: 100px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .section-works ul li a .txt .sub_cat {
    font-size: 1.1rem;
  }
}

.section-works ul li a .txt .ttl {
  font-size: 1.9rem;
  margin-bottom: 0.4em;
}

@media only screen and (max-width: 767px) {
  .section-works ul li a .txt .ttl {
    font-size: 1.4rem;
    margin-bottom: 0.7em;
  }
}

.section-works ul li.new {
  position: relative;
  overflow: hidden;
}

.section-works ul li.new::after {
  content: "NEW";
  width: 150px;
  display: block;
  background: #cb0700;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Cormorant Garamond", serif;
  transform: translate(-30%, 60%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .section-works ul li.new::after {
    font-size: 1.1rem;
    transform: translate(-37%, 50%) rotate(-45deg);
  }
}

.section-works .btn {
  text-align: center;
  margin-top: 25px;
}

.section-works .btn a {
  display: inline-block;
  padding: 0.5em 2.5em 0.5em 0.8em;
  background-image: url(../img/common/arrow_red.png);
  background-repeat: no-repeat;
  background-position: 90%;
  font-size: 1.7rem;
}

.section-works .btn a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .section-works .btn a {
    font-size: 1.3rem;
    background-size: 6px;
  }
}

.section .l-title {
  padding-left: 40px;
}

.section .l-content {
  padding-right: 40px;
}
/* 3月3日追記分 */

.site-footer .ft_left .snsarea {
  display: flex;
  padding-bottom: 30px;
}

.site-footer .ft_left .snsarea li:first-child {
  padding-right: 10px;
}

.site-footer .ft_right .primary > li.ftnav__small > a {
  font-size: 13px;
  font-weight: initial;
}

.site-footer .ft_right .iso {
  float: right;
  width: 307px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}

.site-footer .ft_right p {
  clear: both;
  font-size: 1.3rem;
}

.site-footer .ft_right p.copyright {
  text-align: right;
  padding-top: 30px;
}

.site-footer .ft_right .iso .img img:not(:last-of-type) {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft_left .snsarea li img {
    width: 100%;
  }
  .site-footer .ft_left .snsarea {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media only screen and (min-width: 767px) {
  .site-footer .ft_bottom {
    display: none;
  }
}
.embed-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.embed-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#site-header.is-expand .brand-logo{
  opacity: 0;
}

/* 画像 scale → 1.2 */

a.hover img.scale {
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.hover:hover img.scale {
  transform: scale(1.2);
}

/* gnav　スマホ時　順番変更 */
.gnav .primary .prince-btn .unagi-online {
  display: none;
}
.gnav .primary .online-btn .takasaki-p {
  display: none;
}

@media only screen and (max-width: 767px) {
  .gnav .primary .prince-btn .unagi-online {
    display: block;
  }
  .gnav .primary .prince-btn .takasaki-p {
    display: none;
  }
  .gnav .primary .online-btn .takasaki-p {
    display: block;
  }
  .gnav .primary .online-btn .unagi-online {
    display: none;
  }
}


@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  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;
          flex-wrap: wrap;
}

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

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

.swiper-slide {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-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-align-items: flex-start;
          align-items: flex-start;
  transition-property: height, -webkit-transform;
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}