:root {
  --w\<deleted\|variable-ba076510-0f67-d157-88f9-3c765ca6dba0\>: white;
  --100: #f2f2f2;
  --800: #535353;
  --main: #ff057d;
  --white: white;
  --main--dg: #222223;
  --ch: "Noto Sans TC", sans-serif;
  --main--g: #4e8c87;
  --main--b: #0169b9;
  --main--lp: #e8d5d3;
  --main--beige: #f8f1e1;
  --en: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --1000: #000;
  --600: #757575;
  --400: #bdbdbd;
  --200: #e7e7e7;
  --main--p: #e98b8b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: var(--w\<deleted\|variable-ba076510-0f67-d157-88f9-3c765ca6dba0\>);
  outline-color: var(--100);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  position: static;
}

.container {
  width: 928px;
  margin: 0 auto;
}

.div-block {
  margin-top: 16px;
  margin-bottom: 16px;
}

.nav-link {
  color: var(--800);
  margin-left: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 20px;
}

.nav-link:hover {
  color: var(--main);
}

.nav-link.nav-button {
  background-color: var(--800);
  color: var(--w\<deleted\|variable-ba076510-0f67-d157-88f9-3c765ca6dba0\>);
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link.nav-button:hover {
  background-color: var(--main);
}

.nav-menu {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbutton {
  color: var(--800);
  margin-left: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 20px;
}

.navbutton:hover {
  color: var(--main);
}

.navbutton.nav-button {
  background-color: var(--800);
  color: var(--w\<deleted\|variable-ba076510-0f67-d157-88f9-3c765ca6dba0\>);
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbutton.nav-button:hover {
  background-color: var(--main);
}

.container-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 928px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 4px;
  display: flex;
}

.section-2 {
  border-top: 1px solid var(--100);
  background-color: var(--white);
  padding-top: 16px;
  padding-bottom: 32px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.infobutton {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--800);
  display: flex;
}

.info:hover {
  color: var(--main);
}

.link-block {
  text-decoration: none;
}

.body {
  background-color: var(--main--dg);
  margin-bottom: 0;
}

.infotxt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--800);
  display: flex;
}

.html-embed {
  color: var(--800);
  height: 26px;
}

.icon {
  color: var(--800);
  width: 26px;
  height: 26px;
}

.icon:hover {
  color: var(--main);
}

