@charset "UTF-8";
/** base **/
* {
  padding: 0;
  margin: 0;
  outline: 0;
}

body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, li, em {
  font-style: normal;
  word-wrap: break-word;
  font-weight: normal;
}

ul, li {
  list-style-type: none;
  margin: 0;
}

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

th, td {
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

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

input::-moz-placeholder {
  font-weight: 500;
  opacity: 0.8;
}

input::placeholder {
  font-weight: 500;
  opacity: 0.8;
}

/*display*/
.ib {
  display: inline-block;
}

.link {
  color: #1d3d93;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: inline;
  }
}

/*link*/
a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.8;
}

a.link_text {
  text-decoration: underline;
  color: #4979f5;
}

a.link_pdf {
  text-decoration: underline;
  color: #552e31;
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
a.link_pdf::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

a.link_blank {
  display: inline-block;
  border: 1px solid #7b7b7b;
  border-radius: 5px;
  padding: 5px 45px 5px 15px;
  color: #2f471c;
  position: relative;
  transition: 0.25s;
  background: #fff;
  text-align: left;
}
a.link_blank:hover {
  background: #f8f4e4;
}
@media (max-width: 767px) {
  a.link_blank {
    padding: 7px 45px 7px 15px;
    line-height: 1.4em;
  }
}
a.link_blank::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_blank.svg) no-repeat;
}

/*box-sizing*/
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit] {
  cursor: pointer;
  border: 0;
}

.f11 {
  font-size: 0.7rem;
}
.f11 * {
  font-size: 1em;
}

.f12 {
  font-size: 0.77rem;
}
.f12 * {
  font-size: 1em;
}

.f13 {
  font-size: 0.82rem;
}
.f13 * {
  font-size: 1em;
}

.f14 {
  font-size: 0.88rem;
}
.f14 * {
  font-size: 1em;
}

.f15 {
  font-size: 0.94rem;
}
.f15 * {
  font-size: 1em;
}

.f16 {
  font-size: 1rem;
}
.f16 * {
  font-size: 1em;
}

.f17 {
  font-size: 1.08rem;
}
.f17 * {
  font-size: 1em;
}

.f18 {
  font-size: 1.13rem;
}
.f18 * {
  font-size: 1em;
}

.f19 {
  font-size: 1.2rem;
}
.f19 * {
  font-size: 1em;
}

.f20 {
  font-size: 1.25rem;
}
.f20 * {
  font-size: 1em;
}

.f22 {
  font-size: 1.35rem;
}
.f22 * {
  font-size: 1em;
}

.f24 {
  font-size: 1.5rem;
}
.f24 * {
  font-size: 1em;
}

.f26 {
  font-size: 1.63rem;
}
.f26 * {
  font-size: 1em;
}

.f30 {
  font-size: 1.9rem;
}
.f30 * {
  font-size: 1em;
}

.f32 {
  font-size: 2rem;
}
.f32 * {
  font-size: 1em;
}

.f42 {
  font-size: 2.63rem;
}
.f42 * {
  font-size: 1em;
}

.f52 {
  font-size: 3.25rem;
}
.f52 * {
  font-size: 1em;
}

@media (max-width: 767px) {
  .f11 {
    font-size: 3.3vw;
  }
  .f11 * {
    font-size: 1em;
  }
  .f12 {
    font-size: 3.3vw;
  }
  .f12 * {
    font-size: 1em;
  }
  .f13 {
    font-size: 3.3vw;
  }
  .f13 * {
    font-size: 1em;
  }
  .f14 {
    font-size: 3.4vw;
  }
  .f14 * {
    font-size: 1em;
  }
  .f15 {
    font-size: 3.5vw;
  }
  .f15 * {
    font-size: 1em;
  }
  .f16 {
    font-size: 3.65vw;
  }
  .f16 * {
    font-size: 1em;
  }
  .f17 {
    font-size: 3.8vw;
  }
  .f17 * {
    font-size: 1em;
  }
  .f18 {
    font-size: 4.1vw;
  }
  .f18 * {
    font-size: 1em;
  }
  .f19 {
    font-size: 4.2vw;
  }
  .f19 * {
    font-size: 1em;
  }
  .f20 {
    font-size: 4.3vw;
  }
  .f20 * {
    font-size: 1em;
  }
  .f22 {
    font-size: 4.6vw;
  }
  .f22 * {
    font-size: 1em;
  }
  .f24 {
    font-size: 4.8vw;
  }
  .f24 * {
    font-size: 1em;
  }
  .f26 {
    font-size: 5vw;
  }
  .f26 * {
    font-size: 1em;
  }
  .f30 {
    font-size: 5.3vw;
  }
  .f30 * {
    font-size: 1em;
  }
  .f32 {
    font-size: 6vw;
  }
  .f32 * {
    font-size: 1em;
  }
  .f42 {
    font-size: 7vw;
  }
  .f42 * {
    font-size: 1em;
  }
  .f52 {
    font-size: 8vw;
  }
  .f52 * {
    font-size: 1em;
  }
}
.site_wrap {
  overflow-x: hidden;
}

.wrap {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}
.wrap.w900 {
  width: 900px;
}
.wrap.w1000 {
  width: 1000px;
}
.wrap.w1200 {
  width: 1200px;
}
.wrap.w1300 {
  width: 1300px;
}
.wrap.mw100 {
  max-width: 100%;
}

* {
  letter-spacing: 0.05em;
}

body,
select,
textarea,
input,
div,
* {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0.04em;
  color: #222;
  word-break: break-all;
}

a {
  color: #333;
}
a:hover {
  color: #555;
}

.bold {
  font-weight: 600;
}

.eng {
  font-family: "Inter";
  font-weight: 500;
}
.eng * {
  font-family: "Inter";
  font-weight: 500;
}

.red_text {
  color: #ff0000;
}

.brown_text {
  color: #bb4c14;
}

body figure {
  margin: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

#wpadminbar .display-name {
  color: #f0f0f1;
}

.header_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px;
  z-index: 1000;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .header_wrap {
    padding: 12px;
  }
}
.header_wrap * {
  color: #222;
}
.header_wrap .inner {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 880px) {
  .header_wrap .inner {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .header_wrap .inner {
    gap: 3%;
  }
}
.header_wrap .logo_wrap {
  width: 300px;
  transition: 0.2s;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .header_wrap .logo_wrap {
    min-width: auto;
    max-width: 40%;
  }
}
@media (max-width: 880px) {
  .header_wrap .menu_wrap {
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none !important;
  }
  .header_wrap .menu_wrap * {
    pointer-events: none !important;
  }
  .header_wrap .menu_wrap .inner {
    width: 600px;
    margin: 0 auto;
    padding: 100px 0;
    max-width: 90%;
  }
}
@media (max-width: 880px) and (max-width: 767px) {
  .header_wrap .menu_wrap .inner {
    max-width: 80%;
    padding: 80px 0;
  }
}
@media (max-width: 880px) {
  .header_wrap .menu_wrap.open {
    opacity: 1;
    pointer-events: all !important;
  }
  .header_wrap .menu_wrap.open * {
    pointer-events: all !important;
  }
}
.header_wrap .menu_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 25px;
}
@media (max-width: 880px) {
  .header_wrap .menu_wrap ul {
    gap: 3%;
  }
}
@media (max-width: 767px) {
  .header_wrap .menu_wrap ul {
    gap: 0;
  }
}
@media (max-width: 880px) {
  .header_wrap .menu_wrap ul li {
    width: 48.5%;
    border-bottom: 1px solid #333;
  }
}
@media (max-width: 767px) {
  .header_wrap .menu_wrap ul li {
    width: 100%;
  }
}
.header_wrap .menu_wrap ul li a {
  font-weight: 600;
  display: block;
  padding: 5px 0;
}
@media (max-width: 880px) {
  .header_wrap .menu_wrap ul li a {
    padding: 15px 30px 15px 10px;
    position: relative;
  }
  .header_wrap .menu_wrap ul li a::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    background: url(../images/arr_m.svg) no-repeat center center;
  }
  .header_wrap .menu_wrap ul li a:hover::after {
    right: 3px;
  }
}
@media (max-width: 767px) {
  .header_wrap .menu_wrap ul li a {
    font-size: 4.3vw;
  }
}
.header_wrap .menu_wrap ul li.parent {
  position: relative;
  z-index: 100;
}
.header_wrap .menu_wrap ul li.parent::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: url(../images/arr_b_bk.svg) no-repeat;
  top: 95%;
  transition: 0.25s;
}
@media (max-width: 880px) {
  .header_wrap .menu_wrap ul li.parent::before {
    display: none;
  }
}
.header_wrap .menu_wrap ul li.parent:hover::before {
  background: url(../images/arr_b_w2.svg) no-repeat;
  width: 15px;
  height: 15px;
}
.header_wrap .menu_wrap ul li.parent ul.child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding: 15px 15px 10px;
  background: #444;
  min-width: 200%;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: 0.25s;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 880px) {
  .header_wrap .menu_wrap ul li.parent ul.child {
    position: relative;
    opacity: 1;
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    padding: 8px 15px;
    transform: translateX(0);
    top: 0;
    left: 0;
    background: #eee;
  }
}
.header_wrap .menu_wrap ul li.parent ul.child * {
  pointer-events: none;
}
@media (max-width: 880px) {
  .header_wrap .menu_wrap ul li.parent ul.child * {
    pointer-events: all;
  }
}
@media (max-width: 880px) {
  .header_wrap .menu_wrap ul li.parent ul.child li {
    border-bottom: 0;
  }
}
.header_wrap .menu_wrap ul li.parent ul.child li a {
  display: block;
  padding: 5px 25px 5px 5px;
  border-bottom: 1px solid #777;
  transition: 0.25s;
  white-space: nowrap;
  color: #fff;
  position: relative;
}
.header_wrap .menu_wrap ul li.parent ul.child li a::after {
  content: "";
  background: url(../images/arr_s_w.svg);
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  transition: 0.25s;
}
.header_wrap .menu_wrap ul li.parent ul.child li a:hover::after {
  right: 0;
}
@media (max-width: 880px) {
  .header_wrap .menu_wrap ul li.parent ul.child li a {
    color: #333;
    border-bottom: 0;
    padding: 5px 0;
  }
  .header_wrap .menu_wrap ul li.parent ul.child li a::after {
    background: url(../images/arr_s_b.svg);
    right: 0;
  }
}
.header_wrap .menu_wrap ul li.parent ul.child li:last-child a {
  border-bottom: 0;
}
.header_wrap .menu_wrap ul li.parent:hover > a::before {
  opacity: 1;
}
.header_wrap .menu_wrap ul li.parent:hover ul.child {
  pointer-events: all;
  opacity: 1;
}
.header_wrap .menu_wrap ul li.parent:hover ul.child * {
  pointer-events: all;
}
.header_wrap .cart_btn_wrap {
  margin-left: auto;
}
.header_wrap.active {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-bottom: 1px solid #222;
}
.header_wrap.active .logo_wrap {
  width: 240px;
}

