/*! Writen  by SCSS */
header {
  background: black; }
  body.scrolled header {
    background: black; }

div.wrap {
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    div.wrap {
      padding-top: 45px; } }

.inner_main2 {
  position: relative;
  width: 100%;
  height: 133px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 480px) {
    .inner_main2 {
      height: 80px; } }
  .inner_main2 .main_ttl {
    font-size: clamp(18px, 2.09vw, 26px);
    line-height: 1;
    text-align: center; }

.sec_ttl_group {
  flex-direction: column;
  row-gap: 20px;
  text-align: center; }

.sec_ttl {
  font-size: clamp(20px, 2.167vw, 26px);
  color: #b09c52;
  text-align: center;
  line-height: 1.53;
  letter-spacing: 0.05em; }

.read {
  font-size: clamp(12px, 1.334vw, 16px);
  line-height: 2.5; }

/*# sourceMappingURL=inner.css.map */
