@charset "UTF-8";
/* base color 
--------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Zen Kaku Gothic New", "Zen Old Mincho", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4em;
  line-height: 1;
  color: #260606;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Zen Kaku Gothic New", "Zen Old Mincho", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

/*--Prefix--*/
/*-- flexbox --*/
/*-- text --*/
/*-- hover --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
/*-- icon --*/
/* reset
-------------------------------------------------------*/
/*
*{
	outline:1px #ff0000 solid;
}
*/
ol,
ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

/* base
-------------------------------------------------------*/
html.active {
  overflow: hidden;
}

body {
  height: 100%;
  overflow: hidden;
}

/*
.preload *{
	-webkit-transition: none !important;
	transition:none !important;
}
*/
div.pageWrap {
  position: relative;
  width: 100%;
  text-align: left;
}

.ofi-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit:cover;object-position:center center;";
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 1300ms;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* layout
-------------------------------------------------------*/
:root {
  --header-height: 60px; /* 実際のヘッダー高さに合わせて */
}

footer {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
footer .footer-inner .footer-contents-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 90px 0;
  border-bottom: 1px solid #EAEAEA;
}
footer .footer-inner .footer-contents-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #F7F7F7;
}
footer .footer-inner .footer-contents-section .footer-contents {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 720px;
}
footer .footer-inner .footer-contents-section .footer-contents .footer-contents-title {
  margin-bottom: 50px;
  text-align: center;
}
footer .footer-inner .footer-contents-section .footer-contents .footer-contents-title .footer-contents-title-en {
  margin-bottom: 20px;
  color: #260606;
  font-size: 2rem;
  font-weight: 500;
}
footer .footer-inner .footer-contents-section .footer-contents .footer-contents-title .footer-contents-caption {
  color: #888181;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
footer .footer-inner .footer-contents-section .footer-contents .footer-content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .button-wrap .border-link {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .button-wrap .border-link:not([href^=tel])::after {
  background: #260606;
}
footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .button-wrap .border-link[href^=tel] {
  padding-left: 30px;
  font-size: 2.8rem;
}
footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .button-wrap .border-link[href^=tel]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  background: url(../images/tel_icon.svg) no-repeat center center/cover;
}
footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .button-wrap .border-link[href^=tel]::after {
  content: none;
}
footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .footer-supplement {
  color: #888181;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
footer .footer-inner .footer-menu-section .footer-menu-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
  padding: 40px 0;
}
footer .footer-inner .footer-menu-section .footer-menu-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #EAEAEA;
}
footer .footer-inner .footer-menu-section .footer-menu-list .footer-menu-item .footer-menu-link {
  color: #260606;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  transition: 0.5s ease;
}
footer .footer-inner .footer-menu-section .footer-menu-list .footer-menu-item .footer-menu-link:hover {
  opacity: 0.7;
}
footer .footer-inner .footer-sub-section {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-inner .footer-sub-section .siite-logo .logo-link {
  display: inline-block;
  margin-bottom: 10px;
}
footer .footer-inner .footer-sub-section .siite-logo .logo-link .logo-image-wrap {
  max-width: 170px;
  aspect-ratio: 1/0.2;
}
footer .footer-inner .footer-sub-section .siite-logo .address-text {
  color: #260606;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
footer .footer-inner .footer-sub-section .sns-list-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer-inner .footer-sub-section .sns-list-wrap .sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 80px;
}
footer .footer-inner .footer-sub-section .sns-list-wrap .sns-list .sns-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-inner .footer-sub-section .sns-list-wrap .sns-list .sns-item .sns-link {
  position: relative;
  display: inline-block;
  color: #888181;
  font-size: 1.4rem;
  font-weight: 500;
  transition: 0.5s ease;
}
footer .footer-inner .footer-sub-section .sns-list-wrap .sns-list .sns-item .sns-link::before {
  content: "";
  display: block;
  position: absolute;
}
footer .footer-inner .footer-sub-section .sns-list-wrap .sns-list .sns-item .sns-link:hover {
  opacity: 0.7;
}
footer .footer-inner .footer-sub-section .sns-list-wrap .sns-list .sns-item:nth-child(1) .sns-link::before {
  background: url(../images/instagram_logo.svg) no-repeat center center/cover;
}
footer .footer-inner .footer-sub-section .sns-list-wrap .sns-list .sns-item:nth-child(2) .sns-link::before {
  background: url(../images/facebook_logo.svg) no-repeat center center/cover;
}
footer .footer-inner .footer-sub-section .sns-list-wrap .sns-list .sns-item:nth-child(3) .sns-link::before {
  background: url(../images/line_logo.svg) no-repeat center center/cover;
}
footer .footer-inner .footer-sub-section .sns-list-wrap .footer-copyright {
  color: #888181;
  font-weight: 500;
}

.pagetop-grid {
  position: fixed;
  z-index: 20;
}
.pagetop-grid a {
  position: relative;
  display: block;
  width: 100%;
}

.header-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(60px, 25px + 3.646vw, 95px);
  z-index: 115;
  border-bottom: 1px solid #EAEAEA;
  background: #fff;
  transition: background 0.3s ease-in-out, position 0s 0.3s;
}
.header-wrap.is-top {
  background: transparent;
  border: none;
}
.header-wrap.is-top .trigger .menu-trigger .menuline {
  background: #FFF;
}
.header-wrap.is-active, .header-wrap.is-omission {
  border-bottom: 1px solid #EAEAEA;
  background: #fff;
}
.header-wrap.is-active .menu-trigger .menuline, .header-wrap.is-omission .menu-trigger .menuline {
  background: #231815;
}
.header-wrap .header-inner {
  padding-left: 40px;
}
.header-wrap .header-inner .header-logo .logo-link .logo-img {
  width: auto;
  height: clamp(25px, 10px + 1.563vw, 40px);
  transition: opacity 0.3s ease-in-out;
}
.header-wrap .trigger {
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  z-index: 100 !important;
  cursor: pointer;
}
.header-wrap .trigger .menu-trigger,
.header-wrap .trigger .menu-trigger .menuline {
  display: inline-block;
  transition: all 0.4s;
}
.header-wrap .trigger .menu-trigger {
  position: relative;
  width: 40px;
  height: 10px;
}
.header-wrap .trigger .menu-trigger .menuline {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #231815;
}
.header-wrap .trigger .menu-trigger .menuline:nth-of-type(1) {
  top: 0;
}
.header-wrap .trigger .menu-trigger .menuline:nth-of-type(2) {
  bottom: 0;
}
.header-wrap .trigger .menu-trigger.active .menuline:nth-of-type(1) {
  transform: translateY(4px) rotate(45deg);
}
.header-wrap .trigger .menu-trigger.active .menuline:nth-of-type(2) {
  transform: translateY(-4px) rotate(-45deg);
}
.header-wrap .trigger.is-active .menu-trigger .menuline {
  background: #231815;
}
.header-wrap .trigger.is-active .menu-trigger .menuline:nth-child(1) {
  transform: rotate(15deg) translateY(4px);
}
.header-wrap .trigger.is-active .menu-trigger .menuline:nth-child(2) {
  transform: rotate(-15deg) translateY(-4px);
}

