/* media query constants */
/* css_name constants */
/* color constants */
* {
  padding: 0;
  margin: 0;
  min-height: inherit;
  min-width: inherit;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

[type="hidden"]:focus,
[type="text"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="datetime"]:focus,
[type="date"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="time"]:focus,
[type="datetime-local"]:focus,
[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}

p {
  margin: 0;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
}

.only-sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .only-sp {
    display: flex !important;
  }
}

.default {
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .default {
    height: 62.5px;
  }
}
@media screen and (max-width: 750px) {
  .default {
    height: 120px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .default {
    height: 102.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .default {
    height: 60px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .default {
    height: 51.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .default {
    height: 44.8px;
  }
}

.backtop {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 50%;
  background-color: rgba(75, 84, 85, 0.9);
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 97;
}
@media screen and (max-width: 1200px) {
  .backtop {
    width: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .backtop {
    height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .backtop {
    bottom: 31.25px;
  }
}
@media screen and (max-width: 1200px) {
  .backtop {
    right: 31.25px;
  }
}
@media screen and (max-width: 750px) {
  .backtop {
    width: 80px;
    height: 80px;
    bottom: 50px;
    right: 50px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .backtop {
    width: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .backtop {
    width: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .backtop {
    width: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .backtop {
    width: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .backtop {
    height: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .backtop {
    height: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .backtop {
    height: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .backtop {
    height: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .backtop {
    bottom: 42.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .backtop {
    bottom: 25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .backtop {
    bottom: 21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .backtop {
    bottom: 18.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .backtop {
    right: 42.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .backtop {
    right: 25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .backtop {
    right: 21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .backtop {
    right: 18.6666666667px;
  }
}

.backtop > img {
  width: 20px;
  height: 11px;
}
@media screen and (max-width: 1200px) {
  .backtop > img {
    width: 12.5px;
  }
}
@media screen and (max-width: 1200px) {
  .backtop > img {
    height: 6.875px;
  }
}
@media screen and (max-width: 750px) {
  .backtop > img {
    width: 25.07px;
    height: 13.79px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .backtop > img {
    width: 21.3930666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .backtop > img {
    width: 12.535px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .backtop > img {
    width: 10.6965333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .backtop > img {
    width: 9.3594666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .backtop > img {
    height: 11.7674666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .backtop > img {
    height: 6.895px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .backtop > img {
    height: 5.8837333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .backtop > img {
    height: 5.1482666667px;
  }
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .title {
    padding-bottom: 12.5px;
  }
}
@media screen and (max-width: 750px) {
  .title {
    padding-bottom: 17.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .title {
    padding-bottom: 15.0186666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .title {
    padding-bottom: 8.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .title {
    padding-bottom: 7.5093333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .title {
    padding-bottom: 6.5706666667px;
  }
}

.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 35px;
  background-color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .title::before {
    width: 21.875px;
  }
}
@media screen and (max-width: 750px) {
  .title::before {
    width: 35px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .title::before {
    width: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .title::before {
    width: 17.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .title::before {
    width: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .title::before {
    width: 13.0666666667px;
  }
}

.title > div {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 6px;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .title > div {
    font-size: 18.75px;
    line-height: 18.75px;
    letter-spacing: 3.75px;
  }
}
@media screen and (max-width: 750px) {
  .title > div {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .title > div {
    font-size: 34.1333333333px;
    line-height: 34.1333333333px;
    letter-spacing: 6.8266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .title > div {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .title > div {
    font-size: 17.0666666667px;
    line-height: 17.0666666667px;
    letter-spacing: 3.4133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .title > div {
    font-size: 14.9333333333px;
    line-height: 14.9333333333px;
    letter-spacing: 2.9866666667px;
  }
}

.title > span {
  margin-top: 14px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.4px;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .title > span {
    margin-top: 8.75px;
  }
}
@media screen and (max-width: 1200px) {
  .title > span {
    font-size: 8.75px;
    line-height: 8.75px;
    letter-spacing: 0.875px;
  }
}
@media screen and (max-width: 750px) {
  .title > span {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .title > span {
    font-size: 17.0666666667px;
    line-height: 17.0666666667px;
    letter-spacing: 1.7066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .title > span {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .title > span {
    font-size: 8.5333333333px;
    line-height: 8.5333333333px;
    letter-spacing: 0.8533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .title > span {
    font-size: 7.4666666667px;
    line-height: 7.4666666667px;
    letter-spacing: 0.7466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .title > span {
    margin-top: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .title > span {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .title > span {
    margin-top: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .title > span {
    margin-top: 11.2px;
  }
}

.view-more {
  width: 200px;
  height: 40px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  margin-right: auto;
  margin-left: auto;
  color: #56696f;
  text-decoration: none;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border: 1px solid #56696f;
}
@media screen and (max-width: 1200px) {
  .view-more {
    width: 125px;
  }
}
@media screen and (max-width: 1200px) {
  .view-more {
    height: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .view-more {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .view-more {
    font-size: 8.75px;
    line-height: 10.625px;
    letter-spacing: 0.875px;
  }
}
@media screen and (max-width: 750px) {
  .view-more {
    width: 480px;
    height: 72px;
    margin-top: 40px;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .view-more {
    width: 409.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .view-more {
    width: 240px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .view-more {
    width: 204.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .view-more {
    width: 179.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .view-more {
    height: 61.44px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .view-more {
    height: 36px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .view-more {
    height: 30.72px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .view-more {
    height: 26.88px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .view-more {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .view-more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .view-more {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .view-more {
    margin-top: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .view-more {
    font-size: 20.48px;
    line-height: 24.7466666667px;
    letter-spacing: 2.048px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .view-more {
    font-size: 12px;
    line-height: 14.5px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .view-more {
    font-size: 10.24px;
    line-height: 12.3733333333px;
    letter-spacing: 1.024px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .view-more {
    font-size: 8.96px;
    line-height: 10.8266666667px;
    letter-spacing: 0.896px;
  }
}

.view-more:hover {
  background-color: #56696f;
  color: #ffffff;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100px;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 62.5px;
  }
}
@media screen and (max-width: 750px) {
  .header {
    height: 120px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .header {
    height: 102.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .header {
    height: 51.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .header {
    height: 44.8px;
  }
}

.header__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__wrap {
    max-width: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .header__wrap {
    padding-left: 31.25px;
  }
}
@media screen and (max-width: 1200px) {
  .header__wrap {
    padding-right: 31.25px;
  }
}
.header__wrap--icon {
  width: 96px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__wrap--icon {
    width: 60px;
  }
}
@media screen and (max-width: 750px) {
  .header__wrap--icon {
    width: 46px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .header__wrap--icon {
    width: 39.2533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .header__wrap--icon {
    width: 23px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .header__wrap--icon {
    width: 19.6266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .header__wrap--icon {
    width: 17.1733333333px;
  }
}

.header__wrap--icon:last-child {
  justify-content: flex-end;
}
.header__wrap--icon__menu {
  width: 32px;
  height: 24px;
  position: relative;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header__wrap--icon__menu {
    width: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header__wrap--icon__menu {
    height: 15px;
  }
}
@media screen and (max-width: 750px) {
  .header__wrap--icon__menu {
    width: 38px;
    height: 28px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .header__wrap--icon__menu {
    width: 32.4266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .header__wrap--icon__menu {
    width: 19px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .header__wrap--icon__menu {
    width: 16.2133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .header__wrap--icon__menu {
    width: 14.1866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .header__wrap--icon__menu {
    height: 23.8933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .header__wrap--icon__menu {
    height: 14px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .header__wrap--icon__menu {
    height: 11.9466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .header__wrap--icon__menu {
    height: 10.4533333333px;
  }
}

.header__wrap--icon__menu.active > div.top {
  top: 50%;
  transform: rotate(-225deg) translateY(-50%);
}
.header__wrap--icon__menu.active > div.center {
  opacity: 0;
}
.header__wrap--icon__menu.active > div.bottom {
  top: 50%;
  bottom: auto;
  transform: rotate(225deg) translateY(-50%);
}
.header__wrap--icon__menu > div {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #162a2d;
  transition: all 0.6s ease;
}
.header__wrap--icon__menu > div.top {
  top: 0;
  left: 0;
}
.header__wrap--icon__menu > div.center {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__wrap--icon__menu > div.bottom {
  bottom: 0;
  left: 0;
}
.header__wrap--icon__tags {
  margin-right: 32px;
  display: inline-flex;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header__wrap--icon__tags {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .header__wrap--icon__tags {
    display: none;
  }
}
.header__wrap--icon__tags > img {
  width: 32px;
  height: 26px;
}
@media screen and (max-width: 1200px) {
  .header__wrap--icon__tags > img {
    width: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header__wrap--icon__tags > img {
    height: 16.25px;
  }
}
.header__wrap--icon__cart {
  display: inline-flex;
  flex-direction: column;
}
.header__wrap--icon__cart > img {
  width: 32px;
  height: 30px;
}
@media screen and (max-width: 1200px) {
  .header__wrap--icon__cart > img {
    width: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header__wrap--icon__cart > img {
    height: 18.75px;
  }
}
@media screen and (max-width: 750px) {
  .header__wrap--icon__cart > img {
    width: 46px;
    height: 48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .header__wrap--icon__cart > img {
    width: 39.2533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .header__wrap--icon__cart > img {
    width: 23px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .header__wrap--icon__cart > img {
    width: 19.6266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .header__wrap--icon__cart > img {
    width: 17.1733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .header__wrap--icon__cart > img {
    height: 40.96px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .header__wrap--icon__cart > img {
    height: 24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .header__wrap--icon__cart > img {
    height: 20.48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .header__wrap--icon__cart > img {
    height: 17.92px;
  }
}

.header__wrap--logo {
  display: inline-flex;
  flex-direction: column;
}
.header__wrap--logo > img {
  width: 122px;
  height: 60px;
}
@media screen and (max-width: 1200px) {
  .header__wrap--logo > img {
    width: 76.25px;
  }
}
@media screen and (max-width: 1200px) {
  .header__wrap--logo > img {
    height: 37.5px;
  }
}
@media screen and (max-width: 750px) {
  .header__wrap--logo > img {
    width: 160px;
    height: 80px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .header__wrap--logo > img {
    width: 136.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .header__wrap--logo > img {
    width: 80px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .header__wrap--logo > img {
    width: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .header__wrap--logo > img {
    width: 59.7333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .header__wrap--logo > img {
    height: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .header__wrap--logo > img {
    height: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .header__wrap--logo > img {
    height: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .header__wrap--logo > img {
    height: 29.8666666667px;
  }
}

.menu-pc {
  padding-top: 172px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: #ffffff;
  display: none;
}
@media screen and (max-width: 1200px) {
  .menu-pc {
    padding-top: 107.5px;
  }
}
.menu-pc__top {
  height: 72px;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #eeefe9;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .menu-pc__top {
    height: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__top {
    top: 62.5px;
  }
}
.menu-pc__top--wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .menu-pc__top--wrap {
    max-width: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__top--wrap {
    padding-right: 31.25px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__top--wrap {
    padding-left: 31.25px;
  }
}
.menu-pc__top--wrap__btn {
  width: 184px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  color: #ffffff !important;
  text-decoration: none;
  background-color: #56696f;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .menu-pc__top--wrap__btn {
    width: 115px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__top--wrap__btn {
    height: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__top--wrap__btn {
    font-size: 8.75px;
    line-height: 10.625px;
    letter-spacing: 0.875px;
  }
}
@media screen and (max-width: 750px) {
  .menu-pc__top--wrap__btn {
    width: 100%;
    height: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 650px;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 2.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__top--wrap__btn {
    height: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__top--wrap__btn {
    height: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__top--wrap__btn {
    height: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__top--wrap__btn {
    height: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__top--wrap__btn {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__top--wrap__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__top--wrap__btn {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__top--wrap__btn {
    margin-top: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__top--wrap__btn {
    margin-bottom: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__top--wrap__btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__top--wrap__btn {
    margin-bottom: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__top--wrap__btn {
    margin-bottom: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__top--wrap__btn {
    max-width: 554.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__top--wrap__btn {
    max-width: 325px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__top--wrap__btn {
    max-width: 277.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__top--wrap__btn {
    max-width: 242.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__top--wrap__btn {
    font-size: 21.3333333333px;
    line-height: 25.6px;
    letter-spacing: 2.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__top--wrap__btn {
    font-size: 12.5px;
    line-height: 15px;
    letter-spacing: 1.25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__top--wrap__btn {
    font-size: 10.6666666667px;
    line-height: 12.8px;
    letter-spacing: 1.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__top--wrap__btn {
    font-size: 9.3333333333px;
    line-height: 11.2px;
    letter-spacing: 0.9333333333px;
  }
}

.menu-pc__top--wrap__btn:hover {
  background-color: transparent;
  border: 1px solid #56696f;
  color: #56696f !important;
}
.menu-pc__top--wrap__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.menu-pc__top--wrap__list > li {
  margin-right: 42px;
}
@media screen and (max-width: 1200px) {
  .menu-pc__top--wrap__list > li {
    margin-right: 26.25px;
  }
}
@media screen and (max-width: 750px) {
  .menu-pc__top--wrap__list > li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__top--wrap__list > li {
    margin-right: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__top--wrap__list > li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__top--wrap__list > li {
    margin-right: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__top--wrap__list > li {
    margin-right: 14.9333333333px;
  }
}

.menu-pc__top--wrap__list > li:last-child {
  margin-right: 0;
}
.menu-pc__top--wrap__list > li > a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.menu-pc__top--wrap__list > li > a:hover {
  text-decoration: underline;
}
.menu-pc__top--wrap__list > li > a > img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .menu-pc__top--wrap__list > li > a > img {
    width: 12.5px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__top--wrap__list > li > a > img {
    height: 12.5px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__top--wrap__list > li > a > img {
    margin-right: 6.25px;
  }
}
@media screen and (max-width: 750px) {
  .menu-pc__top--wrap__list > li > a > img {
    width: 32px;
    height: 32px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__top--wrap__list > li > a > img {
    width: 27.3066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__top--wrap__list > li > a > img {
    width: 16px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__top--wrap__list > li > a > img {
    width: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__top--wrap__list > li > a > img {
    width: 11.9466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__top--wrap__list > li > a > img {
    height: 27.3066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__top--wrap__list > li > a > img {
    height: 16px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__top--wrap__list > li > a > img {
    height: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__top--wrap__list > li > a > img {
    height: 11.9466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__top--wrap__list > li > a > img {
    margin-right: 9.3866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__top--wrap__list > li > a > img {
    margin-right: 5.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__top--wrap__list > li > a > img {
    margin-right: 4.6933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__top--wrap__list > li > a > img {
    margin-right: 4.1066666667px;
  }
}

.menu-pc__top--wrap__list > li > a > div {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .menu-pc__top--wrap__list > li > a > div {
    font-size: 8.75px;
    line-height: 15px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 750px) {
  .menu-pc__top--wrap__list > li > a > div {
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__top--wrap__list > li > a > div {
    font-size: 22.1866666667px;
    line-height: 24.7466666667px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__top--wrap__list > li > a > div {
    font-size: 13px;
    line-height: 14.5px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__top--wrap__list > li > a > div {
    font-size: 11.0933333333px;
    line-height: 12.3733333333px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__top--wrap__list > li > a > div {
    font-size: 9.7066666667px;
    line-height: 10.8266666667px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 750px) {
  .menu-pc__top--wrap__list > li > a > div.small {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__top--wrap__list > li > a > div.small {
    font-size: 18.7733333333px;
    line-height: 20.48px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__top--wrap__list > li > a > div.small {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__top--wrap__list > li > a > div.small {
    font-size: 9.3866666667px;
    line-height: 10.24px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__top--wrap__list > li > a > div.small {
    font-size: 8.2133333333px;
    line-height: 8.96px;
    letter-spacing: 0px;
  }
}

.menu-pc__top--wrap__list > li > a > div > span {
  font-weight: 700;
}
.menu-pc__bottom {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  flex-direction: column;
  max-height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom {
    max-width: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom {
    padding-top: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom {
    padding-bottom: 62.5px;
  }
}
.menu-pc__bottom--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.menu-pc__bottom--list > li {
  height: 24px;
  padding-right: 24px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  border-right: 1px solid #162a2d;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--list > li {
    height: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--list > li {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--list > li {
    padding-left: 15px;
  }
}
.menu-pc__bottom--list > li:first-child {
  border-left: 1px solid #162a2d;
}
.menu-pc__bottom--list > li > a {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.6px;
  text-decoration: none;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--list > li > a {
    font-size: 10px;
    line-height: 11.875px;
    letter-spacing: 1px;
  }
}
.menu-pc__bottom--list > li > a:hover {
  text-decoration: underline;
}
.menu-pc__bottom--search {
  width: 720px;
  min-height: 40px;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search {
    width: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search {
    min-height: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search {
    margin-top: 25px;
  }
}
@media screen and (max-width: 750px) {
  .menu-pc__bottom--search {
    max-width: 560px;
    min-height: 72px;
    margin-top: 56px;
    margin-bottom: 56px;
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__bottom--search {
    max-width: 477.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__bottom--search {
    max-width: 280px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__bottom--search {
    max-width: 238.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__bottom--search {
    max-width: 209.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__bottom--search {
    min-height: 61.44px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__bottom--search {
    min-height: 36px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__bottom--search {
    min-height: 30.72px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__bottom--search {
    min-height: 26.88px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__bottom--search {
    margin-top: 47.7866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__bottom--search {
    margin-top: 28px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__bottom--search {
    margin-top: 23.8933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__bottom--search {
    margin-top: 20.9066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__bottom--search {
    margin-bottom: 47.7866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__bottom--search {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__bottom--search {
    margin-bottom: 23.8933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__bottom--search {
    margin-bottom: 20.9066666667px;
  }
}

.menu-pc__bottom--search > input {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  border: 1px solid #162a2d;
  border-right-width: 0;
  -webkit-appearance: none;
  border-radius: 0;
  width: 584px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search > input {
    width: 365px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search > input {
    padding-right: 12.5px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search > input {
    padding-left: 12.5px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search > input {
    font-size: 8.75px;
    line-height: 10.625px;
    letter-spacing: 0.875px;
  }
}
@media screen and (max-width: 750px) {
  .menu-pc__bottom--search > input {
    border-right-width: 1px;
    width: 100%;
    padding-left: 68px;
    padding-right: 16px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__bottom--search > input {
    padding-left: 58.0266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__bottom--search > input {
    padding-left: 34px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__bottom--search > input {
    padding-left: 29.0133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__bottom--search > input {
    padding-left: 25.3866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__bottom--search > input {
    padding-right: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__bottom--search > input {
    padding-right: 8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__bottom--search > input {
    padding-right: 6.8266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__bottom--search > input {
    padding-right: 5.9733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__bottom--search > input {
    font-size: 18.7733333333px;
    line-height: 22.1866666667px;
    letter-spacing: 1.8773333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__bottom--search > input {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__bottom--search > input {
    font-size: 9.3866666667px;
    line-height: 11.0933333333px;
    letter-spacing: 0.9386666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__bottom--search > input {
    font-size: 8.2133333333px;
    line-height: 9.7066666667px;
    letter-spacing: 0.8213333333px;
  }
}

.menu-pc__bottom--search > input::placeholder {
  color: #888888;
  text-align: center;
}
.menu-pc__bottom--search > button {
  width: 136px;
  padding-right: 24.7px;
  height: 100%;
  background-color: rgba(238, 239, 233, 0.6);
  border: 1px solid #162a2d;
  border-left-width: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search > button {
    width: 85px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search > button {
    padding-right: 15.4375px;
  }
}
@media screen and (max-width: 750px) {
  .menu-pc__bottom--search > button {
    background-color: transparent;
    border: none;
    right: auto;
    left: 0;
    width: auto;
    padding-left: 16px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__bottom--search > button {
    padding-left: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__bottom--search > button {
    padding-left: 8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__bottom--search > button {
    padding-left: 6.8266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__bottom--search > button {
    padding-left: 5.9733333333px;
  }
}

.menu-pc__bottom--search > button > div {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  margin-right: 15.6px;
  color: #162a2d;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search > button > div {
    font-size: 8.75px;
    line-height: 10.625px;
    letter-spacing: 0.875px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search > button > div {
    margin-right: 9.75px;
  }
}
@media screen and (max-width: 750px) {
  .menu-pc__bottom--search > button > div {
    display: none;
  }
}
.menu-pc__bottom--search > button > img {
  width: 18.77px;
  height: 18.77px;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search > button > img {
    width: 11.73125px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--search > button > img {
    height: 11.73125px;
  }
}
@media screen and (max-width: 750px) {
  .menu-pc__bottom--search > button > img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__bottom--search > button > img {
    width: 30.72px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__bottom--search > button > img {
    width: 18px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__bottom--search > button > img {
    width: 15.36px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__bottom--search > button > img {
    width: 13.44px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .menu-pc__bottom--search > button > img {
    height: 30.72px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .menu-pc__bottom--search > button > img {
    height: 18px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .menu-pc__bottom--search > button > img {
    height: 15.36px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .menu-pc__bottom--search > button > img {
    height: 13.44px;
  }
}

.menu-pc__bottom--row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom--row {
    margin-top: 35px;
  }
}
.menu-pc__bottom__quarter {
  width: 25%;
}
.menu-pc__bottom__quarter--cmposer {
  margin-top: 47.5px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer {
    margin-top: 29.6875px;
  }
}
.menu-pc__bottom__quarter--cmposer:first-child {
  margin-top: 0;
}
.menu-pc__bottom__quarter--cmposer__title {
  display: flex;
  align-items: center;
}
.menu-pc__bottom__quarter--cmposer__title > img {
  width: 32px;
  margin-right: 16px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__title > img {
    width: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__title > img {
    margin-right: 10px;
  }
}
.menu-pc__bottom__quarter--cmposer__title > div {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 1.36px;
  font-weight: 700;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__title > div {
    font-size: 10.625px;
    line-height: 12.5px;
    letter-spacing: 0.85px;
  }
}
.menu-pc__bottom__quarter--cmposer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 48px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list {
    padding-left: 30px;
  }
}
.menu-pc__bottom__quarter--cmposer__list > li {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list > li {
    margin-top: 15px;
  }
}
.menu-pc__bottom__quarter--cmposer__list > li > div {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.28px;
  font-weight: 500;
  color: #162a2d;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list > li > div {
    font-size: 10px;
    line-height: 11.875px;
    letter-spacing: 0.8px;
  }
}
.menu-pc__bottom__quarter--cmposer__list > li > div.active > img {
  transform: rotate(-180deg);
}
.menu-pc__bottom__quarter--cmposer__list > li > div > img {
  width: 14px;
  height: 8px;
  margin-left: 15px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list > li > div > img {
    width: 8.75px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list > li > div > img {
    height: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list > li > div > img {
    margin-left: 9.375px;
  }
}
.menu-pc__bottom__quarter--cmposer__list > li > a {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.28px;
  font-weight: 500;
  color: #162a2d;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list > li > a {
    font-size: 10px;
    line-height: 11.875px;
    letter-spacing: 0.8px;
  }
}
.menu-pc__bottom__quarter--cmposer__list > li > a:hover {
  text-decoration: underline;
}
.menu-pc__bottom__quarter--cmposer__list > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 14px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list > li > ul {
    padding-left: 8.75px;
  }
}
.menu-pc__bottom__quarter--cmposer__list > li > ul > li {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list > li > ul > li {
    margin-top: 8.75px;
  }
}
.menu-pc__bottom__quarter--cmposer__list > li > ul > li > a {
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.12px;
  color: #162a2d;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list > li > ul > li > a {
    font-size: 8.75px;
    line-height: 10.625px;
    letter-spacing: 0.7px;
  }
}
.menu-pc__bottom__quarter--cmposer__list > li > ul > li > a:hover {
  text-decoration: underline;
}
.menu-pc__bottom__quarter--cmposer__list-colr {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 168px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list-colr {
    width: 105px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list-colr {
    margin-top: 12.5px;
  }
}
.menu-pc__bottom__quarter--cmposer__list-colr > li {
  width: 24px;
  height: 24px;
  margin-bottom: 24px;
  margin-right: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list-colr > li {
    width: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list-colr > li {
    height: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list-colr > li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-pc__bottom__quarter--cmposer__list-colr > li {
    margin-right: 15px;
  }
}
.menu-pc__bottom__quarter--cmposer__list-colr > li:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
.menu-pc__bottom__quarter--cmposer__list-colr > li:nth-child(4n) {
  margin-right: 0;
}
.menu-pc__bottom__quarter--cmposer__list-colr > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.menu-sp {
  padding-top: 120px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 97;
  background-color: #ffffff;
  overflow-y: auto;
  display: none;
}
@media screen and (max-width: 700px) {
  .menu-sp {
    padding-top: 102.4px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp {
    padding-top: 60px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp {
    padding-top: 51.2px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp {
    padding-top: 44.8px;
  }
}
.menu-sp__top {
  height: 320px;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #eeefe9;
}
@media screen and (max-width: 700px) {
  .menu-sp__top {
    height: 273.0666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__top {
    height: 160px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__top {
    height: 136.5333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__top {
    height: 119.4666666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__top {
    padding-right: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__top {
    padding-right: 25px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__top {
    padding-right: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__top {
    padding-right: 18.6666666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__top {
    padding-left: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__top {
    padding-left: 25px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__top {
    padding-left: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__top {
    padding-left: 18.6666666667px;
  }
}
.menu-sp__bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.menu-sp__bottom--wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.menu-sp__bottom--wrap__toggle {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
  border-top: 1px solid #575757;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle {
    padding-top: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle {
    padding-top: 25px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle {
    padding-top: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle {
    padding-top: 18.6666666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle {
    padding-bottom: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle {
    padding-bottom: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle {
    padding-bottom: 18.6666666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle {
    padding-right: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle {
    padding-right: 25px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle {
    padding-right: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle {
    padding-right: 18.6666666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle {
    padding-left: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle {
    padding-left: 25px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle {
    padding-left: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle {
    padding-left: 18.6666666667px;
  }
}
.menu-sp__bottom--wrap__toggle:last-child {
  border-bottom: 1px solid #575757;
}
.menu-sp__bottom--wrap__toggle--label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-sp__bottom--wrap__toggle--label > div {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 2.56px;
  color: #162a2d;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle--label > div {
    font-size: 27.3066666667px;
    line-height: 27.3066666667px;
    letter-spacing: 2.1845333333px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle--label > div {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.28px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle--label > div {
    font-size: 13.6533333333px;
    line-height: 13.6533333333px;
    letter-spacing: 1.0922666667px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle--label > div {
    font-size: 11.9466666667px;
    line-height: 11.9466666667px;
    letter-spacing: 0.9557333333px;
  }
}
.menu-sp__bottom--wrap__toggle--label > img {
  width: 24px;
  height: 14px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle--label > img {
    width: 20.48px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle--label > img {
    width: 12px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle--label > img {
    width: 10.24px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle--label > img {
    width: 8.96px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle--label > img {
    height: 11.9466666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle--label > img {
    height: 7px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle--label > img {
    height: 5.9733333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle--label > img {
    height: 5.2266666667px;
  }
}
.menu-sp__bottom--wrap__toggle--label > img.to {
  transform: rotate(-90deg);
}
.menu-sp__bottom--wrap__toggle--label > img.show {
  transform: rotate(-180deg);
}
.menu-sp__bottom--wrap__toggle--list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 30px;
  padding-right: 5px;
  display: none;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle--list {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle--list {
    padding-left: 15px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle--list {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle--list {
    padding-left: 11.2px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle--list {
    padding-right: 4.2666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle--list {
    padding-right: 2.5px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle--list {
    padding-right: 2.1333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle--list {
    padding-right: 1.8666666667px;
  }
}
.menu-sp__bottom--wrap__toggle--list > li {
  margin-top: 35px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle--list > li {
    margin-top: 29.8666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle--list > li {
    margin-top: 17.5px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle--list > li {
    margin-top: 14.9333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle--list > li {
    margin-top: 13.0666666667px;
  }
}
.menu-sp__bottom--wrap__toggle--list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.menu-sp__bottom--wrap__toggle--list > li > a > div {
  display: flex;
  align-items: center;
}
.menu-sp__bottom--wrap__toggle--list > li > a > div > img {
  width: 56px;
  margin-right: 14px;
  height: auto;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > div > img {
    width: 47.7866666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > div > img {
    width: 28px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > div > img {
    width: 23.8933333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > div > img {
    width: 20.9066666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > div > img {
    margin-right: 11.9466666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > div > img {
    margin-right: 7px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > div > img {
    margin-right: 5.9733333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > div > img {
    margin-right: 5.2266666667px;
  }
}
.menu-sp__bottom--wrap__toggle--list > li > a > div > div {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2.4px;
  color: #162a2d;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > div > div {
    font-size: 25.6px;
    line-height: 25.6px;
    letter-spacing: 2.048px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > div > div {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > div > div {
    font-size: 12.8px;
    line-height: 12.8px;
    letter-spacing: 1.024px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > div > div {
    font-size: 11.2px;
    line-height: 11.2px;
    letter-spacing: 0.896px;
  }
}
.menu-sp__bottom--wrap__toggle--list > li > a > img {
  width: 14px;
  height: 24px;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > img {
    width: 11.9466666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > img {
    width: 7px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > img {
    width: 5.9733333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > img {
    width: 5.2266666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > img {
    height: 20.48px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > img {
    height: 12px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > img {
    height: 10.24px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__toggle--list > li > a > img {
    height: 8.96px;
  }
}
.menu-sp__bottom--wrap__color-picker {
  margin-top: 65px;
  margin-bottom: 80px;
  width: 536px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__color-picker {
    margin-top: 55.4666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__color-picker {
    margin-top: 32.5px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__color-picker {
    margin-top: 27.7333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__color-picker {
    margin-top: 24.2666666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__color-picker {
    margin-bottom: 68.2666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__color-picker {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__color-picker {
    margin-bottom: 34.1333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__color-picker {
    margin-bottom: 29.8666666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__color-picker {
    width: 457.3866666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__color-picker {
    width: 268px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__color-picker {
    width: 228.6933333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__color-picker {
    width: 200.1066666667px;
  }
}
.menu-sp__bottom--wrap__color-picker--title {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2.4px;
  font-weight: 500;
  color: #162a2d;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__color-picker--title {
    font-size: 25.6px;
    line-height: 25.6px;
    letter-spacing: 2.048px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__color-picker--title {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__color-picker--title {
    font-size: 12.8px;
    line-height: 12.8px;
    letter-spacing: 1.024px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__color-picker--title {
    font-size: 11.2px;
    line-height: 11.2px;
    letter-spacing: 0.896px;
  }
}
.menu-sp__bottom--wrap__color-picker--list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 37px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__color-picker--list {
    margin-top: 31.5733333333px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__color-picker--list {
    margin-top: 18.5px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__color-picker--list {
    margin-top: 15.7866666667px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__color-picker--list {
    margin-top: 13.8133333333px;
  }
}
.menu-sp__bottom--wrap__color-picker--list > li {
  width: 56px;
  height: 56px;
  margin-right: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    width: 47.7866666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    width: 28px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    width: 23.8933333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    width: 20.9066666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    height: 47.7866666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    height: 28px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    height: 23.8933333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    height: 20.9066666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    margin-right: 34.1333333333px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    margin-right: 17.0666666667px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    margin-right: 14.9333333333px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    margin-bottom: 34.1333333333px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    margin-bottom: 17.0666666667px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__color-picker--list > li {
    margin-bottom: 14.9333333333px;
  }
}
.menu-sp__bottom--wrap__color-picker--list > li:nth-last-child(-n + 6) {
  margin-bottom: 0;
}
.menu-sp__bottom--wrap__color-picker--list > li:nth-child(6n) {
  margin-right: 0;
}
.menu-sp__bottom--wrap__color-picker--list > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.menu-sp__bottom--wrap__footer {
  padding-top: 52px;
  padding-bottom: 88px;
  width: 100%;
  background-color: #eeefe9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer {
    padding-top: 44.3733333333px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer {
    padding-top: 26px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer {
    padding-top: 22.1866666667px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer {
    padding-top: 19.4133333333px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer {
    padding-bottom: 75.0933333333px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer {
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer {
    padding-bottom: 37.5466666667px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer {
    padding-bottom: 32.8533333333px;
  }
}
.menu-sp__bottom--wrap__footer--title {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 2.56px;
  font-weight: 500;
  color: #162a2d;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--title {
    font-size: 27.3066666667px;
    line-height: 27.3066666667px;
    letter-spacing: 2.1845333333px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.28px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--title {
    font-size: 13.6533333333px;
    line-height: 13.6533333333px;
    letter-spacing: 1.0922666667px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--title {
    font-size: 11.9466666667px;
    line-height: 11.9466666667px;
    letter-spacing: 0.9557333333px;
  }
}
.menu-sp__bottom--wrap__footer--list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--list {
    padding-right: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--list {
    padding-right: 25px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--list {
    padding-right: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--list {
    padding-right: 18.6666666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--list {
    padding-left: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--list {
    padding-left: 25px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--list {
    padding-left: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--list {
    padding-left: 18.6666666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--list {
    margin-top: 25.6px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--list {
    margin-top: 12.8px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--list {
    margin-top: 11.2px;
  }
}
.menu-sp__bottom--wrap__footer--list > li {
  width: 50%;
  padding-left: 30px;
  margin-bottom: 30px;
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--list > li {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--list > li {
    padding-left: 15px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--list > li {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--list > li {
    padding-left: 11.2px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--list > li {
    margin-bottom: 25.6px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--list > li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--list > li {
    margin-bottom: 12.8px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--list > li {
    margin-bottom: 11.2px;
  }
}
.menu-sp__bottom--wrap__footer--list > li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.menu-sp__bottom--wrap__footer--list > li > a {
  display: flex;
  width: 100%;
  align-items: center;
  text-decoration: none;
}
.menu-sp__bottom--wrap__footer--list > li > a > img {
  width: 14px;
  height: 24px;
  margin-right: 16px;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--list > li > a > img {
    width: 11.9466666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--list > li > a > img {
    width: 7px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--list > li > a > img {
    width: 5.9733333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--list > li > a > img {
    width: 5.2266666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--list > li > a > img {
    height: 20.48px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--list > li > a > img {
    height: 12px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--list > li > a > img {
    height: 10.24px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--list > li > a > img {
    height: 8.96px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--list > li > a > img {
    margin-right: 13.6533333333px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--list > li > a > img {
    margin-right: 8px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--list > li > a > img {
    margin-right: 6.8266666667px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--list > li > a > img {
    margin-right: 5.9733333333px;
  }
}
.menu-sp__bottom--wrap__footer--list > li > a > div {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #575757;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--list > li > a > div {
    font-size: 17.0666666667px;
    line-height: 17.0666666667px;
    letter-spacing: 1.7066666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--list > li > a > div {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--list > li > a > div {
    font-size: 8.5333333333px;
    line-height: 8.5333333333px;
    letter-spacing: 0.8533333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--list > li > a > div {
    font-size: 7.4666666667px;
    line-height: 7.4666666667px;
    letter-spacing: 0.7466666667px;
  }
}
.menu-sp__bottom--wrap__footer--social {
  margin-top: 42.5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--social {
    margin-top: 36.2666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--social {
    margin-top: 21.25px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--social {
    margin-top: 18.1333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--social {
    margin-top: 15.8666666667px;
  }
}
.menu-sp__bottom--wrap__footer--social > a {
  display: inline-flex;
  flex-direction: column;
  margin-right: 40px;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--social > a {
    margin-right: 34.1333333333px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--social > a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--social > a {
    margin-right: 17.0666666667px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--social > a {
    margin-right: 14.9333333333px;
  }
}
.menu-sp__bottom--wrap__footer--social > a:last-child {
  margin-right: 0;
}
.menu-sp__bottom--wrap__footer--social > a > img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--social > a > img {
    width: 68.2666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--social > a > img {
    width: 40px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--social > a > img {
    width: 34.1333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--social > a > img {
    width: 29.8666666667px;
  }
}
@media screen and (max-width: 700px) {
  .menu-sp__bottom--wrap__footer--social > a > img {
    height: 68.2666666667px;
  }
}
@media screen and (max-width: 640px) {
  .menu-sp__bottom--wrap__footer--social > a > img {
    height: 40px;
  }
}
@media screen and (max-width: 370px) {
  .menu-sp__bottom--wrap__footer--social > a > img {
    height: 34.1333333333px;
  }
}
@media screen and (max-width: 320px) {
  .menu-sp__bottom--wrap__footer--social > a > img {
    height: 29.8666666667px;
  }
}

.categoriesModal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  padding-top: 240px;
  background-color: #ffffff;
  display: none;
}
@media screen and (max-width: 700px) {
  .categoriesModal {
    padding-top: 204.8px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal {
    padding-top: 120px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal {
    padding-top: 102.4px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal {
    padding-top: 89.6px;
  }
}
.categoriesModal__back {
  height: 120px;
  padding-left: 50px;
  padding-right: 50px;
  top: 120px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #eeefe9;
  width: 100%;
  border-bottom: 1px solid #575757;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 700px) {
  .categoriesModal__back {
    height: 102.4px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__back {
    height: 60px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__back {
    height: 51.2px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__back {
    height: 44.8px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__back {
    padding-left: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__back {
    padding-left: 25px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__back {
    padding-left: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__back {
    padding-left: 18.6666666667px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__back {
    padding-right: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__back {
    padding-right: 25px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__back {
    padding-right: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__back {
    padding-right: 18.6666666667px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__back {
    top: 102.4px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__back {
    top: 60px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__back {
    top: 51.2px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__back {
    top: 44.8px;
  }
}
.categoriesModal__back > img {
  width: 14px;
  height: 24px;
  margin-right: 16px;
  transform: rotate(-180deg);
}
@media screen and (max-width: 700px) {
  .categoriesModal__back > img {
    width: 11.9466666667px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__back > img {
    width: 7px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__back > img {
    width: 5.9733333333px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__back > img {
    width: 5.2266666667px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__back > img {
    height: 20.48px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__back > img {
    height: 12px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__back > img {
    height: 10.24px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__back > img {
    height: 8.96px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__back > img {
    margin-right: 13.6533333333px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__back > img {
    margin-right: 8px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__back > img {
    margin-right: 6.8266666667px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__back > img {
    margin-right: 5.9733333333px;
  }
}
.categoriesModal__back > div {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2.4px;
  color: #162a2d;
}
@media screen and (max-width: 700px) {
  .categoriesModal__back > div {
    font-size: 25.6px;
    line-height: 25.6px;
    letter-spacing: 2.048px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__back > div {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__back > div {
    font-size: 12.8px;
    line-height: 12.8px;
    letter-spacing: 1.024px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__back > div {
    font-size: 11.2px;
    line-height: 11.2px;
    letter-spacing: 0.896px;
  }
}
.categoriesModal__wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 150px;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap {
    padding-left: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap {
    padding-left: 25px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap {
    padding-left: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap {
    padding-left: 18.6666666667px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap {
    padding-right: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap {
    padding-right: 25px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap {
    padding-right: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap {
    padding-right: 18.6666666667px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap {
    padding-top: 42.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap {
    padding-top: 25px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap {
    padding-top: 21.3333333333px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap {
    padding-top: 18.6666666667px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap {
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap {
    padding-bottom: 56px;
  }
}
.categoriesModal__wrap.tag {
  background-color: #f5f5f5;
}
.categoriesModal__wrap--title {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.categoriesModal__wrap--title > div {
  color: #162a2d;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--title > div {
    font-size: 27.3066666667px;
    line-height: 27.3066666667px;
    letter-spacing: 2.1845333333px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--title > div {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.28px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--title > div {
    font-size: 13.6533333333px;
    line-height: 13.6533333333px;
    letter-spacing: 1.0922666667px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--title > div {
    font-size: 11.9466666667px;
    line-height: 11.9466666667px;
    letter-spacing: 0.9557333333px;
  }
}
.categoriesModal__wrap--title > img {
  width: 14px;
  height: 24px;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--title > img {
    width: 11.9466666667px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--title > img {
    width: 7px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--title > img {
    width: 5.9733333333px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--title > img {
    width: 5.2266666667px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--title > img {
    height: 20.48px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--title > img {
    height: 12px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--title > img {
    height: 10.24px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--title > img {
    height: 8.96px;
  }
}
.categoriesModal__wrap--list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--list {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--list {
    padding-left: 15px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--list {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--list {
    padding-left: 11.2px;
  }
}
.categoriesModal__wrap--list.tag {
  display: none;
}
.categoriesModal__wrap--list > li {
  margin-top: 54px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--list > li {
    margin-top: 46.08px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--list > li {
    margin-top: 27px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--list > li {
    margin-top: 23.04px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--list > li {
    margin-top: 20.16px;
  }
}
.categoriesModal__wrap--list > li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categoriesModal__wrap--list > li a > div {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2.4px;
  color: #162a2d;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--list > li a > div {
    font-size: 25.6px;
    line-height: 25.6px;
    letter-spacing: 2.048px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--list > li a > div {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--list > li a > div {
    font-size: 12.8px;
    line-height: 12.8px;
    letter-spacing: 1.024px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--list > li a > div {
    font-size: 11.2px;
    line-height: 11.2px;
    letter-spacing: 0.896px;
  }
}
.categoriesModal__wrap--list > li a > img {
  width: 14px;
  height: 24px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--list > li a > img {
    width: 11.9466666667px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--list > li a > img {
    width: 7px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--list > li a > img {
    width: 5.9733333333px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--list > li a > img {
    width: 5.2266666667px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--list > li a > img {
    height: 20.48px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--list > li a > img {
    height: 12px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--list > li a > img {
    height: 10.24px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--list > li a > img {
    height: 8.96px;
  }
}
.categoriesModal__wrap--list > li a > img.down {
  transform: rotate(90deg);
}
.categoriesModal__wrap--list > li a > img.up {
  transform: rotate(-90deg);
}
.categoriesModal__wrap--list > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-left: 48px;
  display: none;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--list > li > ul {
    padding-left: 40.96px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--list > li > ul {
    padding-left: 24px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--list > li > ul {
    padding-left: 20.48px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--list > li > ul {
    padding-left: 17.92px;
  }
}
.categoriesModal__wrap--list > li > ul > li {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--list > li > ul > li {
    margin-top: 39.2533333333px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--list > li > ul > li {
    margin-top: 23px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--list > li > ul > li {
    margin-top: 19.6266666667px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--list > li > ul > li {
    margin-top: 17.1733333333px;
  }
}
.categoriesModal__wrap--group {
  display: none;
}
.categoriesModal__wrap--group.tag {
  display: block;
}
.categoriesModal__wrap--group__title {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 2.56px;
  margin-top: 46px;
  color: #162a2d;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--group__title {
    font-size: 27.3066666667px;
    line-height: 27.3066666667px;
    letter-spacing: 2.1845333333px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--group__title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.28px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--group__title {
    font-size: 13.6533333333px;
    line-height: 13.6533333333px;
    letter-spacing: 1.0922666667px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--group__title {
    font-size: 11.9466666667px;
    line-height: 11.9466666667px;
    letter-spacing: 0.9557333333px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--group__title {
    margin-top: 39.2533333333px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--group__title {
    margin-top: 23px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--group__title {
    margin-top: 19.6266666667px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--group__title {
    margin-top: 17.1733333333px;
  }
}
.categoriesModal__wrap--group__title:first-child {
  margin-top: 70px;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--group__title:first-child {
    margin-top: 59.7333333333px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--group__title:first-child {
    margin-top: 35px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--group__title:first-child {
    margin-top: 29.8666666667px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--group__title:first-child {
    margin-top: 26.1333333333px;
  }
}
.categoriesModal__wrap--group__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 45px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--group__list {
    margin-top: 38.4px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--group__list {
    margin-top: 22.5px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--group__list {
    margin-top: 19.2px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--group__list {
    margin-top: 16.8px;
  }
}
.categoriesModal__wrap--group__list > li {
  margin-right: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--group__list > li {
    margin-right: 20.48px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--group__list > li {
    margin-right: 12px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--group__list > li {
    margin-right: 10.24px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--group__list > li {
    margin-right: 8.96px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--group__list > li {
    margin-bottom: 20.48px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--group__list > li {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--group__list > li {
    margin-bottom: 10.24px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--group__list > li {
    margin-bottom: 8.96px;
  }
}
.categoriesModal__wrap--group__list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #162a2d;
  border: 1px solid #d4d4d4;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-top: 10.24px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-top: 6px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-top: 5.12px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-top: 4.48px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-bottom: 10.24px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-bottom: 5.12px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-bottom: 4.48px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-right: 25.6px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-right: 15px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-right: 12.8px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-right: 11.2px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-left: 15px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--group__list > li > a {
    padding-left: 11.2px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesModal__wrap--group__list > li > a {
    font-size: 21.3333333333px;
    line-height: 21.3333333333px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 640px) {
  .categoriesModal__wrap--group__list > li > a {
    font-size: 12.5px;
    line-height: 12.5px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 370px) {
  .categoriesModal__wrap--group__list > li > a {
    font-size: 10.6666666667px;
    line-height: 10.6666666667px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 320px) {
  .categoriesModal__wrap--group__list > li > a {
    font-size: 9.3333333333px;
    line-height: 9.3333333333px;
    letter-spacing: 0px;
  }
}

.tag-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.tag-modal__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.tag-modal__wrap--box {
  max-width: 1120px;
  border-radius: 20px;
  width: 100%;
  cursor: default;
  height: 560px;
  padding-top: 64px;
  padding-left: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box {
    max-width: 700px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box {
    border-radius: 12.5px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box {
    height: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box {
    padding-left: 25px;
  }
}
.tag-modal__wrap--box__caluse {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-flex;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__caluse {
    top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__caluse {
    right: 15px;
  }
}
.tag-modal__wrap--box__caluse > img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__caluse > img {
    width: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__caluse > img {
    height: 15px;
  }
}
.tag-modal__wrap--box__title {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  margin-bottom: 12px;
  color: #162a2d;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__title {
    font-size: 8.75px;
    line-height: 8.75px;
    letter-spacing: 0.4375px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__title {
    margin-bottom: 7.5px;
  }
}
.tag-modal__wrap--box__group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tag-modal__wrap--box__group--title {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.6px;
  margin-top: 15px;
  font-weight: 500;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__group--title {
    font-size: 7.5px;
    line-height: 7.5px;
    letter-spacing: 0.375px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__group--title {
    margin-top: 9.375px;
  }
}
.tag-modal__wrap--box__group--list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__group--list {
    margin-top: 9.375px;
  }
}
.tag-modal__wrap--box__group--list > li {
  margin-right: 12px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__group--list > li {
    margin-right: 7.5px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__group--list > li {
    margin-bottom: 7.5px;
  }
}
.tag-modal__wrap--box__group--list > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #162a2d;
  text-decoration: none;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__group--list > li > a {
    padding-top: 3.125px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__group--list > li > a {
    padding-bottom: 3.125px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__group--list > li > a {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__group--list > li > a {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .tag-modal__wrap--box__group--list > li > a {
    font-size: 7.5px;
    line-height: 12.5px;
    letter-spacing: 0px;
  }
}
.tag-modal__wrap--box__group--list > li > a:hover {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  color: #ffffff;
}

.banner {
  width: 100%;
}
.banner__carousel {
  width: 100%;
}
.banner__carousel--slide {
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
}
.banner__carousel--slide > img {
  width: 100%;
}
.banner__carousel--pagination {
  position: static;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .banner__carousel--pagination {
    margin-top: 10px;
  }
}
.banner__carousel--pagination .swiper-pagination-bullet {
  background-color: #d2d4c3;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin-right: 8px !important;
  margin-left: 8px !important;
}
@media screen and (max-width: 1200px) {
  .banner__carousel--pagination .swiper-pagination-bullet {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 1200px) {
  .banner__carousel--pagination .swiper-pagination-bullet {
    margin-left: 5px !important;
  }
}
.banner__carousel--pagination .swiper-pagination-bullet-active {
  background-color: #56696f;
}
.banner__carousel--social {
  position: absolute;
  bottom: 120px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .banner__carousel--social {
    bottom: 75px;
  }
}
@media screen and (max-width: 750px) {
  .banner__carousel--social {
    display: none;
  }
}
.banner__carousel--social__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .banner__carousel--social__wrap {
    max-width: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .banner__carousel--social__wrap {
    padding-right: 31.25px;
  }
}
.banner__carousel--social__wrap > a {
  display: inline-flex;
  flex-direction: column;
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  .banner__carousel--social__wrap > a {
    margin-right: 15.625px;
  }
}
.banner__carousel--social__wrap > a:last-child {
  margin-right: 0;
}
.banner__carousel--social__wrap > a > img {
  height: 28px;
}
@media screen and (max-width: 1200px) {
  .banner__carousel--social__wrap > a > img {
    height: 17.5px;
  }
}

.about {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .about {
    max-width: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .about {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .about {
    margin-top: 87px;
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .about {
    margin-top: 74.24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .about {
    margin-top: 43.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .about {
    margin-top: 37.12px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .about {
    margin-top: 32.48px;
  }
}

.about__column {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .about__column {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 44px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .about__column {
    padding-right: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .about__column {
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .about__column {
    padding-right: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .about__column {
    padding-right: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .about__column {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .about__column {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .about__column {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .about__column {
    padding-left: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .about__column {
    margin-top: 37.5466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .about__column {
    margin-top: 22px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .about__column {
    margin-top: 18.7733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .about__column {
    margin-top: 16.4266666667px;
  }
}

.about__column--title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 2.8px;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .about__column--title {
    font-size: 17.5px;
    line-height: 30px;
    letter-spacing: 1.75px;
  }
}
@media screen and (max-width: 750px) {
  .about__column--title {
    font-size: 34px;
    line-height: 54px;
    letter-spacing: 3.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .about__column--title {
    font-size: 29.0133333333px;
    line-height: 46.08px;
    letter-spacing: 2.9013333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .about__column--title {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 1.7px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .about__column--title {
    font-size: 14.5066666667px;
    line-height: 23.04px;
    letter-spacing: 1.4506666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .about__column--title {
    font-size: 12.6933333333px;
    line-height: 20.16px;
    letter-spacing: 1.2693333333px;
  }
}

.about__column--text {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.6px;
  color: #162a2d;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .about__column--text {
    font-size: 10px;
    line-height: 22.5px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1200px) {
  .about__column--text {
    margin-top: 31.25px;
  }
}
@media screen and (max-width: 750px) {
  .about__column--text {
    margin-top: 53px;
    font-size: 26px;
    line-height: 46px;
    letter-spacing: 2.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .about__column--text {
    margin-top: 45.2266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .about__column--text {
    margin-top: 26.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .about__column--text {
    margin-top: 22.6133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .about__column--text {
    margin-top: 19.7866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .about__column--text {
    font-size: 22.1866666667px;
    line-height: 39.2533333333px;
    letter-spacing: 2.2186666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .about__column--text {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1.3px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .about__column--text {
    font-size: 11.0933333333px;
    line-height: 19.6266666667px;
    letter-spacing: 1.1093333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .about__column--text {
    font-size: 9.7066666667px;
    line-height: 17.1733333333px;
    letter-spacing: 0.9706666667px;
  }
}

.about__column:nth-child(2) {
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .about__column:nth-child(2) {
    padding-left: 25px;
  }
}
@media screen and (max-width: 750px) {
  .about__column:nth-child(2) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .about__column:nth-child(2) {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .about__column:nth-child(2) {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .about__column:nth-child(2) {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .about__column:nth-child(2) {
    padding-left: 11.2px;
  }
}

@media screen and (max-width: 750px) {
  .about__column:first-child {
    margin-top: 0;
  }
}
.about__column > img {
  width: 100%;
}

.search {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .search {
    max-width: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .search {
    margin-top: 56.25px;
  }
}
@media screen and (max-width: 750px) {
  .search {
    margin-top: 99px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search {
    margin-top: 84.48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search {
    margin-top: 49.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search {
    margin-top: 42.24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search {
    margin-top: 36.96px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search {
    padding-left: 42.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search {
    padding-left: 25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search {
    padding-left: 21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search {
    padding-left: 18.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search {
    padding-right: 42.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search {
    padding-right: 25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search {
    padding-right: 21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search {
    padding-right: 18.6666666667px;
  }
}

.search .title {
  margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .search .title {
    margin-bottom: 26.25px;
  }
}
@media screen and (max-width: 750px) {
  .search .title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search .title {
    margin-bottom: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search .title {
    margin-bottom: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search .title {
    margin-bottom: 14.9333333333px;
  }
}

.search__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.search__list.has-mt {
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .search__list.has-mt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .search__list.has-mt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__list.has-mt {
    margin-top: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__list.has-mt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__list.has-mt {
    margin-top: 6.8266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__list.has-mt {
    margin-top: 5.9733333333px;
  }
}

.search__list > li {
  margin-right: 16px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .search__list > li {
    margin-right: 10px;
  }
}
.search__list > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .search__list > li {
    margin-right: 16px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__list > li {
    margin-right: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__list > li {
    margin-right: 8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__list > li {
    margin-right: 6.8266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__list > li {
    margin-right: 5.9733333333px;
  }
}

.search__list > li:hover {
  animation: pulse;
  animation-duration: 0.6s;
}
.search__list > li > a {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  background-color: #eeefe9;
  border: 1px solid #162a2d;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .search__list > li > a {
    padding-top: 6.25px;
  }
}
@media screen and (max-width: 1200px) {
  .search__list > li > a {
    padding-bottom: 6.25px;
  }
}
@media screen and (max-width: 1200px) {
  .search__list > li > a {
    padding-right: 18.75px;
  }
}
@media screen and (max-width: 1200px) {
  .search__list > li > a {
    padding-left: 18.75px;
  }
}
@media screen and (max-width: 1200px) {
  .search__list > li > a {
    font-size: 8.75px;
    line-height: 10.625px;
    letter-spacing: 0.875px;
  }
}
@media screen and (max-width: 750px) {
  .search__list > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__list > li > a {
    padding-top: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__list > li > a {
    padding-top: 8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__list > li > a {
    padding-top: 6.8266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__list > li > a {
    padding-top: 5.9733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__list > li > a {
    padding-bottom: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__list > li > a {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__list > li > a {
    padding-bottom: 6.8266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__list > li > a {
    padding-bottom: 5.9733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__list > li > a {
    padding-left: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__list > li > a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__list > li > a {
    padding-left: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__list > li > a {
    padding-left: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__list > li > a {
    padding-right: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__list > li > a {
    padding-right: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__list > li > a {
    padding-right: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__list > li > a {
    padding-right: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__list > li > a {
    font-size: 17.0666666667px;
    line-height: 20.48px;
    letter-spacing: 1.7066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__list > li > a {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__list > li > a {
    font-size: 8.5333333333px;
    line-height: 10.24px;
    letter-spacing: 0.8533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__list > li > a {
    font-size: 7.4666666667px;
    line-height: 8.96px;
    letter-spacing: 0.7466666667px;
  }
}

.search__search-box {
  width: 720px;
  height: 40px;
  margin-top: 42px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .search__search-box {
    width: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .search__search-box {
    height: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .search__search-box {
    margin-top: 26.25px;
  }
}
@media screen and (max-width: 750px) {
  .search__search-box {
    margin-top: 40px;
    height: 72px;
    width: 100%;
    max-width: 650px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__search-box {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__search-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__search-box {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__search-box {
    margin-top: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__search-box {
    height: 61.44px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__search-box {
    height: 36px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__search-box {
    height: 30.72px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__search-box {
    height: 26.88px;
  }
}

.search__search-box > input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  color: #162a2d;
  background-color: #ffffff;
  border: 1px solid #162a2d;
  padding-left: 53.97px;
  padding-right: 17.6px;
}
@media screen and (max-width: 1200px) {
  .search__search-box > input {
    font-size: 8.75px;
    line-height: 10.625px;
    letter-spacing: 0.875px;
  }
}
@media screen and (max-width: 1200px) {
  .search__search-box > input {
    padding-left: 33.73125px;
  }
}
@media screen and (max-width: 1200px) {
  .search__search-box > input {
    padding-right: 11px;
  }
}
@media screen and (max-width: 750px) {
  .search__search-box > input {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    padding-left: 80px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__search-box > input {
    font-size: 17.0666666667px;
    line-height: 20.48px;
    letter-spacing: 1.7066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__search-box > input {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__search-box > input {
    font-size: 8.5333333333px;
    line-height: 10.24px;
    letter-spacing: 0.8533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__search-box > input {
    font-size: 7.4666666667px;
    line-height: 8.96px;
    letter-spacing: 0.7466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__search-box > input {
    padding-left: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__search-box > input {
    padding-left: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__search-box > input {
    padding-left: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__search-box > input {
    padding-left: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__search-box > input {
    padding-right: 20.48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__search-box > input {
    padding-right: 12px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__search-box > input {
    padding-right: 10.24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__search-box > input {
    padding-right: 8.96px;
  }
}

.search__search-box > input::placeholder {
  color: #888888;
  text-align: center;
}
.search__search-box > button {
  padding-left: 17.6px;
  padding-right: 17.6px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .search__search-box > button {
    padding-left: 11px;
  }
}
@media screen and (max-width: 1200px) {
  .search__search-box > button {
    padding-right: 11px;
  }
}
@media screen and (max-width: 750px) {
  .search__search-box > button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__search-box > button {
    padding-left: 20.48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__search-box > button {
    padding-left: 12px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__search-box > button {
    padding-left: 10.24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__search-box > button {
    padding-left: 8.96px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__search-box > button {
    padding-right: 20.48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__search-box > button {
    padding-right: 12px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__search-box > button {
    padding-right: 10.24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__search-box > button {
    padding-right: 8.96px;
  }
}

.search__search-box > button > img {
  width: 18.77px;
  height: 18.77px;
}
@media screen and (max-width: 1200px) {
  .search__search-box > button > img {
    width: 11.73125px;
  }
}
@media screen and (max-width: 1200px) {
  .search__search-box > button > img {
    height: 11.73125px;
  }
}
@media screen and (max-width: 750px) {
  .search__search-box > button > img {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__search-box > button > img {
    width: 27.3066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__search-box > button > img {
    width: 16px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__search-box > button > img {
    width: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__search-box > button > img {
    width: 11.9466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__search-box > button > img {
    height: 27.3066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__search-box > button > img {
    height: 16px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__search-box > button > img {
    height: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__search-box > button > img {
    height: 11.9466666667px;
  }
}

.search__banneer {
  margin-top: 80px;
  width: 800px;
  height: 160px;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .search__banneer {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .search__banneer {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .search__banneer {
    height: 100px;
  }
}
@media screen and (max-width: 750px) {
  .search__banneer {
    width: 100%;
    height: auto;
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .search__banneer {
    margin-top: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .search__banneer {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .search__banneer {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .search__banneer {
    margin-top: 29.8666666667px;
  }
}

.search__banneer:hover > img {
  display: inline-block;
  animation: pulse;
  animation-duration: 0.6s;
}
.search__banneer > img {
  width: 800px;
  height: 160px;
}
@media screen and (max-width: 1200px) {
  .search__banneer > img {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .search__banneer > img {
    height: 100px;
  }
}
@media screen and (max-width: 750px) {
  .search__banneer > img {
    width: 100%;
    height: auto;
  }
}

.recommend {
  width: 100%;
  padding-top: 66px;
  padding-bottom: 92px;
  margin-top: 80px;
  background-color: #eeefe9;
}
@media screen and (max-width: 1200px) {
  .recommend {
    padding-top: 41.25px;
  }
}
@media screen and (max-width: 1200px) {
  .recommend {
    padding-bottom: 57.5px;
  }
}
@media screen and (max-width: 1200px) {
  .recommend {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .recommend {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 95px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .recommend {
    margin-top: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .recommend {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .recommend {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .recommend {
    margin-top: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .recommend {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .recommend {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .recommend {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .recommend {
    padding-left: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .recommend {
    padding-right: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .recommend {
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .recommend {
    padding-right: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .recommend {
    padding-right: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .recommend {
    padding-top: 81.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .recommend {
    padding-top: 47.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .recommend {
    padding-top: 40.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .recommend {
    padding-top: 35.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .recommend {
    padding-bottom: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .recommend {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .recommend {
    padding-bottom: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .recommend {
    padding-bottom: 29.8666666667px;
  }
}

.recommend__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .recommend__wrap {
    max-width: 750px;
  }
}
.recommend__wrap--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 56px;
}
@media screen and (max-width: 1200px) {
  .recommend__wrap--list {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .recommend__wrap--list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .recommend__wrap--list {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .recommend__wrap--list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .recommend__wrap--list {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .recommend__wrap--list {
    margin-top: 14.9333333333px;
  }
}

.recommend__wrap--list__item {
  width: calc( (100% - 3 * 27px) / 4 );
  margin-right: 27px;
  margin-bottom: 27px;
}
@media screen and (max-width: 1200px) {
  .recommend__wrap--list__item {
    width: calc( (100% - 3 * 16.875px) / 4 );
    margin-right: 16.875px;
    margin-bottom: 16.875px;
  }
}
.recommend__wrap--list__item:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
.recommend__wrap--list__item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .recommend__wrap--list__item {
    width: calc( (100% - 1 * 20px) / 2 );
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .recommend__wrap--list__item:nth-child(4n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .recommend__wrap--list__item:nth-child(4n) {
    margin-right: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .recommend__wrap--list__item:nth-child(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .recommend__wrap--list__item:nth-child(4n) {
    margin-right: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .recommend__wrap--list__item:nth-child(4n) {
    margin-right: 7.4666666667px;
  }
}
@media screen and (max-width: 750px) {
  .recommend__wrap--list__item:nth-last-child(-n + 4) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .recommend__wrap--list__item:nth-last-child(-n + 4) {
    margin-bottom: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .recommend__wrap--list__item:nth-last-child(-n + 4) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .recommend__wrap--list__item:nth-last-child(-n + 4) {
    margin-bottom: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .recommend__wrap--list__item:nth-last-child(-n + 4) {
    margin-bottom: 7.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .recommend__wrap--list__item {
    width: calc( (100% - 1 * 17.0666666667px) / 2 );
    margin-right: 17.0666666667px;
    margin-bottom: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .recommend__wrap--list__item {
    width: calc( (100% - 1 * 10px) / 2 );
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .recommend__wrap--list__item {
    width: calc( (100% - 1 * 8.5333333333px) / 2 );
    margin-right: 8.5333333333px;
    margin-bottom: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .recommend__wrap--list__item {
    width: calc( (100% - 1 * 7.4666666667px) / 2 );
    margin-right: 7.4666666667px;
    margin-bottom: 7.4666666667px;
  }
}
@media screen and (max-width: 750px) {
  .recommend__wrap--list__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .recommend__wrap--list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.recommend__wrap--list__item > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.recommend__wrap--list__item > a:hover > img {
  opacity: 0.5;
}
.recommend__wrap--list__item > a > img {
  width: 100%;
  transition: all 0.3s ease;
  opacity: 1;
}
.recommend__wrap--list__item > a > div {
  margin-top: 29px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.6px;
  text-align: center;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .recommend__wrap--list__item > a > div {
    margin-top: 18.125px;
  }
}
@media screen and (max-width: 1200px) {
  .recommend__wrap--list__item > a > div {
    font-size: 10px;
    line-height: 16.25px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) {
  .recommend__wrap--list__item > a > div {
    margin-top: 24px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .recommend__wrap--list__item > a > div {
    margin-top: 20.48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .recommend__wrap--list__item > a > div {
    margin-top: 12px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .recommend__wrap--list__item > a > div {
    margin-top: 10.24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .recommend__wrap--list__item > a > div {
    margin-top: 8.96px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .recommend__wrap--list__item > a > div {
    font-size: 20.48px;
    line-height: 29.0133333333px;
    letter-spacing: 2.048px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .recommend__wrap--list__item > a > div {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .recommend__wrap--list__item > a > div {
    font-size: 10.24px;
    line-height: 14.5066666667px;
    letter-spacing: 1.024px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .recommend__wrap--list__item > a > div {
    font-size: 8.96px;
    line-height: 12.6933333333px;
    letter-spacing: 0.896px;
  }
}

.recommend__wrap--list__item > a > div > span {
  font-weight: 500;
}

.category {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .category {
    max-width: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .category {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .category {
    margin-top: 95px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .category {
    margin-top: 81.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .category {
    margin-top: 47.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .category {
    margin-top: 40.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .category {
    margin-top: 35.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .category {
    padding-right: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .category {
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .category {
    padding-right: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .category {
    padding-right: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .category {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .category {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .category {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .category {
    padding-left: 11.2px;
  }
}

.category__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 56px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .category__list {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .category__list {
    margin-top: 40px;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .category__list {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .category__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .category__list {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .category__list {
    margin-top: 14.9333333333px;
  }
}

.category__list > li {
  margin-right: 70px;
}
@media screen and (max-width: 1200px) {
  .category__list > li {
    margin-right: 43.75px;
  }
}
@media screen and (max-width: 750px) {
  .category__list > li {
    margin-right: 0;
    width: 33.3333333333%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .category__list > li {
    margin-bottom: 38.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .category__list > li {
    margin-bottom: 22.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .category__list > li {
    margin-bottom: 19.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .category__list > li {
    margin-bottom: 16.8px;
  }
}

@media screen and (max-width: 750px) {
  .category__list > li:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}
.category__list > li:last-child {
  margin-right: 0;
}
.category__list > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.category__list > li > a > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .category__list > li > a > img {
    max-width: 62.5%;
  }
}
@media screen and (max-width: 750px) {
  .category__list > li > a > img {
    max-width: 100px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .category__list > li > a > img {
    max-width: 85.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .category__list > li > a > img {
    max-width: 50px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .category__list > li > a > img {
    max-width: 42.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .category__list > li > a > img {
    max-width: 37.3333333333px;
  }
}

.category__list > li > a > div {
  margin-top: 18px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.96px;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .category__list > li > a > div {
    margin-top: 11.25px;
  }
}
@media screen and (max-width: 1200px) {
  .category__list > li > a > div {
    font-size: 7.5px;
    line-height: 8.75px;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 750px) {
  .category__list > li > a > div {
    margin-top: 30px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .category__list > li > a > div {
    margin-top: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .category__list > li > a > div {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .category__list > li > a > div {
    margin-top: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .category__list > li > a > div {
    margin-top: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .category__list > li > a > div {
    font-size: 18.7733333333px;
    line-height: 22.1866666667px;
    letter-spacing: 1.8773333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .category__list > li > a > div {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .category__list > li > a > div {
    font-size: 9.3866666667px;
    line-height: 11.0933333333px;
    letter-spacing: 0.9386666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .category__list > li > a > div {
    font-size: 8.2133333333px;
    line-height: 9.7066666667px;
    letter-spacing: 0.8213333333px;
  }
}

.hotitems {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .hotitems {
    max-width: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .hotitems {
    margin-top: 57.5px;
  }
}
@media screen and (max-width: 750px) {
  .hotitems {
    margin-top: 98px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .hotitems {
    margin-top: 83.6266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .hotitems {
    margin-top: 49px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .hotitems {
    margin-top: 41.8133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .hotitems {
    margin-top: 36.5866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .hotitems {
    padding-right: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .hotitems {
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .hotitems {
    padding-right: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .hotitems {
    padding-right: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .hotitems {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .hotitems {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .hotitems {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .hotitems {
    padding-left: 11.2px;
  }
}

.hotitems__box {
  margin-top: 56px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .hotitems__box {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .hotitems__box {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .hotitems__box {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .hotitems__box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .hotitems__box {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .hotitems__box {
    margin-top: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .hotitems__box {
    padding-left: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .hotitems__box {
    padding-left: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .hotitems__box {
    padding-left: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .hotitems__box {
    padding-left: 7.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .hotitems__box {
    padding-right: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .hotitems__box {
    padding-right: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .hotitems__box {
    padding-right: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .hotitems__box {
    padding-right: 7.4666666667px;
  }
}

.hotitems__box--main {
  width: 799px;
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .hotitems__box--main {
    width: 499.375px;
  }
}
@media screen and (max-width: 750px) {
  .hotitems__box--main {
    width: 100%;
  }
}
.hotitems__box--main > img {
  width: 100%;
}
.hotitems__box--sub {
  width: 393px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .hotitems__box--sub {
    width: 245.625px;
  }
}
@media screen and (max-width: 750px) {
  .hotitems__box--sub {
    display: none;
  }
}
.hotitems__box--sub > img {
  width: 100%;
}
.hotitems__box--btn {
  display: none;
}
@media screen and (max-width: 750px) {
  .hotitems__box--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #d2d4c3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .hotitems__box--btn {
    width: 44.3733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .hotitems__box--btn {
    width: 26px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .hotitems__box--btn {
    width: 22.1866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .hotitems__box--btn {
    width: 19.4133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .hotitems__box--btn {
    height: 44.3733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .hotitems__box--btn {
    height: 26px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .hotitems__box--btn {
    height: 22.1866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .hotitems__box--btn {
    height: 19.4133333333px;
  }
}
@media screen and (max-width: 750px) {
  .hotitems__box--btn.next {
    right: 0;
  }
  .hotitems__box--btn.prev {
    left: 0;
  }
  .hotitems__box--btn.prev > img {
    transform: rotate(-180deg);
  }
  .hotitems__box--btn > img {
    width: 10px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .hotitems__box--btn > img {
    width: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .hotitems__box--btn > img {
    width: 5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .hotitems__box--btn > img {
    width: 4.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .hotitems__box--btn > img {
    width: 3.7333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .hotitems__box--btn > img {
    height: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .hotitems__box--btn > img {
    height: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .hotitems__box--btn > img {
    height: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .hotitems__box--btn > img {
    height: 7.4666666667px;
  }
}

.ranking {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 92px;
}
@media screen and (max-width: 1200px) {
  .ranking {
    max-width: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .ranking {
    margin-top: 57.5px;
  }
}
@media screen and (max-width: 750px) {
  .ranking {
    margin-top: 95px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .ranking {
    margin-top: 81.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .ranking {
    margin-top: 47.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .ranking {
    margin-top: 40.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .ranking {
    margin-top: 35.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .ranking {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .ranking {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .ranking {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .ranking {
    padding-left: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .ranking {
    padding-right: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .ranking {
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .ranking {
    padding-right: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .ranking {
    padding-right: 11.2px;
  }
}

.ranking__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 56px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .ranking__list {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .ranking__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .ranking__list {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .ranking__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .ranking__list {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .ranking__list {
    margin-top: 14.9333333333px;
  }
}

.ranking__list > li {
  width: calc( (100% - 2 * 40px) / 3 );
  margin-right: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .ranking__list > li {
    width: calc( (100% - 2 * 25px) / 3 );
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
.ranking__list > li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.ranking__list > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .ranking__list > li {
    width: calc( (100% - 2 * 20px) / 3 );
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .ranking__list > li {
    width: calc( (100% - 2 * 17.0666666667px) / 3 );
    margin-right: 17.0666666667px;
    margin-bottom: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .ranking__list > li {
    width: calc( (100% - 2 * 10px) / 3 );
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .ranking__list > li {
    width: calc( (100% - 2 * 8.5333333333px) / 3 );
    margin-right: 8.5333333333px;
    margin-bottom: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .ranking__list > li {
    width: calc( (100% - 2 * 7.4666666667px) / 3 );
    margin-right: 7.4666666667px;
    margin-bottom: 7.4666666667px;
  }
}
@media screen and (max-width: 750px) {
  .ranking__list > li:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
  .ranking__list > li:nth-child(3n) {
    margin-right: 0;
  }
}
.ranking__list > li > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
}
.ranking__list > li > a > img {
  width: 100%;
}
.ranking__list > li > a > div {
  margin-top: 29px;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 1.6px;
  color: #162a2d;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .ranking__list > li > a > div {
    margin-top: 18.125px;
  }
}
@media screen and (max-width: 1200px) {
  .ranking__list > li > a > div {
    font-size: 10px;
    line-height: 18.125px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) {
  .ranking__list > li > a > div {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .ranking__list > li > a > div {
    margin-top: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .ranking__list > li > a > div {
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .ranking__list > li > a > div {
    margin-top: 6.8266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .ranking__list > li > a > div {
    margin-top: 5.9733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .ranking__list > li > a > div {
    font-size: 15.36px;
    line-height: 20.48px;
    letter-spacing: 1.536px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .ranking__list > li > a > div {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .ranking__list > li > a > div {
    font-size: 7.68px;
    line-height: 10.24px;
    letter-spacing: 0.768px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .ranking__list > li > a > div {
    font-size: 6.72px;
    line-height: 8.96px;
    letter-spacing: 0.672px;
  }
}

.ranking__list > li > a > div > span {
  font-weight: 500;
}

.style {
  width: 100%;
  margin-top: 80px;
  padding-top: 54px;
  padding-bottom: 80px;
  background-color: #eeefe9;
}
@media screen and (max-width: 1200px) {
  .style {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .style {
    padding-top: 33.75px;
  }
}
@media screen and (max-width: 1200px) {
  .style {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .style {
    margin-top: 80px;
    padding-top: 95px;
    padding-bottom: 95px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style {
    margin-top: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style {
    margin-top: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style {
    padding-top: 81.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style {
    padding-top: 47.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style {
    padding-top: 40.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style {
    padding-top: 35.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style {
    padding-bottom: 81.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style {
    padding-bottom: 47.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style {
    padding-bottom: 40.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style {
    padding-bottom: 35.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style {
    padding-left: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style {
    padding-right: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style {
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style {
    padding-right: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style {
    padding-right: 11.2px;
  }
}

.style__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .style__wrap {
    max-width: 750px;
  }
}
.style__wrap--box {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .style__wrap--box {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .style__wrap--box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style__wrap--box {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style__wrap--box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style__wrap--box {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style__wrap--box {
    margin-top: 14.9333333333px;
  }
}

.style__wrap--box > li {
  width: calc( (100% - 1 * 26px) / 2 );
  margin-right: 26px;
  margin-bottom: 26px;
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .style__wrap--box > li {
    width: calc( (100% - 1 * 16.25px) / 2 );
    margin-right: 16.25px;
    margin-bottom: 16.25px;
  }
}
.style__wrap--box > li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.style__wrap--box > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .style__wrap--box > li {
    width: calc( (100% - 1 * 16px) / 2 );
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style__wrap--box > li {
    width: calc( (100% - 1 * 13.6533333333px) / 2 );
    margin-right: 13.6533333333px;
    margin-bottom: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style__wrap--box > li {
    width: calc( (100% - 1 * 8px) / 2 );
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style__wrap--box > li {
    width: calc( (100% - 1 * 6.8266666667px) / 2 );
    margin-right: 6.8266666667px;
    margin-bottom: 6.8266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style__wrap--box > li {
    width: calc( (100% - 1 * 5.9733333333px) / 2 );
    margin-right: 5.9733333333px;
    margin-bottom: 5.9733333333px;
  }
}
@media screen and (max-width: 750px) {
  .style__wrap--box > li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .style__wrap--box > li:nth-child(2n) {
    margin-right: 0;
  }
}
.style__wrap--box > li > img {
  width: 100%;
}
.style__wrap--news {
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-right: 102px;
  padding-left: 258px;
  margin-top: 80px;
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .style__wrap--news {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .style__wrap--news {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .style__wrap--news {
    padding-right: 63.75px;
  }
}
@media screen and (max-width: 1200px) {
  .style__wrap--news {
    padding-left: 161.25px;
  }
}
@media screen and (max-width: 1200px) {
  .style__wrap--news {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .style__wrap--news {
    padding-top: 85px;
    padding-bottom: 51px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 115px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style__wrap--news {
    padding-top: 72.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style__wrap--news {
    padding-top: 42.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style__wrap--news {
    padding-top: 36.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style__wrap--news {
    padding-top: 31.7333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style__wrap--news {
    padding-bottom: 43.52px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style__wrap--news {
    padding-bottom: 25.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style__wrap--news {
    padding-bottom: 21.76px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style__wrap--news {
    padding-bottom: 19.04px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style__wrap--news {
    padding-right: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style__wrap--news {
    padding-right: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style__wrap--news {
    padding-right: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style__wrap--news {
    padding-right: 7.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style__wrap--news {
    padding-left: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style__wrap--news {
    padding-left: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style__wrap--news {
    padding-left: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style__wrap--news {
    padding-left: 7.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style__wrap--news {
    margin-top: 98.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style__wrap--news {
    margin-top: 57.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style__wrap--news {
    margin-top: 49.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style__wrap--news {
    margin-top: 42.9333333333px;
  }
}

.style__wrap--news .title {
  position: absolute;
  top: 50%;
  left: 82px;
  transform: translateY(-50%);
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .style__wrap--news .title {
    left: 51.25px;
  }
}
@media screen and (max-width: 750px) {
  .style__wrap--news .title {
    transform: translateY(0) translateX(-50%);
    left: 50%;
    top: -25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style__wrap--news .title {
    top: -21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style__wrap--news .title {
    top: -12.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style__wrap--news .title {
    top: -10.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style__wrap--news .title {
    top: -9.3333333333px;
  }
}
@media screen and (max-width: 750px) {
  .style__wrap--news .title > span {
    display: none;
  }
}
.style__wrap--news .title::before {
  display: none;
}
.style__wrap--news__wrap {
  width: 100%;
}
.style__wrap--news__wrap--item {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #56696f;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 2.1px;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .style__wrap--news__wrap--item {
    padding-top: 12.5px;
  }
}
@media screen and (max-width: 1200px) {
  .style__wrap--news__wrap--item {
    padding-bottom: 12.5px;
  }
}
@media screen and (max-width: 1200px) {
  .style__wrap--news__wrap--item {
    font-size: 8.75px;
    line-height: 9.375px;
    letter-spacing: 1.3125px;
  }
}
@media screen and (max-width: 750px) {
  .style__wrap--news__wrap--item {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 2.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style__wrap--news__wrap--item {
    padding-top: 21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style__wrap--news__wrap--item {
    padding-top: 12.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style__wrap--news__wrap--item {
    padding-top: 10.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style__wrap--news__wrap--item {
    padding-top: 9.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style__wrap--news__wrap--item {
    padding-bottom: 21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style__wrap--news__wrap--item {
    padding-bottom: 12.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style__wrap--news__wrap--item {
    padding-bottom: 10.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style__wrap--news__wrap--item {
    padding-bottom: 9.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .style__wrap--news__wrap--item {
    font-size: 18.7733333333px;
    line-height: 20.48px;
    letter-spacing: 1.8773333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .style__wrap--news__wrap--item {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .style__wrap--news__wrap--item {
    font-size: 9.3866666667px;
    line-height: 10.24px;
    letter-spacing: 0.9386666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .style__wrap--news__wrap--item {
    font-size: 8.2133333333px;
    line-height: 8.96px;
    letter-spacing: 0.8213333333px;
  }
}

.style__wrap--news__wrap--item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.style__wrap--news__wrap--item:first-child {
  padding-top: 0;
}

.instagram {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .instagram {
    max-width: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .instagram {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .instagram {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .instagram {
    margin-top: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .instagram {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .instagram {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .instagram {
    margin-top: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .instagram {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .instagram {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .instagram {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .instagram {
    padding-left: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .instagram {
    padding-right: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .instagram {
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .instagram {
    padding-right: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .instagram {
    padding-right: 11.2px;
  }
}

.instagram__insta {
  margin-top: 56px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .instagram__insta {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .instagram__insta {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .instagram__insta {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .instagram__insta {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .instagram__insta {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .instagram__insta {
    margin-top: 14.9333333333px;
  }
}

.instagram__insta > img {
  width: 28px;
  height: 28px;
  margin-right: 14px;
}
@media screen and (max-width: 1200px) {
  .instagram__insta > img {
    width: 17.5px;
  }
}
@media screen and (max-width: 1200px) {
  .instagram__insta > img {
    height: 17.5px;
  }
}
@media screen and (max-width: 1200px) {
  .instagram__insta > img {
    margin-right: 8.75px;
  }
}
@media screen and (max-width: 750px) {
  .instagram__insta > img {
    width: 28px;
    height: 28px;
    margin-right: 14px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .instagram__insta > img {
    width: 23.8933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .instagram__insta > img {
    width: 14px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .instagram__insta > img {
    width: 11.9466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .instagram__insta > img {
    width: 10.4533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .instagram__insta > img {
    height: 23.8933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .instagram__insta > img {
    height: 14px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .instagram__insta > img {
    height: 11.9466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .instagram__insta > img {
    height: 10.4533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .instagram__insta > img {
    margin-right: 11.9466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .instagram__insta > img {
    margin-right: 7px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .instagram__insta > img {
    margin-right: 5.9733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .instagram__insta > img {
    margin-right: 5.2266666667px;
  }
}

.instagram__insta > div {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.8px;
  font-weight: 500;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .instagram__insta > div {
    font-size: 11.25px;
    line-height: 15px;
    letter-spacing: 1.125px;
  }
}
@media screen and (max-width: 750px) {
  .instagram__insta > div {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .instagram__insta > div {
    font-size: 15.36px;
    line-height: 20.48px;
    letter-spacing: 1.536px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .instagram__insta > div {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .instagram__insta > div {
    font-size: 7.68px;
    line-height: 10.24px;
    letter-spacing: 0.768px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .instagram__insta > div {
    font-size: 6.72px;
    line-height: 8.96px;
    letter-spacing: 0.672px;
  }
}

.instagram__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .instagram__list {
    margin-top: 18.75px;
  }
}
@media screen and (max-width: 750px) {
  .instagram__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .instagram__list {
    margin-top: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .instagram__list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .instagram__list {
    margin-top: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .instagram__list {
    margin-top: 11.2px;
  }
}

.instagram__list > li {
  width: calc( (100% - 3 * 20px) / 4 );
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .instagram__list > li {
    width: calc( (100% - 3 * 12.5px) / 4 );
    margin-right: 12.5px;
    margin-bottom: 12.5px;
  }
}
.instagram__list > li:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
.instagram__list > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .instagram__list > li {
    width: calc( (100% - 2 * 10px) / 3 );
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .instagram__list > li:nth-last-child(-n + 4) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .instagram__list > li:nth-last-child(-n + 4) {
    margin-bottom: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .instagram__list > li:nth-last-child(-n + 4) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .instagram__list > li:nth-last-child(-n + 4) {
    margin-bottom: 4.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .instagram__list > li:nth-last-child(-n + 4) {
    margin-bottom: 3.7333333333px;
  }
}
@media screen and (max-width: 750px) {
  .instagram__list > li:nth-child(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .instagram__list > li:nth-child(4n) {
    margin-right: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .instagram__list > li:nth-child(4n) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .instagram__list > li:nth-child(4n) {
    margin-right: 4.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .instagram__list > li:nth-child(4n) {
    margin-right: 3.7333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .instagram__list > li {
    width: calc( (100% - 2 * 8.5333333333px) / 3 );
    margin-right: 8.5333333333px;
    margin-bottom: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .instagram__list > li {
    width: calc( (100% - 2 * 5px) / 3 );
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .instagram__list > li {
    width: calc( (100% - 2 * 4.2666666667px) / 3 );
    margin-right: 4.2666666667px;
    margin-bottom: 4.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .instagram__list > li {
    width: calc( (100% - 2 * 3.7333333333px) / 3 );
    margin-right: 3.7333333333px;
    margin-bottom: 3.7333333333px;
  }
}
@media screen and (max-width: 750px) {
  .instagram__list > li:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
  .instagram__list > li:nth-child(3n) {
    margin-right: 0;
  }
}
.instagram__list > li > a {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.instagram__list > li > a:hover > img {
  opacity: 0.5;
}
.instagram__list > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: all 0.3s ease;
}

.guide {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .guide {
    max-width: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .guide {
    margin-top: 57.5px;
  }
}
@media screen and (max-width: 750px) {
  .guide {
    margin-top: 95px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .guide {
    margin-top: 81.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .guide {
    margin-top: 47.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .guide {
    margin-top: 40.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .guide {
    margin-top: 35.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .guide {
    padding-left: 42.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .guide {
    padding-left: 25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .guide {
    padding-left: 21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .guide {
    padding-left: 18.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .guide {
    padding-right: 42.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .guide {
    padding-right: 25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .guide {
    padding-right: 21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .guide {
    padding-right: 18.6666666667px;
  }
}

.guide .title {
  padding-bottom: 0;
}
.guide .title::before {
  display: none;
}
.guide__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 56px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .guide__list {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .guide__list {
    margin-top: 60px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .guide__list {
    margin-top: 51.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .guide__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .guide__list {
    margin-top: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .guide__list {
    margin-top: 22.4px;
  }
}

.guide__list--item {
  margin-right: 80px;
}
@media screen and (max-width: 1200px) {
  .guide__list--item {
    margin-right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .guide__list--item {
    margin-right: 0;
    width: 50%;
    height: 250px;
    display: flex;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .guide__list--item {
    height: 213.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .guide__list--item {
    height: 125px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .guide__list--item {
    height: 106.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .guide__list--item {
    height: 93.3333333333px;
  }
}

.guide__list--item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .guide__list--item:nth-last-child(-n + 2) > a > img {
    max-width: 40.5%;
  }
}
@media screen and (max-width: 750px) {
  .guide__list--item:nth-last-child(-n + 2) {
    align-items: flex-end;
  }
  .guide__list--item:nth-last-child(-n + 2) > a > img {
    max-width: 120px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .guide__list--item:nth-last-child(-n + 2) > a > img {
    max-width: 102.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .guide__list--item:nth-last-child(-n + 2) > a > img {
    max-width: 60px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .guide__list--item:nth-last-child(-n + 2) > a > img {
    max-width: 51.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .guide__list--item:nth-last-child(-n + 2) > a > img {
    max-width: 44.8px;
  }
}

.guide__list--item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .guide__list--item > a {
    width: 100%;
  }
}
.guide__list--item > a > img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .guide__list--item > a > img {
    max-width: 62.5%;
  }
}
@media screen and (max-width: 750px) {
  .guide__list--item > a > img {
    max-width: 120px;
    max-height: 90px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .guide__list--item > a > img {
    max-width: 102.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .guide__list--item > a > img {
    max-width: 60px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .guide__list--item > a > img {
    max-width: 51.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .guide__list--item > a > img {
    max-width: 44.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .guide__list--item > a > img {
    max-height: 76.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .guide__list--item > a > img {
    max-height: 45px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .guide__list--item > a > img {
    max-height: 38.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .guide__list--item > a > img {
    max-height: 33.6px;
  }
}

.guide__list--item > a > div {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .guide__list--item > a > div {
    margin-top: 18.75px;
  }
}
@media screen and (max-width: 750px) {
  .guide__list--item > a > div {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .guide__list--item > a > div {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .guide__list--item > a > div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .guide__list--item > a > div {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .guide__list--item > a > div {
    margin-top: 14.9333333333px;
  }
}

.guide__list--item > a > div > p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.8px;
  font-weight: 500;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .guide__list--item > a > div > p {
    font-size: 11.25px;
    line-height: 13.75px;
    letter-spacing: 1.125px;
  }
}
@media screen and (max-width: 750px) {
  .guide__list--item > a > div > p {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .guide__list--item > a > div > p {
    font-size: 20.48px;
    line-height: 24.7466666667px;
    letter-spacing: 2.048px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .guide__list--item > a > div > p {
    font-size: 12px;
    line-height: 14.5px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .guide__list--item > a > div > p {
    font-size: 10.24px;
    line-height: 12.3733333333px;
    letter-spacing: 1.024px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .guide__list--item > a > div > p {
    font-size: 8.96px;
    line-height: 10.8266666667px;
    letter-spacing: 0.896px;
  }
}

.guide__list--item > a > div > span {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.4px;
  font-weight: 500;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .guide__list--item > a > div > span {
    margin-top: 12.5px;
  }
}
@media screen and (max-width: 1200px) {
  .guide__list--item > a > div > span {
    font-size: 8.75px;
    line-height: 15px;
    letter-spacing: 0.875px;
  }
}
@media screen and (max-width: 750px) {
  .guide__list--item > a > div > span {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .guide__list--item > a > div > span {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .guide__list--item > a > div > span {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .guide__list--item > a > div > span {
    margin-top: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .guide__list--item > a > div > span {
    margin-top: 7.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .guide__list--item > a > div > span {
    font-size: 17.0666666667px;
    line-height: 25.6px;
    letter-spacing: 1.7066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .guide__list--item > a > div > span {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .guide__list--item > a > div > span {
    font-size: 8.5333333333px;
    line-height: 12.8px;
    letter-spacing: 0.8533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .guide__list--item > a > div > span {
    font-size: 7.4666666667px;
    line-height: 11.2px;
    letter-spacing: 0.7466666667px;
  }
}

.footer {
  width: 100%;
  padding-top: 104px;
  padding-bottom: 86px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #6a8289;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 65px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-bottom: 53.75px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 53px;
    padding-bottom: 57px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer {
    padding-top: 45.2266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer {
    padding-top: 26.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer {
    padding-top: 22.6133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer {
    padding-top: 19.7866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer {
    padding-bottom: 48.64px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer {
    padding-bottom: 28.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer {
    padding-bottom: 24.32px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer {
    padding-bottom: 21.28px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer {
    padding-left: 42.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer {
    padding-left: 25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer {
    padding-left: 21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer {
    padding-left: 18.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer {
    padding-right: 42.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer {
    padding-right: 25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer {
    padding-right: 21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer {
    padding-right: 18.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer {
    margin-top: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer {
    margin-top: 29.8666666667px;
  }
}

.footer__gr-kigi {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .footer__gr-kigi {
    order: 0;
  }
}
.footer__gr-kigi--logo {
  display: inline-flex;
  flex-direction: column;
}
.footer__gr-kigi--logo > img {
  width: 192px;
  height: 96px;
}
@media screen and (max-width: 1200px) {
  .footer__gr-kigi--logo > img {
    width: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__gr-kigi--logo > img {
    height: 60px;
  }
}
@media screen and (max-width: 750px) {
  .footer__gr-kigi--logo > img {
    width: 240px;
    height: 120px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__gr-kigi--logo > img {
    width: 204.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__gr-kigi--logo > img {
    width: 120px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__gr-kigi--logo > img {
    width: 102.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__gr-kigi--logo > img {
    width: 89.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__gr-kigi--logo > img {
    height: 102.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__gr-kigi--logo > img {
    height: 60px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__gr-kigi--logo > img {
    height: 51.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__gr-kigi--logo > img {
    height: 44.8px;
  }
}

.footer__gr-kigi--content {
  margin-left: 80px;
}
@media screen and (max-width: 1200px) {
  .footer__gr-kigi--content {
    margin-left: 50px;
  }
}
@media screen and (max-width: 750px) {
  .footer__gr-kigi--content {
    display: none;
  }
}
.footer__gr-kigi--content__srong {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.6px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .footer__gr-kigi--content__srong {
    font-size: 10px;
    line-height: 16.25px;
    letter-spacing: 1px;
  }
}
.footer__gr-kigi--content__text {
  margin-top: 22px;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1.2px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .footer__gr-kigi--content__text {
    margin-top: 13.75px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__gr-kigi--content__text {
    font-size: 7.5px;
    line-height: 13.75px;
    letter-spacing: 0.75px;
  }
}
.footer__social {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .footer__social {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .footer__social {
    margin-top: 42.5px;
    order: 2;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__social {
    margin-top: 36.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__social {
    margin-top: 21.25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__social {
    margin-top: 18.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__social {
    margin-top: 15.8666666667px;
  }
}

.footer__social > a {
  display: inline-flex;
  flex-direction: column;
  margin-right: 24px;
}
@media screen and (max-width: 1200px) {
  .footer__social > a {
    margin-right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .footer__social > a {
    margin-right: 35px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__social > a {
    margin-right: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__social > a {
    margin-right: 17.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__social > a {
    margin-right: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__social > a {
    margin-right: 13.0666666667px;
  }
}

.footer__social > a:last-child {
  margin-right: 0;
}
.footer__social > a > img {
  height: 28px;
}
@media screen and (max-width: 1200px) {
  .footer__social > a > img {
    height: 17.5px;
  }
}
@media screen and (max-width: 750px) {
  .footer__social > a > img {
    height: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__social > a > img {
    height: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__social > a > img {
    height: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__social > a > img {
    height: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__social > a > img {
    height: 14.9333333333px;
  }
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 43.8px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .footer__list {
    margin-top: 27.375px;
  }
}
@media screen and (max-width: 750px) {
  .footer__list {
    margin-top: 42.5px;
    order: 1;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__list {
    margin-top: 36.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__list {
    margin-top: 21.25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__list {
    margin-top: 18.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__list {
    margin-top: 15.8666666667px;
  }
}

.footer__list > li {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .footer__list > li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 750px) {
  .footer__list > li {
    margin-right: 0;
    width: 50%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__list > li {
    margin-bottom: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__list > li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__list > li {
    margin-bottom: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__list > li {
    margin-bottom: 14.9333333333px;
  }
}

@media screen and (max-width: 750px) {
  .footer__list > li:nth-child(odd) {
    padding-right: 27px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__list > li:nth-child(odd) {
    padding-right: 23.04px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__list > li:nth-child(odd) {
    padding-right: 13.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__list > li:nth-child(odd) {
    padding-right: 11.52px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__list > li:nth-child(odd) {
    padding-right: 10.08px;
  }
}

@media screen and (max-width: 750px) {
  .footer__list > li:nth-child(even) {
    padding-left: 27px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__list > li:nth-child(even) {
    padding-left: 23.04px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__list > li:nth-child(even) {
    padding-left: 13.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__list > li:nth-child(even) {
    padding-left: 11.52px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__list > li:nth-child(even) {
    padding-left: 10.08px;
  }
}

@media screen and (max-width: 750px) {
  .footer__list > li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.footer__list > li:last-child {
  margin-right: 0;
}
.footer__list > li > a {
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .footer__list > li > a {
    font-size: 8.75px;
    line-height: 9.375px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 750px) {
  .footer__list > li > a {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__list > li > a {
    font-size: 17.0666666667px;
    line-height: 20.48px;
    letter-spacing: 1.7066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__list > li > a {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__list > li > a {
    font-size: 8.5333333333px;
    line-height: 10.24px;
    letter-spacing: 0.8533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__list > li > a {
    font-size: 7.4666666667px;
    line-height: 8.96px;
    letter-spacing: 0.7466666667px;
  }
}

.footer__list > li > a > img {
  display: none;
}
@media screen and (max-width: 750px) {
  .footer__list > li > a > img {
    display: block;
    height: 24px;
    width: 13.71px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__list > li > a > img {
    height: 20.48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__list > li > a > img {
    height: 12px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__list > li > a > img {
    height: 10.24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__list > li > a > img {
    height: 8.96px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__list > li > a > img {
    width: 11.6992px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__list > li > a > img {
    width: 6.855px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__list > li > a > img {
    width: 5.8496px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__list > li > a > img {
    width: 5.1184px;
  }
}

.footer__cry {
  margin-top: 47px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .footer__cry {
    margin-top: 29.375px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__cry {
    font-size: 7.5px;
    line-height: 7.5px;
    letter-spacing: 0.75px;
  }
}
@media screen and (max-width: 750px) {
  .footer__cry {
    margin-top: 45px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1.12px;
    order: 3;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__cry {
    margin-top: 38.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__cry {
    margin-top: 22.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__cry {
    margin-top: 19.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__cry {
    margin-top: 16.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .footer__cry {
    font-size: 11.9466666667px;
    line-height: 30.72px;
    letter-spacing: 0.9557333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .footer__cry {
    font-size: 7px;
    line-height: 18px;
    letter-spacing: 0.56px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__cry {
    font-size: 5.9733333333px;
    line-height: 15.36px;
    letter-spacing: 0.4778666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .footer__cry {
    font-size: 5.2266666667px;
    line-height: 13.44px;
    letter-spacing: 0.4181333333px;
  }
}

.shop_guide {
  padding-top: 84px;
  padding-bottom: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #eeefe9;
}
@media screen and (max-width: 1200px) {
  .shop_guide {
    padding-top: 52.5px;
  }
}
@media screen and (max-width: 1200px) {
  .shop_guide {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 750px) {
  .shop_guide {
    padding-top: 94px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .shop_guide {
    padding-top: 80.2133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .shop_guide {
    padding-top: 47px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .shop_guide {
    padding-top: 40.1066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .shop_guide {
    padding-top: 35.0933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .shop_guide {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .shop_guide {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .shop_guide {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .shop_guide {
    padding-left: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .shop_guide {
    padding-right: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .shop_guide {
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .shop_guide {
    padding-right: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .shop_guide {
    padding-right: 11.2px;
  }
}

.shop_guide .title {
  padding-bottom: 0;
}
.shop_guide .title::before {
  display: none;
}
.shop_guide__desc {
  padding-top: 45px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 2.2px;
  color: #56696f;
}
@media screen and (max-width: 1200px) {
  .shop_guide__desc {
    padding-top: 28.125px;
  }
}
@media screen and (max-width: 1200px) {
  .shop_guide__desc {
    font-size: 13.75px;
    line-height: 18.75px;
    letter-spacing: 1.375px;
  }
}
@media screen and (max-width: 750px) {
  .shop_guide__desc {
    padding-top: 52px;
    max-width: 522px;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 2.8px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .shop_guide__desc {
    padding-top: 44.3733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .shop_guide__desc {
    padding-top: 26px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .shop_guide__desc {
    padding-top: 22.1866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .shop_guide__desc {
    padding-top: 19.4133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .shop_guide__desc {
    max-width: 445.44px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .shop_guide__desc {
    max-width: 261px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .shop_guide__desc {
    max-width: 222.72px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .shop_guide__desc {
    max-width: 194.88px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .shop_guide__desc {
    font-size: 23.8933333333px;
    line-height: 35.84px;
    letter-spacing: 2.3893333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .shop_guide__desc {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .shop_guide__desc {
    font-size: 11.9466666667px;
    line-height: 17.92px;
    letter-spacing: 1.1946666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .shop_guide__desc {
    font-size: 10.4533333333px;
    line-height: 15.68px;
    letter-spacing: 1.0453333333px;
  }
}

.shop_guide__text {
  margin-top: 32px;
  max-width: 734px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.6px;
  color: #162a2d;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .shop_guide__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .shop_guide__text {
    max-width: 458.75px;
  }
}
@media screen and (max-width: 1200px) {
  .shop_guide__text {
    font-size: 10px;
    line-height: 18.75px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) {
  .shop_guide__text {
    margin-top: 32px;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .shop_guide__text {
    margin-top: 27.3066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .shop_guide__text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .shop_guide__text {
    margin-top: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .shop_guide__text {
    margin-top: 11.9466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .shop_guide__text {
    font-size: 20.48px;
    line-height: 34.1333333333px;
    letter-spacing: 2.048px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .shop_guide__text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .shop_guide__text {
    font-size: 10.24px;
    line-height: 17.0666666667px;
    letter-spacing: 1.024px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .shop_guide__text {
    font-size: 8.96px;
    line-height: 14.9333333333px;
    letter-spacing: 0.896px;
  }
}

.wrap-guide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .wrap-guide {
    padding-top: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .wrap-guide {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  .wrap-guide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .wrap-guide {
    padding-top: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .wrap-guide {
    padding-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .wrap-guide {
    padding-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .wrap-guide {
    padding-top: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .wrap-guide {
    padding-bottom: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .wrap-guide {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .wrap-guide {
    padding-bottom: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .wrap-guide {
    padding-bottom: 29.8666666667px;
  }
}

.wrap-guide .guide__list {
  margin-top: 0;
}

.text_group {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #eeefe9;
}
@media screen and (max-width: 1200px) {
  .text_group {
    padding-top: 31.25px;
  }
}
@media screen and (max-width: 1200px) {
  .text_group {
    padding-bottom: 31.25px;
  }
}
@media screen and (max-width: 750px) {
  .text_group {
    padding-top: 44px;
    padding-bottom: 61px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_group {
    padding-top: 37.5466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_group {
    padding-top: 22px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_group {
    padding-top: 18.7733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_group {
    padding-top: 16.4266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_group {
    padding-bottom: 52.0533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_group {
    padding-bottom: 30.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_group {
    padding-bottom: 26.0266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_group {
    padding-bottom: 22.7733333333px;
  }
}

.text_group__title {
  display: flex;
  align-items: center;
}
.text_group__title > img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .text_group__title > img {
    width: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .text_group__title > img {
    height: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .text_group__title > img {
    margin-right: 5px;
  }
}
@media screen and (max-width: 750px) {
  .text_group__title > img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_group__title > img {
    width: 27.3066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_group__title > img {
    width: 16px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_group__title > img {
    width: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_group__title > img {
    width: 11.9466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_group__title > img {
    height: 27.3066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_group__title > img {
    height: 16px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_group__title > img {
    height: 13.6533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_group__title > img {
    height: 11.9466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_group__title > img {
    margin-right: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_group__title > img {
    margin-right: 5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_group__title > img {
    margin-right: 4.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_group__title > img {
    margin-right: 3.7333333333px;
  }
}

.text_group__title > div {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 2.2px;
  color: #56696f;
}
@media screen and (max-width: 1200px) {
  .text_group__title > div {
    font-size: 13.75px;
    line-height: 18.75px;
    letter-spacing: 1.375px;
  }
}
@media screen and (max-width: 750px) {
  .text_group__title > div {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 2.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_group__title > div {
    font-size: 23.8933333333px;
    line-height: 35.84px;
    letter-spacing: 2.3893333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_group__title > div {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_group__title > div {
    font-size: 11.9466666667px;
    line-height: 17.92px;
    letter-spacing: 1.1946666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_group__title > div {
    font-size: 10.4533333333px;
    line-height: 15.68px;
    letter-spacing: 1.0453333333px;
  }
}

.text_group__btn {
  width: 240px;
  height: 40px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  background-color: #56696f;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
  border: 1px solid #56696f;
}
@media screen and (max-width: 1200px) {
  .text_group__btn {
    width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .text_group__btn {
    height: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .text_group__btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .text_group__btn {
    font-size: 8.75px;
    line-height: 10.625px;
    letter-spacing: 0.875px;
  }
}
@media screen and (max-width: 750px) {
  .text_group__btn {
    margin-top: 44px;
    width: 480px;
    height: 80px;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_group__btn {
    margin-top: 37.5466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_group__btn {
    margin-top: 22px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_group__btn {
    margin-top: 18.7733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_group__btn {
    margin-top: 16.4266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_group__btn {
    width: 409.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_group__btn {
    width: 240px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_group__btn {
    width: 204.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_group__btn {
    width: 179.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_group__btn {
    height: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_group__btn {
    height: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_group__btn {
    height: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_group__btn {
    height: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_group__btn {
    font-size: 20.48px;
    line-height: 24.7466666667px;
    letter-spacing: 2.048px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_group__btn {
    font-size: 12px;
    line-height: 14.5px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_group__btn {
    font-size: 10.24px;
    line-height: 12.3733333333px;
    letter-spacing: 1.024px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_group__btn {
    font-size: 8.96px;
    line-height: 10.8266666667px;
    letter-spacing: 0.896px;
  }
}

.text_group__btn:hover {
  color: #56696f;
  background-color: transparent;
}

.text_smars {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .text_smars {
    max-width: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .text_smars {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .text_smars {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_smars {
    margin-top: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_smars {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_smars {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_smars {
    margin-top: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_smars {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_smars {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_smars {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_smars {
    padding-left: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_smars {
    padding-right: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_smars {
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_smars {
    padding-right: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_smars {
    padding-right: 11.2px;
  }
}

.text_smars__musk {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .text_smars__musk {
    margin-top: 25px;
  }
}
@media screen and (max-width: 750px) {
  .text_smars__musk {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_smars__musk {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_smars__musk {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_smars__musk {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_smars__musk {
    margin-top: 14.9333333333px;
  }
}

.text_smars__musk:first-child {
  margin-top: 0;
}
.text_smars__musk > div {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 2.2px;
  color: #56696f;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .text_smars__musk > div {
    font-size: 13.75px;
    line-height: 18.75px;
    letter-spacing: 1.375px;
  }
}
@media screen and (max-width: 750px) {
  .text_smars__musk > div {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_smars__musk > div {
    font-size: 23.8933333333px;
    line-height: 34.1333333333px;
    letter-spacing: 2.3893333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_smars__musk > div {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_smars__musk > div {
    font-size: 11.9466666667px;
    line-height: 17.0666666667px;
    letter-spacing: 1.1946666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_smars__musk > div {
    font-size: 10.4533333333px;
    line-height: 14.9333333333px;
    letter-spacing: 1.0453333333px;
  }
}

.text_smars__musk > p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.6px;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .text_smars__musk > p {
    margin-top: 12.5px;
  }
}
@media screen and (max-width: 1200px) {
  .text_smars__musk > p {
    font-size: 10px;
    line-height: 18.75px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) {
  .text_smars__musk > p {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 2.2px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_smars__musk > p {
    font-size: 18.7733333333px;
    line-height: 34.1333333333px;
    letter-spacing: 1.8773333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_smars__musk > p {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_smars__musk > p {
    font-size: 9.3866666667px;
    line-height: 17.0666666667px;
    letter-spacing: 0.9386666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_smars__musk > p {
    font-size: 8.2133333333px;
    line-height: 14.9333333333px;
    letter-spacing: 0.8213333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .text_smars__musk > p {
    margin-top: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .text_smars__musk > p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .text_smars__musk > p {
    margin-top: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .text_smars__musk > p {
    margin-top: 11.2px;
  }
}

.wrap_size_tool {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .wrap_size_tool {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .wrap_size_tool {
    padding-top: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .wrap_size_tool {
    padding-top: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .wrap_size_tool {
    padding-top: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .wrap_size_tool {
    padding-top: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .wrap_size_tool {
    padding-left: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .wrap_size_tool {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .wrap_size_tool {
    padding-left: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .wrap_size_tool {
    padding-left: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .wrap_size_tool {
    padding-right: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .wrap_size_tool {
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .wrap_size_tool {
    padding-right: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .wrap_size_tool {
    padding-right: 11.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .wrap_size_tool {
    padding-bottom: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .wrap_size_tool {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .wrap_size_tool {
    padding-bottom: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .wrap_size_tool {
    padding-bottom: 11.2px;
  }
}

.size_tool {
  width: 100%;
  border: 1px solid #162a2d;
}
.size_tool__title {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #eeefe9;
}
@media screen and (max-width: 1200px) {
  .size_tool__title {
    padding-top: 9.375px;
  }
}
@media screen and (max-width: 1200px) {
  .size_tool__title {
    padding-bottom: 9.375px;
  }
}
@media screen and (max-width: 750px) {
  .size_tool__title {
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__title {
    padding-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__title {
    padding-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__title {
    padding-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__title {
    padding-top: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__title {
    padding-bottom: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__title {
    padding-bottom: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__title {
    padding-bottom: 14.9333333333px;
  }
}

.size_tool__title > img {
  width: 40px;
  height: 24px;
}
@media screen and (max-width: 750px) {
  .size_tool__title > img {
    width: 80px;
    height: 48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__title > img {
    width: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__title > img {
    width: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__title > img {
    width: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__title > img {
    width: 29.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__title > img {
    height: 40.96px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__title > img {
    height: 24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__title > img {
    height: 20.48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__title > img {
    height: 17.92px;
  }
}

.size_tool__title > div {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1.6px;
  margin: 0 16px;
  color: #162a2d;
}
@media screen and (max-width: 1200px) {
  .size_tool__title > div {
    font-size: 12.5px;
    line-height: 12.5px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) {
  .size_tool__title > div {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 2.72px;
    margin-left: 22px;
    margin-right: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__title > div {
    font-size: 29.0133333333px;
    line-height: 37.5466666667px;
    letter-spacing: 2.3210666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__title > div {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 1.36px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__title > div {
    font-size: 14.5066666667px;
    line-height: 18.7733333333px;
    letter-spacing: 1.1605333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__title > div {
    font-size: 12.6933333333px;
    line-height: 16.4266666667px;
    letter-spacing: 1.0154666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__title > div {
    margin-left: 18.7733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__title > div {
    margin-left: 11px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__title > div {
    margin-left: 9.3866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__title > div {
    margin-left: 8.2133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__title > div {
    margin-right: 18.7733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__title > div {
    margin-right: 11px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__title > div {
    margin-right: 9.3866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__title > div {
    margin-right: 8.2133333333px;
  }
}

.size_tool__swap {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 52px;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .size_tool__swap {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .size_tool__swap {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .size_tool__swap {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .size_tool__swap {
    padding-bottom: 32.5px;
  }
}
@media screen and (max-width: 750px) {
  .size_tool__swap {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap {
    padding-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap {
    padding-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap {
    padding-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap {
    padding-top: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap {
    padding-left: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap {
    padding-left: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap {
    padding-left: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap {
    padding-left: 7.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap {
    padding-right: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap {
    padding-right: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap {
    padding-right: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap {
    padding-right: 7.4666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap {
    padding-bottom: 52.9066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap {
    padding-bottom: 31px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap {
    padding-bottom: 26.4533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap {
    padding-bottom: 23.1466666667px;
  }
}

.size_tool__swap--mechan_lea {
  display: flex;
  align-items: center;
}
.size_tool__swap--mechan_lea > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  color: #ffffff;
  width: 96px;
  height: 32px;
  background-color: #56696f;
  margin-right: 16px;
}
@media screen and (max-width: 1200px) {
  .size_tool__swap--mechan_lea > div {
    font-size: 8.75px;
    line-height: 10.625px;
    letter-spacing: 0.875px;
  }
}
@media screen and (max-width: 750px) {
  .size_tool__swap--mechan_lea > div {
    width: 156px;
    height: 52px;
    margin-right: 26px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--mechan_lea > div {
    width: 133.12px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--mechan_lea > div {
    width: 78px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--mechan_lea > div {
    width: 66.56px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--mechan_lea > div {
    width: 58.24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--mechan_lea > div {
    height: 44.3733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--mechan_lea > div {
    height: 26px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--mechan_lea > div {
    height: 22.1866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--mechan_lea > div {
    height: 19.4133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--mechan_lea > div {
    margin-right: 22.1866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--mechan_lea > div {
    margin-right: 13px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--mechan_lea > div {
    margin-right: 11.0933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--mechan_lea > div {
    margin-right: 9.7066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--mechan_lea > div {
    font-size: 18.7733333333px;
    line-height: 22.1866666667px;
    letter-spacing: 1.8773333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--mechan_lea > div {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--mechan_lea > div {
    font-size: 9.3866666667px;
    line-height: 11.0933333333px;
    letter-spacing: 0.9386666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--mechan_lea > div {
    font-size: 8.2133333333px;
    line-height: 9.7066666667px;
    letter-spacing: 0.8213333333px;
  }
}

.size_tool__swap--mechan_lea > p {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.28px;
  color: #162a2d;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--mechan_lea > p {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 2.08px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--mechan_lea > p {
    font-size: 22.1866666667px;
    line-height: 22.1866666667px;
    letter-spacing: 1.7749333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--mechan_lea > p {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1.04px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--mechan_lea > p {
    font-size: 11.0933333333px;
    line-height: 11.0933333333px;
    letter-spacing: 0.8874666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--mechan_lea > p {
    font-size: 9.7066666667px;
    line-height: 9.7066666667px;
    letter-spacing: 0.7765333333px;
  }
}

.size_tool__swap--group_1 {
  display: flex;
  flex-wrap: wrap;
}
.size_tool__swap--group_1__group {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 26px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group {
    margin-top: 14.9333333333px;
  }
}

.size_tool__swap--group_1__group--form {
  display: flex;
  margin-right: 15px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--form {
    margin-right: 0;
  }
}
.size_tool__swap--group_1__group--form__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 25px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--form__item {
    margin-right: 26px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--form__item {
    margin-right: 22.1866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--form__item {
    margin-right: 13px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--form__item {
    margin-right: 11.0933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--form__item {
    margin-right: 9.7066666667px;
  }
}

.size_tool__swap--group_1__group--form__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--form__item > img {
    width: 266.2px;
    height: 195.98px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--form__item > img {
    width: 227.1573333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--form__item > img {
    width: 133.1px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--form__item > img {
    width: 113.5786666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--form__item > img {
    width: 99.3813333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--form__item > img {
    height: 167.2362666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--form__item > img {
    height: 97.99px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--form__item > img {
    height: 83.6181333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--form__item > img {
    height: 73.1658666667px;
  }
}

.size_tool__swap--group_1__group--form__item--radio {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--form__item--radio {
    margin-top: 39px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--form__item--radio {
    margin-top: 33.28px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--form__item--radio {
    margin-top: 19.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--form__item--radio {
    margin-top: 16.64px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--form__item--radio {
    margin-top: 14.56px;
  }
}

.size_tool__swap--group_1__group--form__item--radio .radio-label {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.12px;
  color: #162a2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--form__item--radio .radio-label {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1.76px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--form__item--radio .radio-label {
    font-size: 18.7733333333px;
    line-height: 18.7733333333px;
    letter-spacing: 1.5018666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--form__item--radio .radio-label {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.88px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--form__item--radio .radio-label {
    font-size: 9.3866666667px;
    line-height: 9.3866666667px;
    letter-spacing: 0.7509333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--form__item--radio .radio-label {
    font-size: 8.2133333333px;
    line-height: 8.2133333333px;
    letter-spacing: 0.6570666667px;
  }
}

.size_tool__swap--group_1__group--form__item--radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
}
.size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #148fb5;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
  position: relative;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    width: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    width: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    width: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    width: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    height: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    height: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    height: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    height: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    margin-bottom: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    margin-bottom: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--form__item--radio input[type="radio"] + .radio-label:before {
    margin-bottom: 7.4666666667px;
  }
}

.size_tool__swap--group_1__group--form__item--radio input[type="radio"]:checked + .radio-label:before {
  background-color: #148fb5;
  box-shadow: inset 0 0 0 4px #ffffff;
}
.size_tool__swap--group_1__group--form__item--radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #148fb5;
}
.size_tool__swap--group_1__group--form__item > p {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.84px;
  margin-top: 12px;
}
.size_tool__swap--group_1__group--group1_os {
  position: relative;
  padding-left: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--group1_os {
    margin-top: 43px;
    padding-left: 50px;
    flex-direction: row;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os {
    margin-top: 36.6933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os {
    margin-top: 21.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os {
    margin-top: 18.3466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os {
    margin-top: 16.0533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os {
    padding-left: 42.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os {
    padding-left: 25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os {
    padding-left: 21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os {
    padding-left: 18.6666666667px;
  }
}

@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--group1_os > img:not(.size_tool__swap--group_1__group--group1_os__expand) {
    width: 205.53px;
    height: 171px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os > img:not(.size_tool__swap--group_1__group--group1_os__expand) {
    width: 175.3856px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os > img:not(.size_tool__swap--group_1__group--group1_os__expand) {
    width: 102.765px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os > img:not(.size_tool__swap--group_1__group--group1_os__expand) {
    width: 87.6928px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os > img:not(.size_tool__swap--group_1__group--group1_os__expand) {
    width: 76.7312px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os > img:not(.size_tool__swap--group_1__group--group1_os__expand) {
    height: 145.92px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os > img:not(.size_tool__swap--group_1__group--group1_os__expand) {
    height: 85.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os > img:not(.size_tool__swap--group_1__group--group1_os__expand) {
    height: 72.96px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os > img:not(.size_tool__swap--group_1__group--group1_os__expand) {
    height: 63.84px;
  }
}

.size_tool__swap--group_1__group--group1_os__expand {
  position: absolute;
  top: 50px;
  left: 0;
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--group1_os__expand {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--group1_os__expand > img {
    width: 34px;
    height: 22px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os__expand > img {
    width: 29.0133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os__expand > img {
    width: 17px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os__expand > img {
    width: 14.5066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os__expand > img {
    width: 12.6933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os__expand > img {
    height: 18.7733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os__expand > img {
    height: 11px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os__expand > img {
    height: 9.3866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os__expand > img {
    height: 8.2133333333px;
  }
}

.size_tool__swap--group_1__group--group1_os__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--group1_os__wrap {
    margin-left: 36.9px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os__wrap {
    margin-left: 31.488px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os__wrap {
    margin-left: 18.45px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os__wrap {
    margin-left: 15.744px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os__wrap {
    margin-left: 13.776px;
  }
}

.size_tool__swap--group_1__group--group1_os__text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-align: center;
  color: #162a2d;
  margin-top: 11px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--group1_os__text {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1.76px;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os__text {
    font-size: 18.7733333333px;
    line-height: 23.8933333333px;
    letter-spacing: 1.5018666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os__text {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.88px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os__text {
    font-size: 9.3866666667px;
    line-height: 11.9466666667px;
    letter-spacing: 0.7509333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os__text {
    font-size: 8.2133333333px;
    line-height: 10.4533333333px;
    letter-spacing: 0.6570666667px;
  }
}

.size_tool__swap--group_1__group--group1_os__form {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--group1_os__form {
    margin-top: 25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os__form {
    margin-top: 21.3333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os__form {
    margin-top: 12.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os__form {
    margin-top: 10.6666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os__form {
    margin-top: 9.3333333333px;
  }
}

.size_tool__swap--group_1__group--group1_os__form > input {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.96px;
  color: #162a2d;
  width: 72px;
  height: 32px;
  background-color: #ffffff;
  border: 1px solid #9a9a9a;
  border-radius: 2px;
  padding: 0 8px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    width: 141px;
    height: 63px;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 1.76px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    width: 120.32px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    width: 70.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    width: 60.16px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    width: 52.64px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    height: 53.76px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    height: 31.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    height: 26.88px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    height: 23.52px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    font-size: 18.7733333333px;
    line-height: 24.7466666667px;
    letter-spacing: 1.5018666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    font-size: 11px;
    line-height: 14.5px;
    letter-spacing: 0.88px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    font-size: 9.3866666667px;
    line-height: 12.3733333333px;
    letter-spacing: 0.7509333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os__form > input {
    font-size: 8.2133333333px;
    line-height: 10.8266666667px;
    letter-spacing: 0.6570666667px;
  }
}

.size_tool__swap--group_1__group--group1_os__form > div {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.96px;
  margin-left: 8px;
  color: #162a2d;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_1__group--group1_os__form > div {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 1.76px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os__form > div {
    font-size: 18.7733333333px;
    line-height: 24.7466666667px;
    letter-spacing: 1.5018666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os__form > div {
    font-size: 11px;
    line-height: 14.5px;
    letter-spacing: 0.88px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os__form > div {
    font-size: 9.3866666667px;
    line-height: 12.3733333333px;
    letter-spacing: 0.7509333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os__form > div {
    font-size: 8.2133333333px;
    line-height: 10.8266666667px;
    letter-spacing: 0.6570666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_1__group--group1_os__form > div {
    margin-left: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_1__group--group1_os__form > div {
    margin-left: 7.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_1__group--group1_os__form > div {
    margin-left: 6.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_1__group--group1_os__form > div {
    margin-left: 5.6px;
  }
}

.size_tool__swap--group_2 {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2 {
    margin-top: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2 {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2 {
    margin-top: 29.8666666667px;
  }
}

.size_tool__swap--group_2__group {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_2__group {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group {
    margin-top: 14.9333333333px;
  }
}

.size_tool__swap--group_2__group--paper {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_2__group--paper {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_2__group--paper > img {
    width: 319.55px;
    height: 235.25px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--paper > img {
    width: 272.6826666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--paper > img {
    width: 159.775px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--paper > img {
    width: 136.3413333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--paper > img {
    width: 119.2986666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--paper > img {
    height: 200.7466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--paper > img {
    height: 117.625px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--paper > img {
    height: 100.3733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--paper > img {
    height: 87.8266666667px;
  }
}

.size_tool__swap--group_2__group--check {
  background-color: #eeefe9;
  height: 120px;
  width: 272px;
  margin-left: 41px;
  padding-top: 20px;
  padding-left: 18px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_2__group--check {
    margin-top: 40px;
    width: 560px;
    height: 240px;
    padding-left: 56px;
    padding-top: 42px;
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check {
    margin-top: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check {
    width: 477.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check {
    width: 280px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check {
    width: 238.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check {
    width: 209.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check {
    height: 204.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check {
    height: 120px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check {
    height: 102.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check {
    height: 89.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check {
    padding-left: 47.7866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check {
    padding-left: 28px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check {
    padding-left: 23.8933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check {
    padding-left: 20.9066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check {
    padding-top: 35.84px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check {
    padding-top: 21px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check {
    padding-top: 17.92px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check {
    padding-top: 15.68px;
  }
}

.size_tool__swap--group_2__group--check > div {
  display: flex;
  align-items: center;
}
.size_tool__swap--group_2__group--check > div > img {
  margin-right: 8px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_2__group--check > div > img {
    width: 31.37px;
    height: 29.41px;
    margin-right: 16.1px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check > div > img {
    width: 26.7690666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check > div > img {
    width: 15.685px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check > div > img {
    width: 13.3845333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check > div > img {
    width: 11.7114666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check > div > img {
    height: 25.0965333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check > div > img {
    height: 14.705px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check > div > img {
    height: 12.5482666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check > div > img {
    height: 10.9797333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check > div > img {
    margin-right: 13.7386666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check > div > img {
    margin-right: 8.05px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check > div > img {
    margin-right: 6.8693333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check > div > img {
    margin-right: 6.0106666667px;
  }
}

.size_tool__swap--group_2__group--check > div > div {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.28px;
  color: #56696f;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_2__group--check > div > div {
    font-size: 31px;
    line-height: 31px;
    letter-spacing: 2.48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check > div > div {
    font-size: 26.4533333333px;
    line-height: 26.4533333333px;
    letter-spacing: 2.1162666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check > div > div {
    font-size: 15.5px;
    line-height: 15.5px;
    letter-spacing: 1.24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check > div > div {
    font-size: 13.2266666667px;
    line-height: 13.2266666667px;
    letter-spacing: 1.0581333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check > div > div {
    font-size: 11.5733333333px;
    line-height: 11.5733333333px;
    letter-spacing: 0.9258666667px;
  }
}

.size_tool__swap--group_2__group--check > p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.96px;
  margin-top: 12px;
  color: #162a2d;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_2__group--check > p {
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1.84px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check > p {
    font-size: 19.6266666667px;
    line-height: 26.4533333333px;
    letter-spacing: 1.5701333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check > p {
    font-size: 11.5px;
    line-height: 15.5px;
    letter-spacing: 0.92px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check > p {
    font-size: 9.8133333333px;
    line-height: 13.2266666667px;
    letter-spacing: 0.7850666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check > p {
    font-size: 8.5866666667px;
    line-height: 11.5733333333px;
    letter-spacing: 0.6869333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check > p {
    margin-top: 25.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check > p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check > p {
    margin-top: 12.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check > p {
    margin-top: 11.2px;
  }
}

.size_tool__swap--group_2__group--check > p.small {
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_2__group--check > p.small {
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 1.52px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check > p.small {
    font-size: 16.2133333333px;
    line-height: 16.2133333333px;
    letter-spacing: 1.2970666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check > p.small {
    font-size: 9.5px;
    line-height: 9.5px;
    letter-spacing: 0.76px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check > p.small {
    font-size: 8.1066666667px;
    line-height: 8.1066666667px;
    letter-spacing: 0.6485333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check > p.small {
    font-size: 7.0933333333px;
    line-height: 7.0933333333px;
    letter-spacing: 0.5674666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_2__group--check > p.small {
    margin-top: 22.1866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_2__group--check > p.small {
    margin-top: 13px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_2__group--check > p.small {
    margin-top: 11.0933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_2__group--check > p.small {
    margin-top: 9.7066666667px;
  }
}

.size_tool__swap--group_3_4 {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4 {
    margin-top: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4 {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4 {
    margin-top: 29.8666666667px;
  }
}

.size_tool__swap--group_3_4__3 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__3 {
    align-items: center;
    width: 100%;
  }
  .size_tool__swap--group_3_4__3 .size_tool__swap--mechan_lea {
    width: 100%;
  }
}
.size_tool__swap--group_3_4__3--wall {
  position: relative;
  padding-top: 25px;
  padding-right: 70px;
  margin-top: 22px;
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__3--wall {
    margin-top: 40px;
    padding-top: 40px;
    padding-right: 124px;
    width: fit-content;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__3--wall {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__3--wall {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__3--wall {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__3--wall {
    margin-top: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__3--wall {
    padding-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__3--wall {
    padding-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__3--wall {
    padding-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__3--wall {
    padding-top: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__3--wall {
    padding-right: 105.8133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__3--wall {
    padding-right: 62px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__3--wall {
    padding-right: 52.9066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__3--wall {
    padding-right: 46.2933333333px;
  }
}

@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__3--wall > img {
    width: 474.25px;
    height: 326.48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__3--wall > img {
    width: 404.6933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__3--wall > img {
    width: 237.125px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__3--wall > img {
    width: 202.3466666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__3--wall > img {
    width: 177.0533333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__3--wall > img {
    height: 278.5962666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__3--wall > img {
    height: 163.24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__3--wall > img {
    height: 139.2981333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__3--wall > img {
    height: 121.8858666667px;
  }
}

.size_tool__swap--group_3_4__3--wall #wall_width {
  position: absolute;
  top: 0;
  left: 89px;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__3--wall #wall_width {
    left: 157.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__3--wall #wall_width {
    left: 134.656px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__3--wall #wall_width {
    left: 78.9px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__3--wall #wall_width {
    left: 67.328px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__3--wall #wall_width {
    left: 58.912px;
  }
}

.size_tool__swap--group_3_4__3--wall #wall_height {
  position: absolute;
  top: 103px;
  right: 0;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__3--wall #wall_height {
    top: 182.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__3--wall #wall_height {
    top: 155.648px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__3--wall #wall_height {
    top: 91.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__3--wall #wall_height {
    top: 77.824px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__3--wall #wall_height {
    top: 68.096px;
  }
}

.size_tool__swap--group_3_4__3--wall #wall_width > input,
.size_tool__swap--group_3_4__3--wall #wall_height > input {
  width: 64px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__3--wall #wall_width > input,
  .size_tool__swap--group_3_4__3--wall #wall_height > input {
    width: 114px;
    height: 57px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__3--wall #wall_width > input,
  .size_tool__swap--group_3_4__3--wall #wall_height > input {
    width: 97.28px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__3--wall #wall_width > input,
  .size_tool__swap--group_3_4__3--wall #wall_height > input {
    width: 57px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__3--wall #wall_width > input,
  .size_tool__swap--group_3_4__3--wall #wall_height > input {
    width: 48.64px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__3--wall #wall_width > input,
  .size_tool__swap--group_3_4__3--wall #wall_height > input {
    width: 42.56px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__3--wall #wall_width > input,
  .size_tool__swap--group_3_4__3--wall #wall_height > input {
    height: 48.64px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__3--wall #wall_width > input,
  .size_tool__swap--group_3_4__3--wall #wall_height > input {
    height: 28.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__3--wall #wall_width > input,
  .size_tool__swap--group_3_4__3--wall #wall_height > input {
    height: 24.32px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__3--wall #wall_width > input,
  .size_tool__swap--group_3_4__3--wall #wall_height > input {
    height: 21.28px;
  }
}

.size_tool__swap--group_3_4__4 {
  margin-left: 11px;
  width: 272px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__4 {
    margin-top: 80px;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4 {
    margin-top: 68.2666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4 {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4 {
    margin-top: 29.8666666667px;
  }
}

.size_tool__swap--group_3_4__4 .size_tool__swap--mechan_lea {
  width: 100%;
}
.size_tool__swap--group_3_4__4--text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.96px;
  color: #ffffff;
  margin-top: 24px;
  width: 200px;
  height: 32px;
  background-color: #148fb5;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__4--text {
    margin-top: 40px;
    width: 520px;
    height: 90px;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 2.24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--text {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--text {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--text {
    margin-top: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--text {
    width: 443.7333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--text {
    width: 260px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--text {
    width: 221.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--text {
    width: 194.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--text {
    height: 76.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--text {
    height: 45px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--text {
    height: 38.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--text {
    height: 33.6px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--text {
    font-size: 23.8933333333px;
    line-height: 23.8933333333px;
    letter-spacing: 1.9114666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--text {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.12px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--text {
    font-size: 11.9466666667px;
    line-height: 11.9466666667px;
    letter-spacing: 0.9557333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--text {
    font-size: 10.4533333333px;
    line-height: 10.4533333333px;
    letter-spacing: 0.8362666667px;
  }
}

.size_tool__swap--group_3_4__4--box {
  width: 100%;
  margin-top: 16px;
  background-color: #fff;
  border: 4px solid #f2c7c7;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__4--box {
    margin-top: 40px;
    padding-top: 45px;
    padding-bottom: 38px;
    border-width: 4px;
    width: 560px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box {
    margin-top: 34.1333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box {
    margin-top: 14.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box {
    padding-top: 38.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box {
    padding-top: 22.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box {
    padding-top: 19.2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box {
    padding-top: 16.8px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box {
    padding-bottom: 32.4266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box {
    padding-bottom: 19px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box {
    padding-bottom: 16.2133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box {
    padding-bottom: 14.1866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box {
    border-width: 3.4133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box {
    border-width: 2px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box {
    border-width: 1.7066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box {
    border-width: 1.4933333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box {
    width: 477.8666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box {
    width: 280px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box {
    width: 238.9333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box {
    width: 209.0666666667px;
  }
}

.size_tool__swap--group_3_4__4--box__title {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.96px;
  color: #162a2d;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__4--box__title {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 2.08px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box__title {
    font-size: 22.1866666667px;
    line-height: 22.1866666667px;
    letter-spacing: 1.7749333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box__title {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1.04px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box__title {
    font-size: 11.0933333333px;
    line-height: 11.0933333333px;
    letter-spacing: 0.8874666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box__title {
    font-size: 9.7066666667px;
    line-height: 9.7066666667px;
    letter-spacing: 0.7765333333px;
  }
}

.size_tool__swap--group_3_4__4--box__calc {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__4--box__calc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box__calc {
    margin-top: 17.0666666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box__calc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box__calc {
    margin-top: 8.5333333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box__calc {
    margin-top: 7.4666666667px;
  }
}

.size_tool__swap--group_3_4__4--box__calc > div {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.28px;
  color: #162a2d;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__4--box__calc > div {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 2.88px;
    margin-right: 37px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box__calc > div {
    font-size: 30.72px;
    line-height: 30.72px;
    letter-spacing: 2.4576px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box__calc > div {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.44px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box__calc > div {
    font-size: 15.36px;
    line-height: 15.36px;
    letter-spacing: 1.2288px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box__calc > div {
    font-size: 13.44px;
    line-height: 13.44px;
    letter-spacing: 1.0752px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box__calc > div {
    margin-right: 31.5733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box__calc > div {
    margin-right: 18.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box__calc > div {
    margin-right: 15.7866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box__calc > div {
    margin-right: 13.8133333333px;
  }
}

.size_tool__swap--group_3_4__4--box__calc > div#total_w {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div {
    font-size: 37px;
    line-height: 37px;
    letter-spacing: 2.96px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div {
    font-size: 31.5733333333px;
    line-height: 31.5733333333px;
    letter-spacing: 2.5258666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div {
    font-size: 18.5px;
    line-height: 18.5px;
    letter-spacing: 1.48px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div {
    font-size: 15.7866666667px;
    line-height: 15.7866666667px;
    letter-spacing: 1.2629333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div {
    font-size: 13.8133333333px;
    line-height: 13.8133333333px;
    letter-spacing: 1.1050666667px;
  }
}

.size_tool__swap--group_3_4__4--box__calc > div#total_w > div.total {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.28px;
  color: #162a2d;
  margin-right: 8px;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div.total {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 2.88px;
    margin-right: 19px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div.total {
    font-size: 30.72px;
    line-height: 30.72px;
    letter-spacing: 2.4576px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div.total {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.44px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div.total {
    font-size: 15.36px;
    line-height: 15.36px;
    letter-spacing: 1.2288px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div.total {
    font-size: 13.44px;
    line-height: 13.44px;
    letter-spacing: 1.0752px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div.total {
    margin-right: 16.2133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div.total {
    margin-right: 9.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div.total {
    margin-right: 8.1066666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > div.total {
    margin-right: 7.0933333333px;
  }
}

.size_tool__swap--group_3_4__4--box__calc > div#total_w > input {
  width: 64px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > input {
    width: 143px;
    height: 72px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > input {
    width: 122.0266666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > input {
    width: 71.5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > input {
    width: 61.0133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > input {
    width: 53.3866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > input {
    height: 61.44px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > input {
    height: 36px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > input {
    height: 30.72px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box__calc > div#total_w > input {
    height: 26.88px;
  }
}

.size_tool__swap--group_3_4__4--box__text {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.8px;
  color: #162a2d;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .size_tool__swap--group_3_4__4--box__text {
    margin-top: 22px;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1.68px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box__text {
    margin-top: 18.7733333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box__text {
    margin-top: 11px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box__text {
    margin-top: 9.3866666667px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box__text {
    margin-top: 8.2133333333px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .size_tool__swap--group_3_4__4--box__text {
    font-size: 17.92px;
    line-height: 29.0133333333px;
    letter-spacing: 1.4336px;
  }
}
@media screen and (max-width: 750px) and (max-width: 640px) {
  .size_tool__swap--group_3_4__4--box__text {
    font-size: 10.5px;
    line-height: 17px;
    letter-spacing: 0.84px;
  }
}
@media screen and (max-width: 750px) and (max-width: 370px) {
  .size_tool__swap--group_3_4__4--box__text {
    font-size: 8.96px;
    line-height: 14.5066666667px;
    letter-spacing: 0.7168px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .size_tool__swap--group_3_4__4--box__text {
    font-size: 7.84px;
    line-height: 12.6933333333px;
    letter-spacing: 0.6272px;
  }
}

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