@charset "UTF-8";
/*
Theme Name: STANDARDSONGのテーマ
Theme URI: https://www.stndardsong.com/
Description: 宇治川まさなり主催シアターカンパニー『STANDARDSONG』のオリジナルテーマ
Author: bearama design
Template:
Version: 1.0
*/
/* eg: @include user-select(none); */
/* eg: @include rotate(45deg); */
/* eg: @include translate3d(0,0,0); */
/* eg: @include border-radius(3px); */
/* eg: @include visibility-backface(hidden); */
/* Underline From Center */
/* 追加 */
/*------------------------------------------------------------------
  	[The "base.scss" contains basic default element styles
  		(colors, typography, margins & padding).]
------------------------------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  height: 100%;
}

html,
html a,
body {
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: Hind, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #666;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  /* chrome transitionのずれ対策 */
  backface-visibility: hidden;
  /* chrome transitionのずれ対策 */
}

body.ie {
  font-family: Hind, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* IEの游ゴシック不備対策 別フォント指定 */
}

/* only safari, 文字詰めpalt 不具合対策 */
/*
_::-webkit-full-page-media,
_:future,
:root body {
  font-feature-settings: "pkna";
}
*/
p {
  color: #666;
  margin-bottom: 15px;
}

em,
li,
li a {
  font-weight: 500;
  color: #515769;
}

a {
  color: #81848f;
  outline: 0;
}

a:focus, a:hover, a:active {
  outline: 0;
  color: #17bed2;
  text-decoration: none;
}

.link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  font-family: Hind, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
}

h1, .h1,
h2, .h2,
h3, .h3, .post-index .entry-title,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 700;
  color: #515769;
  line-height: 1.4;
  margin: 0 0 15px;
}

h1 > a, .h1 > a,
h2 > a, .h2 > a,
h3 > a, .h3 > a, .post-index .entry-title > a,
h4 > a, .h4 > a,
h5 > a, .h5 > a,
h6 > a, .h6 > a {
  color: #515769;
}

h1 > a:hover, .h1 > a:hover,
h2 > a:hover, .h2 > a:hover,
h3 > a:hover, .h3 > a:hover, .post-index .entry-title > a:hover,
h4 > a:hover, .h4 > a:hover,
h5 > a:hover, .h5 > a:hover,
h6 > a:hover, .h6 > a:hover {
  color: #17bed2;
  text-decoration: none;
}

h1 > a:focus, .h1 > a:focus,
h2 > a:focus, .h2 > a:focus,
h3 > a:focus, .h3 > a:focus, .post-index .entry-title > a:focus,
h4 > a:focus, .h4 > a:focus,
h5 > a:focus, .h5 > a:focus,
h6 > a:focus, .h6 > a:focus {
  text-decoration: none;
}

h1, .h1 {
  font-size: 24px;
  font-size: 2.4rem;
}

h2, .h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

h3, .h3, .post-index .entry-title {
  font-size: 20px;
  font-size: 2rem;
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h2, .h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

::selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/* Section Seperator */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

/* ====================================================
Form
==================================================== */
input, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  text-indent: 0.01px;
  text-overflow: '';
  font-size: inherit;
  color: inherit;
}