.menu_btn {
  width: 40px;
  height: 40px;
  background: #552e31;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  z-index: 800;
  display: none;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 880px) {
  .menu_btn {
    display: block;
  }
}
.menu_btn:hover {
  filter: brightness(1.3);
}
.menu_btn span {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.menu_btn span::before, .menu_btn span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  position: absolute;
  transition: 0.3s;
}
.menu_btn span::before {
  top: -5px;
}
.menu_btn span::after {
  bottom: -5px;
}
.menu_btn.open span::before {
  top: 0;
  transform: rotate(45deg);
}
.menu_btn.open span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.cart_btn_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart_btn_wrap a {
  display: block;
  position: relative;
  border: 1px solid #000;
  padding: 5px 30px 5px 35px;
  transition: 0.2s;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cart_btn_wrap a {
    font-size: 3.8vw;
    padding: 5px 25px 5px 30px;
  }
}
.cart_btn_wrap a::before, .cart_btn_wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cart_btn_wrap a::before {
  width: 25px;
  height: 20px;
  left: 9px;
  background: url(../images/icon_cart.svg) no-repeat center center;
}
@media (max-width: 767px) {
  .cart_btn_wrap a::before {
    left: 5px;
  }
}
.cart_btn_wrap a::after {
  width: 15px;
  height: 15px;
  right: 10px;
  background: url(../images/icon_blank.svg) no-repeat center center;
}
@media (max-width: 767px) {
  .cart_btn_wrap a::after {
    right: 7px;
  }
}
.cart_btn_wrap a:hover {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.home_fv {
  background: #f8f4e4;
  height: 100vh;
  min-height: 800px;
  position: relative;
}
@media (max-width: 1023px) {
  .home_fv {
    min-height: auto;
    height: auto;
    padding: 150px 0;
  }
}
@media (max-width: 767px) {
  .home_fv {
    padding: 100px 0 60px;
  }
}
.home_fv .fv_slide {
  position: absolute;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .home_fv .fv_slide {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .home_fv .fv_slide {
    width: 84%;
  }
}
.home_fv .fv_slide .swiper-container {
  width: 100%;
  height: 100%;
}
.home_fv .fv_slide .swiper-container .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.home_fv .fv_slide .swiper-container .swiper-slide a {
  display: flex;
  align-items: center;
  height: 100%;
}
.home_fv .fv_slide .swiper-container .swiper-slide a picture {
  display: flex;
  align-items: center;
  height: 100%;
}
.home_fv .fv_slide .swiper-container .swiper-slide a:hover img {
  opacity: 1;
  filter: brightness(1.05);
}
.home_fv .fv_slide .swiper-container .swiper-slide img {
  border: 3px solid #222;
}
.home_fv .fv_slide .swiper-3d .swiper-slide-shadow {
  background: none;
}
.home_fv .fv_slide img {
  max-height: 100%;
}
.home_fv .slide_ui {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .home_fv .slide_ui {
    bottom: 10px;
  }
}
.home_fv .slide_ui .inner {
  display: flex;
  gap: 40px;
}
.home_fv .slide_ui .inner .btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .home_fv .slide_ui .inner .btn {
    font-size: 4vw;
  }
}
.home_fv .slide_ui .inner .btn:hover {
  opacity: 0.8;
}
.home_fv .slide_ui .inner .btn::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  background: url(../images/arr_m.svg) no-repeat center center;
}
.home_fv .slide_ui .inner .btn.btn_back {
  padding-left: 30px;
}
.home_fv .slide_ui .inner .btn.btn_back::before {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.home_fv .slide_ui .inner .btn.btn_next {
  padding-right: 30px;
}
.home_fv .slide_ui .inner .btn.btn_next::before {
  right: 0;
}
.home_fv .fv_thum_wrap {
  width: 16%;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0 0 5vh;
}
@media (max-width: 767px) {
  .home_fv .fv_thum_wrap {
    display: none;
  }
}
.home_fv .fv_thum_wrap .box .next_icon {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #5d5c53;
  border-radius: 100px;
  color: #f8f4e4;
  padding: 4px 15px 4px 16px;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.1em;
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
}
.home_fv .fv_thum_wrap .box .next_icon::before {
  content: "";
  border: 6px solid transparent;
  border-top: 10px solid #5d5c53;
  margin-left: -6px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.home_fv .fv_thum_wrap .box .image_outer {
  padding: 0 10%;
}
.home_fv .fv_thum_wrap .box .image_wrap {
  position: relative;
  padding-top: 100%;
}
.home_fv .fv_thum_wrap .box .image_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  border: 1px solid #222;
}
.home_fv .fv_thum_wrap .box .name {
  padding: 10px 5px 0 5px;
  display: block;
  text-align: center;
}
.home_fv .fv_thum_wrap .swiper-slide {
  opacity: 0 !important;
  pointer-events: none !important;
}
.home_fv .fv_thum_wrap .swiper-slide-next {
  opacity: 1 !important;
  pointer-events: all !important;
  cursor: pointer;
}

.side_search {
  position: fixed;
  left: 0;
  width: 15%;
  z-index: 500;
  bottom: 50%;
  transform: translateY(50%);
  transition: 0.4s;
}
@media (max-height: 800px) {
  .side_search {
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }
}
@media (max-width: 1400px) {
  .side_search {
    bottom: 0;
    transform: translateY(0);
    width: auto;
  }
}
@media (max-width: 767px) {
  .side_search {
    width: 100%;
  }
}
.side_search * {
  transition: 0.4s;
}
.side_search .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15%;
}
@media (max-width: 1400px) {
  .side_search .inner {
    flex-direction: row;
    border: 1px solid #333;
    box-shadow: 0 0 1px #333;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 10px 0 0;
    padding: 10px;
    align-items: normal;
    background: #f8f4e4;
  }
}
@media (max-width: 767px) {
  .side_search .inner {
    border: 0;
    border-top: 1px solid #333;
    border-radius: 0;
    padding: 0 10px;
  }
}
.side_search .inner .box {
  width: 100%;
}
@media (max-width: 1400px) {
  .side_search .inner .box {
    padding: 0 10px;
  }
}
@media (max-width: 1400px) {
  .side_search .inner .box + .box {
    border-top: 0;
    border-left: 1px solid #777;
  }
}
.side_search .inner .box span.book_search,
.side_search .inner .box a {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 7px;
  transition: 0.2s;
  padding: 30px 0;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 1400px) {
  .side_search .inner .box span.book_search,
  .side_search .inner .box a {
    padding: 5px 10px;
    gap: 3px;
    height: 100%;
    min-width: 6em;
  }
}
@media (max-width: 767px) {
  .side_search .inner .box span.book_search,
  .side_search .inner .box a {
    padding: 7px 10px 10px;
    gap: 3px;
  }
}
.side_search .inner .box span.book_search:hover,
.side_search .inner .box a:hover {
  background: #fff;
}
.side_search .inner .box span.book_search .image_wrap,
.side_search .inner .box a .image_wrap {
  width: 70px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .side_search .inner .box span.book_search .image_wrap,
  .side_search .inner .box a .image_wrap {
    width: 40px;
  }
}
.side_search .inner .box span.book_search strong,
.side_search .inner .box a strong {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .side_search .inner .box span.book_search strong,
  .side_search .inner .box a strong {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.side_search .inner .box span.book_search span.eng,
.side_search .inner .box a span.eng {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.3em;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .side_search .inner .box span.book_search span.eng,
  .side_search .inner .box a span.eng {
    font-size: 11px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .side_search .inner .box span.book_search span.eng,
  .side_search .inner .box a span.eng {
    display: none;
  }
}
.side_search.active {
  width: 130px;
}
@media (max-width: 1400px) {
  .side_search.active {
    width: auto;
  }
}
@media (max-width: 767px) {
  .side_search.active {
    width: 100%;
  }
}
.side_search.active .inner {
  background: #f8f4e4;
  border-radius: 0 10px 10px 0;
  padding: 0 10px;
  border: 1px solid #333;
  box-shadow: 0 0 1px #333;
  border-left: 0;
}
@media (max-height: 800px) {
  .side_search.active .inner {
    border-bottom: 0;
    border-radius: 0 10px 0 0;
  }
}
@media (max-width: 1400px) {
  .side_search.active .inner {
    border-bottom: 0;
    border-radius: 0 10px 0 0;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .side_search.active .inner {
    border: 0;
    border-top: 1px solid #333;
    padding: 0 10px;
    border-radius: 0;
  }
}
.side_search.active .inner .box {
  padding: 10px 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .side_search.active .inner .box {
    padding: 0 10px;
  }
}
.side_search.active .inner .box + .box {
  border-top: 1px solid #777;
}
@media (max-width: 1400px) {
  .side_search.active .inner .box + .box {
    border-top: 0;
    border-left: 1px solid #777;
  }
}
.side_search.active .inner .box span.book_search,
.side_search.active .inner .box a {
  padding: 5px 10px;
}
@media (max-width: 1400px) {
  .side_search.active .inner .box span.book_search,
  .side_search.active .inner .box a {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .side_search.active .inner .box span.book_search,
  .side_search.active .inner .box a {
    padding: 7px 10px 10px;
  }
}
.side_search.active .inner .box span.book_search .image_wrap,
.side_search.active .inner .box a .image_wrap {
  width: 40px;
}
.side_search.active .inner .box span.book_search strong,
.side_search.active .inner .box a strong {
  font-size: 15px;
  letter-spacing: 0;
}
.side_search.active .inner .box span.book_search span.eng,
.side_search.active .inner .box a span.eng {
  font-size: 11px;
  font-weight: 500;
}

.book_modal_wrap {
  position: fixed;
  left: 0;
  top: 0;
  background: #f8f4e4;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transition: 0.3s;
  opacity: 0;
  overflow-y: auto;
}
.book_modal_wrap * {
  pointer-events: none;
}
.book_modal_wrap.open {
  opacity: 1;
  pointer-events: all;
}
.book_modal_wrap.open * {
  pointer-events: all;
}
.book_modal_wrap .logo_wrap {
  position: absolute;
  width: 300px;
  left: 15px;
  top: 15px;
}
@media (max-width: 767px) {
  .book_modal_wrap .logo_wrap {
    max-width: 40%;
    left: 12px;
    top: 15px;
  }
}
.book_modal_wrap.active .logo_wrap {
  width: 240px;
}
.book_modal_wrap .book_search.close {
  position: fixed;
  top: 15px;
  right: 25px;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .book_modal_wrap .book_search.close {
    right: 15px;
  }
}
.book_modal_wrap .book_search.close:hover {
  opacity: 0.8;
}
.book_modal_wrap .book_search.close span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.book_modal_wrap .book_search.close span::before, .book_modal_wrap .book_search.close span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #222;
  position: absolute;
  left: 0;
  top: 50%;
}
.book_modal_wrap .book_search.close span::before {
  transform: rotate(45deg);
}
.book_modal_wrap .book_search.close span::after {
  transform: rotate(-45deg);
}
.book_modal_wrap > .outer {
  width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
  max-width: 90%;
}
.book_modal_wrap > .outer .title_wrap {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .book_modal_wrap > .outer .title_wrap {
    margin-bottom: 10px;
  }
}
.book_modal_wrap > .outer .title_wrap h3 {
  font-size: 36px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0 0 0 1.65em;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .book_modal_wrap > .outer .title_wrap h3 {
    font-size: 6vw;
  }
}
.book_modal_wrap > .outer .title_wrap h3::before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_teach.svg) no-repeat center;
}
.book_modal_wrap > .outer .search_box_wrap {
  margin-bottom: 45px;
}
.book_modal_wrap > .outer .category_list {
  display: flex;
  gap: 5%;
}
@media (max-width: 1200px) {
  .book_modal_wrap > .outer .category_list {
    flex-wrap: wrap;
    gap: 40px 5%;
  }
}
@media (max-width: 767px) {
  .book_modal_wrap > .outer .category_list {
    gap: 40px 0;
  }
}
.book_modal_wrap > .outer .category_list .box {
  width: 21.25%;
}
@media (max-width: 1200px) {
  .book_modal_wrap > .outer .category_list .box {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .book_modal_wrap > .outer .category_list .box {
    width: 100%;
  }
}
.book_modal_wrap > .outer .category_list .box .category_title {
  margin-bottom: 15px;
  border-bottom: 1px solid #917776;
  padding-bottom: 8px;
}
.book_modal_wrap > .outer .category_list .box .category_title a {
  font-size: 20px;
  display: block;
  color: #552e31;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 24px;
  position: relative;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
.book_modal_wrap > .outer .category_list .box .category_title a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  background: url(../images/arr_maru.svg) no-repeat center center;
  transform: translateY(-50%);
  transition: 0.3s;
}
.book_modal_wrap > .outer .category_list .box .category_title a:hover {
  filter: brightness(1.3);
}
.book_modal_wrap > .outer .category_list .box .category_title a:hover::before {
  right: -5px;
}
.book_modal_wrap > .outer .category_list .box ul li {
  padding-bottom: 10px;
}
.book_modal_wrap > .outer .category_list .box ul li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 15px;
  font-size: 16px;
  position: relative;
}
.book_modal_wrap > .outer .category_list .box ul li a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  background: url(../images/arr_s.svg) no-repeat;
}
.book_modal_wrap > .outer .category_list .box ul li a:hover {
  text-decoration: underline;
  color: #4979f5;
}

.search_box_wrap {
  width: 700px;
  margin: 0 auto 22px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .search_box_wrap {
    margin: 0 auto 30px;
  }
}
.search_box_wrap form .inner {
  position: relative;
}
.search_box_wrap form .inner input {
  display: block;
  border: 2px solid #552e31;
  padding: 14px 50px 15px 20px;
  width: 100%;
  letter-spacing: 0;
  background: none;
  font-size: 18px;
  transition: 0.2s;
}
.search_box_wrap form .inner input:hover, .search_box_wrap form .inner input:focus {
  background: #fff;
}
.search_box_wrap form .inner button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: 0;
  padding: 0;
  background: none;
  height: 40px;
  width: 45px;
  padding-left: 5px;
  border-left: 1px solid #552e31;
  cursor: pointer;
}
.search_box_wrap form .inner button .search_icon {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: url(../images/icon_search.svg) no-repeat center center;
  background-size: 60%;
  display: inline-block;
}

.category_wide {
  border: 1px solid #222;
  border-left: 0;
  border-right: 0;
  padding: 30px 4%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .category_wide {
    padding: 20px 3%;
    margin-bottom: 45px;
  }
}
.category_wide ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .category_wide ul {
    gap: 6px;
  }
}
.category_wide ul li a {
  display: inline-block;
  padding: 4px 13px 5px;
  border-radius: 100px;
  border: 1px solid #222;
  min-width: 5em;
  text-align: center;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .category_wide ul li a {
    padding: 2px 7px 3px;
    min-width: auto;
    font-size: 3.5vw;
    border-radius: 10px;
  }
}
.category_wide ul li a:hover {
  background: #5d5c53;
  border-color: #5d5c53;
  color: #f8f4e4;
}

.btn_center {
  text-align: center;
}
.btn_center a.btn {
  display: inline-block;
  padding: 20px 50px 22px 50px;
  color: #fff;
  border-radius: 100px;
  background: #4979f5;
  transition: 0.2s;
  position: relative;
}
@media (max-width: 767px) {
  .btn_center a.btn {
    padding: 10px 45px;
    font-size: 4vw;
  }
}
.btn_center a.btn::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arr_s_w.svg) no-repeat center center;
  transition: 0.3s;
}
.btn_center a.btn:hover {
  filter: brightness(1.05);
}
.btn_center a.btn:hover::before {
  right: 18px;
}

.home_contents + .home_contents {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .home_contents + .home_contents {
    margin-top: 60px;
  }
}

.home_title_outer {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .home_title_outer {
    gap: 0;
    flex-direction: column;
    align-items: start;
    margin-bottom: 25px;
  }
}
.home_title_outer.center {
  justify-content: center;
}
.home_title_outer.center .title_wrap {
  margin: 0 auto;
}
.home_title_outer .title_wrap.flex {
  display: flex;
  align-items: center;
  gap: 30px;
}
.home_title_outer .title_wrap .eng {
  font-size: 60px;
  font-weight: 800;
  display: block;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .home_title_outer .title_wrap .eng {
    font-size: 8vw;
  }
}
.home_title_outer .title_wrap > strong {
  display: block;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.15em;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .home_title_outer .title_wrap > strong {
    font-size: 4vw;
  }
}
.home_title_outer .title_wrap p {
  font-size: 17px;
  line-height: 1.8em;
  font-weight: 600;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .home_title_outer .title_wrap p {
    font-size: 3.4vw;
  }
}
.home_title_outer .title_wrap.and_image {
  text-align: left;
  padding-right: 170px;
  position: relative;
}
.home_title_outer .title_wrap.and_image .sub_image {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 120px;
}
.home_title_outer .title_text p {
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .home_title_outer .title_text p {
    font-size: 3.4vw;
  }
}
.home_title_outer .image_wrap {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 220px;
}
@media (max-width: 767px) {
  .home_title_outer .image_wrap {
    width: 30%;
  }
}

