@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*---------------------------------------

colors

---------------------------------------*/
/*---------------------------------------

responsive

---------------------------------------*/
.sponly {
  display: block;
}
@media (min-width: 600px) {
  .sponly {
    display: none;
  }
}

.mdless {
  display: block;
}
@media (min-width: 768px) {
  .mdless {
    display: none;
  }
}

.lgless {
  display: block;
}
@media (min-width: 1024px) {
  .lgless {
    display: none;
  }
}

.xlless {
  display: block;
}
@media (min-width: 1280px) {
  .xlless {
    display: none;
  }
}

.xxlless {
  display: block;
}
@media (min-width: 1500px) {
  .xxlless {
    display: none;
  }
}

.smmore {
  display: none;
}
@media (min-width: 600px) {
  .smmore {
    display: block;
  }
}

.mdmore {
  display: none;
}
@media (min-width: 768px) {
  .mdmore {
    display: block;
  }
}

.lgmore {
  display: none;
}
@media (min-width: 1024px) {
  .lgmore {
    display: block;
  }
}

.xlmore {
  display: none;
}
@media (min-width: 1280px) {
  .xlmore {
    display: block;
  }
}

.xxlmore {
  display: none;
}
@media (min-width: 1500px) {
  .xxlmore {
    display: block;
  }
}

.tabnone {
  display: block;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .tabnone {
    display: none;
  }
}

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

body {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  background: #FFFFFE;
  color: #1A3431;
}

a {
  transition: 0.325s ease-in-out;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.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 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: 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;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .slick-prev,
.slick-next {
    width: 20px;
    height: 20px;
  }
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.8;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 36px;
  line-height: 1;
  opacity: 1;
  color: #142b56;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "<";
  padding-left: 16.5px;
}

[dir=rtl] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: 0;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: ">";
  padding-left: 20px;
}

[dir=rtl] .slick-next:before {
  content: "<";
}