select option {
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

input, select {
  vertical-align: middle;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

select, input, textarea, .input-filebtn {
  border: 1px solid #ccc;
  background: white;
  font-family: Hind, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
}

.ie select, .ie input, .ie textarea, .ie .input-filebtn {
  font-family: Hind, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.input-file .input-filebtn {
  display: inline-block;
  cursor: pointer;
  margin-right: .5em;
}

.input-file .filename {
  display: inline-block;
}

.input-file input[type="file"] {
  display: none;
}

select {
  padding: 0.5em 2em 0.5em 1em;
  border-radius: 3px;
  background: #fff url(img/arrow-select.png) no-repeat right 10px center;
  transition: box-shadow .3s;
}

select:hover {
  border: 1px solid #b7b9bf;
  box-shadow: 1px 1px 7px #d2d3d7;
}

body.ie select {
  background-size: 14px 8px;
}

body[class*="ie9"] select {
  padding: 0.3em;
  background-size: 0;
}

input[type="submit"] {
  border: none;
  color: white;
  background: #666;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  padding: 0.7em 3em;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  transition: background-color 300ms ease;
}

input[type="submit"]:hover {
  color: #fff;
  background-color: #81848f;
  text-decoration: none;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
.input-filebtn {
  border-radius: 3px;
  padding: 0.3em 0.8em;
  transition: all .3s;
}

input[type="text"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover,
.input-filebtn:hover {
  border-color: #b7b9bf;
  box-shadow: 1px 1px 7px #d2d3d7;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
.input-filebtn:focus {
  background: #ffffeb;
  border-color: #999999;
  box-shadow: 1px 1px 7px #cccccc;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
  line-height: 21px;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: 7px;
  background: #fff;
  border: 1px solid #999999;
  transition: all .3s;
}

input[type="checkbox"] + label:hover::before,
input[type="radio"] + label:hover::before {
  border: 1px solid #b7b9bf;
  box-shadow: 0 0 3px #b7b9bf;
}

body.ie input[type="checkbox"] + label:before,
body.ie input[type="radio"] + label:before {
  margin-top: 5px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-right: 20px;
}

input[type="checkbox"] + label.mr0,
input[type="radio"] + label.mr0 {
  margin-right: 0;
}

input[type="checkbox"] + label::before {
  border-radius: 3px;
}

input[type="radio"] + label::before {
  border-radius: 100%;
}

input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 8px;
}

input[type="checkbox"]:checked + label::after {
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 2px solid #b7b9bf;
  border-bottom: 2px solid #b7b9bf;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 3px;
}

input[type="radio"]:checked + label::after {
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  background: #b7b9bf;
  border-radius: 100%;
}

body.ie input[type="radio"]:checked + label::after {
  margin-top: 0;
}

/*------------------------------------------------------------------
  	[Accordion]
------------------------------------------------------------------*/
.accordion .panel-default {
  border: none;
}

.accordion .panel-heading {
  border-radius: 0;
}

.accordion .panel-default > .panel-heading {
  color: #515769;
  background: #fff;
  border: none;
  padding: 0;
}

.accordion .panel-title {
  font-size: 22px;
}

.accordion .panel-title-child {
  display: block;
  padding: 30px;
}

.accordion .panel-group .panel + .panel {
  border-radius: 0;
  margin-top: 10px;
}

.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  font-size: 16px;
  border-top: none;
  padding: 0 30px 30px 30px;
  margin-top: -1px;
}

.accordion [aria-expanded="true"],
.accordion .collapse.in {
  color: #fff;
  background: #17bed2;
}

/*------------------------------------------------------------------
  	[Button]
------------------------------------------------------------------*/
.btn-theme, .post-pager ul li a {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-theme:focus, .post-pager ul li a:focus, .btn-theme:active:focus, .post-pager ul li a:active:focus, .btn-theme.active:focus, .post-pager ul li a.active:focus, .btn-theme.focus, .post-pager ul li a.focus, .btn-theme:active.focus, .post-pager ul li a:active.focus, .btn-theme.active.focus, .post-pager ul li a.active.focus {
  outline: none;
}

.btn-theme:hover, .post-pager ul li a:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme:hover, .post-pager ul li a:hover, .btn-theme:focus, .post-pager ul li a:focus, .btn-theme.focus, .post-pager ul li a.focus {
  text-decoration: none;
}

.btn-theme:active, .post-pager ul li a:active, .btn-theme.active, .post-pager ul li a.active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled, .post-pager ul li a.disabled, .btn-theme[disabled], .post-pager ul li a[disabled],
fieldset[disabled] .btn-theme,
fieldset[disabled] .post-pager ul li a,
.post-pager ul li fieldset[disabled] a {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

.btn-white-bg, .post-pager ul li a {
  color: #fff;
  background: #515769;
  border-color: transparent;
  border-width: 0;
}

.btn-white-bg:hover, .post-pager ul li a:hover, .btn-white-bg:focus, .post-pager ul li a:focus, .btn-white-bg.focus, .post-pager ul li a.focus {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
}

.btn-white-brd {
  color: #515769;
  background: transparent;
  border-color: #515769;
  border-width: 2px;
}

.btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
  color: #17bed2;
  background: #fff;
  border-color: #17bed2;
}

.btn-default-bg {
  color: #515769;
  background: #f3f4f5;
  border-color: transparent;
  border-width: 0;
}

.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
}

.btn-theme-sm, .post-pager ul li a {
  font-size: 14px;
  font-weight: 600;
  padding: 13px 50px 10px;
  border-radius: 25px;
}

.btn-theme-s {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 25px 8px;
  border-radius: 20px;
}

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -ms-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
[Label]
------------------------------------------------------------------*/
.label {
  display: inline-block;
  border-radius: 2px;
  padding: .5em 1em .4em;
  line-height: 1;
  color: white;
  font-size: 100%;
  background: #81848f;
}

.label.label-ss {
  background: #63cddc;
}

.label.label-ujigawa {
  background: #feb76c;
}

.label.label-other {
  background: #f39ca6;
}

a.label-ss {
  transition: background .3s ease;
}

a.label-ss:hover {
  background: #b6e8ef;
}

a.label-ujigawa {
  transition: background .3s ease;
}

a.label-ujigawa:hover {
  background: #ffe9d1;
}

a.label-other {
  transition: background .3s ease;
}

a.label-other:hover {
  background: #fef7f8;
}

/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/
.form-control {
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all .3s ease;
}

.form-control:focus {
  color: #515769;
  background: #fafafa;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #515769;
}

.form-control:focus:-ms-input-placeholder {
  color: #515769;
}

.form-control:focus::-webkit-input-placeholder {
  color: #515769;
}

.input-group-btn .btn {
  height: 40px;
  font-weight: bold;
}

.input-group-btn .btn:hover {
  background: #515769;
  border-color: #515769;
  color: white;
}

/*------------------------------------------------------------------
    [Full Screen Carousel]
------------------------------------------------------------------*/
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------
    [Carousel]
------------------------------------------------------------------*/
.carousel-indicators {
  left: 50%;
  width: 60%;
  margin-left: -30%;
  text-align: center;
  margin-bottom: 0;
}

.carousel-centered {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  padding: 0 10%;
  text-align: center;
}

.carousel-control {
  width: 10%;
}

/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/
.footer .footer-copyright,
.footer .footer-link,
.footer .footer-link-sp {
  font-size: 14px;
  font-size: 1.4rem;
}

.footer .footer-copyright a,
.footer .footer-link a,
.footer .footer-link-sp a {
  font-weight: 700;
}

.footer .footer-sns a {
  color: #17bed2;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  transition: color 300ms ease;
}

.footer .footer-sns a:hover {
  color: #4adaeb;
}

@media (max-width: 991px) {
  .footer .content {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .footer .footer-sns,
  .footer .footer-copyright,
  .footer .footer-link-sp {
    text-align: center;
    display: block;
  }
  .footer .footer-sns {
    margin-bottom: 5px;
  }
  .footer .footer-link {
    display: none;
  }
  .footer .footer-link-sp {
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .footer .container {
    display: table;
  }
  .footer .footer-list,
  .footer .footer-copyright {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .footer .footer-list .footer-sns {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  .footer .footer-list .footer-link {
    text-transform: uppercase;
    vertical-align: middle;
  }
  .footer .footer-list .footer-link-sp {
    display: none;
  }
  .footer .footer-copyright {
    text-align: right;
  }
}

/*------------------------------------------------------------------
    [Header]
------------------------------------------------------------------*/
/* Fixed Top */
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

/* Navbar */
.header .navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 20px 0;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #515769;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #515769;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle.active .toggle-icon {
  background: #17bed2;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle.active .toggle-icon:before, .header .navbar-toggle.active .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #17bed2;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle.active .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
.header h1 {
  margin: 0;
}

.header .logo {
  width: 150px;
  float: left;
  max-height: 95px;
}

.header .logo-wrap {
  display: block;
  padding: 20px 0;
}

.header .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}

.header .logo-img {
  width: 146px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.header .logo-img-main {
  display: block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar */
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Nav */
.header .nav-item {
  position: relative;
  display: block;
}

.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}

.header .nav-item .nav-item-hover.active:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

@media (min-width: 992px) {
  .header .nav-item:hover .nav-item-hover::after {
    opacity: 1;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}

.header .nav-item-child {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  line-height: 55px;
  /*        @include cubic-transition($delay: 0, $duration: 300ms, $property: (all));*/
}

.header .nav-item-child:hover, .header .nav-item-child:focus {
  background: transparent;
}

.header .nav-item-hover {
  position: relative;
  /*        &:after {
            @include position(absolute, $top: 45px, $left: 0);
            @include size(9px, 2px);
            background: $color-base;
            opacity: 0;
            content: " ";
            @include cubic-transition($delay: 0, $duration: 400ms, $property: (all));
        }*/
}

@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #eee;
  }
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav {
    margin: 0 -15px;
    float: none;
  }
  .header .navbar-nav .nav-item {
    float: left;
    width: 50%;
    border-top: 1px solid #eee;
  }
  .header .navbar-nav .nav-item:nth-child(odd) {
    border-right: 1px solid #eee;
  }
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Logo */
  .header .logo {
    max-height: 60px;
  }
  .header .logo .logo-img-main {
    display: none;
  }
  .header .logo .logo-img-active {
    display: block;
  }
  /* Navbar Nav */
  .header .nav-item-child {
    color: #515769;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.2em;
  }
  .header .nav-item-hover:after {
    position: absolute;
    top: 19px;
  }
}

@media (max-width: 767px) {
  /* Menu Container */
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .header .navbar {
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  /* Navbar */
  .header .navbar-nav-right {
    float: right;
  }
  .header .logo {
    width: 200px;
    height: auto;
  }
  .header .logo img {
    width: 200px;
    height: auto;
  }
  .header .nav-item-child {
    line-height: 20px;
    padding: 30px 20px 10px;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
  }
  .header .nav-item-child::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fff;
    height: 1px;
    transition: all 300ms ease-out;
  }
  .header .nav-item-child:hover::before, .header .nav-item-child:focus::before, .header .nav-item-child:active::before {
    left: 0;
    right: 0;
    background: #17bed2;
  }
  .header .nav-item-child:hover {
    color: #17bed2;
  }
}

/* Page On Scroll */
@media (min-width: 992px) {
  .page-on-scroll .header {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .page-on-scroll .header .navbar {
    background: #fff;
    border-bottom-color: #f0f0f0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-main {
    display: none;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-active {
    display: block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .nav-item-child {
    color: #515769;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}

/*------------------------------------------------------------------
[TOP SLIDE]
------------------------------------------------------------------*/
#topslide {
  margin-top: 65px;
}

#topslide .carousel-inner {
  height: 70vh;
  max-height: 600px;
  background: #000;
}

#topslide .carousel-inner .item {
  height: 70vh;
  max-height: 600px;
}

#topslide .carousel-inner .item img.fitimg, #topslide .carousel-inner .item .entry-content .gallery .gallery-item .gallery-icon img, .entry-content .gallery .gallery-item .gallery-icon #topslide .carousel-inner .item img, #topslide .carousel-inner .item #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post #topslide .carousel-inner .item img.jp-relatedposts-post-img {
  width: 100%;
  height: 70vh;
  max-height: 600px;
  opacity: .3;
}

#topslide .carousel-caption {
  right: 12%;
  left: 12%;
  position: absolute;
  bottom: 60px;
  text-align: center;
}

#topslide .carousel-caption .carousel-title {
  font-feature-settings: "palt";
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}

#topslide .carousel-caption .carousel-title span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

#topslide .carousel-caption p {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

#topslide .carousel-caption .btn-theme-sm, #topslide .carousel-caption .post-pager ul li a, .post-pager ul li #topslide .carousel-caption a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 30px 8px;
  border-radius: 18px;
}

@media (max-width: 767px) {
  #topslide .carousel-caption {
    position: absolute;
    bottom: 30px;
  }
  #topslide .carousel-caption .carousel-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #topslide .carousel-caption .carousel-title span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #topslide .carousel-caption p {
    display: none;
  }
}

@media (min-width: 992px) {
  #topslide {
    margin-top: 0;
  }
  #topslide .carousel-inner {
    height: 600px;
  }
  #topslide .carousel-inner .item {
    height: 600px;
  }
  #topslide .carousel-inner .item img.fitimg, #topslide .carousel-inner .item .entry-content .gallery .gallery-item .gallery-icon img, .entry-content .gallery .gallery-item .gallery-icon #topslide .carousel-inner .item img, #topslide .carousel-inner .item #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post #topslide .carousel-inner .item img.jp-relatedposts-post-img {
    width: 100%;
    height: 600px;
    transition: opacity .3s ease;
  }
  #topslide .carousel-inner .item a:hover img.fitimg, #topslide .carousel-inner .item a:hover .entry-content .gallery .gallery-item .gallery-icon img, .entry-content .gallery .gallery-item .gallery-icon #topslide .carousel-inner .item a:hover img, #topslide .carousel-inner .item a:hover #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post #topslide .carousel-inner .item a:hover img.jp-relatedposts-post-img {
    opacity: 0.5;
  }
  #topslide .carousel-caption .carousel-title {
    font-size: 60px;
    font-size: 6rem;
  }
  #topslide .carousel-caption .carousel-title span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #topslide .carousel-caption p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------------
  [NEWS]