.slide_pickup {
  padding: 20px 0;
}

.slide_pickup .swiper-wrapper {
  transition-timing-function: linear;
}
.slide_pickup .swiper-wrapper .book_list_box .item_link:hover {
  transform: scale(1.08);
}
@media (max-width: 767px) {
  .slide_pickup .swiper-wrapper .book_list_box .item_link .image_wrap img {
    max-width: 100%;
  }
}
.slide_pickup .swiper-wrapper .book_list_box .item_link .image_wrap img {
  min-width: auto;
}

.book_list_outer .book_list_wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 1000px) {
  .book_list_outer .book_list_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .book_list_outer .book_list_wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
.book_list_outer .book_list_box .image_wrap {
  text-align: center;
}
@media (max-width: 1000px) {
  .book_list_outer .book_list_box .image_wrap img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .book_list_outer .book_list_box .image_wrap img {
    max-width: 70%;
  }
}
.book_list_outer .book_list_btn {
  text-align: center;
  padding: 20px 0 0;
}
.book_list_outer .book_list_btn .book_open {
  display: inline-block;
  padding: 8px 25px 11px;
  border-radius: 100px;
  background: #4979f5;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.book_list_outer .book_list_btn .book_open:hover {
  filter: brightness(1.05);
}

.book_list_box .item_link {
  position: relative;
  transition: 0.2s;
  display: block;
}
.book_list_box .image_wrap {
  margin-bottom: 10px;
  padding-top: 135%;
  position: relative;
}
@media (max-width: 767px) {
  .book_list_box .image_wrap {
    padding: 0;
    text-align: center;
  }
}
.book_list_box .image_wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 240px;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .book_list_box .image_wrap img {
    position: relative;
    max-width: 60%;
    min-width: auto;
  }
}
.book_list_box .item_name {
  padding-bottom: 10px;
}
.book_list_box .item_name strong {
  line-height: 1.5em;
  font-weight: 600;
  display: block;
}
.book_list_box .item_name em {
  line-height: 1.5em;
  display: block;
  color: #552e31;
  letter-spacing: 0;
}
.book_list_box p.item_list_text {
  line-height: 1.6em;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.book_list_box .item_btn {
  margin-top: 5px;
  background: #fff;
  border: 1px solid #888;
  padding: 10px 0;
  text-align: center;
  position: relative;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .book_list_box .item_btn {
    padding: 8px 0;
  }
}
.book_list_box .item_btn span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  transition: 0.25s;
}
.book_list_box .item_btn span::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
  background: url(../images/arr_s.svg) no-repeat center;
  transition: 0.25s;
}
.book_list_box:hover .item_btn {
  border: 1px solid #555;
}
.book_list_box:hover .item_btn span::before {
  right: -7px;
}
.book_list_box:hover .item_btn {
  background: #552e31;
  border-color: #552e31;
}
.book_list_box:hover .item_btn span {
  color: #fff;
}
.book_list_box:hover .item_btn span::before {
  background: url(../images/arr_s_w.svg) no-repeat center;
}
.book_list_box.new .item_link::before {
  content: "新刊";
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  display: inline-block;
  background: #4979f5;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 8px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
}
.book_list_box.coming .item_link::before {
  content: "近刊";
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  display: inline-block;
  background: #552e31;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 8px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
}

.book_list_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 70px;
}
@media (max-width: 767px) {
  .book_list_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.item_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 767px) {
  .item_tags {
    gap: 5px;
  }
}
.item_tags object {
  display: inline-block;
}
.item_tags object span, .item_tags object a {
  display: block;
  padding: 1px 6px;
  text-align: center;
  min-width: 3.5em;
  border: 1px solid #555;
  letter-spacing: 0;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .item_tags object span, .item_tags object a {
    padding: 1px 5px;
    min-width: auto;
    font-size: 3.5vw;
  }
}
.item_tags object a:hover {
  background: #552e31;
  border-color: #552e31;
  color: #f8f4e4;
}

.important_wrap {
  border: 4px solid #f34c4c;
  border-radius: 10px;
  padding: 15px 20px 15px 0;
  background: #ffeded;
  display: flex;
  align-items: center;
  margin: 0 0 45px 0;
}
@media (max-width: 767px) {
  .important_wrap {
    border: 3px solid #f34c4c;
    flex-direction: column;
    padding: 10px 20px;
  }
}
.important_wrap .title_wrap {
  width: 25%;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .important_wrap .title_wrap {
    width: 100%;
    padding: 0 0 8px;
  }
}
.important_wrap .title_wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .important_wrap .title_wrap h3 {
    font-size: 4.2vw;
  }
}
.important_wrap .list_wrap {
  width: 75%;
  border-left: 1px solid #bf7777;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .important_wrap .list_wrap {
    width: 100%;
    border-left: none;
    border-top: 1px solid #bf7777;
    padding: 0;
  }
}
.important_wrap .list_wrap .important_list li {
  padding: 7px 0;
}
.important_wrap .list_wrap .important_list li a {
  display: flex;
  gap: 18px;
}
@media (max-width: 767px) {
  .important_wrap .list_wrap .important_list li a {
    flex-direction: column;
    gap: 0;
    padding: 0 0 0 5px;
  }
}
.important_wrap .list_wrap .important_list li a time, .important_wrap .list_wrap .important_list li a p {
  font-weight: 600;
}
.important_wrap .list_wrap .important_list li a:hover p {
  text-decoration: underline;
}
.important_wrap .list_wrap .important_list li + li {
  border-top: 1px solid #be9e9e;
}

.news_wrap .box + .box {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .news_wrap .box + .box {
    margin-top: 15px;
  }
}
.news_wrap .box a {
  display: flex;
  padding: 25px 20px 25px 10px;
  border-radius: 10px;
  border: 1px solid #444;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .news_wrap .box a {
    flex-direction: column;
    gap: 5px;
    padding: 10px 15px;
    align-items: start;
  }
}
.news_wrap .box a * {
  transition: 0.3s;
}
.news_wrap .box a .info_wrap {
  width: 25%;
}
@media (max-width: 767px) {
  .news_wrap .box a .info_wrap {
    width: 100%;
  }
}
.news_wrap .box a .info_wrap .inner {
  width: 13em;
  margin: 0 auto;
  max-width: 90%;
}
@media (max-width: 767px) {
  .news_wrap .box a .info_wrap .inner {
    width: auto;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.news_wrap .box a .info_wrap .inner em {
  color: #552e31;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45em;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .news_wrap .box a .info_wrap .inner em {
    margin-bottom: 5px;
  }
}
.news_wrap .box a .info_wrap .inner time {
  color: #808080;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  display: block;
}
.news_wrap .box a .text_wrap {
  width: 75%;
  padding-left: 25px;
  border-left: 1px solid #444;
}
@media (max-width: 767px) {
  .news_wrap .box a .text_wrap {
    border: 0;
    width: 100%;
    padding: 0;
  }
}
.news_wrap .box a .text_wrap p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .news_wrap .box a .text_wrap p {
    letter-spacing: 0;
  }
}
.news_wrap .box a:hover {
  background: #5d5c53;
  border-color: #5d5c53;
}
.news_wrap .box a:hover .text_wrap {
  border-color: #f8f4e4;
}
.news_wrap .box a:hover * {
  color: #f8f4e4 !important;
}

.arr_link {
  padding: 20px 0;
}
.arr_link a {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  text-decoration: underline;
}
.arr_link a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arr_s.svg) no-repeat center center;
}