@media screen and (max-width: 768px) {
  .slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
  }

  .slick-prev:before {
    font-size: 24px;
    padding-left: 12.5px;
  }

  .slick-next:before {
    font-size: 24px;
    padding-left: 14px;
  }

  .slick-next {
    right: 7.5vw;
  }

  .slick-prev {
    left: 7.5vw;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.header {
  background: #1A3431;
  color: #FFFFFE;
  height: 60px;
  width: 100vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 85vw;
  width: 100%;
  margin: 0 auto;
}
.header__contents {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
@media (min-width: 1024px) {
  .header__logo {
    margin-right: 48px;
  }
}
.header__logo--link:hover {
  outline: 2px solid #8E0506;
  outline-offset: 4px;
}
.header__logo--image {
  width: 36px;
}
@media (min-width: 1024px) {
  .header__logo--image {
    width: 48px;
  }
}
.header__books {
  margin-right: 10px;
  font-weight: 600;
  font-size: 15px;
}
.header__news {
  display: none;
}
@media (min-width: 1024px) {
  .header__news {
    display: inline-block;
  }
}
.header__aboutus {
  display: none;
}
@media (min-width: 1024px) {
  .header__aboutus {
    display: inline-block;
  }
}
.header__newsletter {
  display: none;
}
@media (min-width: 1024px) {
  .header__newsletter {
    display: inline-block;
  }
}
.header__membership {
  margin-right: 20px;
  font-weight: 600;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .header__membership {
    margin-right: 0;
  }
}
.header__qa {
  display: none;
}
@media (min-width: 1024px) {
  .header__qa {
    display: inline-block;
  }
}
.header__navigation {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.header__navigation--ja {
  display: none;
}
@media (min-width: 1024px) {
  .header__navigation--ja {
    display: inline-block;
    font-size: calc(0.625rem + 2 * (100vw - 375px) / 1065);
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.325s ease-in-out;
    transform: translateY(0);
  }
}
@media (min-width: 1024px) {
  .header__navigation--link {
    font-weight: 400;
    font-size: 17px;
    padding: 10px 20px 0;
    margin: 0;
    letter-spacing: 0.03em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .header__navigation--link {
    padding: 10px 24px 0;
  }
}
.header__navigation--link:hover .header__navigation--en {
  text-decoration: underline;
}
.header__navigation--link:hover .header__navigation--ja {
  opacity: 1;
  transform: translateY(-4px);
}
.header__search {
  margin-right: 20px;
}
.header__search--image {
  width: 20px;
}
@media (min-width: 1024px) {
  .header__search--image {
    width: 24px;
    margin-right: 6px;
  }
}
.header__search--text {
  display: none;
}
@media (min-width: 1024px) {
  .header__search--text {
    display: inline-block;
  }
}
.header__search--link {
  position: relative;
}
.header__search--link::after {
  position: absolute;
  width: 100%;
  content: "";
  border-bottom: 1px solid #FFFFFE;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(8px);
}
.header__search--link:hover:after {
  opacity: 1;
  transform: translateY(5px);
}
@media (min-width: 1024px) {
  .header__hamburger {
    margin-left: 20px;
  }
}
@media (min-width: 1280px) {
  .header__hamburger {
    margin-left: 24px;
  }
}
.header__hamburger--line {
  display: block;
  width: 2px;
  height: 20px;
  background-color: #FFFFFE;
}
@media (min-width: 600px) {
  .header__hamburger--line {
    height: 24px;
  }
}
.header__hamburger--line.-second {
  transition: 0.325s ease-in-out;
}
.header__hamburger--button {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media (min-width: 600px) {
  .header__hamburger--button {
    width: 24px;
    height: 24px;
  }
}
.header__hamburger--button:hover .header__hamburger--line.-second {
  -webkit-animation: book 0.325s ease-in forwards;
          animation: book 0.325s ease-in forwards;
}
@-webkit-keyframes book {
  50% {
    transform: translateX(-2px);
  }
  100% {
    transform: translate(-2px, -0.5px) rotate(10deg);
    transform-origin: left bottom;
  }
}
@keyframes book {
  50% {
    transform: translateX(-2px);
  }
  100% {
    transform: translate(-2px, -0.5px) rotate(10deg);
    transform-origin: left bottom;
  }
}
.header__hamburger--button.is-none {
  display: none;
}
.header__hamburger--close {
  position: relative;
  opacity: 0;
}
.header__hamburger--close.is-open {
  transition: 0.325s ease-in-out;
  display: block;
  opacity: 1;
  width: 20px;
  height: 20px;
}
@media (min-width: 600px) {
  .header__hamburger--close.is-open {
    width: 24px;
    height: 24px;
  }
}
.header__hamburger--close::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #FFFFFE;
  transform: rotate(45deg);
}
.header__hamburger--close::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #FFFFFE;
  transform: rotate(-45deg);
}
.header__hamburger-navigation {
  position: absolute;
  top: 60px;
  right: 0;
  width: 50%;
  display: none;
}
@media (min-width: 1024px) {
  .header__hamburger-navigation {
    top: 80px;
    width: 35vw;
  }
}
.header__hamburger-navigation.is-open {
  display: block;
}
.header__hamburger-navigation--link {
  display: block;
  width: 100%;
  background: #1A3431;
  padding: calc(16px + 0.5vw);
  border-top: 1px solid #FFFFFE;
}

.footer__top {
  background: #1a3431;
  border-top: 1px solid rgba(140, 153, 151, 0.3);
  border-bottom: 1px solid rgba(140, 153, 151, 0.3);
  display: grid;
}
@media (min-width: 768px) {
  .footer__top {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.footer__logo {
  padding: calc(48px + 1.5vw) calc(24px + 0.75vw) calc(32px + 1vw);
  border-right: 1px solid rgba(140, 153, 151, 0.3);
}
@media (min-width: 768px) {
  .footer__logo {
    padding: calc(48px + 1.5vw);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer__logo--link {
  display: block;
  width: clamp(120px, 50vw, 240px);
  margin: 0;
}
@media (min-width: 768px) {
  .footer__logo--link {
    margin: 0 0 0 auto;
  }
}
.footer__logo--copylight {
  font-size: calc(0.75rem + 2 * (100vw - 375px) / 1065);
  color: #8C9997;
  margin-bottom: calc(8px + 0.25vw);
}
.footer__navigation {
  padding: calc(24px + 0.75vw);
  border-top: 1px solid rgba(140, 153, 151, 0.3);
}
@media (min-width: 768px) {
  .footer__navigation {
    padding: calc(48px + 1.5vw) calc(24px + 0.75vw);
    border-right: 1px solid rgba(140, 153, 151, 0.3);
    border-top: none;
  }
}
.footer__navigation--item {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  margin-bottom: calc(8px + 0.25vw);
  font-weight: 500;
  width: 49%;
  display: inline-block;
  color: #FFFFFE;
}
.footer__navigation--item.-sub {
  font-size: calc(0.75rem + 2 * (100vw - 375px) / 1065);
  color: #8C9997;
}
.footer__navigation--link:hover {
  text-decoration: underline;
}
.footer__copylight {
  font-size: calc(0.75rem + 2 * (100vw - 375px) / 1065);
  color: #8C9997;
  margin-bottom: calc(8px + 0.25vw);
  padding: calc(24px + 0.75vw);
}
.footer__blank {
  padding: calc(16px + 0.5vw);
}
.footer__ambassador {
  padding: calc(24px + 0.75vw);
  border-top: 1px solid rgba(140, 153, 151, 0.3);
}
@media (min-width: 768px) {
  .footer__ambassador {
    padding: calc(48px + 1.5vw) calc(24px + 0.75vw);
  }
}
.footer__ambassador--title {
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  font-weight: 500;
  margin-bottom: calc(16px + 0.5vw);
  color: #FFFFFE;
}
.footer__ambassador--contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.footer__ambassador--link {
  margin: calc(8px + 0.25vw) 0;
}
.footer__ambassador--link.-penone {
  pointer-events: none;
}
.footer__ambassador--logo.-ipma {
  width: clamp(120px, 55vw, 240px);
}
.footer__ambassador--logo.-jwia {
  width: clamp(120px, 25vw, 160px);
}

/*---------------------------------------

t-mainview

---------------------------------------*/
.t-mainview {
  width: 100vw;
  height: 500px;
  position: relative;
}
@media (min-width: 1024px) {
  .t-mainview {
    height: 640px;
  }
}
.t-mainview__slick {
  position: relative;
}
.t-mainview__slick::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 6, 0.2) 0%, rgba(0, 0, 6, 0.4) 100%);
}
.t-mainview__slick--image {
  width: 100vw;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 1024px) {
  .t-mainview__slick--image {
    height: 640px;
  }
}
.t-mainview__copybox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.t-mainview__copy {
  font-family: "Playfair Display", serif;
  color: #FFFFFE;
  font-size: calc(3rem + 6 * (100vw - 375px) / 1065);
  font-weight: 700;
  text-align: center;
}
.t-mainview__button {
  color: #FFFFFE;
  border: 2px solid #FFFFFE;
  margin-top: 2em;
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  border-radius: 0.25em;
  transition: 0.325s ease-in-out;
}
@media (min-width: 1024px) {
  .t-mainview__button:hover {
    background: #FFFFFE;
    color: #1A3431;
  }
}
.t-mainview__button--link {
  display: inline-block;
  padding: 0.75em 2.5em;
}

/*---------------------------------------

t-news

---------------------------------------*/
.t-news {
  margin-top: 56px;
}
.t-news__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 7.5vw;
}
.t-news__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
}
.t-news__button--link {
  position: relative;
  font-weight: 500;
}
.t-news__button--link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: currentColor;
  transition: transform 0.01s;
}
.t-news__button--link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.325s ease-in-out;
}
.t-news__button--link:hover::before {
  background: transparent;
}
.t-news__button--link:hover::after {
  transform: scale(1, 1);
}
.t-news__contents {
  margin-top: 1.5em;
}
.t-news__item {
  padding: 1.5em 7.5vw;
}
.t-news__item:nth-child(even) {
  background: rgba(140, 153, 151, 0.1);
}
.t-news__item--days {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  color: #8C9997;
  margin-top: 0.875em;
}
.t-news__item--link {
  transition: 0.325s ease-in-out;
}
.t-news__item--link:hover {
  text-decoration: underline;
}

