@charset "UTF-8";
/* 
    当ソースコードをコピーした場合、それがこちらで分かる「ある仕掛け」を用意しております。
    もしコピーする場合は、クラス・IDの命名、ディレクトリ構成・その他諸々の設定などを1から全て変えていただく必要がございます。
    そこまでされると正直お手上げです、ご自由にお使いくださいませ。
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --container: 95%;
  --main_color: #000000;
  --sub_color: #ffffff;
  --dark_color: #2d374a;
  --light_fontWeight: 100;
  --normal_fontWeight: 100;
  --bold_fontWeight: 100;
  --fontsize_1: 64px;
  --fontsize_2: 48px;
  --fontsize_3: 36px;
  --fontsize_4: 27px;
  --fontsize_5: 24px;
  --fontsize_6: 12px;
}
@media screen and (min-width: 992px) {
  :root {
    --container: 80%;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --fontsize_1: 128px;
    --fontsize_2: 80px;
    --fontsize_3: 48px;
    --fontsize_4: 36px;
    --fontsize_5: 27px;
    --fontsize_6: 12px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --fontsize_1: 128px;
    --fontsize_2: 80px;
    --fontsize_3: 64px;
    --fontsize_4: 48px;
    --fontsize_5: 32px;
    --fontsize_6: 16px;
  }
}

:root {
  --container: 95%;
  --main_color: #000000;
  --sub_color: #ffffff;
  --dark_color: #2d374a;
  --light_fontWeight: 100;
  --normal_fontWeight: 100;
  --bold_fontWeight: 100;
  --fontsize_1: 64px;
  --fontsize_2: 48px;
  --fontsize_3: 36px;
  --fontsize_4: 27px;
  --fontsize_5: 24px;
  --fontsize_6: 12px;
}
@media screen and (min-width: 992px) {
  :root {
    --container: 80%;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --fontsize_1: 128px;
    --fontsize_2: 80px;
    --fontsize_3: 48px;
    --fontsize_4: 36px;
    --fontsize_5: 27px;
    --fontsize_6: 12px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --fontsize_1: 128px;
    --fontsize_2: 80px;
    --fontsize_3: 64px;
    --fontsize_4: 48px;
    --fontsize_5: 32px;
    --fontsize_6: 16px;
  }
}

body {
  font-weight: 100;
  font-family: "Noto Sans JP", sans-serif;
}

.l-footer__1 {
  background: var(--dark_color);
  padding: 20px 0 5px;
  color: var(--sub_color);
}
.l-footer__1 p {
  margin: 0;
}

.l-header--spMenu {
  display: block;
  display: table;
  text-align: right;
}
.l-header--spMenu i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .l-header--spMenu {
    display: none;
  }
}
.l-header__1 {
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--dark_color);
  position: fixed;
}
.l-header__1--logo {
  padding: 5px 0;
  width: 100%;
}
.l-header__1--logo a {
  color: #fff;
}
.l-header__1--logo a img {
  width: 150px;
}
@media screen and (min-width: 1200px) {
  .l-header__1--logo a img {
    width: 230px;
  }
}
.l-header__1--linkWrap {
  display: none;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .l-header__1--linkWrap {
    display: flex;
    justify-content: flex-end;
  }
}
.l-header__1--linkWrap div {
  height: 100%;
}
.l-header__1--linkWrap div ul {
  height: 100%;
  display: table;
  padding: 0;
}
.l-header__1--linkWrap div ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.l-header__1--linkWrap div ul li a {
  color: #fff;
  white-space: nowrap;
}
.l-header__1--contactLink {
  padding: 0 15px;
}
.l-header__1--contactLink p {
  white-space: nowrap;
}
.l-header__2 {
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: fixed;
}
.l-header__2--logo {
  padding: 20px 0;
  width: 100%;
}
.l-header__2--linkWrap {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 10px;
}
.l-header__2--linkWrap div {
  height: 100%;
}
.l-header__2--linkWrap div ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__2--linkWrap div ul li {
  vertical-align: middle;
  padding: 0 15px;
}
.l-header__2--linkWrap div ul li a {
  color: #000;
  white-space: nowrap;
}
.l-header__3 {
  z-index: 100;
  width: 100%;
  top: 70px;
  left: 0;
  position: absolute;
}
.l-header__3--wrap {
  background: #fff;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .l-header__3--wrap {
    padding: 0 0 0 20px;
  }
}
.l-header__3--logo {
  padding: 20px 0;
  width: 100%;
}
.l-header__3--linkWrap {
  display: none;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .l-header__3--linkWrap {
    display: flex;
  }
}
.l-header__3--linkWrap div {
  height: 100%;
}
.l-header__3--linkWrap div ul {
  height: 100%;
  display: table;
}
.l-header__3--linkWrap div ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.l-header__3--linkWrap div ul li a {
  color: #000;
  white-space: nowrap;
}
.l-header__3--contactLink {
  padding: 0 15px;
}
.l-header__3--contactLink p {
  white-space: nowrap;
}
.l-header__4 {
  z-index: 100;
  width: 100%;
  top: 20px;
  left: 0;
  position: absolute;
}
.l-header__4--logo {
  padding: 20px 0;
  width: 100%;
}
.l-header__4--linkWrap {
  display: none;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .l-header__4--linkWrap {
    display: flex;
  }
}
.l-header__4--linkWrap div {
  height: 100%;
}
.l-header__4--linkWrap div ul {
  height: 100%;
  display: table;
}
.l-header__4--linkWrap div ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.l-header__4--linkWrap div ul li a {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.l-header__5 {
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: fixed;
}
.l-header__5 > .u-container {
  position: relative;
}
.l-header__5--wrap {
  width: 100%;
}
.l-header__5--logo {
  padding: 20px 0;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .l-header__5--logo {
    text-align: center;
  }
}
.l-header__5--linkWrap {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 10px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .l-header__5--linkWrap {
    display: block;
  }
}
.l-header__5--linkWrap div {
  height: 100%;
}
.l-header__5--linkWrap div ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__5--linkWrap div ul li {
  vertical-align: middle;
  padding: 0 15px;
}
.l-header__5--linkWrap div ul li a {
  color: #000;
  white-space: nowrap;
}
.l-header__5--sns {
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .l-header__5--sns {
    right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__5--sns {
    top: 0;
    right: 0;
  }
}
.l-header__5--sns a {
  display: inline-block;
  margin: 13px 5px;
  width: 30%;
}
@media screen and (min-width: 1200px) {
  .l-header__5--sns a {
    margin: 10px 5px;
    width: auto;
  }
}
.l-header__5--sns a img {
  width: 100%;
}

.l-headerSP {
  height: 100vh;
  width: 100vw;
  z-index: 500;
  position: fixed;
  display: none;
  top: 0;
  background: rgba(255, 255, 255, 0.5019607843);
}
.l-headerSP--wrap {
  position: fixed;
  right: 0;
  width: 70vw;
  height: 100vh;
  background: var(--sub_color);
}
.l-headerSP--close {
  padding: 15px;
}
.l-headerSP__logo {
  margin-top: 30px;
}
.l-headerSP__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main_color);
}
.l-headerSP__logo a img {
  width: 100px;
}
.l-headerSP__logo a div {
  display: table;
  padding: 0;
}
.l-headerSP__logo a div p {
  font-family: "Red Rose", serif;
  padding-left: 20px;
  font-size: 1.7em;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
.l-headerSP__menu {
  padding: 10px 20px;
  margin-top: 30px;
}
.l-headerSP__menu ul {
  padding: 0;
}
.l-headerSP__menu ul li {
  padding: 7px 0;
  list-style: none;
}
.l-headerSP__menu ul li a {
  color: var(--main_color);
}
.l-headerSP__phone {
  color: var(--main_color);
  padding: 15px 0;
  position: fixed;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 1.7em;
}

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

.c-button {
  width: fit-content;
  display: block;
  padding: 10px 100px;
  transition: all 0.5s;
  border: none;
}
.c-button:hover {
  opacity: 0.5;
}
.c-button--1 {
  background: var(--dark_color);
  color: #fff;
  font-weight: var(--normal_fontWeight);
  letter-spacing: 0.2em;
}

h1:not(.c-headDesignReset) {
  font-weight: 200;
  font-size: 2em;
  text-align: center;
  padding: 5px 15px;
  display: inline-block;
  border-left: 10px solid var(--dark_color);
}

h2:not(.c-headDesignReset) {
  font-weight: 200;
  font-size: 1.4em;
  text-align: center;
  border-bottom: 3px solid var(--theme);
  padding: 10px 15px;
}

h3:not(.c-headDesignReset) {
  font-weight: 100;
  font-size: 1.1em;
  text-align: center;
  border-bottom: 2px solid var(--theme);
  padding: 7px 15px;
}

h4:not(.c-headDesignReset) {
  border-left: 10px solid var(--theme);
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-bottom: 3px solid #c3c3c3;
}
h4:not(.c-headDesignReset) span {
  font-weight: 100;
  font-size: 1.3em;
  padding: 6.5px 15px;
  border-bottom: 3px solid var(--dark_color);
}

h5:not(.c-headDesignReset) {
  font-size: 1.3em;
  font-weight: 100;
  color: var(--theme);
}
h5:not(.c-headDesignReset)::before {
  content: "● ";
}

h6:not(.c-headDesignReset) {
  font-size: 1em;
  font-weight: 100;
  color: var(--theme);
}
h6:not(.c-headDesignReset)::before {
  content: "● ";
}

.p-404--text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  font-size: 100px !important;
  font-weight: 300 !important;
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .p-404--text {
    font-size: 150px !important;
  }
}

.p-contact {
  padding: 50px 0;
}
.p-contact form {
  margin: 0 auto;
}
.p-contact form p {
  margin: 5px;
  font-weight: 400;
  color: #767676;
}
.p-contact form p sup {
  font-weight: bold;
  color: #fa1c1c;
}
.p-contact form input, .p-contact form textarea {
  margin-bottom: 20px;
}
.p-contact form input:not([type=button]) {
  width: 100%;
  border: 1px solid #767676;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  padding: 10px;
}
.p-contact form textarea {
  width: 100%;
  border: 1px solid #767676;
  display: block;
  margin: 0 auto 50px;
  border-radius: 6px;
  padding: 10px;
}

.p-content {
  padding: 50px 0;
}
.p-content__2 {
  background: var(--dark_color);
  color: var(--sub_color);
  position: relative;
  display: inline-block;
  width: 100%;
}
.p-content__2--top:before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: -90px;
  left: 50%;
  margin-left: -10px;
  border: 50px solid transparent;
  border-bottom: 50px solid var(--dark_color);
}
.p-content__2--bottom:before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 99%;
  left: 52%;
  margin-left: -10px;
  border: 50px solid transparent;
  border-top: 50px solid var(--dark_color);
}
.p-content__3 {
  color: var(--main_color);
}
.p-content__3 a {
  color: var(--main_color);
}
.p-content__3 iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 1200px) {
  .p-content__3 iframe {
    height: 100%;
  }
}
.p-content__3 table th {
  border: none;
}
@media screen and (min-width: 768px) {
  .p-content__3 table th {
    border-bottom: 1px solid #000;
  }
}
.p-content__3 table td {
  border-bottom: 1px solid #000;
}
.p-content__6 img {
  height: 250px;
  object-fit: cover;
}
.p-content__7--item {
  position: relative;
}
.p-content__7--item::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--main_color);
  opacity: 0.6;
  z-index: 10;
}
.p-content__7--item img {
  height: 300px;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .p-content__7--item img {
    height: 600px;
  }
}
.p-content__7--item .p-content__7--text {
  padding: 0 20px;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  z-index: 20;
  left: 0;
  color: var(--sub_color);
  background: rgba(0, 0, 0, 0.3764705882);
}
@media screen and (min-width: 1200px) {
  .p-content__7--item .p-content__7--text {
    transform: translateY(0);
    top: auto;
    bottom: 30px;
  }
}
.p-content__7--item .p-content__7--text p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-content__7--item .p-content__7--text p {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .p-content__7--item .p-content__7--text p {
    text-align: left;
  }
}
.p-content__11--wrap .p-content__11--item {
  border-bottom: 1px solid #000;
  padding: 40px 10px 7px;
}
.p-content__11--wrap .p-content__11--item p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 5px !important;
}

.p-firstview__1 {
  height: 100vh;
  background-image: url("../img/firstview.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 50%;
  position: relative;
}
.p-firstview__1::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: var(--sub_color);
  opacity: 0.7;
}
.p-firstview__1 div {
  position: absolute;
  width: 100%;
  bottom: 100px;
}
@media screen and (min-width: 576px) {
  .p-firstview__1 div {
    bottom: 50px;
  }
}
.p-firstview__1 div h1 {
  font-size: var(--fontsize_2);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
}
.p-firstview__1 div h2 {
  font-size: var(--fontsize_4);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
}
.p-firstview__2 {
  height: 100vh;
  background-image: url("../img/firstview.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 50%;
  position: relative;
}
.p-firstview__2::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: var(--sub_color);
  opacity: 0.7;
}
.p-firstview__2 div {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
}
.p-firstview__2 div h1 {
  font-size: var(--fontsize_2);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
  text-align: center;
}
.p-firstview__2 div h2 {
  font-size: var(--fontsize_4);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
  text-align: center;
}
.p-firstview__3 {
  height: 100vh;
  background-image: url("../img/firstview.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 50%;
  position: relative;
}
.p-firstview__3::before {
  content: "";
  height: 100%;
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--sub_color);
  opacity: 0.8;
}
@media screen and (min-width: 576px) {
  .p-firstview__3::before {
    width: 50%;
  }
}
.p-firstview__3 div {
  position: absolute;
  width: 80%;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media screen and (min-width: 576px) {
  .p-firstview__3 div {
    width: 50%;
  }
}
.p-firstview__3 div h1 {
  font-size: var(--fontsize_3);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
  text-align: center;
}
.p-firstview__3 div h2 {
  font-size: var(--fontsize_5);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
  text-align: right;
}
.p-firstview__4 {
  height: 100vh;
  background-image: url("../img/firstview.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 50%;
  position: relative;
}
.p-firstview__4::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: var(--sub_color);
  opacity: 0.7;
}
.p-firstview__4 > div {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (min-width: 576px) {
  .p-firstview__4 > div div {
    display: flex;
  }
}
.p-firstview__4 > div div h1 {
  font-size: var(--fontsize_1);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
  text-align: center;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 576px) {
  .p-firstview__4 > div div h1 {
    text-align: left;
  }
}
.p-firstview__4 > div div h2 {
  font-size: var(--fontsize_3);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
  text-align: right;
  width: 100%;
  margin: 50px 0 0;
}
@media screen and (min-width: 576px) {
  .p-firstview__4 > div div h2 {
    margin: 0;
  }
}
.p-firstview__5 {
  height: 100vh;
  background-image: url("../img/firstview.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 50%;
  position: relative;
}
.p-firstview__5::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: var(--sub_color);
  opacity: 0.7;
}
.p-firstview__5 div {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (min-width: 576px) {
  .p-firstview__5 div {
    transform: translateY(0);
    bottom: 60px;
  }
}
.p-firstview__5 div h1 {
  border-bottom: 6px solid #000;
  font-size: var(--fontsize_2);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
  text-align: left;
}
@media screen and (min-width: 576px) {
  .p-firstview__5 div h1 {
    border-bottom: 10px solid #000;
  }
}
.p-firstview__5 div h2 {
  font-size: var(--fontsize_4);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
  text-align: right;
}
.p-firstview__6 {
  height: 100vh;
  background: var(--sub_color);
}
.p-firstview__6 > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .p-firstview__6 > div {
    display: flex;
    min-height: 70vh;
  }
}
.p-firstview__6 > div > div {
  width: 100%;
}
.p-firstview__6--textWrap {
  display: table;
}
.p-firstview__6--textWrap > div {
  display: table-cell;
  vertical-align: middle;
}
.p-firstview__6--textWrap > div h1 {
  font-size: var(--fontsize_2);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
}
.p-firstview__6--textWrap > div h2 {
  font-size: var(--fontsize_5);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
}
.p-firstview__6--imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-firstview__7 {
  background: var(--sub_color);
  position: relative;
}
@media screen and (min-width: 576px) {
  .p-firstview__7 {
    height: 100vh;
  }
}
.p-firstview__7 > div {
  position: relative;
  bottom: 20px;
}
.p-firstview__7--textWrap {
  display: table;
  position: relative;
  transform: translateY(50%);
  z-index: 10;
}
.p-firstview__7--textWrap > div {
  display: table-cell;
  vertical-align: middle;
}
.p-firstview__7--textWrap > div h1 {
  font-size: var(--fontsize_2);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
}
.p-firstview__7--textWrap > div h2 {
  font-size: var(--fontsize_4);
  color: var(--main_color);
  font-weight: var(--bold_fontWeight);
}
.p-firstview__7--imgWrap {
  width: 100%;
  height: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-firstview__7--imgWrap {
    width: 90%;
    height: 600px;
  }
}
@media screen and (min-width: 992px) {
  .p-firstview__7--imgWrap {
    width: 80%;
    height: 600px;
  }
}
.p-firstview__7--imgWrap::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  background: var(--sub_color);
  opacity: 0.5;
}
.p-firstview__7--imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-firstview__8 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 70vh;
}
@media screen and (min-width: 768px) {
  .p-firstview__8 {
    height: 100vh;
  }
}
.p-firstview__8--textWrap {
  position: absolute;
  z-index: 100;
  bottom: 10%;
  left: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-firstview__8--textWrap {
    bottom: 80px;
    left: 60px;
    width: auto;
    padding: 0;
  }
}
.p-firstview__8--textWrap h1 {
  font-size: var(--fontsize_5);
  color: var(--sub_color);
  font-weight: var(--bold_fontWeight);
}
.p-firstview__8--textWrap h2 {
  font-size: var(--fontsize_6);
  color: var(--sub_color);
  font-weight: var(--bold_fontWeight);
}
.p-firstview__8 .swiper-slide > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  vertical-align: bottom;
}
.p-firstview__8 .swiper-button-prev {
  color: var(--sub_color);
}
.p-firstview__8 .swiper-button-next {
  color: var(--sub_color);
}
.p-firstview__8 .swiper-pagination-bullet {
  background: var(--sub_color);
  opacity: 0.4;
  width: 5px;
  height: 5px;
}
@media screen and (min-width: 768px) {
  .p-firstview__8 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.p-firstview__8 .swiper-pagination-bullet-active {
  background: var(--sub_color);
  opacity: 1 !important;
}

.p-page {
  padding: 30px 0;
}
.p-page a {
  text-decoration: underline;
}

.u-animation__slideIn--rightToLeft {
  animation-name: slideIn_rightToLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideIn_rightToLeft {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.u-animation__slideOut--leftToRight {
  animation-name: slideOut_leftToRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes slideOut_leftToRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
.u-balloon__1--bottom {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 6px;
  color: var(--sub_color);
  background: var(--dark_color);
}
.u-balloon__1--bottom:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid var(--dark_color);
}
.u-balloon__1--bottom p {
  margin: 0;
  padding: 10px;
}
.u-balloon__1--top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 6px;
  color: var(--sub_color);
  background: var(--dark_color);
}
.u-balloon__1--top:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid var(--dark_color);
}
.u-balloon__1--top p {
  margin: 0;
  padding: 10px;
}
.u-balloon__1--left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 6px;
  color: var(--sub_color);
  background: var(--dark_color);
}
.u-balloon__1--left:before {
  content: "";
  position: absolute;
  top: 60%;
  left: -19px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 10px solid var(--dark_color);
}
.u-balloon__1--left p {
  margin: 0;
  padding: 10px;
}
.u-balloon__1--right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 6px;
  color: var(--sub_color);
  background: var(--dark_color);
}
.u-balloon__1--right:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 99%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 10px solid var(--dark_color);
}
.u-balloon__1--right p {
  margin: 0;
  padding: 10px;
}

.u-bgWrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--main_color);
  opacity: 0.5;
  z-index: 10;
}

.u-borderRadius--100 {
  border-radius: 100% !important;
}

.u-br--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-br--sp {
    display: none;
  }
}

.col {
  padding: 0 !important;
}

.col-12 {
  padding: 0 !important;
}

.container {
  width: var(--container) !important;
  padding: 0 !important;
}

.fs-7 {
  font-size: 13px !important;
}

.u-height-100 {
  height: 200px;
  object-fit: cover;
}

.u-hideline--1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.u-hideline--2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.u-hideline--3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.u-highlight--1 {
  background: linear-gradient(transparent 50%, rgba(51, 44, 132, 0.1098039216) 50% 90%, transparent 90%);
}

.of-cover {
  object-fit: cover !important;
}

.row {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-table tr td, .u-table tr th {
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .u-table tr td, .u-table tr th {
    padding: 5px 0;
    display: table-cell;
  }
}
.u-table tr th {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .u-table tr th {
    padding-right: 20px;
  }
}
.u-table tr td {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .u-table tr td {
    padding-bottom: 5px;
    display: table-cell;
  }
}