@charset "UTF-8";
/* 日本語 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  border-top: 7.4px solid #333;
  box-sizing: border-box;
  position: relative;
  overflow-x: clip;
  min-height: 100vh;
  box-sizing: border-box;
  padding-bottom: 246.47px;
}

a:hover {
  opacity: 0.7;
}

h1 {
  font-size: 89px;
  font-weight: 500;
}
h1 span:first-of-type {
  color: #934331;
}
h1 span:last-of-type {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 22px;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 54.6px;
}
h2::after {
  content: "";
  display: block;
  width: auto;
  height: 2px;
  background-color: #934331;
  position: absolute;
  bottom: -15px;
  left: -100px;
  right: 0;
}

/* ヘッダー */
.header {
  display: flex;
  margin: 27px auto;
  max-width: 1198px;
  width: 90%;
  align-items: center;
}
.header .active {
  color: #873b2c;
}
.header a {
  white-space: nowrap;
}
.header a:not(:last-of-type) {
  margin-right: 3%;
}
.header a:not(:last-of-type):not(:first-of-type):hover {
  color: #873b2c;
  opacity: 1;
}
.header a:nth-child(2) {
  margin-left: auto;
}
.header .header_logo {
  min-width: 234px;
  width: 100%;
  max-width: 312px;
}
.header .header_logo img {
  width: 100%;
}
.header .contact_button {
  background-color: #934331;
  color: #fff;
  padding: 10px 50px 10px 15px;
  position: relative;
  border-radius: 1000px;
  font-weight: 500;
}
.header .contact_button::after {
  position: absolute;
  content: "";
  background-image: url(../img/header_arrow.svg);
  width: 27.1667px;
  height: 6.1976px;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.header_sp {
  display: none;
}

/* スライダー */
.slick01 {
  width: 100%;
}
.slick01 img {
  width: 100%;
}

.dots-wrap {
  display: flex;
  justify-content: center;
}

.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 15px 10px 0;
  background: #ebebec;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #934331;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* 事業内容 */
.works {
  background-color: #f1eee5;
  max-width: 1202.5px;
  width: 90%;
  margin: 119px auto 108px;
  border-radius: 10px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-top: 64px;
  padding-bottom: 50px;
}
.works > div {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  width: 93%;
  margin: 0 auto;
  position: relative;
}
.works > div h1 {
  position: absolute;
  left: 0;
  top: -130px;
}
.works > div a {
  width: 310px;
  font-size: 14px;
}
.works > div a:not(:last-of-type) {
  margin-right: 3%;
}
.works > div a:hover {
  opacity: 1;
}
.works > div a:hover .works_arrow {
  opacity: 0.7;
}
.works > div a .works_arrow {
  width: 38.5px;
}
.works > div a img {
  width: 100%;
}
.works > div a div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 18.2px;
  margin: 25px 0;
}

/* 会社概要 */
#company {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto 90px;
}
#company table {
  margin-top: 40px;
  width: 100%;
}
#company table tr th {
  border-bottom: solid 2px #934331;
  padding: 17px 0 17px;
  width: 72.5px;
  vertical-align: middle;
}
#company table tr td {
  border-bottom: solid 1px #999999;
  padding: 17px 0 17px 48px;
}

/* topへ戻るボタン */
#page-top {
  font-weight: 700;
  font-size: 18px;
  right: -20px;
  transform: rotate(-90deg) translateX(80px);
  background-color: #666666;
  color: #fff;
  padding: 5px 50px 5px 15px;
  position: fixed;
  border-radius: 1000px;
  font-size: 18px;
  font-weight: 700;
  width: 135px;
  white-space: nowrap;
  opacity: 0.5;
}
#page-top::after {
  position: absolute;
  content: "";
  background-image: url(../img/header_arrow.svg);
  width: 27.1667px;
  height: 6.1976px;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
#page-top:hover {
  opacity: 0.7;
  cursor: pointer;
}
#page-top a:hover {
  opacity: 1;
}