/*---------------------------------------

t-books

---------------------------------------*/
.t-books {
  margin-top: calc(48px + 1.5vw);
}
.t-books__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 14.5vw;
}
.t-books__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
}
.t-books__button--link {
  position: relative;
  font-weight: 500;
}
.t-books__button--link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: currentColor;
  transition: transform 0.01s;
}
.t-books__button--link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.325s ease-in-out;
}
.t-books__button--link:hover::before {
  background: transparent;
}
.t-books__button--link:hover::after {
  transform: scale(1, 1);
}
.t-books__contents {
  margin: calc(48px + 1.5vw) 0;
}
.t-books__item {
  margin: 0 15px;
}
.t-books__item--book {
  width: 225px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.t-books__item--book::before {
  position: absolute;
  content: "";
  text-align: center;
  width: 75%;
  height: 0;
  padding: 1.5em 0;
  border-radius: 0.25em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #FFFFFE;
  background-color: #E10115;
  background-image: linear-gradient(to right, #8E0506 0%, #E10115 50%, #E6A30A 100%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left 0;
  z-index: 2;
  transition: 0.325s ease-in-out;
  opacity: 0;
}
.t-books__item--book::after {
  position: absolute;
  content: "Show Book";
  text-align: center;
  width: 75%;
  height: 0;
  padding: 1em 0 2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #FFFFFE;
  z-index: 3;
  transition: 0.325s ease-in-out;
  opacity: 0;
}
.t-books__item--image {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.325s ease-in-out;
}
.t-books__item--link:hover .t-books__item--image {
  filter: brightness(85%);
  transform: scale(1.05);
}
.t-books__item--link:hover .t-books__item--book::before {
  opacity: 1;
}
.t-books__item--link:hover .t-books__item--book::after {
  opacity: 1;
}
.t-books__item--title {
  width: 225px;
  margin: 1em auto 0;
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  font-weight: 500;
}
.t-books__item--subtitle {
  width: 225px;
  margin: 0.5em auto 0;
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  color: #8C9997;
}

/*---------------------------------------

t-newsletter

---------------------------------------*/
.t-newsletter {
  margin-top: calc(48px + 1.5vw);
}
.t-newsletter__wrapper {
  margin: 0 7.5vw;
}
.t-newsletter__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  margin-bottom: calc(16px + 0.5vw);
}
.t-newsletter__contents {
  margin: 0 0 calc(48px + 1.5vw);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .t-newsletter__contents {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.t-newsletter__card:not(:first-child) {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .t-newsletter__card:not(:first-child) {
    margin-top: 0;
  }
}
.t-newsletter__card:nth-child(n+3) {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .t-newsletter__card {
    width: 49%;
  }
}
.t-newsletter__card:hover {
  box-shadow: 4px 4px 10px rgba(26, 52, 49, 0.1);
}
.t-newsletter__card--textarea {
  background: rgba(140, 153, 151, 0.1);
  padding: calc(16px + 0.5vw);
}
.t-newsletter__card--title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
}
.t-newsletter__card--subtitle {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  margin-top: 0.5vw;
}
.t-newsletter__card--button {
  text-align: right;
}
.t-newsletter__card--link {
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
}
.t-newsletter__card--link:hover {
  text-decoration: underline;
}

/*---------------------------------------

t-media

---------------------------------------*/
.t-media {
  margin-top: calc(48px + 1.5vw);
}
.t-media__wrapper {
  margin: 0 7.5vw;
}
.t-media__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  margin-bottom: calc(16px + 0.5vw);
}
.t-media__contents {
  margin: 0 0 calc(48px + 1.5vw);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .t-media__contents {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.t-media__card:not(:first-child) {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .t-media__card:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .t-media__card {
    width: 49%;
  }
}
.t-media__card:hover {
  box-shadow: 4px 4px 10px rgba(26, 52, 49, 0.1);
}
.t-media__card--textarea {
  background: rgba(140, 153, 151, 0.1);
  padding: calc(16px + 0.5vw);
}
.t-media__card--title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
}
.t-media__card--subtitle {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  margin-top: 0.5vw;
}
.t-media__card--button {
  text-align: right;
}
.t-media__card--link {
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
}
.t-media__card--link:hover {
  text-decoration: underline;
}

.p-about {
  /*---------------------------------------

  mainview

  ---------------------------------------*/
  /*---------------------------------------

  contents

  ---------------------------------------*/
}
.p-about .mainview {
  width: 100vw;
  height: 100vw;
  position: relative;
  background: url(../img/about-us_bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .p-about .mainview {
    height: 640px;
  }
}
.p-about .mainview__copybox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-about .mainview__copy {
  font-family: "Playfair Display", serif;
  color: #FFFFFE;
  font-size: calc(3rem + 6 * (100vw - 375px) / 1065);
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-about .contents__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p-about .contents__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  line-height: 2;
  font-feature-settings: "palt";
  padding: 7.5vw;
}
.p-about .contents__title span {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: calc(2rem + 10 * (100vw - 375px) / 1065);
  font-feature-settings: "normal";
}
@media (min-width: 1024px) {
  .p-about .contents__title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 50vw;
  }
}
.p-about .contents__inner {
  margin: 0 7.5vw;
}
@media (min-width: 1024px) {
  .p-about .contents__inner {
    width: 50vw;
    margin: 0;
    padding: 7.5vw 7.5vw 7.5vw 0;
  }
}
.p-about .contents__inner p {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .p-about .contents__inner p {
    line-height: 2;
    margin: 1.5em 0;
  }
}
.p-about .contents__inner p span {
  font-weight: 500;
  font-size: calc(1rem + 2 * (100vw - 375px) / 1065);
}

.membership__wrapper {
  background: #8C9997;
  color: #FFFFFE;
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .membership__wrapper {
    display: flex;
    background: transparent;
    color: #1A3431;
    margin-bottom: 7.5vw;
  }
}
.membership__topview {
  width: 100vw;
  height: 100vw;
  position: relative;
  background: url(../img/membership_bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .membership__topview {
    height: 640px;
  }
}
@media (min-width: 1024px) {
  .membership__topview {
    width: 42.5vw;
    flex-grow: 1;
    height: auto;
    margin-left: 7.5vw;
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
.membership__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 7.5vw;
}
.membership__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 400;
}
.membership__button--link {
  position: relative;
  font-weight: 400;
}
.membership__button--link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: currentColor;
  transition: transform 0.01s;
}
.membership__button--link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.325s ease-in-out;
}
.membership__button--link:hover::before {
  background: transparent;
}
.membership__button--link:hover::after {
  transform: scale(1, 1);
}
.membership__inner {
  margin-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 1024px) {
  .membership__inner {
    width: 50vw;
  }
}
.membership__contents {
  font-weight: 300;
  margin: 7.5vw;
}
@media (min-width: 1024px) {
  .membership__contents {
    margin: 2.5vw 7.5vw;
  }
}
.membership__contents--title {
  font-size: calc(1rem + 2 * (100vw - 375px) / 1065);
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .membership__contents--title {
    line-height: 2;
  }
}
.membership__contents p {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .membership__contents p {
    line-height: 2;
    margin: 1.5em 0;
  }
}
.membership__subscribe {
  margin: 7.5vw;
}
@media (min-width: 1024px) {
  .membership__subscribe {
    margin: 2.5vw 7.5vw;
  }
}
.membership__subscribe--link {
  display: inline-block;
  background-color: #E10115;
  background-image: linear-gradient(to right, #8E0506 0%, #E10115 50%, #E6A30A 100%);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: left 0;
  line-height: 1;
  padding: 0.9375rem;
  min-width: 9.25rem;
  max-width: 100%;
  font-weight: 500;
  transition: 0.325s ease-in-out;
  text-align: center;
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  border-radius: 0.25em;
  color: #FFFFFE;
}
.membership__subscribe--link:hover {
  background-position: right 0;
}

.news {
  /*---------------------------------------

  contents

  ---------------------------------------*/
}
.news__wrapper {
  padding: calc(24px + 0.75vw) 0;
}
.news__title {
  font-size: calc(2rem + 10 * (100vw - 375px) / 1065);
  font-weight: 500;
  padding-left: 7.5vw;
}
@media (min-width: 1024px) {
  .news__title {
    margin-top: calc(24px + 0.75vw);
  }
}
.news__navigation {
  display: flex;
  flex-wrap: wrap;
  padding-left: 7.5vw;
}
.news__navigation-tab {
  margin-top: calc(24px + 0.75vw);
}
.news__navigation--item {
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  margin: 1.5vw 2vw 1.5vw 0;
  color: #8C9997;
  font-weight: 500;
}
.news__navigation--item.-selected {
  color: #1A3431;
}
.news__navigation--item.-selected a {
  pointer-events: none;
}
.news__contents {
  padding: 5vw;
}
@media (min-width: 1024px) {
  .news__contents {
    padding: 2.5vw 7.5vw 7.5vw;
  }
}
.news__contents--item {
  border: 2px solid rgba(140, 153, 151, 0.3);
  margin-top: 28px;
}
@media (min-width: 1024px) {
  .news__contents--item {
    border: 1px solid rgba(140, 153, 151, 0.25);
    transition: 0.325s ease-in-out;
  }
  .news__contents--item:hover {
    box-shadow: 4px 4px 10px rgba(26, 52, 49, 0.1);
  }
  .news__contents--item:hover .news__contents--title {
    text-decoration: underline;
  }
}
.news__contents--link {
  display: block;
  padding: 7.5vw 5vw 5vw;
}
@media (min-width: 1024px) {
  .news__contents--link {
    padding: calc(24px + 0.75vw) calc(16px + 0.5vw) calc(16px + 0.5vw);
  }
}
.news__contents--title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
}
.news__contents--bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .news__contents--bottom {
    margin-top: 28px;
  }
}
.news__contents--days {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
}
.news__contents--types {
  font-size: calc(2rem + 10 * (100vw - 375px) / 1065);
  color: rgba(140, 153, 151, 0.25);
  font-weight: 500;
  line-height: 1;
}

