@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

:root {
  --col-key: #5eb1ce;
  --col-key-bright: #64cce6;
  --col-pale-blue: #f1f9fe;
  --col-border-blue: #d8e0e4;
  --col-border: #ededed;
  --col-black: #000;
  --col-text: #000;
  --col-tap-highlight-color: rgba(94, 177, 206, 0.2);
}

/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

 */
/**
  fluid-size
/// px と vw の比較で流動的にサイズを決定する
/// - px と vw を比べて、小さい方（負数なら大きい方）を返す
 */
/****
  to-vw
  数値をvw値へ変換する
 */
/*

@mixin font-century-b {
  font-style: normal;
  font-weight: 700;
  font-family: century-gothic, sans-serif;
}

@mixin font-century {
  font-style: normal;
  font-weight: 400;
  font-family: century-gothic, sans-serif;
}
*/
/**
	webp背景画像を指定する
 */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: var(--col-text);
  font-size: var(--f13);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*overscroll-behavior: none;*/
  -webkit-tap-highlight-color: var(--col-tap-highlight-color);
  font-style: normal;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  body {
    font-size: var(--f16);
  }
}

body.is-fixed {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

main {
  display: block;
}

a {
  outline: none;
  color: var(--col_black);
  text-decoration: none;
}

a:active,
a:hover,
a.touchstart {
  text-decoration: none;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6,
small,
em,
li,
dt,
dd,
th,
td {
  font-weight: 400;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

img,
picture {
  width: 100%;
  height: auto;
}

sup {
  font-size: 0.4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: var(--col_black);
}

select::-ms-expand {
  display: none;
}

.svg-assets {
  display: none;
}

:root {
  --f1: min(0.2564102564vw, 1px);
  --f2: min(0.5128205128vw, 2px);
  --f3: min(0.7692307692vw, 3px);
  --f4: min(1.0256410256vw, 4px);
  --f5: min(1.2820512821vw, 5px);
  --f6: min(1.5384615385vw, 6px);
  --f7: min(1.7948717949vw, 7px);
  --f8: min(2.0512820513vw, 8px);
  --f9: min(2.3076923077vw, 9px);
  --f10: min(2.5641025641vw, 10px);
  --f11: min(2.8205128205vw, 11px);
  --f12: min(3.0769230769vw, 12px);
  --f13: min(3.3333333333vw, 13px);
  --f14: min(3.5897435897vw, 14px);
  --f15: min(3.8461538462vw, 15px);
  --f16: min(4.1025641026vw, 16px);
  --f17: min(4.358974359vw, 17px);
  --f18: min(4.6153846154vw, 18px);
  --f19: min(4.8717948718vw, 19px);
  --f20: min(5.1282051282vw, 20px);
  --f21: min(5.3846153846vw, 21px);
  --f22: min(5.641025641vw, 22px);
  --f23: min(5.8974358974vw, 23px);
  --f24: min(6.1538461538vw, 24px);
  --f25: min(6.4102564103vw, 25px);
  --f26: min(6.6666666667vw, 26px);
  --f27: min(6.9230769231vw, 27px);
  --f28: min(7.1794871795vw, 28px);
  --f29: min(7.4358974359vw, 29px);
  --f30: min(7.6923076923vw, 30px);
  --f31: min(7.9487179487vw, 31px);
  --f32: min(8.2051282051vw, 32px);
  --f33: min(8.4615384615vw, 33px);
  --f34: min(8.7179487179vw, 34px);
  --f35: min(8.9743589744vw, 35px);
  --f36: min(9.2307692308vw, 36px);
  --f37: min(9.4871794872vw, 37px);
  --f38: min(9.7435897436vw, 38px);
  --f39: min(10vw, 39px);
  --f40: min(10.2564102564vw, 40px);
  --f41: min(10.5128205128vw, 41px);
  --f42: min(10.7692307692vw, 42px);
  --f43: min(11.0256410256vw, 43px);
  --f44: min(11.2820512821vw, 44px);
  --f45: min(11.5384615385vw, 45px);
  --f46: min(11.7948717949vw, 46px);
  --f47: min(12.0512820513vw, 47px);
  --f48: min(12.3076923077vw, 48px);
  --f49: min(12.5641025641vw, 49px);
  --f50: min(12.8205128205vw, 50px);
  --f51: min(13.0769230769vw, 51px);
  --f52: min(13.3333333333vw, 52px);
  --f53: min(13.5897435897vw, 53px);
  --f54: min(13.8461538462vw, 54px);
  --f55: min(14.1025641026vw, 55px);
  --f56: min(14.358974359vw, 56px);
  --f57: min(14.6153846154vw, 57px);
  --f58: min(14.8717948718vw, 58px);
  --f59: min(15.1282051282vw, 59px);
  --f60: min(15.3846153846vw, 60px);
  --f61: min(15.641025641vw, 61px);
  --f62: min(15.8974358974vw, 62px);
  --f63: min(16.1538461538vw, 63px);
  --f64: min(16.4102564103vw, 64px);
  --f65: min(16.6666666667vw, 65px);
  --f66: min(16.9230769231vw, 66px);
  --f67: min(17.1794871795vw, 67px);
  --f68: min(17.4358974359vw, 68px);
  --f69: min(17.6923076923vw, 69px);
  --f70: min(17.9487179487vw, 70px);
  --f71: min(18.2051282051vw, 71px);
  --f72: min(18.4615384615vw, 72px);
  --f73: min(18.7179487179vw, 73px);
  --f74: min(18.9743589744vw, 74px);
  --f75: min(19.2307692308vw, 75px);
  --f76: min(19.4871794872vw, 76px);
  --f77: min(19.7435897436vw, 77px);
  --f78: min(20vw, 78px);
  --f79: min(20.2564102564vw, 79px);
  --f80: min(20.5128205128vw, 80px);
  --f81: min(20.7692307692vw, 81px);
  --f82: min(21.0256410256vw, 82px);
  --f83: min(21.2820512821vw, 83px);
  --f84: min(21.5384615385vw, 84px);
  --f85: min(21.7948717949vw, 85px);
  --f86: min(22.0512820513vw, 86px);
  --f87: min(22.3076923077vw, 87px);
  --f88: min(22.5641025641vw, 88px);
  --f89: min(22.8205128205vw, 89px);
  --f90: min(23.0769230769vw, 90px);
  --f91: min(23.3333333333vw, 91px);
  --f92: min(23.5897435897vw, 92px);
  --f93: min(23.8461538462vw, 93px);
  --f94: min(24.1025641026vw, 94px);
  --f95: min(24.358974359vw, 95px);
  --f96: min(24.6153846154vw, 96px);
  --f97: min(24.8717948718vw, 97px);
  --f98: min(25.1282051282vw, 98px);
  --f99: min(25.3846153846vw, 99px);
  --f100: min(25.641025641vw, 100px);
}

@media print, screen and (min-width: 768px) {
  :root {
    --f1: min(0.078125vw, 1px);
    --f2: min(0.15625vw, 2px);
    --f3: min(0.234375vw, 3px);
    --f4: min(0.3125vw, 4px);
    --f5: min(0.390625vw, 5px);
    --f6: min(0.46875vw, 6px);
    --f7: min(0.546875vw, 7px);
    --f8: min(0.625vw, 8px);
    --f9: min(0.703125vw, 9px);
    --f10: min(0.78125vw, 10px);
    --f11: min(0.859375vw, 11px);
    --f12: min(0.9375vw, 12px);
    --f13: min(1.015625vw, 13px);
    --f14: min(1.09375vw, 14px);
    --f15: min(1.171875vw, 15px);
    --f16: min(1.25vw, 16px);
    --f17: min(1.328125vw, 17px);
    --f18: min(1.40625vw, 18px);
    --f19: min(1.484375vw, 19px);
    --f20: min(1.5625vw, 20px);
    --f21: min(1.640625vw, 21px);
    --f22: min(1.71875vw, 22px);
    --f23: min(1.796875vw, 23px);
    --f24: min(1.875vw, 24px);
    --f25: min(1.953125vw, 25px);
    --f26: min(2.03125vw, 26px);
    --f27: min(2.109375vw, 27px);
    --f28: min(2.1875vw, 28px);
    --f29: min(2.265625vw, 29px);
    --f30: min(2.34375vw, 30px);
    --f31: min(2.421875vw, 31px);
    --f32: min(2.5vw, 32px);
    --f33: min(2.578125vw, 33px);
    --f34: min(2.65625vw, 34px);
    --f35: min(2.734375vw, 35px);
    --f36: min(2.8125vw, 36px);
    --f37: min(2.890625vw, 37px);
    --f38: min(2.96875vw, 38px);
    --f39: min(3.046875vw, 39px);
    --f40: min(3.125vw, 40px);
    --f41: min(3.203125vw, 41px);
    --f42: min(3.28125vw, 42px);
    --f43: min(3.359375vw, 43px);
    --f44: min(3.4375vw, 44px);
    --f45: min(3.515625vw, 45px);
    --f46: min(3.59375vw, 46px);
    --f47: min(3.671875vw, 47px);
    --f48: min(3.75vw, 48px);
    --f49: min(3.828125vw, 49px);
    --f50: min(3.90625vw, 50px);
    --f51: min(3.984375vw, 51px);
    --f52: min(4.0625vw, 52px);
    --f53: min(4.140625vw, 53px);
    --f54: min(4.21875vw, 54px);
    --f55: min(4.296875vw, 55px);
    --f56: min(4.375vw, 56px);
    --f57: min(4.453125vw, 57px);
    --f58: min(4.53125vw, 58px);
    --f59: min(4.609375vw, 59px);
    --f60: min(4.6875vw, 60px);
    --f61: min(4.765625vw, 61px);
    --f62: min(4.84375vw, 62px);
    --f63: min(4.921875vw, 63px);
    --f64: min(5vw, 64px);
    --f65: min(5.078125vw, 65px);
    --f66: min(5.15625vw, 66px);
    --f67: min(5.234375vw, 67px);
    --f68: min(5.3125vw, 68px);
    --f69: min(5.390625vw, 69px);
    --f70: min(5.46875vw, 70px);
    --f71: min(5.546875vw, 71px);
    --f72: min(5.625vw, 72px);
    --f73: min(5.703125vw, 73px);
    --f74: min(5.78125vw, 74px);
    --f75: min(5.859375vw, 75px);
    --f76: min(5.9375vw, 76px);
    --f77: min(6.015625vw, 77px);
    --f78: min(6.09375vw, 78px);
    --f79: min(6.171875vw, 79px);
    --f80: min(6.25vw, 80px);
    --f81: min(6.328125vw, 81px);
    --f82: min(6.40625vw, 82px);
    --f83: min(6.484375vw, 83px);
    --f84: min(6.5625vw, 84px);
    --f85: min(6.640625vw, 85px);
    --f86: min(6.71875vw, 86px);
    --f87: min(6.796875vw, 87px);
    --f88: min(6.875vw, 88px);
    --f89: min(6.953125vw, 89px);
    --f90: min(7.03125vw, 90px);
    --f91: min(7.109375vw, 91px);
    --f92: min(7.1875vw, 92px);
    --f93: min(7.265625vw, 93px);
    --f94: min(7.34375vw, 94px);
    --f95: min(7.421875vw, 95px);
    --f96: min(7.5vw, 96px);
    --f97: min(7.578125vw, 97px);
    --f98: min(7.65625vw, 98px);
    --f99: min(7.734375vw, 99px);
    --f100: min(7.8125vw, 100px);
  }
}
/* ====================================================================

#コンテンツヘッダ

*/
/* --------------------------------------------------------------------
  #ヘッダ
 */
.header {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(17.9487179487vw, 70px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .header {
    height: min(11.71875vw, 150px);
  }
}

.header-inner {
  height: 100%;
}

.header__ci {
  display: block;
  position: absolute;
  top: min(3.8461538462vw, 15px);
  left: min(3.8461538462vw, 15px);
  width: min(31.0256410256vw, 121px);
}
@media print, screen and (min-width: 768px) {
  .header__ci {
    top: min(3.90625vw, 50px);
    left: min(5.46875vw, 70px);
    width: min(15.234375vw, 195px);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header__ci {
    width: min(43.5897435897vw, 170px);
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .header__ci {
    width: min(35.8974358974vw, 140px);
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .header__ci {
    width: min(30.7692307692vw, 120px);
    left: min(5.1282051282vw, 20px);
  }
}

/**
  SP時の固定ヘッダ要素
 */
/**
  メニュートリガーボタン
 */
.header__trigger {
  display: flex;
  z-index: 10020;
  position: fixed;
  top: 0;
  right: 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: min(15.3846153846vw, 60px);
  height: min(17.9487179487vw, 70px);
  padding-right: 20px;
  cursor: pointer;
}
.header__trigger .line1,
.header__trigger .line2 {
  display: block;
  width: 20px;
  height: 2px;
  transform-origin: 50% 50%;
  border-radius: 2px;
  background-color: var(--col-black);
  transition-duration: 0.2s;
}
.header__trigger .line1 {
  transform: translate3d(0, -3px, 0);
}
.header__trigger .line2 {
  transform: translate3d(0, 2px, 0);
}
.header__trigger.is-active .line1,
.header__trigger.is-active .line2,
.header__trigger.is-active .line3 {
  transform-origin: 50% 50%;
  background-color: #fff;
  transition-duration: 0.4s;
}
.header__trigger.is-active .line1 {
  transform: translate3d(0, 1px, 0) rotate(45deg);
}
.header__trigger.is-active .line2 {
  transform: translate3d(0, -1px, 0) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .header__trigger {
    display: none;
  }
}

/**
  メニュー本体（SP時メニューのボディ）
 */
@media only screen and (max-width: 767px) {
  .header-menu {
    display: none;
    z-index: 10010;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header-menu.is-active {
    display: block;
  }
  .header-menu.is-active .header-menu-inner {
    opacity: 1;
  }
  .header-menu.is-beforeEnter {
    display: block;
    opacity: 0;
  }
  .header-menu.is-enter {
    display: block;
    opacity: 1;
    transition: opacity 0.6s, visibility 0s;
  }
  .header-menu.is-fadeOut {
    display: block;
    opacity: 0;
    transition: opacity 0.6s, visibility 0.6s;
  }
}

@media only screen and (max-width: 767px) {
  .header-menu-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overscroll-behavior: contain;
    background-color: var(--col-key);
  }
}

@media only screen and (max-width: 767px) {
  .header-menu-content {
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-menu-content {
    display: flex;
    justify-content: flex-end;
  }
}

/**
  gnav
 */
.header__gnav {
  display: flex;
  flex-direction: column;
  margin-bottom: min(15.3846153846vw, 60px);
  gap: min(10.2564102564vw, 40px);
}
.header__gnav > li {
  line-height: 1;
}
.header__gnav > li a {
  color: #fff;
  /*font-size: 16px;*/
}
@media print, screen and (min-width: 768px) {
  .header__gnav {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: min(11.71875vw, 150px);
    margin-bottom: 0;
    margin-right: min(52.34375vw, 670px);
    gap: min(2.34375vw, 30px);
  }
  .header__gnav > li {
    font-size: min(1.25vw, 16px);
    transition: 0.3s opacity;
  }
  .header__gnav > li:hover {
    opacity: 0.6;
  }
  .header__gnav > li a {
    color: var(--col-text);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header__gnav {
    margin-right: min(130.7692307692vw, 510px);
    gap: min(5.1282051282vw, 20px);
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .header__gnav {
    margin-right: min(112.8205128205vw, 440px);
    gap: min(3.8461538462vw, 15px);
  }
  .header__gnav > li {
    font-size: min(3.5897435897vw, 14px);
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .header__gnav {
    margin-right: min(100vw, 390px);
    gap: min(3.0769230769vw, 12px);
  }
  .header__gnav > li {
    font-size: min(3.3333333333vw, 13px);
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .header__gnav {
    margin-right: min(76.9230769231vw, 300px);
  }
}

.header__bookstores {
  position: absolute;
  top: 50%;
  right: min(29.4871794872vw, 115px);
  transform: translateY(-50%);
  font-size: min(3.0769230769vw, 12px);
}
.header__bookstores > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(23.0769230769vw, 90px);
  height: min(6.1538461538vw, 24px);
  border: 1px solid #5eb1ce;
  border-radius: 50px;
  color: #5eb1ce;
}
@media print, screen and (min-width: 768px) {
  .header__bookstores {
    right: min(39.84375vw, 510px);
    font-size: min(1.171875vw, 15px);
  }
  .header__bookstores > a {
    width: min(10.15625vw, 130px);
    transition: 0.3s opacity;
  }
  .header__bookstores > a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .header__bookstores {
    right: min(96.1538461538vw, 375px);
  }
  .header__bookstores > a {
    width: min(28.2051282051vw, 110px);
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .header__bookstores {
    right: min(84.6153846154vw, 330px);
  }
  .header__bookstores > a {
    width: min(23.0769230769vw, 90px);
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .header__bookstores {
    right: min(73.0769230769vw, 285px);
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .header__bookstores {
    right: min(48.7179487179vw, 190px);
  }
}

.header__search-button {
  position: absolute;
  right: min(16.6666666667vw, 65px);
  top: 50%;
  transform: translateY(-50%);
  width: min(6.4102564103vw, 25px);
  height: min(6.4102564103vw, 25px);
  background-color: var(--col-black);
  -webkit-mask: url(../img/ic_search.svg) no-repeat center center/90%;
          mask: url(../img/ic_search.svg) no-repeat center center/90%;
}
.header__search-button > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}
.header__search-button::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/ic_close.svg) no-repeat center center/70%;
  display: none;
}
.header__search-button.is-active {
  -webkit-mask: none;
          mask: none;
  background: none;
}
.header__search-button.is-active::before {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .header__search-button {
    display: none;
  }
}

/* ====================================================================

  #フッタ

 */
.footer {
  padding: min(15.3846153846vw, 60px) min(7.6923076923vw, 30px) min(7.6923076923vw, 30px);
  background-color: var(--col-pale-blue);
}
@media print, screen and (min-width: 768px) {
  .footer {
    padding: min(10.9375vw, 140px) min(5.46875vw, 70px) min(7.8125vw, 100px);
  }
}

.footer-link {
  border-bottom: 1px solid var(--col-border-blue);
}
.footer-link > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: min(43.5897435897vw, 170px);
  padding-left: min(7.6923076923vw, 30px);
  border-top: 1px solid var(--col-border-blue);
  border-right: 1px solid var(--col-border-blue);
  border-left: 1px solid var(--col-border-blue);
}
.footer-link > a .button-arrow:before,
.footer-link > a .button-arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  -webkit-mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
          mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
}
.footer-link > a .button-arrow:after {
  transform: translateX(-100%);
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media print, screen and (min-width: 768px) {
  .footer-link > a:hover .button-arrow:before {
    animation-delay: 0s;
    animation-name: transformRightLeft;
  }
  .footer-link > a:hover .button-arrow:after {
    animation-delay: 0.2s;
    animation-name: transformLeftRight;
  }
}
.footer-link .footer-link__heading {
  font-weight: 400;
  font-size: min(4.358974359vw, 17px);
}
.footer-link .footer-link__text {
  opacity: 0.4;
}
.footer-link .button-a {
  margin-top: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .footer-link {
    display: flex;
    border: 1px solid var(--col-border-blue);
  }
  .footer-link > a {
    width: 50%;
    min-height: min(28.59375vw, 366px);
    padding-left: min(6.25vw, 80px);
    border-top: none;
    border-left: none;
    transition: 0.3s opacity;
  }
  .footer-link > a:hover {
    opacity: 0.6;
  }
  .footer-link > a:last-child {
    border-right: none;
  }
  .footer-link .footer-link__heading {
    font-size: min(1.875vw, 24px);
  }
  .footer-link .footer-link__text {
    font-size: min(1.171875vw, 15px);
  }
  .footer-link .button-a {
    margin-top: min(3.125vw, 40px);
  }
}

.footer-container {
  position: relative;
  margin-top: min(15.3846153846vw, 60px);
}
@media print, screen and (min-width: 768px) {
  .footer-container {
    margin: min(9.375vw, 120px) min(6.25vw, 80px) min(14.84375vw, 190px);
  }
}

.footer__ci {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: min(26.1538461538vw, 102px);
  margin-top: min(12.8205128205vw, 50px);
}
@media print, screen and (min-width: 768px) {
  .footer__ci {
    position: absolute;
    top: 0;
    right: min(6.25vw, 80px);
    width: min(9.84375vw, 126px);
    margin-top: 0;
  }
}

.footer-container2 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer-container2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: min(9.375vw, 120px) min(6.25vw, 80px) min(14.84375vw, 190px);
  }
}

.footer-sns {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: min(15.3846153846vw, 60px);
}
@media print, screen and (min-width: 768px) {
  .footer-sns {
    margin-top: 0;
  }
}

.footer-sns__heading {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 12px;
}
.footer-sns__heading::after {
  display: block;
  position: absolute;
  content: "";
  top: min(1.0256410256vw, 4px);
  right: 0;
  width: 1px;
  height: min(4.358974359vw, 17px);
  background-color: var(--col-border-blue);
}
@media print, screen and (min-width: 768px) {
  .footer-sns__heading {
    font-size: min(1.09375vw, 14px);
  }
  .footer-sns__heading::after {
    top: min(0.625vw, 8px);
  }
}

.footer__utility {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(10.2564102564vw, 40px);
}
.footer__utility > li {
  font-weight: 400;
  font-size: min(2.8205128205vw, 11px);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .footer__utility {
    position: absolute;
    right: calc(200px + min(4.6875vw, 60px));
    justify-content: flex-end;
  }
  .footer__utility > li {
    font-size: min(0.9375vw, 12px);
    transition: 0.3s opacity;
  }
  .footer__utility > li:hover {
    opacity: 0.6;
  }
}

.footer__copyright {
  margin-top: min(5.1282051282vw, 20px);
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .gnav {
    width: min(39.0625vw, 500px);
    -moz-columns: 2;
         columns: 2;
  }
  .gnav li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

.gnav__item {
  position: relative;
  border-top: 1px solid var(--col-border);
  font-weight: 400;
}
.gnav__item:last-child {
  border-bottom: 1px solid var(--col-border);
}
@media print, screen and (min-width: 768px) {
  .gnav__item {
    width: min(19.53125vw, 250px);
    border: none;
  }
  .gnav__item:last-child {
    border: none;
  }
}

.gnav__item > a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  min-height: min(12.8205128205vw, 50px);
  padding: min(3.0769230769vw, 12px) min(6.4102564103vw, 25px) min(3.0769230769vw, 12px) min(2.5641025641vw, 10px);
  font-size: min(3.3333333333vw, 13px);
  line-height: 1.3;
}
.gnav__item > a::after {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - min(0.7692307692vw, 3px));
  right: 0;
  width: min(3.5897435897vw, 14px);
  height: min(1.5384615385vw, 6px);
  background-color: var(--col-black);
  -webkit-mask: url(../img/ic_arrow_a.svg) no-repeat center center/contain;
          mask: url(../img/ic_arrow_a.svg) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .gnav__item > a {
    min-height: auto;
    font-size: min(1.25vw, 16px);
    transition: 0.3s opacity;
  }
  .gnav__item > a:hover {
    opacity: 0.6;
  }
  .gnav__item > a::after {
    display: none;
  }
}

.gnav__item.prg-sp-accr-wrapper > a::after {
  display: none;
}

.gnav-sub {
  display: block;
  padding: min(3.0769230769vw, 12px) 0;
}

.gnav-sub__trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 50px;
}
.gnav-sub__trigger::before, .gnav-sub__trigger::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 14px;
  height: 1px;
  background-color: var(--col-black);
  transition: transform 0.3s;
}
.gnav-sub__trigger::after {
  transform: rotate(90deg);
}
.gnav-sub__trigger.is-active::after {
  transform: rotate(0deg);
}
@media print, screen and (min-width: 768px) {
  .gnav-sub__trigger {
    display: none;
  }
}

.gnav-sub__item {
  position: relative;
  padding-left: min(5.1282051282vw, 20px);
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .gnav-sub__item {
    margin-bottom: min(0.3125vw, 4px);
    padding-left: min(2.34375vw, 30px);
    font-size: min(1.09375vw, 14px);
    transition: 0.3s opacity;
  }
  .gnav-sub__item:hover {
    opacity: 0.6;
  }
  .gnav-sub__item::before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: min(0.234375vw, 3px);
    width: min(0.9375vw, 12px);
    height: 1px;
    background-color: #cad1d5;
  }
}

.breadcrumbs {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: min(1.2820512821vw, 5px) min(2.5641025641vw, 10px);
  margin: min(1.2820512821vw, 5px) min(3.8461538462vw, 15px);
}
.breadcrumbs > li {
  display: flex;
  align-items: center;
  font-size: var(--f12);
}
.breadcrumbs > li a {
  color: #b8b8b8;
  text-decoration: underline;
}
.breadcrumbs > li:not(:last-child)::after {
  display: inline-block;
  position: relative;
  margin-left: min(3.8461538462vw, 15px);
  content: "＞";
  color: #b8b8b8;
  font-size: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs {
    margin: 0 min(6.25vw, 80px) min(1.5625vw, 20px);
    gap: min(1.015625vw, 13px);
  }
  .breadcrumbs > li {
    font-size: var(--f14);
  }
  .breadcrumbs a {
    transition: 0.3s opacity;
  }
  .breadcrumbs a:hover {
    opacity: 0.6;
  }
  .breadcrumbs a:hover {
    text-decoration: none;
  }
}

/* ====================================================================

  #ボタンモジュール
  style設定クラスは > .btn-inner を内包する
  ex)
  <div class="some-btn">
  <p class="btn-style-a">
    <a class="btn-inner" href="hoge">ボタン</a>
  </p>
  </div>

 */
.button-inner {
  display: block;
  position: relative;
  max-width: 100%;
  cursor: pointer;
}

.button-arrow {
  display: block;
  position: relative;
  width: min(3.0769230769vw, 12px);
  height: min(1.5384615385vw, 6px);
  margin: auto 0;
  overflow: hidden;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .button-arrow {
    width: min(1.40625vw, 18px);
    height: min(0.703125vw, 9px);
  }
}

/* --------------------------------------------------------------------
  #ボタン A - 矢印

 */
.button-a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: min(14.8717948718vw, 58px);
  height: min(5.1282051282vw, 20px);
  overflow: hidden;
  border-radius: 99px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .button-a {
    width: min(7.03125vw, 90px);
    height: min(2.5vw, 32px);
  }
}

/* --------------------------------------------------------------------
  #ボタン B - テキスト + 矢印

 */
.button-b {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-right: min(17.9487179487vw, 70px);
  font-weight: 400;
}
.button-b .button-arrow:before,
.button-b .button-arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  -webkit-mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
          mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
}
.button-b .button-arrow:after {
  transform: translateX(-100%);
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media print, screen and (min-width: 768px) {
  .button-b:hover .button-arrow:before {
    animation-delay: 0s;
    animation-name: transformRightLeft;
  }
  .button-b:hover .button-arrow:after {
    animation-delay: 0.2s;
    animation-name: transformLeftRight;
  }
}
.button-b .button-arrow {
  z-index: 5;
  position: absolute;
  right: min(5.641025641vw, 22px);
}
.button-b::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: min(14.8717948718vw, 58px);
  height: min(5.1282051282vw, 20px);
  overflow: hidden;
  transform: translateY(-50%);
  border: 1px solid var(--col-border);
  border-radius: 99px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .button-b {
    padding-right: min(7.8125vw, 100px);
    font-size: min(1.171875vw, 15px);
    transition: 0.3s opacity;
  }
  .button-b .button-arrow {
    right: min(2.8125vw, 36px);
  }
  .button-b::after {
    width: min(7.03125vw, 90px);
    height: min(2.5vw, 32px);
  }
  .button-b:hover {
    opacity: 0.6;
  }
}

.button-b.--newwin {
  padding-left: min(6.4102564103vw, 25px);
}
.button-b.--newwin::before {
  left: 0;
  display: block;
  position: absolute;
  content: "";
  width: min(3.5897435897vw, 14px);
  height: min(3.5897435897vw, 14px);
  background-color: var(--col-key);
  -webkit-mask: url(../img/ic_newwin.svg) no-repeat center center/contain;
          mask: url(../img/ic_newwin.svg) no-repeat center center/contain;
}

.button-b.--back {
  padding-right: 0;
}
.button-b.--back .button-arrow {
  right: auto;
  left: min(9.2307692308vw, 36px);
  transform: scaleX(-1);
}
.button-b.--back::after {
  right: auto;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .button-b.--back {
    padding-left: min(8.59375vw, 110px);
  }
  .button-b.--back .button-arrow {
    left: min(2.8125vw, 36px);
  }
}

/* --------------------------------------------------------------------
  #ボタン B - 水色背景カプセル型

 */
.button-c {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: min(16.6666666667vw, 65px);
  width: 100%;
  border-radius: 1000px;
  background-color: var(--col-key-bright);
  color: #fff;
  font-weight: 400;
  font-size: min(3.3333333333vw, 13px);
}
.button-c .button-arrow:before,
.button-c .button-arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  -webkit-mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
          mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
}
.button-c .button-arrow:after {
  transform: translateX(-100%);
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media print, screen and (min-width: 768px) {
  .button-c:hover .button-arrow:before {
    animation-delay: 0s;
    animation-name: transformRightLeft;
  }
  .button-c:hover .button-arrow:after {
    animation-delay: 0.2s;
    animation-name: transformLeftRight;
  }
}
.button-c .button-arrow {
  z-index: 3;
  position: absolute;
  right: min(10.7692307692vw, 42px);
}
.button-c .button-mail {
  position: relative;
}
.button-c .button-mail::before {
  display: block;
  position: absolute;
  content: "";
  width: min(5.1282051282vw, 20px);
  height: min(3.5897435897vw, 14px);
  background-color: #fff;
  left: max(-7.6923076923vw, -30px);
  top: min(0.5128205128vw, 2px);
  -webkit-mask: url(../img/ic_mail.svg) no-repeat center center/contain;
          mask: url(../img/ic_mail.svg) no-repeat center center/contain;
}
.button-c::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: min(5.1282051282vw, 20px);
  width: min(14.8717948718vw, 58px);
  height: min(5.1282051282vw, 20px);
  transform: translateY(-50%);
  border-radius: 100px;
  background-color: #93dbee;
}
@media print, screen and (min-width: 768px) {
  .button-c {
    min-height: min(6.5625vw, 84px);
    font-size: min(1.328125vw, 17px);
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .button-c .button-arrow {
    right: min(3.359375vw, 43px);
  }
  .button-c .button-mail::before {
    top: min(0.3125vw, 4px);
    left: max(-2.734375vw, -35px);
    width: min(1.875vw, 24px);
    height: min(1.328125vw, 17px);
  }
  .button-c::after {
    right: min(1.5625vw, 20px);
    width: min(5.15625vw, 66px);
    height: min(1.875vw, 24px);
  }
  .button-c:hover {
    opacity: 0.8;
  }
}

@media print, screen and (min-width: 768px) {
  .button-c.--small {
    min-height: min(4.6875vw, 60px);
  }
}

.button-c .icon {
  display: flex;
  align-items: center;
  gap: min(2.0512820513vw, 8px);
}
.button-c .icon::before {
  display: block;
  position: relative;
  content: "";
  width: min(5.1282051282vw, 20px);
  height: min(5.1282051282vw, 20px);
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media print, screen and (min-width: 768px) {
  .button-c .icon {
    padding-right: min(2.8125vw, 36px);
  }
  .button-c .icon::before {
    width: min(2.109375vw, 27px);
    height: min(2.109375vw, 27px);
  }
}

.button-c.--image .icon::before {
  -webkit-mask-image: url(../img/ic_image.svg);
          mask-image: url(../img/ic_image.svg);
}

.button-c.--pdf .icon::before {
  -webkit-mask-image: url(../img/ic_pdf.svg);
          mask-image: url(../img/ic_pdf.svg);
}

/* ====================================================================

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # ページ見出し
 */
.heading-page {
  margin: min(7.6923076923vw, 30px) 0;
  font-weight: 500;
  font-size: var(--f24);
}
@media print, screen and (min-width: 768px) {
  .heading-page {
    margin: min(6.25vw, 80px) 0;
    font-size: var(--f34);
  }
}

/* --------------------------------------------------------------------
  # セクション見出し
 */
.heading-sec {
  font-weight: 500;
  font-size: var(--f17);
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .heading-sec {
    font-size: var(--f20);
  }
}

.heading-sec.--align-center {
  text-align: center;
}

.heading-block {
  font-size: var(--f19);
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .heading-block {
    font-size: var(--f24);
  }
}

.catchcopy {
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .catchcopy {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}

/* ==========================================================================

	#アコーディオンモジュール

 */
.prg-accr-trigger {
  cursor: pointer;
}

.prg-accr-content {
  display: none;
}

.prg-sp-accr-trigger {
  cursor: pointer;
}
.prg-sp-accr-trigger .icon-arrow {
  transition-duration: 0.3s;
}

@media only screen and (max-width: 767px) {
  .prg-sp-accr-content {
    display: none;
  }
}

.text-block * {
  word-break: break-all;
}
.text-block p {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
.text-block p + p {
  margin-top: min(4.6153846154vw, 18px);
}
.text-block h3 + p,
.text-block h4 + p {
  margin-top: min(3.8461538462vw, 15px);
}
.text-block h3 {
  font-weight: 500;
}
.text-block strong {
  font-weight: 700;
}
.text-block blockquote {
  background-color: #efefef;
  padding: 1em;
  margin-top: min(3.8461538462vw, 15px);
  border-radius: min(2.5641025641vw, 10px);
}
.text-block a {
  text-decoration: underline;
}
.text-block ul,
.text-block ol {
  margin: 0 0 1em;
  padding-left: 1.5em;
}
.text-block p + ul,
.text-block p + ol {
  margin-top: min(3.8461538462vw, 15px);
}
.text-block ul {
  padding: 0;
  list-style-position: outside;
}
.text-block ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.3;
}
.text-block ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}
.text-block ol {
  list-style-position: outside;
}
.text-block ol li {
  list-style-type: decimal;
}
.text-block li {
  margin-bottom: 0.5em;
}
.text-block .note {
  font-size: var(--f11);
}
@media print, screen and (min-width: 768px) {
  .text-block {
    margin-top: 0;
  }
  .text-block p {
    line-height: 1.75;
  }
  .text-block p + p {
    margin-top: min(1.953125vw, 25px);
  }
  .text-block h3 + p,
  .text-block h4 + p,
  .text-block h5 + p,
  .text-block h6 + p {
    margin-top: min(1.5625vw, 20px);
  }
  .text-block p + ul,
  .text-block p + ol {
    margin-top: min(1.5625vw, 20px);
  }
  .text-block h3 {
    font-size: var(--f20);
  }
  .text-block blockquote {
    margin-top: min(1.5625vw, 20px);
    border-radius: min(1.171875vw, 15px);
  }
  .text-block a:hover {
    text-decoration: none;
  }
  .text-block .note {
    font-size: var(--f12);
  }
}

.heading-block + .text-block {
  margin-top: min(2.5641025641vw, 10px);
}
@media print, screen and (min-width: 768px) {
  .heading-block + .text-block {
    margin-top: min(1.5625vw, 20px);
  }
}

.heading-sec + .text-block {
  margin-top: min(10.2564102564vw, 40px);
}
@media print, screen and (min-width: 768px) {
  .heading-sec + .text-block {
    margin-top: min(3.90625vw, 50px);
  }
}

.text-block.--lh-tight p {
  line-height: 1.5;
}

.text-block.--lh-loose p {
  line-height: 2.2;
}

.text-link {
  text-decoration: underline;
  color: var(--col-key);
}
@media print, screen and (min-width: 768px) {
  .text-link:hover {
    text-decoration: none;
  }
}

/*[class*='heading-'] + .text-block {
    margin-top: functions.fluid-size(10);
    @include mixins.mq-pc {
        margin-top: functions.fluid-size(20);
    }
}*/
.article-style {
  --portrait-max-vh: 60svh;
  --portrait-max-px: 750px;
  /**
   イメージ
  */
}
.article-style > * + * {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .article-style > * + * {
    margin-top: 60px;
  }
}
.article-style h1 .small,
.article-style h2 .small,
.article-style h3 .small,
.article-style h4 .small,
.article-style h5 .small,
.article-style h6 .small {
  font-size: 0.75em;
  margin-bottom: 1em;
  display: inline-block;
}
.article-style h1 .ruby,
.article-style h2 .ruby,
.article-style h3 .ruby,
.article-style h4 .ruby,
.article-style h5 .ruby,
.article-style h6 .ruby {
  font-size: 0.75em;
  margin-left: 0.75em;
}
@media only screen and (max-width: 767px) {
  .article-style h1.sp-align-center,
  .article-style h2.sp-align-center,
  .article-style h3.sp-align-center,
  .article-style h4.sp-align-center,
  .article-style h5.sp-align-center,
  .article-style h6.sp-align-center {
    text-align: center;
  }
}
.article-style h1,
.article-style h2 {
  font-size: var(--f19);
  line-height: 1.5;
  font-weight: 500;
  border-top: 1px solid #ededed;
  padding-top: min(23.0769230769vw, 90px);
}
.article-style h1:not(:first-child),
.article-style h2:not(:first-child) {
  margin-top: min(23.0769230769vw, 90px);
}
@media print, screen and (min-width: 768px) {
  .article-style h1,
  .article-style h2 {
    padding-top: min(7.03125vw, 90px);
  }
  .article-style h1:not(:first-child),
  .article-style h2:not(:first-child) {
    margin-top: min(7.03125vw, 90px);
  }
}
@media print, screen and (min-width: 768px) {
  .article-style h1,
  .article-style h2 {
    font-size: var(--f24);
  }
}
.article-style h3 {
  font-size: var(--f14);
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .article-style h3 {
    font-size: var(--f18);
  }
}
.article-style h4,
.article-style h5,
.article-style h6 {
  font-weight: 500;
}
.article-style h4:not(:first-child),
.article-style h5:not(:first-child),
.article-style h6:not(:first-child) {
  margin-top: 14px;
}
@media print, screen and (min-width: 768px) {
  .article-style h4:not(:first-child),
  .article-style h5:not(:first-child),
  .article-style h6:not(:first-child) {
    margin-top: 21px;
  }
}
.article-style p {
  margin-top: 14px;
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  .article-style p {
    margin-top: 21px;
  }
}
.article-style h2 + p {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .article-style h2 + p {
    margin-top: 60px;
  }
}
.article-style .lead + p {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .article-style .lead + p {
    margin-top: 30px;
  }
}
.article-style h3 + p {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .article-style h3 + p {
    margin-top: 15px;
  }
}
.article-style h2 + .grid,
.article-style .lead + .grid,
.article-style h3 + .grid {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .article-style h2 + .grid,
  .article-style .lead + .grid,
  .article-style h3 + .grid {
    margin-top: 30px;
  }
}
.article-style a:not(.button-c):not(.button-b) {
  text-decoration: underline;
  color: var(--col-key-bright);
}
@media print, screen and (min-width: 768px) {
  .article-style a:not(.button-c):not(.button-b):hover {
    text-decoration: none;
  }
}
.article-style .image + *:not(img) {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .article-style .image + *:not(img) {
    margin-top: 60px;
  }
}
.article-style .image + .grid {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .article-style .image + .grid {
    margin-top: 45px;
  }
}
.article-style .image-caption {
  color: #b8b8b8;
  font-size: var(--f11);
  margin: 0.3em 0 0;
  text-align: right;
}
.article-style img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
.article-style img + *:not(img) {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .article-style img + *:not(img) {
    margin-top: 60px;
  }
}
.article-style img + .grid {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .article-style img + .grid {
    margin-top: 45px;
  }
}
.article-style img + img {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .article-style img + img {
    margin-top: 60px;
  }
}
.article-style img + figcaption {
  margin-top: 1em;
}
.article-style figcaption {
  font-size: min(2.8205128205vw, 11px);
}
@media print, screen and (min-width: 768px) {
  .article-style figcaption {
    font-size: min(1.09375vw, 14px);
  }
}
.article-style blockquote {
  background-color: #f5f5f5;
  font-style: italic;
  padding: 1.5em;
  line-height: 1.75;
}
.article-style table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
  margin-top: 40px;
}
.article-style table th,
.article-style table td {
  padding: 0.5em;
  border: 1px solid var(--col-brand);
  color: var(--col-brand);
  line-height: 1.5;
  text-align: center;
  word-break: break-word;
}
.article-style table th {
  background-color: #FFEEDE;
  text-align: center;
}
.article-style table td {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .article-style table {
    margin-top: 60px;
  }
}
.article-style .lead {
  font-size: var(--f15);
  font-weight: 500;
}
.article-style .lead:not(:first-child) {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .article-style .lead:not(:first-child) {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .article-style .lead {
    font-size: var(--f18);
  }
}
.article-style .note {
  font-size: var(--f11);
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .article-style .note {
    font-size: var(--f12);
    margin-top: 15px;
  }
}
.article-style .article__button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 min(23.0769230769vw, 90px);
  margin-inline: auto;
  text-decoration: none;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .article-style .article__button {
    padding: 0 min(9.375vw, 120px);
  }
}
.article-style .grid__item h3 + p {
  margin-top: 4px;
}
.article-style .grid__item p {
  font-size: var(--f13);
}
.article-style .grid__item .item-body p:first-of-type {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .article-style .grid__item h3 + p {
    margin-top: 6px;
  }
  .article-style .grid__item p {
    font-size: var(--f14);
  }
}
.article-style ul > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}
.article-style ul > li::before {
  position: absolute;
  content: "・";
  left: 0;
}
.article-style ul > li:not(:first-child) {
  margin-top: 0.5em;
}
.article-style ol {
  counter-reset: num 0;
  padding: 0;
}
.article-style ol > li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
  counter-increment: num 1;
}
.article-style ol > li::before {
  width: 1.5em;
  position: absolute;
  content: counter(num) ".";
  left: 0;
  text-align: right;
}
.article-style ol > li:not(:first-child) {
  margin-top: 0.5em;
}
.article-style.--news-single h2 {
  margin-top: 40px;
  padding-top: 0;
  border: none;
}
.article-style.--news-single h3 {
  margin-top: 20px;
}
.article-style.--news-single h3 + h2 {
  margin-top: 0.5em;
}
.article-style.--news-single h4, .article-style.--news-single h5, .article-style.--news-single h6 {
  margin-top: 14px;
}
@media print, screen and (min-width: 768px) {
  .article-style.--news-single h2 {
    margin-top: 60px;
  }
  .article-style.--news-single h3 {
    margin-top: 30px;
  }
  .article-style.--news-single h4, .article-style.--news-single h5, .article-style.--news-single h6 {
    margin-top: 21px;
  }
}

