@charset "UTF-8";
/*------------------------------
font-face
------------------------------*/
@font-face {
  font-family: "Noto_Serif_JP";
  src: url("../font/NotoSerifJP-Black.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto_Serif_JP";
  src: url("../font/NotoSerifJP-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto_Serif_JP";
  src: url("../font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*------------------------------
関数
------------------------------*/
/* ----------------------- */
/*font
/* ----------------------- */
/* ----------------------- */
/*サイトカラー
/* ----------------------- */
/* ----------------------- */
/*サイズ
/* ----------------------- */
/* ----------------------- */
/* メディアクエリ（max-width)
/* ----------------------- */
/* ----------------------- */
/* メディアクエリ（min-width)
/* ----------------------- */
/* ----------------------- */
/* メディアクエリ（min〜max)
/* ----------------------- */
/* ----------------------- */
/* プロジェクトmixin
/* ----------------------- */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
reset
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
base
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
html {
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html {
    font-size: 3.3854166667vw;
  }
}
@media (min-width: 769px) and (max-width: 1220px) {
  html {
    font-size: 1.3114754098vw;
  }
}
@media (min-width: 1221px) and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #0A0A0A;
  font-size: 1rem;
  font-family: "Noto_Serif_JP", serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.5;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.en * {
  word-break: break-all;
}

a {
  color: inherit;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

input {
  font-size: 16px;
}

select {
  font-size: 16px;
}

textarea {
  font-size: 16px;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
共通
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ----------------------- */
/*common
/* ----------------------- */
.c-container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 140px;
}
@media (max-width: 768px) {
  .c-container {
    padding: 0 5.2083333333vw;
  }
}
@media (min-width: 769px) and (max-width: 1220px) {
  .c-container {
    padding: 0 2.4590163934vw;
  }
}
@media (min-width: 1221px) and (max-width: 1440px) {
  .c-container {
    padding: 0 calc((100% - 1160px) / 2);
  }
}

.c-container-s {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 200px;
}
@media (max-width: 768px) {
  .c-container-s {
    padding: 0 5.2083333333vw;
  }
}
@media (min-width: 769px) and (max-width: 1220px) {
  .c-container-s {
    padding: 0 7.3770491803vw;
  }
}
@media (min-width: 1221px) and (max-width: 1440px) {
  .c-container-s {
    padding: 0 calc((100% - 1040px) / 2);
  }
}

.c-container-xs {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 320px;
}
@media (max-width: 768px) {
  .c-container-xs {
    padding: 0 5.2083333333vw;
  }
}
@media (min-width: 769px) and (max-width: 1220px) {
  .c-container-xs {
    padding: 0 11.4754098361vw;
  }
}
@media (min-width: 1221px) and (max-width: 1440px) {
  .c-container-xs {
    padding: 0 calc((100% - 800px) / 2);
  }
}

.c-inner {
  background: #fff;
  padding: 4.06rem 5rem;
}
@media (max-width: 768px) {
  .c-inner {
    margin: 0 calc(50% - 50vw);
    padding: 1.54rem 0.96rem;
  }
}

.c-flex {
  display: flex;
}
@media (max-width: 768px) {
  .c-flex {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .c-flex--reverse {
    flex-direction: column-reverse;
  }
}

.c-ttl {
  font-size: 3.75rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-bottom: 2.5rem;
}
.c-ttl span {
  display: block;
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto_Serif_JP", serif;
}
.c-ttl--s {
  font-size: 3rem;
}

.c-ttl-border {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.31rem 0.63rem 0.81rem 1.44rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 0.44rem solid #fff;
  margin-bottom: 1.25rem;
}

.c-heading-enja {
  margin-bottom: 1.25rem;
}
.c-heading-enja ._en {
  font-size: max(10px, 0.88rem);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  opacity: 0.6;
}
.c-heading-enja ._ja {
  font-size: 1.88rem;
  font-weight: 600;
}
.c-heading-enja--l ._ja {
  font-size: 2.5rem;
  font-weight: 700;
}

.c-text {
  font-size: 1rem;
  line-height: 1.75;
}

.c-text-s {
  font-size: max(9px, 0.875rem);
  line-height: 1.7142857143;
}

.c-text-l {
  font-size: 1.125rem;
  line-height: 1.75;
}

.c-button-wrap {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .c-button-wrap {
    margin-top: 2.31rem;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.25rem;
  border-bottom: 1px solid #fff;
  font-size: 0.94rem;
  transition: 0.3s;
}
.c-button svg {
  width: 0.63rem;
  height: 0.44rem;
  margin-left: 1.2em;
  margin-top: 0.25em;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .c-button svg {
    width: 0.69rem;
    height: 0.58rem;
  }
}
.c-button svg path {
  transition: 0.2s;
}
.c-button:hover {
  color: #ff6565;
  border-bottom: 1px solid #ff6565;
}
.c-button:hover svg path {
  fill: #ff6565;
  stroke: #ff6565;
}

.l-button {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .l-button {
    flex-direction: column;
  }
}
.l-button .c-button-l {
  margin: 0 0.63rem;
}
@media (max-width: 768px) {
  .l-button .c-button-l {
    margin: 0 auto;
  }
  .l-button .c-button-l:not(:last-child) {
    margin-bottom: 1.54rem;
  }
}

.c-button-l {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.13rem;
  height: 4.38rem;
  margin: auto;
  background: #fff;
  border: none;
  color: #222;
  border-radius: 3px;
  font-size: 1.13rem;
  font-family: "Noto_Serif_JP", serif;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-button-l {
    width: 80%;
    height: 3.85rem;
  }
}
.c-button-l:hover {
  background: #ff6565;
  color: #fff;
}

.c-news {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.c-news-item {
  padding: 1.56rem 0.63rem;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .c-news-item {
    flex-direction: column;
    align-items: normal;
  }
}
.c-news ._wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-news ._wrap {
    margin-bottom: 1.15rem;
  }
}
.c-news ._content h2 {
  font-weight: 600;
  font-size: 1.13rem;
  margin-bottom: 0.5em;
}
.c-news ._content .c-text {
  opacity: 0.8;
}
.c-news ._content .c-text a {
  text-decoration: underline;
  color: #ffd5d5;
}
.c-news ._content .c-text a:hover {
  text-decoration: none;
}
.c-news time {
  font-weight: 400;
  white-space: nowrap;
  opacity: 0.7;
}
.c-news ._cate {
  font-weight: 600;
  margin-left: 1.38rem;
  margin-right: 2.19rem;
  width: 6.79em;
  height: 1.79em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  background: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  border-radius: 3px;
  font-size: max(10px, 0.88rem);
}

.c-lower-hero__inner {
  padding-top: 3.13rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.c-lower-hero__ttl {
  font-size: 4.69rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .c-lower-hero__ttl {
    font-size: 3.85rem;
  }
}
.c-lower-hero__ttl span {
  font-size: 1.13rem;
  font-weight: 400;
  font-family: "Noto_Serif_JP", serif;
  display: flex;
  align-items: center;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .c-lower-hero__ttl span {
    font-size: 1rem;
  }
}
.c-lower-hero__ttl span::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  background: #ff6565;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-top: 0.1em;
}

.c-form p {
  display: flex;
  align-items: flex-start;
}
.c-form p:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .c-form p:not(:last-of-type) {
    margin-bottom: 0.77rem;
  }
}
@media (max-width: 768px) {
  .c-form p {
    flex-direction: column;
  }
}
.c-form p .error {
  color: #ff6565;
}
.c-form label {
  flex-basis: 35.7142857143%;
  padding-top: 0.63rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .c-form label {
    margin-bottom: 0.7em;
  }
}
.c-form label.required::after {
  content: "必須*";
  font-size: max(10px, 0.875rem);
  margin-right: 1em;
  color: #a28989;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-form label.required::after {
    margin-left: 0.5em;
  }
}
.c-form .input-wrap {
  flex: 1;
  width: 100%;
}
.c-form input {
  width: 100%;
  height: 53px;
  background: rgba(255, 255, 255, 0.9);
  padding-left: 1em;
  border: none;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .c-form input {
    flex: 0 1 auto;
  }
}
.c-form input::placeholder {
  color: #aaa;
}
.c-form textarea {
  flex: 1;
  resize: none;
  width: 100%;
  height: 250px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 1em 1em;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .c-form textarea {
    flex: 0 1 auto;
  }
}
.c-form textarea::placeholder {
  color: #aaa;
}

.l-pagination {
  display: flex;
  justify-content: center;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination li {
  margin: 0 3px 5px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  transition: 0.3s;
}
.pagination li:hover {
  border: 1px solid #ff6565;
  color: #ff6565;
}
.pagination li.current a {
  cursor: default;
}
.pagination li.first a, .pagination li.last a {
  width: 65px;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

/* ----------------------- */
/*ユーティリティ
/* ----------------------- */
.hidden {
  display: none;
}

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

.pc-none-button {
  display: none;
}
@media (max-width: 768px) {
  .pc-none-button {
    display: flex;
  }
}

@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.bg-white {
  background-color: #fff;
}

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

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.color-white {
  color: #fff;
}

.color-link {
  color: #ff6565;
}

.justify-end {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .sm-justify-end {
    justify-content: flex-end;
  }
}

.justify-end-box {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .sm-justify-end-box {
    display: flex;
    justify-content: flex-end;
  }
}

.justify-between-box {
  display: flex;
  justify-content: space-between;
}

.justify-between {
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sm-justify-between {
    justify-content: space-between;
  }
}

.align-items-center {
  align-items: center;
}
@media (max-width: 768px) {
  .align-items-center {
    align-items: normal;
  }
}

.align-items-end {
  align-items: flex-end;
}

@media (max-width: 768px) {
  .sm-align-items-end {
    align-items: flex-end;
  }
}

.align-self-start {
  align-self: flex-start;
}

@media (max-width: 768px) {
  .sm-align-self-start {
    align-self: flex-start;
  }
}

.align-self-end {
  align-self: flex-end;
}

@media (max-width: 768px) {
  .sm-align-self-end {
    align-self: flex-end;
  }
}

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

.overflow-right {
  margin-right: calc(50% - 50vw);
}

.overflow-left {
  margin-left: calc(50% - 50vw);
}

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

@media (max-width: 768px) {
  .sm-text-center {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

.icon-tel {
  content: "";
}
.icon-tel::before {
  content: "";
  background-image: url("../img/tel.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: contain;
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  margin-right: 0.3125rem;
  margin-top: 0rem;
}

.hover-opacity {
  transition: 0.3s;
}
.hover-opacity:hover {
  opacity: 0.7;
}

.border-b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.pt-sec {
  padding-top: 7.5rem;
}
@media (max-width: 768px) {
  .pt-sec {
    padding-top: 4.62rem;
  }
}

.pt-sec-s {
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .pt-sec-s {
    padding-top: 4.62rem;
  }
}

.pb-sec {
  padding-bottom: 7.5rem;
}
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 0.63rem !important;
}

.mt20 {
  margin-top: 1.25rem !important;
}

.mt30 {
  margin-top: 1.88rem !important;
}

.mt40 {
  margin-top: 2.5rem !important;
}

.mt50 {
  margin-top: 3.13rem !important;
}

.mt60 {
  margin-top: 3.75rem !important;
}

.mt80 {
  margin-top: 5rem !important;
}

.mt100 {
  margin-top: 6.25rem !important;
}

@media (max-width: 768px) {
  .sm-mt10 {
    margin-top: 0.38rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt20 {
    margin-top: 0.77rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt30 {
    margin-top: 1.15rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt40 {
    margin-top: 1.54rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt50 {
    margin-top: 1.92rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt60 {
    margin-top: 2.31rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt80 {
    margin-top: 3.08rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt100 {
    margin-top: 3.85rem !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 0.63rem !important;
}

.mb20 {
  margin-bottom: 1.25rem !important;
}

.mb30 {
  margin-bottom: 1.88rem !important;
}

.mb40 {
  margin-bottom: 2.5rem !important;
}

.mb50 {
  margin-bottom: 3.13rem !important;
}

.mb60 {
  margin-bottom: 3.75rem !important;
}

.mb80 {
  margin-bottom: 5rem !important;
}

.mb100 {
  margin-bottom: 6.25rem !important;
}

@media (max-width: 768px) {
  .sm-mb10 {
    margin-bottom: 0.38rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb20 {
    margin-bottom: 0.77rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb30 {
    margin-bottom: 1.15rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb40 {
    margin-bottom: 1.54rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb50 {
    margin-bottom: 1.92rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb60 {
    margin-bottom: 2.31rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb80 {
    margin-bottom: 3.08rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb100 {
    margin-bottom: 3.85rem !important;
  }
}

.mr10 {
  margin-right: 0.63rem !important;
}

.mr20 {
  margin-right: 1.25rem !important;
}

.mr30 {
  margin-right: 1.88rem !important;
}

.ml10 {
  margin-left: 0.63rem !important;
}

.ml20 {
  margin-left: 1.25rem !important;
}

.ml30 {
  margin-left: 1.88rem !important;
}

.mt05em {
  margin-top: 0.5em !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt15em {
  margin-top: 1.5em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb15em {
  margin-bottom: 1.5em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb25em {
  margin-bottom: 2.5em !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 0.63rem !important;
}

.pt20 {
  padding-top: 1.25rem !important;
}

.pt30 {
  padding-top: 1.88rem !important;
}

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

.pb10 {
  padding-bottom: 0.63rem !important;
}

.pb20 {
  padding-bottom: 1.25rem !important;
}

.pb30 {
  padding-bottom: 1.88rem !important;
}

.pt100 {
  padding-top: 6.25rem !important;
}

.pb100 {
  padding-bottom: 6.25rem !important;
}

.pb120 {
  padding-bottom: 7.5rem !important;
}

@media (max-width: 768px) {
  .sm-pt160 {
    padding-top: 10rem !important;
  }
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
header
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.header {
  height: 6.25rem;
}
@media (max-width: 768px) {
  .header {
    height: 4.42rem;
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-logo {
  width: 10.81rem;
}
@media (max-width: 768px) {
  .header-logo {
    width: 8.46rem;
  }
}
@media (max-width: 768px) {
  .header-nav {
    padding-top: 12.5rem;
    padding-bottom: 50px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
    z-index: 5;
    overscroll-behavior: contain;
    overflow-y: scroll;
  }
}
.header-nav.active {
  visibility: visible;
  opacity: 1;
}
.header-nav__list {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header-nav__list {
    flex-direction: column;
  }
}
.header-nav__list li {
  margin-left: 2.19rem;
  transition: 0.3s;
}
.header-nav__list li:hover {
  color: #ff6565;
}
@media (max-width: 768px) {
  .header-nav__list li {
    margin-left: 0;
    font-size: 1.23rem;
  }
  .header-nav__list li:not(:last-child) {
    margin-bottom: 1.3em;
  }
}
.header-nav__list li:last-child a {
  display: block;
  color: #222;
  background: #fff;
  padding: 0.5em 1.3em 0.6em;
  border-radius: 3px;
  transition: 0.3s;
}
.header-nav__list li:last-child a:hover {
  background: #ff6565;
  color: #fff;
}

.hm {
  display: flex;
  align-items: center;
  width: 2.31rem;
  height: 1.15rem;
  cursor: pointer;
  z-index: 60;
}
@media (min-width: 769px) {
  .hm {
    display: none;
  }
}
.hm .line {
  width: 100%;
  height: max(1px, 0.12rem);
  border-radius: 0px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}
.hm .line::before, .hm .line::after {
  content: "";
  display: block;
  width: 100%;
  height: max(1px, 0.12rem);
  border-radius: 0px;
  background-color: #fff;
  position: absolute;
  transition: all 0.5s;
}
.hm .line::before {
  transform: translateY(-0.46rem);
}
.hm .line::after {
  transform: translateY(0.46rem);
}
.hm.active .line {
  background-color: transparent;
}
.hm.active .line::before {
  transform: rotate(45deg);
}
.hm.active .line::after {
  transform: rotate(-45deg);
}

.nonScroll {
  position: absolute;
  top: 0;
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}
@media (min-width: 769px) {
  .nonScroll {
    display: none;
  }
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
footer
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.footer {
  margin-top: 1.88rem;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.88rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
  }
}
.footer-top__logo {
  width: 15.63rem;
}
@media (max-width: 768px) {
  .footer-top__logo {
    width: 13.46rem;
    margin-bottom: 2.31rem;
  }
}
.footer-top__list {
  display: flex;
}
@media (max-width: 768px) {
  .footer-top__list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer-top__list li {
  margin-left: 2.5rem;
  transition: 0.3s;
  line-height: 2;
}
@media (max-width: 768px) {
  .footer-top__list li {
    margin-left: 0;
    margin: 0 0.77rem;
  }
}
.footer-top__list li:hover {
  color: #ff6565;
}
.footer-bottom {
  padding: 1.25rem 0 5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 2.31rem;
  }
}
.footer-bottom__copy {
  font-size: max(9px, 0.81rem);
}
@media (max-width: 768px) {
  .footer-bottom__copy {
    opacity: 0.7;
  }
}
.footer-bottom__list {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-bottom__list {
    margin-bottom: 1.54rem;
    flex-direction: column;
  }
}
.footer-bottom__list li {
  margin-left: 2.5rem;
  font-size: max(10px, 0.88rem);
  display: flex;
  align-items: center;
}
.footer-bottom__list li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #ff6565;
  margin-right: 0.6em;
  margin-top: 0.15em;
}
@media (max-width: 768px) {
  .footer-bottom__list li {
    margin: 0 0.58rem;
  }
}
.footer-bottom__list li ._link {
  text-decoration: underline;
  margin-left: 1em;
  transition: 0.3s;
}
.footer-bottom__list li ._link:hover {
  color: #ff6565;
}

/* ----------------------- */
/*hero
/* ----------------------- */
@keyframes anime {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  32% {
    opacity: 1;
  }
  53% {
    opacity: 0;
    transform: scale(1.06);
  }
  100% {
    opacity: 0;
  }
}
.hero {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 2.69rem;
  }
}
.hero-images {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35.5rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero-images {
    height: 32.31rem;
  }
}
.hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  animation: anime 18s 0s infinite;
}
.hero-image1 {
  background-image: url("../img/hero1.webp");
}
.hero-image2 {
  background-image: url("../img/hero2.webp");
  animation-delay: 6s;
}
.hero-image3 {
  background-image: url("../img/hero3.webp");
  animation-delay: 12s;
}
.hero-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.6) 100%);
}
.hero-top {
  display: flex;
  margin-bottom: 15.63rem;
}
@media (max-width: 768px) {
  .hero-top {
    flex-direction: column;
    margin-bottom: 13.46rem;
  }
}
.hero-top__left {
  font-size: 8.75rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 0.8214285714;
  margin-right: 8.13rem;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .hero-top__left {
    font-size: 5.77rem;
    line-height: 1.1;
    opacity: 0.12;
    margin-left: calc(50% - 50vw);
  }
}
@media (max-width: 768px) {
  .hero-top__right {
    margin-top: -15.58rem;
  }
}
.hero-top__right__text {
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.625;
}

/* ----------------------- */
/*news
/* ----------------------- */
.news {
  display: flex;
}
@media (max-width: 768px) {
  .news {
    flex-direction: column;
  }
}
.news__basis {
  flex-basis: 21.25rem;
  margin-right: 0rem;
  margin-left: 0rem;
}
@media (max-width: 768px) {
  .news__basis {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2.31rem;
    flex-basis: auto;
  }
}
.news__content {
  flex: 1;
}
@media (max-width: 768px) {
  .news__content {
    margin-bottom: 0rem;
  }
}

/* ----------------------- */
/*shop-list
/* ----------------------- */
.shop-list {
  margin-top: 4.38rem;
}
@media (max-width: 768px) {
  .shop-list {
    margin-top: 2.69rem;
  }
}

.shop {
  display: flex;
}
@media (max-width: 768px) {
  .shop {
    flex-direction: column;
  }
}
.shop__basis {
  flex-basis: 26.88rem;
  margin-right: 4.06rem;
  margin-left: 0rem;
}
@media (max-width: 768px) {
  .shop__basis {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2.31rem;
    flex-basis: auto;
  }
}
.shop__content {
  flex: 1;
}
@media (max-width: 768px) {
  .shop__content {
    margin-bottom: 0rem;
  }
}
.shop:not(:last-child) {
  margin-bottom: 3.75rem;
}
.shop__image {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}
@media (max-width: 768px) {
  .shop__image {
    padding-top: 58.14%;
  }
}
.shop__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------- */
/*recruit
/* ----------------------- */
.sec-recruit {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .sec-recruit {
    margin-top: 4.62rem;
    background: #181818;
  }
}

.recruit {
  display: flex;
}
@media (max-width: 768px) {
  .recruit {
    flex-direction: column;
  }
}
.recruit__basis {
  flex-basis: 50vw;
  margin-right: 0vw;
  margin-left: 0vw;
}
@media (max-width: 768px) {
  .recruit__basis {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0rem;
    flex-basis: auto;
  }
}
.recruit__content {
  flex: 1;
}
@media (max-width: 768px) {
  .recruit__content {
    margin-bottom: 2.31rem;
  }
}
.recruit__content {
  background: #181818;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  display: flex;
  align-items: center;
}
.recruit__basis {
  margin-right: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .recruit__basis {
    margin-left: calc(50% - 50vw);
  }
}

/* ----------------------- */
/*greeting
/* ----------------------- */
.greeting {
  display: flex;
}
@media (max-width: 768px) {
  .greeting {
    flex-direction: column-reverse;
  }
}
.greeting__basis {
  flex-basis: 23.13rem;
  margin-right: 0rem;
  margin-left: 5rem;
}
@media (max-width: 768px) {
  .greeting__basis {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1.54rem;
    flex-basis: auto;
  }
}
.greeting__content {
  flex: 1;
}
@media (max-width: 768px) {
  .greeting__content {
    margin-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .greeting__basis {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.greeting__name {
  font-size: 1.5rem;
  font-weight: 600;
}
.greeting__name ._post {
  font-size: 0.94rem;
  font-weight: 500;
  margin-right: 1em;
}

/* ----------------------- */
/*Philosophy
/* ----------------------- */
.sec-philosophy {
  margin-top: 6.25rem;
  padding-top: 3.13rem;
  padding-bottom: 3.13rem;
  background-image: url("../img/philosophy_bg.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .sec-philosophy {
    margin-top: 3.85rem;
  }
}
.sec-philosophy::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(35, 18, 18, 0.9) 0%, rgba(35, 18, 18, 0.3) 100%);
}
@media (max-width: 768px) {
  .sec-philosophy::before {
    background: linear-gradient(90deg, rgba(35, 18, 18, 0.9) 0%, rgba(35, 18, 18, 0.5) 100%);
  }
}

.philosophy {
  position: relative;
  z-index: 1;
}
.philosophy__heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.88rem;
}
.philosophy__list li {
  font-size: 1.38rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.philosophy__list li:not(:last-child) {
  margin-bottom: 0.5em;
}

/* ----------------------- */
/*info
/* ----------------------- */
.info {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.info dl {
  display: flex;
}
.info dl:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.info dt {
  flex-basis: 24.04%;
  padding-top: 1.56rem;
  padding-bottom: 1.56rem;
  padding-left: 1.56rem;
  padding-right: 0.63rem;
  background: #222;
}
@media (max-width: 768px) {
  .info dt {
    flex-basis: 9.62rem;
    flex-shrink: 0;
    padding-left: 0.96rem;
  }
}
.info dd {
  flex: 1;
  padding-top: 1.56rem;
  padding-bottom: 1.56rem;
  padding-left: 2.81rem;
  padding-right: 0.63rem;
}
@media (max-width: 768px) {
  .info dd {
    padding-left: 1.15rem;
  }
}
.info dd span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* ----------------------- */
/*message
/* ----------------------- */
.message {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .message {
    flex-direction: column-reverse;
  }
}
.message__basis {
  flex-basis: 29.38rem;
  margin-right: 0rem;
  margin-left: 4.38rem;
}
@media (max-width: 768px) {
  .message__basis {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2.31rem;
    flex-basis: auto;
  }
}
.message__content {
  flex: 1;
}
@media (max-width: 768px) {
  .message__content {
    margin-bottom: 0rem;
  }
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop {
  margin-top: 6.25rem;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .loop {
    display: none;
  }
}
.loop-sp {
  display: none;
}
@media (max-width: 768px) {
  .loop-sp {
    margin-top: 3.08rem;
    display: flex;
    overflow: hidden;
    position: relative;
  }
}
.loop-list {
  width: 100%;
  display: flex;
  flex-shrink: 0;
}
.loop-list:first-child {
  animation: slide1 56s -28s linear infinite;
}
@media (max-width: 768px) {
  .loop-list:first-child {
    animation: slide1 30s -15s linear infinite;
  }
}
.loop-list:last-child {
  animation: slide2 56s linear infinite;
}
@media (max-width: 768px) {
  .loop-list:last-child {
    animation: slide2 30s linear infinite;
  }
}
.loop-list li {
  flex: 1;
}

/*# sourceMappingURL=style.css.map */