.membership__wrapper {
  background: #8C9997;
  color: #FFFFFE;
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .membership__wrapper {
    display: flex;
    background: transparent;
    color: #1A3431;
    margin-bottom: 7.5vw;
  }
}
.membership__topview {
  width: 100vw;
  height: 100vw;
  position: relative;
  background: url(../img/membership_bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .membership__topview {
    height: 640px;
  }
}
@media (min-width: 1024px) {
  .membership__topview {
    width: 42.5vw;
    flex-grow: 1;
    height: auto;
    margin-left: 7.5vw;
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
.membership__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 7.5vw;
}
.membership__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 400;
}
.membership__button--link {
  position: relative;
  font-weight: 400;
}
.membership__button--link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: currentColor;
  transition: transform 0.01s;
}
.membership__button--link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.325s ease-in-out;
}
.membership__button--link:hover::before {
  background: transparent;
}
.membership__button--link:hover::after {
  transform: scale(1, 1);
}
.membership__inner {
  margin-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 1024px) {
  .membership__inner {
    width: 50vw;
  }
}
.membership__contents {
  font-weight: 300;
  margin: 7.5vw;
}
@media (min-width: 1024px) {
  .membership__contents {
    margin: 2.5vw 7.5vw;
  }
}
.membership__contents--title {
  font-size: calc(1rem + 2 * (100vw - 375px) / 1065);
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .membership__contents--title {
    line-height: 2;
  }
}
.membership__contents p {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .membership__contents p {
    line-height: 2;
    margin: 1.5em 0;
  }
}
.membership__subscribe {
  margin: 7.5vw;
}
@media (min-width: 1024px) {
  .membership__subscribe {
    margin: 2.5vw 7.5vw;
  }
}
.membership__subscribe--link {
  display: inline-block;
  background-color: #E10115;
  background-image: linear-gradient(to right, #8E0506 0%, #E10115 50%, #E6A30A 100%);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: left 0;
  line-height: 1;
  padding: 0.9375rem;
  min-width: 9.25rem;
  max-width: 100%;
  font-weight: 500;
  transition: 0.325s ease-in-out;
  text-align: center;
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  border-radius: 0.25em;
  color: #FFFFFE;
}
.membership__subscribe--link:hover {
  background-position: right 0;
}

.a-news .mainview {
  width: 100vw;
  height: 7.5vw;
  background-color: #FFFFFE;
}
.a-news__title-area {
  padding: 7.5vw;
  background: rgba(140, 153, 151, 0.25);
}
@media (min-width: 1024px) {
  .a-news__title-area {
    padding-left: 15vw;
  }
}
.a-news__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  margin-bottom: 0.5em;
}
.a-news__types {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  display: inline-block;
}
.a-news__days {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  display: inline-block;
  margin-left: 1em;
}
.a-news .contents {
  margin: 7.5vw;
  padding-bottom: 7.5vw;
  border-bottom: 1px solid rgba(140, 153, 151, 0.25);
}
@media (min-width: 1024px) {
  .a-news .contents {
    margin: 7.5vw 15vw;
  }
}
.a-news .contents p {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .a-news .contents p {
    line-height: 2;
    margin: 1.5em 0;
  }
}
.a-news .contents p span {
  font-weight: 500;
  font-size: calc(1rem + 2 * (100vw - 375px) / 1065);
}
.a-news .contents a {
  text-decoration: underline;
}
.a-news .contents__image {
  max-width: 1000px;
}