.book_design {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
.book_design .book_bg {
  background: #f8f4e4;
}
@media (max-width: 767px) {
  .book_design .book_bg {
    padding-bottom: 15px;
  }
}
.book_design .book_bg > .btn_center {
  transform: translateY(45%);
}
@media (max-width: 767px) {
  .book_design .book_bg > .btn_center {
    transform: translateY(0);
  }
}
.book_design .book_inner {
  width: 1100px;
  margin: 0 auto;
  max-width: 90%;
}
.book_design .book_inner .home_title_outer {
  transform: translateY(-30%);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .book_design .book_inner .home_title_outer {
    transform: translateY(0);
    margin-bottom: 30px;
  }
  .book_design .book_inner .home_title_outer .title_wrap {
    padding-right: 30%;
  }
}
.book_design .book_inner .arr_link {
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .book_design .book_inner .arr_link {
    padding: 15px 0 10px;
  }
}

.event_wrap {
  margin: 0 -25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
@media (max-width: 767px) {
  .event_wrap {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.event_wrap > .box {
  padding: 5px 25px 10px;
  position: relative;
}
@media (max-width: 767px) {
  .event_wrap > .box {
    width: 100%;
    padding: 15px 0px;
    border-top: 1px solid #858278;
  }
}
.event_wrap > .box + .box {
  border-left: 1px solid #333;
}
@media (max-width: 767px) {
  .event_wrap > .box + .box {
    border-left: 0;
  }
}
.event_wrap .item_link {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
.event_wrap .item_link .item_name {
  padding-bottom: 10px;
}
.event_wrap .item_link .item_name strong {
  line-height: 1.65em;
  font-weight: 600;
  letter-spacing: 0;
  display: inline;
  background-image: linear-gradient(90deg, #bbe3e4, #bbe3e4);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 90%;
  transition: all 0.7s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .event_wrap .item_link .item_name strong {
    font-size: 4vw;
  }
}
.event_wrap .item_link .item_info {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .event_wrap .item_link .item_info {
    margin-bottom: 5px;
  }
}
.event_wrap .item_link .item_info time {
  color: #5d5c53;
  font-weight: 600;
}
.event_wrap .item_link:hover .item_name strong {
  background-size: 100% 90%;
}
.event_wrap .box:nth-child(1).item_link .item_name strong {
  background-image: linear-gradient(90deg, #bbe3e4, #bbe3e4);
}
.event_wrap .box:nth-child(2).item_link .item_name strong {
  background-image: linear-gradient(90deg, #f5c6b2, #f5c6b2);
}
.event_wrap .box:nth-child(3).item_link .item_name strong {
  background-image: linear-gradient(90deg, #cfdfb2, #cfdfb2);
}

.contents_wrap .event_wrap {
  margin: 0 0 40px 0;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  border-bottom: 1px solid #858278;
}
.contents_wrap .event_wrap > .box {
  padding: 20px 0px;
  border-top: 1px solid #858278;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
@media (max-width: 767px) {
  .contents_wrap .event_wrap > .box {
    width: 100%;
    padding: 15px 0px;
    border-top: 1px solid #858278;
  }
}
.contents_wrap .event_wrap > .box .item_name {
  width: 100%;
  padding-bottom: 0;
}
.contents_wrap .event_wrap > .box + .box {
  border-left: 0;
}
.contents_wrap .event_wrap .box:nth-child(1).item_link .item_name strong,
.contents_wrap .event_wrap .box:nth-child(2).item_link .item_name strong,
.contents_wrap .event_wrap .box:nth-child(3).item_link .item_name strong {
  background-image: linear-gradient(90deg, #bbe3e4, #bbe3e4);
}
.contents_wrap .event_wrap .box:nth-child(1),
.contents_wrap .event_wrap .box:nth-child(2) {
  border-top: 1px solid #858278;
}

#home_idea .title_image {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #home_idea .title_image {
    margin-bottom: 20px;
  }
}
#home_idea .title_image img {
  width: 900px;
  max-width: 80%;
}
@media (max-width: 767px) {
  #home_idea .title_image img {
    max-width: 96%;
  }
}

.book_tags {
  border: 15px solid #ded9cb;
  border-left: 0;
  border-radius: 0 25px 25px 0;
  background: #f8f4e4;
  padding: 15px 15px 15px 6%;
  position: relative;
}
@media (max-width: 767px) {
  .book_tags {
    border: 10px solid #ded9cb;
    border-left: 0;
    padding: 15px 10px 15px 6%;
  }
}
.book_tags .book_arch {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3%;
  background: #fff;
  border-radius: 0 50% 50% 0;
}
.book_tags .item_tags {
  gap: 8px;
  justify-content: center;
}
@media (max-width: 767px) {
  .book_tags .item_tags {
    gap: 6px;
  }
}
.book_tags .item_tags object {
  display: inline-block;
}
.book_tags .item_tags object span, .book_tags .item_tags object a {
  padding: 3px 13px 4px;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 767px) {
  .book_tags .item_tags object span, .book_tags .item_tags object a {
    padding: 3px 5px 3px;
    font-size: 3.4vw;
    letter-spacing: 0;
  }
}
.book_tags .item_tags object span.active, .book_tags .item_tags object span:hover, .book_tags .item_tags object a.active, .book_tags .item_tags object a:hover {
  background: #5d5c53;
  border-color: #5d5c53;
  color: #f8f4e4;
}

#idea_book {
  padding: 50px 0 0;
}
#idea_book .books {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
#idea_book .books.active {
  display: block;
  opacity: 1;
}
#idea_book .books .title_wrap {
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #idea_book .books .title_wrap {
    margin-bottom: 20px;
    line-height: 1.5em;
  }
}
#idea_book .book_list_box .image_wrap img {
  min-width: auto;
}

.slide_item_outer {
  position: relative;
}
.slide_item_outer .slide_item {
  overflow: hidden;
  padding-bottom: 50px;
}

#home_shelf .wrap:nth-child(1) {
  padding-top: 80px;
  border-top: 1px solid #555;
}

.shelf_outer {
  display: flex;
  gap: 2%;
}
.shelf_outer .box {
  width: 32%;
  padding: 10px 0;
}
.shelf_outer .box .box_title {
  padding-bottom: 15px;
}
.shelf_outer .box .box_title a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  gap: 15px;
  padding: 10px 30px 10px 20px;
  border-radius: 10px;
  transition: 0.2s;
  position: relative;
}
.shelf_outer .box .box_title a::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  background: url(../images/arr_s.svg) no-repeat;
  transition: 0.2s;
}
.shelf_outer .box .box_title a:hover {
  background: #f8f4e4;
}
.shelf_outer .box .box_title a:hover::after {
  right: 5px;
}
.shelf_outer .box .box_title a .image_wrap {
  width: 40px;
}
.shelf_outer .box .box_title a > strong {
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.shelf_outer .box .box_title a .eng {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
}
.shelf_outer .box .inner {
  padding-top: 100%;
  position: relative;
  border: 13px solid #ded9cb;
}
.shelf_outer .box .inner a {
  display: flex;
  position: absolute;
  background: #1d3d93;
  bottom: 0;
  padding: 20px 5px;
  border-radius: 5px;
  height: 88%;
  width: 3.1em;
  border: 1px solid #5d5c53;
  box-shadow: 0 0 1px #5d5c53;
  justify-content: center;
  transition: 0.3s;
}
.shelf_outer .box .inner a span {
  writing-mode: vertical-rl;
  font-weight: 600;
  line-height: 1.2em;
}
.shelf_outer .box .inner a.c1 {
  background: #fbb05f;
}
.shelf_outer .box .inner a.c2 {
  background: #eeeae7;
}
.shelf_outer .box .inner a.c3 {
  background: #6ccbdd;
}
.shelf_outer .box .inner a.c4 {
  background: #debe84;
}
.shelf_outer .box .inner a.c5 {
  background: #fabdc3;
}
.shelf_outer .box .inner a.c6 {
  background: #ded9cb;
}
.shelf_outer .box .inner a.c7 {
  background: #c5eb9c;
}
.shelf_outer .box .inner a.c8 {
  background: #d7d8e1;
}
.shelf_outer .box .inner a.c9 {
  background: #93a1c4;
}
.shelf_outer .box .inner a.center_book {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.shelf_outer .box .inner a.center-left_book {
  right: calc(50% + 1.5em);
}
.shelf_outer .box .inner a.center-left_book.rotate_r {
  transform: rotate(10deg);
  right: calc(50% + 3em);
}
.shelf_outer .box .inner a.center-left_book.rotate_l {
  transform: rotate(-10deg);
  right: calc(50% + 3em);
}
.shelf_outer .box .inner a.center-right_book.rotate_r {
  transform: rotate(10deg);
  left: calc(50% + 3em);
}
.shelf_outer .box .inner a.center-right_book.rotate_l {
  transform: rotate(-10deg);
  left: calc(50% + 3em);
}
.shelf_outer .box .inner a:hover {
  filter: brightness(1.05);
}

.footer_wrap {
  background: #f8f4e4;
  padding: 80px 0 150px;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .footer_wrap {
    margin-top: 100px;
    padding: 50px 0 150px;
  }
}
.footer_wrap .menu_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer_wrap .menu_wrap {
    flex-wrap: wrap;
  }
}
.footer_wrap .menu_wrap .foot_left {
  width: 80%;
}
@media (max-width: 767px) {
  .footer_wrap .menu_wrap .foot_left {
    width: 100%;
  }
}
.footer_wrap .menu_wrap .foot_left .btn_wrap {
  margin-bottom: 25px;
}
.footer_wrap .menu_wrap .foot_left .btn_wrap span.book_search {
  padding-right: 35px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}
.footer_wrap .menu_wrap .foot_left .btn_wrap span.book_search::after {
  content: "";
  width: 28px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_menu.svg) no-repeat center center;
}
.footer_wrap .menu_wrap .foot_left .foot_menu {
  margin-bottom: 30px;
}
.footer_wrap .menu_wrap .foot_left .foot_menu ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer_wrap .menu_wrap .foot_left .foot_menu ul {
    gap: 3%;
  }
}
.footer_wrap .menu_wrap .foot_left .foot_menu ul > li {
  min-width: 15em;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .footer_wrap .menu_wrap .foot_left .foot_menu ul > li {
    min-width: auto;
    width: 48.5%;
  }
}
.footer_wrap .menu_wrap .foot_left .foot_menu ul > li a {
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer_wrap .menu_wrap .foot_left .foot_menu ul > li a {
    font-size: 3.6vw;
  }
}
.footer_wrap .foot_info_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_wrap .foot_info_wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer_wrap .foot_info_wrap .foot_info {
    width: 100%;
  }
}
.footer_wrap .foot_info_wrap .foot_info .sns_list {
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
}
.footer_wrap .foot_info_wrap .foot_info .sns_list .box {
  width: 30px;
}
.footer_wrap .foot_info_wrap .foot_logo {
  width: 170px;
}
@media (max-width: 767px) {
  .footer_wrap .foot_info_wrap .foot_logo {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .footer_wrap .foot_info_wrap .foot_logo img {
    width: 40%;
  }
}
.footer_wrap .foot_info_wrap .info_text {
  color: #552e31;
}
.footer_wrap .foot_info_wrap .copy {
  padding: 5px 0 0 0;
  color: #552e31;
}

.contents_wrap {
  padding: 150px 0 0;
}
@media (max-width: 1500px) {
  .contents_wrap {
    margin-right: 5%;
  }
}
@media (max-width: 1400px) {
  .contents_wrap {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .contents_wrap {
    padding: 90px 0 0;
  }
}
@media (max-width: 1500px) {
  .contents_wrap.left_none {
    margin-right: auto;
  }
}

.contents_title {
  padding-bottom: 40px;
  position: relative;
}
.contents_title > .eng {
  font-weight: 700;
  font-size: 88px;
}
@media (max-width: 767px) {
  .contents_title > .eng {
    font-size: 9vw;
  }
}
.contents_title > h1, .contents_title h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.contents_title > h1 *, .contents_title h2 * {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .contents_title > h1 *, .contents_title h2 * {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .contents_title > h1, .contents_title h2 {
    letter-spacing: 0.1em;
    font-size: 5.5vw;
  }
}
.contents_title > h1.title_flex, .contents_title h2.title_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contents_title > h1.title_flex .main_title + .sub_title, .contents_title h2.title_flex .main_title + .sub_title {
  margin-left: 15px;
  padding-left: 18px;
}
.contents_title > h1.title_flex .main_title + .sub_title::before, .contents_title h2.title_flex .main_title + .sub_title::before {
  content: "";
  width: 2px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%) rotate(15deg);
  background: #222;
}
.contents_title > h1.title_flex > .sub_title, .contents_title h2.title_flex > .sub_title {
  font-size: 0.75em;
  letter-spacing: 0;
  position: relative;
}
.contents_title.small {
  text-align: center;
}
.contents_title.small > .eng {
  font-weight: 600;
  font-size: 26px;
}
@media (max-width: 767px) {
  .contents_title.small > .eng {
    font-size: 6vw;
  }
}
.contents_title.small > h1, .contents_title.small h2 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .contents_title.small > h1, .contents_title.small h2 {
    letter-spacing: 0.1em;
    font-size: 5vw;
  }
}
.contents_title.middle > .eng {
  font-size: 60px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .contents_title.middle > .eng {
    font-size: 6.5vw;
  }
}
.contents_title.middle > h1, .contents_title.middle h2 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .contents_title.middle > h1, .contents_title.middle h2 {
    letter-spacing: 0.1em;
    font-size: 5vw;
  }
}
.contents_title .title_image {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 25%;
}

.fv_text {
  line-height: 2em;
}
.fv_text + * {
  margin-top: 20px;
}

.contents_fv {
  background: #f8f4e4;
  padding: 0 0 100px;
}
.contents_fv .contents_title {
  padding-top: 120px;
  text-align: center;
}
.contents_fv .fv_text_tate {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  justify-content: center;
  padding: 5px 0 30px;
  gap: 25px;
}
@media (max-width: 767px) {
  .contents_fv .fv_text_tate {
    flex-direction: column;
  }
  .contents_fv .fv_text_tate .about_name {
    text-align: right;
    margin-left: auto;
  }
}
.contents_fv .fv_text_tate * {
  writing-mode: vertical-rl;
  line-height: 2.8em;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .contents_fv .fv_text_tate * {
    line-height: 2.2em;
  }
}
@media (max-width: 767px) {
  .contents_fv .fv_text_tate * {
    writing-mode: horizontal-tb;
    line-height: 2em;
  }
}
.contents_fv .fv_text_tate .hi {
  margin-top: -0.5em;
}
@media (max-width: 767px) {
  .contents_fv .fv_text_tate .hi {
    margin: 0 0 0 -0.5em;
  }
}
.contents_fv .fv_image {
  text-align: center;
}
.contents_fv .fv_image img {
  max-width: 70%;
}
@media (max-width: 767px) {
  .contents_fv .fv_image img {
    max-width: 90%;
  }
}

.pankuzu_wrap {
  padding: 15px 0 30px;
}
.pankuzu_wrap ol {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}
.pankuzu_wrap ol * {
  line-height: 1.4em;
  font-weight: 500;
}
.pankuzu_wrap ol li {
  position: relative;
}
.pankuzu_wrap ol li span.home_icon {
  width: 1em;
  display: block;
  height: 1.4em;
  background: url(../images/icon_home.svg) no-repeat center center;
}
.pankuzu_wrap ol li + li {
  margin-left: 30px;
}
.pankuzu_wrap ol li + li::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: url(../images/arr_s.svg) no-repeat;
  position: absolute;
  right: calc(100% + 9px);
  top: 55%;
  transform: translateY(-50%);
}
.pankuzu_wrap ol li a span:hover {
  text-decoration: underline;
  color: #4979f5;
}

.icon_wrap {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .icon_wrap {
    padding-bottom: 10px;
  }
}
.icon_wrap .icon {
  display: inline-block;
  border: 1px solid #333;
  padding: 3px 10px 5px;
  font-weight: 600;
  color: #552e31;
  line-height: 1.3em;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .icon_wrap .icon {
    font-size: 4vw;
    padding: 5px 10px;
  }
}
.icon_wrap a.icon:hover {
  background: #552e31;
  color: #fff;
  border-color: #552e31;
}

.single_wrap .icon_wrap {
  padding-bottom: 10px;
}

.book_name_wrap {
  padding-bottom: 30px;
}
.book_name_wrap .book_name_eng {
  font-weight: 600;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.book_name_wrap .book_name {
  font-size: 33px;
  font-weight: 600;
  padding-bottom: 5px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .book_name_wrap .book_name {
    font-size: 6vw;
  }
}
.book_name_wrap small {
  font-weight: 600;
  line-height: 1.4em;
}

.book_layout {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 860px) {
  .book_layout {
    flex-wrap: wrap;
  }
}
.book_layout .book_info {
  width: 31%;
  min-width: 330px;
  padding-bottom: 40px;
}
@media (max-width: 860px) {
  .book_layout .book_info {
    width: 100%;
    min-width: auto;
  }
}
.book_layout .book_info .image_wrap {
  margin-bottom: 40px;
}
@media (max-width: 860px) {
  .book_layout .book_info .image_wrap {
    text-align: center;
  }
}
.book_layout .book_info .image_wrap img {
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .book_layout .book_info .image_wrap img {
    max-width: 60%;
  }
}
.book_layout .book_info dl {
  display: flex;
  flex-wrap: wrap;
}
.book_layout .book_info dl > * {
  margin-bottom: 15px;
  line-height: 1.2em;
}
.book_layout .book_info dl dt {
  width: 12em;
  letter-spacing: 0;
  padding: 0 0 0 12px;
  position: relative;
}
.book_layout .book_info dl dt::before {
  content: "";
  width: 2px;
  background: #888;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.book_layout .book_info dl dd {
  letter-spacing: 0;
  line-height: 1.5em;
}
.book_layout .book_info .item_tags {
  margin: 40px 0;
}
@media (max-width: 860px) {
  .book_layout .book_info .shop_btn_wrap a {
    margin-left: auto;
    margin-right: auto;
  }
}
.book_layout .book_text {
  width: 69%;
  padding-left: 60px;
  padding-bottom: 40px;
}
@media (max-width: 860px) {
  .book_layout .book_text {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.book_layout .book_text .text_1 p,
.book_layout .book_text .text_2 p {
  line-height: 1.9em;
}
.book_layout .book_text .text_1 + .text_2,
.book_layout .book_text .text_2 + .text_2 {
  padding-top: 30px;
  border-top: 1px solid #999;
}
.book_layout .book_text .text_1 a,
.book_layout .book_text .text_1 .blue,
.book_layout .book_text .text_2 a,
.book_layout .book_text .text_2 .blue {
  color: #4979f5;
  text-decoration: underline;
}
.book_layout .book_text .text_1 a *,
.book_layout .book_text .text_1 .blue *,
.book_layout .book_text .text_2 a *,
.book_layout .book_text .text_2 .blue * {
  color: #4979f5;
}
.book_layout .book_text .text_1 a:hover,
.book_layout .book_text .text_1 .blue:hover,
.book_layout .book_text .text_2 a:hover,
.book_layout .book_text .text_2 .blue:hover {
  opacity: 0.85;
}
.book_layout .book_text .text_1 {
  margin-bottom: 45px;
}
.book_layout .book_text .text_2 {
  margin-bottom: 45px;
}
.book_layout .book_text + .comment_wrap {
  margin-top: 45px;
}

.book_info_title {
  border-left: 3px solid #333;
  padding: 0 0 0 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  margin-bottom: 30px;
}
.book_info_title * {
  line-height: 1.2em;
}
.book_info_title span.jp {
  margin-right: 15px;
  font-weight: 600;
}
.book_info_title span.eng {
  font-weight: 600;
}

.shop_btn_wrap {
  padding-top: 10px;
}
.shop_btn_wrap a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px 16px 60px;
  border-radius: 100px;
  position: relative;
  transition: 0.25s;
  width: 100%;
  text-align: center;
}
.shop_btn_wrap a + a {
  margin-top: 20px;
}
.shop_btn_wrap a span {
  display: inline-block;
  position: relative;
  letter-spacing: 0;
  font-size: 600;
  letter-spacing: 0;
}
.shop_btn_wrap a.ec {
  background: #fff;
  border: 1px solid #555;
}
.shop_btn_wrap a.ec::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/logo_mark.svg) no-repeat center center;
}
.shop_btn_wrap a.ec:hover {
  background: #f8f4e4;
}
.shop_btn_wrap a.ec span {
  padding: 0 20px 0 0;
}
.shop_btn_wrap a.ec span::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon_blank.svg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shop_btn_wrap a.btn_sample, .shop_btn_wrap a.btn_support {
  background: #4979f5;
  padding: 15px 40px 16px 20px;
}
@media (max-width: 767px) {
  .shop_btn_wrap a.btn_sample, .shop_btn_wrap a.btn_support {
    padding: 15px 35px 16px 15px;
  }
}
.shop_btn_wrap a.btn_sample::after, .shop_btn_wrap a.btn_support::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../images/arr_b_w.svg) no-repeat center;
  transition: 0.25s;
}
.shop_btn_wrap a.btn_sample:hover, .shop_btn_wrap a.btn_support:hover {
  opacity: 0.9;
}
.shop_btn_wrap a.btn_sample:hover::after, .shop_btn_wrap a.btn_support:hover::after {
  right: 8px;
}
.shop_btn_wrap a.btn_sample span, .shop_btn_wrap a.btn_support span {
  color: #fff;
}
.shop_btn_wrap a.btn_sample span::before, .shop_btn_wrap a.btn_support span::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shop_btn_wrap a.btn_sample span {
  padding: 0 0 0 35px;
}
.shop_btn_wrap a.btn_sample span::before {
  background: url(../images/icon_pdf_l_w.svg) no-repeat center center;
}
.shop_btn_wrap a.btn_support span {
  padding: 0 0 0 40px;
}
.shop_btn_wrap a.btn_support span::before {
  background: url(../images/icon_supp_w.svg) no-repeat center center;
}
.shop_btn_wrap span.item_none {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #888;
  padding: 15px 30px 16px;
  border-radius: 100px;
  letter-spacing: 0;
  position: relative;
  transition: 0.25s;
  background: #eee;
  color: #888;
  width: 100%;
  text-align: center;
}
.shop_btn_wrap span.item_none + a {
  margin-top: 20px;
}
.shop_btn_wrap .supp_text {
  margin-top: 8px;
  text-align: center;
  color: #4979f5;
}