/* フッター */
.footer {
  background-color: #333;
  padding: 47px 0 21px;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 246.47px;
}
.footer > div {
  color: #fff;
  display: flex;
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  position: relative;
}
.footer > div div:nth-of-type(1) {
  border-right: #999999 solid 1px;
  padding: 10px 3% 10px 0;
}
.footer > div div:nth-of-type(1) .contact_button {
  background-color: #934331;
  color: #fff;
  padding: 10px 50px 10px 15px;
  position: relative;
  border-radius: 1000px;
  font-size: 18px;
  font-weight: 500;
  display: block;
  max-width: 234px;
}
.footer > div div:nth-of-type(1) .contact_button::after {
  position: absolute;
  content: "";
  background-image: url(../img/header_arrow.svg);
  width: 27.1667px;
  height: 6.1976px;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.footer > div div:nth-of-type(1) * {
  margin-bottom: 20px;
}
.footer > div div:nth-of-type(1) a:last-of-type {
  margin-bottom: 0;
}
.footer > div div:nth-of-type(2) {
  margin-left: 3%;
}
.footer > div div:nth-of-type(2) a {
  display: block;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 500;
}
.footer > div div:nth-of-type(2) a:last-of-type {
  margin-bottom: 0;
}
.footer > div > p {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
}

/* ピアノアクセサリー */
.piano_title {
  background-image: url(../img/title_bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 224px;
  display: flex;
  align-items: center;
}
.piano_title h1 {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.piano_title h1 span:last-of-type {
  position: absolute;
  margin-left: 0;
  left: 360px;
  top: 80px;
}

.catalog {
  background-color: #f1eee5;
  max-width: 1202.5px;
  width: 90%;
  margin: 46px auto 108px;
  border-radius: 10px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-top: 64px;
  padding-bottom: 50px;
}
.catalog > div {
  margin: 0 auto;
  max-width: 1060px;
  width: 90%;
}
.catalog > div iframe {
  width: 100%;
  height: 712.5px;
}

.others {
  max-width: 1060px;
  width: 80%;
  margin: 0 auto;
}
.others h2 {
  margin-bottom: 99px;
}
.others > p {
  font-weight: 700;
  font-size: 20px;
  max-width: 900px;
  margin: 0 auto 45px;
  text-indent: -1em;
  padding-left: 1em;
}
.others > p span {
  color: #934331;
}
.others ul {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 86px;
}
.others ul li {
  width: 386px;
  font-size: 14px;
}
.others ul li > p {
  line-height: 1.8em;
}
.others ul li:not(:last-of-type) {
  margin-right: 3%;
}
.others ul li img {
  max-width: 100%;
}
.others ul li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #934331;
  font-size: 18px;
  font-weight: 700;
  margin: 27px 0 20px;
  padding-bottom: 15px;
}
.others ul li div p:last-of-type {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}
.others .features {
  background-color: #f1eee5;
  max-width: 900px;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto 90px;
  padding: 32px 20px 45px;
  position: relative;
}
.others .features > p {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: -15px;
}
.others .features div {
  font-size: 14px;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.others .features div p {
  width: 100%;
  margin: 0 auto;
}
.others .features div p:not(:last-of-type) {
  margin-bottom: 17px;
}
.others .features div p:not(:first-of-type):not(.effect) {
  padding: 0 10px;
}
.others .features div p:first-of-type {
  color: #934331;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}
.others .features div .effect {
  background-color: #333;
  color: #fff;
  border-radius: 4.252px;
  padding: 10px 12px;
  width: 100%;
}

.piano_contact_button {
  background-color: #934331;
  color: #fff;
  padding: 30px 0 30px 30px;
  position: relative;
  border-radius: 1000px;
  font-size: 18px;
  font-weight: 500;
  display: block;
  max-width: 451px;
  margin: 0 auto 93px;
}
.piano_contact_button::after {
  position: absolute;
  content: "";
  background-image: url(../img/header_arrow.svg);
  width: 27.1667px;
  height: 6.1976px;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}

/* だし・調味料 */
.broth_title {
  background-image: url(../img/title_bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 224px;
  display: flex;
  align-items: center;
}
.broth_title h1 {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.broth_title h1 br {
  display: none;
}

.broth_merchandise {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
}
.broth_merchandise h2 {
  margin-top: 53px;
}
.broth_merchandise ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 98px;
  align-items: center;
  gap: 0 20px;
}
.broth_merchandise ul li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.broth_merchandise ul li > div:first-of-type {
  background-color: #f1eee5;
  border-radius: 10px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  max-width: 676px;
  width: 100%;
  position: relative;
  z-index: -2;
  overflow: hidden;
}
.broth_merchandise ul li > div:first-of-type div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 21px auto 15px;
  max-width: 486px;
  width: 100%;
}
.broth_merchandise ul li > div:first-of-type div h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 19px 24px 19px 0;
  position: relative;
  white-space: nowrap;
}
.broth_merchandise ul li > div:first-of-type div h3::before {
  content: "";
  display: block;
  width: 1000px;
  height: auto;
  background-color: #934331;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.broth_merchandise ul li > div:first-of-type div h3 span {
  font-size: 22px;
}
.broth_merchandise ul li > div:first-of-type div div img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.broth_merchandise ul li > div:first-of-type > p {
  max-width: 486px;
  margin: 0 auto 64px;
  line-height: 1.8em;
}
.broth_merchandise ul li > div:last-of-type > div:not(:last-of-type) {
  margin-bottom: 24px;
}
.broth_merchandise ul li > div:last-of-type img {
  margin-bottom: 13px;
  display: block;
}
.broth_merchandise ul li > div:last-of-type p {
  text-align: center;
  font-weight: 500;
}
.broth_merchandise ul li > div:last-of-type p span {
  font-weight: 400;
  font-size: 14px;
}

.broth_link {
  display: flex;
  align-items: center;
  max-width: 1060px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  width: 90%;
  gap: 20px;
}
.broth_link img {
  max-width: 100%;
}
.broth_link::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #b3b3b3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.broth_link::after {
  content: "";
  display: block;
  width: 1px;
  height: auto;
  background-color: #b3b3b3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.broth_link > div {
  flex: 1;
}
.broth_link > div:first-of-type p {
  position: relative;
  padding-left: 70px;
  margin: 40px 0 24px;
  margin-bottom: 24px;
}
.broth_link > div:first-of-type p span {
  font-size: 24px;
  font-weight: 700;
}
.broth_link > div:first-of-type p::before {
  position: absolute;
  content: "";
  background-image: url(../img/shop_icon.svg);
  width: 53.5421px;
  height: 48px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.broth_link > div:first-of-type a {
  display: block;
  margin-bottom: 45px;
}
.broth_link > div:last-of-type p {
  font-size: 25px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 21px;
}
.broth_link > div:last-of-type a {
  margin: 0 auto;
  max-width: 437px;
  display: block;
}

/* お問い合わせ */
.contact_title {
  background-color: #f1eee5;
}

@media screen and (max-width: 959px) {
  body {
    padding-bottom: 504.34px;
  }
  h1 {
    font-size: clamp(1px, 12vw, 89px);
    align-items: center;
  }
  /* ヘッダー */
  .header {
    display: none;
  }
  .header_sp {
    height: 68px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .header_logo {
    padding: 0 14px;
    z-index: 10000;
    position: relative;
    max-width: 312px;
  }
  .header_logo img {
    width: 100%;
  }
  .mail_icon {
    width: 68px;
    height: 68px;
    z-index: 10000;
    position: relative;
    flex-shrink: 0;
  }
  .hamburger-menu_wrapper {
    border-left: 1px solid #333;
    margin-left: auto;
  }
  .hamburger-menu {
    width: 68px;
    height: 68px;
    position: relative;
    border: none;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    cursor: pointer;
    z-index: 10000;
  }
  .hamburger-menu .menu_text::before {
    content: "MENU";
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hamburger-menu .close_text::before {
    content: "CLOSE";
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:nth-child(3) {
    top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-300%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(3) {
    transform: translateX(-50%) translateY(-300%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .navigation {
    display: none;
    background: #ebebec;
    position: absolute;
    padding-top: 68px;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .navigation__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation__list-item {
    border-bottom: solid 1px #cccccc;
  }
  .navigation__list-item:first-child {
    border-top: solid 1px #cccccc;
  }
  .navigation__link {
    color: #333;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    transition: 0.5s;
  }
  .navigation__link p {
    width: 90%;
    margin: 0 auto;
  }
  /* 事業内容 */
  /* topへ戻るボタン */
  /* フッター */
  /* ピアノアクセサリー */
  /* だし・調味料 */
}
@media screen and (max-width: 959px) and (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    color: #873b2c;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  .works > div {
    display: block;
    width: 90%;
  }
  .works > div h1 {
    top: -78px;
    transform: translateY(-50%);
  }
  .works > div a {
    width: 100%;
    max-width: 310px;
    display: block;
    margin: 0 auto 45px;
  }
  .works > div a:not(:last-of-type) {
    margin: 0 auto 45px;
  }
}
@media screen and (max-width: 959px) {
  #page-top {
    right: -40px;
  }
}
@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: 6px;
    height: 504.34px;
  }
  .footer > div {
    display: block;
  }
  .footer > div div:nth-of-type(1) {
    border-right: none;
    padding-right: 0;
  }
  .footer > div div:nth-of-type(1) a:nth-of-type(1) {
    display: block;
    max-width: 275px;
    width: 80%;
  }
  .footer > div div:nth-of-type(1) a:nth-of-type(1) img {
    width: 100%;
    margin-bottom: 0;
  }
  .footer > div div:nth-of-type(2) {
    margin-left: 0;
    padding-bottom: 48.5px;
  }
  .footer > div div:nth-of-type(2) a {
    position: relative;
    margin-bottom: 0;
    padding: 20px 0;
  }
  .footer > div div:nth-of-type(2) a:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.7);
  }
  .footer > div div:nth-of-type(2) a:first-of-type::before {
    position: absolute;
    display: block;
    background-color: #999999;
    content: "";
    height: 1px;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer > div div:nth-of-type(2) a::after {
    position: absolute;
    display: block;
    background-color: #999999;
    content: "";
    height: 1px;
    width: 100vw;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 959px) {
  .piano_title {
    min-height: 0;
  }
  .piano_title h1 span:last-of-type {
    position: static;
    display: block;
    margin: 15px 0;
  }
}
@media screen and (max-width: 959px) {
  .catalog > div iframe {
    height: min(90vh, 712.5px);
  }
}
@media screen and (max-width: 959px) {
  .others {
    width: 90%;
  }
  .others ul {
    display: block;
  }
  .others ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .others ul li:not(:last-of-type) {
    margin-right: auto;
    margin-bottom: 45px;
  }
  .others .features {
    padding: 32px 0 45px;
  }
  .others .features > p {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .others .features div {
    width: 90%;
  }
}
@media screen and (max-width: 959px) {
  .piano_contact_button {
    width: 90%;
    padding-right: 65px;
  }
}
@media screen and (max-width: 959px) {
  .broth_title {
    padding: 6% 0;
    min-height: 0;
  }
  .broth_title h1 > br {
    display: inline;
  }
  .broth_title h1 span:last-of-type {
    display: block;
    margin: 15px 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 441px) {
  .broth_title h1 span:last-of-type br {
    display: inline;
  }
}
@media screen and (max-width: 959px) {
  .broth_merchandise ul li {
    display: block;
  }
  .broth_merchandise ul li > div:first-of-type {
    margin: 0 auto 70px;
  }
  .broth_merchandise ul li > div:first-of-type div {
    display: block;
    width: 90%;
  }
  .broth_merchandise ul li > div:first-of-type div h3 {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 80%;
    white-space: wrap;
  }
  .broth_merchandise ul li > div:first-of-type > p {
    width: 90%;
  }
  .broth_merchandise ul li > div:last-of-type > div {
    margin: 0 auto;
    max-width: 312px;
    width: 100%;
  }
  .broth_merchandise ul li > div:last-of-type > div img {
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .broth_link {
    display: block;
    padding-top: 40px;
    margin-bottom: 40px;
    width: 100%;
  }
  .broth_link::after {
    display: none;
  }
  .broth_link img {
    max-width: 100%;
  }
  .broth_link > div:first-of-type {
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 40px;
  }
  .broth_link > div:first-of-type p {
    margin: 0 auto 24px;
    width: 90%;
    max-width: 463px;
  }
  .broth_link > div:first-of-type a {
    margin: 0 auto 45px;
    display: block;
    width: 90%;
    max-width: 463px;
  }
  .broth_link > div:last-of-type p {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 90%;
  }
  .broth_link > div:last-of-type a {
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */