@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* base
--------------------------- */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  height: 100%;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  color: #3D3B40;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  min-width: 350px;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  max-width: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

img,
video,
object {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  color: #0066c0;
  text-decoration: underline;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  transition: all 0.3s;
}

p {
  line-height: 1.8;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

/*! destyle.css v1.0.14 | 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 */
  -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 */
/* ============================================ */
/**
 * 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
 */
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;
}

/**
 * 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;
  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;
}

/**
 * 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;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
.l-container {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-container_bnr {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .l-container_bnr {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .l-container_bnr {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-container_middle {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .l-container_middle {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .l-container_middle {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.l-container_middle_footer {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .l-container_middle_footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .l-container_middle_footer {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.l-container_small {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .l-container_small {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .l-container_small {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*-------------------
 * component
 基本classはこちらに追加
 -------------------*/
.btn.c-button {
  display: inline-block;
  padding: 24px 40px;
  font-weight: bold;
  background-color: #3B3B41;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .btn.c-button {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 16px 10px;
  }
}
.btn.c-button:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../image/icon_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 6px;
  position: absolute;
  right: 30px;
  bottom: 18px;
}
@media (max-width: 767px) {
  .btn.c-button:after {
    width: 24px;
    height: 24px;
    right: 30px;
    bottom: 25%;
  }
}
.btn.footer-button {
  display: inline-block;
  padding: 18px 40px;
  font-weight: bold;
  background-color: #3B3B41;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .btn.footer-button {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 16px 10px;
    position: relative;
  }
}
.btn.footer-button-instagram {
  display: inline-block;
  padding: 18px 40px;
  font-weight: bold;
  border: solid 1px #3B3B41;
  background-color: #fff;
  color: #242424;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .btn.footer-button-instagram {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 16px 10px;
    position: relative;
  }
}
.btn.footer-button-instagram:hover {
  background-color: #eee;
}
.btn.__size_l {
  min-width: 620px;
}
@media (max-width: 767px) {
  .btn.__size_l {
    min-width: 100%;
  }
}
.btn.__size_s {
  min-width: 420px;
}
@media (max-width: 767px) {
  .btn.__size_s {
    min-width: 100%;
  }
}
.btn:hover {
  transform: translateY(1px);
  background-color: #636265;
}

.btn-owner {
  position: relative;
  filter: drop-shadow(5px 5px 5px #aaa);
}
.btn-owner.button {
  display: inline-block;
  padding: 18px 40px;
  border: solid 1px #3B3B41;
  background-color: #3D3B40;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 100vh;
  text-align: center;
}
@media (max-width: 767px) {
  .btn-owner.button {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 12px 10px;
    position: relative;
  }
}
.btn-owner.button:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../image/icon_circle_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  bottom: 18px;
}
@media (max-width: 767px) {
  .btn-owner.button:after {
    position: absolute;
    right: 20px;
    bottom: 30%;
    width: 24px;
    height: 24px;
  }
}
.btn-owner.button::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-size: cover;
  left: 30px;
  bottom: 13px;
}
@media (max-width: 767px) {
  .btn-owner.button::before {
    position: absolute;
    left: 20px;
    bottom: 20%;
    width: 38px;
    height: 38px;
  }
}
.btn-owner.button:hover {
  background-color: #575656;
}
.btn-owner.__owner01::before {
  background-image: url(../image/icon-tab-owner01.png);
  background-repeat: no-repeat;
}
.btn-owner.__owner02::before {
  background-image: url(../image/icon-tab-owner02.png);
  background-repeat: no-repeat;
}
.btn-owner.__owner03::before {
  background-image: url(../image/icon-tab-owner03.png);
  background-repeat: no-repeat;
}
.btn-owner.__owner04::before {
  background-image: url(../image/icon-tab-owner04.png);
  background-repeat: no-repeat;
}
.btn-owner.__owner05::before {
  background-image: url(../image/icon-tab-owner05.png);
  background-repeat: no-repeat;
}
.btn-owner.__owner06::before {
  background-image: url(../image/icon-tab-owner06.png);
  background-repeat: no-repeat;
}
.btn-owner.__owner07::before {
  background-image: url(../image/icon-tab-owner07.png);
  background-repeat: no-repeat;
}
.btn-owner.__size_l {
  min-width: 620px;
}
@media (max-width: 767px) {
  .btn-owner.__size_l {
    min-width: 100%;
  }
}
.btn-owner.__size_s {
  min-width: 420px;
}
@media (max-width: 767px) {
  .btn-owner.__size_s {
    min-width: 100%;
  }
}
.btn-owner:hover {
  transform: translateY(1px);
  background-color: #636265;
}

