@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
@charset "UTF-8";
/*--------------------------------------------------------------
# Import Modules
--------------------------------------------------------------*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*-------------------------
*  Grid
*--------------------------*/
/*-------------------------
*  Spacing
*--------------------------*/
/*-------------------------
*  Media Queries
*--------------------------*/
/*-------------------------
*  Colours
*--------------------------*/
/*-------------------------
*  Typography
*--------------------------*/
/*-------------------------
*  Animations
*--------------------------*/
:-webkit-full-screen {
  text-align: center;
  font-size: larger;
}
:-ms-fullscreen {
  text-align: center;
  font-size: larger;
}
:fullscreen {
  text-align: center;
  font-size: larger;
}

.slick-pref::before,
.slick-next::before {
  color: #000 !important;
}

/*
	@package sunsettheme
*/
/*
	Mixins
	------------------------------------------------
*/
/*-------------------------
*  transition
*--------------------------*/
/*-------------------------
*  animation
*--------------------------*/
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-------------------------
*  Grid
*--------------------------*/
/*-------------------------
*  helpers
*--------------------------*/
/**
 * @package tianguobandthreme
*/
/*
  Generic
  ------------------------------
*/
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
}
body a {
  text-decoration: none;
}

.background-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.font-normal {
  font-size: 16px;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.text-decoration-none {
  text-decoration: none;
}

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

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

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

.text-white {
  color: #fff;
}

.text-primary {
  color: #0D338A;
}

.bold {
  font-weight: bold;
}

.show_pc {
  display: none;
}
@media (min-width: 800px) {
  .show_pc {
    display: block;
  }
}

/* 
flex
------------------------------
*/
.d-flex {
  display: flex;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-right {
  justify-content: right;
}

.reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.align-top {
  align-items: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

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

.align-baseline {
  align-items: baseline;
}

.align-stretch {
  align-items: stretch;
}

.flow-wrap {
  flex-flow: wrap;
}

.mx-1 {
  margin-left: 0.2vw;
  margin-right: 0.2vw;
}

.my-1 {
  margin-top: 0.2vw;
  margin-bottom: 0.2vw;
}

.mt-1 {
  margin-top: 0.2vw;
}

.mr-1 {
  margin-right: 0.2vw;
}

.mb-1 {
  margin-bottom: 0.2vw;
}

.ml-1 {
  margin-left: 0.2vw;
}

.px-1 {
  padding-left: 0.2vw;
  padding-right: 0.2vw;
}

.py-1 {
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
}

.pt-1 {
  padding-top: 0.2vw;
}

.pr-1 {
  padding-right: 0.2vw;
}

.pb-1 {
  padding-bottom: 0.2vw;
}

.pl-1 {
  padding-left: 0.2vw;
}

.mx-2 {
  margin-left: 0.4vw;
  margin-right: 0.4vw;
}

.my-2 {
  margin-top: 0.4vw;
  margin-bottom: 0.4vw;
}

.mt-2 {
  margin-top: 0.4vw;
}

.mr-2 {
  margin-right: 0.4vw;
}

.mb-2 {
  margin-bottom: 0.4vw;
}

.ml-2 {
  margin-left: 0.4vw;
}

.px-2 {
  padding-left: 0.4vw;
  padding-right: 0.4vw;
}

.py-2 {
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
}

.pt-2 {
  padding-top: 0.4vw;
}

.pr-2 {
  padding-right: 0.4vw;
}

.pb-2 {
  padding-bottom: 0.4vw;
}

.pl-2 {
  padding-left: 0.4vw;
}

.mx-3 {
  margin-left: 0.6vw;
  margin-right: 0.6vw;
}

.my-3 {
  margin-top: 0.6vw;
  margin-bottom: 0.6vw;
}

.mt-3 {
  margin-top: 0.6vw;
}

.mr-3 {
  margin-right: 0.6vw;
}

.mb-3 {
  margin-bottom: 0.6vw;
}

.ml-3 {
  margin-left: 0.6vw;
}

.px-3 {
  padding-left: 0.6vw;
  padding-right: 0.6vw;
}

.py-3 {
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
}

.pt-3 {
  padding-top: 0.6vw;
}

.pr-3 {
  padding-right: 0.6vw;
}

.pb-3 {
  padding-bottom: 0.6vw;
}

.pl-3 {
  padding-left: 0.6vw;
}

.mx-4 {
  margin-left: 0.8vw;
  margin-right: 0.8vw;
}

.my-4 {
  margin-top: 0.8vw;
  margin-bottom: 0.8vw;
}

.mt-4 {
  margin-top: 0.8vw;
}

.mr-4 {
  margin-right: 0.8vw;
}

.mb-4 {
  margin-bottom: 0.8vw;
}

.ml-4 {
  margin-left: 0.8vw;
}

.px-4 {
  padding-left: 0.8vw;
  padding-right: 0.8vw;
}

.py-4 {
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
}

.pt-4 {
  padding-top: 0.8vw;
}

.pr-4 {
  padding-right: 0.8vw;
}

.pb-4 {
  padding-bottom: 0.8vw;
}

.pl-4 {
  padding-left: 0.8vw;
}

.mx-5 {
  margin-left: 1vw;
  margin-right: 1vw;
}

.my-5 {
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.mt-5 {
  margin-top: 1vw;
}

.mr-5 {
  margin-right: 1vw;
}

.mb-5 {
  margin-bottom: 1vw;
}

.ml-5 {
  margin-left: 1vw;
}

.px-5 {
  padding-left: 1vw;
  padding-right: 1vw;
}

.py-5 {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.pt-5 {
  padding-top: 1vw;
}

.pr-5 {
  padding-right: 1vw;
}

.pb-5 {
  padding-bottom: 1vw;
}

.pl-5 {
  padding-left: 1vw;
}

.mx-6 {
  margin-left: 1.2vw;
  margin-right: 1.2vw;
}

.my-6 {
  margin-top: 1.2vw;
  margin-bottom: 1.2vw;
}

.mt-6 {
  margin-top: 1.2vw;
}

.mr-6 {
  margin-right: 1.2vw;
}

.mb-6 {
  margin-bottom: 1.2vw;
}

.ml-6 {
  margin-left: 1.2vw;
}

.px-6 {
  padding-left: 1.2vw;
  padding-right: 1.2vw;
}

.py-6 {
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
}

.pt-6 {
  padding-top: 1.2vw;
}

.pr-6 {
  padding-right: 1.2vw;
}

.pb-6 {
  padding-bottom: 1.2vw;
}

.pl-6 {
  padding-left: 1.2vw;
}

.mx-7 {
  margin-left: 1.4vw;
  margin-right: 1.4vw;
}

.my-7 {
  margin-top: 1.4vw;
  margin-bottom: 1.4vw;
}

.mt-7 {
  margin-top: 1.4vw;
}

.mr-7 {
  margin-right: 1.4vw;
}

.mb-7 {
  margin-bottom: 1.4vw;
}

.ml-7 {
  margin-left: 1.4vw;
}

.px-7 {
  padding-left: 1.4vw;
  padding-right: 1.4vw;
}

.py-7 {
  padding-top: 1.4vw;
  padding-bottom: 1.4vw;
}

.pt-7 {
  padding-top: 1.4vw;
}

.pr-7 {
  padding-right: 1.4vw;
}

.pb-7 {
  padding-bottom: 1.4vw;
}

.pl-7 {
  padding-left: 1.4vw;
}

.mx-8 {
  margin-left: 1.6vw;
  margin-right: 1.6vw;
}

.my-8 {
  margin-top: 1.6vw;
  margin-bottom: 1.6vw;
}

.mt-8 {
  margin-top: 1.6vw;
}

.mr-8 {
  margin-right: 1.6vw;
}

.mb-8 {
  margin-bottom: 1.6vw;
}

.ml-8 {
  margin-left: 1.6vw;
}

.px-8 {
  padding-left: 1.6vw;
  padding-right: 1.6vw;
}

.py-8 {
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
}

.pt-8 {
  padding-top: 1.6vw;
}

.pr-8 {
  padding-right: 1.6vw;
}

.pb-8 {
  padding-bottom: 1.6vw;
}

.pl-8 {
  padding-left: 1.6vw;
}

.mx-9 {
  margin-left: 1.8vw;
  margin-right: 1.8vw;
}

.my-9 {
  margin-top: 1.8vw;
  margin-bottom: 1.8vw;
}

.mt-9 {
  margin-top: 1.8vw;
}

.mr-9 {
  margin-right: 1.8vw;
}

.mb-9 {
  margin-bottom: 1.8vw;
}

.ml-9 {
  margin-left: 1.8vw;
}

.px-9 {
  padding-left: 1.8vw;
  padding-right: 1.8vw;
}

.py-9 {
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
}

.pt-9 {
  padding-top: 1.8vw;
}

.pr-9 {
  padding-right: 1.8vw;
}

.pb-9 {
  padding-bottom: 1.8vw;
}

.pl-9 {
  padding-left: 1.8vw;
}

.mx-10 {
  margin-left: 2vw;
  margin-right: 2vw;
}

.my-10 {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.mt-10 {
  margin-top: 2vw;
}

.mr-10 {
  margin-right: 2vw;
}

.mb-10 {
  margin-bottom: 2vw;
}

.ml-10 {
  margin-left: 2vw;
}

.px-10 {
  padding-left: 2vw;
  padding-right: 2vw;
}

.py-10 {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.pt-10 {
  padding-top: 2vw;
}

.pr-10 {
  padding-right: 2vw;
}

.pb-10 {
  padding-bottom: 2vw;
}

.pl-10 {
  padding-left: 2vw;
}

.mx-11 {
  margin-left: 2.2vw;
  margin-right: 2.2vw;
}

.my-11 {
  margin-top: 2.2vw;
  margin-bottom: 2.2vw;
}

.mt-11 {
  margin-top: 2.2vw;
}

.mr-11 {
  margin-right: 2.2vw;
}

.mb-11 {
  margin-bottom: 2.2vw;
}

.ml-11 {
  margin-left: 2.2vw;
}

.px-11 {
  padding-left: 2.2vw;
  padding-right: 2.2vw;
}

.py-11 {
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
}

.pt-11 {
  padding-top: 2.2vw;
}

.pr-11 {
  padding-right: 2.2vw;
}

.pb-11 {
  padding-bottom: 2.2vw;
}

.pl-11 {
  padding-left: 2.2vw;
}

.mx-12 {
  margin-left: 2.4vw;
  margin-right: 2.4vw;
}

.my-12 {
  margin-top: 2.4vw;
  margin-bottom: 2.4vw;
}

.mt-12 {
  margin-top: 2.4vw;
}

.mr-12 {
  margin-right: 2.4vw;
}

.mb-12 {
  margin-bottom: 2.4vw;
}

.ml-12 {
  margin-left: 2.4vw;
}

.px-12 {
  padding-left: 2.4vw;
  padding-right: 2.4vw;
}

.py-12 {
  padding-top: 2.4vw;
  padding-bottom: 2.4vw;
}

.pt-12 {
  padding-top: 2.4vw;
}

.pr-12 {
  padding-right: 2.4vw;
}

.pb-12 {
  padding-bottom: 2.4vw;
}

.pl-12 {
  padding-left: 2.4vw;
}

.mx-13 {
  margin-left: 2.6vw;
  margin-right: 2.6vw;
}

.my-13 {
  margin-top: 2.6vw;
  margin-bottom: 2.6vw;
}

.mt-13 {
  margin-top: 2.6vw;
}

.mr-13 {
  margin-right: 2.6vw;
}

.mb-13 {
  margin-bottom: 2.6vw;
}

.ml-13 {
  margin-left: 2.6vw;
}

.px-13 {
  padding-left: 2.6vw;
  padding-right: 2.6vw;
}

.py-13 {
  padding-top: 2.6vw;
  padding-bottom: 2.6vw;
}

.pt-13 {
  padding-top: 2.6vw;
}

.pr-13 {
  padding-right: 2.6vw;
}

.pb-13 {
  padding-bottom: 2.6vw;
}

.pl-13 {
  padding-left: 2.6vw;
}

.mx-14 {
  margin-left: 2.8vw;
  margin-right: 2.8vw;
}

.my-14 {
  margin-top: 2.8vw;
  margin-bottom: 2.8vw;
}

.mt-14 {
  margin-top: 2.8vw;
}

.mr-14 {
  margin-right: 2.8vw;
}

.mb-14 {
  margin-bottom: 2.8vw;
}

.ml-14 {
  margin-left: 2.8vw;
}

.px-14 {
  padding-left: 2.8vw;
  padding-right: 2.8vw;
}

.py-14 {
  padding-top: 2.8vw;
  padding-bottom: 2.8vw;
}

.pt-14 {
  padding-top: 2.8vw;
}

.pr-14 {
  padding-right: 2.8vw;
}

.pb-14 {
  padding-bottom: 2.8vw;
}

.pl-14 {
  padding-left: 2.8vw;
}

.mx-15 {
  margin-left: 3vw;
  margin-right: 3vw;
}

.my-15 {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.mt-15 {
  margin-top: 3vw;
}

.mr-15 {
  margin-right: 3vw;
}

.mb-15 {
  margin-bottom: 3vw;
}

.ml-15 {
  margin-left: 3vw;
}

.px-15 {
  padding-left: 3vw;
  padding-right: 3vw;
}

.py-15 {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.pt-15 {
  padding-top: 3vw;
}

.pr-15 {
  padding-right: 3vw;
}

.pb-15 {
  padding-bottom: 3vw;
}

.pl-15 {
  padding-left: 3vw;
}

.mx-16 {
  margin-left: 3.2vw;
  margin-right: 3.2vw;
}

.my-16 {
  margin-top: 3.2vw;
  margin-bottom: 3.2vw;
}

.mt-16 {
  margin-top: 3.2vw;
}

.mr-16 {
  margin-right: 3.2vw;
}

.mb-16 {
  margin-bottom: 3.2vw;
}

.ml-16 {
  margin-left: 3.2vw;
}

.px-16 {
  padding-left: 3.2vw;
  padding-right: 3.2vw;
}

.py-16 {
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
}

.pt-16 {
  padding-top: 3.2vw;
}

.pr-16 {
  padding-right: 3.2vw;
}

.pb-16 {
  padding-bottom: 3.2vw;
}

.pl-16 {
  padding-left: 3.2vw;
}

.mx-17 {
  margin-left: 3.4vw;
  margin-right: 3.4vw;
}

.my-17 {
  margin-top: 3.4vw;
  margin-bottom: 3.4vw;
}

.mt-17 {
  margin-top: 3.4vw;
}

.mr-17 {
  margin-right: 3.4vw;
}

.mb-17 {
  margin-bottom: 3.4vw;
}

.ml-17 {
  margin-left: 3.4vw;
}

.px-17 {
  padding-left: 3.4vw;
  padding-right: 3.4vw;
}

.py-17 {
  padding-top: 3.4vw;
  padding-bottom: 3.4vw;
}

.pt-17 {
  padding-top: 3.4vw;
}

.pr-17 {
  padding-right: 3.4vw;
}

.pb-17 {
  padding-bottom: 3.4vw;
}

.pl-17 {
  padding-left: 3.4vw;
}

.mx-18 {
  margin-left: 3.6vw;
  margin-right: 3.6vw;
}

.my-18 {
  margin-top: 3.6vw;
  margin-bottom: 3.6vw;
}

.mt-18 {
  margin-top: 3.6vw;
}

.mr-18 {
  margin-right: 3.6vw;
}

.mb-18 {
  margin-bottom: 3.6vw;
}

.ml-18 {
  margin-left: 3.6vw;
}

.px-18 {
  padding-left: 3.6vw;
  padding-right: 3.6vw;
}

.py-18 {
  padding-top: 3.6vw;
  padding-bottom: 3.6vw;
}

.pt-18 {
  padding-top: 3.6vw;
}

.pr-18 {
  padding-right: 3.6vw;
}

.pb-18 {
  padding-bottom: 3.6vw;
}

.pl-18 {
  padding-left: 3.6vw;
}

.mx-19 {
  margin-left: 3.8vw;
  margin-right: 3.8vw;
}

.my-19 {
  margin-top: 3.8vw;
  margin-bottom: 3.8vw;
}

.mt-19 {
  margin-top: 3.8vw;
}

.mr-19 {
  margin-right: 3.8vw;
}

.mb-19 {
  margin-bottom: 3.8vw;
}

.ml-19 {
  margin-left: 3.8vw;
}

.px-19 {
  padding-left: 3.8vw;
  padding-right: 3.8vw;
}

.py-19 {
  padding-top: 3.8vw;
  padding-bottom: 3.8vw;
}

.pt-19 {
  padding-top: 3.8vw;
}

.pr-19 {
  padding-right: 3.8vw;
}

.pb-19 {
  padding-bottom: 3.8vw;
}

.pl-19 {
  padding-left: 3.8vw;
}

.mx-20 {
  margin-left: 4vw;
  margin-right: 4vw;
}

.my-20 {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.mt-20 {
  margin-top: 4vw;
}

.mr-20 {
  margin-right: 4vw;
}

.mb-20 {
  margin-bottom: 4vw;
}

.ml-20 {
  margin-left: 4vw;
}

.px-20 {
  padding-left: 4vw;
  padding-right: 4vw;
}

.py-20 {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.pt-20 {
  padding-top: 4vw;
}

.pr-20 {
  padding-right: 4vw;
}

.pb-20 {
  padding-bottom: 4vw;
}

.pl-20 {
  padding-left: 4vw;
}

.container,
.container-fluid,
.container-narrow {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container::after,
.container-fluid::after,
.container-narrow::after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 1440px;
}

.container-fluid {
  max-width: 100%;
}

.container-narrow {
  max-width: 1190px;
}

.row {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex: 0 1 auto;
  flex-wrap: wrap;
}
.row.nowrap {
  flex-wrap: nowrap;
}
.row.justify-start {
  justify-content: flex-start;
}
.row.justify-end {
  justify-content: flex-end;
}
.row.justify-center {
  justify-content: center;
}
.row.justify-between {
  justify-content: space-between;
}
.row.justify-around {
  justify-content: space-around;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.align-top {
  align-items: flex-start;
}
.row.align-bottom {
  align-items: flex-end;
}
.row.align-center {
  align-items: center;
}
.row.align-baseline {
  align-items: baseline;
}
.row.align-stretch {
  align-items: stretch;
}
.row .flex-item {
  flex: 0 0 auto;
}
.row .flex-item.grow {
  flex-grow: 1;
}

[class^=col-],
[class*=" col-"] {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 auto;
}

.col-xs-1 {
  width: 5%;
}

.col-xs-2 {
  width: 10%;
}

.col-xs-3 {
  width: 15%;
}

.col-xs-4 {
  width: 20%;
}

.col-xs-5 {
  width: 25%;
}

.col-xs-6 {
  width: 30%;
}

.col-xs-7 {
  width: 35%;
}

.col-xs-8 {
  width: 40%;
}

.col-xs-9 {
  width: 45%;
}

.col-xs-10 {
  width: 50%;
}

.col-xs-11 {
  width: 55%;
}

.col-xs-12 {
  width: 60%;
}

.col-xs-13 {
  width: 65%;
}

.col-xs-14 {
  width: 70%;
}

.col-xs-15 {
  width: 75%;
}

.col-xs-16 {
  width: 80%;
}

.col-xs-17 {
  width: 85%;
}

.col-xs-18 {
  width: 90%;
}

.col-xs-19 {
  width: 95%;
}

.col-xs-20 {
  width: 100%;
}

/*
	@package tianguobandtheme
*/
/* 
	Font Icon 
	------------------------------------------------
*/
@font-face {
  font-family: "tianguoband-icon";
  src: url("/fonts/tianguoband-icon.eot?o1l4o7");
  src: url("/fonts/tianguoband-icon.eot?o1l4o7#iefix") format("embedded-opentype"), url("/fonts/tianguoband-icon.ttf?o1l4o7") format("truetype"), url("/fonts/tianguoband-icon.woff?o1l4o7") format("woff"), url("/fonts/tianguoband-icon.svg?o1l4o7#tianguoband-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.tianguoband-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tianguoband-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tianguoband-twitter:before {
  content: "\e900";
}

.tianguoband-googleplus:before {
  content: "\e901";
}

.tianguoband-facebook:before {
  content: "\e902";
}

.tianguoband-audio:before {
  content: "\e800";
}

.tianguoband-chevron-left:before {
  content: "\e801";
}

.tianguoband-chevron-right:before {
  content: "\e802";
}

.tianguoband-close:before {
  content: "\e803";
}

.tianguoband-comment:before {
  content: "\e804";
}

.tianguoband-link:before {
  content: "\e805";
}

.tianguoband-loading:before {
  content: "\e806";
}

.tianguoband-logo:before {
  content: "\e807";
}

.tianguoband-menu:before {
  content: "\e808";
}

.tianguoband-pencil:before {
  content: "\e809";
}

.tianguoband-pics:before {
  content: "\e80a";
}

.tianguoband-search:before {
  content: "\e80b";
}

.tianguoband-share:before {
  content: "\e80c";
}

.tianguoband-tag:before {
  content: "\e80d";
}

.tianguoband-video:before {
  content: "\e80e";
}

/*
	@package sunsettheme
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* お問い合せフォーム */
.wp-block-contact-form-7-contact-form-selector label {
  font-size: 18px;
}

.wp-block-contact-form-7-contact-form-selector input {
  height: 40px;
}

/*
	@package sunsettheme
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* お問い合せフォーム */
.wp-block-contact-form-7-contact-form-selector label {
  font-size: 18px;
}

.wp-block-contact-form-7-contact-form-selector input {
  height: 40px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/**
 * @package tianguobandtheme
*/
/*
  Header
  ------------------------------
*/
.header-container {
  position: relative;
  display: block;
  width: 100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.header-bar-wrapper {
  background-color: #0D338A;
}

.header-bar-content {
  width: 1100px;
}

.header-content-wrapper {
  height: 50vw;
  max-height: 838px;
  width: 100%;
}

#header-language {
  height: 30px;
  border-radius: 4px;
  font-size: 14px;
  color: #0D338A;
  background-color: #cfd6e8;
}
@media (max-width: 800px) {
  #header-language {
    margin-right: 6px;
  }
}

/*================ Mobile nav start ================*/
.mobile-nav-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cfd6e8;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  display: none;
  overflow: hidden;
  width: 100%;
}
.mobile-nav-wrapper ul, .mobile-nav-wrapper li {
  list-style: none;
}
.mobile-nav-wrapper .nav-mobile {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 20px;
}
.mobile-nav-wrapper .menu-item {
  padding: 8px;
  text-shadow: 0 0.5px 0.5px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #c2c2e7;
}
.mobile-nav-wrapper .menu-item a:link,
.mobile-nav-wrapper .menu-item a:visited,
.mobile-nav-wrapper .menu-item a:active {
  text-decoration: none;
  color: #0D338A;
}

.mobile-nav-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #cfd6e8;
}

.mobile-menu--is-open {
  display: block;
  z-index: 2;
}

.btn--link {
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  text-align: left;
}

.mobile-nav--open,
.mobile-nav--close {
  display: none;
}
@media (max-width: 800px) {
  .mobile-nav--open,
.mobile-nav--close {
    display: block;
  }
}

.mobile-nav--open .icon-close,
.mobile-nav--close .icon-hamburger {
  display: none;
}

.is-transitioning {
  display: block !important;
  visibility: visible !important;
}

/*================ Mobile nav end ================*/
.main-wrapper {
  position: relative;
}

.main-content {
  position: relative;
  overflow: hidden;
}
.main-content .clear-left {
  position: absolute;
  top: 0;
  width: 10%;
  height: 50vw;
  min-height: 230px;
  max-height: 500px;
  margin-left: -10%;
  background-color: #fff;
  z-index: 2;
}
.main-content .clear-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 50vw;
  min-height: 230px;
  max-height: 500px;
  margin-right: -10%;
  background-color: #fff;
  z-index: 2;
}

.banner {
  position: relative;
  width: 100%;
  height: 187px;
  overflow: hidden;
}

.banner .banner-bg {
  position: absolute;
  left: -25%;
  width: 150%;
  height: 145px;
  background-color: #C82519;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  background-image: linear-gradient(0deg, #f1503b, #c82519 50%); /* 渐变 */
}

.primary-bg {
  background-color: #0D338A;
}

/* 焦点图样式 */
.focus-box {
  position: relative;
  width: 100%;
  padding: 0 10%;
  border-bottom-left-radius: 80%;
  border-bottom-right-radius: 80%;
  transform: translateX(-8.333%);
  overflow: hidden;
}
.focus-box .opacity {
  position: absolute;
  width: 100%;
  height: 50vw;
  min-height: 230px;
  max-height: 500px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0D338A;
  opacity: 0.8;
}
.focus-box .img_wrapper {
  display: block;
  width: 100vw;
  max-width: 1100px;
  height: 50vw;
  min-height: 230px;
  max-height: 500px;
  background-image: url("/wp-content/themes/tianguoband/img/main-bg-opacity.jpg");
  background-position: center center;
}
.focus-box .whats-news-style {
  width: 100%;
  width: 100vw;
  max-width: 1100px;
  height: 70vw;
  min-height: 260px;
  background-color: #fff;
}
.focus-box .whats-news-style .whats-news-content {
  padding: 0 4vw;
}
.focus-box .whats-news-style .whats-news-content h3 {
  font-size: 18px;
  color: #0D338A;
  border-bottom: 1px solid #0D338A;
}
@media (min-width: 800px) {
  .focus-box .whats-news-style {
    max-height: 560px;
  }
}
.focus-box .whatnew-post-date {
  font-size: 16px;
  color: #0D338A;
}

.focus-box-text-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 96vw;
  max-width: calc(1100px - 4vw);
  height: 46vw;
  min-height: calc(230px - 4vw);
  max-height: calc(500px - 4vw);
  padding: 2vw;
}
.focus-box-text-content .logo img {
  width: 10vw;
  min-width: 82px;
}
.focus-box-text-content .entry-excerpt h4 {
  color: #ffb900;
}
.focus-box-text-content .entry-excerpt-text {
  font-size: 16px;
  color: #fff;
  line-height: 1.4em;
}
@media (max-width: 800px) {
  .focus-box-text-content .entry-excerpt-text {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .focus-box-text-content .entry-excerpt-text {
    font-size: 12px;
    line-height: 1.4em;
  }
}

.more-icon a {
  font-size: 10px;
}
.more-icon a .more {
  display: inline-block;
  margin-right: 4px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

/* 
	Nav Bar 
	------------------------------------------------
*/
.navbar-main-menu {
  margin-top: 3vw;
  border: none;
  border-radius: 0;
  min-height: auto;
  margin-bottom: 0;
  height: 30px;
  color: #fff;
  border-bottom: 1px solid #FFF;
  display: block;
}
@media (max-width: 800px) {
  .navbar-main-menu {
    display: none;
  }
}
.navbar-main-menu ul {
  padding-left: 0;
}
.navbar-main-menu li {
  display: inline-block;
}
.navbar-main-menu li.active a {
  opacity: 1;
}
.navbar-main-menu li.active a:after {
  transform: translateY(0);
  opacity: 1;
}
.navbar-main-menu li.open a {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.navbar-main-menu li.open a:after {
  transform: translateY(10px);
  opacity: 0 !important;
}
.navbar-main-menu li.open a:hover, .navbar-main-menu li.open a:focus, .navbar-main-menu li.open a:visited {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.navbar-main-menu li.open a:hover:after, .navbar-main-menu li.open a:focus:after, .navbar-main-menu li.open a:visited:after {
  transform: translateY(10px);
  opacity: 0 !important;
}
.navbar-main-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.7;
  letter-spacing: 0.05em;
  height: 120px;
  background: none;
  transition: opacity 320ms ease;
}
.navbar-main-menu li a:hover, .navbar-main-menu li a:focus, .navbar-main-menu li a:visited {
  background: none;
  opacity: 1;
}
.navbar-main-menu li a:hover:after, .navbar-main-menu li a:focus:after, .navbar-main-menu li a:visited:after {
  transform: translateY(0);
  opacity: 1;
}
.navbar-main-menu li a:after {
  content: "";
  display: block;
  height: 5px;
  background: #ceb567;
  transition: all 320ms ease;
  opacity: 0;
  transform: translateY(10px);
}
.navbar-main-menu .current_page_item:after {
  content: "";
  display: block;
  height: 5px;
  background: #ceb567;
}
.navbar-main-menu li:not(:last-child) {
  margin-right: 1.5vw;
}

.footer-wrapper {
  margin-top: -130px;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

hr {
  width: 90vw;
  max-width: 1100px;
  height: 1px;
}

.paddingTop {
  margin-top: -130px;
  padding-top: 200px;
}

.-paddingTop {
  margin-top: 0;
  padding-top: 20px;
}

.page-wrapper {
  max-width: 1100px;
}
.page-wrapper .page-header-content {
  background-color: #cfd6e8;
  display: flex;
}
@media (max-width: 800px) {
  .page-wrapper .page-header-content {
    display: none;
  }
}
.page-wrapper .logo img {
  width: 10vw;
  min-width: 82px;
}
.page-wrapper .page-nav-container .navbar-main-menu .page-navbar-nav li > a {
  color: #0D338A;
}
.page-wrapper .page-nav-container .sub-title h1 {
  color: #0D338A;
}

/* 
  template-parts
  content- 
	------------------------------------------------
*/
.whats-news-img-wrap .swiper-slide {
  width: 32%;
  font-size: 16px;
}
.whats-news-img-wrap .swiper-slide img {
  width: 100%;
}
.whats-news-img-wrap .swiper-slide h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #0D338A;
}

.post-link-nav {
  padding: 10px 0;
}
.post-link-nav a {
  padding: 0 5px;
}
.post-link-nav a:hover, .post-link-nav a:focus {
  color: #ff9d1d;
}

.whats-new-list-content-wrap {
  padding-left: 2.8vw;
  padding-right: 2.8vw;
}
@media (max-width: 800px) {
  .whats-new-list-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

/* 
  single
	------------------------------------------------
*/
.entry-list-wrap {
  display: flex;
}
.entry-list-wrap a {
  display: inline-flex;
}
.entry-list-wrap a .img-wrap {
  max-width: 400px;
  min-width: 220px;
}
.entry-list-wrap a .img-wrap img {
  width: 100%;
  height: 100%;
}
.entry-list-wrap a .entry-title {
  font-size: 18px;
}

.gallery-wrapper {
  /* モーダル */
  /* モーダルがactiveの時 */
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルのコンテンツ */
  /* モーダルを閉じるボタン */
  /* Swiperの矢印部分 */
}
.gallery-wrapper .content {
  padding-left: 0;
  margin-top: 6px;
}
.gallery-wrapper .content li {
  list-style: none;
}
.gallery-wrapper .content figure {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px;
  width: 240px;
}
@media (max-width: 800px) {
  .gallery-wrapper .content figure {
    width: 100%;
  }
}
.gallery-wrapper .content figure img {
  width: 100%;
}
.gallery-wrapper .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
}
.gallery-wrapper .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.gallery-wrapper .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.gallery-wrapper .modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  padding: 20px;
}
.gallery-wrapper .modal__content img {
  max-width: 900px;
  max-width: 100%;
}
.gallery-wrapper .modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 768px) {
  .gallery-wrapper .modal__close-btn,
.gallery-wrapper .modal .swiper-button-next,
.gallery-wrapper .modal .swiper-button-prev {
    display: none;
  }
}

/* 

/* 
	Sharing section
	------------------------------------------------
*/
.tianguoband-shareThis {
  display: block;
  text-align: center;
  border-top: 1px solid #F1F1F1;
  padding-top: 10px;
  clear: both;
}
.tianguoband-shareThis ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tianguoband-shareThis ul li {
  float: none;
  display: inline-block;
}
.tianguoband-shareThis a {
  display: inline-block;
  font-size: 32px;
  opacity: 0.75;
  margin: 0 5px;
  color: #FFF;
}
@media (max-width: 800px) {
  .tianguoband-shareThis a {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .tianguoband-shareThis a {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .tianguoband-shareThis a {
    font-size: 20px;
  }
}
.tianguoband-shareThis a:hover, .tianguoband-shareThis a:focus {
  opacity: 1;
  color: #f0efef;
}
.tianguoband-shareThis a.twitter-wrap {
  background-color: rgb(60, 131, 218);
}
.tianguoband-shareThis a.facebook-wrap {
  background-color: rgb(69, 111, 153);
}

/* 
	Comment section
	------------------------------------------------


.comments-area {
	border-top: 4px solid #F1F1F1;
	margin-top: 40px;
}

.last-field {
	margin-bottom: 50px;
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-body {
	padding-bottom: 0;
}

.children {
	background-color: #F5F5F5;
	padding-right: 20px;
	padding-left: 20px;
	list-style: none;
	margin-left: 60px;

	.comment-author {
		&:before {
			background-color: #fff;
		}
	}

}

.comment-author {

	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 300;

	&:before {
		position: absolute;
		content: '';
		display: block;
		top: 10px;
		bottom: 13px;
		left: 40px;
		right: 0;
		background-color: #f5f5f5;
		z-index: 1;
		border-radius: 4px;
	}

	& * {
		z-index: 1;
		position: relative;
	}

	b {
		font-weight: 400;
	}

	.avatar {
		border-radius: 50%;
		margin-right: 10px;
		border: 3px solid #fff;
	}

}

.comment-metadata {
	text-align: right;
	text-transform: uppercase;
	margin-top: -5px;
	font-size: 12px;

	a {
		color: #999;
	}

}

.comment-content {
	padding: 20px 0;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #E6E6E6;
	margin-left: 60px;
}

.reply {
	text-align: right;
	padding: 5px 0;
}

a.comment-reply-link {
	text-transform: uppercase;
	color: #ff9d1d;

		&:hover,
		&:focus {
			color: #F56B08;
		}	
}

.comment-respond {
	margin-top: 60px;
}


*/