------------------------------------------------------------------*/
#topnews li {
  padding: 0 0 5px;
}

#topnews li:before, #topnews li:after {
  content: " ";
  display: table;
}

#topnews li:after {
  clear: both;
}

#topnews span {
  display: inline-block;
}

#topnews span.news-date {
  color: #9d9d9d;
  letter-spacing: 0;
  font-family: Helvetica, sans-serif;
}

#topnews span.label {
  width: 6.8em;
  padding: .4em 0 .2em;
  font-size: 11px;
  font-size: 1.1rem;
  color: white;
  letter-spacing: 0;
  position: relative;
  top: -2px;
}

#topnews p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #515769;
}

@media (min-width: 768px) {
  #topnews li:last-child {
    padding-bottom: 0;
  }
  #topnews li span {
    display: block;
    float: left;
  }
  #topnews li span.news-date {
    min-width: 5.5em;
  }
  #topnews li span.label {
    top: 0;
    margin: 2px 0 0;
    padding: .5em 0 .3em;
  }
  #topnews li p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2px;
    padding-left: 10.7em;
  }
}

@media (max-width: 991px) {
  #topnews .title-kakko {
    margin-left: auto;
    margin-right: auto;
  }
}

/*------------------------------------------------------------------
[STAGES]
------------------------------------------------------------------*/
#topstage {
  padding: 0 40px;
  width: 100%;
}

#topstage .item {
  margin: 0 10px;
  display: block;
  float: left;
  text-align: center;
}

#topstage .item img {
  width: 100%;
  height: 140%;
}

#topstage .slick-arw {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 100;
}

#topstage .slick-arw .icon {
  display: block;
  border-radius: 100%;
  background: #dcdde1;
  width: 40px;
  height: 40px;
  text-align: center;
  text-shadow: none;
  transition: background .3s ease;
}

#topstage .slick-arw .icon::before {
  font-size: 25px;
  line-height: 40px;
  color: #fff;
}

#topstage .slick-arw.prev {
  left: 0;
}

#topstage .slick-arw.next {
  right: 0;
}

