@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;600;700;900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: -apple-system, sans-serif;
  line-height: 1.4em;
  color: #000;
}

h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, form, input {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
}

a, a:link {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

table {
  font-size: 100%;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*
@mixin fsize($font_size: 10) {
  font-size: get_vw($font_size);
  @media (min-width: 480px) {
    font-size: $font_size * 1px;
  }
}
*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  animation: fadeIn 0.6s forwards;
}

/* common
---------------------------------- */
* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875;
  font-size: 16px;
  color: #020202;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  body {
    font-size: 2.5128205128vw;
  }
}

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

em {
  font-weight: 700;
  font-style: normal;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* layout
---------------------------------- */
.mv {
  position: relative;
  width: 100%;
  line-height: 0;
}
.mv img {
  width: 100%;
}
.mv-title {
  position: absolute;
  top: 10.83%;
  left: 8.19%;
  width: 12.45%;
}
@media screen and (max-width: 768px) {
  .mv-title {
    top: 12.16%;
    left: 9.74%;
    width: 27.17%;
  }
}
.mv-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv-logo {
    display: block;
    position: absolute;
    right: auto;
    left: 0;
    bottom: auto;
    top: 3.38%;
    width: 100%;
    text-align: center;
  }
  .mv-logo img {
    width: 10.77%;
  }
}

.contents {
  display: flex;
  position: relative;
  width: 100%;
  background: url(../img/bg-pc.jpg) no-repeat center 1000px;
}
@media screen and (max-width: 768px) {
  .contents {
    background: none;
  }
}

.sec-title {
  margin-bottom: 100px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6666666667;
}
.sec-title.red {
  color: #E35B39;
}
@media screen and (max-width: 768px) {
  .sec-title {
    margin-bottom: 50px;
    font-size: 4.6153846154vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .sec-title {
    font-size: 3.2307692308vw;
  }
}

.sub-title {
  margin-bottom: 90px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sub-title {
    margin-bottom: 36px;
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .sub-title {
    font-size: 2.8717948718vw;
  }
}

.nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 80px;
  padding: 50px 0 30px 0;
  z-index: 100;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}
.nav ul {
  border-top: 1px solid #000;
}
.nav li {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  color: #251E1C;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.nav li a {
  display: block;
  letter-spacing: 0.1em;
}

.sec-wrap {
  width: calc(100% + 80px);
  margin-left: -80px;
}
@media screen and (max-width: 768px) {
  .sec-wrap {
    width: 100%;
    margin-left: 0;
  }
}

.about {
  margin-bottom: 210px;
  padding: 153px 150px 100px 150px;
}
@media screen and (max-width: 1280px) {
  .about {
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 0;
    padding: 77px 0 64px 0;
  }
}
.about-inner {
  max-width: 1226px;
  margin: 0 auto;
}
.about-col {
  display: flex;
  justify-content: space-between;
}
.about-col > div {
  width: 43.4%;
}
@media screen and (max-width: 768px) {
  .about-col > div {
    width: calc(72.6% - 1em);
  }
}
.about-col > div.heading {
  display: flex;
  justify-content: center;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .about-col > div.heading {
    width: calc(27.4% + 1em);
    padding-left: 0;
  }
}
.about-col .right {
  margin-top: 10px;
  text-align: right;
}
.about h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about h2 {
    font-size: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .about h2 {
    font-size: 3.5897435897vw;
  }
}
.about h2::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 117px;
  margin-top: 24px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .about h2::after {
    height: 67px;
    margin-top: 14px;
  }
}
.about-body {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about-body {
    line-height: 1.7142857143;
  }
}
.about-img {
  margin-bottom: 30px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .about-img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-img img {
    width: 100%;
  }
}
.box2 .about-img {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .box2 .about-img {
    padding-left: 0;
    padding-right: 3.78%;
  }
}
.about .box1 {
  padding-top: 240px;
}
@media screen and (max-width: 768px) {
  .about .box1 {
    padding-top: 178px;
    padding-right: 7.7%;
  }
}
.about .box2 {
  margin-top: -111px;
}
@media screen and (max-width: 768px) {
  .about .box2 {
    margin-top: 116px;
    padding-left: 7.7%;
  }
}

.btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 0 12.8%;
  }
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF1313;
  border: 1px solid #FF1313;
  width: 380px;
  height: 40px;
  padding-bottom: 3px;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 50px;
  transition: 0.2s;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .btn a {
    width: 100%;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .btn a {
    height: 40px;
  }
}
.btn a:hover {
  border-color: #FF1313;
  background: #fff;
  color: #FF1313;
}
@media screen and (max-width: 768px) {
  .btn a:hover {
    background: #FF1313;
    color: #fff;
  }
}