.comment_wrap {
  position: relative;
  margin-bottom: 40px;
}
.comment_wrap .inner {
  background: #f8f4e4;
  border: 1px solid #222;
  z-index: 10;
  position: relative;
}
.comment_wrap::before, .comment_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f8f4e4;
  border: 1px solid #222;
  position: absolute;
  left: 0;
  top: 0;
}
.comment_wrap::before {
  transform: translate(5px, 5px);
  z-index: 5;
}
.comment_wrap::after {
  transform: translate(10px, 10px);
  z-index: 3;
}
.comment_wrap .title_wrap {
  border-bottom: 1px solid #222;
  display: flex;
}
.comment_wrap .title_wrap > * {
  padding: 20px;
}
@media (max-width: 767px) {
  .comment_wrap .title_wrap > * {
    padding: 15px;
  }
}
.comment_wrap .title_wrap h3 {
  width: 60%;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .comment_wrap .title_wrap h3 {
    padding-left: 15px;
    width: 50%;
  }
}
.comment_wrap .title_wrap h3 span {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.3em;
  display: block;
  padding-left: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .comment_wrap .title_wrap h3 span {
    font-size: 5vw;
    letter-spacing: 0.2em;
  }
}
.comment_wrap .title_wrap h3 span::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 43%;
  transform: translateY(-50%);
  background: url(../images/icon_finger.svg) no-repeat center center;
}
.comment_wrap .title_wrap span.eng {
  width: 40%;
  border-left: 1px solid #222;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .comment_wrap .title_wrap span.eng {
    width: 50%;
  }
}
.comment_wrap .comment_box {
  padding: 35px 40px;
}
@media (max-width: 767px) {
  .comment_wrap .comment_box {
    padding: 20px 25px;
  }
}
.comment_wrap .comment_box p {
  line-height: 2em;
}

.review_btn_wrap a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #555;
  padding: 15px 30px 16px;
  border-radius: 100px;
  letter-spacing: 0;
  position: relative;
  transition: 0.25s;
  background: #f8f4e4;
}
.review_btn_wrap a span {
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
  letter-spacing: 0;
  font-size: 600;
}
.review_btn_wrap a span::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/arr_m.svg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s;
}
.review_btn_wrap a:hover {
  background: #fff;
}
.review_btn_wrap a:hover span::after {
  right: -5px;
}

.book_sub_list {
  display: flex;
  justify-content: center;
  gap: 5%;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .book_sub_list {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.book_sub_list .box {
  max-width: 47.5%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .book_sub_list .box {
    width: 100%;
    max-width: none;
  }
}
.book_sub_list .btn_title {
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 5px 11px;
}
.book_sub_list .btn_title .icon {
  width: 35px;
}
.book_sub_list .btn_title .text {
  font-size: 18px;
}
.book_sub_list a.btn_title {
  transition: 0.25s;
}
.book_sub_list a.btn_title:hover {
  background: #f8f4e4;
}
.book_sub_list .inner {
  padding: 1em 0.5em;
}
.book_sub_list .inner a {
  text-decoration: underline;
  color: #4979f5;
}
.book_sub_list .inner a * {
  color: #4979f5;
}
.book_sub_list .inner a:hover {
  color: #333;
}
.book_sub_list .inner a:hover * {
  color: #333;
}
.book_sub_list .supprt_link_list ul li + li {
  margin-top: 5px;
}
.book_sub_list .supprt_link_list ul li a {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
}
.book_sub_list .supprt_link_list ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 0.7em;
  background: #333;
}

.book_cross-sell {
  padding-top: 70px;
  border-top: 1px solid #999;
}
.book_cross-sell .book_list_outer .book_list_wrap .book_list_box .image_wrap img {
  min-width: auto;
}

.search_ui {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .search_ui {
    gap: 10px;
  }
}
.search_ui .select_wrap {
  position: relative;
}
.search_ui .select_wrap::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 17px;
  top: 50%;
  transition: 0.25s;
  transform: translateY(-50%);
  background: url(../images/arr_b_b.svg) no-repeat center center;
  pointer-events: none;
}
.search_ui .select_wrap:hover::after {
  background: url(../images/arr_b_g.svg) no-repeat center center;
}
.search_ui .select_wrap select {
  border: 0;
  padding: 10px 45px 12px 25px;
  border-radius: 100px;
  background: #c2dfaf;
  color: #552e31;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .search_ui .select_wrap select {
    padding: 10px 38px 12px 15px;
  }
}
.search_ui .select_wrap select::-ms-expand {
  display: none;
}
.search_ui .select_wrap select:hover {
  background: #552e31;
  color: #c2dfaf;
}
.search_ui .select_wrap select option {
  padding: 10px;
  color: #fff;
  border-radius: 5px;
}
.search_ui .category_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .search_ui .category_links {
    gap: 10px;
  }
}
.search_ui .category_links a {
  padding: 10px 20px 12px;
  border-radius: 100px;
  background: #c2dfaf;
  color: #552e31;
  font-weight: 600;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .search_ui .category_links a {
    padding: 10px 15px 12px;
  }
}
.search_ui .category_links a:hover {
  background: #552e31;
  color: #c2dfaf;
}
.search_ui.ui_event .select_wrap select {
  background: #e7e3e6;
  color: #f56044;
}
.search_ui.ui_event .select_wrap select:hover {
  background: #f56044;
  color: #e7e3e6;
}
.search_ui.ui_event .category_links a {
  background: #e7e3e6;
  color: #f56044;
}
.search_ui.ui_event .category_links a:hover {
  background: #f56044;
  color: #e7e3e6;
}
.search_ui.ui_news .select_wrap select {
  background: #f8f4e4;
  color: #7a83be;
}
.search_ui.ui_news .select_wrap select:hover {
  background: #7a83be;
  color: #f8f4e4;
}
.search_ui.ui_news .category_links a {
  background: #f8f4e4;
  color: #7a83be;
}
.search_ui.ui_news .category_links a:hover {
  background: #7a83be;
  color: #f8f4e4;
}
.search_ui.ui_faq .select_wrap select {
  background: #f8f4e4;
  color: #7c879b;
}
.search_ui.ui_faq .select_wrap select:hover {
  background: #7c879b;
  color: #f8f4e4;
}
.search_ui.ui_faq .category_links a {
  background: #f8f4e4;
  color: #7c879b;
}
.search_ui.ui_faq .category_links a:hover {
  background: #7c879b;
  color: #f8f4e4;
}
.search_ui.ui_feature {
  margin-bottom: 0;
}
.search_ui.ui_feature .select_wrap select {
  background: #c2e0af;
  color: #552e31;
}
.search_ui.ui_feature .select_wrap select:hover {
  background: #552e31;
  color: #c2e0af;
}
.search_ui.ui_feature .category_links a {
  background: #c2e0af;
  color: #552e31;
}
.search_ui.ui_feature .category_links a:hover {
  background: #552e31;
  color: #c2e0af;
}

.faq_title {
  padding-bottom: 20px;
  padding-top: 60px;
}
.faq_title h2 {
  color: #53626b;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 3px 0 3px 20px;
  position: relative;
  line-height: 1.3em;
}
.faq_title h2::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #6b767d;
}

.search_pager {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 50px;
}
@media (max-width: 767px) {
  .search_pager {
    gap: 10px 25px;
  }
}
.search_pager .page_num {
  display: flex;
  align-items: center;
}
.search_pager .page_num * {
  line-height: 1.1em;
}
.search_pager .page_num .box {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .search_pager .page_num .box {
    padding-right: 10px;
  }
}
.search_pager .page_num .box .eng {
  letter-spacing: 0.08em;
  font-weight: 700;
}
.search_pager .page_num .box + .box {
  padding-left: 20px;
  border-left: 2px solid #777;
}
@media (max-width: 767px) {
  .search_pager .page_num .box + .box {
    padding-left: 10px;
  }
}
.search_pager .pager_wrap {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .search_pager .pager_wrap {
    gap: 10px;
  }
}
.search_pager .pager_wrap a {
  display: flex;
  align-items: center;
}
.search_pager .pager_wrap a .prev,
.search_pager .pager_wrap a .next {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/arr_s.svg) no-repeat center;
}
.search_pager .pager_wrap a .prev {
  transform: scale(-1, 1);
}
.search_pager .pager_wrap span.eng {
  font-weight: 600;
}

.page_title_wrap {
  margin-bottom: 55px;
}
.page_title_wrap h1 {
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 5px;
}
.page_title_wrap p {
  line-height: 1.6em;
}

.support_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 75px;
}
@media (max-width: 1200px) {
  .support_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .support_wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
}
.support_wrap .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .support_wrap .box {
    border-bottom: 1px dotted #555;
    padding-bottom: 30px;
  }
}
.support_wrap .box .inner {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 15px;
}
.support_wrap .box .inner .image_wrap {
  text-align: center;
}
.support_wrap .box .inner .image_wrap img.border {
  border: 1px solid #aaa;
}
.support_wrap .box .inner .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.support_wrap .box .inner .text_wrap strong {
  font-weight: 600;
  line-height: 1.5em;
  max-height: 3.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
}
.support_wrap .box .inner .text_wrap span {
  display: block;
  letter-spacing: 0;
}
.support_wrap .box .inner .text_wrap .support_list {
  padding-top: 3px;
}
.support_wrap .box .inner .text_wrap .support_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 6px;
}
.support_wrap .box .inner .text_wrap .support_list ul li .icon {
  display: block;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 7px 5px 8px 35px;
  line-height: 1.3em;
  font-size: 14px;
  position: relative;
}
.support_wrap .box .inner .text_wrap .support_list ul li .icon.icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.support_wrap .box .inner .text_wrap .support_list ul li .icon.icon_sound::before {
  background: url(../images/icon_sound.svg) no-repeat center center;
}
.support_wrap .box .inner .text_wrap .support_list ul li .icon.icon_pdf::before {
  background: url(../images/icon_pdf.svg) no-repeat center center;
}
.support_wrap .box .inner .text_wrap .support_list ul li .icon.icon_video::before {
  background: url(../images/icon_play.svg) no-repeat center center;
}
.support_wrap .box .btn_list {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.support_wrap .box .btn_list a {
  display: block;
  position: relative;
  border: 1px solid #888;
  padding: 7px 27px 8px 15px;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.25s;
}
.support_wrap .box .btn_list a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arr_s_b.svg) no-repeat center;
  transition: 0.25s;
}
.support_wrap .box .btn_list a:hover {
  background: #552e31;
  border-color: #552e31;
  color: #fff;
}
.support_wrap .box .btn_list a:hover::before {
  right: 8px;
  background: url(../images/arr_s_w.svg) no-repeat center;
}
.support_wrap .box .btn_list a.btn_support {
  flex-grow: 1;
  text-align: center;
  background: #4979f5;
  border-color: #4979f5;
}
.support_wrap .box .btn_list a.btn_support span {
  color: #fff;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  padding-left: 32px;
  text-align: left;
}
.support_wrap .box .btn_list a.btn_support span::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_supp_w.svg) no-repeat center;
}
.support_wrap .box .btn_list a.btn_support::before {
  background: url(../images/arr_s_w.svg) no-repeat center;
}

.support_text {
  margin-bottom: 30px;
}

.support_title {
  border-bottom: 4px double #444;
  border-top: 1px solid #444;
  margin-bottom: 30px;
  padding: 10px 5px;
}
.support_title h1 {
  line-height: 1.4em;
}

.support_midashi {
  margin-top: 50px;
  text-align: center;
  border: 4px double #444;
  border-left: 0;
  border-right: 0;
  padding: 5px 0;
  margin-bottom: 15px;
}

.support_midashi_s {
  margin-top: 30px;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 7px 10px 8px 20px;
  margin-bottom: 15px;
  position: relative;
}
.support_midashi_s::before {
  content: "";
  position: absolute;
  width: 5px;
  top: 7px;
  bottom: 7px;
  left: 7px;
  border-radius: 10px;
  background: #4979f5;
}