@media (min-width: 992px) {
  #topstage {
    padding: 0 50px;
  }
  #topstage .item img {
    width: 100%;
    height: 140%;
    opacity: 1.0;
    transition: opacity 300ms ease;
  }
  #topstage .item img:hover {
    opacity: 0.7;
  }
  #topstage .slick-arw {
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
  #topstage .slick-arw .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    text-shadow: none;
    transition: background .3s ease;
  }
  #topstage .slick-arw .icon::before {
    font-size: 30px;
    line-height: 50px;
  }
  #topstage .slick-arw:hover .icon {
    background: #b3b5be;
  }
}

@media (min-width: 1260px) {
  #topstage {
    padding: 0 35px;
  }
  #topstage .item {
    width: 200px;
    height: 280px;
  }
  #topstage .item a {
    display: block;
    width: 200px;
    height: 280px;
  }
  #topstage .item img {
    width: 200px;
    height: 280px;
  }
  #topstage .slick-arw.prev {
    left: -25px;
  }
  #topstage .slick-arw.next {
    right: -25px;
  }
}

/*------------------------------------------------------------------
[ABOUT]
------------------------------------------------------------------*/
#aboutss .pull-right, .page-about .pull-right {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  #aboutss .pull-right, .page-about .pull-right {
    width: 180px;
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  #aboutss .title-kakko {
    margin-left: auto;
    margin-right: auto;
  }
}

/*------------------------------------------------------------------
  [GALLERY]
------------------------------------------------------------------*/
#topgallery .overlay {
  display: block;
}

@media (max-width: 767px) {
  #topgallery .gallery {
    float: none;
    margin-bottom: 15px;
  }
  #topgallery .gallery img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #topgallery .gallery {
    margin-bottom: 30px;
  }
  #topgallery .gallery img {
    width: 100%;
    height: 200px;
  }
}

@media (min-width: 1200px) {
  #topgallery .gallery img {
    height: 300px;
  }
}

/*------------------------------------------------------------------
[PAGE LAYOUT]
------------------------------------------------------------------*/
.mainbody {
  padding-top: 67px;
}

@media (min-width: 992px) {
  .mainbody {
    padding-top: 74px;
  }
}

@media (max-width: 991px) {
  #content-wrap.content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  #content-main {
    padding-right: 50px;
  }
}

#content-1column {
  float: none;
}

@media (min-width: 992px) {
  #content-1column {
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 33px;
  }
}

/*------------------------------------------------------------------
[パンくずナビ]
------------------------------------------------------------------*/
.bread {
  background-color: #f5f5f5;
}

.bread .breadcrumb {
  border-radius: 0;
  padding: 10px 15px;
  color: #515769;
}

.bread .breadcrumb li, .bread .breadcrumb li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.35;
  color: #515769;
}

.bread .breadcrumb li.upper, .bread .breadcrumb li a.upper {
  text-transform: uppercase;
}

.bread .breadcrumb li a:hover {
  color: #17bed2;
}

.bread .breadcrumb > li + li::before {
  content: "\003e";
  color: #666;
}

/*------------------------------------------------------------------
[PAGE TITLE]
------------------------------------------------------------------*/
.title-kakko {
  padding: 10px 20px;
  text-align: center;
  width: 200px;
  position: relative;
}

.title-kakko::before, .title-kakko::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
}

.title-kakko::before {
  top: 0;
  left: 0;
  border-top: 1px solid #17bed2;
  border-left: 1px solid #17bed2;
}

.title-kakko::after {
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #17bed2;
  border-right: 1px solid #17bed2;
}

#pagettl {
  height: 100px;
  position: relative;
  background: #333 url(img/ptn-check.png) repeat left top;
  /*  .page-news & {
    background: url(https://www.standardsong.com/wp-content/themes/standardsong/img/news-pagetitle.jpg) left center no-repeat;
    background-size: cover;
  }
  .page-search & {
    background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/search-pagetitle.jpg) left center no-repeat;
    background-size: cover;
  }
  .page-stage & {
    background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/stage-pagetitle.jpg) left center no-repeat;
    background-size: cover;
  }
  .page-about & {
    background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/about-pagetitle.jpg) left center no-repeat;
    background-size: cover;
  }
  .page-blog & {
    background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/blog-pagetitle.jpg) left center no-repeat;
    background-size: cover;
  }
  .page-gallery & {
    background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/gallery-pagetitle.jpg) left center no-repeat;
    background-size: cover;
  }
  .page-link & {
    background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/link-pagetitle.jpg) left center no-repeat;
    background-size: cover;
  }
  .page-sitemap & {
    background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/sitemap-pagetitle.jpg) left center no-repeat;
    background-size: cover;
  }
  .page-contact & {
    background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/contact-pagetitle.jpg) left center no-repeat;
    background-size: cover;
  }*/
  /*  @media (max-width: $screen-xs-max) { // max 767px
    .page-news & {
      background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/news-pagetitle_sp.jpg) left center no-repeat;
      background-size: cover;
    }
    .page-search & {
      background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/search-pagetitle_sp.jpg) left center no-repeat;
      background-size: cover;
    }
    .page-stage & {
      background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/stage-pagetitle_sp.jpg) left center no-repeat;
      background-size: cover;
    }
    .page-about & {
      background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/about-pagetitle_sp.jpg) left center no-repeat;
      background-size: cover;
    }
    .page-blog & {
      background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/blog-pagetitle_sp.jpg) left center no-repeat;
      background-size: cover;
    }
    .page-gallery & {
      background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/gallery-pagetitle_sp.jpg) left center no-repeat;
      background-size: cover;
    }
    .page-link & {
      background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/link-pagetitle_sp.jpg) left center no-repeat;
      background-size: cover;
    }
    .page-sitemap & {
      background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/sitemap-pagetitle_sp.jpg) left center no-repeat;
      background-size: cover;
    }
    .page-contact & {
      background-image: url(https://www.standardsong.com/wp-content/themes/standardsong/img/contact-pagetitle_sp.jpg) left center no-repeat;
      background-size: cover;
    }
  }*/
}

@media (min-width: 768px) {
  #pagettl {
    height: 150px;
  }
}

#pagettl span, #pagettl h1 {
  display: block;
  margin-bottom: 0;
  line-height: 100px;
  padding-top: 5px;
  color: white;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #pagettl span, #pagettl h1 {
    line-height: 150px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 992px) {
  #pagettl span, #pagettl h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

/*------------------------------------------------------------------
[見出し]
------------------------------------------------------------------*/
.page-title {
  margin-bottom: 1em;
  padding: .7em .2em .6em;
  border-top: 2px solid #666;
  border-bottom: 1px solid #ccc;
}

.page-title.h1 {
  margin-top: 3px;
}

.page-subtitle {
  margin-bottom: 1em;
  border-left: 5px solid #17bed2;
  padding-left: 15px;
}

.page-subtitle-bg {
  padding: .5em .8em .4em;
  background: #fafafa;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .page-subtitle-bg {
    padding: .7em 1em .6em;
  }
}