.products {
  padding: 100px 150px 195px 150px;
}
@media screen and (max-width: 1280px) {
  .products {
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .products {
    padding: 86px 0 0 0;
  }
}
.products-inner {
  max-width: 1032px;
  margin: 0 auto;
}
.products .sec-title {
  letter-spacing: 0.1em;
}
.products-image {
  display: none;
}
@media screen and (max-width: 768px) {
  .products-image {
    display: block;
    margin-bottom: 15px;
  }
}
.products-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .products-list {
    display: block;
  }
}
.products-list2 {
  gap: 40px;
}
.products-list3 {
  gap: 58px;
}
.products-list3 .products-list-body {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .products-list3 .products-list-body {
    gap: 0;
  }
}
.products-list > li {
  margin-bottom: 40px;
}
.products-list-img {
  line-height: 0;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .products-list-img {
    display: none;
  }
}
.products-list-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}
.products-list-body {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .products-list-body {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .products-list-body ul:nth-of-type(1) {
    width: calc(50% + 10px);
  }
  .products-list-body ul:nth-of-type(2) {
    width: calc(50% - 10px);
  }
}
.products-list-body li {
  font-size: 14px;
  list-style: disc;
  margin-left: 1.3em;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .products-list-body li {
    margin-left: 1em;
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .products-list-body li {
    font-size: 2.5128205128vw;
  }
}
.products-list2 .products-list-body {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .products-list2 .products-list-body {
    gap: 0;
  }
}
.products-list .products-list1-3 {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .products-list .products-list1-3 {
    padding-left: 0;
  }
}
.products-list .products-list1-3 .products-list-body {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .products-list .products-list1-3 .products-list-body {
    gap: 0;
  }
}
.products-list .products-list2-3 {
  padding-left: 17px;
}
@media screen and (max-width: 768px) {
  .products-list .products-list2-3 {
    padding-left: 0;
  }
}
.products .product-price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
}
.products .product-price em {
  font-size: 28px;
  margin-left: 10px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .products .product-price em {
    margin-right: 10px;
    font-size: 6.1538461538vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .products .product-price em {
    font-size: 4.3076923077vw;
  }
}
.products .product-price span.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 30px;
  margin-right: 11px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .products .product-price span.icon {
    width: 55px;
    height: 25px;
    margin-right: 7px;
  }
}
.products .product-price span.icon.shipping {
  border: 1px solid #FF1313;
  color: #FF1313;
  background: #fff;
}
.products .product-price span.icon.frozen {
  border: 1px solid #37488A;
  background: #37488A;
  color: #fff;
}
.products .product-spec {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .products .product-spec {
    padding: 0 12.8%;
  }
}
.products-item {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .products-item {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .products-item:last-of-type {
    margin-bottom: 55px;
  }
}
.products .toggle-menu {
  margin: 0 12.8%;
}
.products .toggle-menu > div {
  position: relative;
  margin: 26px 0 0 0;
  padding: 10px 0;
  border-top: 1px solid #020202;
  border-bottom: 1px solid #020202;
  text-align: center;
  cursor: pointer;
  font-size: 4.1025641026vw;
}
@media (min-width: 600px) {
  .products .toggle-menu > div {
    font-size: 2.8717948718vw;
  }
}
.products .toggle-menu > div::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  width: 22px;
  height: 1px;
  background: #020202;
}
.products .toggle-menu > div::after {
  content: "";
  position: absolute;
  right: 17.5px;
  top: 50%;
  margin-top: -10.5px;
  width: 1px;
  height: 22px;
  background: #020202;
}
.products .toggle-menu > div.active {
  border-bottom: 0;
}
.products .toggle-menu > div.active::after {
  display: none;
}
.products .toggle-box {
  display: none;
}
.products .toggle-box.active {
  display: block;
  margin: 0 12.8%;
  border-bottom: 1px solid #020202;
}
.products h4:nth-of-type(1) {
  margin-top: 10px;
}

.present-img {
  line-height: 0;
}
.present-img img {
  width: 100%;
}
.present-body {
  width: 100%;
  padding: 0 150px 110px 150px;
  display: flex;
  justify-content: center;
  background: url(../img/bg-present.jpg) no-repeat 0 0/cover;
}
@media screen and (max-width: 1280px) {
  .present-body {
    padding: 0 70px 110px 100px;
  }
}
@media screen and (max-width: 768px) {
  .present-body {
    padding: 0 7.7% 77px 7.7%;
    background-image: url(../img/bg-present-sp.jpg);
  }
}
.present-body > div {
  max-width: 530px;
}
@media (max-width: 940px) {
  .present-body > div {
    max-width: 100%;
  }
}
.present-body > div p:last-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .present-body > div p:last-of-type {
    margin-top: 30px;
  }
}
.present-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .present-title {
    margin-bottom: 15px;
    font-size: 4.6153846154vw;
    line-height: 1.5555555556;
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .present-title {
    font-size: 3.2307692308vw;
  }
}
.present p {
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .present p {
    line-height: 1.7142857143;
  }
}