.p-membership {
  /*---------------------------------------

  mainview

  ---------------------------------------*/
  /*---------------------------------------

  contents

  ---------------------------------------*/
}
.p-membership .mainview {
  width: 100vw;
  height: 100vw;
  position: relative;
  background: url(../img/membership_bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .p-membership .mainview {
    height: 640px;
  }
}
.p-membership .mainview__copybox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-membership .mainview__copy {
  font-family: "Playfair Display", serif;
  color: #FFFFFE;
  font-size: calc(3rem + 6 * (100vw - 375px) / 1065);
  font-weight: 700;
  text-align: center;
}
.p-membership .contents__wrapper {
  padding: 7.5vw;
  background: rgba(140, 153, 151, 0.1);
}
.p-membership .contents__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media (min-width: 1024px) {
  .p-membership .contents__title {
    text-align: left;
  }
}
.p-membership .contents__subtitle {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .p-membership .contents__subtitle {
    line-height: 2;
    margin: 1.5em 0;
  }
}
.p-membership .contents__card {
  background: #FFFFFE;
  box-shadow: 4px 4px 10px rgba(26, 52, 49, 0.1);
  border: 1px solid rgba(140, 153, 151, 0.25);
  padding: calc(24px + 0.75vw);
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .p-membership .contents__card {
    max-width: calc(368px + 0.75vw);
  }
}
.p-membership .contents__card--title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
}
.p-membership .contents__card--title span {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  font-weight: 400;
  display: inline-block;
  padding-left: 5vw;
}
@media (min-width: 1024px) {
  .p-membership .contents__card--title span {
    padding-left: 0;
    display: block;
  }
}
.p-membership .contents__card--price {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  color: #475C5A;
  margin: 5vw 0;
}
@media (min-width: 1024px) {
  .p-membership .contents__card--price {
    margin: 2.5vw 0;
  }
}
.p-membership .contents__card--price span {
  color: #1A3431;
  font-weight: 500;
}
.p-membership .contents__card--item {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  font-weight: 500;
  margin: 0.75em 0;
}
.p-membership .contents__card--button {
  margin-top: 56px;
}
.p-membership .contents__card--link {
  display: inline-block;
  background-color: #E10115;
  background-image: linear-gradient(to right, #8E0506 0%, #E10115 50%, #E6A30A 100%);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: left 0;
  line-height: 1;
  padding: 0.9375rem;
  min-width: 9.25rem;
  width: 100%;
  max-width: 320px;
  font-weight: 500;
  transition: 0.325s ease-in-out;
  text-align: center;
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  border-radius: 0.25em;
  color: #FFFFFE;
}
.p-membership .contents__card--link:hover {
  background-position: right 0;
}

.membership__wrapper {
  background: #8C9997;
  color: #FFFFFE;
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .membership__wrapper {
    display: flex;
    background: transparent;
    color: #1A3431;
    margin-bottom: 7.5vw;
  }
}
.membership__topview {
  width: 100vw;
  height: 100vw;
  position: relative;
  background: url(../img/membership_bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .membership__topview {
    height: 640px;
  }
}
@media (min-width: 1024px) {
  .membership__topview {
    width: 42.5vw;
    flex-grow: 1;
    height: auto;
    margin-left: 7.5vw;
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
.membership__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 7.5vw;
}
.membership__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 400;
}
.membership__button--link {
  position: relative;
  font-weight: 400;
}
.membership__button--link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: currentColor;
  transition: transform 0.01s;
}
.membership__button--link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.325s ease-in-out;
}
.membership__button--link:hover::before {
  background: transparent;
}
.membership__button--link:hover::after {
  transform: scale(1, 1);
}
.membership__inner {
  margin-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 1024px) {
  .membership__inner {
    width: 50vw;
  }
}
.membership__contents {
  font-weight: 300;
  margin: 7.5vw;
}
@media (min-width: 1024px) {
  .membership__contents {
    margin: 2.5vw 7.5vw;
  }
}
.membership__contents--title {
  font-size: calc(1rem + 2 * (100vw - 375px) / 1065);
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .membership__contents--title {
    line-height: 2;
  }
}
.membership__contents p {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .membership__contents p {
    line-height: 2;
    margin: 1.5em 0;
  }
}
.membership__subscribe {
  margin: 7.5vw;
}
@media (min-width: 1024px) {
  .membership__subscribe {
    margin: 2.5vw 7.5vw;
  }
}
.membership__subscribe--link {
  display: inline-block;
  background-color: #E10115;
  background-image: linear-gradient(to right, #8E0506 0%, #E10115 50%, #E6A30A 100%);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: left 0;
  line-height: 1;
  padding: 0.9375rem;
  min-width: 9.25rem;
  max-width: 100%;
  font-weight: 500;
  transition: 0.325s ease-in-out;
  text-align: center;
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  border-radius: 0.25em;
  color: #FFFFFE;
}
.membership__subscribe--link:hover {
  background-position: right 0;
}

/*---------------------------------------

p-newsletter

---------------------------------------*/
.p-newsletter {
  margin-top: calc(48px + 1.5vw);
}
.p-newsletter__wrapper {
  margin: 0 7.5vw;
}
.p-newsletter__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  margin-bottom: calc(16px + 0.5vw);
}
.p-newsletter__contents {
  margin: 0 0 calc(48px + 1.5vw);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-newsletter__contents {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-newsletter__card:not(:first-child) {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .p-newsletter__card:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-newsletter__card {
    width: 49%;
  }
}
.p-newsletter__card:hover {
  box-shadow: 4px 4px 10px rgba(26, 52, 49, 0.1);
}
.p-newsletter__card--textarea {
  background: rgba(140, 153, 151, 0.1);
  padding: calc(16px + 0.5vw);
}
.p-newsletter__card--title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
}
.p-newsletter__card--subtitle {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  margin-top: 0.5vw;
}
.p-newsletter__card--button {
  text-align: right;
}
.p-newsletter__card--link {
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
}
.p-newsletter__card--link:hover {
  text-decoration: underline;
}
.p-newsletter__form {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-newsletter__form {
    flex-wrap: nowrap;
  }
}
.p-newsletter__form--email {
  background: #FFFFFE;
  border: 1px solid rgba(140, 153, 151, 0.1);
  border-radius: 4px;
  padding: 10px;
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  font-weight: 600;
  line-height: 18px;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: calc(8px + 0.25vw);
  overflow: hidden;
  width: 100%;
}
.p-newsletter__form--email::-moz-placeholder {
  color: rgba(26, 52, 49, 0.1);
}
.p-newsletter__form--email:-ms-input-placeholder {
  color: rgba(26, 52, 49, 0.1);
}
.p-newsletter__form--email::placeholder {
  color: rgba(26, 52, 49, 0.1);
}
.p-newsletter__form--submit {
  background: transparent;
  border: 2px solid #1A3431;
  border-radius: 4px;
  color: #1A3431;
  cursor: pointer;
  display: inline-block;
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  font-weight: 500;
  min-height: 48px;
  min-width: 148px;
  padding: 10px 20px;
  text-align: center;
  transition: 0.325s ease-in-out;
  margin-top: 10px;
}
.p-newsletter__form--submit:hover {
  color: #FFFFFE;
  background: #1A3431;
}
@media (min-width: 768px) {
  .p-newsletter__form--submit {
    margin-top: 0;
  }
}

.books {
  /*---------------------------------------

  contents

  ---------------------------------------*/
}
.books__wrapper {
  padding: calc(24px + 0.75vw) 0;
}
.books__title {
  font-size: calc(2rem + 10 * (100vw - 375px) / 1065);
  font-weight: 500;
  padding-left: 7.5vw;
}
@media (min-width: 1024px) {
  .books__title {
    margin-top: calc(24px + 0.75vw);
  }
}
.books__navigation {
  display: flex;
  flex-wrap: wrap;
  padding-left: 7.5vw;
}
.books__navigation-tab {
  margin-top: calc(24px + 0.75vw);
}
.books__navigation--item {
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  margin: 1.5vw 2vw 1.5vw 0;
  color: #8C9997;
  font-weight: 500;
}
.books__navigation--item.-selected {
  color: #1A3431;
}
.books__navigation--item.-selected a {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .books__contents {
    margin: 0 7.5vw;
  }
}
.books__contents--item {
  margin-top: 28px;
  border: 1px solid rgba(26, 52, 49, 0.1);
}
.books__contents--item:hover {
  box-shadow: 4px 4px 10px rgba(26, 52, 49, 0.1);
}
@media (min-width: 1024px) {
  .books__contents--item {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 0;
  }
  .books__contents--item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.books__contents--image {
  background: rgba(26, 52, 49, 0.1);
}
@media (min-width: 1024px) {
  .books__contents--image {
    width: 42.5vw;
    height: 42.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .books__contents--image img {
    width: 26.3157vw;
    height: 40vw;
  }
}
.books__contents--textarea {
  padding: 7.5vw;
}
@media (min-width: 1024px) {
  .books__contents--textarea {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.books__contents--title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  margin: 0.25em 0;
}
.books__contents--link:hover .books__contents--title {
  text-decoration: underline;
}
.books__contents--bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .books__contents--bottom {
    margin-top: 28px;
  }
}
.books__contents--days {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
}
.books__contents--author {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
}
.books__contents--types {
  font-size: calc(2rem + 10 * (100vw - 375px) / 1065);
  color: rgba(140, 153, 151, 0.25);
  font-weight: 500;
  line-height: 1;
}

.a-books .t-books__top {
  margin: 0 7.5vw;
}
@media (min-width: 1024px) {
  .a-books__contents--item {
    display: flex;
    flex-wrap: nowrap;
  }
}
.a-books__contents--image {
  background: rgba(26, 52, 49, 0.1);
}
@media (min-width: 1024px) {
  .a-books__contents--image {
    width: 42.5vw;
    height: 42.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.a-books__contents--image img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1024px) {
  .a-books__contents--image img {
    display: block;
    width: 26.3157vw;
    height: 40vw;
  }
}
.a-books__contents--textarea {
  padding: 7.5vw;
  background: rgba(140, 153, 151, 0.1);
}
@media (min-width: 1024px) {
  .a-books__contents--textarea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #1A3431;
    flex: 1;
    color: #FFFFFE;
  }
}
.a-books__contents--title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  margin: 0.25em 0;
}
.a-books__contents--days {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
}
.a-books__contents--author {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
}
.a-books__contents--link {
  display: inline-block;
  background-color: #E10115;
  background-image: linear-gradient(to right, #8E0506 0%, #E10115 50%, #E6A30A 100%);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: left 0;
  line-height: 1;
  padding: 0.9375rem;
  min-width: 9.25rem;
  max-width: 320px;
  font-weight: 500;
  transition: 0.325s ease-in-out;
  text-align: center;
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  border-radius: 0.25em;
  color: #FFFFFE;
  margin-top: 56px;
  position: relative;
}
.a-books__contents--link:hover {
  background-position: right 0;
}
.a-books__contents--link.limited::after {
  content: "Menbership Only";
  position: absolute;
  color: #E10115;
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  top: 50%;
  right: 0;
  margin: auto;
  transform: translate(110%, -50%);
}
.a-books__table {
  margin: 7.5vw;
}
.a-books__table--title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
}
.a-books__table--chapter {
  font-family: "Playfair Display", serif;
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  margin-top: calc(14px + 0.5vw);
  line-height: 1.75;
}
.a-books__table--chapter span {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  display: block;
}
.a-books__table--part {
  font-family: "Playfair Display", serif;
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  margin-top: calc(16px + 0.75vw);
  line-height: 1.75;
  font-weight: 500;
}
.a-books__table--part span {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  display: block;
}

.sct-law__wrapper {
  margin: 15vw 7.5vw;
}
@media (min-width: 1024px) {
  .sct-law__wrapper {
    margin: 7.5vw 15vw;
  }
}
.sct-law__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  line-height: 2;
}
.sct-law__title span {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  color: #475C5A;
  display: block;
}
@media (min-width: 1024px) {
  .sct-law__title span {
    display: inline-block;
    padding-left: 2em;
  }
}
.sct-law__topic {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  line-height: 1.75;
  margin-top: 2.5em;
  font-weight: 500;
}
.sct-law__text {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  line-height: 1.75;
  margin-top: 1em;
  padding-left: 1em;
}
.sct-law__text.-caption {
  font-size: calc(0.75rem + 2 * (100vw - 375px) / 1065);
  line-height: 2;
}

.site-map__wrapper {
  margin: 15vw 7.5vw;
}
@media (min-width: 1024px) {
  .site-map__wrapper {
    margin: 7.5vw 15vw;
  }
}
.site-map__inner {
  margin: 7.5vw 3.75vw;
}
@media (min-width: 1024px) {
  .site-map__inner {
    margin: 3.75vw 7.5vw;
  }
}
.site-map__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  line-height: 2;
}
.site-map__title span {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  color: #475C5A;
  display: block;
}
@media (min-width: 1024px) {
  .site-map__title span {
    display: inline-block;
    padding-left: 2em;
  }
}
.site-map__text {
  font-size: calc(0.75rem + 2 * (100vw - 375px) / 1065);
  line-height: 1.5;
}
.site-map__text::before {
  content: "・";
}
.site-map__text a:hover {
  text-decoration: underline;
}
.site-map__text.-second {
  margin-left: 2em;
}
.site-map__text.-third {
  margin-left: 4em;
}