/*------------------------------------------------------------------
  [投稿]
------------------------------------------------------------------*/
.entry-header .entry-title {
  margin: 0;
  padding: .7em .2em .6em;
  border-top: 2px solid #666;
  border-bottom: 1px solid #ccc;
}

.entry-header .entry-title span {
  font-size: 70%;
}

.entry-header .entry-meta {
  margin-top: 1em;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .entry-header .entry-meta {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.entry-header .entry-meta span {
  display: inline-block;
  margin-top: .5em;
  margin-right: 1em;
}

.entry-header .entry-meta span[class*="icon-"]::before {
  margin-right: 5px;
  color: #17bed2;
}

.entry-header .entry-meta span.icon-tag {
  line-height: 1.5;
  font-size: 0;
}

.entry-header .entry-meta span.icon-tag::before {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.entry-header .entry-meta span.icon-tag a {
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 5px;
}

.entry-header .entry-meta span.icon-tag a::before {
  display: inline-block;
  content: "/\00a0";
  color: #17bed2;
}

.entry-header .entry-meta span.icon-tag a:first-child::before {
  content: "";
}

.entry-header .entry-meta .entry-cat {
  float: right;
  color: white;
}

.entry-header .entry-meta .entry-cat.label {
  width: 6.5em;
  padding: .5em 0 .4em;
}

.entry-content {
  text-align: justify;
  line-height: 1.7;
  color: #666;
}

.entry-content:before, .entry-content:after {
  content: " ";
  display: table;
}

.entry-content:after {
  clear: both;
}

.entry-content p {
  color: #666;
}

.entry-content a {
  color: #17bed2;
  opacity: 1.0;
  transition: opacity 300ms ease;
}

.entry-content a:hover {
  color: #61dfee;
}

.entry-content a:hover {
  opacity: 0.7;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

.entry-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.entry-content img.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

.entry-content img.alignnone {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .entry-content img.alignright {
    margin-left: 30px;
  }
  .entry-content img.alignleft {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .entry-content img.size-medium {
    width: 100% !important;
    height: auto;
  }
  .entry-content img.alignright, .entry-content img.alignleft {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}

.entry-content .old-img:empty {
  display: none;
}

@media (min-width: 768px) {
  .entry-content .old-img {
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
    width: 200px;
  }
}

@media (min-width: 992px) {
  .entry-content .old-img {
    margin-left: 30px;
    width: 300px;
  }
}

.entry-content .embed-youtube {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.entry-content .embed-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* フォトギャラリー */
/* 投稿用の画像にも使用 */
.entry-content .gallery {
  margin-left: -5px;
  margin-right: -5px;
}

.entry-content .gallery:before, .entry-content .gallery:after {
  content: " ";
  display: table;
}

.entry-content .gallery:after {
  clear: both;
}

.entry-content .gallery .gallery-item {
  float: left;
  padding: 0 5px 10px;
  margin: 0;
  position: relative;
}

.entry-content .gallery .gallery-item img {
  border: none;
}

.entry-content .gallery .gallery-item .gallery-icon {
  text-align: center;
}

.entry-content .gallery .gallery-item .gallery-icon img {
  width: 100%;
}

.entry-content .gallery .gallery-item .gallery-caption {
  display: none;
  color: white;
  text-align: center;
  transition: all .3s ease;
}

.entry-content .gallery .gallery-item:hover .gallery-caption {
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  padding: 0 10%;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
}

.entry-content .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.entry-content .gallery.gallery-columns-1 .gallery-item .gallery-icon img {
  height: 194px;
  height: 60.625vw;
}

.entry-content .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.entry-content .gallery.gallery-columns-2 .gallery-item .gallery-icon img {
  height: 94px;
  height: 29.375vw;
}

.entry-content .gallery.gallery-columns-3 .gallery-item,
.entry-content .gallery.gallery-columns-4 .gallery-item,
.entry-content .gallery.gallery-columns-5 .gallery-item {
  width: 33.333333%;
}

.entry-content .gallery.gallery-columns-3 .gallery-item .gallery-icon img,
.entry-content .gallery.gallery-columns-4 .gallery-item .gallery-icon img,
.entry-content .gallery.gallery-columns-5 .gallery-item .gallery-icon img {
  height: 60px;
  height: 18.75vw;
}

.entry-content .gallery br {
  display: none;
}

@media (min-width: 768px) {
  .entry-content .gallery .gallery-item:hover .gallery-caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .entry-content .gallery.gallery-columns-1 .gallery-item .gallery-icon img {
    height: 350px;
  }
  .entry-content .gallery.gallery-columns-2 .gallery-item .gallery-icon img {
    height: 170px;
  }
  .entry-content .gallery.gallery-columns-3 .gallery-item .gallery-icon img {
    height: 110px;
  }
  .entry-content .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .entry-content .gallery.gallery-columns-4 .gallery-item .gallery-icon img {
    height: 84px;
  }
  .entry-content .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .entry-content .gallery.gallery-columns-5 .gallery-item .gallery-icon img {
    height: 66px;
  }
}

@media (min-width: 992px) {
  .entry-content .gallery .gallery-item .gallery-icon a {
    position: relative;
    cursor: pointer;
    display: block;
  }
  .entry-content .gallery .gallery-item .gallery-icon a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    content: " ";
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .entry-content .gallery .gallery-item .gallery-icon a:hover:before {
    background: rgba(0, 0, 0, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .entry-content .gallery.gallery-columns-1 .gallery-item .gallery-icon img {
    height: 440px;
  }
  .entry-content .gallery.gallery-columns-2 .gallery-item .gallery-icon img {
    height: 215px;
  }
  .entry-content .gallery.gallery-columns-3 .gallery-item .gallery-icon img {
    height: 142px;
  }
  .entry-content .gallery.gallery-columns-4 .gallery-item .gallery-icon img {
    height: 106px;
  }
  .entry-content .gallery.gallery-columns-5 .gallery-item .gallery-icon img {
    height: 82px;
  }
}

@media (min-width: 1200px) {
  .entry-content .gallery .gallery-item:hover .gallery-caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .entry-content .gallery.gallery-columns-1 .gallery-item .gallery-icon img {
    height: 540px;
  }
  .entry-content .gallery.gallery-columns-2 .gallery-item .gallery-icon img {
    height: 265px;
  }
  .entry-content .gallery.gallery-columns-3 .gallery-item .gallery-icon img {
    height: 175px;
  }
  .entry-content .gallery.gallery-columns-4 .gallery-item .gallery-icon img {
    height: 130px;
  }
  .entry-content .gallery.gallery-columns-5 .gallery-item .gallery-icon img {
    height: 102px;
  }
}

/* リンク */
#link-lists ul {
  padding: 0;
  list-style: none;
}

#link-lists ul li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #link-lists ul li {
    margin-bottom: 30px;
  }
}

#link-lists ul li a {
  display: flex;
  align-items: center;
  background: #fafafa;
  padding: 10px;
  border-radius: 3px;
}

#link-lists ul li a figure {
  transition: background .5s ease;
  background: #eee;
  padding: 5px;
  margin-right: 20px;
}

#link-lists ul li a figure img {
  width: 75px;
}

@media (min-width: 1200px) {
  #link-lists ul li a figure img {
    width: 130px;
  }
}

#link-lists ul li a h2 {
  text-align: left;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

@media (min-width: 992px) {
  #link-lists ul li a h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  #link-lists ul li a {
    padding: 20px;
    transition: background .5s ease;
  }
  #link-lists ul li a:hover {
    background: #a6edf5;
  }
  #link-lists ul li a:hover figure {
    background: #61dfee;
  }
}