.anchor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(3.0769230769vw, 12px);
  margin-bottom: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .anchor {
    margin-bottom: min(2.34375vw, 30px);
    display: flex;
    justify-content: center;
  }
}

.anchor__item {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--col-border);
}
.anchor__item > a {
  display: block;
  padding: min(3.8461538462vw, 15px) min(7.6923076923vw, 30px) min(3.8461538462vw, 15px) 0;
  position: relative;
  align-items: center;
  line-height: 1.5;
}
.anchor__item::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #bdbdbd;
  width: min(3.0769230769vw, 12px);
  height: min(1.7948717949vw, 7px);
  -webkit-mask: url(../img/ic_anchor.svg) no-repeat center center/contain;
          mask: url(../img/ic_anchor.svg) no-repeat center center/contain;
  right: min(2.5641025641vw, 10px);
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .anchor__item:nth-of-type(1), .anchor__item:nth-of-type(2) {
    border-top: 1px solid var(--col-border);
  }
}
@media print, screen and (min-width: 768px) {
  .anchor__item {
    border-bottom: none;
  }
  .anchor__item::after {
    bottom: min(0.78125vw, 10px);
    transition: transform 0.3s;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }
  .anchor__item > a {
    display: flex;
    padding: min(0.78125vw, 10px) min(1.5625vw, 20px) min(1.953125vw, 25px);
    transition: opacity 0.3s;
  }
  .anchor__item:hover {
    opacity: 0.7;
  }
  .anchor__item:hover::after {
    transform: translate3d(-50%, 5px, 0);
  }
}

