h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-size: 60%;
  line-height: 1;
}

h1 .shoulder, h2 .shoulder, h3 .shoulder, h4 .shoulder, h5 .shoulder, h6 .shoulder {
  display: block;
  margin-bottom: .5em;
  font-size: 16px;
}

h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

h1.no-margin-top, h2.no-margin-top, h3.no-margin-top, h4.no-margin-top, h5.no-margin-top, h6.no-margin-top {
  margin-top: 0 !important;
}

h1.no-margin-bottom, h2.no-margin-bottom, h3.no-margin-bottom, h4.no-margin-bottom, h5.no-margin-bottom, h6.no-margin-bottom {
  margin-bottom: 0 !important;
}

.title-section {
  text-align: center;
  letter-spacing: 0.05em;
  margin: 72px 0 72px;
  font-size: 36px;
}

.title-section.less-margin {
  margin-top: 8px;
  margin-bottom: 51px;
}

@media screen and (max-width: 767px) {
  .title-section.less-margin {
    margin-top: 29px;
    margin-bottom: 19px;
  }
}

.title-section.no-border::after {
  display: none;
}

.title-section .small {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .title-section {
    font-size: 28px;
    margin: 36px 0;
  }
  .title-section .small {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

.title-section-md {
  font-size: 24px;
  margin: 36px 0 12px;
}

@media screen and (max-width: 767px) {
  .title-section-md {
    margin: 32px 0 16px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  h4.title-section-md {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.title-section-sm {
  font-size: 18px;
  margin: 36px 0 12px;
}

@media screen and (max-width: 767px) {
  h4.title-section-md {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.title-section-lg {
  font-size: 30px;
}

.title-section-lg .small {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .title-section-lg {
    font-size: 16px;
  }
  .title-section-lg .small {
    font-size: 10px;
  }
}

.title-copy {
  margin: 50px 0 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .title-copy {
    font-size: 16px;
    margin: 30px 0 20px;
  }
}

.title-black {
  background: #000;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.5em 1em;
  text-align: center;
  margin: 36px 0 32px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .title-black {
    margin: 32px 0 16px;
  }
}

p {
  margin: 10px 0;
}

.text-xlarge,
.text-xlg {
  font-size: 18px !important;
}

.text-large,
.text-lg {
  font-size: 16px !important;
}

.text-small,
.text-sm {
  font-size: 12px !important;
}

.text-xsmall,
.text-xs {
  font-size: 10px !important;
}

@media screen and (max-width: 767px) {
  .text-sm-large,
  .text-sm-lg {
    font-size: 16px !important;
  }
  .text-sm-small,
  .text-sm-sm {
    font-size: 12px !important;
  }
  .text-sm-xsmall,
  .text-sm-xs {
    font-size: 10px !important;
  }
  .text-sm-base {
    font-size: 14px !important;
  }
}

.text-gray {
  color: #b5b5B5;
}

.text-blue {
  color: #2974be;
}

.text-larger {
  font-size: larger;
}

.text-smaller {
  font-size: smaller;
}

h1 .text-smaller,
h2 .text-smaller {
  font-size: 60%;
}

sup,
sub {
  font-size: 70%;
  line-height: 1;
  margin-right: .25em;
}

h1 sup,
h2 sup,
.title sup, h1
sub,
h2
sub,
.title
sub {
  font-size: 50%;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

.note,
.notes,
.list-notes {
  margin: 18px 0;
  font-size: 12px;
  line-height: 1.3;
  list-style: none;
  font-weight: 500;
}

.note li,
.notes li,
.list-notes li {
  margin: .5em 0;
}

.font-bold {
  font-weight: bold;
}

.font-medium {
  font-weight: 500;
}

.font-ja {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: yellow;
  padding: .2em;
}

.title-square {
  position: relative;
  padding-left: 1em;
}

.title-square::before {
  width: 5px;
  height: 5px;
  background-color: #dddddd;
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: .7em;
}

blockquote {
  color: #b5b5B5;
  display: block;
  padding-left: 0.7em;
  border-left: #dddddd 3px solid;
  margin: 12px 0;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #b5b5B5;
  margin: 72px 0;
}

.container > hr,
.row > hr {
  width: auto;
  margin: 12px 20px;
}

@media screen and (max-width: 767px) {
  .container > hr,
  .row > hr {
    margin: 12px 10px;
  }
}

address {
  font-style: normal;
}

.chapter {
  margin-top: 72px;
  margin-bottom: 72px;
}

.subchapter {
  margin-top: 36px;
  margin-bottom: 36px;
}

.paragraph {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .chapter {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .subchapter {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .paragraph {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.chapter.border-top,
.subchapter.border-top {
  border-top: 1px solid #b5b5B5;
}

.chapter.border-top::before,
.subchapter.border-top::before {
  display: block;
  content: "";
  height: 0;
  margin-top: 36px;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  line-height: 1;
  padding: 18px 30px;
  color: #000;
  text-decoration: none;
  z-index: 1;
  background-color: #dddddd;
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  -webkit-touch-callout: none;
  user-select: none;
}

html.touch .btn:hover {
  text-decoration: none;
}

.btn::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #b5b5B5;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}

html.mouse .btn:hover,
html.touch .btn.touched {
  background-color: #fff;
}

html.mouse .btn:hover::before,
html.touch .btn.touched::before {
  transform: scaleX(1);
  transition-delay: 0.2s;
}

.btn-blue {
  background-color: #77AECD;
}

.btn-blue::before {
  background-color: #77AECD;
}

html.mouse .btn-blue:hover,
html.touch .btn-blue.touched {
  background-color: #fff;
}

.btn-book::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../img/icon_book.png) center center no-repeat;
  background-size: 14px auto;
  margin-left: 1em;
}

.img-full {
  width: 100%;
  height: auto;
}

.tap-highlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  -webkit-touch-callout: none;
  user-select: none;
}

html.touch .tap-highlight:hover {
  text-decoration: none;
}

.text-vertical {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-bottom {
  vertical-align: bottom;
}

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

.vertical-text-top {
  vertical-align: text-top;
}

.vertical-text-bottom {
  vertical-align: text-bottom;
}

@media screen and (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .vertical-lg-top {
    vertical-align: top;
  }
  .vertical-lg-middle {
    vertical-align: middle;
  }
  .vertical-lg-bottom {
    vertical-align: bottom;
  }
}

@media screen and (max-width: 1199px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .vertical-md-top {
    vertical-align: top;
  }
  .vertical-md-middle {
    vertical-align: middle;
  }
  .vertical-md-bottom {
    vertical-align: bottom;
  }
}

@media screen and (max-width: 767px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .vertical-sm-top {
    vertical-align: top;
  }
  .vertical-sm-middle {
    vertical-align: middle;
  }
  .vertical-sm-bottom {
    vertical-align: bottom;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #b5b5B5;
}

.text-white {
  color: white;
}

.text-indent {
  text-indent: 0.5em;
}

.text-outdent {
  text-indent: -0.5em;
  display: inline-block;
}

.text-square {
  position: relative;
  padding-left: 1em;
}

.text-square::before {
  width: 0.4em;
  height: 0.4em;
  background-color: #dddddd;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .6em;
}

.text-wide {
  letter-spacing: 0.1em;
}

.text-wider {
  letter-spacing: 0.2em;
}

.line-wide {
  line-height: 1.9;
}

.line-wider {
  line-height: 2.2;
}

.line-narrow {
  line-height: 1.3;
}

.line-narrower {
  line-height: 1;
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

table .pull-right {
  padding-left: 20px;
}

.pull-right > *:first-child {
  margin-top: 0;
}

.pull-left {
  float: left !important;
}

table .pull-left {
  padding-right: 20px;
}

.pull-left > *:first-child {
  margin-top: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.hide,
.hidden {
  display: none !important;
}

.show,
.shown {
  display: block !important;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .hidden-not-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-not-sm {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

html.touch .hidden-touch {
  display: none !important;
}

html.pointer .hidden-pointer {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}

.affix {
  position: fixed;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.percent-5 {
  width: 5%;
}

.percent-10 {
  width: 10%;
}

.percent-15 {
  width: 15%;
}

.percent-20 {
  width: 20%;
}

.percent-25 {
  width: 25%;
}

.percent-30 {
  width: 30%;
}

.percent-35 {
  width: 35%;
}

.percent-40 {
  width: 40%;
}

.percent-45 {
  width: 45%;
}

.percent-50 {
  width: 50%;
}

.percent-55 {
  width: 55%;
}

.percent-60 {
  width: 60%;
}

.percent-65 {
  width: 65%;
}

.percent-70 {
  width: 70%;
}

.percent-75 {
  width: 75%;
}

.percent-80 {
  width: 80%;
}

.percent-85 {
  width: 85%;
}

.percent-90 {
  width: 90%;
}

.percent-95 {
  width: 95%;
}

.percent-100 {
  width: 100%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.border-top {
  border-top: 1px solid #b5b5B5;
}

.border-right {
  border-right: 1px solid #b5b5B5;
}

.border-bottom {
  border-bottom: 1px solid #b5b5B5;
}

.border-left {
  border-left: 1px solid #b5b5B5;
}

.scroll-cue {
  color: inherit;
}

.scroll-cue-group {
  color: inherit;
}

.scroll-fadein {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scroll-fadein.cue {
  opacity: 1;
}

.scroll-slideup {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scroll-slideup.cue {
  opacity: 1;
  transform: none;
}

.delay-fadein .item {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.delay-fadein .item.cue {
  opacity: 1;
}