.news_list_wrap {
  border-top: 1px solid #7a83be;
  margin-bottom: 45px;
}
.news_list_wrap .box {
  border-bottom: 1px solid #7a83be;
}
.news_list_wrap .box a {
  display: flex;
  align-items: center;
  padding: 30px;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .news_list_wrap .box a {
    flex-direction: column;
    gap: 10px;
    padding: 20px 15px;
  }
}
.news_list_wrap .box a:hover {
  background: #f6f6f6;
}
.news_list_wrap .box a .info_wrap {
  width: 25%;
}
@media (max-width: 767px) {
  .news_list_wrap .box a .info_wrap {
    width: 100%;
    border-left: 3px solid #5463cd;
    padding-left: 10px;
    margin-left: -15px;
  }
  .news_list_wrap .box a .info_wrap * {
    font-size: 3.8vw;
    line-height: 1.3em;
  }
}
.news_list_wrap .box a .info_wrap .category_name {
  color: #5463cd;
  font-weight: 600;
  display: block;
}
.news_list_wrap .box a .text_wrap {
  width: 75%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .news_list_wrap .box a .text_wrap {
    width: 100%;
    padding-left: 0;
  }
}
.news_list_wrap .box a .text_wrap p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .news_list_wrap .box a .text_wrap p {
    font-size: 4vw;
  }
}

article.single_wrap .single_title {
  border-bottom: 2px solid #333;
  margin-bottom: 15px;
  padding: 0 0 10px 0;
}
@media (max-width: 767px) {
  article.single_wrap .single_title {
    padding: 0 0 7px 0;
    margin-bottom: 10px;
  }
}
article.single_wrap .single_title h1 {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 767px) {
  article.single_wrap .single_title h1 {
    font-size: 6vw;
  }
}
article.single_wrap .post_date {
  text-align: right;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  article.single_wrap .post_date {
    margin-bottom: 25px;
  }
}
article.single_wrap .post_date span {
  font-size: 16px;
}
@media (max-width: 767px) {
  article.single_wrap .post_date span {
    font-size: 3.6vw;
  }
}
article.single_wrap .detail_page_wrap {
  font-size: 16px;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  article.single_wrap .detail_page_wrap {
    font-size: 3.8vw;
  }
}
article.single_wrap .detail_page_wrap strong,
article.single_wrap .detail_page_wrap b {
  font-weight: 600;
}
article.single_wrap .detail_page_wrap big {
  font-weight: 600;
  font-size: 1.2em;
}
article.single_wrap .detail_page_wrap p {
  font-size: 16px;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  article.single_wrap .detail_page_wrap p {
    font-size: 3.8vw;
  }
}
article.single_wrap .detail_page_wrap p + * {
  margin-top: 30px;
}
article.single_wrap .detail_page_wrap figure + * {
  margin-top: 30px;
}
article.single_wrap .detail_page_wrap figure figcaption {
  padding: 5px 0 0 0;
  font-size: 0.9em;
}
article.single_wrap .detail_page_wrap ul {
  margin-left: 1.5em;
  margin-bottom: 30px;
}
article.single_wrap .detail_page_wrap ul li {
  list-style: disc;
}
article.single_wrap .detail_page_wrap ol {
  margin-left: 1.5em;
  margin-bottom: 30px;
}
article.single_wrap .detail_page_wrap ol li {
  list-style: decimal;
}
article.single_wrap .detail_page_wrap dl {
  margin-bottom: 30px;
}
article.single_wrap .detail_page_wrap dl dt {
  font-weight: 600;
}
article.single_wrap .detail_page_wrap dl dd {
  padding-left: 1em;
}
article.single_wrap .detail_page_wrap small {
  font-size: 0.9em;
}
article.single_wrap .detail_page_wrap center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article.single_wrap .detail_page_wrap a {
  text-decoration: underline;
  color: #4979f5;
}
article.single_wrap .detail_page_wrap a:hover {
  color: #333;
}
article.single_wrap .detail_page_wrap h1, article.single_wrap .detail_page_wrap h2, article.single_wrap .detail_page_wrap h3, article.single_wrap .detail_page_wrap h4 {
  margin-bottom: 20px;
  margin-top: 40px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  article.single_wrap .detail_page_wrap h1, article.single_wrap .detail_page_wrap h2, article.single_wrap .detail_page_wrap h3, article.single_wrap .detail_page_wrap h4 {
    margin: 30px 0 15px;
  }
}
article.single_wrap .detail_page_wrap h1 {
  font-size: 28px;
  font-weight: 600;
  border: 1px solid #333;
  border-left: 0;
  border-right: 0;
  padding: 5px 0;
}
@media (max-width: 767px) {
  article.single_wrap .detail_page_wrap h1 {
    font-size: 5vw;
  }
}
article.single_wrap .detail_page_wrap h2 {
  font-size: 25px;
  font-weight: 600;
  background: #f3f3f3;
  padding: 5px 10px 7px 13px;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 767px) {
  article.single_wrap .detail_page_wrap h2 {
    font-size: 4.8vw;
  }
}
article.single_wrap .detail_page_wrap h3 {
  font-size: 22px;
  font-weight: 600;
  border-left: 4px solid #333;
  border-bottom: 1px solid #aaa;
  padding: 0 0 5px 10px;
}
@media (max-width: 767px) {
  article.single_wrap .detail_page_wrap h3 {
    font-size: 4.6vw;
  }
}
article.single_wrap .detail_page_wrap h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 767px) {
  article.single_wrap .detail_page_wrap h4 {
    font-size: 4.4vw;
  }
}
article.single_wrap .detail_page_wrap h4::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  border: 5px solid #333;
  position: absolute;
  left: 0;
  top: 0.3em;
}
article.single_wrap .detail_page_wrap table {
  margin: 40px 0;
}
article.single_wrap .detail_page_wrap table th, article.single_wrap .detail_page_wrap table td {
  border: 1px solid #555;
  padding: 15px;
}
@media (max-width: 767px) {
  article.single_wrap .detail_page_wrap table th, article.single_wrap .detail_page_wrap table td {
    padding: 10px;
  }
}
article.single_wrap .detail_page_wrap table th {
  background: #f8f4e4;
}
article.single_wrap .post_nav {
  margin-top: 65px;
}
article.single_wrap .post_nav .post_arrows {
  display: flex;
  justify-content: space-between;
}
article.single_wrap .post_nav .post_arrows a.link {
  background: #f6f6f6;
  padding: 15px 20px;
  border-radius: 100px;
  color: #333;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  article.single_wrap .post_nav .post_arrows a.link {
    font-size: 3.5vw;
    padding: 10px 20px;
  }
}
article.single_wrap .post_nav .post_arrows a.link::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arr_s_b.svg) no-repeat center center;
  transition: 0.25s;
}
article.single_wrap .post_nav .post_arrows a.link.prev {
  padding-left: 40px;
}
article.single_wrap .post_nav .post_arrows a.link.prev::before {
  left: 18px;
  transform: translateY(-50%) scale(-1, 1);
}
article.single_wrap .post_nav .post_arrows a.link.next {
  padding-right: 40px;
}
article.single_wrap .post_nav .post_arrows a.link.next::before {
  right: 18px;
}
article.single_wrap .post_nav .post_arrows a.link:hover {
  background: #eee;
}
article.single_wrap .post_nav .post_arrows a.link:hover.prev::before {
  left: 10px;
}
article.single_wrap .post_nav .post_arrows a.link:hover.next::before {
  right: 10px;
}

.qa_box {
  border: 1px solid #555;
  border-radius: 7px;
  overflow: hidden;
  background: #f6f6f6;
}
.qa_box + .qa_box {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .qa_box + .qa_box {
    margin-top: 15px;
  }
}

.ac_nest {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
  will-change: max-height;
}

.qa_tit {
  display: block;
  padding: 15px 50px 15px 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #f6f6f6;
  position: relative;
  transition: 0.3s;
  font-size: 18px;
  word-break: break-all;
  cursor: pointer;
}
@media (max-width: 767px) {
  .qa_tit {
    line-height: 1.6em;
    padding: 8px 42px 8px 13px;
  }
}
.qa_tit:hover {
  background: #fff;
}
.qa_tit::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  right: 15px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/qa_open.svg") no-repeat center center;
  transition: 0.3s;
}
.qa_tit span {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .qa_tit span {
    font-size: 4vw;
    line-height: 1.5em;
  }
}
.qa_tit span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  background: url(../images/qa_q.svg) no-repeat center center;
}
.qa_tit.active {
  background: #fff;
}
.qa_tit.active::before {
  background: url(../images/qa_close.svg) no-repeat center center;
}

.qa_ans {
  border-top: 0;
  border-radius: 0 0 12px 12px;
  font-size: 16px;
  background: #fff;
}
.qa_ans .inner {
  padding: 10px 35px 30px 70px;
  line-height: 1.9em;
  position: relative;
}
@media (max-width: 767px) {
  .qa_ans .inner {
    padding: 10px 15px 15px 40px;
  }
}
.qa_ans .inner::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 42px;
  top: 14px;
  background: url(../images/qa_a.svg) no-repeat center center;
}
@media (max-width: 767px) {
  .qa_ans .inner::before {
    left: 14px;
    width: 18px;
    height: 18px;
  }
}
.qa_ans .inner > * + * {
  margin-top: 8px;
}
.qa_ans a {
  color: #07913a;
  text-decoration: underline;
}
.qa_ans a:hover {
  text-decoration: none;
}
.qa_ans a[href^="tel:"] {
  text-decoration: none;
  color: #333;
}
.qa_ans > p {
  font-size: 16px;
  line-height: 2em;
  word-break: break-all;
}
@media (max-width: 767px) {
  .qa_ans > p {
    font-size: 3.6vw;
    line-height: 1.6em;
  }
}

@media (max-width: 767px) {
  .qa_ans a[href^="tel:"] {
    color: #4979f5;
    text-decoration: underline;
  }
}
.contact_text {
  margin-bottom: 30px;
}
.contact_text .title_wrap {
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 5px;
}
.contact_text * {
  letter-spacing: 0;
}
.contact_text .list_maru {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact_text .inner {
    height: 180px;
    overflow: auto;
    border: 1px solid #888;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
  }
}

@media (max-width: 820px) {
  .form_table {
    display: block;
  }
}
@media (max-width: 820px) {
  .form_table tbody {
    display: block;
  }
}
.form_table tbody th, .form_table tbody td {
  vertical-align: middle;
}
.form_table tbody tr {
  border-bottom: 2px solid #ebebeb;
}
@media (max-width: 820px) {
  .form_table tbody tr {
    display: block;
  }
}
.form_table tbody th {
  padding: 35px 20px 35px 5px;
  width: 35%;
}
@media (max-width: 820px) {
  .form_table tbody th {
    display: block;
    width: 100%;
    padding: 15px 0 10px 5px;
  }
}
.form_table tbody th.req {
  position: relative;
  padding-right: 100px;
}
.form_table tbody th.req .icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #e72525;
  display: inline-block;
  padding: 3px 8px 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  line-height: 1.2em;
  font-weight: 400;
}
@media (max-width: 820px) {
  .form_table tbody th.req .icon {
    right: 0;
  }
}
.form_table tbody th.DecisionBox .decision_box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f6f6f6;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #888;
}
.form_table tbody th.DecisionBox .decision_box label {
  line-height: 1.4;
  cursor: pointer;
  flex-grow: 1;
  letter-spacing: 0;
}
@media (max-width: 820px) {
  .form_table tbody th.DecisionBox {
    padding: 15px 65px 10px 5px;
  }
}
@media (max-width: 426px) {
  .form_table tbody th.DecisionBox {
    padding: 15px 50px 10px 5px;
  }
}
.form_table tbody td {
  padding: 25px 0;
  width: 65%;
}
@media (max-width: 820px) {
  .form_table tbody td {
    display: block;
    width: 100%;
    padding: 3px 0 20px;
  }
}
@media (max-width: 820px) {
  .form_table tbody td.DecisionBox {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.form_table tbody input[type=text],
.form_table tbody input[type=email],
.form_table tbody textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #999;
  border-radius: 5px;
}
.form_table tbody textarea {
  min-height: 200px;
}
.form_table tbody .input_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form_table tbody .input_list > label {
  border: 1px solid #888;
  border-radius: 5px;
  padding: 7px 10px 8px 13px;
  cursor: pointer;
  transition: 0.25s;
}
.form_table tbody .input_list > label:hover {
  background: #f8f4e4;
}

.form_btn {
  text-align: center;
  padding: 50px 0 25px;
  margin-bottom: 120px;
}
.form_btn input[type=submit],
.form_btn button {
  display: inline-block;
  padding: 20px 40px 22px 40px;
  color: #fff;
  border-radius: 100px;
  background: #4979f5;
  transition: 0.2s;
  position: relative;
  border: 0;
  min-width: 13em;
  cursor: pointer;
}
.form_btn input[type=submit]:hover,
.form_btn button:hover {
  opacity: 0.9;
}

ul.list_num > li {
  list-style: decimal;
  margin-left: 20px;
  letter-spacing: 0.03em;
}
ul.list_num > li + li {
  margin-top: 7px;
}

ul.list_maru > li {
  list-style: disc;
  margin-left: 20px;
  letter-spacing: 0.03em;
}
ul.list_maru > li + li {
  margin-top: 7px;
}
ul.list_maru > li ul.list_maru {
  margin-top: 5px;
}
ul.list_maru > li ul.list_maru li {
  list-style: circle;
}

ul.list_indent > li {
  text-indent: -1em;
  margin-left: 1em;
  padding-bottom: 5px;
}

.title_indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  padding-bottom: 5px;
}

.bg_gray {
  background: #f3f3f3;
  padding: 13px 20px !important;
  border-radius: 5px;
}

.bg_gray_title {
  background: #e9e9e9;
  padding: 7px 15px !important;
  border-radius: 5px;
  margin-top: 20px !important;
  margin-right: 0;
}

.text_frame {
  border: 3px double #666;
  padding: 20px;
  border-radius: 10px;
}

.body_text {
  padding: 13px 0;
}
.body_text ul.error li {
  position: relative;
  list-style: none;
  line-height: 1.55em;
  padding-left: 26px;
  font-weight: 600;
}
.body_text ul.error li + li {
  margin-top: 10px;
}
.body_text ul.error li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/icon_alert.svg) no-repeat;
}