.contact__wrapper {
  margin: 15vw 7.5vw;
}
@media (min-width: 1024px) {
  .contact__wrapper {
    margin: 7.5vw 15vw;
  }
}
.contact__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  line-height: 2;
}
.contact__title span {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  color: #475C5A;
  display: block;
}
@media (min-width: 1024px) {
  .contact__title span {
    display: inline-block;
    padding-left: 2em;
  }
}
.contact__text {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  line-height: 1.75;
  margin-top: 1em;
}
.contact__text.-caption {
  font-size: calc(0.75rem + 2 * (100vw - 375px) / 1065);
  line-height: 2;
}
.contact__form {
  max-width: 1000px;
}
.contact__form--item {
  margin: 1.5em 0;
}
.contact__form--label {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
}
.contact__form--label span {
  padding-left: 0.5em;
  color: #E10115;
}
.contact__form--input {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #8C9997;
  width: 100%;
  margin-top: 0.5em;
  padding: 1em;
}
.contact__form--select {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #8C9997;
  width: 100%;
  margin-top: 0.5em;
  padding: 1em;
}
.contact__form--textarea {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #8C9997;
  width: 100%;
  margin-top: 0.5em;
  padding: 1em;
}
.contact__form--button {
  display: inline-block;
  background-color: #E10115;
  background-image: linear-gradient(to right, #8E0506 0%, #E10115 50%, #E6A30A 100%);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: left 0;
  line-height: 1;
  padding: 0.9375rem;
  min-width: 9.25rem;
  width: 100%;
  max-width: 240px;
  font-weight: 500;
  transition: 0.325s ease-in-out;
  text-align: center;
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  border-radius: 0.25em;
  color: #FFFFFE;
}
.contact__form--button:hover {
  background-position: right 0;
}
/*# sourceMappingURL=style.css.map */