@charset "UTF-8";

@charset "UTF-8";
.page .headline--baking {
  padding-bottom: 21px;
}

.page .headline__cerabien {
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .page .headline__cerabien {
    padding-bottom: 30px;
  }
}

.page .headline__cerabien img {
  width: 239px;
}

@media screen and (max-width: 896px) {
  .page .headline__cerabien img {
    width: 200px;
  }
}

.mainVisual {
  width: 920px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 896px) {
  .mainVisual {
    width: auto;
    margin: 0 17px 12px;
  }
}

.description {
  font-size: 19px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  color: #010101;
}

@media screen and (max-width: 896px) {
  .description {
    font-size: 13px;
    margin-bottom: 11px;
    line-height: 17px;
  }
}

.content {
  background: #f8f8f8;
  padding: 50px 0;
}

@media screen and (max-width: 896px) {
  .content {
    padding: 30px 17px;
  }
}

.content__inner {
  width: 920px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 896px) {
  .content__inner {
    width: 100%;
    padding: 0;
  }
}

.anchor {
  margin-bottom: 41px;
}

@media screen and (max-width: 896px) {
  .anchor {
    margin-bottom: 26px;
  }
}

.anchorList {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 896px) {
  .anchorList {
    display: block;
  }
}

.anchorList__item {
  width: 450px;
}

@media screen and (max-width: 896px) {
  .anchorList__item {
    width: 100%;
  }
}