.c-ttl_primary {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-ttl_primary {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.c-ttl_primary_s {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-ttl_primary_s {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/*-------------------
 * project
 ページごとのclassはこちらに追加
 -------------------*/
h1, h2, h3, h4 {
  font-weight: inherit;
  font-size: inherit;
  font-family: "Noto Sans JP", "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}

.__txtlink {
  font-size: 1.6rem;
  color: #3D3B40;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .__txtlink {
    font-size: 1rem;
  }
}

.l-header {
  position: relative;
  height: 8rem;
}
.l-header .c-fv-logo {
  position: absolute;
  right: 40px;
  top: 20px;
}
@media (max-width: 767px) {
  .l-header .c-fv-logo {
    top: 10px;
    right: 15px;
  }
}
.l-header .c-fv-logo img {
  max-width: 90px;
}
@media (max-width: 767px) {
  .l-header .c-fv-logo img {
    max-width: 64px;
  }
}

.l-fv .l-fv-innerimg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-fv .l-fv-innerimg .c-fv-text + .c-fv-img {
  margin-left: 7rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-fv .l-fv-innerimg .c-fv-text + .c-fv-img {
    margin-left: 2.4rem;
  }
}
.l-fv .l-fv-innerimg .c-fv-text {
  max-height: 340px;
  max-width: 190px;
}
@media (max-width: 767px) {
  .l-fv .l-fv-innerimg .c-fv-text {
    max-width: 126px;
    width: 36vw;
  }
}
.l-fv .l-fv-innerimg .c-fv-img {
  max-width: 236px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .l-fv .l-fv-innerimg .c-fv-img {
    max-width: 180px;
    width: 70vw;
    padding: 0;
    margin: 0;
  }
}
.l-fv .l-fv-innerimg .c-fv-img video {
  width: 236px;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
  background-color: #fff;
}
.l-fv .l-fv-innertext {
  border-bottom: 1px solid #3D3B40;
  padding-bottom: 2rem;
}
.l-fv .l-fv-innertext img {
  max-height: 68px;
  max-width: 468px;
  margin: auto;
}
.l-fv .l-fv-innertext .c-catch {
  font-size: 3rem;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-fv .l-fv-innertext .c-catch span {
  color: #AFAEB3;
  font-size: 4.7rem;
  vertical-align: bottom;
  line-height: 1;
}

@media (max-width: 767px) {
  .scroll_list {
    margin: 0 auto;
    padding: 0;
    width: 90%; /* コンテンツが見切れて見えるようにする */
    overflow-x: auto; /* 横スクロールの指定 */
    white-space: nowrap; /* 横スクロールの指定 */
    overflow-scrolling: touch; /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch; /* スクロールを滑らかにする */
  }
}
@media (max-width: 767px) {
  .scroll_list li {
    display: inline-block; /* 横並びにする指定 */
    list-style: none;
    height: 450px; /* 横スクロールする範囲の高さを指定 */
  }
}

.l-tab .l-message {
  position: relative;
}
.l-tab .tab-message {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .l-tab .tab-message {
    font-size: 1.4rem;
    bottom: -20px;
    text-align: center;
    width: calc(100% - 40px);
  }
}
.l-tab .c-selectarea-wrapper {
  display: flex;
  justify-content: space-around;
  max-width: 71rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .l-tab .c-selectarea-wrapper {
    margin-bottom: 3rem;
  }
}
.l-tab .c-selectarea-wrapper .c-selectarea + .c-selectarea {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .l-tab .c-selectarea-wrapper .c-selectarea + .c-selectarea {
    margin-left: 1rem;
  }
}
.l-tab .c-selectarea-wrapper .c-ttl_select {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-tab .c-selectarea-wrapper .c-ttl_select {
    position: relative;
    font-size: 1rem;
  }
}
.l-tab .select-wrapper {
  position: relative;
  font-size: 1.8rem;
  border: 2px solid #3D3B40;
  padding: 1rem;
  border-radius: 1.6rem;
  width: 26rem;
  margin-left: 6rem;
}
@media (max-width: 767px) {
  .l-tab .select-wrapper {
    font-size: 1rem;
    width: 34vw;
    margin-left: 30px;
    padding: 0.7rem 0.8rem;
    border-radius: 1.3rem;
  }
}
.l-tab .select-wrapper select {
  width: 100%;
}
.l-tab .select-wrapper::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 12px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 5px solid #555;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .l-tab .select-wrapper::after {
    top: 14px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}
.l-tab .__homesize {
  position: relative;
}
.l-tab .__homesize::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 43px;
  height: 43px;
  background-image: url(../image/icon_homesize.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -60px;
}
@media (max-width: 767px) {
  .l-tab .__homesize::before {
    width: 24px;
    height: 24px;
    left: -30px;
  }
}
.l-tab .__interior {
  position: relative;
}
.l-tab .__interior::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 43px;
  height: 43px;
  background-image: url(../image/icon_interior.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -60px;
}
@media (max-width: 767px) {
  .l-tab .__interior::before {
    width: 24px;
    height: 24px;
    left: -30px;
  }
}
.l-tab .display-none {
  display: none;
}
.l-tab ul.tab {
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-tab ul.tab {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    overflow-x: auto; /* 横スクロールの指定 */
    white-space: nowrap; /* 横スクロールの指定 */
    overflow-scrolling: touch; /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch; /* スクロールを滑らかにする */
  }
}
.l-tab ul.tab li + li {
  margin-left: 0.4%;
}
@media (max-width: 767px) {
  .l-tab ul.tab li + li {
    margin-left: 0.2%;
  }
}
.l-tab ul.tab li {
  width: 14.2857142857%;
  line-height: 250%;
}
@media (max-width: 767px) {
  .l-tab ul.tab li {
    width: 104px;
    display: inline-block;
  }
}
.l-tab ul.tab li .selected {
  pointer-events: none;
}
.l-tab ul.tab li a.selected {
  background-color: #FFF;
  color: #000;
  position: relative;
  top: -20px;
}
.l-tab ul.tab li a.random_item img {
  display: inline-block;
}
.l-tab ul.panel {
  padding: 3% 2%;
  display: block;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .l-tab ul.panel {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-tab .fix_btn {
  display: none;
  z-index: 1;
  position: fixed;
  align-items: center;
  justify-content: center;
  right: 80px;
  bottom: 40px;
  width: 15%;
  height: 15%;
  max-width: 200px;
  max-height: 158px;
  font-size: 1.5vw;
}
@media (max-width: 767px) {
  .l-tab .fix_btn {
    width: 30vw;
    max-width: 130px;
    right: 10px;
    bottom: 20px;
  }
}
.l-tab .fix_btn a:hover {
  transform: translateY(1px);
  opacity: 0.8;
}
.l-tab .tab-owner .tab-heading-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-heading-wrap {
    margin: 0 1rem 2rem 1rem;
  }
}
.l-tab .tab-owner .tab-heading-wrap .tab-ownericon {
  max-width: 90px;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-heading-wrap .tab-ownericon {
    max-width: 48px;
  }
}
.l-tab .tab-owner .tab-heading-wrap .tab-ownericon + .c-owner {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-heading-wrap .tab-ownericon + .c-owner {
    margin-left: 1rem;
  }
}
.l-tab .tab-owner .tab-heading-wrap .c-owner .ownername {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-heading-wrap .c-owner .ownername {
    font-size: 1.2rem;
  }
}
.l-tab .tab-owner .tab-heading-wrap .c-owner .ownertitle {
  font-weight: bold;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-heading-wrap .c-owner .ownertitle {
    font-size: 1.5rem;
  }
}
.l-tab .tab-owner .tab-image-wrap {
  padding: 0 4rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-image-wrap {
    padding: 0 2rem;
  }
}
.l-tab .tab-owner .tab-image-wrap .item-image-m-wrap {
  width: 40%;
}
.l-tab .tab-owner .tab-image-wrap .item-image-m-wrap img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 11/15;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-image-wrap .item-image-m-wrap img {
    aspect-ratio: 11/15;
  }
}
.l-tab .tab-owner .tab-image-wrap .item-image-s-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 60%;
}
.l-tab .tab-owner .tab-image-wrap .item-image-s-wrap .simg {
  width: 46%;
  margin-left: 4%;
}
.l-tab .tab-owner .tab-image-wrap .item-image-s-wrap .simg img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/15;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-image-wrap .item-image-s-wrap .simg img {
    aspect-ratio: 16/15;
  }
}
.l-tab .tab-owner .tab-image-wrap .item-image-s-wrap .simg:nth-child(3) {
  margin-top: 4%;
}
.l-tab .tab-owner .tab-image-wrap .item-image-s-wrap .simg:nth-child(4) {
  margin-top: 4%;
}
.l-tab .tab-owner .tab-contents-wrap {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-contents-wrap {
    padding: 0 2rem;
  }
}
.l-tab .tab-owner .tab-contents-wrap .c-icon {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-contents-wrap .c-icon {
    margin-bottom: 0.4rem;
  }
}
.l-tab .tab-owner .tab-contents-wrap .c-icon .c-icon-list {
  display: flex;
}
.l-tab .tab-owner .tab-contents-wrap .c-icon .c-icon-list .item-icon {
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  padding-left: 3.5rem;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-contents-wrap .c-icon .c-icon-list .item-icon {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.l-tab .tab-owner .tab-contents-wrap .c-icon .c-icon-list .item-icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-contents-wrap .c-icon .c-icon-list .item-icon:before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
}
.l-tab .tab-owner .tab-contents-wrap .c-icon .c-icon-list .__family:before {
  background-image: url(../image/icon-family.svg);
  background-repeat: no-repeat;
}
.l-tab .tab-owner .tab-contents-wrap .c-icon .c-icon-list .__home:before {
  background-image: url(../image/icon-home.svg);
  background-repeat: no-repeat;
}
.l-tab .tab-owner .tab-contents-wrap .c-icon .c-icon-list .__villa:before {
  background-image: url(../image/icon-villa.svg);
  background-repeat: no-repeat;
}
.l-tab .tab-owner .tab-contents-wrap .c-icon .c-icon-list .__steel:before {
  background-image: url(../image/icon-steel.svg);
  background-repeat: no-repeat;
}
.l-tab .tab-owner .tab-contents-wrap .c-icon .c-icon-list .__gite:before {
  background-image: url(../image/icon-gite.svg);
  background-repeat: no-repeat;
}
.l-tab .tab-owner .tab-contents-wrap .c-icon .c-icon-list .item-icon + .item-icon {
  margin-left: 2rem;
}
.l-tab .tab-owner .tab-contents-wrap .__ownertxt {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-contents-wrap .__ownertxt {
    font-size: 1.2rem;
  }
}
.l-tab .tab-owner .tab-contents-wrap .c-ask {
  display: flex;
}
.l-tab .tab-owner .tab-contents-wrap .c-ask .__askimage {
  width: 18rem;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-contents-wrap .c-ask .__askimage {
    width: 16rem;
  }
}
.l-tab .tab-owner .tab-contents-wrap .c-ask .c-ask-list {
  width: 80%;
}
.l-tab .tab-owner .tab-contents-wrap .c-ask .c-ask-list p {
  position: relative;
  padding-left: 3rem;
  font-size: 1.6rem;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-contents-wrap .c-ask .c-ask-list p {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.l-tab .tab-owner .tab-contents-wrap .c-ask .c-ask-list p:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0.2rem;
  left: 0;
  background-image: url(../image/icon-check_circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .l-tab .tab-owner .tab-contents-wrap .c-ask .c-ask-list p:before {
    top: 6px;
    width: 12px;
    height: 12px;
  }
}

.c-about {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 5px #aaa);
  background-image: url(../image/img_about_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px) {
  .c-about {
    width: 92%;
  }
}
.c-about .c-about-inner {
  margin: 0 auto 60px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .c-about .c-about-inner {
    padding-top: 70px;
  }
}
.c-about .c-about-inner p {
  margin: 0;
  padding: 4em 1.4em 2em 1.4em;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  position: relative;
}
@media (max-width: 767px) {
  .c-about .c-about-inner p {
    font-size: 1.2rem;
    padding: 2em 2em;
  }
}
.c-about .c-about-inner p::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 316px;
  height: 76px;
  background-image: url(../image/logo_sumaistylechat.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-about .c-about-inner p::before {
    width: 120px;
    height: 28px;
  }
}

.l-faq {
  position: relative;
}
.l-faq .accordion-container {
  border: 1px solid #3D3B40;
  border-radius: 2rem;
  padding: 3rem 1rem;
}
@media (max-width: 767px) {
  .l-faq .accordion-container {
    padding: 2rem 1rem;
  }
}
.l-faq .c-ttl_faq {
  font-size: 3.2rem;
  margin-bottom: 3rem;
  line-height: 1.8;
  font-weight: bold;
  border-top: 2px solid #3D3B40;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .l-faq .c-ttl_faq {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.l-faq .accordion-title {
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 10px 60px 10px 20px;
}
@media (max-width: 767px) {
  .l-faq .accordion-title {
    font-size: 1.4rem;
    padding: 10px 30px 10px 0;
  }
}
.l-faq .accordion-item + .accordion-item {
  border-top: 1px solid #3D3B40;
  padding-top: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .l-faq .accordion-item + .accordion-item {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.l-faq .accordion-content {
  display: none;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .l-faq .accordion-content {
    padding: 10px 0;
  }
}
.l-faq .accordion-content p {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-faq .accordion-content p {
    font-size: 1.4rem;
  }
}
.l-faq .accordion-item .accordion-content .accordion-inner {
  background-color: #F4F6F7;
  border-radius: 2rem;
  padding: 2rem;
  filter: drop-shadow(5px 5px 5px #d8d8d8);
}
@media (max-width: 767px) {
  .l-faq .accordion-item .accordion-content .accordion-inner {
    padding: 1em 1em;
    border-radius: 1rem;
  }
}
.l-faq .accordion-title {
  position: relative;
}
.l-faq .accordion-title::after {
  border-right: 10px solid transparent;
  border-top: 12.6025px solid #3D3B40;
  border-left: 10px solid transparent;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
@media (max-width: 767px) {
  .l-faq .accordion-title::after {
    right: 10px;
    top: 44%;
    border-right: 5px solid transparent;
    border-top: 6.6025px solid #3D3B40;
    border-left: 5px solid transparent;
  }
}
.l-faq .accordion-title.open::after {
  top: 45%;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .l-faq .accordion-title.open::after {
    top: 44%;
  }
}

.c-bnr {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .c-bnr {
    display: block;
  }
}
.c-bnr .card {
  width: 48%;
  position: relative;
}
@media (max-width: 767px) {
  .c-bnr .card {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.c-bnr .card .btn-bnr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
@media (max-width: 767px) {
  .c-bnr .card .btn-bnr {
    width: 90%;
  }
}
.c-bnr .card + .card {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .c-bnr .card + .card {
    margin-top: 6rem;
    margin-left: 0;
  }
}

.l-footer-upper .c-footer-upper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .l-footer-upper .c-footer-upper {
    display: block;
  }
}
.l-footer-upper .c-footer-upper .btn__footer {
  width: 47%;
}
@media (max-width: 767px) {
  .l-footer-upper .c-footer-upper .btn__footer {
    width: 100%;
  }
}
.l-footer-upper .c-footer-upper li {
  margin-bottom: 3rem;
}
.l-footer-upper .c-footer-upper li:last-child {
  margin-bottom: 0;
}
.l-footer-upper .c-footer-upper li .btn {
  min-width: 400px;
}
@media (max-width: 767px) {
  .l-footer-upper .c-footer-upper li .btn {
    min-width: 100%;
  }
}
.l-footer-upper .c-footer-upper .li + li {
  margin-left: 1%;
}
@media (max-width: 767px) {
  .l-footer-upper .c-footer-upper .li + li {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.l-footer-upper .txt_link {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #242424;
}
.l-footer-upper .txt_link:hover {
  color: #636265;
}

.t-footer-bottom_list .t-accordionNavi_button:after {
  background: url(../image/icon_open.png) no-repeat center/contain !important;
}

.t-accordionNavi_button.active:after {
  background: url(../image/icon_close.png) no-repeat center/contain !important;
}

.t-accordionNavi_content .textLink a img {
  display: inline-block;
}

.l-terms-header {
  text-align: center;
  padding: 2rem 2rem;
}
.l-terms-header .header-logo {
  max-width: 120px;
  margin: auto;
  display: inline-block;
}

.l-terms .title-terms-wrap {
  padding-bottom: 25px;
  border-bottom: 1px solid #EFEFEF;
}
@media (max-width: 767px) {
  .l-terms .title-terms-wrap {
    padding-bottom: 15px;
  }
}
.l-terms .title-terms-primary {
  position: relative;
  margin: 0;
  padding-left: 18px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.42px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .l-terms .title-terms-primary {
    padding-left: 15px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.71px;
  }
}
.l-terms .title-terms-primary:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: calc(100% - 15px);
  background: #BAC1CA;
}
@media (max-width: 767px) {
  .l-terms .title-terms-primary:before {
    height: calc(100% - 2px);
  }
}
.l-terms .title-terms-secondary {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.59px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .l-terms .title-terms-secondary {
    font-size: 18px;
  }
}
.l-terms .c-list-terms-base {
  counter-reset: number01;
  margin: 1.6rem 0;
  padding-left: 0;
}
.l-terms .c-list-terms-base li {
  position: relative;
  padding-left: 25px;
  line-height: 1.8;
}
.l-terms .c-list-terms-base li::before {
  counter-increment: number01;
  content: counter(number01) ".";
  position: absolute;
  left: 0;
}
.l-terms .c-list-terms-base li + li {
  padding-top: 2rem;
}
.l-terms .c-list-terms-base ol {
  counter-reset: number02;
  padding-left: 0;
}
.l-terms .c-list-terms-base ol li {
  padding-left: 40px;
  position: relative;
}
.l-terms .c-list-terms-base ol li::before {
  counter-increment: number02;
  content: counter(number02) " ).";
  position: absolute;
  left: 0;
}
.l-terms a {
  border-bottom: 1px solid;
  text-decoration: none;
  color: #242424;
  word-break: break-all;
}
.l-terms a img {
  width: 0.8em;
  height: 0.8em;
  margin: 0 10px;
  display: inline-block;
  transform: translateY(-2px);
  vertical-align: baseline;
}

.l-terms-breadcrumbs {
  align-items: center;
  color: #919191;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  font-size: 1.2rem;
}
.l-terms-breadcrumbs a {
  margin-right: 15px;
  padding: 12px 0;
  color: #83838c;
}
.l-terms-breadcrumbs a::after {
  color: #83838c;
  content: ">";
  display: inline-block;
  margin-left: 13px;
}

.bg-darkgray {
  background-color: #43434c;
}

.l-pagetop {
  align-items: center;
  background: #43434c;
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: center;
}
.l-pagetop .c-pagetop {
  background: url(../img/common/icon_pagetop.webp) no-repeat 10px 1px;
  background-size: 13px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 18px;
  padding: 0 10px 0 30px;
  white-space: nowrap;
}

.bg-footer {
  background-color: #3b3b41;
}

.l-terms-footer {
  padding: 6rem 0;
}
.l-terms-footer .footer-logo {
  max-width: 100px;
  margin: auto;
  display: block;
}

/*-------------------
 * utility
 細かい調整用class用
 -------------------*/
.float_l {
  float: left !important;
}

.float_r {
  float: right !important;
}

.clear_l {
  clear: left !important;
}

.clear_r {
  clear: right !important;
}

.clear_b {
  clear: both !important;
}

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

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

.tab_spn_only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .tab_spn_only {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab_spn_only {
    display: block;
  }
}

.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.position_r {
  position: relative;
}

.width_100p {
  width: 100%;
}

@media (max-width: 767px) {
  .img_sp_full {
    width: 100%;
    height: auto;
  }
}

.border__top {
  display: block;
  width: 100%;
  border-top: solid 1px #ddd;
  padding-top: 1rem;
}

.__color_pink {
  color: #C2195B;
}

.__relative {
  position: relative;
}

.__color_beige {
  color: #FFEFC7;
}

.new_tab:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-right: 6px;
  top: 2px;
  position: relative;
  background-image: url(../img/common/icon_new_tab_blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.new_tab2:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-right: 6px;
  top: 2px;
  position: relative;
  background-image: url(../img/common/icon_new_tab_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hr-line {
  border-top: solid 1px #ddd;
}

.border-radius_10 {
  border-radius: 10px;
  overflow: hidden;
}

.bg-gray {
  background-color: #F7F8F9;
}

.bg-darkblue {
  background-color: #081433;
}

.bg-grad_bule {
  background: linear-gradient(270deg, #0A46DF 0%, #9F3CB8 100%);
}

.flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  right: 60px;
  bottom: 40px;
  /*全体の高さ*/
  height: 120px;
}
@media (max-width: 767px) {
  .scrolldown1 {
    right: 50%;
    bottom: 120px;
    height: 40px;
  }
}
@media (max-width: 1000px) {
  .scrolldown1 {
    right: 30px;
    bottom: 120px;
    height: 40px;
  }
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -22px;
  top: -10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .scrolldown1 span {
    color: #FFF;
  }
}
@media (max-width: 1000px) {
  .scrolldown1 span {
    position: absolute;
    left: -7px;
    top: -64px;
    color: #eee;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    writing-mode: vertical-lr;
  }
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 100px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media (max-width: 767px) {
  .scrolldown1::after {
    background: #FFF;
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 70%;
    top: 30%;
    opacity: 1;
  }
  70% {
    height: 30%;
    top: 70%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 70%;
    top: 30%;
    opacity: 1;
  }
  70% {
    height: 30%;
    top: 70%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
.text_l {
  text-align: left !important;
}

.text_r {
  text-align: right !important;
}

.text_c {
  text-align: center !important;
}

.text_t {
  vertical-align: top !important;
}

.text_m {
  vertical-align: middle !important;
}

.text_b {
  vertical-align: bottom !important;
}

.font_size_l {
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .font_size_l {
    font-size: 2rem;
  }
}

.cap_small {
  display: block;
  font-size: 12px;
  margin-top: 14px;
}

.__text_bold {
  font-weight: bold;
}
@media (max-width: 767px) {
  .__text_bold {
    font-size: min(4vw, 24px);
  }
}

.text_deco_none {
  text-decoration: none;
}

.text_base_color {
  color: #555;
}

.cap_notes {
  font-size: 12px;
}

.text_link {
  color: #C2195B;
  text-decoration: underline;
}
.text_link:hover {
  text-decoration: none;
}

.mt_none {
  margin-top: 0;
}

.mt_xxsmall {
  margin-top: 0.5rem;
}

.mt_xsmall {
  margin-top: 1rem;
}

.mt_small {
  margin-top: 2.5rem;
}

.mt_normal {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .mt_normal {
    margin-top: 2.5rem;
  }
}

.mt_large {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .mt_large {
    margin-top: 4rem;
  }
}

.mt_xlarge {
  margin-top: 10em;
}

.mt_auto {
  margin-top: auto;
}

.mb_none {
  margin-bottom: 0;
}

.mb_xxsmall {
  margin-bottom: 0.5rem;
}

.mb_xsmall {
  margin-bottom: 1rem;
}

.mb_small {
  margin-bottom: 2.5rem;
}

.mb_normal {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .mb_normal {
    margin-bottom: 2.5rem;
  }
}

.mb_large {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .mb_large {
    margin-bottom: 4rem;
  }
}

.mb_xlarge {
  margin-bottom: 10em;
}

.mb_auto {
  margin-bottom: auto;
}

.mr_none {
  margin-right: 0;
}

.mr_xxsmall {
  margin-right: 0.5rem;
}

.mr_xsmall {
  margin-right: 1rem;
}

.mr_small {
  margin-right: 2.5rem;
}

.mr_normal {
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .mr_normal {
    margin-right: 2.5rem;
  }
}

.mr_large {
  margin-right: 8rem;
}
@media (max-width: 767px) {
  .mr_large {
    margin-right: 4rem;
  }
}

.mr_xlarge {
  margin-right: 10em;
}

.mr_auto {
  margin-right: auto;
}

.ml_none {
  margin-left: 0;
}

.ml_xxsmall {
  margin-left: 0.5rem;
}

.ml_xsmall {
  margin-left: 1rem;
}

.ml_small {
  margin-left: 2.5rem;
}

.ml_normal {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .ml_normal {
    margin-left: 2.5rem;
  }
}

.ml_large {
  margin-left: 8rem;
}
@media (max-width: 767px) {
  .ml_large {
    margin-left: 4rem;
  }
}

.ml_xlarge {
  margin-left: 10em;
}

.ml_auto {
  margin-left: auto;
}

.pt_none {
  padding-top: 0;
}

.pt_xxsmall {
  padding-top: 0.5rem;
}

.pt_xsmall {
  padding-top: 1rem;
}

.pt_small {
  padding-top: 2.5rem;
}

.pt_normal {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .pt_normal {
    padding-top: 2.5rem;
  }
}

.pt_large {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .pt_large {
    padding-top: 4rem;
  }
}

.pt_xlarge {
  padding-top: 10em;
}

.pt_auto {
  padding-top: auto;
}

.pb_none {
  padding-bottom: 0;
}

.pb_xxsmall {
  padding-bottom: 0.5rem;
}

.pb_xsmall {
  padding-bottom: 1rem;
}

.pb_small {
  padding-bottom: 2.5rem;
}

.pb_normal {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .pb_normal {
    padding-bottom: 2.5rem;
  }
}

.pb_large {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .pb_large {
    padding-bottom: 4rem;
  }
}

.pb_xlarge {
  padding-bottom: 10em;
}

.pb_auto {
  padding-bottom: auto;
}

.pr_none {
  padding-right: 0;
}

.pr_xxsmall {
  padding-right: 0.5rem;
}

.pr_xsmall {
  padding-right: 1rem;
}

.pr_small {
  padding-right: 2.5rem;
}

.pr_normal {
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .pr_normal {
    padding-right: 2.5rem;
  }
}

.pr_large {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .pr_large {
    padding-right: 4rem;
  }
}

.pr_xlarge {
  padding-right: 10em;
}

.pr_auto {
  padding-right: auto;
}

.p_none {
  padding: 0;
}

.p_xxsmall {
  padding: 0.5rem;
}

.p_xsmall {
  padding: 1rem;
}

.p_small {
  padding: 2.5rem;
}

.p_normal {
  padding: 4rem;
}
@media (max-width: 767px) {
  .p_normal {
    padding: 2.5rem;
  }
}

.p_large {
  padding: 8rem;
}
@media (max-width: 767px) {
  .p_large {
    padding: 4rem;
  }
}

.p_xlarge {
  padding: 10em;
}

.p_auto {
  padding: auto;
}

.w_100p {
  width: 100%;
}

.w_10vw {
  width: 10vw !important;
}

.mb_slider {
  margin-bottom: 10em;
}
@media (max-width: 767px) {
  .mb_slider {
    margin-bottom: 4em;
  }
}

/*-------------------
 ベースはFLOCSSルールだが
 .p-(project)は使わず .c-(conpornent)で代用
 ボタンの色などは .c-〇〇__button　のように表記
 例）３カラムの記事一覧があった場合
    ---------------
    .l-〇〇：wrapper大枠
    .c-〇〇list：記事リストのリスト枠(ul)
    .c-〇〇list__card：記事枠(ul>li)
    .c-〇〇list__img：記事のサムネ(ul>li>figure)
    .c-〇〇list__title：記事のタイトル(ul>li>figucaption)
    のような感じ
 -------------------*//*# sourceMappingURL=style.css.map */