.line_title {
  border-bottom: 1px solid #555;
  padding: 30px 0 6px 0;
  margin-bottom: 20px;
}
.line_title.head_first {
  border-bottom: 4px double #555;
}
@media (max-width: 767px) {
  .line_title h2, .line_title h3, .line_title h4 {
    letter-spacing: 0;
  }
}

@media (max-width: 900px) {
  .ebook_table {
    display: block;
  }
}
.ebook_table thead tr {
  background: #eee;
}
.ebook_table thead tr td {
  padding: 10px;
  text-align: center;
}
@media (max-width: 900px) {
  .ebook_table thead {
    display: none;
  }
}
@media (max-width: 900px) {
  .ebook_table tbody {
    border-top: 1px solid #ccc;
  }
}
.ebook_table tbody tr {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 900px) {
  .ebook_table tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 0;
    padding: 20px 10px;
    justify-content: center;
  }
}
.ebook_table tbody td {
  padding: 10px;
  vertical-align: middle;
}
@media (max-width: 900px) {
  .ebook_table tbody td {
    padding: 0 5px;
  }
}
.ebook_table .image_wrap {
  width: 10%;
}
@media (max-width: 900px) {
  .ebook_table .image_wrap {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .ebook_table .image_wrap {
    width: 100%;
    text-align: center;
  }
  .ebook_table .image_wrap img {
    max-width: 30%;
  }
}
@media (max-width: 900px) {
  .ebook_table .name_wrap {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .ebook_table .name_wrap {
    width: 100%;
    text-align: center;
  }
}
.ebook_table .name_wrap strong {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .ebook_table .name_wrap strong {
    font-size: 4vw;
  }
}
.ebook_table .btn_wrap {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.ebook_table .btn_wrap a {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: #f8f4e4;
  border: 1px solid #555;
  padding: 5px 18px 7px;
  border-radius: 100px;
  letter-spacing: 0;
  white-space: nowrap;
}
.ebook_table .btn_wrap a[target=_blank] {
  position: relative;
  padding-right: 35px;
}
.ebook_table .btn_wrap a[target=_blank]::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_blank.svg) no-repeat;
}

.links_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .links_wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
  }
}
.links_wrap .box a {
  display: block;
  padding: 15px 15px 15px 50px;
  background: #f6f6f6;
  border-radius: 10px;
  position: relative;
  transition: 0.25s;
}
@media (max-width: 767px) {
  .links_wrap .box a {
    padding: 10px 10px 10px 40px;
  }
}
.links_wrap .box a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon_blank.svg) no-repeat center center;
  position: absolute;
  left: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .links_wrap .box a::before {
    width: 16px;
    height: 16px;
    left: 16px;
    top: 16px;
  }
}
.links_wrap .box a:hover {
  background: #f8f4e4;
}
.links_wrap .box strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .links_wrap .box strong {
    font-size: 4vw;
    font-weight: 500;
  }
}
.links_wrap.arrow .box a::before {
  background: url(../images/arr_s_b.svg) no-repeat center center;
  width: 14px;
  height: 14px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .links_wrap.arrow .box a::before {
    width: 12px;
    height: 12px;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.password_outer .password_inner {
  background: #f2f2f2;
  padding: 20px 35px 30px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .password_outer .password_inner {
    padding: 15px;
  }
}
.password_outer .password_inner .title_wrap {
  display: flex;
  align-items: center;
}
.password_outer .password_inner .title_wrap .eng {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .password_outer .password_inner .title_wrap .eng {
    font-size: 6vw;
  }
}
.password_outer .password_inner .title_wrap .text {
  font-size: 20px;
  font-weight: 600;
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .password_outer .password_inner .title_wrap .text {
    font-size: 4.2vw;
  }
}
.password_outer .password_inner .title_wrap .text::before {
  content: "";
  width: 2px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  background: #222;
}
.password_outer .password_inner .password_info {
  line-height: 1.6em;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .password_outer .password_inner .password_info {
    letter-spacing: 0;
  }
}
.password_outer .password_inner .password_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  padding: 0 5% 30px;
}
.password_outer .password_inner .password_item .image_wrap {
  width: 120px;
  max-width: 30%;
}
.password_outer .password_inner .password_item .text_wrap {
  width: 65%;
}
.password_outer .password_inner .password_item .text_wrap strong {
  letter-spacing: 0;
}
.password_outer .password_inner .password_item .text_wrap .support_item_name {
  display: block;
  font-weight: 600;
}
.password_outer .password_inner .hint_text_wrap {
  background: #fff;
  padding: 20px;
  padding-top: 50px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  position: relative;
}
@media (max-width: 767px) {
  .password_outer .password_inner .hint_text_wrap {
    padding: 15px;
    padding-top: 50px;
  }
}
.password_outer .password_inner .hint_text_wrap::before {
  content: "現在のパスワード（Password）";
  position: absolute;
  left: 0;
  top: 0;
  background: #4979f5;
  color: #fff;
  padding: 5px 5px 5px 15px;
  font-size: 17px;
  font-size: 600;
  border-radius: 3px 0 5px 0;
}
@media (max-width: 767px) {
  .password_outer .password_inner .hint_text_wrap::before {
    font-size: 3.8vw;
  }
}
.password_outer .password_inner .hint_text_wrap * {
  line-height: 1.5em;
  font-size: inherit;
  letter-spacing: 0;
}
.password_outer .password_inner .password_input {
  margin-top: 20px;
}
.password_outer .password_inner .password_input .inner {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #552e31;
  padding: 15px 20px 15px 30px;
  border-radius: 10px;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .password_outer .password_inner .password_input .inner {
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    width: 100%;
  }
}
.password_outer .password_inner .password_input .inner .input_title {
  color: #fff;
  font-size: 18px;
  padding-right: 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .password_outer .password_inner .password_input .inner .input_title {
    font-size: 4vw;
    white-space: nowrap;
    padding-right: 0;
  }
}
.password_outer .password_inner .password_input .inner input[type=password] {
  padding: 7px 10px;
  border: 0;
  border-radius: 3px;
  font-size: 17px;
  min-width: 10em;
}
@media (max-width: 767px) {
  .password_outer .password_inner .password_input .inner input[type=password] {
    max-width: 34vw;
    min-width: auto;
    flex-grow: 1;
  }
}
.password_outer .password_inner .password_input .inner input[type=submit] {
  padding: 7px 10px;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  background: #4979f5;
  color: #fff;
}
.password_outer .password_inner .password_input .inner input[type=submit]:hover {
  filter: brightness(1.1);
}
@media (max-width: 767px) {
  .password_outer .password_inner .password_input .inner input[type=submit] {
    font-size: 4vw;
  }
}
.password_outer .password_inner .password_input .password_err {
  text-align: center;
  padding: 10px 0 0 0;
  color: #ff0000;
  font-weight: 600;
}

nav.pager {
  padding: 70px 0 0 0;
}
nav.pager ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  border: 1px solid #939393;
  margin: 0 auto;
}
nav.pager ul li + li {
  border-left: 1px solid #939393;
}
nav.pager ul li a {
  display: block;
  padding: 5px 8px 6px;
  min-width: 2.5em;
  text-align: center;
}
@media (max-width: 767px) {
  nav.pager ul li a {
    letter-spacing: 0;
    padding: 5px 5px 6px;
    white-space: nowrap;
  }
}
nav.pager ul li a:hover {
  background: #f3f3f3;
}
nav.pager ul li a.current {
  background: #cbcbcb;
  pointer-events: none;
}
@media (max-width: 767px) {
  nav.pager.sp_only {
    display: block;
  }
}

.page_links {
  padding: 5px 0 0 10px;
  margin-bottom: 40px;
}
.page_links a {
  display: block;
  padding: 5px 5px 7px 0;
  line-height: 1.55em;
  text-decoration: none !important;
  border-bottom: 1px dotted #888;
}
.page_links a:hover {
  text-decoration: underline !important;
}