/* サイトマップ */
#sitemap-lists {
  margin-right: 15px;
  margin-left: 15px;
}

#sitemap-lists .col-sm-6 > ul.sitemap-ul {
  list-style: none;
  padding-left: 0;
}

#sitemap-lists .col-sm-6 > ul.sitemap-ul > li {
  display: inline-block;
  margin: 0 auto 10px;
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  #sitemap-lists .col-sm-6 > ul.sitemap-ul > li {
    width: 90%;
    margin-bottom: 15px;
  }
}

#sitemap-lists .col-sm-6 > ul.sitemap-ul > li > a {
  display: block;
  padding: .5em 1em;
  border: 1px solid #515769;
  background: #515769;
  color: white;
  border-radius: 3px;
}

@media (min-width: 992px) {
  #sitemap-lists .col-sm-6 > ul.sitemap-ul > li > a {
    transition: all .3s ease;
  }
  #sitemap-lists .col-sm-6 > ul.sitemap-ul > li > a:hover {
    border: 1px solid #17bed2;
    background: #17bed2;
    color: white;
  }
}

#sitemap-lists .col-sm-6 > ul.sitemap-ul > li .sitemap-ul-child {
  margin-top: 10px;
}

@media (min-width: 992px) {
  #sitemap-lists .col-sm-6 > ul.sitemap-ul > li .sitemap-ul-child {
    margin-top: 15px;
  }
}

#sitemap-lists .col-sm-6 > ul.sitemap-ul > li .sitemap-ul-child li {
  margin-bottom: 10px;
  padding-bottom: 3px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 992px) {
  #sitemap-lists .col-sm-6 > ul.sitemap-ul > li .sitemap-ul-child li a {
    transition: color .3s ease;
  }
  #sitemap-lists .col-sm-6 > ul.sitemap-ul > li .sitemap-ul-child li a:hover {
    color: #17bed2;
  }
}

/*------------------------------------------------------------------
[投稿インデックス、アーカイブ]
------------------------------------------------------------------*/
.page-lead {
  margin-bottom: 2em;
}

.page-lead a {
  color: #17bed2;
}

.page-lead a:hover {
  color: #61dfee;
}

@media (min-width: 768px) {
  .page-lead {
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
}

@media (min-width: 992px) {
  .page-lead {
    padding: 1em 2em;
  }
}

.post-index {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.post-index:last-child {
  margin-bottom: 20px;
}

.post-index .thumb {
  display: block;
}

@media (max-width: 767px) {
  .post-index .thumb {
    margin-bottom: 1em;
  }
}

.post-index .thumb a {
  display: block;
}

.post-index .thumb img {
  width: 100%;
  height: 194px;
  height: 60.625vw;
}

@media (min-width: 768px) {
  .post-index .thumb img {
    height: 95px;
  }
}

@media (min-width: 1200px) {
  .post-index .thumb img {
    width: 180px;
    height: 120px;
  }
}

.post-index .entry-meta {
  margin-top: 0;
  padding-bottom: 1.5em;
}

.post-index .entry-meta span {
  margin-top: 0;
}

.post-index .entry-meta .entry-update {
  float: right;
  margin-top: 0.3em;
}

.post-index .entry-meta .entry-cat {
  float: left;
}

.post-index .entry-meta .entry-cat.label {
  width: 6.5em;
  padding: .4em 0 .2em;
  font-size: 12px;
  font-size: 1.2rem;
}

.post-index .entry-meta .entry-tag {
  display: block;
  clear: both;
  padding-top: .7em;
}

.post-index .entry-title {
  clear: both;
}

/* NEWS */
#topnews .news-list {
  padding-bottom: 30px;
}

#topnews .news-list li {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}

/* STAGE */
.page-stage .post-index .thumb img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .page-stage .post-index .thumb img {
    height: auto;
  }
}

@media (min-width: 1200px) {
  .page-stage .post-index .thumb img {
    width: 180px;
    height: auto;
  }
}

/*------------------------------------------------------------------
[SHARE]
------------------------------------------------------------------*/
.sharedaddy {
  margin-top: 1em;
  padding: 1em 0 2em;
}

.sharedaddy h3.sd-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sharedaddy h3.sd-title::before {
  border: none;
}

.sharedaddy li {
  display: inline-block;
  list-style: none;
}

.sharedaddy li:first-child {
  padding-left: 0 !important;
}

/*------------------------------------------------------------------
[関連]
------------------------------------------------------------------*/
#jp-relatedposts {
  padding: 5px 20px !important;
  border: 1px solid #ddd;
  border-radius: 3px;
}

@media (min-width: 992px) {
  #jp-relatedposts {
    padding: 5px 20px 10px 30px !important;
  }
}

#jp-relatedposts h3.jp-relatedposts-headline {
  display: block !important;
  float: none !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 20px !important;
}

@media (min-width: 768px) {
  #jp-relatedposts h3.jp-relatedposts-headline {
    margin-bottom: 25px !important;
    margin-right: 5px !important;
  }
}

#jp-relatedposts h3.jp-relatedposts-headline em::before {
  border: none !important;
}