@media print, screen and (min-width: 768px) {
  .anchor__item + .anchor__item {
    border-left: 1px solid var(--col-border);
  }
}

@media print, screen and (min-width: 768px) {
  .anchor.--loose .anchor__item > a {
    padding-left: min(3.90625vw, 50px);
    padding-right: min(3.90625vw, 50px);
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.125vw, 40px);
  }
}

.grid + .grid {
  margin-top: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .grid + .grid {
    margin-top: min(3.125vw, 40px);
  }
}

@media print, screen and (min-width: 768px) {
  .grid__item {
    display: grid;
    grid-template-columns: min(12.890625vw, 165px) auto;
    gap: min(3.125vw, 40px);
  }
}

@media print, screen and (min-width: 768px) {
  .grid__item:not(:has(.item-media)) {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media only screen and (max-width: 767px) {
  .grid__item + .grid__item {
    margin-top: min(7.6923076923vw, 30px);
  }
}

.grid__item .item-media {
  width: min(25.641025641vw, 100px);
  margin-bottom: min(2.5641025641vw, 10px);
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .grid__item .item-media {
    width: auto;
  }
}

.grid.--no-gap {
  gap: 0;
}
@media only screen and (max-width: 767px) {
  .grid.--no-gap .grid__item + .grid__item {
    margin-top: 0;
  }
}

.grid__item:has(.item-large-media) .item-large-media {
  width: auto;
  max-width: 100%;
  margin-bottom: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .grid__item:has(.item-large-media) {
    grid-column: 1/3;
    gap: min(3.125vw, 40px);
    grid-template-columns: min(16.40625vw, 210px) auto;
  }
  .grid__item:has(.item-large-media) .item-large-media {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .grid-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-image > img {
  display: block;
}
.grid-image img + img {
  margin-top: 0;
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin-top: min(10.2564102564vw, 40px);
}
@media print, screen and (min-width: 768px) {
  .pagination {
    margin-top: min(6.25vw, 80px);
  }
}

.pagination__list {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.pagination__list > li {
  font-style: normal;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}
.pagination__list > li > a,
.pagination__list > li > span {
  color: #999;
  width: min(7.6923076923vw, 30px);
  height: min(6.1538461538vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__list > li.is-current > a, .pagination__list > li.is-current > span {
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .pagination__list > li {
    font-size: var(--f15);
  }
  .pagination__list > li > a,
  .pagination__list > li > span {
    width: min(3.125vw, 40px);
    height: min(2.5vw, 32px);
  }
}

.pagination__prev,
.pagination__next {
  position: relative;
  background-color: var(--col-key-bright);
  width: min(17.4358974359vw, 68px);
  height: min(6.1538461538vw, 24px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  /*    &::before {
          @include mixins.beforeSetting;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: #fff;
          mask: url(../img/ic_arrow_a.svg) no-repeat center center /functions.fluid-size(20) auto;
      }*/
}
.pagination__prev .button-arrow:before,
.pagination__prev .button-arrow:after,
.pagination__next .button-arrow:before,
.pagination__next .button-arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  -webkit-mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
          mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
}
.pagination__prev .button-arrow:after,
.pagination__next .button-arrow:after {
  transform: translateX(-100%);
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media print, screen and (min-width: 768px) {
  .pagination__prev:hover .button-arrow:before,
  .pagination__next:hover .button-arrow:before {
    animation-delay: 0s;
    animation-name: transformRightLeft;
  }
  .pagination__prev:hover .button-arrow:after,
  .pagination__next:hover .button-arrow:after {
    animation-delay: 0.2s;
    animation-name: transformLeftRight;
  }
}
.pagination__prev .button-arrow,
.pagination__next .button-arrow {
  position: absolute;
  left: calc(50% - min(1.7948717949vw, 7px));
  top: calc(50% - min(0.7692307692vw, 3px));
  width: min(3.5897435897vw, 14px);
  height: min(1.5384615385vw, 6px);
}
.pagination__prev > span:not(.button-arrow),
.pagination__next > span:not(.button-arrow) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .pagination__prev,
  .pagination__next {
    width: min(7.1875vw, 92px);
    height: min(2.5vw, 32px);
  }
  .pagination__prev .button-arrow,
  .pagination__next .button-arrow {
    left: calc(50% - min(0.78125vw, 10px));
    top: calc(50% - min(0.546875vw, 7px));
    width: min(1.5625vw, 20px);
    height: min(1.09375vw, 14px);
  }
}

.pagination__prev .button-arrow {
  transform: scaleX(-1);
}

.modal {
  display: flex;
  visibility: hidden;
  z-index: 600;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: min(2.5641025641vw, 10px);
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s;
}
@media print, screen and (min-width: 768px) {
  .modal {
    padding: min(4.6875vw, 60px);
  }
}

.modal__inner {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .modal__inner {
    width: 100%;
  }
}

.modal.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: visibility 0s, opacity 0.5s;
}

@media print, screen and (min-width: 768px) {
  .modal.--common .modal__body {
    width: min(84.375vw, 1080px);
    margin-inline: auto;
  }
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 55, 55, 0.5);
}

.modal__body {
  z-index: 1;
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  overflow: hidden;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .modal__body {
    height: calc(100vh - 100px);
  }
}

.modal__content {
  padding: min(5.1282051282vw, 20px);
  overflow-y: scroll;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .modal__content {
    padding: min(3.125vw, 40px) min(2.34375vw, 30px);
  }
}

.modal__content.--no-padding {
  padding: 0;
}

.modal__close-top,
.modal__close-bottom {
  z-index: 1;
  position: relative;
}

.modal__close-top {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  width: min(10.2564102564vw, 40px);
  height: min(10.2564102564vw, 40px);
  background-color: var(--col-black);
  cursor: pointer;
  -webkit-mask: url(../img/ic_close.svg) no-repeat center center/min(4.1025641026vw, 16px) min(4.1025641026vw, 16px);
          mask: url(../img/ic_close.svg) no-repeat center center/min(4.1025641026vw, 16px) min(4.1025641026vw, 16px);
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .modal__close-top {
    width: min(4.6875vw, 60px);
    height: min(4.6875vw, 60px);
    -webkit-mask-size: min(1.5625vw, 20px) min(1.5625vw, 20px);
            mask-size: min(1.5625vw, 20px) min(1.5625vw, 20px);
    transition: 0.3s opacity;
  }
  .modal__close-top:hover {
    opacity: 0.6;
  }
}

@media print, screen and (min-width: 768px) {
  .modal__head {
    padding: min(3.90625vw, 50px) 0;
  }
}

.modal__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--f20);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .modal__heading {
    font-size: var(--f26);
  }
}

.modal__heading-sub {
  font-weight: 700;
  font-size: var(--f18);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .modal__heading-sub {
    font-size: var(--f22);
  }
}

/*

@forward "anchor";
@forward "breadcrumbs";


@forward "dropdown";

@forward "form";


@forward "pagination";
@forward "snippet";
@forward "tab";
@forward "table";*/
.sns-nav {
  display: flex;
  gap: 20px;
}
.sns-nav > li > a {
  display: block;
  width: 17px;
  height: 17px;
  background-color: #fff;
  font-size: 0;
  -webkit-mask: url(../img/ic_x.svg) no-repeat center center/contain;
          mask: url(../img/ic_x.svg) no-repeat center center/contain;
}
.sns-nav > li.--x > a {
  -webkit-mask-image: url(../img/ic_x.svg);
          mask-image: url(../img/ic_x.svg);
}
.sns-nav > li.--note > a {
  -webkit-mask-image: url(../img/ic_note.svg);
          mask-image: url(../img/ic_note.svg);
}
.sns-nav > li.--insta > a {
  -webkit-mask-image: url(../img/ic_insta.svg);
          mask-image: url(../img/ic_insta.svg);
}
@media print, screen and (min-width: 768px) {
  .sns-nav {
    position: absolute;
    top: 50%;
    right: min(5.3125vw, 68px);
    gap: min(2.34375vw, 30px);
    transform: translateY(-50%);
  }
  .sns-nav > li > a {
    width: 20px;
    height: 20px;
    background-color: var(--col-black);
    transition: 0.3s opacity;
  }
  .sns-nav > li > a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .sns-nav {
    gap: min(5.1282051282vw, 20px);
    right: min(8.7179487179vw, 34px);
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .sns-nav {
    gap: min(3.0769230769vw, 12px);
    right: min(6.4102564103vw, 25px);
    /*display: none;*/
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .sns-nav {
    gap: min(2.5641025641vw, 10px);
    right: min(3.8461538462vw, 15px);
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .sns-nav {
    display: none;
  }
}

.sns-nav.--footer {
  position: relative;
}
.sns-nav.--footer > li > a {
  background-color: var(--col-black);
}
@media print, screen and (min-width: 768px) {
  .sns-nav.--footer {
    top: auto;
    right: auto;
    transform: none;
  }
}

[data-sort] [data-sort-item] {
  display: none;
}
[data-sort] [data-sort-item].is-current {
  display: block;
}

.books-list-item {
  display: block;
  position: relative;
  border-bottom: 1px solid #e0e7ec;
  background-color: var(--col-pale-blue);
}
@media print, screen and (min-width: 768px) {
  .books-list-item {
    display: flex;
    flex-direction: row-reverse;
    background-color: #fff;
    transition: background-color 0.3s;
  }
  .books-list-item:last-of-type {
    border: none;
  }
  .books-list-item:hover {
    background-color: var(--col-pale-blue);
  }
  .books-list-item.is-current {
    display: flex !important;
  }
}

.books-list-item-content {
  display: flex;
  z-index: 3;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 min(7.6923076923vw, 30px) min(10.2564102564vw, 40px);
}
@media print, screen and (min-width: 768px) {
  .books-list-item-content {
    flex: 1;
    padding: min(3.125vw, 40px) 4% min(3.125vw, 40px) 8%;
  }
}

.books-list-item__heading {
  font-weight: 500;
  font-size: min(6.9230769231vw, 27px);
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .books-list-item__heading {
    font-size: min(4.84375vw, 62px);
  }
}

.books-list-item__author {
  margin-top: min(2.5641025641vw, 10px);
  font-weight: 500;
  font-size: min(4.8717948718vw, 19px);
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .books-list-item__author {
    margin-top: min(1.5625vw, 20px);
    font-size: min(3.28125vw, 42px);
  }
}

.books-list-item__text {
  display: none;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .books-list-item__text {
    display: block;
    margin-top: min(3.90625vw, 50px);
  }
}

@media only screen and (max-width: 767px) {
  .books-list-item__button {
    margin: min(5.1282051282vw, 20px) 0 0 auto;
    font-size: 0;
  }
  .books-list-item__button::after {
    background: none;
  }
}
@media print, screen and (min-width: 768px) {
  .books-list-item__button {
    margin-top: min(2.34375vw, 30px);
  }
}

.books-list-item__pict {
  z-index: 3;
  position: relative;
  right: 0;
  background-color: var(--col-pale-blue);
}
.books-list-item__pict figure {
  display: block;
  width: 100%;
  padding: 15%;
  aspect-ratio: 1;
}
@supports not (aspect-ratio: auto) {
  .books-list-item__pict figure {
    position: relative;
  }
  .books-list-item__pict figure::before {
    padding-top: 100%;
    float: left;
    content: "";
  }
  .books-list-item__pict figure::after {
    display: block;
    clear: both;
    content: "";
  }
  .books-list-item__pict figure > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.books-list-item__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(10px 10px 0 #8eafc0);
}
@media print, screen and (min-width: 768px) {
  .books-list-item__pict img {
    filter: drop-shadow(20px 20px 0 #8eafc0);
  }
}
@media print, screen and (min-width: 768px) {
  .books-list-item__pict {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .category-nav-wrap {
    overflow-x: auto;
    border-top: 1px solid var(--col-border);
    border-bottom: 1px solid var(--col-border);
  }
}

@media only screen and (max-width: 767px) {
  .category-nav-wrap.--sp-fit {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
  }
}

.category-nav {
  display: flex;
}
.category-nav > li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: min(10.2564102564vw, 40px);
  padding: 0 min(5.1282051282vw, 20px);
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
}
.category-nav > li.is-current {
  color: var(--col-key);
  font-weight: 700;
}
.category-nav > li.is-current::before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--col-key);
}
@media print, screen and (min-width: 768px) {
  .category-nav {
    display: block;
    border: none;
  }
  .category-nav > li {
    display: block;
    min-height: auto;
    margin-bottom: min(1.953125vw, 25px);
    padding-right: min(6.25vw, 80px);
    text-align: right;
    cursor: pointer;
    transition: 0.3s opacity;
  }
  .category-nav > li:hover {
    opacity: 0.6;
  }
  .category-nav > li.is-current::before {
    right: 0;
    width: 3px;
    height: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .category-nav.--invert > li {
    padding-right: 0;
    padding-left: min(6.25vw, 80px);
    text-align: left;
  }
  .category-nav.--invert > li.is-current::before {
    right: auto;
    left: -3px;
  }
}

@media print, screen and (min-width: 768px) {
  .category-nav.--horizontal {
    display: flex;
    justify-content: center;
  }
  .category-nav.--horizontal > li {
    padding: 0 min(4.6875vw, 60px);
    margin-bottom: 0;
  }
  .category-nav.--horizontal > li.is-current {
    color: var(--col-key);
  }
  .category-nav.--horizontal > li.is-current::before {
    display: none;
  }
  .category-nav.--horizontal > li + li {
    border-left: 1px solid var(--col-border);
  }
}

#hover-follower {
  --size: 48px;
  z-index: 1000;
  position: fixed;
  mix-blend-mode: multiply; /* お好みで */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
#hover-follower > span {
  display: block;
  width: var(--size);
  height: var(--size);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
  backdrop-filter: blur(6px);
  background: url(../img/shape_follower.svg) no-repeat center center/contain;
  transition: 0.3s transform;
}

#hover-follower.is-show {
  opacity: 1;
}
#hover-follower.is-show > span {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  #hover-follower {
    transition: none;
  }
}
.news-list__item {
  display: flex;
  flex-wrap: wrap;
  padding: min(5.1282051282vw, 20px) 0;
  border-bottom: 1px solid var(--col-border);
  line-height: 1.3;
}
.news-list__item.is-current {
  display: flex !important;
}
.news-list__item .item-date {
  font-style: normal;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  margin-top: min(1.0256410256vw, 4px);
  margin-right: 0.8em;
}
.news-list__item .item-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(15.3846153846vw, 60px);
  min-height: min(5.1282051282vw, 20px);
  margin-left: min(2.5641025641vw, 10px);
  padding: 0.1em 1em;
  background-color: var(--col-pale-blue);
  color: var(--col-key);
}
.news-list__item .item-title {
  width: 100%;
  margin-top: min(1.7948717949vw, 7px);
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .news-list__item {
    padding: min(3.125vw, 40px) 0;
  }
  .news-list__item a {
    transition: 0.3s opacity;
  }
  .news-list__item a:hover {
    opacity: 0.6;
  }
  .news-list__item .item-category {
    min-width: min(8.59375vw, 110px);
    margin: 0 min(0.390625vw, 5px);
  }
  .news-list__item .item-title {
    margin-top: min(1.5625vw, 20px);
  }
}

.news-list.--simple .news-list__item .item-date {
  margin: 0;
}
.news-list.--simple .news-list__item .item-title {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .news-list.--simple .news-list__item {
    padding: min(2.34375vw, 30px) 0;
  }
  .news-list.--simple .news-list__item .news-list__item {
    display: grid;
    grid-template-columns: min(7.8125vw, 100px) 1fr;
  }
}

.news-wrapper {
  border: 1px solid var(--col-border);
  margin-top: min(5.1282051282vw, 20px);
  padding: min(6.4102564103vw, 25px) min(3.8461538462vw, 15px);
  max-height: min(115.3846153846vw, 450px);
  overflow-y: auto;
}
@media print, screen and (min-width: 768px) {
  .news-wrapper {
    margin-top: min(3.125vw, 40px);
    padding: min(2.34375vw, 30px) min(4.6875vw, 60px);
    max-height: min(39.0625vw, 500px);
  }
}

.note-list__item {
  display: flex;
  position: relative;
  align-items: center;
}
.note-list__item:not(:last-of-type) {
  border-bottom: 1px solid var(--col-border);
}
.note-list__item > a {
  display: flex;
  align-items: center;
  padding: min(5.1282051282vw, 20px) min(3.8461538462vw, 15px) min(5.1282051282vw, 20px) 0;
}
.note-list__item .item-pict {
  display: block;
  width: 42%;
}
.note-list__item .item-pict img {
  vertical-align: bottom;
}
.note-list__item .item-content {
  flex: 1;
  padding-left: 15px;
}
.note-list__item .item-title {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
.note-list__item .item-title br {
  display: none;
}
.note-list__item .item-text {
  display: none;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media print, screen and (min-width: 768px) {
  .note-list__item {
    min-height: min(8.59375vw, 110px);
  }
  .note-list__item > a {
    padding: min(4.6875vw, 60px) 0;
    transition: 0.3s opacity;
  }
  .note-list__item > a:hover {
    opacity: 0.6;
  }
  .note-list__item .item-pict {
    width: min(16.5625vw, 212px);
  }
  .note-list__item .item-content {
    padding-left: min(3.125vw, 40px);
  }
  .note-list__item .item-title {
    font-size: min(1.5625vw, 20px);
  }
  .note-list__item .item-title br {
    display: inline;
  }
  .note-list__item .item-text {
    display: block;
    margin-top: 0.3em;
    font-size: min(1.015625vw, 13px);
    line-height: 1.5;
  }
}

.page-share {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: min(5.1282051282vw, 20px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .page-share {
    padding: min(2.34375vw, 30px) 0;
  }
}

/*
.section + .page-share {
    margin-top: functions.fluid-size(100);
    @include mixins.mq-pc {
        margin-top: functions.fluid-size(100);
    }
}
*/
.page-share__label {
  font-size: var(--f12);
}
@media print, screen and (min-width: 768px) {
  .page-share__label {
    font-size: var(--f15);
    letter-spacing: 0.1em;
  }
}

.page-share__list {
  display: flex;
  position: relative;
  padding-left: min(5.1282051282vw, 20px);
  margin-left: min(5.1282051282vw, 20px);
  gap: min(2.5641025641vw, 10px);
}
.page-share__list::before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: min(4.358974359vw, 17px);
  background-color: #cccccc;
  top: min(1.0256410256vw, 4px);
  left: 0;
}
.page-share__list > li > a {
  display: block;
  background-color: var(--col-black);
  width: min(6.4102564103vw, 25px);
  height: min(6.4102564103vw, 25px);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: min(4.6153846154vw, 18px) min(4.6153846154vw, 18px);
          mask-size: min(4.6153846154vw, 18px) min(4.6153846154vw, 18px);
}
.page-share__list > li span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}
.page-share__list > li.--facebook > a {
  -webkit-mask-image: url(../img/ic_fb.svg);
          mask-image: url(../img/ic_fb.svg);
}
.page-share__list > li.--x > a {
  -webkit-mask-image: url(../img/ic_x.svg);
          mask-image: url(../img/ic_x.svg);
}
.page-share__list > li.--hatena > a {
  -webkit-mask-image: url(../img/ic_hatena.svg);
          mask-image: url(../img/ic_hatena.svg);
}
.page-share__list > li.--line > a {
  -webkit-mask-image: url(../img/ic_line.svg);
          mask-image: url(../img/ic_line.svg);
}
.page-share__list > li.--note > a {
  -webkit-mask-image: url(../img/ic_note.svg);
          mask-image: url(../img/ic_note.svg);
}
.page-share__list > li.--insta > a {
  -webkit-mask-image: url(../img/ic_insta.svg);
          mask-image: url(../img/ic_insta.svg);
}
@media print, screen and (min-width: 768px) {
  .page-share__list {
    display: flex;
    padding-left: min(2.34375vw, 30px);
    margin-left: min(2.34375vw, 30px);
    align-items: center;
    justify-content: center;
    gap: min(0.390625vw, 5px);
  }
  .page-share__list > li > a {
    width: min(2.34375vw, 30px);
    height: min(2.34375vw, 30px);
    transition: 0.3s opacity;
    -webkit-mask-size: min(1.5625vw, 20px) min(1.5625vw, 20px);
            mask-size: min(1.5625vw, 20px) min(1.5625vw, 20px);
  }
  .page-share__list > li > a:hover {
    opacity: 0.6;
  }
}

@media print, screen and (min-width: 768px) {
  .page-share__list.--vertical {
    flex-direction: column;
    gap: min(0.390625vw, 5px);
    margin-top: min(2.34375vw, 30px);
    padding-top: min(2.34375vw, 30px);
    padding-left: 0;
    margin-left: 0;
  }
  .page-share__list.--vertical::before {
    display: block;
    position: absolute;
    content: "";
    width: min(1.5625vw, 20px);
    height: 1px;
    background-color: #cccccc;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media print, screen and (min-width: 768px) {
  .page-share-side__label {
    font-feature-settings: "pkna";
    text-orientation: mixed;
    writing-mode: vertical-rl;
    -ms-text-combine-horizontal: all;
    font-size: var(--f15);
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}

.section {
  padding: 0 0 min(23.0769230769vw, 90px) 0;
}
@media print, screen and (min-width: 768px) {
  .section {
    padding: 0 0 min(7.03125vw, 90px) 0;
  }
}

.section.article-style {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .anchor + .section {
    border-top: none;
  }
}

.shop-modal .modal__inner {
  width: 100%;
}

.shop-modal__body {
  background-color: var(--col-pale-blue);
  border-radius: min(2.5641025641vw, 10px);
  padding: 0;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .shop-modal__body {
    border-radius: min(1.5625vw, 20px);
    width: min(100% - min(4.6875vw, 60px), min(100.78125vw, 1290px));
  }
}

.shop-modal__close {
  position: absolute;
  width: min(7.6923076923vw, 30px);
  height: min(7.6923076923vw, 30px);
  -webkit-mask: url(../img/ic_close.svg) no-repeat center center/min(3.8461538462vw, 15px) auto;
          mask: url(../img/ic_close.svg) no-repeat center center/min(3.8461538462vw, 15px) auto;
  background-color: var(--col-black);
  right: min(2.5641025641vw, 10px);
  top: min(2.5641025641vw, 10px);
}
.shop-modal__close > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .shop-modal__close {
    cursor: pointer;
    width: min(4.6875vw, 60px);
    height: min(4.6875vw, 60px);
    -webkit-mask-size: min(1.5625vw, 20px) auto;
            mask-size: min(1.5625vw, 20px) auto;
    right: 0;
    top: 0;
    transition: 0.3s opacity;
  }
  .shop-modal__close:hover {
    opacity: 0.6;
  }
}

.shop-modal__content {
  padding: min(5.1282051282vw, 20px) min(3.8461538462vw, 15px);
}
@media print, screen and (min-width: 768px) {
  .shop-modal__content {
    padding: min(2.34375vw, 30px) min(4.6875vw, 60px);
  }
}

.shop-modal__block {
  padding: min(5.1282051282vw, 20px) min(2.5641025641vw, 10px);
}
@media print, screen and (min-width: 768px) {
  .shop-modal__block {
    padding: min(2.34375vw, 30px) min(1.5625vw, 20px);
  }
}

.shop-modal__block + .shop-modal__block {
  border-top: 1px solid #dee6e8;
}

.shop-modal__heading {
  position: relative;
  font-weight: 500;
  padding-left: min(7.6923076923vw, 30px);
  font-size: var(--f17);
}
.shop-modal__heading::before {
  display: block;
  position: absolute;
  content: "";
  width: min(6.1538461538vw, 24px);
  height: min(6.1538461538vw, 24px);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: auto;
          mask-size: auto;
  background-color: var(--col-black);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .shop-modal__heading {
    font-size: var(--f20);
    padding-left: min(3.125vw, 40px);
  }
  .shop-modal__heading::before {
    width: min(2.5vw, 32px);
    height: min(2.5vw, 32px);
  }
}

.shop-modal__heading.--stock::before {
  -webkit-mask-image: url(../img/ic_search.svg);
          mask-image: url(../img/ic_search.svg);
  -webkit-mask-size: min(5.1282051282vw, 20px) auto;
          mask-size: min(5.1282051282vw, 20px) auto;
}

.shop-modal__heading.--online::before {
  -webkit-mask-image: url(../img/ic_book.svg);
          mask-image: url(../img/ic_book.svg);
  -webkit-mask-size: min(5.1282051282vw, 20px) auto;
          mask-size: min(5.1282051282vw, 20px) auto;
}

.shop-modal__heading.--ebook::before {
  -webkit-mask-image: url(../img/ic_ebook.svg);
          mask-image: url(../img/ic_ebook.svg);
  -webkit-mask-size: min(5.1282051282vw, 20px) auto;
          mask-size: min(5.1282051282vw, 20px) auto;
}

.shop-modal__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.5641025641vw, 10px);
  margin-top: min(5.1282051282vw, 20px);
}
.shop-modal__list > li > a {
  position: relative;
  display: flex;
  background-color: #fff;
}
.shop-modal__list > li > a::after {
  display: block;
  position: absolute;
  content: "";
  z-index: 3;
  right: 6px;
  top: 6px;
  width: min(3.0769230769vw, 12px);
  height: min(3.0769230769vw, 12px);
  background-color: #98cde0;
  -webkit-mask: url(../img/ic_newwin.svg) no-repeat center center/contain;
          mask: url(../img/ic_newwin.svg) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .shop-modal__list {
    margin-top: min(1.5625vw, 20px);
    gap: min(0.78125vw, 10px);
    grid-template-columns: repeat(5, 1fr);
  }
  .shop-modal__list > li > a {
    right: 10px;
    top: 10px;
    transition: 0.3s opacity;
  }
  .shop-modal__list > li > a:hover {
    opacity: 0.6;
  }
}

.search-form {
  position: absolute;
  padding: 0;
  display: flex;
  align-items: center;
  top: min(17.9487179487vw, 70px);
  width: 100%;
  height: min(15.3846153846vw, 60px);
}
.search-form::after {
  display: block;
  position: absolute;
  content: "";
  width: min(15.3846153846vw, 60px);
  height: min(15.3846153846vw, 60px);
  right: 0;
  top: 0;
  background-color: var(--col-key-bright);
}
.search-form .gsc-control-cse {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .search-form {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .search-form {
    right: min(17.1875vw, 220px);
    top: 50%;
    transform: translateY(-50%);
    width: min(20.3125vw, 260px);
    height: min(4.6875vw, 60px);
  }
  .search-form::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .search-form {
    right: min(39.7435897436vw, 155px);
    width: min(51.2820512821vw, 200px);
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .search-form {
    right: min(33.3333333333vw, 130px);
    width: min(46.1538461538vw, 180px);
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .search-form {
    right: min(28.2051282051vw, 110px);
    width: min(41.0256410256vw, 160px);
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .search-form {
    right: min(3.8461538462vw, 15px);
  }
}

.search-form form#cse-search-box {
  position: relative;
  width: 100%;
}

/* input text */
.search-form input[type=text][name=q] {
  width: calc(100% - min(15.3846153846vw, 60px));
  box-sizing: border-box;
  border: 0;
  height: min(15.3846153846vw, 60px);
  background: var(--col-pale-blue);
  font-size: 16px;
  line-height: 1;
  color: var(--col-text);
  padding: min(3.5897435897vw, 14px) min(13.3333333333vw, 52px) min(3.5897435897vw, 14px) min(5.1282051282vw, 20px);
  outline: none;
}
@media print, screen and (min-width: 768px) {
  .search-form input[type=text][name=q] {
    width: 100%;
    padding: min(1.09375vw, 14px) min(4.0625vw, 52px) min(1.09375vw, 14px) min(1.5625vw, 20px);
    border-radius: 999px;
  }
}

.search-form input[type=text][name=q]::-moz-placeholder {
  color: rgba(26, 26, 26, 0.45);
}

.search-form input[type=text][name=q]::placeholder {
  color: rgba(26, 26, 26, 0.45);
}
@media (min-width: 768px) and (max-width: 1400px) {
  .search-form input[type=text][name=q]::-moz-placeholder {
    font-size: 13px;
  }
  .search-form input[type=text][name=q]::placeholder {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .search-form input[type=text][name=q]::-moz-placeholder {
    font-size: 12px;
  }
  .search-form input[type=text][name=q]::placeholder {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .search-form input[type=text][name=q]::-moz-placeholder {
    font-size: 11px;
  }
  .search-form input[type=text][name=q]::placeholder {
    font-size: 11px;
  }
}

/* focus */
.search-form input[type=text][name=q]:focus {
  /*box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06) inset;*/
}

/* submit button as icon */
.search-form input[type=submit][name=sa] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  z-index: 3;
  width: min(15.3846153846vw, 60px);
  height: min(15.3846153846vw, 60px);
  border: 0;
  padding: 0;
  background-color: #fff;
  cursor: pointer;
  /* text submitを消す */
  color: transparent;
  font-size: 0;
  -webkit-mask: url(../img/ic_search2.svg) no-repeat center center/min(4.6153846154vw, 18px) auto;
          mask: url(../img/ic_search2.svg) no-repeat center center/min(4.6153846154vw, 18px) auto;
}
@media print, screen and (min-width: 768px) {
  .search-form input[type=submit][name=sa] {
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--col-black);
    right: min(1.40625vw, 18px);
    width: min(2.1875vw, 28px);
    height: min(2.1875vw, 28px);
  }
}

/* draw magnifier */
.search-form input[type=submit][name=sa]::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  /* 虫眼鏡SVG（色は #1a1a1a） */
  background: #000;
}

/* hover（好みで） */
.search-form input[type=submit][name=sa]:hover {
  opacity: 0.75;
}

.gcsc-branding img {
  width: initial !important;
  height: initial !important;
}

.top-books {
  padding-top: min(12.8205128205vw, 50px);
  padding-bottom: min(25.641025641vw, 100px);
}
@media print, screen and (min-width: 768px) {
  .top-books {
    padding-top: min(9.375vw, 120px);
    padding-bottom: min(15.625vw, 200px);
  }
}

.top-books__heading {
  margin-bottom: min(10.2564102564vw, 40px);
}
@media print, screen and (min-width: 768px) {
  .top-books__heading {
    margin-bottom: min(6.25vw, 80px);
  }
}

@media print, screen and (min-width: 768px) {
  .top-books-container {
    display: flex;
    border-top: 1px solid var(--col-border);
    border-bottom: 1px solid var(--col-border);
  }
}

@media print, screen and (min-width: 768px) {
  .top-books-head {
    width: min(21.875vw, 280px);
    padding-top: min(6.25vw, 80px);
  }
}

@media print, screen and (min-width: 768px) {
  .top-books-list {
    flex: 1;
    border-left: 1px solid var(--col-border);
  }
}

.top-books-list__button {
  margin: min(10.2564102564vw, 40px) min(7.6923076923vw, 30px) 0;
  width: auto;
}
@media print, screen and (min-width: 768px) {
  .top-books-list__button {
    width: min(35.9375vw, 460px);
    margin-top: min(6.25vw, 80px);
    margin-inline: auto;
  }
}

.top-concept {
  position: relative;
  padding-bottom: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .top-concept {
    padding-bottom: min(3.125vw, 40px);
  }
}

@media print, screen and (min-width: 768px) {
  .top-concept__pict {
    width: min(92.1875vw, 1180px);
    margin-top: 20px;
    margin-inline: auto;
  }
}

.top-concept__catchcopy {
  margin-top: max(-7.6923076923vw, -30px);
  font-weight: 500;
  font-size: min(6.1538461538vw, 24px);
  line-height: 1.58;
  letter-spacing: 0.18em;
}
@media print, screen and (min-width: 768px) {
  .top-concept__catchcopy {
    position: absolute;
    top: min(46.09375vw, 590px);
    right: calc(50% + min(23.4375vw, 300px));
    margin-top: 0;
    font-size: min(3.4375vw, 44px);
    font-feature-settings: "pkna";
    text-orientation: mixed;
    writing-mode: vertical-rl;
    -ms-text-combine-horizontal: all;
  }
}

.top-concept__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: min(7.6923076923vw, 30px);
}
.top-concept__text > p {
  font-weight: 400;
  font-size: min(3.3333333333vw, 13px);
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .top-concept__text {
    width: 50%;
    margin: min(8.984375vw, 115px) 0 0 auto;
  }
  .top-concept__text > p {
    margin-bottom: min(3.125vw, 40px);
    font-size: min(1.40625vw, 18px);
    line-height: 2.35;
  }
}

.top-concept__button {
  margin: min(10.2564102564vw, 40px) 0 0 auto;
}
@media print, screen and (min-width: 768px) {
  .top-concept__button {
    margin: min(4.6875vw, 60px) 0 0 auto;
  }
}

.top-hero {
  position: relative;
  padding-bottom: min(15.3846153846vw, 60px);
  border-bottom: 1px solid var(--col-border);
}
@media print, screen and (min-width: 768px) {
  .top-hero {
    height: 50vw;
    padding-bottom: 0;
  }
}

.hero-swiper {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease;
}
.hero-swiper.is-initialized {
  opacity: 1;
}
.hero-swiper .swiper-wrapper {
  align-items: start; /* 行の高さ合わせで伸びないように（画像比率を保つ） */
  padding: min(7.6923076923vw, 30px) 0;
}
@media print, screen and (min-width: 768px) {
  .hero-swiper .swiper-wrapper {
    height: 100%;
    padding: 0 0 min(3.125vw, 40px) 0;
  }
}
.hero-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
.hero-swiper .swiper-slide {
  z-index: 0;
  margin: 0;
  overflow: hidden;
  transform: translateZ(0) scale(0.68) !important;
  transition: transform 0.5s ease, box-shadow 0.5s ease, opacity 0.5s, margin 0.5s;
  filter: drop-shadow(10px 10px 0 #8eafc0);
}
@media print, screen and (min-width: 768px) {
  .hero-swiper .swiper-slide {
    filter: drop-shadow(25px 25px 0 #8eafc0);
  }
}
.hero-swiper .swiper-slide-active {
  z-index: 1;
  transform: scale(1) !important;
}
@media print, screen and (min-width: 768px) {
  .hero-swiper .swiper-slide-prev {
    opacity: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .hero-swiper .swiper-slide-next {
    margin-right: -6.5%;
    margin-left: 0%;
  }
}
@media print, screen and (min-width: 768px) {
  .hero-swiper .swiper-slide {
    width: 28%;
    transform-origin: 50% 0 !important;
    transition: 0.3s opacity;
  }
  .hero-swiper .swiper-slide:hover {
    opacity: 0.6;
  }
}

/**
  コントローラ
 */
.hero-nav {
  display: flex;
  z-index: 11;
  position: absolute;
  right: min(7.6923076923vw, 30px);
  bottom: min(5.1282051282vw, 20px);
  align-items: center;
  height: min(8.2051282051vw, 32px);
  gap: min(5.1282051282vw, 20px);
  cursor: pointer;
}
.hero-nav .swiper-pagination {
  font-style: normal;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}
.hero-nav .hero-nav-button {
  display: flex;
  overflow: hidden;
  gap: 1px;
  border-radius: 99px;
}
.hero-nav .swiper-button-prev,
.hero-nav .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(15.3846153846vw, 60px);
  height: min(6.1538461538vw, 24px);
  background-color: var(--col-key-bright);
  cursor: pointer;
}
.hero-nav .swiper-button-prev .button-arrow:before,
.hero-nav .swiper-button-prev .button-arrow:after,
.hero-nav .swiper-button-next .button-arrow:before,
.hero-nav .swiper-button-next .button-arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  -webkit-mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
          mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
}
.hero-nav .swiper-button-prev .button-arrow:after,
.hero-nav .swiper-button-next .button-arrow:after {
  transform: translateX(-100%);
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media print, screen and (min-width: 768px) {
  .hero-nav .swiper-button-prev:hover .button-arrow:before,
  .hero-nav .swiper-button-next:hover .button-arrow:before {
    animation-delay: 0s;
    animation-name: transformRightLeft;
  }
  .hero-nav .swiper-button-prev:hover .button-arrow:after,
  .hero-nav .swiper-button-next:hover .button-arrow:after {
    animation-delay: 0.2s;
    animation-name: transformLeftRight;
  }
}
.hero-nav .swiper-button-prev .button-arrow {
  transform: scaleX(-1);
}
@media print, screen and (min-width: 768px) {
  .hero-nav {
    bottom: 7vw;
  }
  .hero-nav .swiper-button-prev,
  .hero-nav .swiper-button-next {
    width: min(6.25vw, 80px);
    height: min(2.5vw, 32px);
    transition: 0.3s opacity;
  }
  .hero-nav .swiper-button-prev:hover,
  .hero-nav .swiper-button-next:hover {
    opacity: 0.6;
  }
  .hero-nav .swiper-pagination {
    font-size: min(1.171875vw, 15px);
  }
}

/**
  連動する情報
 */
.top-hero-content {
  margin: 0 min(7.6923076923vw, 30px);
}
@media print, screen and (min-width: 768px) {
  .top-hero-content {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    margin: 0;
    background-color: #fff;
  }
  .top-hero-content::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: max(-3.125vw, -40px);
    width: min(3.125vw, 40px);
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}

.hero-content-swiper {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.hero-content-swiper.is-initialized {
  opacity: 1;
}
.hero-content-swiper .swiper-slide {
  pointer-events: none;
}
.hero-content-swiper .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
@media print, screen and (min-width: 768px) {
  .hero-content-swiper {
    height: 100%;
  }
}

.top-hero-content__item {
  z-index: 10;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .top-hero-content__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 41vw;
    transition: 0.3s opacity;
    padding: min(6.25vw, 80px) min(1.5625vw, 20px) min(1.5625vw, 20px) min(4.6875vw, 60px);
  }
  .top-hero-content__item .button-arrow:before,
  .top-hero-content__item .button-arrow:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    -webkit-mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
            mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
  }
  .top-hero-content__item .button-arrow:after {
    transform: translateX(-100%);
  }
  @keyframes transformLeftRight {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes transformRightLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .top-hero-content__item:hover .button-arrow:before {
    animation-delay: 0s;
    animation-name: transformRightLeft;
  }
  .top-hero-content__item:hover .button-arrow:after {
    animation-delay: 0.2s;
    animation-name: transformLeftRight;
  }
}
@media print, screen and (min-width: 768px) {
  .top-hero-content__item:hover {
    opacity: 0.6;
  }
}

.top-hero__book-title {
  font-weight: 500;
  font-size: min(7.9487179487vw, 31px);
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .top-hero__book-title {
    font-size: min(3.59375vw, 46px);
  }
}

.top-hero__book-title.--s {
  font-size: min(6.1538461538vw, 24px);
}
@media print, screen and (min-width: 768px) {
  .top-hero__book-title.--s {
    font-size: min(2.8125vw, 36px);
  }
}

.top-hero__book-title.--xs {
  font-size: min(4.1025641026vw, 16px);
}
@media print, screen and (min-width: 768px) {
  .top-hero__book-title.--xs {
    font-size: min(2.34375vw, 30px);
  }
}

.top-hero__book-author {
  margin-top: min(1.2820512821vw, 5px);
  font-weight: 500;
  font-size: min(6.4102564103vw, 25px);
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .top-hero__book-author {
    margin-top: min(0.78125vw, 10px);
    font-size: min(3.125vw, 40px);
  }
}

.top-hero__book-text {
  margin-top: min(2.5641025641vw, 10px);
  font-weight: 400;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .top-hero__book-text {
    margin-top: min(3.515625vw, 45px);
    font-size: min(1.09375vw, 14px);
  }
}

.top-hero__book-button {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .top-hero__book-button {
    display: inline-flex;
    margin-top: min(3.125vw, 40px);
    border: 1px solid var(--col-border);
  }
}

/* コンテンツ側は1枚だけ見せる想定 */
.hero-content-swiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hero-content-swiper .swiper-slide-active {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .top-news {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: min(25.641025641vw, 100px) 0 min(15.3846153846vw, 60px);
  }
}
@media print, screen and (min-width: 768px) {
  .top-news {
    display: flex;
    flex-direction: row-reverse;
  }
}

.top-news .news-list {
  padding: min(5.1282051282vw, 20px) 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .top-news .news-list {
    width: calc(100% - min(19.53125vw, 250px));
    padding: min(6.25vw, 80px) min(6.25vw, 80px) min(6.25vw, 80px) 0;
    border-right: 1px solid var(--col-border);
  }
}

@media only screen and (max-width: 767px) {
  .top-news-head .category-nav-wrap {
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
  }
  .top-news-head .category-nav {
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news-head {
    width: min(21.875vw, 280px);
    padding-top: min(8.59375vw, 110px);
    border: none;
  }
}

.top-news__heading {
  margin-bottom: min(7.6923076923vw, 30px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media print, screen and (min-width: 768px) {
  .top-news__heading {
    margin-bottom: min(2.34375vw, 30px);
    padding-left: min(6.25vw, 80px);
    font-size: min(1.875vw, 24px);
  }
}

.top-news__button.--sp {
  margin: min(5.1282051282vw, 20px) 0 0 auto;
}
.top-news__button.--pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .top-news__button {
    margin-top: min(14.0625vw, 180px);
    padding-left: min(6.25vw, 80px);
  }
  .top-news__button.--sp {
    display: none;
  }
  .top-news__button.--pc {
    display: inline-flex;
  }
}

.top-note {
  border-top: 1px solid var(--col-border);
  border-bottom: 1px solid var(--col-border);
}
@media print, screen and (min-width: 768px) {
  .top-note {
    margin-top: 1px solid var(--col-border);
  }
}

@media only screen and (max-width: 767px) {
  .top-note-inner {
    padding: min(15.3846153846vw, 60px) 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top-note-inner {
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .top-note-head {
    width: min(22.65625vw, 290px);
    padding: min(12.5vw, 160px) 0 0 0;
  }
}

.top-note__heading {
  margin-bottom: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .top-note__heading {
    margin-bottom: min(7.8125vw, 100px);
  }
}

@media print, screen and (min-width: 768px) {
  .top-note-list {
    width: calc(100% - min(22.65625vw, 290px));
    padding: min(6.25vw, 80px) 0 min(6.25vw, 80px) min(6.25vw, 80px);
    border-left: 1px solid var(--col-border);
  }
}

.top-note__button.--pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .top-note__button.--sp {
    display: none;
  }
  .top-note__button.--pc {
    display: inline-flex;
  }
}

.top-special {
  position: relative;
  margin-bottom: min(25.641025641vw, 100px);
  padding: min(10.2564102564vw, 40px) min(11.5384615385vw, 45px) min(7.6923076923vw, 30px);
  background-color: var(--col-pale-blue);
}
.top-special::before, .top-special::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: min(3.8461538462vw, 15px);
  height: 100%;
  background-color: #fff;
}
.top-special::after {
  right: 0;
  left: auto;
}
@media print, screen and (min-width: 768px) {
  .top-special {
    margin-bottom: min(15.625vw, 200px);
    padding: min(6.25vw, 80px) 0 min(3.90625vw, 50px);
  }
  .top-special::before, .top-special::after {
    width: 80px;
  }
}

.top-special-inner {
  z-index: 3;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .top-special-inner {
    padding: 0 min(12.5vw, 160px);
  }
}

.top-special__heading {
  margin-bottom: min(7.6923076923vw, 30px);
}
@media print, screen and (min-width: 768px) {
  .top-special__heading {
    margin-bottom: min(3.90625vw, 50px);
  }
}

@media only screen and (max-width: 767px) {
  .top-special-swiper {
    width: calc(100% + min(23.0769230769vw, 90px));
    margin-right: max(-11.5384615385vw, -45px);
  }
}

.top-special .top-special__item {
  display: block;
}
.top-special .top-special__item > p {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .top-special .top-special__item {
    width: 20%;
    transition: 0.3s opacity;
  }
  .top-special .top-special__item:hover {
    opacity: 0.6;
  }
}

.special-nav-button {
  display: flex;
  justify-content: space-between;
  margin-top: min(6.4102564103vw, 25px);
}
.special-nav-button .swiper-button-prev,
.special-nav-button .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(15.3846153846vw, 60px);
  height: min(6.1538461538vw, 24px);
  border-radius: 100px;
  background-color: var(--col-key-bright);
  cursor: pointer;
}
.special-nav-button .swiper-button-prev .button-arrow:before,
.special-nav-button .swiper-button-prev .button-arrow:after,
.special-nav-button .swiper-button-next .button-arrow:before,
.special-nav-button .swiper-button-next .button-arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  -webkit-mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
          mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
}
.special-nav-button .swiper-button-prev .button-arrow:after,
.special-nav-button .swiper-button-next .button-arrow:after {
  transform: translateX(-100%);
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media print, screen and (min-width: 768px) {
  .special-nav-button .swiper-button-prev:hover .button-arrow:before,
  .special-nav-button .swiper-button-next:hover .button-arrow:before {
    animation-delay: 0s;
    animation-name: transformRightLeft;
  }
  .special-nav-button .swiper-button-prev:hover .button-arrow:after,
  .special-nav-button .swiper-button-next:hover .button-arrow:after {
    animation-delay: 0.2s;
    animation-name: transformLeftRight;
  }
}
.special-nav-button .swiper-button-prev .button-arrow {
  transform: scaleX(-1);
}
.special-nav-button .swiper-button-next {
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .special-nav-button {
    margin-top: min(3.90625vw, 50px);
  }
  .special-nav-button .swiper-button-prev,
  .special-nav-button .swiper-button-next {
    width: min(7.1875vw, 92px);
    height: min(2.5vw, 32px);
    transition: 0.3s opacity;
  }
  .special-nav-button .swiper-button-prev:hover,
  .special-nav-button .swiper-button-next:hover {
    opacity: 0.6;
  }
}

.books-grid {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .books-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 max(-3.8461538462vw, -15px);
    gap: min(7.6923076923vw, 30px) min(2.5641025641vw, 10px);
  }
}
@media print, screen and (min-width: 768px) {
  .books-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: min(4.6875vw, 60px) min(3.125vw, 40px);
  }
}

.books-grid__item {
  text-align: center;
  display: block;
}
.books-grid__item > a {
  display: block;
}
.books-grid__item figure {
  width: 100%;
  aspect-ratio: 1/1;
  padding: min(5.1282051282vw, 20px);
  display: block;
  background-color: var(--col-pale-blue);
}
.books-grid__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(5px 5px 0 #8eafc0);
}
@media print, screen and (min-width: 768px) {
  .books-grid__item figure img {
    filter: drop-shadow(10px 10px 0 #8eafc0);
  }
}
.books-grid__item .item-title {
  font-size: var(--f14);
  line-height: 1.3;
  font-weight: 500;
  margin-top: min(2.5641025641vw, 10px);
}
.books-grid__item .item-author {
  font-size: var(--f12);
  line-height: 1.3;
  margin-top: min(1.7948717949vw, 7px);
}
@media print, screen and (min-width: 768px) {
  .books-grid__item figure {
    padding: min(3.125vw, 40px);
  }
  .books-grid__item .item-title {
    font-size: var(--f18);
    margin-top: min(1.5625vw, 20px);
  }
  .books-grid__item .item-author {
    font-size: var(--f14);
    margin-top: min(0.625vw, 8px);
  }
}

.books-gird__more {
  margin-top: min(12.8205128205vw, 50px);
}
.books-gird__more::after {
  display: none;
}
.books-gird__more span {
  position: relative;
}
.books-gird__more span::before, .books-gird__more span::after {
  display: block;
  position: absolute;
  content: "";
  right: max(-6.1538461538vw, -24px);
  width: min(3.8461538462vw, 15px);
  height: 1px;
  background-color: #fff;
  top: 50%;
  transition: 0.5s transform;
}
.books-gird__more span::after {
  transform: rotate(90deg);
}
.books-gird__more.is-loaded {
  display: none;
}
.books-gird__more.is-loaded span ::after {
  transform: rotate(0deg);
}
@media print, screen and (min-width: 768px) {
  .books-gird__more {
    margin-inline: auto;
    margin-top: min(7.8125vw, 100px);
    max-width: min(37.5vw, 480px);
  }
}

.books-hero-swiper {
  margin: 0 0 min(34.6153846154vw, 135px);
  opacity: 0;
  transition: opacity 1s ease;
}
.books-hero-swiper.is-initialized {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .books-hero-swiper {
    margin: 0 0 min(11.71875vw, 150px);
  }
}

.books-hero__head {
  position: relative;
}

.books-hero__nav {
  right: max(-2.5641025641vw, -10px);
  bottom: calc(-80vw - min(21.7948717949vw, 85px));
}
@media print, screen and (min-width: 768px) {
  .books-hero__nav {
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

.books-hero .swiper-wrapper {
  display: flex;
  height: 80vw;
}
@media print, screen and (min-width: 768px) {
  .books-hero .swiper-wrapper {
    height: 35vw;
  }
}

.books-hero .swiper-slide {
  border: 1px solid var(--col-border);
  border-right: none;
}
.books-hero .swiper-slide a {
  display: block;
  height: 100%;
  padding: min(10.2564102564vw, 40px) min(5.1282051282vw, 20px);
}
.books-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(10px 10px 0 #8eafc0);
}
@media print, screen and (min-width: 768px) {
  .books-hero .swiper-slide img {
    filter: drop-shadow(15px 15px 0 #8eafc0);
  }
}
@media print, screen and (min-width: 768px) {
  .books-hero .swiper-slide a {
    padding: min(3.90625vw, 50px);
    transition: 0.3s background-color;
  }
  .books-hero .swiper-slide a:hover {
    background-color: var(--col-pale-blue);
  }
}

.books-single-wrap {
  position: relative;
}

.books-single__note {
  position: absolute;
  font-size: var(--f11);
  text-align: right;
  right: 0;
  bottom: max(-10.2564102564vw, -40px);
}
@media print, screen and (min-width: 768px) {
  .books-single__note {
    font-size: var(--f12);
  }
}

.books-single__button-bottom {
  margin: min(25.641025641vw, 100px) auto 0;
}
@media print, screen and (min-width: 768px) {
  .books-single__button-bottom {
    margin: min(7.8125vw, 100px) auto 0;
    width: min(35.9375vw, 460px);
  }
}

.books-single-hero {
  position: relative;
  margin: 0 min(3.8461538462vw, 15px) min(33.3333333333vw, 130px);
  min-height: 100vw;
  background-color: var(--col-pale-blue);
}
@media print, screen and (min-width: 768px) {
  .books-single-hero {
    margin: min(0.78125vw, 10px) min(6.25vw, 80px) min(6.25vw, 80px);
    min-height: 46vw;
  }
}

.books-single-hero__inner {
  position: relative;
}

.books-single-hero__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.books-single-swiper {
  width: 100%;
  height: 100vw;
  overflow: visible;
}
.books-single-swiper .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 0;
  transition: 0.5s opacity;
}
.books-single-swiper .swiper-slide-active {
  opacity: 1;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .books-single-swiper {
    height: 46vw;
  }
  .books-single-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.books-single-hero__img {
  width: 80vw;
  filter: drop-shadow(10px 10px 0 #8eafc0);
  height: 80vw;
}
@media print, screen and (min-width: 768px) {
  .books-single-hero__img {
    filter: drop-shadow(min(1.5vw, 24px) min(1.5vw, 24px) 0 #8eafc0);
  }
}
.books-single-hero__img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .books-single-hero__img {
    width: auto;
    height: 40vw;
  }
}

.books-single-hero__nav {
  display: flex;
  z-index: 11;
  position: absolute;
  right: 0;
  bottom: max(-12.8205128205vw, -50px);
  align-items: center;
  height: min(8.2051282051vw, 32px);
  gap: min(5.1282051282vw, 20px);
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .books-single-hero__nav {
    bottom: min(1.5625vw, 20px);
    right: min(1.5625vw, 20px);
  }
}
.books-single-hero__nav .swiper-pagination {
  font-style: normal;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: min(3.5897435897vw, 14px);
}
@media print, screen and (min-width: 768px) {
  .books-single-hero__nav .swiper-pagination {
    font-size: min(1.171875vw, 15px);
  }
}

.books-single-hero__nav-button {
  display: flex;
  overflow: hidden;
  gap: 1px;
  border-radius: 99px;
}
.books-single-hero__nav-button .swiper-button-prev,
.books-single-hero__nav-button .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(15.3846153846vw, 60px);
  height: min(6.1538461538vw, 24px);
  background-color: var(--col-key-bright);
  cursor: pointer;
  position: static;
  margin: 0;
  border: none;
  border-radius: 0;
}
.books-single-hero__nav-button .swiper-button-prev .button-arrow:before,
.books-single-hero__nav-button .swiper-button-prev .button-arrow:after,
.books-single-hero__nav-button .swiper-button-next .button-arrow:before,
.books-single-hero__nav-button .swiper-button-next .button-arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  -webkit-mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
          mask: url("../img/ic_arrow_a.svg") no-repeat center center/contain;
}
.books-single-hero__nav-button .swiper-button-prev .button-arrow:after,
.books-single-hero__nav-button .swiper-button-next .button-arrow:after {
  transform: translateX(-100%);
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media print, screen and (min-width: 768px) {
  .books-single-hero__nav-button .swiper-button-prev:hover .button-arrow:before,
  .books-single-hero__nav-button .swiper-button-next:hover .button-arrow:before {
    animation-delay: 0s;
    animation-name: transformRightLeft;
  }
  .books-single-hero__nav-button .swiper-button-prev:hover .button-arrow:after,
  .books-single-hero__nav-button .swiper-button-next:hover .button-arrow:after {
    animation-delay: 0.2s;
    animation-name: transformLeftRight;
  }
}
.books-single-hero__nav-button .swiper-button-prev::after,
.books-single-hero__nav-button .swiper-button-next::after {
  content: none;
}
.books-single-hero__nav-button .swiper-button-prev .button-arrow {
  transform: scaleX(-1);
}
@media print, screen and (min-width: 768px) {
  .books-single-hero__nav-button .swiper-button-prev,
  .books-single-hero__nav-button .swiper-button-next {
    width: min(6.25vw, 80px);
    height: min(2.5vw, 32px);
  }
}

.books-single-hero__thumbs {
  position: absolute;
  left: 0;
  z-index: 10;
  bottom: max(-23.0769230769vw, -90px);
}
@media print, screen and (min-width: 768px) {
  .books-single-hero__thumbs {
    bottom: min(1.5625vw, 20px);
    left: min(1.5625vw, 20px);
  }
}

.books-single-thumb-swiper {
  width: min(41.0256410256vw, 160px);
}
.books-single-thumb-swiper .swiper-slide {
  cursor: pointer;
}
.books-single-thumb-swiper .swiper-slide-thumb-active {
  border: 1px solid var(--col-key);
}
@media print, screen and (min-width: 768px) {
  .books-single-thumb-swiper {
    width: min(20.3125vw, 260px);
  }
}

.books-single-hero__thumb {
  width: 100%;
  aspect-ratio: 1.5/2;
  height: auto;
  display: flex;
  align-items: center;
  background-color: #e6e6e6;
}
.books-single-hero__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.books-single-hero__share {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .books-single-hero__share {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: max(-6.25vw, -80px);
    width: min(6.25vw, 80px);
  }
}

.books-single-main__shoulder {
  background-color: var(--col-pale-blue);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 2em;
  line-height: 1.2;
  font-size: var(--f11);
  color: var(--col-key);
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .books-single-main__shoulder {
    font-size: var(--f16);
  }
}

.books-single-main__heading {
  font-weight: 500;
  line-height: 1.3;
  font-size: var(--f26);
  margin-top: min(2.5641025641vw, 10px);
}
@media print, screen and (min-width: 768px) {
  .books-single-main__heading {
    font-size: var(--f46);
    margin-top: min(1.40625vw, 18px);
  }
}

.books-single-main__author {
  font-weight: 500;
  line-height: 1.3;
  font-size: var(--f15);
  margin-top: min(2.5641025641vw, 10px);
}
@media print, screen and (min-width: 768px) {
  .books-single-main__author {
    margin-top: min(0.78125vw, 10px);
    font-size: var(--f36);
  }
}

.books-single-main__text {
  margin-top: min(7.6923076923vw, 30px);
}
@media print, screen and (min-width: 768px) {
  .books-single-main__text {
    margin-top: min(2.34375vw, 30px);
  }
}

.books-single-main__button {
  margin-top: min(10.2564102564vw, 40px);
}
@media print, screen and (min-width: 768px) {
  .books-single-main__button {
    margin-top: min(4.6875vw, 60px);
  }
}

.books-single-news {
  padding-top: min(10.2564102564vw, 40px);
  margin-top: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .books-single-news {
    padding-top: min(4.6875vw, 60px);
    margin-top: min(3.125vw, 40px);
  }
}

.books-single-news__wrap {
  overflow-y: auto;
  height: min(92.3076923077vw, 360px);
  margin-top: min(7.6923076923vw, 30px);
}
@media print, screen and (min-width: 768px) {
  .books-single-news__wrap {
    height: min(23.4375vw, 300px);
    margin-top: min(4.6875vw, 60px);
  }
}

.books-single-news__list > li {
  border-bottom: 1px solid #ededed;
}
.books-single-news__list > li > a {
  display: block;
  padding: min(5.1282051282vw, 20px) 0;
}
.books-single-news__list > li .date {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  color: #6d6d6d;
}
@media print, screen and (min-width: 768px) {
  .books-single-news__list {
    max-width: min(85.9375vw, 1100px);
    margin: 0 auto 0;
  }
  .books-single-news__list > li > a {
    grid-template-columns: min(9.375vw, 120px) auto;
    padding: min(2.34375vw, 30px) 0;
    transition: 0.3s opacity;
    display: grid;
    min-height: min(7.421875vw, 95px);
  }
  .books-single-news__list > li > a:hover {
    opacity: 0.6;
  }
  .books-single-news__list > li .date {
    padding-top: 2px;
    font-size: var(--f15);
  }
}

.books-single-news + .page-share {
  margin-top: min(15.3846153846vw, 60px);
}
@media print, screen and (min-width: 768px) {
  .books-single-news + .page-share {
    margin-top: min(7.8125vw, 100px);
  }
}

.news-single__article {
  margin: min(7.6923076923vw, 30px) 0;
}
@media print, screen and (min-width: 768px) {
  .news-single__article {
    margin: min(6.25vw, 80px) 0;
  }
}

.news-single-head {
  border-bottom: 1px solid var(--col-border);
  padding-bottom: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .news-single-head {
    padding-bottom: min(2.734375vw, 35px);
    margin-top: min(6.25vw, 80px);
  }
}

.news-single-head__meta {
  display: flex;
  align-items: center;
  gap: min(2.5641025641vw, 10px);
}
.news-single-head__meta .meta-date {
  font-style: normal;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--f12);
  padding: 0 min(3.8461538462vw, 15px);
}
.news-single-head__meta .meta-category {
  background-color: var(--col-pale-blue);
  color: var(--col-key);
  font-weight: 500;
  font-size: var(--f12);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .news-single-head__meta .meta-date {
    font-size: var(--f15);
  }
  .news-single-head__meta .meta-category {
    font-size: var(--f14);
    padding: 0 min(1.953125vw, 25px);
    min-height: min(1.953125vw, 25px);
  }
}

.news-single-head__heading {
  font-size: var(--f18);
  font-weight: 500;
  color: var(--col-key);
  line-height: 1.5;
  margin-top: min(2.5641025641vw, 10px);
}
@media print, screen and (min-width: 768px) {
  .news-single-head__heading {
    font-size: var(--f34);
  }
}

.news-single__back {
  margin-top: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .news-single__back {
    margin-top: min(3.125vw, 40px);
  }
}

.company-intro {
  padding: 0 0 min(25.641025641vw, 100px);
}
@media print, screen and (min-width: 768px) {
  .company-intro {
    padding: 0 0 min(15.625vw, 200px);
  }
}

.company-intro__head {
  position: relative;
}
.company-intro__head .heading-page {
  margin-bottom: min(5.1282051282vw, 20px);
  letter-spacing: 0.12em;
}
.company-intro__head > picture {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .company-intro__head {
    flex-direction: row;
  }
  .company-intro__head .heading-page {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
  }
  .company-intro__head > picture {
    width: 66%;
    margin: 0 0 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .company-intro__content {
    display: grid;
    gap: min(2.34375vw, 30px);
    grid-template-columns: min(26.5625vw, 340px) auto;
  }
}

.company-intro__lead {
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: 0.18em;
  font-size: var(--f19);
}
@media print, screen and (min-width: 768px) {
  .company-intro__lead {
    font-feature-settings: "pkna";
    text-orientation: mixed;
    writing-mode: vertical-rl;
    -ms-text-combine-horizontal: all;
    padding-top: min(0.78125vw, 10px);
    line-height: 2.5;
    font-size: var(--f25);
  }
}

.company-intro__text {
  margin-top: min(7.6923076923vw, 30px);
}
.company-intro__text p {
  line-height: 2.25;
}
@media print, screen and (min-width: 768px) {
  .company-intro__text {
    margin-top: 0;
  }
  .company-intro__text p {
    line-height: 2.25;
  }
}

.company-outline {
  border-top: 1px solid var(--col-border);
  padding-top: min(25.641025641vw, 100px);
}
@media print, screen and (min-width: 768px) {
  .company-outline {
    padding-top: min(7.8125vw, 100px);
  }
}

.company-outline__data {
  margin-top: min(7.6923076923vw, 30px);
  display: grid;
  grid-template-columns: min(17.9487179487vw, 70px) auto;
  gap: min(1.7948717949vw, 7px) min(3.8461538462vw, 15px);
}
.company-outline__data > dt {
  position: relative;
  align-self: flex-start;
}
.company-outline__data > dt::after {
  position: absolute;
  right: 0;
  content: "：";
  margin: 0;
}
.company-outline__data > dd.fix {
  position: relative;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  top: -0.5em;
}
@media print, screen and (min-width: 768px) {
  .company-outline__data {
    margin-top: min(7.03125vw, 90px);
    grid-template-columns: min(4.84375vw, 62px) auto;
  }
  .company-outline__data dd {
    /*display: flex;
    align-items: flex-end;*/
  }
  .company-outline__data .company {
    position: relative;
    font-size: var(--f20);
    margin-right: 0.5em;
  }
}

.company-news {
  border-top: 1px solid var(--col-border);
  padding-top: min(25.641025641vw, 100px);
  padding-bottom: min(25.641025641vw, 100px);
}
@media print, screen and (min-width: 768px) {
  .company-news {
    padding-top: min(7.8125vw, 100px);
    padding-bottom: min(7.8125vw, 100px);
  }
}

.privacy__button {
  margin-top: min(5.1282051282vw, 20px);
}
.privacy__button::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .privacy__button {
    margin-top: min(2.34375vw, 30px);
    width: min(35.9375vw, 460px);
  }
}

.store-contact {
  background-color: #eff7fa;
  padding: min(6.4102564103vw, 25px) min(3.8461538462vw, 15px);
  margin-top: min(6.4102564103vw, 25px);
}
@media print, screen and (min-width: 768px) {
  .store-contact {
    padding: min(3.125vw, 40px) min(3.90625vw, 50px);
    text-align: center;
    margin-top: min(3.90625vw, 50px);
  }
}

.store-contact__list {
  display: grid;
  gap: min(2.5641025641vw, 10px);
  grid-template-columns: 1fr;
  margin: min(5.1282051282vw, 20px) auto;
}
.store-contact__list > li > * {
  background-color: #fff;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2.5641025641vw, 10px);
  font-weight: 500;
  color: var(--col-key);
  min-height: min(16.6666666667vw, 65px);
  font-size: var(--f20);
}
.store-contact__list > li > *::before {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  width: min(7.6923076923vw, 30px);
  height: min(7.6923076923vw, 30px);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--col-key);
}
.store-contact__list > li > *.--tel::before {
  -webkit-mask-image: url(../img/ic_tel.svg);
          mask-image: url(../img/ic_tel.svg);
}
.store-contact__list > li > *.--fax::before {
  -webkit-mask-image: url(../img/ic_fax.svg);
          mask-image: url(../img/ic_fax.svg);
}
.store-contact__list > li > *.--mail::before {
  -webkit-mask-image: url(../img/ic_mail2.svg);
          mask-image: url(../img/ic_mail2.svg);
  font-size: var(--f15);
  -webkit-mask-size: 92%;
          mask-size: 92%;
}
.store-contact__list > li > *.--mail {
  font-size: var(--f15);
}
@media print, screen and (min-width: 768px) {
  .store-contact__list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.5625vw, 20px);
    margin: min(2.34375vw, 30px) auto;
    max-width: min(84.375vw, 1080px);
  }
  .store-contact__list > li > * {
    min-height: min(6.25vw, 80px);
    font-size: var(--f26);
  }
  .store-contact__list > li > *::before {
    width: min(2.96875vw, 38px);
    height: min(2.96875vw, 38px);
  }
  .store-contact__list > li > *.--mail {
    font-size: var(--f18);
    transition: 0.3s opacity;
  }
  .store-contact__list > li > *.--mail:hover {
    opacity: 0.6;
  }
  .store-contact__list.--col2 {
    display: flex;
    justify-content: center;
  }
  .store-contact__list.--col2 > li {
    min-width: min(26.953125vw, 345px);
  }
}

.store-section {
  padding: min(25.641025641vw, 100px) 0;
}
.store-section:last-of-type {
  padding-bottom: 0;
}

.store-section + .store-section {
  border-top: 1px solid var(--col-border);
}

.store-grid {
  margin-top: min(10.2564102564vw, 40px);
}
@media print, screen and (min-width: 768px) {
  .store-grid {
    display: grid;
    gap: min(3.125vw, 40px);
    grid-template-columns: repeat(2, 1fr);
  }
}

.store-grid2 {
  display: grid;
  gap: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width: 768px) {
  .store-grid2 {
    gap: min(1.5625vw, 20px);
    grid-template-columns: repeat(2, 1fr);
  }
}

.store-item + .store-item {
  margin-top: min(10.2564102564vw, 40px);
}
@media print, screen and (min-width: 768px) {
  .store-item + .store-item {
    margin-top: 0;
  }
}

.store-item__heading {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .store-item__heading {
    font-size: var(--f20);
  }
}

.store-item__sub {
  font-weight: 500;
  margin-top: min(1.2820512821vw, 5px);
  font-size: var(--f13);
}
@media print, screen and (min-width: 768px) {
  .store-item__sub {
    font-size: var(--f14);
  }
}

.store-item__buttons {
  margin-top: min(3.8461538462vw, 15px);
  display: grid;
  gap: min(2.5641025641vw, 10px);
}
.store-item__buttons > li {
  max-width: min(100vw, 390px);
}
@media print, screen and (min-width: 768px) {
  .store-item__buttons {
    margin-top: min(1.5625vw, 20px);
  }
}

.store__publicity {
  margin-top: min(10.2564102564vw, 40px);
}

.store__publicity + .store__publicity {
  margin-top: min(12.8205128205vw, 50px);
}
@media print, screen and (min-width: 768px) {
  .store__publicity + .store__publicity {
    margin-top: min(3.90625vw, 50px);
  }
}

.store__detail-button {
  max-width: min(100vw, 390px);
  margin: min(5.1282051282vw, 20px) auto 0;
}
@media print, screen and (min-width: 768px) {
  .store__detail-button {
    margin: min(3.125vw, 40px) auto 0;
  }
}

/**
  汎用ページ
 */
.page-top {
  position: relative;
  padding-top: min(17.9487179487vw, 70px);
}
@media print, screen and (min-width: 768px) {
  .page-top {
    padding-top: min(11.71875vw, 150px);
  }
}

.page-common {
  position: relative;
  padding-top: min(17.9487179487vw, 70px);
  padding-bottom: min(25.641025641vw, 100px);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .page-common {
    padding-top: min(11.71875vw, 150px);
    padding-bottom: min(14.0625vw, 180px);
  }
}

/**
    ページの基本幅用コンテナ
 */
.container {
  padding-right: min(7.6923076923vw, 30px);
  padding-left: min(7.6923076923vw, 30px);
}
@media print, screen and (min-width: 768px) {
  .container {
    padding-right: min(6.25vw, 80px);
    padding-left: min(6.25vw, 80px);
  }
}

@media print, screen and (min-width: 768px) {
  .container__inner {
    max-width: 1290px;
    margin-inline: auto;
  }
}

.container__content {
  margin-inline: auto;
  max-width: min(266.6666666667vw, 1040px);
}

/* --------------------------------------------------------------------
  レイアウト


 */
.l-width-std {
  margin-right: 30px;
  margin-left: 30px;
}
@media print, screen and (min-width: 768px) {
  .l-width-std {
    min-width: 768px;
    max-width: 1450px;
    margin-inline: auto;
    padding-right: 80px;
    padding-left: 80px;
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
  overflow-x: hidden;
}
.l-page-wrapper img {
  width: 100%;
  height: auto;
}

.l-page-wrapper .article-style img {
  width: auto;
}

/**
  基本セクション
 */
.mt0 {
  margin-top: min(0vw, 0px) !important;
}

.mb0 {
  margin-bottom: min(0vw, 0px) !important;
}

.mt5 {
  margin-top: min(1.2820512821vw, 5px) !important;
}

.mb5 {
  margin-bottom: min(1.2820512821vw, 5px) !important;
}

.mt10 {
  margin-top: min(2.5641025641vw, 10px) !important;
}

.mb10 {
  margin-bottom: min(2.5641025641vw, 10px) !important;
}

.mt15 {
  margin-top: min(3.8461538462vw, 15px) !important;
}

.mb15 {
  margin-bottom: min(3.8461538462vw, 15px) !important;
}

.mt20 {
  margin-top: min(5.1282051282vw, 20px) !important;
}

.mb20 {
  margin-bottom: min(5.1282051282vw, 20px) !important;
}

.mt25 {
  margin-top: min(6.4102564103vw, 25px) !important;
}

.mb25 {
  margin-bottom: min(6.4102564103vw, 25px) !important;
}

.mt30 {
  margin-top: min(7.6923076923vw, 30px) !important;
}

.mb30 {
  margin-bottom: min(7.6923076923vw, 30px) !important;
}

.mt35 {
  margin-top: min(8.9743589744vw, 35px) !important;
}

.mb35 {
  margin-bottom: min(8.9743589744vw, 35px) !important;
}

.mt40 {
  margin-top: min(10.2564102564vw, 40px) !important;
}

.mb40 {
  margin-bottom: min(10.2564102564vw, 40px) !important;
}

.mt45 {
  margin-top: min(11.5384615385vw, 45px) !important;
}

.mb45 {
  margin-bottom: min(11.5384615385vw, 45px) !important;
}

.mt50 {
  margin-top: min(12.8205128205vw, 50px) !important;
}

.mb50 {
  margin-bottom: min(12.8205128205vw, 50px) !important;
}

.mt55 {
  margin-top: min(14.1025641026vw, 55px) !important;
}

.mb55 {
  margin-bottom: min(14.1025641026vw, 55px) !important;
}

.mt60 {
  margin-top: min(15.3846153846vw, 60px) !important;
}

.mb60 {
  margin-bottom: min(15.3846153846vw, 60px) !important;
}

.mt65 {
  margin-top: min(16.6666666667vw, 65px) !important;
}

.mb65 {
  margin-bottom: min(16.6666666667vw, 65px) !important;
}

.mt70 {
  margin-top: min(17.9487179487vw, 70px) !important;
}

.mb70 {
  margin-bottom: min(17.9487179487vw, 70px) !important;
}

.mt75 {
  margin-top: min(19.2307692308vw, 75px) !important;
}

.mb75 {
  margin-bottom: min(19.2307692308vw, 75px) !important;
}

.mt80 {
  margin-top: min(20.5128205128vw, 80px) !important;
}

.mb80 {
  margin-bottom: min(20.5128205128vw, 80px) !important;
}

.mt85 {
  margin-top: min(21.7948717949vw, 85px) !important;
}

.mb85 {
  margin-bottom: min(21.7948717949vw, 85px) !important;
}

.mt90 {
  margin-top: min(23.0769230769vw, 90px) !important;
}

.mb90 {
  margin-bottom: min(23.0769230769vw, 90px) !important;
}

.mt95 {
  margin-top: min(24.358974359vw, 95px) !important;
}

.mb95 {
  margin-bottom: min(24.358974359vw, 95px) !important;
}

.mt100 {
  margin-top: min(25.641025641vw, 100px) !important;
}

.mb100 {
  margin-bottom: min(25.641025641vw, 100px) !important;
}

.mt105 {
  margin-top: min(26.9230769231vw, 105px) !important;
}

.mb105 {
  margin-bottom: min(26.9230769231vw, 105px) !important;
}

.mt110 {
  margin-top: min(28.2051282051vw, 110px) !important;
}

.mb110 {
  margin-bottom: min(28.2051282051vw, 110px) !important;
}

.mt115 {
  margin-top: min(29.4871794872vw, 115px) !important;
}

.mb115 {
  margin-bottom: min(29.4871794872vw, 115px) !important;
}

.mt120 {
  margin-top: min(30.7692307692vw, 120px) !important;
}

.mb120 {
  margin-bottom: min(30.7692307692vw, 120px) !important;
}

.mt125 {
  margin-top: min(32.0512820513vw, 125px) !important;
}

.mb125 {
  margin-bottom: min(32.0512820513vw, 125px) !important;
}

.mt130 {
  margin-top: min(33.3333333333vw, 130px) !important;
}

.mb130 {
  margin-bottom: min(33.3333333333vw, 130px) !important;
}

.mt135 {
  margin-top: min(34.6153846154vw, 135px) !important;
}

.mb135 {
  margin-bottom: min(34.6153846154vw, 135px) !important;
}

.mt140 {
  margin-top: min(35.8974358974vw, 140px) !important;
}

.mb140 {
  margin-bottom: min(35.8974358974vw, 140px) !important;
}

.mt145 {
  margin-top: min(37.1794871795vw, 145px) !important;
}

.mb145 {
  margin-bottom: min(37.1794871795vw, 145px) !important;
}

.mt150 {
  margin-top: min(38.4615384615vw, 150px) !important;
}

.mb150 {
  margin-bottom: min(38.4615384615vw, 150px) !important;
}

.mt155 {
  margin-top: min(39.7435897436vw, 155px) !important;
}

.mb155 {
  margin-bottom: min(39.7435897436vw, 155px) !important;
}

.mt160 {
  margin-top: min(41.0256410256vw, 160px) !important;
}

.mb160 {
  margin-bottom: min(41.0256410256vw, 160px) !important;
}

.mt165 {
  margin-top: min(42.3076923077vw, 165px) !important;
}

.mb165 {
  margin-bottom: min(42.3076923077vw, 165px) !important;
}

.mt170 {
  margin-top: min(43.5897435897vw, 170px) !important;
}

.mb170 {
  margin-bottom: min(43.5897435897vw, 170px) !important;
}

.mt175 {
  margin-top: min(44.8717948718vw, 175px) !important;
}

.mb175 {
  margin-bottom: min(44.8717948718vw, 175px) !important;
}

.mt180 {
  margin-top: min(46.1538461538vw, 180px) !important;
}

.mb180 {
  margin-bottom: min(46.1538461538vw, 180px) !important;
}

.mt185 {
  margin-top: min(47.4358974359vw, 185px) !important;
}

.mb185 {
  margin-bottom: min(47.4358974359vw, 185px) !important;
}

.mt190 {
  margin-top: min(48.7179487179vw, 190px) !important;
}

.mb190 {
  margin-bottom: min(48.7179487179vw, 190px) !important;
}

.mt195 {
  margin-top: min(50vw, 195px) !important;
}

.mb195 {
  margin-bottom: min(50vw, 195px) !important;
}

.mt200 {
  margin-top: min(51.2820512821vw, 200px) !important;
}

.mb200 {
  margin-bottom: min(51.2820512821vw, 200px) !important;
}

.mt205 {
  margin-top: min(52.5641025641vw, 205px) !important;
}

.mb205 {
  margin-bottom: min(52.5641025641vw, 205px) !important;
}

.mt210 {
  margin-top: min(53.8461538462vw, 210px) !important;
}

.mb210 {
  margin-bottom: min(53.8461538462vw, 210px) !important;
}

.mt215 {
  margin-top: min(55.1282051282vw, 215px) !important;
}

.mb215 {
  margin-bottom: min(55.1282051282vw, 215px) !important;
}

.mt220 {
  margin-top: min(56.4102564103vw, 220px) !important;
}

.mb220 {
  margin-bottom: min(56.4102564103vw, 220px) !important;
}

.mt225 {
  margin-top: min(57.6923076923vw, 225px) !important;
}

.mb225 {
  margin-bottom: min(57.6923076923vw, 225px) !important;
}

.mt230 {
  margin-top: min(58.9743589744vw, 230px) !important;
}

.mb230 {
  margin-bottom: min(58.9743589744vw, 230px) !important;
}

.mt235 {
  margin-top: min(60.2564102564vw, 235px) !important;
}

.mb235 {
  margin-bottom: min(60.2564102564vw, 235px) !important;
}

.mt240 {
  margin-top: min(61.5384615385vw, 240px) !important;
}

.mb240 {
  margin-bottom: min(61.5384615385vw, 240px) !important;
}

.mt245 {
  margin-top: min(62.8205128205vw, 245px) !important;
}

.mb245 {
  margin-bottom: min(62.8205128205vw, 245px) !important;
}

.mt250 {
  margin-top: min(64.1025641026vw, 250px) !important;
}

.mb250 {
  margin-bottom: min(64.1025641026vw, 250px) !important;
}

.mt255 {
  margin-top: min(65.3846153846vw, 255px) !important;
}

.mb255 {
  margin-bottom: min(65.3846153846vw, 255px) !important;
}

.mt260 {
  margin-top: min(66.6666666667vw, 260px) !important;
}

.mb260 {
  margin-bottom: min(66.6666666667vw, 260px) !important;
}

.mt265 {
  margin-top: min(67.9487179487vw, 265px) !important;
}

.mb265 {
  margin-bottom: min(67.9487179487vw, 265px) !important;
}

.mt270 {
  margin-top: min(69.2307692308vw, 270px) !important;
}

.mb270 {
  margin-bottom: min(69.2307692308vw, 270px) !important;
}

.mt275 {
  margin-top: min(70.5128205128vw, 275px) !important;
}

.mb275 {
  margin-bottom: min(70.5128205128vw, 275px) !important;
}

.mt280 {
  margin-top: min(71.7948717949vw, 280px) !important;
}

.mb280 {
  margin-bottom: min(71.7948717949vw, 280px) !important;
}

.mt285 {
  margin-top: min(73.0769230769vw, 285px) !important;
}

.mb285 {
  margin-bottom: min(73.0769230769vw, 285px) !important;
}

.mt290 {
  margin-top: min(74.358974359vw, 290px) !important;
}

.mb290 {
  margin-bottom: min(74.358974359vw, 290px) !important;
}

.mt295 {
  margin-top: min(75.641025641vw, 295px) !important;
}

.mb295 {
  margin-bottom: min(75.641025641vw, 295px) !important;
}

.mt300 {
  margin-top: min(76.9230769231vw, 300px) !important;
}

.mb300 {
  margin-bottom: min(76.9230769231vw, 300px) !important;
}

@media print, screen and (min-width: 768px) {
  .mt0--pc {
    margin-top: min(0vw, 0px) !important;
  }
  .mb0--pc {
    margin-bottom: min(0vw, 0px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt5--pc {
    margin-top: min(0.390625vw, 5px) !important;
  }
  .mb5--pc {
    margin-bottom: min(0.390625vw, 5px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt10--pc {
    margin-top: min(0.78125vw, 10px) !important;
  }
  .mb10--pc {
    margin-bottom: min(0.78125vw, 10px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt15--pc {
    margin-top: min(1.171875vw, 15px) !important;
  }
  .mb15--pc {
    margin-bottom: min(1.171875vw, 15px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt20--pc {
    margin-top: min(1.5625vw, 20px) !important;
  }
  .mb20--pc {
    margin-bottom: min(1.5625vw, 20px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt25--pc {
    margin-top: min(1.953125vw, 25px) !important;
  }
  .mb25--pc {
    margin-bottom: min(1.953125vw, 25px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt30--pc {
    margin-top: min(2.34375vw, 30px) !important;
  }
  .mb30--pc {
    margin-bottom: min(2.34375vw, 30px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt35--pc {
    margin-top: min(2.734375vw, 35px) !important;
  }
  .mb35--pc {
    margin-bottom: min(2.734375vw, 35px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt40--pc {
    margin-top: min(3.125vw, 40px) !important;
  }
  .mb40--pc {
    margin-bottom: min(3.125vw, 40px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt45--pc {
    margin-top: min(3.515625vw, 45px) !important;
  }
  .mb45--pc {
    margin-bottom: min(3.515625vw, 45px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt50--pc {
    margin-top: min(3.90625vw, 50px) !important;
  }
  .mb50--pc {
    margin-bottom: min(3.90625vw, 50px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt55--pc {
    margin-top: min(4.296875vw, 55px) !important;
  }
  .mb55--pc {
    margin-bottom: min(4.296875vw, 55px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt60--pc {
    margin-top: min(4.6875vw, 60px) !important;
  }
  .mb60--pc {
    margin-bottom: min(4.6875vw, 60px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt65--pc {
    margin-top: min(5.078125vw, 65px) !important;
  }
  .mb65--pc {
    margin-bottom: min(5.078125vw, 65px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt70--pc {
    margin-top: min(5.46875vw, 70px) !important;
  }
  .mb70--pc {
    margin-bottom: min(5.46875vw, 70px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt75--pc {
    margin-top: min(5.859375vw, 75px) !important;
  }
  .mb75--pc {
    margin-bottom: min(5.859375vw, 75px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt80--pc {
    margin-top: min(6.25vw, 80px) !important;
  }
  .mb80--pc {
    margin-bottom: min(6.25vw, 80px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt85--pc {
    margin-top: min(6.640625vw, 85px) !important;
  }
  .mb85--pc {
    margin-bottom: min(6.640625vw, 85px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt90--pc {
    margin-top: min(7.03125vw, 90px) !important;
  }
  .mb90--pc {
    margin-bottom: min(7.03125vw, 90px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt95--pc {
    margin-top: min(7.421875vw, 95px) !important;
  }
  .mb95--pc {
    margin-bottom: min(7.421875vw, 95px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt100--pc {
    margin-top: min(7.8125vw, 100px) !important;
  }
  .mb100--pc {
    margin-bottom: min(7.8125vw, 100px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt105--pc {
    margin-top: min(8.203125vw, 105px) !important;
  }
  .mb105--pc {
    margin-bottom: min(8.203125vw, 105px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt110--pc {
    margin-top: min(8.59375vw, 110px) !important;
  }
  .mb110--pc {
    margin-bottom: min(8.59375vw, 110px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt115--pc {
    margin-top: min(8.984375vw, 115px) !important;
  }
  .mb115--pc {
    margin-bottom: min(8.984375vw, 115px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt120--pc {
    margin-top: min(9.375vw, 120px) !important;
  }
  .mb120--pc {
    margin-bottom: min(9.375vw, 120px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt125--pc {
    margin-top: min(9.765625vw, 125px) !important;
  }
  .mb125--pc {
    margin-bottom: min(9.765625vw, 125px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt130--pc {
    margin-top: min(10.15625vw, 130px) !important;
  }
  .mb130--pc {
    margin-bottom: min(10.15625vw, 130px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt135--pc {
    margin-top: min(10.546875vw, 135px) !important;
  }
  .mb135--pc {
    margin-bottom: min(10.546875vw, 135px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt140--pc {
    margin-top: min(10.9375vw, 140px) !important;
  }
  .mb140--pc {
    margin-bottom: min(10.9375vw, 140px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt145--pc {
    margin-top: min(11.328125vw, 145px) !important;
  }
  .mb145--pc {
    margin-bottom: min(11.328125vw, 145px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt150--pc {
    margin-top: min(11.71875vw, 150px) !important;
  }
  .mb150--pc {
    margin-bottom: min(11.71875vw, 150px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt155--pc {
    margin-top: min(12.109375vw, 155px) !important;
  }
  .mb155--pc {
    margin-bottom: min(12.109375vw, 155px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt160--pc {
    margin-top: min(12.5vw, 160px) !important;
  }
  .mb160--pc {
    margin-bottom: min(12.5vw, 160px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt165--pc {
    margin-top: min(12.890625vw, 165px) !important;
  }
  .mb165--pc {
    margin-bottom: min(12.890625vw, 165px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt170--pc {
    margin-top: min(13.28125vw, 170px) !important;
  }
  .mb170--pc {
    margin-bottom: min(13.28125vw, 170px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt175--pc {
    margin-top: min(13.671875vw, 175px) !important;
  }
  .mb175--pc {
    margin-bottom: min(13.671875vw, 175px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt180--pc {
    margin-top: min(14.0625vw, 180px) !important;
  }
  .mb180--pc {
    margin-bottom: min(14.0625vw, 180px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt185--pc {
    margin-top: min(14.453125vw, 185px) !important;
  }
  .mb185--pc {
    margin-bottom: min(14.453125vw, 185px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt190--pc {
    margin-top: min(14.84375vw, 190px) !important;
  }
  .mb190--pc {
    margin-bottom: min(14.84375vw, 190px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt195--pc {
    margin-top: min(15.234375vw, 195px) !important;
  }
  .mb195--pc {
    margin-bottom: min(15.234375vw, 195px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt200--pc {
    margin-top: min(15.625vw, 200px) !important;
  }
  .mb200--pc {
    margin-bottom: min(15.625vw, 200px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt205--pc {
    margin-top: min(16.015625vw, 205px) !important;
  }
  .mb205--pc {
    margin-bottom: min(16.015625vw, 205px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt210--pc {
    margin-top: min(16.40625vw, 210px) !important;
  }
  .mb210--pc {
    margin-bottom: min(16.40625vw, 210px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt215--pc {
    margin-top: min(16.796875vw, 215px) !important;
  }
  .mb215--pc {
    margin-bottom: min(16.796875vw, 215px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt220--pc {
    margin-top: min(17.1875vw, 220px) !important;
  }
  .mb220--pc {
    margin-bottom: min(17.1875vw, 220px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt225--pc {
    margin-top: min(17.578125vw, 225px) !important;
  }
  .mb225--pc {
    margin-bottom: min(17.578125vw, 225px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt230--pc {
    margin-top: min(17.96875vw, 230px) !important;
  }
  .mb230--pc {
    margin-bottom: min(17.96875vw, 230px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt235--pc {
    margin-top: min(18.359375vw, 235px) !important;
  }
  .mb235--pc {
    margin-bottom: min(18.359375vw, 235px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt240--pc {
    margin-top: min(18.75vw, 240px) !important;
  }
  .mb240--pc {
    margin-bottom: min(18.75vw, 240px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt245--pc {
    margin-top: min(19.140625vw, 245px) !important;
  }
  .mb245--pc {
    margin-bottom: min(19.140625vw, 245px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt250--pc {
    margin-top: min(19.53125vw, 250px) !important;
  }
  .mb250--pc {
    margin-bottom: min(19.53125vw, 250px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt255--pc {
    margin-top: min(19.921875vw, 255px) !important;
  }
  .mb255--pc {
    margin-bottom: min(19.921875vw, 255px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt260--pc {
    margin-top: min(20.3125vw, 260px) !important;
  }
  .mb260--pc {
    margin-bottom: min(20.3125vw, 260px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt265--pc {
    margin-top: min(20.703125vw, 265px) !important;
  }
  .mb265--pc {
    margin-bottom: min(20.703125vw, 265px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt270--pc {
    margin-top: min(21.09375vw, 270px) !important;
  }
  .mb270--pc {
    margin-bottom: min(21.09375vw, 270px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt275--pc {
    margin-top: min(21.484375vw, 275px) !important;
  }
  .mb275--pc {
    margin-bottom: min(21.484375vw, 275px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt280--pc {
    margin-top: min(21.875vw, 280px) !important;
  }
  .mb280--pc {
    margin-bottom: min(21.875vw, 280px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt285--pc {
    margin-top: min(22.265625vw, 285px) !important;
  }
  .mb285--pc {
    margin-bottom: min(22.265625vw, 285px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt290--pc {
    margin-top: min(22.65625vw, 290px) !important;
  }
  .mb290--pc {
    margin-bottom: min(22.65625vw, 290px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt295--pc {
    margin-top: min(23.046875vw, 295px) !important;
  }
  .mb295--pc {
    margin-bottom: min(23.046875vw, 295px) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .mt300--pc {
    margin-top: min(23.4375vw, 300px) !important;
  }
  .mb300--pc {
    margin-bottom: min(23.4375vw, 300px) !important;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-pcbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: "pkna";
  text-orientation: mixed;
  writing-mode: vertical-rl;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  margin-bottom: 1.2em;
  padding-left: 1.2em;
  font-size: 1.6rem;
  line-height: 1.75em;
  text-indent: -1.2em;
}
@media only screen and (max-width: 767px) {
  .u-listIndent li {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}

.u-listDisc li {
  margin-bottom: 1em;
  margin-left: 1.2em;
  list-style-type: disc;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: block;
}

.u-pc-only {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
  .u-pc-only {
    display: block !important;
  }
}
.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .u-lh225 {
    line-height: 2.25;
  }
}

/**
  project style
 */
/* Slider */
.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*@function slick-image-url($url) {
    @if function-exists(image-url) {
        @return image-url($url);
    }
    @else {
        @return url($slick-loader-path + $url);
    }
}*/
/*
@function slick-font-url($url) {
    @if function-exists(font-url) {
        @return font-url($url);
    }
    @else {
        @return url($slick-font-path + $url);
    }
}
*/
.slick-slide {
  outline: none;
}

/* Slider */
/* Icons */
/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 3.4rem;
  height: 3.4rem;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  background: #ccc;
  background: url(../img/ic_arrow_a2.svg) no-repeat center center/1.2rem auto rgba(255, 255, 255, 0.72);
  font-size: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 4.2rem;
    height: 4.2rem;
    background-size: 2.6rem auto;
  }
}

.slick-prev {
  transform: translateY(-50%) scaleX(-1);
}

/* Dots */