.html-embed-2 {
  color: var(--800);
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-6 {
  justify-content: space-between;
  align-items: center;
  min-width: 940px;
  max-width: 940px;
  margin-left: auto;
  display: flex;
}

.cover-sec {
  background-image: url('../images/cover.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.cover-content {
  flex-flow: column;
  align-items: center;
  width: 940px;
  max-width: none;
  display: flex;
}

.cover-title {
  height: 103px;
  margin-top: 145px;
}

.cover-sub {
  font-family: var(--ch);
  color: var(--main--g);
  margin-top: 24px;
  font-size: 28px;
  line-height: 28px;
}

.cover-discount {
  margin-top: 34px;
}

.cover-date {
  margin-top: 40px;
  margin-bottom: 145px;
}

.intro-sec {
  background-color: var(--main--dg);
  background-image: url('../images/intro.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 1440px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.intro-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.intro-from {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/from.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 940px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.intro-txt {
  font-family: var(--ch);
  color: var(--main--lp);
  letter-spacing: 2px;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.image-4, .image-5 {
  height: 200px;
}

.link-block-5 {
  margin-right: auto;
}

.intro-book {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.intro-title {
  font-family: var(--ch);
  color: var(--main--beige);
  margin-top: 0;
  padding-right: 8px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.intro-title-div {
  background-color: var(--main--beige);
  flex: 1;
  height: 2px;
  padding-bottom: 2px;
}

.intro-title-frame {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.intro1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.intro2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.fes-title {
  font-family: var(--ch);
  color: var(--main--lp);
  align-self: stretch;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.fes-title-frame {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.fes1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.fes-content-frame {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.fes-image12 {
  object-fit: cover;
  width: 325px;
  height: 260px;
  margin-right: 0;
}

.fes-intro-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.from-txt {
  margin-left: 0;
  margin-right: 0;
}

.fes2, .fes3, .fes-content-frameh {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.sec {
  background-color: var(--main--dg);
  padding-top: 0;
}

.sec._05 {
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.sec-title {
  background-image: url('../images/title-bg.jpg');
  background-position: 50% 0;
  background-size: 1440px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.title {
  flex: 0 auto;
  height: 60px;
}

.more {
  border: 2px solid var(--main--beige);
  background-color: var(--main--g);
  font-family: var(--en);
  text-align: center;
  letter-spacing: 3px;
  border-radius: 50px;
  padding: 6px 24px;
  font-size: 24px;
  line-height: 40px;
}

.title-frame {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  width: 940px;
  max-width: none;
  height: 132px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.arrow {
  object-fit: fill;
  flex: 1;
  align-self: auto;
  width: 80px;
  max-width: none;
  padding-left: 16px;
  padding-right: 16px;
}

.book {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.book-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/bg_sec1.jpg');
  background-position: 50% 0;
  background-size: 1440px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.book-content._02 {
  background-image: url('../images/bg_sec2.jpg');
}

.book-content._03 {
  background-image: url('../images/bg_sec3.jpg');
}

.book-content._04 {
  background-image: url('../images/bg_sec4.jpg');
}

.book-cover {
  height: 300px;
}

.book-name {
  font-family: var(--ch);
  color: var(--main--beige);
  text-align: center;
  width: 250px;
  font-size: 14px;
  line-height: 24px;
}

.talk-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-6 {
  width: 1440px;
}

.image-7 {
  height: 44px;
}

@media screen and (min-width: 1440px) {
  .navbar {
    background-color: var(--w\<deleted\|variable-ba076510-0f67-d157-88f9-3c765ca6dba0\>);
    outline-color: var(--100);
    outline-offset: 0px;
    outline-width: 1px;
    outline-style: solid;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
    width: 1200px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .nav-link {
    color: var(--800);
    margin-left: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-link:hover {
    color: var(--main);
  }

  .nav-link.nav-button {
    background-color: var(--800);
    color: var(--w\<deleted\|variable-ba076510-0f67-d157-88f9-3c765ca6dba0\>);
    border-radius: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.nav-button:hover {
    background-color: var(--main);
  }

  .nav-menu {
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .navbutton {
    color: var(--800);
    margin-left: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .navbutton:hover {
    color: var(--main);
  }

  .navbutton.nav-button {
    background-color: var(--800);
    color: var(--w\<deleted\|variable-ba076510-0f67-d157-88f9-3c765ca6dba0\>);
    border-radius: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbutton.nav-button:hover {
    background-color: var(--main);
  }

  .container-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 1200px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    margin-top: 0;
    margin-bottom: 4px;
    display: flex;
  }

  .section-2 {
    border-top: 1px solid var(--100);
    padding-top: 24px;
    padding-bottom: 40px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .infobutton {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    display: flex;
  }

  .info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--800);
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    display: flex;
  }

  .link-block {
    text-decoration: none;
  }

  .brand {
    flex: 1;
  }

  .infotxt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-6 {
    min-width: 1200px;
    max-width: 1200px;
  }

  .cover-sec {
    background-image: url('../images/cover.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .cover-content {
    flex-flow: column;
    justify-content: center;
    width: 1200px;
    max-width: none;
    display: flex;
  }

  .cover-title {
    height: 103px;
    margin-top: 145px;
  }

  .cover-sub {
    font-family: var(--ch);
    color: var(--main--g);
    text-align: center;
    margin-top: 24px;
    line-height: 28px;
  }

  .cover-discount {
    height: 54px;
    margin-top: 32px;
  }

  .cover-date {
    height: 24px;
    margin-top: 40px;
    margin-bottom: 145px;
  }

  .intro-sec {
    background-image: url('../images/intro.jpg');
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 60px;
  }

  .intro-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 1200px;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .intro-from {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/from.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 336px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .intro-txt {
    font-family: var(--ch);
    color: var(--main--lp);
    align-self: auto;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    display: flex;
  }

  .image-4, .image-5 {
    height: 257px;
  }

  .link-block-5 {
    margin-right: auto;
  }

  .intro-book {
    margin-right: 0;
  }

  .intro-title {
    font-family: var(--ch);
    color: var(--main--beige);
    letter-spacing: 6px;
    padding-right: 8px;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
  }

  .div-block-3 {
    background-color: var(--main--beige);
    height: auto;
    max-height: 0;
    padding-bottom: 4px;
    padding-right: 0;
  }

  .intro-title-div {
    background-color: var(--main--beige);
    flex: 1;
    padding-bottom: 2px;
    padding-right: 0;
  }

  .intro-title-frame {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .intro1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .fes-title {
    font-family: var(--ch);
    color: var(--main--lp);
    font-size: 28px;
    font-weight: 800;
    line-height: 30px;
  }

  .fes-title-frame {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .fes1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .fes-content-frame {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .fes-image12 {
    width: 430px;
    height: 345px;
  }

  .fes-intro-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .fes2, .fes3, .fes-content-frameh {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .sec {
    background-color: var(--main--dg);
    padding-top: 0;
  }

  .sec._05 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sec-title {
    background-image: url('../images/title-bg.jpg');
    background-position: 0 0;
    background-size: auto;
    align-items: center;
    height: 176px;
    display: flex;
  }

  .more {
    border: 2px solid var(--main--beige);
    background-color: var(--main--g);
    font-family: var(--en);
    color: var(--main--beige);
    letter-spacing: 3px;
    border-radius: 50px;
    align-items: center;
    padding: 12px 32px;
    font-size: 24px;
    line-height: 40px;
    display: flex;
  }

  .title-frame {
    width: 1200px;
    max-width: none;
    display: flex;
  }

  .arrow {
    flex: 1;
    margin-left: 16px;
    margin-right: 16px;
  }

  .book-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    background-size: 1920px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .book-content._02 {
    background-image: url('../images/bg_sec2.jpg');
  }

  .book-content._03 {
    background-image: url('../images/bg_sec3.jpg');
  }

  .book-content._04 {
    background-image: url('../images/bg_sec4.jpg');
  }

  .book-cover {
    height: 400px;
  }

  .book-name {
    font-family: var(--ch);
    color: var(--main--beige);
    text-align: center;
    width: 282px;
    font-size: 18px;
    line-height: 28px;
  }

  .talk-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .talk-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-self: auto;
    align-items: flex-start;
    width: 1200px;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .container-8 {
    width: 1200px;
    max-width: none;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .image-6 {
    width: 1920px;
    max-width: none;
  }

  .image-7 {
    height: 44px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    outline-color: var(--100);
    outline-offset: 0px;
    background-color: #fff;
    outline-width: 1px;
    outline-style: solid;
    width: 1920px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .container {
    max-width: 1200px;
  }

  .div-block {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .nav-link {
    color: var(--800);
    margin-left: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-link:hover {
    color: var(--main);
  }

  .nav-link.nav-button {
    background-color: var(--800);
    color: var(--w\<deleted\|variable-ba076510-0f67-d157-88f9-3c765ca6dba0\>);
    border-radius: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.nav-button:hover {
    background-color: var(--main);
  }

  .nav-menu {
    align-items: center;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .navbutton {
    color: var(--w\<deleted\|variable-ba076510-0f67-d157-88f9-3c765ca6dba0\>);
    margin-left: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .navbutton:hover {
    color: var(--main);
  }

  .navbutton.nav-button {
    background-color: var(--800);
    color: var(--w\<deleted\|variable-ba076510-0f67-d157-88f9-3c765ca6dba0\>);
    border-radius: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbutton.nav-button:hover {
    background-color: var(--main);
  }

  .container-3 {
    width: 1200px;
    max-width: none;
  }

  .section {
    outline-offset: 0px;
    outline: 3px #555;
  }

  .container-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 1200px;
    max-width: none;
    margin-top: 0;
  }

  .logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: 40px;
    margin-top: 0;
    margin-bottom: 2px;
    display: flex;
  }

  .section-2 {
    outline-offset: -1px;
    outline: 1px #333;
    padding-top: 24px;
    padding-bottom: 40px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .infobutton {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--800);
    margin-top: 0;
    display: flex;
  }

  .info {
    color: var(--800);
    flex-flow: row;
    width: auto;
    line-height: 22px;
    display: block;
  }

  .infotxt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image {
    z-index: 2;
    position: relative;
  }

  .image-2 {
    z-index: 1;
    position: relative;
  }

  .intro-sec {
    background-position: 50% 20%;
    margin-bottom: 80px;
  }

  .fes-content-frame {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
  }

  .fes-content-frameh {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .fes-image3 {
    object-fit: fill;
    height: auto;
  }

  .sec {
    background-color: var(--main--dg);
    padding-top: 0;
  }

  .sec-title {
    background-image: url('../images/title-bg.jpg');
    background-position: 0 0;
    background-size: auto;
    align-items: center;
    height: 176px;
    margin-top: 0;
    display: flex;
  }

  .title {
    height: 80px;
  }

  .more {
    border: 2px solid var(--main--beige);
    background-color: var(--main--g);
    font-family: var(--en);
    color: var(--main--beige);
    text-align: center;
    letter-spacing: 3px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 50px;
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 40px;
  }

  .title-frame {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: center;
    width: 1200px;
    max-width: none;
    display: flex;
  }

  .arrow {
    flex: 1;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
  }

  .book {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .book-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .book-content._03 {
    background-image: url('../images/bg_sec3.jpg');
  }

  .book-content._04 {
    background-image: url('../images/bg_sec4.jpg');
  }

  .book-cover {
    height: 400px;
  }

  .book-name {
    font-family: var(--ch);
    color: var(--main--beige);
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    width: 282px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .image-6 {
    width: 1920px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .container {
    flex: 0 auto;
    align-self: auto;
    width: 704px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    width: 80px;
    margin-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link.nav-button {
    width: 100px;
    margin-top: 6px;
  }

  .nav-menu {
    background-color: #fff2f2;
    width: 200px;
    padding-top: 16px;
    padding-bottom: 28px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    color: var(--800);
    padding: 18px 0 18px 18px;
  }

  .menu-button:hover {
    color: var(--main);
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbutton {
    width: 80px;
    margin-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbutton.nav-button {
    width: 100px;
    margin-top: 6px;
    margin-left: 24px;
  }

  .container-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 704px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    margin-bottom: 6px;
  }

  .section-2 {
    border-top: 1px solid var(--100);
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 32px;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .info {
    font-size: 12px;
  }

  .info:hover {
    color: var(--main);
  }

  .brand {
    width: auto;
    display: block;
  }

  .infotxt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--800);
    flex-flow: row;
    font-size: 12px;
    display: flex;
  }

  .icon {
    width: 26px;
  }

  .image-3 {
    max-width: none;
    display: block;
  }

  .container-7 {
    flex: 1;
    margin-left: 32px;
    margin-right: 32px;
    display: flex;
  }

  .brand-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-2 {
    flex: 1;
  }

  .navbar-2 {
    justify-content: space-between;
    display: flex;
  }

  .cover-content {
    width: 704px;
    max-width: none;
  }

  .intro-sec {
    background-color: var(--main--b);
    background-position: 50% 10%;
    background-repeat: repeat;
    background-size: 1000px;
  }

  .intro-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: auto;
    max-width: none;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .intro-from {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-txt {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    font-weight: 400;
    display: block;
  }

  .intro-book {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .fes1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .fes-content-frame {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .fes-image12 {
    width: 992px;
    height: auto;
    margin-right: 0;
  }

  .fes-intro-content {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .fes2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .fes3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .sec._05 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sec-title {
    background-repeat: no-repeat;
    background-size: 1000px;
    width: auto;
    height: auto;
  }

  .title {
    height: 44px;
  }

  .more {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 32px;
  }

  .title-frame {
    flex: 1;
    width: auto;
    max-width: none;
    height: 92px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .arrow {
    flex: 1;
    width: 100px;
  }

  .book-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .book-content._01 {
    background-size: 1000px;
  }

  .book-content._02 {
    background-position: 50%;
    background-size: 1000px;
  }

  .book-content._03 {
    background-repeat: no-repeat;
    background-size: 1000px;
  }

  .book-content._04 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1000px;
  }

  .book-cover {
    height: 240px;
  }

  .book-name {
    width: 160px;
    font-size: 12px;
    line-height: 20px;
  }

  .talk-content {
    max-width: none;
    margin-left: 32px;
    margin-right: 32px;
  }

  .image-7 {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block {
    width: 114px;
  }

  .nav-link {
    width: 80px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    padding-right: 0;
  }

  .navbutton {
    width: 80px;
  }

  .container-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .logo-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
  }

  .section-2 {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .infobutton {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .info:hover {
    color: var(--main);
  }

  .brand {
    width: 114px;
    padding-left: 0;
    position: relative;
  }

  .infotxt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--800);
    flex-flow: column;
    display: flex;
  }

  .icon {
    width: 26px;
  }

  .cover-sec {
    background-position: 50% 0;
    background-size: 1270px;
  }

  .cover-content {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .cover-title {
    height: 80px;
    margin-top: 80px;
  }

  .cover-sub {
    margin-top: 12px;
    font-size: 20px;
    line-height: 20px;
  }

  .cover-discount {
    height: 34px;
    margin-top: 28px;
  }

  .cover-date {
    height: 18px;
    margin-top: 24px;
    margin-bottom: 94px;
  }

  .intro-sec {
    background-size: 800px;
  }

  .intro-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .intro-from {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/from_568.jpg');
    background-position: 50% 0;
    background-size: auto 210px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .intro-txt {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .image-4, .image-5 {
    max-width: none;
    height: 145px;
  }

  .intro-book {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .book-link {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .fes-title {
    font-size: 20px;
    line-height: 28px;
  }

  .fes-title-frame {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fes1, .fes-content-frame {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .fes-image12 {
    width: auto;
  }

  .fes2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .fes-content-frameh {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .sec._05 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sec-title {
    background-size: 800px;
  }

  .title {
    height: 38px;
  }

  .more {
    padding: 4px 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .title-frame {
    height: 74px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .arrow {
    padding-left: 6px;
    padding-right: 6px;
  }

  .book {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .book-content {
    grid-row-gap: 32px;
    background-repeat: no-repeat;
    background-size: 800px;
    flex-flow: wrap;
    padding: 32px 24px;
  }

  .book-content._01 {
    background-image: url('../images/bg_sec1_568.jpg');
    background-size: 768px;
  }

  .book-content._02 {
    background-image: url('../images/bg_sec3_568.jpg');
    background-position: 50% 0;
    background-size: 768px;
  }

  .book-content._03 {
    background-image: url('../images/bg_sec2_568.jpg');
    background-size: 768px;
  }

  .book-content._04 {
    background-image: url('../images/bg_sec4_568.jpg');
    background-position: 50% 0;
    background-size: 768px;
  }

  .book-cover {
    height: 220px;
  }

  .book-name {
    width: 160px;
  }

  .talk-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-6 {
    width: auto;
    height: 10px;
  }

  .image-8 {
    height: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-link {
    width: 40%;
  }

  .nav-menu {
    width: auto;
    max-width: none;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .menu-button {
    padding-right: 0;
  }

  .navbutton {
    width: 40%;
  }

  .container-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .logo-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .section-2 {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .infobutton {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
  }

  .info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .info:hover {
    color: var(--main);
    -webkit-text-stroke-color: var(--main);
  }

  .brand {
    padding-left: 0;
  }

  .infotxt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--800);
    flex-flow: column;
    font-size: 10px;
    line-height: 16px;
    display: flex;
  }

  .infotxt:hover {
    color: var(--800);
  }

  .icon, .link-block-2 {
    width: 22px;
    height: 22px;
  }

  .link-block-3, .link-block-4 {
    width: 22px;
  }

  .cover-content {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .cover-title {
    margin-top: 70px;
  }

  .cover-sub {
    text-align: center;
    width: auto;
    max-width: 272px;
    margin-top: 6px;
    font-size: 17px;
    line-height: 24px;
  }

  .cover-discount {
    height: 36px;
    margin-top: 16px;
  }

  .cover-date {
    height: 14px;
  }

  .intro-sec {
    background-repeat: repeat;
    background-size: 1000px;
  }

  .intro-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .intro-from {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-size: auto 270px;
    flex-flow: column;
    justify-content: center;
    width: 568px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro-txt {
    flex-flow: column;
    margin: 0;
    font-weight: 400;
    line-height: 22px;
    display: flex;
  }

  .intro-book {
    justify-content: center;
    width: auto;
    margin-right: 0;
  }

  .intro-title {
    margin-top: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .intro-title-frame {
    flex: 0 auto;
    align-self: stretch;
  }

  .intro2 {
    flex-flow: column;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }

  .fes-title {
    font-size: 17px;
  }

  .from-txt {
    text-align: left;
    flex-flow: column;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .sec-title {
    margin-top: 0;
  }

  .title {
    flex: 0 auto;
  }

  .more {
    border-width: 1px;
  }

  .arrow {
    flex: 1;
    width: 0;
    height: 0;
  }

  .book-content {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .book-content._01 {
    background-image: url('../images/bg_sec1_320.jpg');
    background-size: 568px;
  }

  .book-content._02 {
    background-image: url('../images/bg_sec2_320.jpg');
    background-size: 568px;
  }

  .book-content._03 {
    background-image: url('../images/bg_sec3_320.jpg');
    background-size: 568px;
  }

  .book-content._04 {
    background-image: url('../images/bg_sec4_320.jpg');
    background-size: 568px;
  }

  .book-cover {
    height: 170px;
  }

  .book-name {
    width: 120px;
  }
}