.container {
  position: relative;
  width: 100%;
}

.contents-wrapper {
  position: relative;
  padding: 0 clamp(60px, 0px + 6.25vw, 120px) 180px;
}
.contents-wrapper.top_contents {
  padding: clamp(150px, 0px + 15.625vw, 300px) clamp(60px, 0px + 6.25vw, 120px) 180px;
}

.hero-visual-Sec {
  position: relative;
}

.page-content {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.page-head-title {
  position: relative;
}
.page-head-title h1 {
  position: relative;
}

.section-head-title {
  position: relative;
}

.hamburger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 110;
  background: #FFF;
}
.hamburger-overlay.is-active {
  position: fixed;
  display: block;
  opacity: 1;
  visibility: visible;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  border-bottom: 1px solid #EAEAEA;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: calc(100vh - 85px);
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap::-webkit-scrollbar {
  display: none;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-column-link {
  display: block;
  padding: 20px 0 20px clamp(30px, -60px + 9.375vw, 120px);
  background: #FBFBFB;
  border-bottom: 1px solid #EAEAEA;
  color: #260606;
  font-size: 1.6rem;
  font-weight: 500;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list {
  display: flex;
  flex-wrap: wrap;
  padding: clamp(30px, 0px + 3.125vw, 60px) clamp(30px, -60px + 9.375vw, 120px) clamp(65px, -40px + 10.938vw, 170px) clamp(30px, -60px + 9.375vw, 120px);
  gap: clamp(60px, 0px + 6.25vw, 120px) clamp(50px, 0px + 5.208vw, 100px);
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item .menu-category {
  padding-bottom: 20px;
  color: #260606;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #EAEAEA;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item .menu-list-wrap .menu-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item .menu-list-wrap .menu-list .menu-item .menu-item-link {
  color: #888181;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  transition: color 0.3s ease;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item .menu-list-wrap .menu-list .menu-item .menu-item-link:hover {
  color: #260606;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: clamp(85px, 50px + 3.646vw, 120px) clamp(30px, -40px + 7.292vw, 100px);
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #F7F7F7;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-head {
  margin-bottom: clamp(30px, 10px + 2.083vw, 50px);
  text-align: center;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-head .menu-contact-head-en {
  margin-bottom: 20px;
  color: #260606;
  font-size: 2rem;
  font-weight: 500;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-head .menu-contact-head-jp {
  color: #888181;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-list .button-wrap:not(:last-child) {
  margin-bottom: 40px;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-list .button-wrap .border-link {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #260606;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-list .button-wrap .border-link:not([href^=tel])::after {
  background: #260606;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-list .button-wrap .border-link[href^=tel] {
  padding-left: 30px;
  font-size: 2.2rem;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-list .button-wrap .border-link[href^=tel]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -35%;
  width: 20px;
  height: 20px;
  background: url(../images/tel_icon.svg) no-repeat center center/cover;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-list .button-wrap .border-link[href^=tel]::after {
  content: none;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-list .button-wrap .button-caption {
  color: #888181;
  font-size: 1.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner:not(:last-child) {
  margin-bottom: 100px;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-image-wrap {
  position: relative;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-image-wrap .menu-image-list {
  width: 100%;
  height: 100%;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-image-wrap .menu-image-list .menu-image-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-image-wrap .menu-image-list .menu-image-item .menu-image-link .menu-image-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-image-wrap .menu-image-list .menu-image-item .menu-image-link .menu-image-wrap .menu-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-image-wrap .menu-image-list .menu-image-item .menu-image-link .slide-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-right: 30px;
  background: #fff;
  font-size: 1.2rem;
  color: #888181;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 40px 0 clamp(40px, -40px + 8.333vw, 120px);
  background: #f7f7f7;
  border-top: 1px solid #EAEAEA;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer .menu-sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(25px, -75px + 10.417vw, 125px);
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer .menu-sns-list .menu-sns-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer .menu-sns-list .menu-sns-item .menu-sns-link {
  position: relative;
  display: inline-block;
  color: #888181;
  font-size: 1.4rem;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer .menu-sns-list .menu-sns-item .menu-sns-link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer .menu-sns-list .menu-sns-item:nth-child(1) .menu-sns-link::before {
  background: url(../images/instagram_logo.svg) no-repeat center center/cover;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer .menu-sns-list .menu-sns-item:nth-child(2) .menu-sns-link::before {
  background: url(../images/facebook_logo.svg) no-repeat center center/cover;
}
.hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer .menu-sns-list .menu-sns-item:nth-child(3) .menu-sns-link::before {
  background: url(../images/line_logo.svg) no-repeat center center/cover;
}

.button-wrap .button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
  transition: 0.5s ease;
}
.button-wrap .button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: ease 0.5s;
}
.button-wrap .button:hover {
  opacity: 0.8;
}
.button-wrap .button:hover:after {
  right: 0;
}

.breadcrumbs-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #FBFBFB;
}
.breadcrumbs-wrap .breadcrumbs-list {
  display: inline-flex;
}
.breadcrumbs-wrap .breadcrumbs-list .breadcrumbs {
  position: relative;
  padding: 12px 0;
}
.breadcrumbs-wrap .breadcrumbs-list .breadcrumbs:not(:first-child) .breadcrumbs-link {
  margin-left: 25px;
  color: #888181;
}
.breadcrumbs-wrap .breadcrumbs-list .breadcrumbs:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  translate: -50% 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #888181;
}
.breadcrumbs-wrap .breadcrumbs-list .breadcrumbs .breadcrumbs-link {
  display: inline-block;
  color: #260606;
  font-size: 1.2rem;
  font-weight: 500;
}

.gallery-link {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.gallery-link::before, .gallery-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}
.gallery-link::before {
  background: url(../gallery/images/zoom_button.svg) no-repeat center center/cover;
}
.gallery-link::after {
  border-radius: 50%;
}
.gallery-link .gallery-img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.gallery-link.no-zoom::before, .gallery-link.no-zoom::after {
  content: none;
}

@media screen and (min-width: 960px) {
  /* ------------------------------------------------------*/
  .container {
    position: relative;
  }
  br.spbr {
    display: none;
  }
  footer {
    padding: 0 120px;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .item-catch-wrap .catch-title,
  .item-catch-wrap .catch-caption {
    width: 50%;
  }
  .button-wrap .button {
    padding: 20px 0;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap {
    width: 38.5%;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap {
    width: calc((100% - clamp(50px, 0px + 5.208vw, 100px)) / 2);
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item .menu-category {
    margin-bottom: 20px;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-list .button-wrap .button-caption {
    font-weight: 700;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-image-wrap {
    width: 61.5%;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer {
    height: 85px;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer .menu-sns-list .menu-sns-item .menu-sns-link {
    padding-left: 35px;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer .menu-sns-list .menu-sns-item .menu-sns-link::before {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
  }
  footer .footer-inner .footer-contents-section::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 1px;
    height: calc(100% - 180px);
    background: #888181;
  }
  footer .footer-inner .footer-contents-section .footer-contents {
    width: calc((100% - 100px) / 2);
    margin: 0 auto;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list {
    max-height: 125px;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item {
    width: calc((100% - 100px) / 2);
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .button-wrap {
    margin-bottom: 20px;
  }
  footer .footer-inner .footer-sub-section .sns-list-wrap .sns-list .sns-item .sns-link {
    padding-left: 35px;
  }
  footer .footer-inner .footer-sub-section .sns-list-wrap .sns-list .sns-item .sns-link::before {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 20px;
    height: 20px;
  }
  footer .footer-inner .footer-sub-section .sns-list-wrap .footer-copyright {
    text-align: right;
  }
  .contents-head-wrap .head-title-catch {
    width: 40%;
  }
  .contents-head-wrap .head-title-image {
    width: 60%;
  }
  .title-catch-wrap {
    justify-content: space-between;
  }
  .title-catch-wrap .catch-title {
    width: 50%;
  }
  .title-catch-wrap .catch-caption {
    width: 47.6%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1500px) {
  footer {
    padding: 0 clamp(60px, 0px + 6.25vw, 120px);
  }
  footer .footer-inner .footer-contents-section .footer-contents {
    width: calc(50% - 30px);
  }
  footer .footer-inner .footer-contents-section .footer-contents:nth-child(1)::after {
    right: -30px;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item {
    width: calc((100% - 30px) / 2);
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .button-wrap .border-link {
    font-size: 1.5rem;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .button-wrap .border-link[href^=tel] {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 959px) {
  /* ------------------------------------------------------*/
  br.pcbr {
    display: none;
  }
  body {
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .header-wrap {
    height: 60px;
  }
  .header-wrap.is-fixed {
    height: 60px;
  }
  .header-wrap .header-inner {
    padding-left: 20px;
  }
  .header-wrap .header-inner .header-logo .logo-link .logo-img {
    height: 30px;
  }
  .header-wrap .trigger {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  footer .footer-inner .footer-contents-section {
    flex-direction: column;
    padding: 90px 20px 100px;
  }
  footer .footer-inner .footer-contents-section .footer-contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  footer .footer-inner .footer-contents-section .footer-contents:not(:last-child) {
    margin-bottom: 90px;
    padding-bottom: 100px;
    border-bottom: 1px solid #D5D5D5;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-contents-title {
    margin-bottom: 45px;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-contents-title .footer-contents-title-en {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-contents-title .footer-contents-caption {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list {
    flex-direction: column;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    gap: 35px 0;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .footer-supplement.sp-none {
    display: none;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .button-wrap {
    margin-bottom: 10px;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .button-wrap .border-link {
    padding: 15px 0;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .button-wrap .border-link[href^=tel] {
    font-size: 1.9rem;
  }
  footer .footer-inner .footer-contents-section .footer-contents .footer-content-list .footer-content-item .button-wrap .border-link[href^=tel]::before {
    width: 15px;
    height: 15px;
    translate: 0 -35%;
  }
  footer .footer-inner .footer-menu-section {
    padding: 0 20px;
  }
  footer .footer-inner .footer-menu-section .footer-menu-list {
    max-width: 500px;
    margin: 0 auto;
    gap: 20px 0;
  }
  footer .footer-inner .footer-menu-section .footer-menu-list .footer-menu-item {
    width: 50%;
  }
  footer .footer-inner .footer-menu-section .footer-menu-list .footer-menu-item .footer-menu-link {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
  }
  footer .footer-inner .footer-menu-section .footer-sub-section {
    flex-direction: column;
    padding: 55px 0;
  }
  footer .footer-inner .footer-menu-section .footer-sub-section .siite-logo {
    margin-bottom: 15px;
  }
  footer .footer-inner .footer-menu-section .footer-sub-section .siite-logo .logo-link {
    margin-bottom: 15px;
  }
  footer .footer-inner .footer-menu-section .footer-sub-section .siite-logo .logo-link .logo-image-wrap {
    max-width: 110px;
  }
  footer .footer-inner .footer-menu-section .footer-sub-section .siite-logo .address-text {
    font-size: 1.3rem;
    line-height: 2;
  }
  footer .footer-inner .footer-menu-section .footer-sub-section .sns-list-wrap .sns-list {
    max-width: 350px;
    margin: 0 auto 15px 0;
    padding: 15px 0;
    gap: 20px;
    justify-content: flex-start;
  }
  footer .footer-inner .footer-menu-section .footer-sub-section .sns-list-wrap .sns-list .sns-item {
    width: calc((100% - 40px) / 3);
  }
  footer .footer-inner .footer-menu-section .footer-sub-section .sns-list-wrap .sns-list .sns-item .sns-link {
    font-size: 1.3rem;
  }
  footer .footer-inner .footer-menu-section .footer-sub-section .sns-list-wrap .sns-list .sns-item .sns-link::before {
    position: relative;
    width: 25px;
    height: 25px;
  }
  footer .footer-inner .footer-menu-section .footer-sub-section .sns-list-wrap .sns-list .sns-item .sns-link .sns-text {
    display: none;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container {
    flex-direction: column-reverse;
    height: calc(100dvh - var(--header-height));
    max-height: 100dvh;
    overflow: auto;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap {
    flex-grow: 1;
    overflow-y: auto;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-column-link {
    padding: 15px 20px;
    font-size: 1.3rem;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list {
    flex-direction: column;
    margin: 30px auto 110px;
    padding: 15px 20px 0 20px;
    gap: 30px 0;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item .menu-category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 10px 3em 10px 0;
    font-size: 1.3rem;
    cursor: pointer;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item .menu-category::before, .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item .menu-category::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 1px;
    top: 50%;
    right: 1em;
    background: #000;
    transition: all 0.3s ease;
    transform-origin: center center;
    transform: translate(-50%, -50%);
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item .menu-category::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item .menu-list-wrap {
    display: none;
    margin-top: 15px;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item .menu-list-wrap .menu-list .menu-item {
    margin: 15px 0;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .hamburger-menu-list .hamburger-menu-wrap .menu-item.open .menu-category::after {
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
    opacity: 0;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap {
    max-width: 650px;
    margin: 0 auto;
    padding: 90px 50px;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-head {
    margin-bottom: 45px;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-head .menu-contact-head-en {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-head .menu-contact-head-jp {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-list .button-wrap:not(:last-child) {
    margin-bottom: 20px;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-list .button-wrap .button {
    margin-bottom: 10px;
    padding: 15px 0;
    font-size: 1.4rem;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-list .button-wrap .button[href^=tel] {
    padding-left: 25px;
    font-size: 1.9rem;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-column-wrap .menu-other-wrap .menu-other-inner .menu-contact-list .button-wrap .button[href^=tel]::before {
    width: 15px;
    height: 15px;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-container .menu-image-wrap {
    display: none;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer {
    position: relative;
    padding: 55px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer .menu-sns-list {
    margin-bottom: 15px;
    padding: 15px 0;
    gap: 0 30px;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer .menu-sns-list .menu-sns-item .sns-text {
    display: none;
  }
  .hamburger-overlay .hamburger-wrapper .hamburger-global .menu-footer .menu-footer-copyright {
    font-size: 1rem;
    font-weight: 500;
  }
  .breadcrumbs-wrap .breadcrumbs-list {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
  .breadcrumbs-wrap .breadcrumbs-list::-webkit-scrollbar {
    display: none;
  }
  .contents-wrapper {
    padding: 0 20px 150px;
  }
  .contents-wrapper.top_contents {
    padding: 90px 20px 150px;
  }
  .item-section-head {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  .item-catch-wrap {
    flex-direction: column;
    gap: 30px 0;
  }
  .item-catch-wrap .catch-title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .item-catch-wrap .catch-caption {
    line-height: 1.6;
  }
  .button-wrap .button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
/* layout
-------------------------------------------------------*/
.form-table-wrap {
  position: relative;
}
.ermsg {
  padding-top: 15px;
  color: #ce1515;
  font-size: 1.4rem;
}

/* parts
-------------------------------------------------------*/
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  background: #fff;
  border: 1px #C5C5C5 solid;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  height: 180px;
  padding: 10px 10px;
  background: #fff;
  border: 1px #C8C8C8 solid;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
textarea::-moz-placeholder {
  color: #C5C5C5;
}
textarea::placeholder {
  color: #C5C5C5;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #000;
  opacity: 1;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] input[type=textarea] {
    padding: 10px 15px;
  }
  input[type=text]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number] input[type=textarea]::-moz-placeholder {
    color: #C5C5C5;
    font-size: 1.5rem;
    opacity: 1;
  }
  input[type=text]::placeholder,
  input[type=date]::placeholder,
  input[type=password]::placeholder,
  input[type=email]::placeholder,
  input[type=time]::placeholder,
  input[type=tel]::placeholder,
  input[type=number] input[type=textarea]::placeholder {
    color: #C5C5C5;
    font-size: 1.5rem;
    opacity: 1;
  }
}
@-moz-document url-prefix() {
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    padding: 21px 10px;
  }
  textarea {
    padding: 10px 10px;
  }
}
@supports (-ms-ime-align: auto) {
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    padding: 16px 8px;
  }
  textarea {
    padding: 10px 8px;
  }
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    padding: 16px 8px;
  }
}
input::-webkit-input-placeholder {
  color: #c5c5c5;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

input:-moz-placeholder {
  color: #c5c5c5;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

input::-moz-placeholder {
  color: #c5c5c5;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

input:-ms-input-placeholder {
  color: #c5c5c5;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

.elemfull {
  width: 100%;
}

.elemshort {
  width: 40%;
}

input[type=radio] {
  display: none;
  vertical-align: middle;
}

input[type=radio] + label {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 30px;
  font-size: 1.5rem;
  line-height: 20px;
  letter-spacing: 0.1em;
  transition: 0.5 ease;
  cursor: pointer;
}

input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.5s ease;
  z-index: 2;
}

input[type=radio] + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: #a04a11;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  z-index: 5;
}

input[type=radio]:checked + label::after {
  opacity: 1;
}

input[type=checkbox] {
  display: none;
  vertical-align: middle;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 35px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.075em;
  transition: 0.5 ease;
  cursor: pointer;
}

input[type=checkbox] + label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: #fff;
  border: 1px #b7b7b7 solid;
  border-radius: 2px;
  box-sizing: border-box;
  z-index: 2;
}

input[type=checkbox] + label::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 4px;
  display: block;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url(../contact/images/form_check.svg) center center no-repeat;
  background-size: 100%;
  opacity: 0;
  z-index: 3;
}

input[type=checkbox]:checked + label::before {
  background: #a04a11;
  border: 2px #a04a11 solid;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.select-parts {
  position: relative;
  width: 100%;
}
.select-parts select {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 20px 0 15px;
  background: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.select-parts select::-ms-expand {
  display: none;
}
.select-parts::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  margin-top: 2px;
  border: 5px solid transparent;
  border-top: 8px solid #1D1D1D;
  pointer-events: none;
  z-index: 5;
}

button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 50px;
  outline: none;
  border: none;
  box-shadow: 0 2px 4px rgba(61, 61, 61, 0.3);
  letter-spacing: 0.1em;
  transition: all 0.5s 0.1s ease-in-out;
  cursor: pointer;
}

.select-parts:before {
  top: 27px;
}
.select-parts select {
  padding: 21px 10px;
  font-size: 1.6rem;
  height: auto;
  border: 1px #b7b7b7 solid;
}

@media screen and (min-width: 769px) {
  /* ------------------------------------------------------*/
  .elemshort {
    width: 100%;
  }
  .select-parts {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  /* ------------------------------------------------------*/
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] input[type=textarea] {
    padding: 10px;
  }
  input[type=text]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number] input[type=textarea]::-moz-placeholder {
    font-size: 1.4rem;
  }
  input[type=text]::placeholder,
  input[type=date]::placeholder,
  input[type=password]::placeholder,
  input[type=email]::placeholder,
  input[type=time]::placeholder,
  input[type=tel]::placeholder,
  input[type=number] input[type=textarea]::placeholder {
    font-size: 1.4rem;
  }
  textarea {
    padding: 10px;
  }
  textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
  textarea::placeholder {
    font-size: 1.4rem;
  }
  input[type=file] + label {
    width: 160px;
    margin: 0 10px 0 0;
    padding: 15px 0;
  }
  input[type=file] + label:after {
    left: 170px;
  }
  .select-column li:not(:last-child) {
    margin-bottom: 10px;
  }
  .select-parts {
    width: 100%;
  }
  .ermsg {
    font-size: 1.3rem;
  }
}
/* layout
-------------------------------------------------------*/
.mainvisual-wrapper .mainvisual-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}
.mainvisual-wrapper .mainvisual-section.is-active {
  transform: translate3d(0, -100%, 0);
}
.mainvisual-wrapper .mainvisual-section.is-omission {
  transform: translate3d(0, -100%, 0);
  transition: none;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap,
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap {
  width: 50%;
  height: 100vh;
  overflow: hidden;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list,
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list {
  position: relative;
  width: 100%;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list .mv-item,
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list .mv-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list .mv-item picture,
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list .mv-item picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list .mv-item .mv-img,
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list .mv-item .mv-img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform-origin: center;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list .mv-item.before .mv-img {
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  animation-name: mvSlide_before_left;
  animation-duration: 7.5s;
  animation-fill-mode: forwards;
  transition-timing-function: linear;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list .mv-item.active .mv-img {
  position: relative;
  z-index: 3;
  animation-name: mvSlide_left;
  animation-duration: 3s;
  transition-timing-function: linear;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list .mv-item .mv-img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 0%, 0% 100%);
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list .mv-item.before .mv-img {
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  animation-name: mvSlide_before_right;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  transition-timing-function: linear;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list .mv-item.active .mv-img {
  position: relative;
  z-index: 3;
  animation-name: mvSlide_right;
  animation-duration: 3s;
  transition-timing-function: linear;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list .mv-item .mv-img {
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mainvisual-text {
  position: absolute;
  left: 40px;
  bottom: 80px;
  z-index: 5;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .mainvisual-text .catch-img {
  aspect-ratio: 1/0.25;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.8));
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .scroll-text {
  position: absolute;
  right: 40px;
  bottom: 80px;
  writing-mode: vertical-rl;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  z-index: 5;
}
.mainvisual-wrapper .mainvisual-section .mainvisual-inner .scroll-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  animation: scrollDown 1.5s infinite;
}
@keyframes scrollDown {
  0% {
    transform: translate(-50%, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 30px);
    opacity: 0;
  }
}
@keyframes mvSlide_left {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    transform: scale(1.2) translateY(0);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: scale(1.2) translateY(30px);
  }
}
@keyframes mvSlide_before_left {
  0% {
    transform: scale(1.2) translateY(30px);
  }
  100% {
    transform: scale(1.2) translateY(100px);
  }
}
@keyframes mvSlide_left_sp {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transform: scale(1.2) translateX(0);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: scale(1.2) translateX(30px);
  }
}
@keyframes mvSlide_before_left_sp {
  0% {
    transform: scale(1.2) translateX(30px);
  }
  100% {
    transform: scale(1.2) translateX(100px);
  }
}
@keyframes mvSlide_right {
  0% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    transform: scale(1.2) translateY(70px);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: scale(1.2) translateY(0px);
  }
}
@keyframes mvSlide_before_right {
  0% {
    transform: scale(1.2) translateY(0px);
  }
  100% {
    transform: scale(1.2) translateY(-30px);
  }
}
@keyframes mvSlide_right_sp {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    transform: scale(1.2) translateX(70px);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: scale(1.2) translateX(0px);
  }
}
@keyframes mvSlide_before_right_sp {
  0% {
    transform: scale(1.2) translateX(0px);
  }
  100% {
    transform: scale(1.2) translateX(-30px);
  }
}

.contents-wrapper {
  position: relative;
  background: #FFF;
  transform: translate3d(0, 100vh, 0);
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contents-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #FFF;
}
.contents-wrapper.is-active {
  transform: translate3d(0, 0, 0);
}
.contents-wrapper.is-omission {
  transform: translate3d(0, 0, 0);
  transition: none;
}

.concept-section {
  position: relative;
  margin-bottom: 180px;
  opacity: 0;
  transition: opacity 2.5s ease;
}
.concept-section::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: url(../images/section_concept.jpg) no-repeat center center/cover;
  transform: scale(1.1);
  transition: transform 2.5s ease;
}
.concept-section.is-visible, .concept-section.is-omission {
  opacity: 1;
}
.concept-section.is-visible::before, .concept-section.is-omission::before {
  transform: scale(1);
}
.concept-section .concept-inner .concept-catch {
  margin-bottom: clamp(25px, 10px + 1.563vw, 40px);
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: clamp(2.1rem, 16px + 0.521vw, 2.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.concept-section .concept-inner .concept-text {
  font-feature-settings: "palt";
  margin-bottom: 60px;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 4;
  letter-spacing: 0.14em;
}
.concept-section .concept-inner .button-wrap {
  width: 90px;
  height: 50px;
}
.concept-section .concept-inner .button-wrap .border-link {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
}
.concept-section .concept-inner .button-wrap .border-link::after {
  background: #fff;
}

.news-section {
  padding-bottom: clamp(90px, 0px + 9.375vw, 180px);
}
.news-section .news-section-inner .news-column-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 0 65px;
}
.news-section .news-section-inner .news-column-wrap .news-image-wrap .news-image-list .news-image-item.hidden {
  display: none;
}
.news-section .news-section-inner .news-column-wrap .news-image-wrap .news-image-list .news-image-item .news-image {
  aspect-ratio: 1/0.56;
}
.news-section .news-section-inner .news-column-wrap .newstag-list {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
.news-section .news-section-inner .news-column-wrap .newstag-list .newstag .tag-link {
  display: block;
  border-bottom: 1px solid transparent;
  color: #260606;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  opacity: 0.5;
  transition: border-bottom-color 0.5s ease, opacity 0.5s ease;
}
.news-section .news-section-inner .news-column-wrap .newstag-list .newstag .tag-link:not(.active):hover {
  border-bottom-color: #000;
  opacity: 1;
}
.news-section .news-section-inner .news-column-wrap .newstag-list .newstag .tag-link.active {
  opacity: 1;
  border-bottom-color: transparent;
  transition: opacity 0.5s ease, border-bottom-color 0s;
}
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item {
  position: relative;
  border-bottom: 1px solid #EAEAEA;
}
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item.hidden {
  display: none;
}
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item:not(.active-last) {
  margin-bottom: 30px;
}
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .datetag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .datetag .date,
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .datetag .tag {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .datetag .date {
  display: block;
  margin-right: 15px;
  color: #260606;
  font-weight: 500;
}
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .datetag .tag {
  color: #888181;
}
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .news-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .news-body .info-title {
  color: #260606;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .news-body .info-title .period {
  display: block;
  margin-bottom: 10px;
}
.news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .button-wrap .non-border-link {
  font-weight: 500;
}

.gallery-section {
  position: relative;
  padding: 180px 0;
}
.gallery-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #F7F7F7;
}
.gallery-section .gallery-section-inner .gallery-image-list {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 0 100px;
  margin-bottom: 120px;
}
.gallery-section .gallery-section-inner .gallery-image-list .gallery-image-list-item .gallery-image-link {
  display: block;
  transition: opacity 0.5s ease-out, transform 0.4s ease-out;
}
.gallery-section .gallery-section-inner .gallery-image-list .gallery-image-list-item .gallery-image-link .gallery-image-wrap {
  margin-bottom: 20px;
  aspect-ratio: 1/0.67;
  overflow: hidden;
}
.gallery-section .gallery-section-inner .gallery-image-list .gallery-image-list-item .gallery-image-link .gallery-image-wrap .gallery-image {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.5s ease-out, transform 0.4s ease-out;
}
.gallery-section .gallery-section-inner .gallery-image-list .gallery-image-list-item .gallery-image-link .gallery-image-wrap .gallery-image.is-visible {
  opacity: 1;
  transform: scale(1);
}
.gallery-section .gallery-section-inner .gallery-image-list .gallery-image-list-item .gallery-image-link .gallery-caption {
  color: #260606;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.gallery-section .gallery-section-inner .gallery-image-list .gallery-image-list-item .gallery-image-link:hover .gallery-image-wrap .gallery-image {
  transition: opacity 0.5s ease-out, transform 0.4s ease-out;
  transform: scale(1.05);
}
.gallery-section .gallery-section-inner .button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 100px;
}
.gallery-section .gallery-section-inner .button-list .button-wrap {
  width: 310px;
  height: 55px;
}
.gallery-section .gallery-section-inner .button-list .button-wrap .border-link {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.detail-section .detail-section-inner .detail-image-list .detail-image-item .detail-link-wrap .detail-image {
  opacity: 0;
  transform: scale(1.2);
}
.detail-section .detail-section-inner .detail-image-list .detail-image-item .detail-link-wrap .detail-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.model-section {
  position: relative;
  padding: 180px 0;
}
.model-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #F7F7F7;
}
.model-section .model-inner .model-column-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-bottom: 100px;
  gap: 0 100px;
}
.model-section .model-inner .model-column-wrap .model-text-wrap .modeltag-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 20px 0;
}
.model-section .model-inner .model-column-wrap .model-text-wrap .modeltag-list .modeltag {
  width: calc(50% - 30px);
}
.model-section .model-inner .model-column-wrap .model-text-wrap .modeltag-list .modeltag .model-tag-link {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  color: #260606;
  color: #888181;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: border-bottom-color 0.5s ease, opacity 0.5s ease;
}
.model-section .model-inner .model-column-wrap .model-text-wrap .modeltag-list .modeltag .model-tag-link:not(.active):hover {
  border-bottom: 1px solid #000;
  opacity: 1;
}
.model-section .model-inner .model-column-wrap .model-text-wrap .modeltag-list .modeltag .model-tag-link.active {
  color: #260606;
}
.model-section .model-inner .model-column-wrap .model-text-wrap .model-list .model-item .modeltext .model-title {
  font-feature-settings: "palt";
  margin-bottom: 40px;
  color: #260606;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.model-section .model-inner .model-column-wrap .model-text-wrap .model-list .model-item .modeltext .model-caption .model-caption-title {
  margin-bottom: 15px;
  color: #260606;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.model-section .model-inner .model-column-wrap .model-text-wrap .model-list .model-item .modeltext .model-caption .model-caption-list {
  margin-bottom: 40px;
}
.model-section .model-inner .model-column-wrap .model-text-wrap .model-list .model-item .modeltext .model-caption .model-caption-list .model-caption-item {
  color: #260606;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.model-section .model-inner .model-column-wrap .model-text-wrap .model-list .model-item .modeltext .model-caption .button-wrap .non-border-link {
  color: #260606;
  font-size: 1.2rem;
  font-weight: 500;
}
.model-section .model-inner .model-column-wrap .model-text-wrap .model-list .model-item .modeltext .model-caption .button-wrap .non-border-link::after {
  background: #260606;
}
.model-section .model-inner .model-column-wrap .model-image-wrap ul li figure {
  aspect-ratio: 1/0.56;
}
.model-section .model-inner > .button-wrap {
  width: 185px;
  height: 55px;
  margin: 0 auto;
}
.model-section .model-inner > .button-wrap .border-link {
  font-size: 1.4rem;
  font-weight: 500;
}

.subcatch-section {
  position: relative;
  opacity: 0;
  transition: opacity 2.5s ease;
}
.subcatch-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: url(../images/section_subcatch.jpg) no-repeat center center/cover;
  transform: scale(1.1);
  transition: transform 2.5s ease;
}
.subcatch-section.is-visible, .subcatch-section.is-omission {
  opacity: 1;
}
.subcatch-section.is-visible::before, .subcatch-section.is-omission::before {
  transform: scale(1);
}
.subcatch-section .subcatch-inner .subcatch-title {
  margin-top: -0.5em;
  margin-bottom: calc(60px - 0.5em);
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: clamp(2.1rem, 16px + 0.521vw, 2.6rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.subcatch-section .subcatch-inner .subcatch-readtext-wrap {
  margin-bottom: clamp(30px, 0px + 3.125vw, 60px);
}
.subcatch-section .subcatch-inner .subcatch-readtext-wrap .subcatch-text {
  margin-top: -0.5em;
  font-feature-settings: "palt";
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
.subcatch-section .subcatch-inner .subcatch-readtext-wrap .subcatch-text:not(:last-child) {
  margin-bottom: clamp(20px - 0.5em, 0px + 2.083vw, 40px - 0.5em);
}
.subcatch-section .subcatch-inner .button-wrap {
  width: 90px;
  height: 50px;
}
.subcatch-section .subcatch-inner .button-wrap .border-link {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}
.subcatch-section .subcatch-inner .button-wrap .border-link::after {
  background: #fff;
}

.banner-section {
  padding: 100px 0 180px;
}
.banner-section .banner-inner .banner-column .banner-column-item .banner-column-link {
  display: block;
  transition: opacity 0.5s ease-out, transform 0.7s ease-out;
}
.banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .banner-image-wrap {
  margin-bottom: 40px;
  aspect-ratio: 1/0.56;
  overflow: hidden;
}
.banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .banner-image-wrap .banner-image {
  transition: opacity 0.5s ease-out, transform 0.4s ease-out;
}
.banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .banner-body {
  margin-bottom: 40px;
}
.banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .banner-body .banner-title {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  color: #260606;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .banner-body .banner-caption {
  color: #260606;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .non-border-link {
  font-size: 1.3rem;
  font-weight: 500;
}
.banner-section .banner-inner .banner-column .banner-column-item .banner-column-link:hover .banner-image-wrap .banner-image {
  transition: opacity 0.5s ease-out, transform 0.4s ease-out;
  transform: scale(1.05);
}
.banner-section .banner-inner .banner-column .banner-column-item .banner-column-link:hover .non-border-link::after {
  right: -10px;
}

@media screen and (min-width: 960px) {
  /* ------------------------------------------------------*/
  .contents-wrapper .concept-section {
    aspect-ratio: 1/0.52;
  }
  .contents-wrapper .concept-section .concept-inner {
    position: absolute;
    top: clamp(60px, -125px + 19.271vw, 245px);
    right: clamp(0px, -120px + 12.5vw, 120px);
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap {
    align-items: center;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-image-wrap {
    width: 63.4%;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .newstag-list .newstag {
    margin-right: 30px;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .newstag-list .newstag .tag-link {
    padding-bottom: 10px;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap {
    width: 32.7%;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link {
    padding-bottom: 30px;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link:hover .button-wrap .non-border-link::after {
    right: -10px;
  }
  .contents-wrapper .gallery-section .gallery-section-inner .gallery-image-list .gallery-image-list-item {
    width: calc((100% - 200px) / 3);
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap .model-text-wrap {
    width: 32.7%;
    padding-top: clamp(40px, -55px + 9.896vw, 135px);
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap .model-image-wrap {
    width: 61.3%;
  }
  .contents-wrapper .subcatch-section {
    aspect-ratio: 1/0.52;
  }
  .contents-wrapper .subcatch-section .subcatch-inner {
    position: absolute;
    top: clamp(30px, -210px + 25vw, 270px);
    left: clamp(0px, -120px + 12.5vw, 120px);
  }
  .contents-wrapper .banner-section .banner-inner .banner-column {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    gap: 0 100px;
  }
  .contents-wrapper .banner-section .banner-inner .banner-column .banner-column-item {
    width: calc((100% - 100px) / 2);
  }
}
@media screen and (min-width: 960px) and (max-width: 1500px) {
  .contents-wrapper .concept-section .concept-inner .concept-text {
    margin-bottom: 15px;
    line-height: 2.5;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap {
    justify-content: space-between;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-image-wrap {
    width: clamp(300px, -633.333px + 97.222vw, 825px);
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap {
    width: 540px;
  }
  .contents-wrapper .gallery-section .gallery-section-inner .gallery-image-list {
    margin-bottom: 60px;
    gap: 0 20px;
  }
  .contents-wrapper .gallery-section .gallery-section-inner .gallery-image-list .gallery-image-list-item {
    width: calc((100% - 40px) / 3);
  }
  .contents-wrapper .gallery-section .gallery-section-inner .gallery-image-list .gallery-image-list-item .gallery-image-link .gallery-caption {
    font-size: clamp(1.5rem, 14px + 0.104vw, 1.6rem);
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap {
    margin-bottom: 30px;
    justify-content: space-between;
    gap: 0 50px;
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap .model-text-wrap {
    width: 450px;
    min-height: 370px;
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap .model-image-wrap {
    width: clamp(450px, -172.222px + 64.815vw, 800px);
  }
  .contents-wrapper .banner-section .banner-inner .banner-column {
    gap: 0 50px;
  }
  .contents-wrapper .banner-section .banner-inner .banner-column .banner-column-item {
    width: calc((100% - 50px) / 2);
  }
  .contents-wrapper .banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .banner-image-wrap {
    margin-bottom: 20px;
  }
  .contents-wrapper .banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .banner-body {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  /* ------------------------------------------------------*/
  .contents-wrapper .concept-section {
    margin-bottom: 90px;
    padding: 150px 0;
    transition: opacity 4s ease;
  }
  .contents-wrapper .concept-section::before {
    transition: opacity 4s ease;
    filter: brightness(0.7);
  }
  .contents-wrapper .concept-section .concept-inner {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .contents-wrapper .concept-section .concept-inner .concept-catch {
    margin-bottom: 50px;
    font-size: 2.1rem;
    line-height: 2;
  }
  .contents-wrapper .concept-section .concept-inner .concept-text {
    margin-bottom: 60px;
    font-size: 1.3rem;
    line-height: 2.5;
    letter-spacing: 0.1em;
  }
  .contents-wrapper .concept-section .concept-inner .button-wrap {
    width: 165px;
    height: 40px;
  }
  .contents-wrapper .news-section {
    padding-bottom: 110px;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap {
    flex-direction: column;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .newstag-list {
    margin-top: -20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 5px 0;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .newstag-list .newstag {
    width: -moz-fit-content;
    width: fit-content;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .newstag-list .newstag:not(:last-child) {
    margin-right: 10px;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .newstag-list .newstag .tag-link {
    display: inline-block;
    padding: 10px 0;
    letter-spacing: 0.03em;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-image-wrap {
    margin-bottom: 20px;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-image-wrap .news-image-list .news-image-item .news-image {
    aspect-ratio: 1/0.67;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap {
    padding: 40px 0 0;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list {
    max-width: 600px;
    margin: 0 auto;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item:not(.active-last) {
    margin-bottom: 40px;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .datetag {
    margin-bottom: 15px;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .datetag .date,
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .datetag .tag {
    letter-spacing: 0.03em;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .news-body {
    flex-direction: column;
    align-items: flex-start;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .news-link-wrap .news-body .info-title {
    margin-bottom: 20px;
    padding-right: 85px;
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .button-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, 0);
  }
  .contents-wrapper .news-section .news-section-inner .news-column-wrap .news-text-wrap .newstext-list .newstext-item .news-link .button-wrap .more-text {
    display: none;
  }
  .contents-wrapper .gallery-section {
    padding: 90px 0;
  }
  .contents-wrapper .gallery-section .gallery-section-inner .gallery-image-list {
    margin-bottom: 100px;
    flex-direction: column;
    gap: 90px 0;
  }
  .contents-wrapper .gallery-section .gallery-section-inner .gallery-image-list .gallery-image-list-item {
    max-width: 600px;
    margin: 0 auto;
  }
  .contents-wrapper .gallery-section .gallery-section-inner .gallery-image-list .gallery-image-list-item .gallery-image-link .gallery-image-wrap {
    margin-bottom: 30px;
  }
  .contents-wrapper .gallery-section .gallery-section-inner .gallery-image-list .gallery-image-list-item .gallery-image-link .gallery-caption {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
  .contents-wrapper .gallery-section .gallery-section-inner .button-list {
    flex-wrap: nowrap;
    gap: 0 30px;
  }
  .contents-wrapper .gallery-section .gallery-section-inner .button-list .button-wrap {
    width: 100%;
    max-width: 300px;
  }
  .contents-wrapper .gallery-section .gallery-section-inner .button-list .button-wrap .border-link {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
  .contents-wrapper .detail-section .detail-section-inner .detail-image-list {
    gap: 90px 0;
  }
  .contents-wrapper .detail-section .detail-section-inner .detail-image-list .detail-image-item .detail-link-wrap {
    margin-bottom: 30px;
  }
  .contents-wrapper .detail-section .detail-section-inner .detail-image-list .detail-image-item .detail-link-wrap .detail-text {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
  .contents-wrapper .model-section {
    padding: 90px 0 120px;
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap {
    margin-bottom: 60px;
    flex-direction: column;
    gap: 50px 0;
    align-items: start;
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap .model-image-wrap {
    max-width: 600px;
    margin: 0 auto;
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap .model-text-wrap .modeltag-list {
    margin-bottom: 40px;
    gap: 5px 0;
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap .model-text-wrap .modeltag-list .modeltag {
    display: flex;
    flex-wrap: wrap;
    width: calc((100% - 30px) / 2);
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap .model-text-wrap .modeltag-list .modeltag:nth-child(2n-1) {
    margin-right: 30px;
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap .model-text-wrap .modeltag-list .modeltag .model-tag-link {
    padding: 10px 0;
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap .model-text-wrap .model-list .model-item .modeltext .model-title {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap .model-text-wrap .model-list .model-item .modeltext .model-caption .model-caption-title {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .contents-wrapper .model-section .model-inner .model-column-wrap .model-text-wrap .model-list .model-item .modeltext .model-caption .button-wrap .button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
  }
  .contents-wrapper .model-section .model-inner > .button-wrap {
    width: 165px;
    height: 40px;
  }
  .contents-wrapper .model-section .model-inner > .button-wrap .button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
  }
  .contents-wrapper .subcatch-section {
    padding: 150px 0;
  }
  .contents-wrapper .subcatch-section .subcatch-inner {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .contents-wrapper .subcatch-section .subcatch-inner .subcatch-title {
    font-size: 2.1rem;
  }
  .contents-wrapper .subcatch-section .subcatch-inner .subcatch-readtext-wrap {
    margin-bottom: 30px;
  }
  .contents-wrapper .subcatch-section .subcatch-inner .subcatch-readtext-wrap .subcatch-text {
    font-size: 1.3rem;
  }
  .contents-wrapper .subcatch-section .subcatch-inner .subcatch-readtext-wrap .subcatch-text:not(:last-child) {
    margin-bottom: 50px;
  }
  .contents-wrapper .subcatch-section .subcatch-inner .button-wrap {
    width: 165px;
    height: 40px;
  }
  .contents-wrapper .subcatch-section .subcatch-inner .button-wrap .button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .contents-wrapper .banner-section {
    padding: 90px 0;
  }
  .contents-wrapper .banner-section .banner-inner .banner-column {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .contents-wrapper .banner-section .banner-inner .banner-column .banner-column-item:not(:last-child) {
    margin-bottom: 90px;
  }
  .contents-wrapper .banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .banner-image-wrap {
    aspect-ratio: 1/0.65;
    margin-bottom: 30px;
  }
  .contents-wrapper .banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .banner-body .banner-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .contents-wrapper .banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .banner-body .banner-caption {
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .contents-wrapper .banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .button-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #260606;
  }
  .contents-wrapper .banner-section .banner-inner .banner-column .banner-column-item .banner-column-link .button-wrap::after {
    right: 10px;
  }
  .contents-wrapper .banner-section .banner-inner .banner-column .banner-column-item .banner-column-link:hover .button-wrap::after {
    right: 0;
  }
  .contents-wrapper .banner-section .banner-inner .banner-column .banner-column-item:nth-child(2) .banner-column-link .banner-image-wrap .banner-image {
    -o-object-position: 5% center;
       object-position: 5% center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  /* ------------------------------------------------------*/
  .contents-wrapper .news-section .news-section-inner .news-column-wrap {
    align-items: flex-start;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner {
    flex-direction: column;
    height: 100vh;
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap,
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap {
    width: 100%;
    height: 50vh;
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list,
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list {
    height: 50vh;
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list .mv-item,
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list .mv-item {
    width: 100%;
    height: 100%;
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list .mv-item picture,
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list .mv-item picture {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    transform-origin: center;
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list .mv-item .mv-img,
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list .mv-item .mv-img {
    height: 100%;
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list .mv-item.before .mv-img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: mvSlide_before_left_sp;
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list .mv-item.active .mv-img {
    animation-name: mvSlide_left_sp;
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvleft-wrap .mv-list .mv-item .mv-img {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list .mv-item.before .mv-img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: mvSlide_before_right_sp;
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list .mv-item.active .mv-img {
    animation-name: mvSlide_right_sp;
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mvright-wrap .mv-list .mv-item .mv-img {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .mainvisual-text {
    max-width: 200px;
    left: 20px;
    bottom: 30px;
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .scroll-text {
    right: 20px;
    bottom: 40px;
  }
  .mainvisual-wrapper .mainvisual-section .mainvisual-inner .scroll-text::after {
    bottom: -10px;
  }
  @keyframes scrollDown {
    0% {
      transform: translate(-50%, 0px);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(-50%, 20px);
      opacity: 0;
    }
  }
}/*# sourceMappingURL=top.css.map */