@media (max-width: 767px) {
  #jp-relatedposts .jp-relatedposts-items {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100%  !important;
    padding-right: 0 !important;
    float: none !important;
  }
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
  margin-top: 10px !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  color: #515769;
  font-weight: bold;
  text-decoration: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
  color: #17bed2;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
  width: 100% !important;
  height: 150px !important;
  height: 46.875vw !important;
}

@media (min-width: 768px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
    height: 100px !important;
  }
}

@media (min-width: 992px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
    height: 120px !important;
  }
}

@media (min-width: 1200px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
    height: 150px !important;
  }
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-context {
  display: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-date {
  margin-top: 3px !important;
  text-align: right !important;
}

.page-history #jp-relatedposts {
  display: none !important;
}

/*------------------------------------------------------------------
[PAGER]
------------------------------------------------------------------*/
.post-pager ul {
  list-style: none;
  padding: 0;
}

.post-pager ul li.next a {
  float: left;
  padding: 12px 40px 10px 35px;
}

@media (max-width: 767px) {
  .post-pager ul li.next a {
    padding: 12px 25px 10px 20px;
  }
}

.post-pager ul li.next a span {
  margin-right: 3px;
}

.post-pager ul li.previous a {
  float: right;
  padding: 12px 35px 10px 40px;
}

@media (max-width: 767px) {
  .post-pager ul li.previous a {
    padding: 12px 20px 10px 25px;
  }
}

.post-pager ul li.previous a span {
  margin-left: 3px;
}

@media (max-width: 320px) {
  .page-history .post-pager ul li.next a {
    padding: 12px 18px 10px 13px;
  }
  .page-history .post-pager ul li.previous a {
    padding: 12px 13px 10px 18px;
  }
}

/*------------------------------------------------------------------
[SIDE]
------------------------------------------------------------------*/
@media (max-width: 767px) {
  #content-side {
    margin-top: 40px;
  }
}

.widget {
  margin-bottom: 30px;
}

.widget .widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  padding: .8em .2em .6em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.widget select {
  margin-top: 20px;
  width: 100%;
}

.widget ul {
  list-style: none;
  padding: 0;
}

.widget ul li {
  padding: 6px 0 6px 5px;
  border-bottom: 1px solid #eee;
}

.widget ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}

.widget ul li a:hover {
  color: #17bed2;
}

.widget .tagcloud {
  margin-top: 15px;
  font-size: 0;
}

.widget .tagcloud a {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 25px 8px;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  padding: 0.5em .5em 0.3em;
  background: #f5f5f5;
  border: none;
  border-radius: 3px;
  margin: 0 0 5px 5px;
  white-space: nowrap;
}

.widget .tagcloud a:focus, .widget .tagcloud a:active:focus, .widget .tagcloud a.active:focus, .widget .tagcloud a.focus, .widget .tagcloud a:active.focus, .widget .tagcloud a.active.focus {
  outline: none;
}

.widget .tagcloud a:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a.focus {
  text-decoration: none;
}

.widget .tagcloud a:active, .widget .tagcloud a.active {
  background-image: none;
  outline: 0;
}

.widget .tagcloud a.disabled, .widget .tagcloud a[disabled],
fieldset[disabled] .widget .tagcloud a {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

.widget .tagcloud a:hover {
  color: #fff;
  background-color: #515769 !important;
}

.widget .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

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

.widget .morelink a {
  font-size: 14px;
  font-size: 1.4rem;
  transition: color .3s ease;
  color: #81848f;
}

.widget .morelink a:hover {
  color: #33d5e9;
}

/*------------------------------------------------------------------
[Contact]
------------------------------------------------------------------*/
.page-contact .caption {
  margin-top: 10px;
  margin-bottom: 0 !important;
  font-size: 13px;
  font-size: 1.3rem;
}

.page-contact .text-danger {
  font-size: 14px;
  font-size: 1.4rem;
}

.page-contact .page-subtitle {
  margin-bottom: 15px;
  margin-left: 2px;
}

.page-contact dl {
  background: #fafafa;
  padding: 30px 20px 10px;
  border-radius: 5px;
}

.page-contact dl dd {
  padding-bottom: 20px;
}

.page-contact dl dd input[type="text"],
.page-contact dl dd input[type="number"],
.page-contact dl dd input[type="search"],
.page-contact dl dd input[type="tel"],
.page-contact dl dd input[type="password"],
.page-contact dl dd input[type="email"],
.page-contact dl dd textarea {
  width: 100%;
}

.page-contact dl dd #graduation-year {
  width: 5em !important;
}

.page-contact dl dd .cap {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.page-contact dl dd .cap.g-year {
  margin-top: 0;
  margin-left: 5px;
}

.page-contact .btn-send {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  text-align: center;
}

.page-contact div.wpcf7-response-output {
  padding: 1em;
  margin-top: 0;
}

.page-contact .btn-send + div.wpcf7-response-output {
  margin-top: 2em;
}

.page-contact div.wpcf7-validation-errors {
  border-color: red;
  color: red;
}

.page-contact div.wpcf7-mail-sent-ok {
  border-color: #17bed2;
  color: #17bed2;
}

.page-contact span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.grecaptcha-badge {
  opacity: 0;
}

@media (min-width: 768px) {
  .page-contact dl {
    padding: 40px 40px 20px;
  }
  .page-contact dl:before, .page-contact dl:after {
    content: " ";
    display: table;
  }
  .page-contact dl:after {
    clear: both;
  }
  .page-contact dl dt {
    float: left;
    clear: both;
    width: 30%;
  }
  .page-contact dl dd {
    float: right;
    width: 70%;
    padding-left: 10px;
  }
  .page-contact dl dd input[type="text"],
  .page-contact dl dd input[type="number"],
  .page-contact dl dd input[type="search"],
  .page-contact dl dd input[type="tel"],
  .page-contact dl dd input[type="password"],
  .page-contact dl dd input[type="email"],
  .page-contact dl dd textarea {
    width: 80%;
  }
  .page-contact dl dd #your-name,
  .page-contact dl dd #your-address,
  .page-contact dl dd #your-company,
  .page-contact dl dd #your-email,
  .page-contact dl dd #your-email2,
  .page-contact dl dd #your-message {
    width: 95% !important;
  }
  .page-contact dl dd .cap {
    margin-top: 0;
    margin-left: 5px;
  }
}

@media (min-width: 1200px) {
  .page-contact dl dt {
    width: 25%;
  }
  .page-contact dl dd {
    width: 75%;
  }
}

/*------------------------------------------------------------------
  	[Text Colors]
------------------------------------------------------------------*/
.color-base {
  color: #17bed2 !important;
}