.support_info_wrap {
  padding-bottom: 60px;
}
.support_info_wrap a {
  color: #0000dd;
  text-decoration: underline;
}
.support_info_wrap a:hover {
  text-decoration: none;
}
.support_info_wrap .btn_center a {
  text-decoration: none;
}
.support_info_wrap .download_icon {
  background-repeat: no-repeat;
  display: block;
  width: 35px;
  padding: 5px;
  background-color: #444;
  border-radius: 0 10px 10px 0;
}
.support_info_wrap p + p {
  margin-top: 25px;
}
.support_info_wrap p strong {
  font-weight: 600;
}
.support_info_wrap .cont_table {
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 25px;
  height: auto !important;
}
.support_info_wrap .cont_table + .cont_table {
  margin-top: 25px;
}
.support_info_wrap .cont_table table {
  display: block;
  height: auto !important;
}
.support_info_wrap .cont_table table + table {
  margin-top: 25px;
}
.support_info_wrap .cont_table table thead {
  display: block;
  width: 100%;
}
.support_info_wrap .cont_table table thead th {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  width: 100%;
}
.support_info_wrap .cont_table table tbody {
  display: block;
}
.support_info_wrap .cont_table table tr {
  display: flex;
  align-items: center;
  gap: 30px;
}
.support_info_wrap .cont_table table tr + tr {
  margin-top: 25px;
}
.support_info_wrap .cont_table table tr td {
  font-size: 16px;
}
.support_info_wrap .cont_table table tr td a {
  display: block;
}
.support_info_wrap .cont_table table tr td a img {
  width: 120px;
}
.support_info_wrap .cont_table table tr td + td {
  flex-grow: 1;
  font-size: 15px;
}
.support_info_wrap .cont_table table tr td + td a * {
  color: #0000dd;
  font-size: 18px;
}
@media (max-width: 767px) {
  .support_info_wrap .cont_table table tr td + td a * {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .support_info_wrap .cont_table.sp_col table,
  .support_info_wrap .cont_table.sp_col thead,
  .support_info_wrap .cont_table.sp_col tbody,
  .support_info_wrap .cont_table.sp_col tr,
  .support_info_wrap .cont_table.sp_col td,
  .support_info_wrap .cont_table.sp_col th {
    display: block;
    width: 100%;
    vertical-align: top;
  }
}
.support_info_wrap .one-table,
.support_info_wrap .two-table {
  width: -moz-fit-content;
  width: fit-content;
}
.support_info_wrap .one-table tbody tr,
.support_info_wrap .two-table tbody tr {
  display: flex;
  gap: 0 30px;
  flex-wrap: wrap;
}
.support_info_wrap .pd-b {
  padding-bottom: 15px;
}
.support_info_wrap .pd-t {
  padding-top: 15px;
}
.support_info_wrap .alignc {
  text-align: center;
}
.support_info_wrap .tit02,
.support_info_wrap .tit03 {
  padding: 40px 0 7px 0;
  border-bottom: 1px solid #888;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .support_info_wrap .tit02,
  .support_info_wrap .tit03 {
    font-size: 4.6vw;
    line-height: 1.4em;
  }
}
.support_info_wrap .tit02::before,
.support_info_wrap .tit03::before {
  content: "";
  width: 5px;
  position: absolute;
  left: 0;
  top: 47px;
  bottom: 12px;
  background: #4979f5;
  border-radius: 5px;
}
.support_info_wrap .tit02 strong,
.support_info_wrap .tit03 strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
}
.support_info_wrap .tit04 {
  background: #efefef;
  padding: 5px 0.7em;
  border-radius: 7px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  border-left: 3px solid #4979f5;
  font-weight: 600;
}
@media (max-width: 767px) {
  .support_info_wrap .tit04 {
    font-size: 4vw;
  }
}
.support_info_wrap .whats {
  display: flex;
  gap: 5%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .support_info_wrap .whats {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.support_info_wrap .whats > * {
  min-width: 30%;
}
.support_info_wrap .whats > * img {
  margin: 0 auto;
}
.support_info_wrap audio {
  display: inline-block;
  margin-left: 9px;
  margin-right: 20px;
  margin-bottom: 10px;
  background-color: orange;
}
.support_info_wrap .audio_wrap {
  display: flex;
  gap: 0;
  margin-bottom: 15px;
}
.support_info_wrap .download_icon a {
  display: block;
  height: 100%;
  mask: url(../images/download.svg) no-repeat 6px center/contain;
  -webkit-mask: url(../images/download.svg) no-repeat 6px center/contain;
  mask-size: 15px;
  -webkit-mask-size: 15px;
  background: #fff;
}
.support_info_wrap .download_icon:hover {
  opacity: 0.6;
  transition: linear;
}
.support_info_wrap .download_icon:hover a {
  background: #ddd;
}
.support_info_wrap .text1 {
  text-align: center;
  color: red;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.support_info_wrap .pagetop {
  padding-top: 30px;
  font-size: 16px;
  text-align: right;
}
.support_info_wrap .pagetop a {
  display: inline-block;
  background: #f3f3f3;
  padding: 7px 13px;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
}
.support_info_wrap .pagetop a:hover {
  background: #eee;
}
.support_info_wrap .text2 {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.support_info_wrap .space {
  margin-bottom: 10px;
  width: auto;
}
.support_info_wrap .fontresize {
  font-size: 14px;
  padding-bottom: 5px;
}
.support_info_wrap .mejs__container {
  background-color: #444;
  border-radius: 10px 0 0 10px;
}
.support_info_wrap .mejs__controls:not([style*="display: none"]) {
  background: transparent;
  border-radius: 10px;
}
.support_info_wrap .mejs__button.mejs__play button,
.support_info_wrap .mejs__button.mejs__replay button {
  color: #333;
}
.support_info_wrap .mejs__button.mejs__play button *,
.support_info_wrap .mejs__button.mejs__replay button * {
  color: #333;
}
.support_info_wrap .mejs__button.mejs__pause button {
  color: #fff;
}
.support_info_wrap .mejs__button.mejs__pause button * {
  color: #fff;
}
.support_info_wrap .mejs__time {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 6px;
}
.support_info_wrap .mejs__time * {
  color: #fff;
}
.support_info_wrap .mejs__time.mejs__currenttime-container {
  color: #fff;
}
.support_info_wrap .mejs__time.mejs__currenttime-container * {
  color: #fff;
}
.support_info_wrap .mejs__time-current {
  background-color: #fff;
}
.support_info_wrap .mejs__button.mejs__mute button {
  color: #fff;
}
.support_info_wrap .mejs__button.mejs__mute button * {
  color: #fff;
}
.support_info_wrap .mejs__button.mejs__unmute button {
  color: #fff;
}
.support_info_wrap .mejs__button.mejs__unmute button * {
  color: #fff;
}
.support_info_wrap .mejs__horizontal-volume-total {
  background: hsla(0, 0%, 100%, 0.3);
}
.support_info_wrap .mejs__horizontal-volume-current {
  background-color: #fff;
}
.support_info_wrap .mejs__controls {
  align-items: center;
  height: 35px;
}
.support_info_wrap .mejs__horizontal-volume-slider {
  margin-top: -6px;
}

ul.list {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2%;
}
ul.list.pt0 {
  padding-top: 0;
}
@media (max-width: 767px) {
  ul.list {
    gap: 10px 0;
  }
}
ul.list li {
  width: 49%;
}
@media (max-width: 767px) {
  ul.list li {
    width: 100%;
  }
}
ul.list li a {
  display: block;
  background: #fff;
  padding: 11px 10px 11px 55px;
  border-radius: 10px;
  color: #222;
  text-decoration: none;
  position: relative;
  border: 1px solid #333;
  transition: 0.25s;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0;
}
ul.list li a::before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  left: 10px;
  top: 7px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  ul.list li a::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
ul.list li a:hover {
  background: #f8f4e4;
  color: #3057b9;
}
ul.list.list_pdf li a::before {
  background: #4979f5 url(../images/icon_pdf_w.svg) no-repeat center center;
  background-size: 65%;
}
ul.list.list_sound li a::before {
  background: #4979f5 url(../images/icon_sound_w.svg) no-repeat center center;
  background-size: 65%;
}
ul.list.list_zip li a::before {
  background: #4979f5 url(../images/icon_zip_w.svg) no-repeat center center;
  background-size: 70%;
}
ul.list.c1 {
  gap: 10px 0;
}
ul.list.c1 li {
  width: 100%;
}
@media (max-width: 767px) {
  ul.list.c3 {
    gap: 10px 2%;
  }
}
ul.list.c3 li {
  width: 32%;
}
@media (max-width: 767px) {
  ul.list.c3 li {
    width: 49%;
  }
}

.adobereader {
  background: #eeeeee;
  border: 1px solid #bcbcbc;
  padding: 15px;
  margin: 30px 0 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 767px) {
  .adobereader {
    flex-direction: column;
  }
}
.adobereader .pdfimg a {
  display: block;
  width: 156px;
  height: 37px;
  border: 1px solid #888;
  background: url(../images/acrobat.gif) no-repeat;
}
.adobereader .pdfimg a:hover {
  border: 1px solid #b90804;
}
.adobereader .pdfmsg {
  font-size: 15px;
}

.about_midashi {
  font-size: 20px;
  font-weight: 600;
}

.about_section {
  position: relative;
}
.about_section + .about_section {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .about_section + .about_section {
    margin-top: 60px;
  }
}
.about_section.bg_gray {
  background: none;
  padding: 80px 0 !important;
  border-radius: 0;
}
@media (max-width: 767px) {
  .about_section.bg_gray {
    padding: 40px 0 !important;
  }
}
.about_section.bg_gray::before {
  content: "";
  left: -10%;
  right: -10%;
  top: 0;
  bottom: 0;
  background: #dfdedd;
  border-radius: 20px;
  position: absolute;
}
@media (max-width: 767px) {
  .about_section.bg_gray::before {
    left: -5.4%;
    right: -5.4%;
  }
}
.about_section.bg_gray > * {
  position: relative;
  z-index: 5;
}
.about_section .about_title {
  padding-left: 5%;
}
@media (max-width: 1000px) {
  .about_section .about_title {
    padding-left: 0;
  }
}

.publi_list_outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 40px 0;
}
@media (max-width: 1000px) {
  .publi_list_outer {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .publi_list_outer {
    display: block;
    padding: 25px 0;
  }
}

@media (max-width: 1000px) {
  .publi_list {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .publi_list {
    font-size: 3.6vw;
  }
}
.publi_list li {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .publi_list li {
    padding-bottom: 5px;
  }
}

.about_table {
  padding-bottom: 20px;
}
.about_table table {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.about_table table th {
  min-width: 10em;
}
@media (max-width: 767px) {
  .about_table table th {
    min-width: auto;
    white-space: nowrap;
    padding-right: 15px;
  }
}
.about_table table th, .about_table table td {
  padding-bottom: 10px;
}

.about_history_outer {
  margin-top: 180px;
  background: url(../images/contents/abut_photo.png) no-repeat center #7a7973;
  background-size: cover;
  background-position: 30% 50%;
}
@media (max-width: 767px) {
  .about_history_outer {
    margin-top: 120px;
    background-size: contain;
    background-position: 30% 0;
  }
}
.about_history_outer .wrap {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .about_history_outer .wrap {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .about_history_outer .wrap .contents_title {
    text-align: center;
  }
}
.about_history_outer .wrap .text_wrap {
  padding-left: 33%;
}
@media (max-width: 767px) {
  .about_history_outer .wrap .text_wrap {
    padding-left: 0;
  }
}
.about_history_outer .wrap * {
  color: #f8f4e4;
  text-shadow: 0 0 3px #000;
}

.history_list dl div {
  display: flex;
}
@media (max-width: 767px) {
  .history_list dl div {
    padding-bottom: 5px;
  }
}
.history_list dl div * {
  line-height: 2.4em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .history_list dl div * {
    line-height: 1.8em;
    letter-spacing: 0.06em;
    font-size: 3.6vw;
  }
}
.history_list dl div dt {
  width: 9em;
}
@media (max-width: 767px) {
  .history_list dl div dt {
    width: 7em;
    min-width: 7em;
    white-space: nowrap;
  }
}

.phone_wrap {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .phone_wrap {
    margin: 15px 0 30px;
    flex-direction: column;
    gap: 0;
  }
}
.phone_wrap .eng {
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .phone_wrap .eng {
    line-height: 1.2em;
    font-size: 7vw;
  }
}

.store_contact {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 35px 20px;
  margin: 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .store_contact {
    text-align: left;
    padding: 20px;
    padding-bottom: 25px;
  }
}
.store_contact p {
  line-height: 2em;
}
@media (max-width: 767px) {
  .store_contact p {
    letter-spacing: 0;
    line-height: 1.8em;
  }
}
.store_contact .btn_wrap {
  text-align: center;
  padding: 15px 0 0 0;
}
.store_contact .btn_wrap a {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: #f8f4e4;
  border: 1px solid #555;
  padding: 5px 18px 7px;
  border-radius: 100px;
  letter-spacing: 0;
  white-space: nowrap;
}
.store_contact .btn_wrap a[target=_blank] {
  position: relative;
  padding-right: 35px;
}
.store_contact .btn_wrap a[target=_blank]::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_blank.svg) no-repeat;
}

.store_midashi {
  border-bottom: 1px solid #111;
  padding: 40px 0 8px 5px;
  margin-bottom: 15px;
}
.store_midashi * {
  letter-spacing: 0.1em;
}

.pdf_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pdf_list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
}
.pdf_list a {
  display: flex;
  align-items: center;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 10px;
  padding-left: 60px;
  min-height: 70px;
  line-height: 1.5em;
  background: #f8f4e4;
  transition: 0.25s;
  font-weight: 600;
  position: relative;
}
.pdf_list a::before {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_pdf_l.svg) no-repeat;
  opacity: 0.9;
}
.pdf_list a:hover {
  background: #fff;
}

.m_space * + * {
  margin-top: 10px;
  margin-bottom: 10px;
}

.feature_title {
  padding-bottom: 0;
}
.feature_title h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .feature_title h1 {
    font-size: 6vw;
    letter-spacing: 0;
  }
}
.feature_title p {
  line-height: 1.8em;
}
.feature_title + .ui_feature {
  margin-top: 25px;
}
.feature_title .btn_center {
  margin-top: 20px;
  margin-bottom: 30px;
}
.feature_title .btn_center a {
  font-weight: 600;
}

.feature_image {
  text-align: center;
  padding-top: 25px;
}

.feature_outer {
  padding: 50px 0 0;
}
.feature_outer .inner {
  background: #f8f4e4;
  border-radius: 20px;
  padding: 40px 50px 50px;
  box-shadow: 1px 1px 2px rgba(46, 32, 29, 0.3);
}
@media (max-width: 767px) {
  .feature_outer .inner {
    padding: 25px 7% 30px;
    border-radius: 10px;
  }
}
.feature_outer .inner .inner_title {
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .feature_outer .inner .inner_title {
    padding-bottom: 25px;
  }
}
.feature_outer .inner .inner_title h2 {
  font-weight: 600;
  font-size: 26px;
}
@media (max-width: 767px) {
  .feature_outer .inner .inner_title h2 {
    font-size: 5.2vw;
  }
}
.feature_outer .inner .inner_title h2 + p {
  margin-top: 15px;
}
.feature_outer .inner .inner_title p {
  line-height: 1.8em;
}
.feature_outer .inner .inner_title_sub {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .feature_outer .inner .inner_title_sub {
    font-size: 4.4vw;
  }
}
.feature_outer .inner .book_list_wrap {
  row-gap: 45px;
}
@media (max-width: 767px) {
  .feature_outer .inner .book_list_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.feature_outer .inner .book_list_wrap .book_list_box a.item_link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.feature_outer .inner .book_list_wrap .book_list_box a.item_link .image_wrap img {
  margin: 0 auto;
  left: 0;
  right: 0;
  width: auto;
  min-width: auto;
}
@media (max-width: 767px) {
  .feature_outer .inner .book_list_wrap .book_list_box a.item_link .image_wrap img {
    max-width: 100%;
  }
}
.feature_outer .inner .book_list_wrap .book_list_box a.item_link .item_name {
  padding-bottom: 15px;
}
.feature_outer .inner .book_list_wrap .book_list_box a.item_link .item_btn {
  margin-top: auto;
}
.feature_outer .inner .book_list_wrap + .inner_title_sub {
  margin-top: 55px;
}
.feature_outer .inner .shop_btn_wrap {
  padding: 25px 0 0 0;
}
.feature_outer .inner .shop_btn_wrap .supp_text {
  padding-bottom: 8px;
}
.feature_outer .inner .shop_btn_wrap a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.feature_outer .inner .shop_btn_wrap a + a {
  margin-top: 15px;
}
.feature_outer .inner .shop_btn_wrap + * {
  margin-top: 55px;
}

.future_info {
  margin: 50px 0;
  padding: 25px 30px;
  border: 3px double #a5a5a5;
}
@media (max-width: 767px) {
  .future_info {
    padding: 20px 15px 10px;
  }
}
.future_info .title_lr {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .future_info .title_lr {
    flex-direction: column;
    gap: 10px;
  }
}
.future_info .title_lr .title_wrap {
  white-space: nowrap;
}
.future_info .title_lr .title_wrap h2 {
  padding: 20px;
}
@media (max-width: 767px) {
  .future_info .title_lr .title_wrap h2 {
    padding: 0;
  }
}
.future_info .future_info_midashi {
  padding: 10px 5px 10px 15px;
  line-height: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
  background: #cdcdcd;
  border-radius: 3px;
}
.future_info .list_maru {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  margin-bottom: 20px;
}
.future_info .list_maru li {
  width: calc(48.5% - 20px);
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .future_info .list_maru li {
    width: 100%;
  }
}
.future_info .list_maru li + li {
  margin-top: 3px;
}
.future_info .list_pdf li a {
  letter-spacing: 0;
}

.item_1clist {
  border-top: 1px solid #999;
  width: 1000px;
  margin: 30px auto;
  max-width: 100%;
}
.item_1clist .box {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #999;
}
@media (max-width: 767px) {
  .item_1clist .box {
    flex-wrap: wrap;
  }
}
.item_1clist .box .item_image {
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .item_1clist .box .item_image {
    order: 2;
    width: 40%;
    text-align: right;
  }
}
.item_1clist .box .item_image img {
  width: 100px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .item_1clist .box .item_image img {
    width: 25vw;
  }
}
.item_1clist .box .item_name {
  flex-grow: 1;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .item_1clist .box .item_name {
    order: 1;
    padding: 0 0 10px 0;
  }
}
.item_1clist .box .item_name strong {
  display: block;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .item_1clist .box .item_btn {
    order: 3;
    width: 60%;
    text-align: left;
    padding-left: 0.8em;
  }
}
.item_1clist .box .item_btn a {
  white-space: nowrap;
  display: inline-block;
  padding: 8px 25px 10px;
  border-radius: 100px;
  background: #4979f5;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .item_1clist .box .item_btn a {
    font-size: 4vw;
    padding: 6px 25px 8px;
  }
}
.item_1clist .box .item_btn a:hover {
  opacity: 0.85;
}

.pass_title {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
.pass_title span {
  color: #1f406b;
  border-bottom: solid 1px #1F406B;
}

.pass_waku {
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #333333;
  border-radius: 10px;
  border-color: #1F406B;
  background-color: #ffffff;
  color: #000000;
}

.table_youtube td + td {
  width: 80%;
  padding-left: 1em;
}
.table_youtube td + td a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .table_youtube {
    display: block;
  }
  .table_youtube tbody,
  .table_youtube tr,
  .table_youtube th,
  .table_youtube td {
    display: block;
    width: 100%;
  }
  .table_youtube td {
    text-align: center;
  }
  .table_youtube td + td {
    text-align: left;
    padding: 15px 0 0 0;
  }
}

.support_lr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .support_lr {
    grid-template-columns: repeat(1, 1fr);
  }
}
.support_lr .box a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
}

.support_audio_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}

img.emoji {
  width: 1em;
}

.cont_table03 td {
  padding: 10px;
  letter-spacing: 0;
}
.cont_table03 td * {
  letter-spacing: 0;
}/*# sourceMappingURL=style.css.map */