@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-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 padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

/**
 * 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.
 */

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-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;
}

/* 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;
}

html,
body {
  font-size: 62.5%;
  color: #333333;
  line-height: 1;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #fff;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "A-OTF-ReimPro";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/A-OTF-ReimPro-Regular.otf) format("opentype");
}
@font-face {
  font-family: "A-OTF-ReimPro";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/A-OTF-ReimPro-Medium.otf) format("opentype");
}
@font-face {
  font-family: "A-OTF-ReimPro";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/A-OTF-ReimPro-Bold.otf) format("opentype");
}
.wrapper {
  font-size: 1.6rem;
  min-width: 1080px;
}

body.modalOpen {
  position: fixed;
}
body.modalOpen .modalCts {
  opacity: 1;
  pointer-events: auto;
}
body.modalOpen .modalCts__inner {
  display: block;
}

.inner {
  max-width: 960px;
  margin: auto;
}

.section {
  padding: 90px 0;
}
.section__ttl {
  text-align: center;
}
.section__ttl img {
  margin: auto;
}

.link1 {
  position: relative;
  width: 300px;
  height: 56px;
  padding-top: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(221, 221, 221, 0.36) 0 0 10px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  margin: 60px auto 0;
}
.link1::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 5px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: background-image 0.3s ease-out;
  background: url(./../img/arrow_r_b.png) center/cover;
}
.link1:hover {
  background-color: #8b030f;
  color: #fff;
}
.link1:hover::after {
  background: url(./../img/arrow_r_w.png) center/cover;
}

.sideNavi {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 43px;
  top: 41%;
  z-index: 10000;
}
.sideNavi.white a {
  background: #c39ca0;
}
.sideNavi.white .sideNavi__shiru::after {
  background: url("./../img/sideNav_01_w.png") center/cover;
}
.sideNavi.white .sideNavi__erabu::after {
  background: url("./../img/sideNav_02_w.png") center/cover;
}
.sideNavi.white .sideNavi__kiku::after {
  background: url("./../img/sideNav_03_w.png") center/cover;
}
.sideNavi.white .sideNavi__miru::after {
  background: url("./../img/sideNav_04_w.png") center/cover;
}
.sideNavi.white .sideNavi__idomu::after {
  background: url("./../img/sideNav_05_w.png") center/cover;
}
.sideNavi a {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #a5757a;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.sideNavi a:nth-of-type(1) {
  top: calc((14px + 20px) * 0);
}
.sideNavi a:nth-of-type(2) {
  top: calc((14px + 20px) * 1);
}
.sideNavi a:nth-of-type(3) {
  top: calc((14px + 20px) * 2);
}
.sideNavi a:nth-of-type(4) {
  top: calc((14px + 20px) * 3);
}
.sideNavi a:nth-of-type(5) {
  top: calc((14px + 20px) * 4);
}
.sideNavi a::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.sideNavi a.current::after {
  opacity: 1;
}
.sideNavi .sideNavi__shiru::after {
  background: url("./../img/sideNav_01.png") center/cover;
}
.sideNavi .sideNavi__erabu::after {
  background: url("./../img/sideNav_02.png") center/cover;
}
.sideNavi .sideNavi__kiku::after {
  background: url("./../img/sideNav_03.png") center/cover;
}
.sideNavi .sideNavi__miru::after {
  background: url("./../img/sideNav_04.png") center/cover;
}
.sideNavi .sideNavi__idomu::after {
  background: url("./../img/sideNav_05.png") center/cover;
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px 0 20px;
}
.header__logo {
  width: 384px;
}

.mv {
  position: relative;
  width: 100%;
}
.mv__bg img {
  width: 100%;
}
.mv__lead {
  position: absolute;
  width: 47.8%;
  top: 21.8%;
  left: 12.5%;
}
.mv__lead img {
  width: 100%;
}

.message {
  padding: 67px 0 70px;
}
.message .inner {
  max-width: 990px;
}
.message__cts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "A-OTF-ReimPro";
  font-weight: 500;
  margin: 23px 0 0 -25px;
}
.message__cts__heading {
  letter-spacing: 0.28em;
  line-height: 1.64;
  font-size: 4.2rem;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}
.message__cts__txt {
  margin-left: 30px;
  line-height: 2.875;
}

.nav {
  padding: 52px 0 68px;
  background-color: #fbf7f3;
}
.nav__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
}
.nav__cts {
  margin-top: 60px;
}
.nav__cts ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav__cts ul li {
  font-size: 0;
  padding: 0 10px 0 0;
  cursor: pointer;
  position: relative;
}
.nav__cts ul li + li {
  display: -ms-flexbox;
  display: flex;
}
.nav__cts ul li + li::before {
  content: "";
  width: 2px;
  height: 100px;
  margin: 52% 10px 0 0;
  background-color: #8b030f;
}
.nav__cts ul li::after {
  content: "";
  width: 172px;
  height: 238px;
  display: block;
  background-position: center;
  background-size: cover;
  transition: background-image 0.3s ease-out;
}
.nav__cts ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.nav__cts ul li.n01::after {
  background-image: url(./../img/nav_01.png);
}
.nav__cts ul li.n01:hover::after {
  background-image: url(./../img/nav_01_hover.png);
}
.nav__cts ul li.n02::after {
  background-image: url(./../img/nav_02.png);
}
.nav__cts ul li.n02:hover::after {
  background-image: url(./../img/nav_02_hover.png);
}
.nav__cts ul li.n03::after {
  background-image: url(./../img/nav_03.png);
}
.nav__cts ul li.n03:hover::after {
  background-image: url(./../img/nav_03_hover.png);
}
.nav__cts ul li.n04::after {
  background-image: url(./../img/nav_04.png);
}
.nav__cts ul li.n04:hover::after {
  background-image: url(./../img/nav_04_hover.png);
}
.nav__cts ul li.n05::after {
  background-image: url(./../img/nav_05.png);
}
.nav__cts ul li.n05:hover::after {
  background-image: url(./../img/nav_05_hover.png);
}

.shiru {
  padding-bottom: 0;
}
.shiru h2 img {
  width: 486px;
  height: auto;
}
.shiru__cts {
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  -ms-flex-pack: center;
  justify-content: center;
}
.shiru__cts .imgBlock {
  position: relative;
}
.shiru__cts .imgBlock + .imgBlock {
  margin-left: 20px;
}
.shiru__cts .imgBlock__btn {
  position: absolute;
  border-radius: 5px;
  color: #fff;
  font-family: "A-OTF-ReimPro";
  font-weight: 700;
  letter-spacing: 0.12em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: background-color 0.3s ease-out;
}
.shiru__cts .imgBlock__btn p {
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
}
.shiru__cts .imgBlock__btn p span {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
.shiru__cts .imgBlock__btn.btnCr01 {
  background-color: #d984cd;
}
.shiru__cts .imgBlock__btn.btnCr01:hover {
  background-color: #b43ea3;
}
.shiru__cts .imgBlock__btn.btnCr02 {
  background-color: #42a3b5;
}
.shiru__cts .imgBlock__btn.btnCr02:hover {
  background-color: #2d8291;
}
.shiru__cts .imgBlock__btn.btnCr03 {
  background-color: #6791f0;
}
.shiru__cts .imgBlock__btn.btnCr03:hover {
  background-color: #3660bf;
}
.shiru__cts .imgBlock__btn.btnCr04 {
  background-color: #848aad;
}
.shiru__cts .imgBlock__btn.btnCr04:hover {
  background-color: #626781;
}
.shiru__cts .imgBlock__btn.btn01 {
  width: 189px;
  height: 56px;
  top: 308px;
  left: 26px;
}
.shiru__cts .imgBlock__btn.btn02 {
  width: 189px;
  height: 56px;
  top: 308px;
  left: 258px;
}
.shiru__cts .imgBlock__btn.btn03 {
  width: 189px;
  height: 56px;
  top: 476px;
  left: 217px;
}
.shiru__cts .imgBlock__btn.btn04 {
  width: 156px;
  height: 48px;
  top: 651px;
  left: 46px;
}
.shiru__cts .imgBlock__btn.btn05 {
  width: 156px;
  height: 48px;
  top: 651px;
  left: 228px;
}
.shiru__cts .imgBlock__btn.btn06 {
  width: 189px;
  height: 84px;
  top: 308px;
  left: 26px;
}
.shiru__cts .imgBlock__btn.btn07 {
  width: 189px;
  height: 84px;
  top: 476px;
  left: 26px;
}
.shiru__cts .imgBlock__btn.btn08 {
  width: 189px;
  height: 84px;
  top: 621px;
  left: 26px;
}
.shiru__cts .imgBlock__btn.btn09 {
  width: 189px;
  height: 393px;
  top: 308px;
  left: 255px;
}
.shiru__links {
  background: #8b030f;
  margin-top: 90px;
  padding: 80px 0;
}
.shiru__links ul {
  width: 960px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -30px;
}
.shiru__links ul li {
  position: relative;
  width: 470px;
  height: 143px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-top: 30px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.shiru__links ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 55px 0 0 40px;
}
.shiru__links ul li a::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.shiru__links ul li:nth-of-type(1) a::before {
  background: #e84c59;
}
.shiru__links ul li:nth-of-type(2) a::before {
  background: #c44ce8;
}
.shiru__links ul li:nth-of-type(3) a::before {
  background: #4cb8e8;
}
.shiru__links ul li:nth-of-type(4) a::before {
  background: #4ce8e8;
}
.shiru__links ul li:nth-of-type(5) a::before {
  background: #a6e84c;
}
.shiru__links ul li span {
  margin-top: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #8b030f;
  font-size: 1.4rem;
  font-family: "A-OTF-ReimPro";
  font-weight: 700;
  transition: color 0.3s ease-out;
}
.shiru__links ul li span::after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: url(./../img/arrow_r_r.png) center/cover;
  margin-left: 10px;
  transition: background-image 0.3s ease-out;
}
.shiru__links ul li:hover {
  background-color: #8b030f;
  color: #fff;
}
.shiru__links ul li:hover span {
  color: #fff;
}
.shiru__links ul li:hover span::after {
  background: url(./../img/arrow_r_w.png) center/cover;
}

.erabu {
  background-color: #fbf7f3;
}
.erabu h2 img {
  width: 517px;
  height: auto;
}
.erabu__cts__ttl {
  text-align: center;
  margin-top: 80px;
  font-size: 2.8rem;
  font-weight: 700;
}
.erabu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  margin-left: -20px;
}
.erabu__list li {
  width: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px 0 0 20px;
}
.erabu__list li.redColor .ttl {
  color: #8b030f;
}
.erabu__list li.grayColor .ttl {
  color: #6e759f;
}
.erabu__list li.grayColor button:hover {
  background-color: #6e759f;
}
.erabu__list li.greenColor .ttl {
  color: #5ca86a;
}
.erabu__list li.greenColor button:hover {
  background-color: #5ca86a;
}
.erabu__list li .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  color: #e88a2d;
  height: 156px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: c;
  justify-content: c;
  text-align: center;
}
.erabu__list li button {
  position: relative;
  width: 100%;
  height: 74px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.erabu__list li button span {
  font-weight: 400;
}
.erabu__list li button .fs {
  font-size: 1.2rem;
  line-height: 1.4;
  display: block;
}
.erabu__list li button:hover {
  color: #fff;
  background-color: #8b030f;
}
.erabu__list li button:hover::after {
  background: url(./../img/arrow_r_w.png) center/cover;
}
.erabu__list li button::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 5px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: background-image 0.3s ease-out;
  background: url(./../img/arrow_r_b.png) center/cover;
}
.erabu__list li button + button {
  margin-top: 12px;
}
.erabu__note {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 30px 0 0 170px;
}
.erabu .modalCts {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}
.erabu .modalCts::after {
  content: "";
  position: absolute;
  display: block;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.erabu .modalCts__inner {
  position: relative;
  width: 900px;
  display: none;
  max-height: 95vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 820px;
}
.erabu .modalCts__item {
  display: none;
  overflow-y: auto;
  max-height: 95vh;
}
.erabu .modalCts__item.on {
  display: block;
}
.erabu .modalCts__ttl {
  background: #8b030f;
  font-family: "A-OTF-ReimPro";
  font-weight: 500;
  color: #fff;
  font-size: 3.2rem;
  padding: 42px 50px;
  border-radius: 5px 5px 0 0;
  line-height: 1.4;
}
.erabu .modalCts__ttl span {
  font-size: 2.4rem;
}
.erabu .modalCts__detail {
  background: #fff;
  padding: 40px 50px 60px;
  border-radius: 0 0 5px 5px;
}
.erabu .modalCts__detail ul li {
  font-size: 2.6rem;
  text-indent: -1.3em;
  margin-left: 1.3em;
  line-height: 1.4;
}
.erabu .modalCts__detail ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #8b030f;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
}
.erabu .modalCts__detail ul li + li {
  margin-top: 25px;
}
.erabu .modalCts__link {
  margin-top: 60px;
}
.erabu .modalCts__closeBtn {
  position: absolute;
  top: -50px;
  right: 5px;
  width: 50px;
  height: 50px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 0 0;
}
.erabu .modalCts__closeBtn::before,
.erabu .modalCts__closeBtn::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  top: 23px;
  left: 8px;
  transform: translate(-50%, -50%);
  display: block;
  background: #c6c6c6;
}
.erabu .modalCts__closeBtn::before {
  transform: rotate(45deg);
}
.erabu .modalCts__closeBtn::after {
  transform: rotate(-45deg);
}

.kiku h2 img {
  width: 517px;
  height: auto;
}
.kiku__block {
  margin-top: 80px;
}
.kiku__block__ttl {
  background-color: #8b030f;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  padding: 36px 0;
}
.kiku__block__txt {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  margin-top: 24px;
  color: #7c7c7c;
  font-weight: 700;
  line-height: 1.57;
  text-align: center;
}
.kiku__block__cts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 63px;
}
.kiku__block__cts .txtBlock dl {
  font-family: "A-OTF-ReimPro";
}
.kiku__block__cts .txtBlock dl + dl {
  margin-top: 46px;
}
.kiku__block__cts .txtBlock dl dt {
  font-weight: 700;
  font-size: 2rem;
  color: #8b030f;
  line-height: 1;
}
.kiku__block__cts .txtBlock dl dd {
  font-weight: 500;
  margin-top: 14px;
  font-size: 3.2rem;
  line-height: 2;
}
.kiku__block__cts .txtBlock dl dd span {
  font-size: 2rem;
}
.kiku__block__cts .txtBlock dl dd .note {
  color: #8b030f;
  font-size: 2rem;
}
.kiku__block__cts .txtBlock dl dd ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.kiku__block__cts .txtBlock dl dd ul li::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #8b030f;
  display: inline-block;
  margin-right: 20px;
}
.kiku__block__cts .txtBlock dl dd ul + .note {
  margin-left: 38px;
}
.kiku__block__cts .imgBlock {
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

.miru {
  background: #fbf7f3;
}
.miru h2 img {
  width: 592px;
  height: auto;
}
.miru__cts {
  margin-top: 80px;
}
.miru__cts__tmb {
  text-align: center;
}

.idomu h2 img {
  width: 517px;
  height: auto;
}

.faq {
  background-color: #8b030f;
  padding: 68px 0;
}
.faq h2 img {
  width: 418px;
  height: auto;
}
.faq__block {
  margin-top: 60px;
}
.faq__block__ttl {
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.faq__list {
  margin-top: 30px;
}
.faq__item {
  width: 100%;
  cursor: pointer;
}
.faq__item + .faq__item {
  margin-top: 10px;
}
.faq__item.open .question__txt {
  border-radius: 5px 0 0 0;
}
.faq__item.open .question__accBtn {
  border-radius: 0 5px 0 0;
}
.faq__item.open .question__accBtn::after {
  transform: rotate(0);
}
.faq__item .num {
  font-size: 2rem;
  font-weight: 700;
  margin-right: 20px;
  display: inline-block;
  color: #8b030f;
  border-right: 1px solid #8b030f;
  padding-right: 19px;
}
.faq__item .num::before {
  margin-right: 5px;
}
.faq__item .num::after {
  content: ".";
}
.faq__item .question {
  display: -ms-flexbox;
  display: flex;
}
.faq__item .question .num::before {
  content: "Q";
}
.faq__item .question:hover .question__txt::before {
  opacity: 0.6;
}
.faq__item .question:hover .question__accBtn {
  background-color: #c15b64;
}
.faq__item .question__txt {
  position: relative;
  background: #fff;
  padding: 19px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 700;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px 0 0 5px;
  transition: border-radius 0.3s ease-out;
}
.faq__item .question__txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 1000;
}
.faq__item .question__accBtn {
  background: #4b0b10;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: auto;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: background-color 0.3s ease-out, border-radius 0.3s ease-out;
  border-radius: 0 5px 5px 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}
.faq__item .question__accBtn::before,
.faq__item .question__accBtn::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 18px;
  height: 2px;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
}
.faq__item .question__accBtn::after {
  transform: rotate(90deg);
}
.faq__item .answer {
  background: #fff;
  box-shadow: 0 1px 0 0 #d6d6d6 inset;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  height: 0;
  cursor: auto;
}
.faq__item .answer__txt {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 19px;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.faq__item .answer ul {
  margin-top: 1em;
}
.faq__item .answer .num::before {
  content: "A";
}

.footer {
  padding: 20px 0;
  text-align: center;
}
.footer__logo {
  width: 465px;
  margin: auto;
}
.footer__logo img {
  width: 100%;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 959px) {
  .wrapper {
    font-size: 1.4rem;
    min-width: 320px;
  }

  body.modalOpen {
    position: fixed;
  }
  body.modalOpen .modalCts {
    opacity: 1;
    pointer-events: auto;
  }
  body.modalOpen .modalCts__inner {
    display: block;
  }

  .inner {
    max-width: 90%;
  }

  .section {
    padding: 40px 0;
  }

  .link1 {
    max-width: 290px;
    width: 90%;
    height: 54px;
    padding-top: 21px;
    margin: 30px auto 0;
  }

  .header {
    height: 49px;
    padding: 0 15px;
  }
  .header__logo {
    width: 185px;
  }
  .header__sitename {
    width: 100px;
  }

  .mv__lead {
    position: absolute;
    width: 64.2%;
    top: auto;
    bottom: 14%;
    left: auto;
    right: 2%;
  }

  .message {
    padding: 25px 0 30px;
  }
  .message .inner {
    max-width: 90%;
  }
  .message__ttl {
    width: 70px;
    height: auto;
  }
  .message__cts {
    display: block;
    margin: 13px 0 0 0;
  }
  .message__cts__heading {
    font-size: 3rem;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
  }
  .message__cts__txt {
    margin: 14px auto 0;
    line-height: 1.92;
  }

  .nav {
    padding: 34px 0 40px;
  }
  .nav__ttl {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .nav__cts {
    margin: 15px auto 0;
    max-width: 500px;
  }
  .nav__cts ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav__cts ul li {
    position: relative;
    padding: 0;
    margin-top: 15px;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    padding-bottom: 42.9%;
  }
  .nav__cts ul li + li {
    display: block;
  }
  .nav__cts ul li + li::before {
    content: none;
  }
  .nav__cts ul li::after {
    content: "";
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease-out;
  }
  .nav__cts ul li a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .nav__cts ul li.n01::after {
    background-image: url(./../img/nav_01_sp.png);
  }
  .nav__cts ul li.n01:hover::after {
    background-image: url(./../img/nav_01_sp.png);
  }
  .nav__cts ul li.n02::after {
    background-image: url(./../img/nav_02_sp.png);
  }
  .nav__cts ul li.n02:hover::after {
    background-image: url(./../img/nav_02_sp.png);
  }
  .nav__cts ul li.n03::after {
    background-image: url(./../img/nav_03_sp.png);
  }
  .nav__cts ul li.n03:hover::after {
    background-image: url(./../img/nav_03_sp.png);
  }
  .nav__cts ul li.n04::after {
    background-image: url(./../img/nav_04_sp.png);
  }
  .nav__cts ul li.n04:hover::after {
    background-image: url(./../img/nav_04_sp.png);
  }
  .nav__cts ul li.n05::after {
    background-image: url(./../img/nav_05_sp.png);
  }
  .nav__cts ul li.n05:hover::after {
    background-image: url(./../img/nav_05_sp.png);
  }

  .shiru {
    padding-bottom: 0;
  }
  .shiru h2 img {
    width: 298px;
    height: auto;
  }
  .shiru__cts {
    display: block;
    margin-top: 40px;
  }
  .shiru__cts .imgBlock {
    max-width: 670px;
    margin: auto;
  }
  .shiru__cts .imgBlock img {
    margin: auto;
  }
  .shiru__cts .imgBlock + .imgBlock {
    margin: 15px auto 0;
  }
  .shiru__cts .imgBlock__btn p {
    font-size: 4vw;
  }
  .shiru__cts .imgBlock__btn p span {
    font-size: 3.3vw;
  }
  .shiru__cts .imgBlock__btn.btn01 {
    width: 40%;
    height: 5.4%;
    top: 26.3%;
    left: 5.67%;
  }
  .shiru__cts .imgBlock__btn.btn02 {
    width: 40%;
    height: 5.4%;
    top: 26.3%;
    left: 54.3%;
  }
  .shiru__cts .imgBlock__btn.btn03 {
    width: 40%;
    height: 5.4%;
    top: 42.6%;
    left: 45.6%;
  }
  .shiru__cts .imgBlock__btn.btn04 {
    width: 33%;
    height: 4.6%;
    top: 59.8%;
    left: 9.85%;
  }
  .shiru__cts .imgBlock__btn.btn05 {
    width: 33%;
    height: 4.6%;
    top: 59.8%;
    left: 48.9%;
  }
  .shiru__cts .imgBlock__btn.btn06 {
    width: 40%;
    height: 7.89%;
    top: 25.7%;
    left: 5.67%;
  }
  .shiru__cts .imgBlock__btn.btn07 {
    width: 40%;
    height: 7.89%;
    top: 42.5%;
    left: 5.67%;
  }
  .shiru__cts .imgBlock__btn.btn08 {
    width: 40%;
    height: 7.89%;
    top: 57.2%;
    left: 5.67%;
  }
  .shiru__cts .imgBlock__btn.btn09 {
    width: 40%;
    height: 39.7%;
    top: 25.4%;
    left: 54.3%;
  }
  .shiru__links {
    background: #8b030f;
    margin-top: 40px;
    padding: 30px 0 40px;
  }
  .shiru__links ul {
    width: 90%;
    max-width: 400px;
    display: block;
    margin-top: 0;
  }
  .shiru__links ul li {
    width: 100%;
    height: auto;
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .shiru__links ul li a {
    padding: 29px 30px 17px;
  }
  .shiru__links ul li a::before {
    content: "";
    top: 8px;
    left: 8px;
    width: 12px;
    height: 12px;
  }
  .shiru__links ul li span {
    margin-top: 14px;
    font-size: 1.2rem;
  }
  .shiru__links ul li span::after {
    content: "";
    width: 18px;
    height: 4px;
    margin-left: 10px;
  }

  .erabu h2 img {
    width: 243px;
    height: auto;
  }
  .erabu .inner {
    max-width: 100%;
  }
  .erabu__note {
    text-align: left;
    padding-right: 15px;
    margin: 20px 0 0 15px;
    font-size: 1rem;
  }
  .erabu__cts__ttl {
    font-size: 1.8rem;
    margin-top: 45px;
  }
  .erabu__list {
    padding: 0;
    margin-top: 8px;
    margin-left: -15px;
  }
  .erabu__list::after {
    content: "";
    display: block;
    width: 42.6%;
  }
  .erabu__list li {
    width: 42.6%;
    margin: 30px 0 0 15px;
  }
  .erabu__list li .ttl {
    font-size: 1.5rem;
    white-space: nowrap;
    height: 95px;
  }
  .erabu__list li button {
    height: 65px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
  }
  .erabu__list li button::after {
    content: none;
  }
  .erabu__list li button + button {
    margin-top: 10px;
  }
  .erabu__list li button .fs {
    font-size: 1rem;
    transform: scale(0.95);
    transform-origin: center;
  }
  .erabu__icon {
    width: 59.3%;
    text-align: center;
  }
  .erabu .modalCts {
    min-width: 320px;
  }
  .erabu .modalCts::after {
    content: "";
    position: absolute;
    display: block;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .erabu .modalCts__inner {
    width: 90%;
    max-height: 80vh;
  }
  .erabu .modalCts__item {
    max-height: 80vh;
  }
  .erabu .modalCts__ttl {
    font-size: 1.6rem;
    padding: 21px 25px;
  }
  .erabu .modalCts__ttl span {
    font-size: 1.2rem;
  }
  .erabu .modalCts__detail {
    background: #fff;
    padding: 30px 14px 30px;
  }
  .erabu .modalCts__detail ul li {
    font-size: 1.4rem;
  }
  .erabu .modalCts__detail ul li::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 10px;
  }
  .erabu .modalCts__detail ul li + li {
    margin-top: 15px;
  }
  .erabu .modalCts__link {
    margin-top: 30px;
  }
  .erabu .modalCts__closeBtn {
    position: absolute;
    top: -40px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 0 0;
  }
  .erabu .modalCts__closeBtn::before,
  .erabu .modalCts__closeBtn::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    top: 20px;
    left: 6px;
    transform: translate(-50%, -50%);
    display: block;
    background: #c6c6c6;
  }
  .erabu .modalCts__closeBtn::before {
    transform: rotate(45deg);
  }
  .erabu .modalCts__closeBtn::after {
    transform: rotate(-45deg);
  }

  .kiku h2 img {
    width: 243px;
    height: auto;
  }
  .kiku__block {
    margin-top: 41px;
  }
  .kiku__block__ttl {
    font-size: 1.6rem;
    padding: 25px 0;
    line-height: 1.5;
  }
  .kiku__block__txt {
    margin-top: 15px;
    text-align: left;
  }
  .kiku__block__cts {
    display: block;
    margin-top: 27px;
  }
  .kiku__block__cts .txtBlock dl + dl {
    margin-top: 26px;
  }
  .kiku__block__cts .txtBlock dl dt {
    font-size: 1.4rem;
  }
  .kiku__block__cts .txtBlock dl dd {
    margin-top: 10px;
    font-size: 2.2rem;
  }
  .kiku__block__cts .txtBlock dl dd span {
    font-size: 1.4rem;
  }
  .kiku__block__cts .txtBlock dl dd .note {
    display: block;
    font-size: 1.2rem;
  }
  .kiku__block__cts .txtBlock dl dd ul {
    font-size: 1.9rem;
  }
  .kiku__block__cts .txtBlock dl dd ul span {
    font-size: 1.2rem;
  }
  .kiku__block__cts .txtBlock dl dd ul li::before {
    content: "";
    width: 10px;
    height: 2px;
    margin-right: 2px;
  }
  .kiku__block__cts .txtBlock dl dd ul + .note {
    margin-left: 10px;
    line-height: 1.4;
  }
  .kiku__block__cts .imgBlock {
    margin-top: 18px;
  }

  .miru h2 img {
    width: 329px;
    height: auto;
  }
  .miru__cts {
    margin-top: 20px;
  }
  .miru__cts__tmb {
    width: 95%;
    margin: auto;
  }

  .idomu h2 img {
    width: 205px;
    height: auto;
  }

  .faq h2 img {
    width: 238px;
    height: auto;
  }
  .faq__block {
    margin-top: 40px;
  }
  .faq__block__ttl {
    line-height: 1.8;
    width: 95%;
  }
  .faq__block + .faq__block {
    margin-top: 30px;
  }
  .faq__list {
    margin-top: 30px;
  }
  .faq__item {
    width: 100%;
    cursor: pointer;
  }
  .faq__item + .faq__item {
    margin-top: 10px;
  }
  .faq__item.open .question__txt {
    border-radius: 5px 0 0 0;
  }
  .faq__item.open .question__accBtn {
    border-radius: 0 5px 0 0;
  }
  .faq__item.open .question__accBtn::after {
    transform: rotate(0);
  }
  .faq__item .num {
    font-size: 1.6rem;
    margin-right: 20px;
    padding-right: 10px;
  }
  .faq__item .num::before {
    margin-right: 5px;
  }
  .faq__item .question__txt {
    padding: 15px;
    font-size: 1rem;
  }
  .faq__item .question__accBtn {
    width: 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
  .faq__item .question__accBtn::before,
  .faq__item .question__accBtn::after {
    content: "";
    width: 13px;
    height: 2px;
  }
  .faq__item .question:hover .question__txt::before {
    opacity: 0;
  }
  .faq__item .question:hover .question__accBtn {
    background-color: #4b0b10;
  }
  .faq__item .answer__txt {
    padding: 15px;
    font-size: 1rem;
  }

  .footer {
    padding: 10px 0;
    text-align: center;
  }
  .footer__logo {
    width: 230px;
    margin: auto;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}

/*-----------------------
_fixedLink
------------------------*/
.fixedLink {
  position: fixed;
  z-index: 1;
  top: 112px;
  right: 0;
  width: 112px;
}
@media screen and (max-width: 768px) {
  .fixedLink {
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
  }
}
.fixedLink__inner {
  display: flex;
  flex-wrap: wrap;
}
.fixedLink__inner > a {
  width: 112px;
  height: 112px;
  background-size: contain;
}
.fixedLink__inner > a.fixedlink01 {
  background-image: url(/img/fixedlink/fixedlink01_pc.jpg);
}
.fixedLink__inner > a.fixedlink01:hover {
  background-image: url(/img/fixedlink/fixedlink01_pc--hover.jpg);
}

.fixedLink__inner > a.fixedlink07 {
  background-image: url(/img/fixedlink/fixedlink07_pc.jpg);
}
.fixedLink__inner > a.fixedlink07:hover {
  background-image: url(/img/fixedlink/fixedlink07_pc--hover.jpg);
}
@media screen and (max-width: 768px) {
  .fixedLink__inner > a {
    width: calc(375 / 750 * 100% / 2 * 2);
    background-image: none;
    height: auto;
  }
  .fixedLink__inner > a:hover {
    background-image: none;
  }
}
.fixedLink__inner > a img {
  width: 100%;
}