.anchorList__item a {
  display: block;
  font-size: 19px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  color: #fff;
  background: #8a1e84;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#8a1e84), to(#c86fc0));
  background: linear-gradient(to right, #8a1e84 0%, #c86fc0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a1e84', endColorstr='#c86fc0',GradientType=1 );
  /* IE6-9 */
  border-radius: 6px;
  padding: 24px 0 24px 85px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid transparent;
}

@media screen and (max-width: 896px) {
  .anchorList__item a {
    font-size: 17px;
    line-height: 18px;
    padding: 20px 0 20px 70px;
  }
}

.anchorList__item a::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.anchorList__item a::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(/katana/common/img/schedule/arrow_anchor.png) center/cover no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.anchorList__item a:hover {
  color: #972f91;
  border: 1px solid #972f91;
  background: #fff;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a1e84', endColorstr='#fff',GradientType=1 );
  /* IE6-9 */
}

@media screen and (max-width: 896px) {
  .anchorList__item a:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #8a1e84;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#8a1e84), to(#c86fc0));
    background: linear-gradient(to right, #8a1e84 0%, #c86fc0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a1e84', endColorstr='#c86fc0',GradientType=1 );
    /* IE6-9 */
  }
}

.anchorList__item a:hover::after {
  background: url(/katana/common/img/schedule/arrow_anchor_on.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .anchorList__item a:hover::after {
    background: url(/katana/common/img/schedule/arrow_anchor.png) center/cover no-repeat;
  }
}

@media screen and (max-width: 896px) {
  .anchorList__item--paste {
    margin-bottom: 10px;
  }
}

.anchorList__item--paste a::before {
  background: url(/katana/common/img/schedule/img_anchor_paste.png) center/cover no-repeat;
}

.anchorList__item--external a::before {
  background: url(/katana/common/img/schedule/img_anchor_external.png) center/cover no-repeat;
}

.bakingBox {
  background: #fff;
  border-radius: 7px;
  padding: 35px 30px 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .bakingBox {
    padding: 15px;
  }
}

.bakingBox:last-child {
  margin-bottom: 0;
}

.bakingBox__headline {
  font-size: 24px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 896px) {
  .bakingBox__headline {
    margin-bottom: 15px;
  }
}

.bakingBox__pic {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.bakingBox__pic img {
  width: 415px;
}

@media screen and (max-width: 896px) {
  .bakingBox__pic img {
    width: 48%;
  }
}

.bakingBox__ttl {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (max-width: 896px) {
  .bakingBox__ttl {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
  }
}

.bakingBox__description {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin-top: 13px;
}

@media screen and (max-width: 896px) {
  .bakingBox__description {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}

.bakingBox .scheduleTable {
  margin-top: 12px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .bakingBox .scheduleTable__inner {
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .bakingBox .scheduleTable__inner::-webkit-scrollbar {
    display: 　none;
  }
}

.bakingBox .scheduleTable__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #8a1e84;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#8a1e84), to(#c86fc0));
  background: linear-gradient(to right, #8a1e84 0%, #c86fc0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a1e84', endColorstr='#c86fc0',GradientType=1 );
  /* IE6-9 */
}

.bakingBox .scheduleTable__inner::after {
  content: "";
  display: none;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4) url(/katana/common/img/arrow_scroll.png) center/20px no-repeat;
  border-radius: 7px 0 0 7px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .bakingBox .scheduleTable__inner::after {
    display: block;
  }
}

.bakingBox .scheduleTable__inner.scroll::after {
  opacity: 0;
}

.bakingBox .scheduleTable__inner.end::after {
  opacity: 0;
}

.bakingBox .scheduleTable table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}

@media screen and (max-width: 896px) {
  .bakingBox .scheduleTable table {
    width: 860px;
  }
}

.bakingBox .scheduleTable table th, .bakingBox .scheduleTable table td {
  border: 1px solid #972f91;
}

.bakingBox .scheduleTable table th {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
}

.bakingBox .scheduleTable table th sup {
  font-size: 10px;
  vertical-align: super;
}

.bakingBox .scheduleTable table td {
  font-size: 14px;
  line-height: 15px;
  vertical-align: middle;
  text-align: center;
  padding: 27px 0;
  background: #fff;
}

.bakingBox .scheduleTable table td .red {
  color: #cc0000;
}

.bakingBox .scheduleTable table td .red sup {
  font-size: 10px;
  vertical-align: super;
}

.bakingBox .materialTable {
  margin-top: 12px;
}

@media screen and (max-width: 896px) {
  .bakingBox .materialTable {
    position: relative;
  }
}

@media screen and (max-width: 896px) {
  .bakingBox .materialTable__inner {
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .bakingBox .materialTable__inner::-webkit-scrollbar {
    display: 　none;
  }
}

.bakingBox .materialTable__inner::after {
  content: "";
  display: none;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4) url(/katana/common/img/arrow_scroll.png) center/20px no-repeat;
  border-radius: 7px 0 0 7px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .bakingBox .materialTable__inner::after {
    display: block;
  }
}

.bakingBox .materialTable__inner.scroll::after {
  opacity: 0;
}

.bakingBox .materialTable__inner.end::after {
  opacity: 0;
}

.bakingBox .materialTable table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #972f91;
  border-bottom: 1px solid #972f91;
}

@media screen and (max-width: 896px) {
  .bakingBox .materialTable table {
    width: 860px;
  }
}

.bakingBox .materialTable table tr:first-child td {
  padding: 13px 0 6px;
}

.bakingBox .materialTable table tr:last-child td {
  padding: 6px 0 13px;
}

.bakingBox .materialTable table td {
  font-size: 14px;
  padding: 6px 0;
}

.bakingBox .materialTable table td.td--01 {
  width: 140px;
}

.bakingBox .materialTable table td.td--02 {
  width: 195px;
}

.bakingBox .materialTable table td.td--03 {
  width: 405px;
}

.bakingBox .materialTable table td.td--04 {
  width: 120px;
}

.bakingBox__notes {
  font-size: 14px;
  margin-top: 8px;
}

@media screen and (max-width: 896px) {
  .bakingBox__notes {
    line-height: 16px;
  }
}

.bakingBox--paste .scheduleTable table th {
  width: 81px;
}

.bakingBox--paste .scheduleTable table th.product {
  width: 121px;
}

.bakingBox--paste .scheduleTable table th.small {
  font-size: 12px;
  padding: 10px 0 10px 7px;
}

.bakingBox--external .scheduleTable table th {
  width: 76px;
}

.bakingBox--external .scheduleTable table th.num {
  width: 39px;
}

.bakingBox--external .scheduleTable table th.product {
  width: 131px;
}

.bakingBox--external .scheduleTable table th.medium {
  font-size: 12px;
  padding: 10px 0 10px 7px;
}

.bakingBox--external .scheduleTable table th.small {
  font-size: 10px;
  padding: 10px 0 10px 7px;
}

.bakingBox--external .scheduleTable table td em {
  font-weight: bold;
}

.bakingBox--external .scheduleTable table td small {
  font-size: 12px;
}

.bakingBox--external .scheduleTable table td.product {
  text-align: left;
  padding: 20px 0 20px 10px;
}

.sinteringBox {
  background: #fff;
  border-radius: 7px;
  padding: 35px 30px 53px;
}

@media screen and (max-width: 896px) {
  .sinteringBox {
    padding: 20px 15px;
  }
}

.sinteringBox__txt {
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin-bottom: 4px;
}

@media screen and (max-width: 896px) {
  .sinteringBox__txt {
    font-size: 14px;
    line-height: 15px;
  }
}


.sinteringBox__headline {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
  line-height: 36px;
}

@media screen and (max-width: 896px) {
  .sinteringBox__headline {
    font-size: 18px;
  }
}

.btnArea {
  width: 920px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
}

@media screen and (max-width: 896px) {
  .btnArea {
    width: 100%;
    box-sizing: border-box;
    margin: 30px auto;
    padding: 0 17px;
  }
}

.btnArea a {
  display: block;
  width: 100%;
  font-size: 21px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .btnArea a {
    font-size: 17px;
  }
}

.btnArea .btn__sintering, .btnArea .btn__baking, .btnArea .btn__framwork, .btnArea .btn__faq {
  width: 450px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__sintering, .btnArea .btn__baking, .btnArea .btn__framwork, .btnArea .btn__faq {
    width: 47.6%;
    margin-bottom: 15px;
  }
}

.btnArea .btn__sintering a, .btnArea .btn__baking a, .btnArea .btn__framwork a, .btnArea .btn__faq a {
  line-height: 88px;
  color: #fff;
  background: #8a1e84;
  border: 1px solid transparent;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#8a1e84), to(#c86fc0));
  background: linear-gradient(to right, #8a1e84 0%, #c86fc0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a1e84', endColorstr='#c86fc0',GradientType=1 );
  /* IE6-9 */
  border-radius: 6px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__sintering a, .btnArea .btn__baking a, .btnArea .btn__framwork a, .btnArea .btn__faq a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    line-height: 20px;
    text-align: left;
    padding: 15px 0;
  }
}

.btnArea .btn__sintering a:hover, .btnArea .btn__baking a:hover, .btnArea .btn__framwork a:hover, .btnArea .btn__faq a:hover {
  color: #972f91;
  border: 1px solid #972f91;
  background: #fff;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a1e84', endColorstr='#fff',GradientType=1 );
  /* IE6-9 */
}

@media screen and (max-width: 896px) {
  .btnArea .btn__sintering a:hover, .btnArea .btn__baking a:hover, .btnArea .btn__framwork a:hover, .btnArea .btn__faq a:hover {
    color: #fff;
    background: #8a1e84;
    border: 1px solid transparent;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#8a1e84), to(#c86fc0));
    background: linear-gradient(to right, #8a1e84 0%, #c86fc0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a1e84', endColorstr='#c86fc0',GradientType=1 );
    /* IE6-9 */
  }
}

@media screen and (max-width: 896px) {
  .btnArea .btn__faq a {
    line-height: 70px;
    padding: 0;
  }
}

.btnArea .btn__top {
  width: 100%;
}

.btnArea .btn__top a {
  line-height: 88px;
  color: #010101;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__top a {
    line-height: 68px;
  }
}

.btnArea .btn__top a:hover {
  color: #fff;
  background: #8a1e84;
  border: 1px solid transparent;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#8a1e84), to(#c86fc0));
  background: linear-gradient(to right, #8a1e84 0%, #c86fc0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a1e84', endColorstr='#c86fc0',GradientType=1 );
  /* IE6-9 */
}

@media screen and (max-width: 896px) {
  .btnArea .btn__top a:hover {
    color: #010101;
    border: 1px solid #d2d2d2;
    background: #fff;
  }
}

.sinteringTable__inner table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 576px) {
  .sinteringTable__inner table {
    width: 576px;
  }
}

@media screen and (max-width: 896px) {
  .sinteringTable{
    position: relative;
  }
}

@media screen and (max-width: 896px) {
  .sinteringTable__inner{
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sinteringTable__inner::-webkit-scrollbar {
    display: 　none;
  }
}

.sinteringTable__inner table::after {
  content: "";
  display: none;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4) url(/katana/common/img/arrow_scroll.png) center/20px no-repeat;
  border-radius: 7px 0 0 7px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 896px) {
.sinteringTable__inner table::after {
  display: block;
}
}

.sinteringTable.scroll::after {
  opacity: 0;
}

.sinteringTable.end::after {
  opacity: 0;
}


.sinteringTable th {
  font-size: 18px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  color: #972f91;
  padding: 15px 0;
  line-height: 24px;
}

.sinteringTable td {
  padding: 16px 0;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  text-align: center;
}

.sinteringTable th, .sinteringTable td {
  font-size: 18px;
  border: 1px solid #972f91;
  vertical-align: middle;
}

@media screen and (max-width: 896px) {
  .sinteringTable th, .sinteringTable td {
    font-size: 14px;
    line-height: 18px;
  }
}

.sinteringTable .sinterringUSY{
  background: #f4eaf4;
}

.sinteringTable .St{
  width: 127px;
}

@media screen and (max-width: 896px) {
  .sinteringTable .St{
    width: 63px;
}
}

.sinteringBox__inner01,
.sinteringBox__inner02{
  margin-bottom: 50px;
}

.sinteringBox__inner03{
  margin-bottom: 0px;
}

.sinteringBox__tag {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 18px;
}

.sinteringBox__tag img {
  width: auto;
  height: 38px;
  margin-right: 4px;
}

.sinteringBox__group01{
  margin-bottom: 25px;
}

.sinteringBox__group02 .sinteringTable .sinterringHHL{
  background: #e0c0de;
}

.sinteringBox__notes {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  letter-spacing: 0.04em;
}

.sinteringBox__noinfo{
  font-size: 18px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  color: #972f91;
  background: #f8f8f8;
  text-align: center;
  padding: 32px 0;
}