.color-white {
  color: #fff !important;
}

.color-heading {
  color: #515769 !important;
}

.color-subtitle {
  color: #666 !important;
}

.color-link {
  color: #81848f !important;
}

.color-link-hover {
  color: #17bed2 !important;
}

.color-sky-light {
  color: #fafafa !important;
}

/*------------------------------------------------------------------
  	[Background Colors]
------------------------------------------------------------------*/
.bg-color-base {
  background: #17bed2 !important;
}

.bg-color-white {
  background: #fff !important;
}

.bg-color-heading {
  background: #515769 !important;
}

.bg-color-subtitle {
  background: #666 !important;
}

.bg-color-link {
  background: #81848f !important;
}

.bg-color-link-hover {
  background: #17bed2 !important;
}

.bg-color-sky-light {
  background: #fafafa !important;
}

/*------------------------------------------------------------------
[images] [float]
------------------------------------------------------------------*/
.fitimg, .entry-content .gallery .gallery-item .gallery-icon img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.thumb_right {
  padding-top: 5px;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.thumb_left {
  padding-top: 5px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

/*------------------------------------------------------------------
[Hover]追加
------------------------------------------------------------------*/
/* Overlay */
@media (min-width: 992px) {
  .overlay-wrap {
    display: block;
  }
  .overlay-wrap .overlay {
    position: relative;
    cursor: pointer;
    display: block;
  }
  .overlay-wrap .overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    content: " ";
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .overlay-wrap .overlay:hover:before {
    background: rgba(0, 0, 0, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}

.txtover {
  transition: color 300ms ease;
}

.txtover:hover {
  color: #17bed2;
}

.imgover a,
a.imgover {
  opacity: 1.0;
  transition: opacity 300ms ease;
}

.imgover a:hover,
a.imgover:hover {
  opacity: 0.7;
}

.btnover a,
a.btnover,
button.btnover {
  transition: background-color 300ms ease;
}

.btnover a:hover,
a.btnover:hover,
button.btnover:hover {
  color: #fff;
  background-color: #81848f;
  text-decoration: none;
}

.underline-effect {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.underline-effect::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #fff;
  height: 1px;
  transition: all 300ms ease-out;
}

.underline-effect:hover::before, .underline-effect:focus::before, .underline-effect:active::before {
  left: 0;
  right: 0;
  background: #17bed2;
}

/*------------------------------------------------------------------
    [Row]
------------------------------------------------------------------*/
.row-space-1 {
  margin-right: -1px;
  margin-left: -1px;
}

.row-space-1 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

/*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/
@media (max-width: 991px) {
  .container {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .content-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .content-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .content-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.post-section {
  padding-bottom: 20px;
}

/*------------------------------------------------------------------
[Box style]
------------------------------------------------------------------*/
.box {
  padding: 1.2em 1em 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .box {
    padding: 1.3em 2em 1em;
  }
}

.box-bg {
  padding: 1.2em 1em 1em;
  background: #fafafa;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .box-bg {
    padding: 1.3em 2em 1em;
  }
}

/*------------------------------------------------------------------
[Flex]
------------------------------------------------------------------*/
.flex {
  display: flex;
}

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

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

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

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

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

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

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

.flex-mt-auto {
  margin-top: auto;
}

.flex-ml-auto {
  margin-left: auto;
}

.flex-mr-auto {
  margin-right: auto;
}

/*------------------------------------------------------------------
    [Full Width]
------------------------------------------------------------------*/
.full-width {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------
[Line Height]
----------------------------------------------------*/
.lh1 {
  line-height: 1 !important;
}

.lh1h {
  line-height: 1.5 !important;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*--------------------------------------------------
[Letter Spacing]
----------------------------------------------------*/
.ls-wide-m {
  letter-spacing: 0.1em;
}

.ls-wide-s {
  letter-spacing: 0.05em;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

/*------------------------------------------------------------------
    [Top margin]
------------------------------------------------------------------*/
.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

@media (max-width: 992px) {
  .md-margin-t-0 {
    margin-top: 0 !important;
  }
  .md-margin-t-5 {
    margin-top: 5px !important;
  }
  .md-margin-t-10 {
    margin-top: 10px !important;
  }
  .md-margin-t-20 {
    margin-top: 20px !important;
  }
  .md-margin-t-30 {
    margin-top: 30px !important;
  }
  .md-margin-t-40 {
    margin-top: 40px !important;
  }
  .md-margin-t-50 {
    margin-top: 50px !important;
  }
  .md-margin-t-60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 768px) {
  .sm-margin-t-0 {
    margin-top: 0 !important;
  }
  .sm-margin-t-5 {
    margin-top: 5px !important;
  }
  .sm-margin-t-10 {
    margin-top: 10px !important;
  }
  .sm-margin-t-20 {
    margin-top: 20px !important;
  }
  .sm-margin-t-30 {
    margin-top: 30px !important;
  }
  .sm-margin-t-40 {
    margin-top: 40px !important;
  }
  .sm-margin-t-50 {
    margin-top: 50px !important;
  }
  .sm-margin-t-60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 480px) {
  .xs-margin-t-0 {
    margin-top: 0 !important;
  }
  .xs-margin-t-5 {
    margin-top: 5px !important;
  }
  .xs-margin-t-10 {
    margin-top: 10px !important;
  }
  .xs-margin-t-20 {
    margin-top: 20px !important;
  }
  .xs-margin-t-30 {
    margin-top: 30px !important;
  }
  .xs-margin-t-40 {
    margin-top: 40px !important;
  }
  .xs-margin-t-50 {
    margin-top: 50px !important;
  }
  .xs-margin-t-60 {
    margin-top: 60px !important;
  }
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
[Padding]
------------------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/*--------------------------------------------------
[Width]
----------------------------------------------------*/
.w150 {
  width: 80px;
  height: auto;
}

@media (min-width: 992px) {
  .w150 {
    width: 120px;
  }
}

.w200 {
  width: 150px;
  height: auto;
}

@media (min-width: 992px) {
  .w200 {
    width: 200px;
  }
}

.w250 {
  width: 150px;
  height: auto;
}

@media (min-width: 992px) {
  .w250 {
    width: 250px;
  }
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}

@media print {
  /* ====================================================
  印刷用レイアウト調整
  ==================================================== */
  body {
    zoom: 0.75;
  }
  .carousel-control {
    display: none !important;
  }
  .wow {
    visibility: visible !important;
    animation-name: none !important;
    animation-delay: 0 !important;
  }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .mhight {
    height: auto !important;
  }
}