.ingredients-bg {
  height: 540px;
  background: url(../img/ingredients-bg.jpg) no-repeat center center/cover;
}
@media (max-width: 960px) {
  .ingredients-bg {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .ingredients-bg {
    padding-bottom: 51.28%;
    height: auto;
    background-image: url(../img/ingredients-bg-sp.jpg);
  }
}
.ingredients-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 150px;
}
@media screen and (max-width: 1280px) {
  .ingredients-inner {
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ingredients-inner {
    padding: 0 7.7%;
  }
}
.ingredients-title {
  position: relative;
  top: -155px;
  left: -90px;
  width: 656px;
  margin-bottom: -155px;
  padding: 50px 70px 0 90px;
  background: #fff;
}
@media (max-width: 960px) {
  .ingredients-title {
    position: static;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
  }
}
.ingredients-title h2, .ingredients-title p {
  position: relative;
  z-index: 10;
}
.ingredients-title p {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ingredients-title p {
    line-height: 1.7142857143;
  }
}
.ingredients .sec-title {
  margin-bottom: 10px;
  text-align: left;
  color: #E35B39;
}
.ingredients-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .ingredients-list {
    padding-top: 20px;
  }
}
.ingredients-list li {
  width: calc((100% - 80px) / 5);
  margin-bottom: 40px;
  line-height: 2;
}
@media (max-width: 1060px) {
  .ingredients-list li {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .ingredients-list li {
    margin-bottom: 25px;
    width: calc((100% - 20px) / 2);
  }
}
.ingredients-list li h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .ingredients-list li h3 {
    margin-bottom: 2px;
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .ingredients-list li h3 {
    font-size: 2.5128205128vw;
  }
}
.ingredients-list li p {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ingredients-list li p {
    font-size: 3.3333333333vw;
    line-height: 1.7692307692;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .ingredients-list li p {
    font-size: 2.3333333333vw;
  }
}
.ingredients-list-img {
  margin-bottom: 14px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .ingredients-list-img {
    margin-bottom: 8px;
  }
}

.order {
  padding: 130px 150px 85px 150px;
  background: url(../img/order-bg.jpg) no-repeat 0 0/cover;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .order {
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .order {
    padding: 55px 7.7% 65px 7.7%;
    background-image: url(../img/order-bg-sp.jpg);
  }
}
.order-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.order .sec-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .order .sec-title {
    margin-bottom: 45px;
  }
}
.order .lead {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .order .lead {
    margin-bottom: 30px;
    line-height: 1.7142857143;
    text-align: left;
  }
}
.order ul.batch {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  gap: 160px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .order ul.batch {
    gap: 10%;
  }
}
@media screen and (max-width: 768px) {
  .order ul.batch {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 12.5%;
    gap: 32px;
  }
}
.order dl {
  display: flex;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 1050px;
}
@media (max-width: 960px) {
  .order dl {
    display: block;
  }
}
.order dl dt {
  width: 385px;
  padding-right: 1em;
  padding-top: 0.2em;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .order dl dt {
    padding-top: 0;
    font-size: 22px;
    width: 330px;
  }
}
@media (max-width: 960px) {
  .order dl dt {
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .order dl dt {
    margin-bottom: 20px;
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .order dl dt {
    font-size: 2.8717948718vw;
  }
}
.order dl dt span {
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .order dl dt span {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .order dl dt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .order dl dt span {
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .order dl dt span {
    font-size: 2.5128205128vw;
  }
}
@media screen and (max-width: 768px) {
  .order dl:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.order dl:nth-of-type(3) dt {
  padding-top: 0;
}
.order dl dd {
  display: flex;
  width: calc(100% - 385px);
}
@media screen and (max-width: 1280px) {
  .order dl dd {
    display: block;
    width: calc(100% - 330px);
  }
}
@media (max-width: 960px) {
  .order dl dd {
    width: 100%;
  }
}
.order dl dd .tit {
  width: 250px;
  padding-top: 1em;
}
@media screen and (max-width: 1280px) {
  .order dl dd .tit {
    width: 100%;
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .order dl dd .tit {
    margin-bottom: -5px;
    padding-top: 0;
  }
}
.order dl dd .tel {
  width: calc(100% - 250px);
}
@media screen and (max-width: 1280px) {
  .order dl dd .tel {
    width: 100%;
  }
}
.order dl dd .tel a {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .order dl dd .tel a {
    font-size: 6.1538461538vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .order dl dd .tel a {
    font-size: 4.3076923077vw;
  }
}
.order dl dd .tel a img {
  margin-right: 7px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .order dl dd .tel a img {
    width: 34px;
  }
}
.order dl dd .tel .note {
  display: block;
}
@media screen and (max-width: 768px) {
  .order dl dd .tel .note {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .order dl dd .tel .para {
    line-height: 1.7142857143;
  }
}

.notes {
  padding: 110px 150px;
}
@media screen and (max-width: 1280px) {
  .notes {
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .notes {
    padding: 55px 7.7% 45px 7.7%;
  }
}
.notes-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.notes .sec-title {
  color: #E35B39;
}
.notes .sub-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .notes .sub-title {
    margin-bottom: 15px;
  }
}
.notes-item {
  padding: 40px 0;
  border-top: 1px solid #020202;
}
@media screen and (max-width: 768px) {
  .notes-item {
    margin-bottom: 50px;
    padding: 0;
    border: 0;
  }
}
.notes-item p {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .notes-item p {
    line-height: 1.7142857143;
    letter-spacing: 0;
  }
}
.notes .tab {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 50px 0;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .notes .tab {
    margin-bottom: 40px;
  }
}
.notes .tab li {
  width: 250px;
}
@media screen and (max-width: 1280px) {
  .notes .tab li {
    width: calc((100% - 14px) / 3);
    max-width: 250px;
  }
}
.notes .tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #D3D3D3;
  color: #4E4E4E;
  transition: 0.2s;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .notes .tab li a {
    padding: 7px 0 10px 0;
    height: auto;
    line-height: 1.4;
  }
}
.notes .tab li a:hover, .notes .tab li a.active {
  background: #4E4E4E;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .notes .tab li a span.space {
    display: none;
  }
}
.notes .tab-contents {
  display: none;
}
.notes .tab-contents.active {
  display: block;
}
.notes .tab-contents h4 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .notes .tab-contents h4 {
    margin-bottom: 10px;
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .notes .tab-contents h4 {
    font-size: 2.5128205128vw;
  }
}
.notes .tab-contents table {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: collapse;
  border-top: 1px solid #020202;
  border-left: 1px solid #020202;
}
.notes .tab-contents td, .notes .tab-contents th {
  padding: 5px 36px;
  border-collapse: collapse;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .notes .tab-contents td, .notes .tab-contents th {
    padding: 6px 16px;
  }
}
.notes .tab-contents th {
  border-right: 1px solid #4E4E4E;
  background: #4E4E4E;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .notes .tab-contents th {
    padding: 5px 10px;
    line-height: 1;
  }
}
.notes .tab-contents th:nth-of-type(1) {
  width: 22%;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1280px) {
  .notes .tab-contents th:nth-of-type(1) {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .notes .tab-contents th:nth-of-type(1) {
    width: 45%;
  }
}
.notes .tab-contents td {
  border-bottom: 1px solid #020202;
  border-right: 1px solid #020202;
}
.notes .tab-contents td:nth-of-type(1) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  box-sizing: border-box;
}

.contact {
  padding: 40px 150px;
  background: rgba(56, 62, 75, 0.8);
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .contact {
    padding: 40px 70px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 40px 7.7%;
  }
}
.contact h2 {
  margin-bottom: 30px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .contact h2 {
    font-size: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .contact h2 {
    font-size: 3.5897435897vw;
  }
}
.contact p {
  letter-spacing: 0.05em;
}
.contact p:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .contact p:nth-of-type(1) {
    font-size: 2.8717948718vw;
  }
}

.footer {
  padding: 0 150px;
  background: #383E4B;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .footer {
    padding: 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 7.7%;
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .footer {
    font-size: 2.1538461538vw;
  }
}
.footer-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1240px;
  margin: 0 auto;
  padding: 75px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    display: block;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer ul {
    margin-bottom: 35px;
  }
}
.footer ul li:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer ul li:first-child {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    text-align: center;
  }
}