@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, 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, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  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;
}

del {
  text-decoration: line-through;
}

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

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Lato", "Noto Serif JP", sans-serif, serif;
  font-size: 1.6rem;
}
body.is_active {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  padding-left: 8.5%;
  padding-right: 8.5%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}
.container_size_small {
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .container_size_small {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: inline;
  }
}

.main {
  display: block;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 54px;
  }
}

.lazyElement {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  transition: 0.7s;
}

.lazyElement.js_loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js_modal {
  cursor: pointer;
}

.accordion__item {
  height: 0;
  opacity: 0;
  transition: padding 0.5s ease-out, opacity 0.5s ease-out;
  translate: 0 calc(-100% - 12px);
  visibility: hidden;
}
.accordion__item_is_active {
  height: 100%;
  opacity: 1;
  translate: 0;
  visibility: visible;
}
.accordion__item.active {
  height: 100%;
  opacity: 1;
  translate: 0;
  visibility: visible;
}

.arrowBtn {
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .arrowBtn {
    font-size: 1.5rem;
  }
}
.arrowBtn_size_small {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .arrowBtn_size_small {
    font-size: 1.4rem;
  }
}
.arrowBtn_size_small .arrowBtn__text {
  padding-right: 72px;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.arrowBtn_size_small .arrowBtn__svg {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.arrowBtn__link {
  position: relative;
}
.arrowBtn__svg {
  aspect-ratio: 1;
  height: 66px;
  position: absolute;
  right: 2px;
  top: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .arrowBtn__svg {
    display: none;
  }
}
.arrowBtn__circle {
  fill: #fff;
  fill-opacity: 0;
  stroke: #fff;
  stroke-dasharray: 202;
  stroke-linecap: round;
  stroke-width: 1;
  transition: fill-opacity 0.5s ease-out, stroke-dashoffset 0.4s ease-out 0.5s;
}
.arrowBtn__circle_color_black {
  fill: #000;
  stroke: #000;
}
.arrowBtn_color_black .arrowBtn__circle {
  fill: #000;
  stroke: #000;
}
.arrowBtn__text {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 70px;
  letter-spacing: 0.1em;
  padding-right: 78px;
  position: relative;
}
.arrowBtn__text::before {
  aspect-ratio: 1;
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 64px;
}
.arrowBtn__text::before {
  background: no-repeat center url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="12" viewBox="0 0 15 12"><path d="M2655.732,2606.663l-4.932,5.062a.9.9,0,0,1-1.291,0,.955.955,0,0,1,0-1.325l3.372-3.463h-10.968a.938.938,0,0,1,0-1.875h10.968l-3.372-3.462a.956.956,0,0,1,0-1.326.9.9,0,0,1,1.291,0l4.932,5.063A.955.955,0,0,1,2655.732,2606.663Z" transform="translate(-2641 -2600)" fill="%23fff"/></svg>');
  background-size: 12px 15px;
  position: absolute;
  transition: 0.5s ease-out;
  z-index: 1;
}
.arrowBtn__text_arrow_down::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .arrowBtn__text {
    height: 49px;
    padding-right: 62px;
  }
  .arrowBtn__text::before {
    border: 1px #fff solid;
    border-radius: 50%;
    right: 4px;
    top: 1px;
    width: 48px;
  }
}
.arrowBtn__text_color_black::before {
  background: no-repeat center url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="12" viewBox="0 0 15 12"><path d="M2655.732,2606.663l-4.932,5.062a.9.9,0,0,1-1.291,0,.955.955,0,0,1,0-1.325l3.372-3.463h-10.968a.938.938,0,0,1,0-1.875h10.968l-3.372-3.462a.956.956,0,0,1,0-1.326.9.9,0,0,1,1.291,0l4.932,5.063A.955.955,0,0,1,2655.732,2606.663Z" transform="translate(-2641 -2600)" fill="%23000"/></svg>');
}
@media screen and (max-width: 768px) {
  .arrowBtn__text_color_black::before {
    border: 1px #000 solid;
  }
}
.arrowBtn_color_black .arrowBtn__text::before {
  background: no-repeat center url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="12" viewBox="0 0 15 12"><path d="M2655.732,2606.663l-4.932,5.062a.9.9,0,0,1-1.291,0,.955.955,0,0,1,0-1.325l3.372-3.463h-10.968a.938.938,0,0,1,0-1.875h10.968l-3.372-3.462a.956.956,0,0,1,0-1.326.9.9,0,0,1,1.291,0l4.932,5.063A.955.955,0,0,1,2655.732,2606.663Z" transform="translate(-2641 -2600)" fill="%23000"/></svg>');
}
.arrowBtn_size_small .arrowBtn__text {
  padding-right: 62px;
}
.arrowBtn:hover .arrowBtn__circle {
  fill-opacity: 1;
  stroke-dashoffset: 202;
  transition: fill-opacity 0.4s ease-out 0.5s, stroke-dashoffset 0.5s ease-out;
}
.arrowBtn:hover .arrowBtn__text::before {
  background: no-repeat center url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="12" viewBox="0 0 15 12"><path d="M2655.732,2606.663l-4.932,5.062a.9.9,0,0,1-1.291,0,.955.955,0,0,1,0-1.325l3.372-3.463h-10.968a.938.938,0,0,1,0-1.875h10.968l-3.372-3.462a.956.956,0,0,1,0-1.326.9.9,0,0,1,1.291,0l4.932,5.063A.955.955,0,0,1,2655.732,2606.663Z" transform="translate(-2641 -2600)" fill="%23000"/></svg>');
  background-size: 12px 15px;
  transition: 0.4s ease-out 0.5s;
}
.arrowBtn:hover .arrowBtn__text_color_black::before {
  background: no-repeat center url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="12" viewBox="0 0 15 12"><path d="M2655.732,2606.663l-4.932,5.062a.9.9,0,0,1-1.291,0,.955.955,0,0,1,0-1.325l3.372-3.463h-10.968a.938.938,0,0,1,0-1.875h10.968l-3.372-3.462a.956.956,0,0,1,0-1.326.9.9,0,0,1,1.291,0l4.932,5.063A.955.955,0,0,1,2655.732,2606.663Z" transform="translate(-2641 -2600)" fill="%23fff"/></svg>');
}
.arrowBtn_color_black:hover .arrowBtn__text::before {
  background: no-repeat center url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="12" viewBox="0 0 15 12"><path d="M2655.732,2606.663l-4.932,5.062a.9.9,0,0,1-1.291,0,.955.955,0,0,1,0-1.325l3.372-3.463h-10.968a.938.938,0,0,1,0-1.875h10.968l-3.372-3.462a.956.956,0,0,1,0-1.326.9.9,0,0,1,1.291,0l4.932,5.063A.955.955,0,0,1,2655.732,2606.663Z" transform="translate(-2641 -2600)" fill="%23fff"/></svg>');
}

.arrowLink {
  -webkit-align-items: center;
          align-items: center;
  padding-right: 1.1em;
  position: relative;
}
.arrowLink::after {
  aspect-ratio: 1;
  background: no-repeat center url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.886%22%20height%3D%228.886%22%20viewBox%3D%220%200%208.886%208.886%22%3E%3Cpath%20id%3D%22Arrow_34_-_www.Shapes4FREE.com1%22%20data-name%3D%22Arrow%2034%20-%20www.Shapes4FREE.com1%22%20d%3D%22M2956.481%2C46.777l-.1%2C5.474a.752.752%2C0%2C0%2C1-.731.73.685.685%2C0%2C0%2C1-.7-.7l.072-3.744-6.2%2C6.2a.7.7%2C0%2C1%2C1-.994-.994l6.2-6.2-3.744.072a.684.684%2C0%2C0%2C1-.7-.7.752.752%2C0%2C0%2C1%2C.73-.731l5.474-.1A.685.685%2C0%2C0%2C1%2C2956.481%2C46.777Z%22%20transform%3D%22translate(-2947.595%20-46.073)%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.arrowLink_color_white::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.31%22%20height%3D%2211.31%22%20viewBox%3D%220%200%2011.31%2011.31%22%3E%3Cdefs%3E%3Cstyle%3E.arrow_white%20%7Bfill%3A%20%23fff%3Bfill-rule%3A%20evenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22arrow_white%22%20d%3D%22M1173.47%2C5052.58l0.11%2C7.1a0.889%2C0.889%2C0%2C0%2C1-.91.91%2C0.968%2C0.968%2C0%2C0%2C1-.95-0.94l-0.07-4.85-7.77%2C7.76a0.921%2C0.921%2C0%2C0%2C1-1.31-.02%2C0.933%2C0.933%2C0%2C0%2C1-.02-1.32l7.76-7.76-4.85-.08a0.952%2C0.952%2C0%2C0%2C1-.94-0.94%2C0.889%2C0.889%2C0%2C0%2C1%2C.91-0.91l7.09%2C0.11A0.968%2C0.968%2C0%2C0%2C1%2C1173.47%2C5052.58Z%22%20transform%3D%22translate(-1162.28%20-5051.53)%22%2F%3E%3C%2Fsvg%3E");
}

.cards__item {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 82px;
  padding: 30px 62px 28px 72px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .cards__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cards__item {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 65px;
    padding: 20px 20px 14px;
  }
}
.cards__item:last-of-type {
  margin-bottom: 0;
}
.cards__fig {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 300px;
}
@media screen and (max-width: 1050px) {
  .cards__fig {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .cards__fig {
    height: 53.3333333333vw;
    width: 100%;
  }
}
.cards__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cards__texts {
  color: #000;
  padding-left: 62px;
  padding-top: 24px;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .cards__texts {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cards__texts {
    padding-left: 0;
    padding-top: 12px;
  }
}
.cards__head {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .cards__head {
    margin-bottom: 10px;
  }
}
.cards__title {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .cards__title {
    font-size: 1.8rem;
  }
}
.cards__num {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .cards__num {
    font-size: 1.8rem;
  }
}
.cards__text {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .cards__text {
    font-size: 1.4rem;
  }
}
.cards__btnWrap {
  margin-left: auto;
  margin-top: 10px;
}
.cards__btn {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.cards .arrowBtn__svg {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.cards .arrowBtn__text {
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .cards .arrowBtn__text {
    font-size: 1.4rem;
    padding-right: 64px;
  }
}
@media screen and (max-width: 768px) {
  .cards .arrowBtn__text::before {
    border-color: #000;
  }
}
.cards__arrow {
  bottom: -60px;
  display: block;
  height: 60px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cards__arrow {
    bottom: -35px;
    height: 35px;
  }
}
.cards__arrow::after {
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 60px solid #fff;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
@media screen and (max-width: 768px) {
  .cards__arrow::after {
    border-top: 35px solid #fff;
    top: 0;
  }
}

.catchPhrase {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .catchPhrase {
    font-size: 2.5rem;
  }
}
.catchPhrase_size_small {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .catchPhrase_size_small {
    font-size: 2rem;
  }
}

.contactLinkBtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .contactLinkBtn {
    padding: 0 15px;
  }
}
.contactLinkBtn__link {
  -webkit-align-items: center;
          align-items: center;
  background-color: #37248b;
  border-radius: 15px;
  display: -webkit-flex;
  display: flex;
  height: 70px;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: hidden;
  padding: 0 30px 0 15px;
  position: relative;
  transition: all 0.4s;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .contactLinkBtn__link {
    border-radius: 19px;
    height: 86px;
    padding: 0 20px 0 0px;
    width: 99%;
  }
}
.contactLinkBtn__link::before {
  background-color: #5664de;
  content: "";
  height: 60px;
  left: -30px;
  position: absolute;
  top: -30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.4s;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .contactLinkBtn__link::before {
    height: 70px;
    left: -35px;
    top: -35px;
    width: 70px;
  }
}
.contactLinkBtn__link::after {
  background-color: #5664de;
  bottom: -30px;
  content: "";
  height: 60px;
  position: absolute;
  right: -30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.4s;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .contactLinkBtn__link::after {
    bottom: -35px;
    height: 70px;
    right: -35px;
    width: 70px;
  }
}
.contactLinkBtn__link:hover {
  background-color: #5664de;
}
.contactLinkBtn__link:hover::before, .contactLinkBtn__link:hover::after {
  opacity: 0;
}
.contactLinkBtn__span {
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contactLinkBtn__span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 350px) {
  .contactLinkBtn__span {
    font-size: 2.4rem;
  }
}
.contactLinkBtn__span::before {
  background: url(../images/icon_send.svg) no-repeat center/cover;
  content: "";
  height: 28px;
  margin-right: 12px;
  width: 36px;
}
@media screen and (max-width: 768px) {
  .contactLinkBtn__span::before {
    height: 36px;
    margin-right: 23px;
    width: 46px;
  }
}

.detail__1column {
  width: 100%;
}
.detail__2column {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.detail__img {
  width: 100%;
}

.footer {
  -webkit-align-items: center;
          align-items: center;
  background: #000;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 100px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 8.9%;
}
@media screen and (max-width: 768px) {
  .footer {
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    height: auto;
    padding: 28px 0;
  }
}
.footer__logoLink {
  display: block;
  height: 46px;
  margin-top: 13px;
  opacity: 1;
  transition: 0.5s;
  width: 207px;
}
.footer__logoLink:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer__logoLink {
    width: 197px;
  }
}
.footer__copy {
  display: block;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: center;
  }
}
.footer__flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__flex {
    -webkit-align-items: center;
            align-items: center;
    gap: 37px;
  }
}
.footer__sns {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  gap: 18px;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    gap: 20px;
    margin-left: 10px;
    margin-right: 0;
  }
}
.footer__snsLink {
  opacity: 1;
  transition: 0.5s;
  width: 28px;
}
.footer__snsLink:hover {
  opacity: 0.5;
}
.footer__snsLink_type_small {
  width: 22px;
}
.footer__icon {
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .footer__privacy {
    display: block;
    margin-bottom: 16px;
  }
}
.footer__textLink {
  display: inline-block;
  margin-right: 32px;
  text-decoration: underline;
  transition: 0.5s;
}
.footer__textLink:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer__textLink {
    margin: 0;
  }
}

.gnav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 14px;
}
@media screen and (max-width: 1200px) {
  .gnav {
    background: #fff;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0 16px;
    position: fixed;
    top: 0;
    transition: 0.5s;
    visibility: hidden;
    width: 100%;
  }
}
.gnav.is_open {
  opacity: 1;
  visibility: visible;
}
.gnav__list {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .gnav__list {
    -webkit-align-items: unset;
            align-items: unset;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 21px 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .gnav__list_type_sp {
    margin-top: 6px;
  }
}
.gnav__item {
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .gnav__item {
    font-size: 2.5rem;
  }
}
.gnav__link {
  display: block;
  letter-spacing: 0.08em;
  margin: 0 14px;
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: 0.5s;
}
@media (hover: hover) {
  .gnav__link:hover {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 1200px) {
  .gnav__link {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .gnav__link {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .gnav__link_type_shop {
    display: none;
  }
}
.gnav__link_type_shop svg {
  height: 25px;
  width: 20px;
}
.gnav__link_type_shop:hover {
  background: none;
}
.gnav__dl:hover .gnav__dd {
  opacity: 1;
  translate: 0;
  visibility: visible;
}
.gnav__dt {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .gnav__dt {
    height: auto;
  }
}
.gnav__dd {
  background: #fff;
  opacity: 0;
  padding: 15px 25px 20px;
  position: absolute;
  top: 70px;
  transition: 0.5s;
  translate: 0 -50px;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .gnav__dd {
    display: none;
  }
}
.gnav .arrowLink::after {
  height: 8.8px;
}
@media screen and (max-width: 1200px) {
  .gnav .arrowLink::after {
    height: 10px;
  }
}

.la {
  gap: 0 4px;
  margin-left: 6px;
  margin-right: -6px;
}
@media screen and (max-width: 1200px) {
  .la {
    -webkit-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0;
    -webkit-order: -1;
            order: -1;
    padding: 36px 0 38px;
    width: 100%;
  }
}
.la__item {
  -webkit-align-items: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  font-size: 1.2rem;
  height: 32px;
  -webkit-justify-content: center;
          justify-content: center;
  transition: 0.5s;
  width: 32px;
}
.la__item:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .la__item {
    border-radius: 0%;
    color: #aaa;
    font-size: 1.6rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    letter-spacing: 0.11em;
    -webkit-transform: skewX(150deg);
            transform: skewX(150deg);
    width: 50%;
  }
  .la__item:first-child {
    border-right: 1px #aaa solid;
  }
}
@media screen and (max-width: 1200px) {
  .la__link {
    display: block;
    text-align: center;
    -webkit-transform: skewX(-150deg);
            transform: skewX(-150deg);
    width: 100%;
  }
}
.la .is_active {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .la .is_active {
    background: none;
    color: #000;
  }
}

.subList {
  display: -webkit-flex;
  display: flex;
  gap: 25px;
}
.subList__link {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: 0.5s;
}
@media (hover: hover) {
  .subList__link:hover {
    background-size: 100% 1px;
  }
}

.hamburger {
  display: none;
}
.hamburger:focus {
  outline: none;
}
@media screen and (max-width: 1200px) {
  .hamburger {
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    z-index: 3;
  }
}
.hamburger__bar {
  background-color: #212121;
  display: block;
  height: 1px;
  left: 0;
  position: relative;
  transition: opacity 0.7s, -webkit-transform 0.5s;
  transition: opacity 0.7s, transform 0.5s;
  transition: opacity 0.7s, transform 0.5s, -webkit-transform 0.5s;
  width: 35px;
}
.hamburger__bar:nth-child(1) {
  top: 21px;
}
.hamburger__bar:nth-child(2) {
  top: 27px;
}
.hamburger__bar:nth-child(3) {
  top: 33px;
}
.hamburger.is_open .hamburger__bar:nth-child(1) {
  left: 1px;
  top: 26px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.hamburger.is_open .hamburger__bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.hamburger.is_open .hamburger__bar:nth-child(3) {
  left: 1px;
  top: 24px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@-webkit-keyframes headerShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header.show {
  -webkit-animation: headerShow 1s ease 1s forwards;
          animation: headerShow 1s ease 1s forwards;
}

.header {
  -webkit-align-items: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 70px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  opacity: 1;
  padding: 0 8.9%;
  position: fixed;
  top: 0;
  transition: 0.7s;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
    padding: 0 20px;
  }
}
.header.hidden {
  opacity: 0;
  top: -70px;
}
.header.hidden.onFv {
  opacity: 1;
  top: 0;
}
.header.is_nav_open, .header.nav_closing {
  opacity: 1 !important;
  top: 0 !important;
}
.header__title {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 158px;
}
@media screen and (max-width: 768px) {
  .header__title {
    margin: 8px auto 0 0;
    width: 125px;
  }
}
.header__fig {
  width: 100%;
}
.header__link {
  display: block;
  opacity: 1;
  transition: 0.3s;
  width: 100%;
}
.header__link:hover {
  opacity: 0.5;
}
.header__icon {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__icon {
    display: block;
    position: absolute;
    right: 72px;
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__icon {
    right: 68px;
  }
}
@media screen and (max-width: 1200px) {
  .header__icon svg {
    height: auto;
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header__icon svg {
    width: 17px;
  }
}

.inlineLink {
  border: 1px solid #000;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 2px 12px 2px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .inlineLink {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding: 0px 10px;
  }
}
@media (hover: hover) {
  .inlineLink:hover {
    background-color: #000;
    color: #fff;
    opacity: 0.7;
  }
}

.lineArt {
  height: 1px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: skewY(152deg);
          transform: skewY(152deg);
  width: 152%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lineArt {
    height: 100vh;
    -webkit-transform: skewY(136deg);
            transform: skewY(136deg);
    width: 136%;
  }
}
.lineArt_type_reverse {
  -webkit-transform: skewY(-152deg);
          transform: skewY(-152deg);
}
@media screen and (max-width: 768px) {
  .lineArt_type_reverse {
    -webkit-transform: skewY(-136deg);
            transform: skewY(-136deg);
  }
}
.lineArt__thin {
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lineArt__bold {
  border-top: 2px solid #000;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lineArt__trigger {
  height: 200vh;
  position: absolute;
  width: 10px;
}
.lineArt_num_01 .lineArt__trigger {
  left: 0;
  top: -30%;
}
@media screen and (max-width: 768px) {
  .lineArt_num_01 .lineArt__trigger {
    top: -100%;
  }
}
.lineArt_num_02 .lineArt__trigger {
  left: 10px;
  top: -5%;
}
.lineArt_num_03 .lineArt__trigger {
  left: 20px;
  top: -40%;
}
@media screen and (max-width: 768px) {
  .lineArt_num_03 .lineArt__trigger {
    top: -80%;
  }
}
.lineArt_num_04 .lineArt__trigger {
  left: 30px;
  top: 5%;
}
@media screen and (max-width: 768px) {
  .lineArt_num_04 .lineArt__trigger {
    top: -5%;
  }
}
@media screen and (max-width: 768px) {
  .lineArt_num_05 .lineArt__trigger {
    left: 40px;
    top: -60%;
  }
}

.load__wrapp {
  background: #fff;
  height: 100vh;
  opacity: 1;
  position: fixed;
  transition: 0.5s;
  visibility: visible;
  width: 100vw;
  z-index: 5;
}
.loaded .load__wrapp {
  opacity: 0;
  visibility: hidden;
}
.load__logo {
  -webkit-animation: fadeUp 2s ease-in-out;
          animation: fadeUp 2s ease-in-out;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90px;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.load__img {
  width: 100%;
}

.modal__textBlock {
  background: #fff;
  display: none;
  width: 100%;
}
.modal__textBlock.appear {
  display: block;
}
.modal__textInner {
  padding: 90px 10%;
  width: 100%;
}
.modal__secTtl {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.modal__secTtl .secTtl__en {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.modal__secTtl .secTtl__ja {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.biography + .biography {
  border-top: 1px solid #000;
  padding-top: 40px;
}
.biography__name {
  margin-bottom: 20px;
}
.biography__nameSub {
  display: block;
  font-size: 1.4rem;
}
.biography__nameEn {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.biography__title {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.biography__title_lang_en {
  text-indent: 1rem;
}
.biography__dl {
  display: grid;
  font-size: 1.4rem;
  grid-template-areas: "dt . dd";
  grid-template-columns: 16.1% 1.9% 82%;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 16px;
  width: 100%;
}
.biography__dl:last-child {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .biography__dl {
    grid-template-areas: "dt" "dd";
    grid-template-columns: 1fr;
  }
  .biography__dl_lang_en {
    margin-bottom: 30px;
  }
}
.biography__dt {
  grid-area: dt;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .biography__dt {
    margin-bottom: 5px;
    text-align: left;
  }
}
.biography__dd {
  grid-area: dd;
  text-align: left;
}

.news {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-top: 6px;
}
.news__item {
  border-bottom: 1px #000 solid;
  font-size: 1.4rem;
  min-height: 80px;
  opacity: 0;
  overflow: hidden;
  translate: 0 50%;
}
.news__item:first-child {
  border-top: 1px #000 solid;
}
@media screen and (max-width: 768px) {
  .news__item {
    height: 101px;
  }
}
.news__link {
  -webkit-align-items: center;
          align-items: center;
  display: block;
  display: -webkit-flex;
  display: flex;
  gap: 38px;
  height: 100%;
  min-height: 80px;
  transition: 0.3s;
  width: 100%;
}
.news__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .news__link {
    display: grid;
    font-size: 1.3rem;
    gap: 8px;
    grid-template-areas: "cat date" "ttl ttl";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 21px auto;
    padding: 14px 25px 14px 2px;
  }
}
.news__cat, .news__date {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.news__cat {
  font-weight: bold;
  width: 82px;
}
@media screen and (max-width: 768px) {
  .news__cat {
    grid-area: cat;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .news__date {
    grid-area: date;
    text-align: right;
  }
}
.news__ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .news__ttl {
    align-self: self-start;
    grid-area: ttl;
  }
}

.shown .news__item {
  opacity: 1;
  translate: 0;
}
.shown .news__item:nth-child(1) {
  transition: 0.7s 0.3s;
}
.shown .news__item:nth-child(2) {
  transition: 0.7s 0.5s;
}
.shown .news__item:nth-child(3) {
  transition: 0.7s 0.7s;
}
.shown .news__item:nth-child(4) {
  transition: 0.7s 0.9s;
}

.pageContact__inner {
  display: -webkit-flex;
  display: flex;
  gap: 100px;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 131px 8.9% 121px;
}
@media screen and (max-width: 768px) {
  .pageContact__inner {
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 50px 39px;
  }
}
.pageContact__btn {
  aspect-ratio: 500/150;
  border: 2px #000 solid;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 500px;
  width: 100%;
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 100%;
  color: #000;
  transition: 0.5s;
}
@media (hover: hover) {
  .pageContact__btn:hover {
    background-size: 100% 100%;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .pageContact__btn:active {
    background-color: #000;
    background-size: 100% 100%;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .pageContact__btn {
    transition: none;
  }
}
@media (hover: hover) {
  .pageContact__btn:hover .arrowLink::after {
    background: no-repeat center url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8.886" height="8.886" viewBox="0 0 8.886 8.886"><path id="Arrow_34_-_www.Shapes4FREE.com1" data-name="Arrow 34 - www.Shapes4FREE.com1" d="M2956.481,46.777l-.1,5.474a.752.752,0,0,1-.731.73.685.685,0,0,1-.7-.7l.072-3.744-6.2,6.2a.7.7,0,1,1-.994-.994l6.2-6.2-3.744.072a.684.684,0,0,1-.7-.7.752.752,0,0,1,.73-.731l5.474-.1A.685.685,0,0,1,2956.481,46.777Z" transform="translate(-2947.595 -46.073)" fill="%23fff"/></svg>');
    background-size: contain;
    transition: 0.25s 0.25s;
  }
}
@media screen and (max-width: 768px) {
  .pageContact__btn {
    aspect-ratio: 590/130;
    border: 1px #000 solid;
  }
}
.pageContact__link {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0 20px;
  width: 100%;
}
.pageContact__text {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1050px) {
  .pageContact__text {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .pageContact__text {
    font-size: 2rem;
  }
}
.pageContact .arrowLink {
  white-space: nowrap;
}
.pageContact .arrowLink::after {
  height: 26px;
}
@media screen and (max-width: 1050px) {
  .pageContact .arrowLink::after {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pageContact .arrowLink::after {
    height: 13px;
  }
}

.pageHeader {
  height: 42.6666666667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageHeader {
    height: 78.6666666667vw;
  }
}
.pageHeader_enTitleOnly {
  height: 370px;
}
@media screen and (max-width: 768px) {
  .pageHeader_enTitleOnly {
    height: 240px;
  }
}
.pageHeader__inner {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.pageHeader_enTitleOnly .pageHeader__inner {
  -webkit-justify-content: center;
          justify-content: center;
}
.pageHeader__title {
  line-height: 1;
}
.pageHeader_enTitleOnly .pageHeader__title {
  font-family: "Lato", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageHeader_enTitleOnly .pageHeader__title {
    font-size: 3rem;
  }
}
.pageHeader__en {
  display: block;
}
.pageHeader_enTitleOnly .pageHeader__en {
  font-size: inherit;
}
.pageHeader__ja {
  display: block;
}
.pageHeader__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.pageHeader__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
.pageHeader__nav {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .pageHeader__nav {
    display: none;
  }
}
.pageHeader__list {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 30px;
  -webkit-justify-content: center;
          justify-content: center;
}
.pageHeader__item {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin: 0 20px;
}
.pageHeader__link {
  color: #fff;
  padding: 0 28px;
  position: relative;
}
.pageHeader__link::after {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 4px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition: 0.3s;
  width: 7px;
}
@media screen and (max-width: 768px) {
  .pageHeader__link::after {
    top: -6px;
  }
}
@media (hover: hover) {
  .pageHeader__link:hover {
    text-decoration: underline;
  }
  .pageHeader__link:hover::after {
    top: 6px;
  }
}

.pageText {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .pageText {
    padding: 7.5px 20px;
  }
}
.pageText_size_large {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .pageText_size_large {
    font-size: 1.8rem;
  }
}
.pageText_size_small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .pageText_size_small {
    font-size: 1.4rem;
  }
}

.pagenation {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pagenation {
    margin-bottom: 36px;
  }
}
.pagenation__list {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 -10px -10px;
}
.pagenation__item {
  -webkit-flex: none;
          flex: none;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .pagenation__item {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding: 0 5px;
  }
}
.pagenation__link {
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  color: #595757;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  min-height: 60px;
  min-width: 60px;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .pagenation__link {
    min-height: 40px;
    min-width: 40px;
    padding: 10px 5px;
  }
}
.pagenation__item_type_current .pagenation__link {
  background-color: #595757;
  color: #fff;
  pointer-events: none;
}
.pagenation__item_type_prev .pagenation__link, .pagenation__item_type_next .pagenation__link {
  border-color: transparent;
  position: relative;
}
.pagenation__item_type_prev .pagenation__link::before, .pagenation__item_type_next .pagenation__link::before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  bottom: 0;
  content: "";
  height: 11px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 11px;
}
@media screen and (max-width: 768px) {
  .pagenation__item_type_prev .pagenation__link::before, .pagenation__item_type_next .pagenation__link::before {
    height: 9px;
    width: 9px;
  }
}
.pagenation__item_type_prev .pagenation__link::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.privacy__sec {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .privacy__sec {
    padding-bottom: 120px;
  }
}
.privacy__inner {
  max-width: 1000px;
}
.privacy__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .privacy__text {
    font-size: 1.4rem;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }
}
.privacy__text.mbL {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .privacy__text.mbL {
    margin-bottom: 30px;
  }
}
.privacy__dl:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .privacy__dl:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.privacy__dt {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .privacy__dt {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.privacy__dd {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .privacy__dd {
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.privacy__list {
  margin: 0 0 10px;
}
.privacy__item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .privacy__item {
    margin-bottom: 10px;
    padding: 0;
  }
}
.privacy__item span {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .privacy__item span {
    margin-right: 0.5em;
  }
}
.privacy__list .privacy__txt {
  margin-bottom: 12px;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .privacy__list .privacy__txt {
    padding-left: 1.5em;
  }
}
.privacy__list .privacy__list {
  margin-top: -5px;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .privacy__list .privacy__list {
    padding-left: 1.5em;
  }
}
.privacy__list .privacy__list .privacy__item {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  line-height: 1.8;
  margin-bottom: 0;
}

.secTtl__en {
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .secTtl__en {
    font-size: 4rem;
  }
}
.secTtl__en_type_small {
  font-size: 3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .secTtl__en_type_small {
    font-size: 2.5rem;
  }
}
.secTtl__ja {
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .secTtl__ja {
    font-size: 2.4rem;
    letter-spacing: 0.12em;
  }
}

.squareBtn {
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #000;
  color: #000;
  display: -webkit-flex;
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  height: 70px;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.1em;
  transition: 0.5s ease-out;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .squareBtn {
    font-size: 1.5rem;
    height: 52px;
    width: 210px;
  }
}
.squareBtn_color_white {
  border-color: #fff;
  color: #fff;
}
@media (hover: hover) {
  .squareBtn_color_white:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
  }
}
.squareBtn .arrowLink {
  padding-right: 0;
}
.squareBtn .arrowLink::after {
  height: 12px;
  right: -18px;
  transition: 0.5s;
  width: 12px;
}
@media screen and (max-width: 768px) {
  .squareBtn .arrowLink::after {
    height: 8px;
    right: -16px;
    width: 8px;
  }
}
@media (hover: hover) {
  .squareBtn:hover {
    border-color: #fff;
  }
  .squareBtn:hover .arrowLink::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.886%22%20height%3D%228.886%22%20viewBox%3D%220%200%208.886%208.886%22%3E%3Cpath%20id%3D%22Arrow_34_-_www.Shapes4FREE.com1%22%20data-name%3D%22Arrow%2034%20-%20www.Shapes4FREE.com1%22%20d%3D%22M2956.481%2C46.777l-.1%2C5.474a.752.752%2C0%2C0%2C1-.731.73.685.685%2C0%2C0%2C1-.7-.7l.072-3.744-6.2%2C6.2a.7.7%2C0%2C1%2C1-.994-.994l6.2-6.2-3.744.072a.684.684%2C0%2C0%2C1-.7-.7.752.752%2C0%2C0%2C1%2C.73-.731l5.474-.1A.685.685%2C0%2C0%2C1%2C2956.481%2C46.777Z%22%20transform%3D%22translate(-2947.595%20-46.073)%22%2F%3E%3C%2Fsvg%3E");
  }
}

.subTitle__en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .subTitle__en {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.subTitle__ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .subTitle__ja {
    font-size: 1.4rem;
  }
}

/**
 * Swiper 10.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 21, 2023
*/
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
          scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  position: relative;
}
.swiper-pagination {
  -webkit-align-items: center;
          align-items: center;
  bottom: 26px !important;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    bottom: 15px !important;
    gap: 13px;
  }
}
.swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    height: 5px;
    width: 5px;
  }
}
.swiper-pagination-bullet-active {
  background-color: #000;
  height: 10px;
  opacity: 1;
  width: 10px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet-active {
    height: 6px;
    width: 6px;
  }
}

.modal__wrap, .modal__inner {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.modal__inner {
  background: none;
  display: block;
  z-index: 11;
}
.modal__content {
  bottom: 0;
  height: calc(100% - 100px);
  left: 0;
  margin: auto;
  max-width: 1000px;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal__content {
    height: calc(100% - 60px);
  }
}
.modal__text {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.modal__iframeWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
          justify-content: center;
}
.modal__iframe {
  aspect-ratio: 16/9;
  bottom: 0;
  display: block;
  left: 0;
  width: 100%;
}
.modal__close {
  cursor: pointer;
  margin-left: auto;
  -webkit-order: -1;
          order: -1;
  position: relative;
  right: 0;
  top: 30px;
  width: 30px;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .modal__close {
    top: 10px;
  }
}
.modal__close:before, .modal__close:after {
  border-top: 2px solid #000;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 30%;
  top: 0;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .modal__close:before, .modal__close:after {
    top: 25px;
    width: 34px;
  }
}
.modal__close:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.modal__close:after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.modal__iframeWrap .modal__close {
  top: 0;
}
.modal__iframeWrap .modal__close::before, .modal__iframeWrap .modal__close::after {
  border-top: 2px solid #ccc;
  top: -15px;
}

.error404__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .error404__inner {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.error404__title {
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .error404__title {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
.error404__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .error404__text {
    margin-bottom: 40px;
  }
}
.error404__btn {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}

.atelier .pageHeader {
  height: calc(42.6666666667vw + 30px);
}
@media screen and (max-width: 768px) {
  .atelier .pageHeader {
    height: 78.6666666667vw;
  }
}
.atelier .pageHeader__bg {
  height: calc(100% - 30px);
  top: 30px;
}
@media screen and (max-width: 768px) {
  .atelier .pageHeader__bg {
    height: 100%;
    top: 0;
  }
}
.atelier .pageHeader__bg.lazyElement {
  -webkit-transform: none;
          transform: none;
}
.atelier__sec_bg_black {
  background-color: #000;
  color: #fff;
}
.atelier__sec.intro {
  padding: 172px 0 116px;
}
@media screen and (max-width: 768px) {
  .atelier__sec.intro {
    padding: 54px 0 64px;
  }
}
.atelier .catchPhrase {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .atelier .catchPhrase {
    margin-bottom: 35px;
    padding: 0 6px;
  }
}
.atelier .catchPhrase_size_small {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .atelier .catchPhrase_size_small {
    margin-bottom: 20px;
    padding: 0 0;
  }
}
.atelier__catch {
  text-align: center;
}
.atelier__sec.intro .atelier__text {
  margin: 0 auto;
  max-width: 746px;
}
@media screen and (max-width: 768px) {
  .atelier__sec.intro .atelier__text {
    max-width: none;
    padding: 0 0;
  }
}
.atelier__sec.intro .pageText {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .atelier__sec.intro .pageText {
    line-height: 2;
    margin-bottom: 94px;
  }
}
.atelier__sec.intro .pageText_size_large {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .atelier__sec.intro .pageText_size_large {
    line-height: 1.8;
    margin-bottom: 8px;
  }
}
.atelier__fig {
  height: 100%;
  width: 100%;
}
.atelier__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.atelier__sec.access {
  padding: 0 0 222px;
}
@media screen and (max-width: 768px) {
  .atelier__sec.access {
    padding: 0 0 84px;
  }
}
.atelier .secTtl__en {
  display: block;
  text-align: center;
}
.atelier__sec.access .atelier__inner {
  padding-bottom: 92px;
}
@media screen and (max-width: 768px) {
  .atelier__sec.access .atelier__inner {
    padding-bottom: 54px;
  }
}
.atelier__sec.access .atelier__inner:last-of-type {
  padding-bottom: 0;
}
.atelier__sec.access .secTtl {
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .atelier__sec.access .secTtl {
    margin-bottom: 53px;
  }
}
.atelier__media {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .atelier__media {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.atelier__sec.access .atelier__fig {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-top: 4px;
  width: calc(50% + 66px);
}
@media screen and (max-width: 1050px) {
  .atelier__sec.access .atelier__fig {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .atelier__sec.access .atelier__fig {
    padding-top: 0;
    width: 100%;
  }
}
.atelier__sec.access .atelier__texts {
  line-height: 2;
  padding-left: 50px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .atelier__sec.access .atelier__texts {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .atelier__sec.access .atelier__text {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 24px 10px 14px;
  }
}
.atelier__sec.access .atelier__textLink {
  opacity: 1;
  text-decoration: underline;
  transition: 0.3s;
}
.atelier__sec.access .atelier__textLink:hover {
  opacity: 0.5;
}
.atelier__sec.access .atelier__btnWrap {
  margin: 35px 50px 0 auto;
}
@media screen and (max-width: 768px) {
  .atelier__sec.access .atelier__btnWrap {
    margin: 0 0 0 auto;
  }
}
.atelier__sec.access .arrowBtn__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .atelier__sec.access .arrowBtn__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .atelier__sec.access .arrowBtn__text::before {
    border-color: #000;
  }
}
.atelier__linkWrap {
  display: inline-block;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .atelier__linkWrap {
    display: block;
    margin-left: 0;
    text-align: right;
  }
}
.atelier__sec.access .atelier__subTitle {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .atelier__sec.access .atelier__subTitle {
    margin-bottom: 24px;
  }
}
.atelier__col3 {
  display: -webkit-flex;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .atelier__col3 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 20px;
  }
}
.atelier__col3 .atelier__link {
  display: block;
  transition: 0.5s;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .atelier__col3 .atelier__link {
    margin-bottom: 16px;
    width: calc(50% - 10px);
  }
}
.atelier__sec.access .atelier__col3 .atelier__fig {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .atelier__sec.access .atelier__col3 .atelier__fig {
    margin-bottom: 4px;
  }
}
.atelier__sec.access .atelier__col3 .atelier__img {
  transition: 0.5s;
}
@media (hover: hover) {
  .atelier__col3 .atelier__link:hover {
    opacity: 0.75;
  }
  .atelier__col3 .atelier__link:hover .atelier__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.atelier__caption {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .atelier__caption {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.atelier__sec.service {
  padding: 154px 0 92px;
}
@media screen and (max-width: 768px) {
  .atelier__sec.service {
    padding: 98px 0 32px;
  }
}
.atelier__sec.service .secTtl {
  margin-bottom: 112px;
}
@media screen and (max-width: 768px) {
  .atelier__sec.service .secTtl {
    margin-bottom: 70px;
  }
}
.atelier__sec.service .atelier__subTitle {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .atelier__sec.service .atelier__subTitle {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .atelier__sec.service .pageText {
    padding: 0;
  }
}
.atelier__sec.service .pageText_size_small {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .atelier__sec.service .pageText_size_small {
    margin-bottom: 24px;
  }
}
.atelier__subSec {
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .atelier__subSec {
    padding-bottom: 62px;
  }
}
.atelier__subSec:last-of-type {
  padding-bottom: 0;
}
.atelier__cards {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .atelier__cards {
    margin-bottom: 26px;
  }
}
.atelier__sec.service .atelier__btnWrap {
  margin-left: auto;
  margin-top: 0;
}
.atelier__subSec .atelier__fig {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .atelier__subSec .atelier__fig {
    width: 100%;
  }
}
.atelier__subSec .atelier__texts {
  padding-left: 80px;
  padding-right: 124px;
  width: 50%;
}
@media screen and (max-width: 1050px) {
  .atelier__subSec .atelier__texts {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .atelier__subSec .atelier__texts {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .atelier__subSec.online {
    padding-bottom: 28px;
  }
}
.atelier__subSec.online .atelier__btnWrap, .atelier__subSec.maintenance .atelier__btnWrap {
  margin-top: -24px;
}
.atelier__subSec.online .atelier__media, .atelier__subSec.maintenance .atelier__media {
  margin-bottom: 34px;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .atelier__subSec.online .atelier__media, .atelier__subSec.maintenance .atelier__media {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .atelier__subSec.online .atelier__fig, .atelier__subSec.maintenance .atelier__fig {
    height: 57.0666666667vw;
    margin-bottom: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .atelier__subSec.online .pageText_size_small, .atelier__subSec.maintenance .pageText_size_small {
    margin-bottom: 40px;
  }
}
.atelier__flexBtn {
  display: -webkit-flex;
  display: flex;
  gap: 50px;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .atelier__flexBtn {
    gap: 20px;
  }
}
.atelier__flexBtn .atelier__btnWrap {
  margin-left: 0 !important;
}

.concept .pageHeader__bg.lazyElement {
  -webkit-transform: none;
          transform: none;
}
.concept__sec {
  overflow: hidden;
  padding: 170px 0 148px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept__sec {
    padding: 52px 0 40px;
  }
}
.concept__sec_bg_black {
  background-color: #000;
  color: #fff;
}
.concept__catch {
  margin-bottom: 108px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept__catch {
    letter-spacing: 0.1em;
    margin-bottom: 48px;
    padding-left: 25px;
  }
}
.concept__media {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .concept__media {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.concept__media_pc_reverse {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .concept__media_pc_reverse {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.concept__media:last-of-type {
  margin-bottom: 0;
}
.concept__fig {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .concept__fig {
    left: -16px;
    margin-bottom: 36px;
    right: 0;
    top: 0;
    width: calc(100% + 32px);
  }
}
.concept__text {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 3.1;
  position: relative;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .concept__text {
    font-size: 1.4rem;
    letter-spacing: 0.015em;
    line-height: 2.5;
    width: 100%;
  }
}
.concept__text_lang_en {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .concept__text_lang_en {
    width: 100%;
  }
}
.concept__media_type_01 {
  padding-bottom: 145px;
}
@media screen and (max-width: 768px) {
  .concept__media_type_01 {
    padding-bottom: 30px;
  }
}
.concept__media_type_01 .concept__fig {
  margin-bottom: -36px;
  margin-left: -7vw;
  margin-top: -36px;
  width: 52vw;
}
@media screen and (max-width: 768px) {
  .concept__media_type_01 .concept__fig {
    left: 0;
    margin: 0 0 26px;
    width: 100vw;
  }
}
.concept__media_type_01 .concept__text {
  margin-top: -22px;
}
@media screen and (max-width: 768px) {
  .concept__media_type_01 .concept__text {
    margin: 0;
  }
}
.concept__media_type_02 {
  padding-bottom: 112px;
}
@media screen and (max-width: 768px) {
  .concept__media_type_02 {
    padding-bottom: 46px;
  }
}
.concept__media_type_02 .concept__fig {
  margin-right: -22vw;
  width: 52vw;
}
@media screen and (max-width: 768px) {
  .concept__media_type_02 .concept__fig {
    left: 0;
    margin: 0 0 38px;
    width: 76vw;
  }
}
.concept__media_type_02 .concept__text {
  margin-left: 10px;
  margin-right: auto;
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .concept__media_type_02 .concept__text {
    margin: 0;
  }
}
.concept__media_type_03 {
  padding-bottom: 330px;
}
@media screen and (max-width: 768px) {
  .concept__media_type_03 {
    padding-bottom: 66px;
  }
}
.concept__media_type_03 .concept__fig {
  margin-left: -8.5vw;
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .concept__media_type_03 .concept__fig {
    left: 0;
    margin: 0 0 40px;
    margin-left: 0;
    width: 100vw;
  }
}
.concept__media_type_03 .concept__text {
  margin-top: -142px;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .concept__media_type_03 .concept__text {
    margin: 0;
    padding-left: 20px;
  }
}
.concept__media_type_04 {
  display: grid;
  grid-template-areas: "title image" "name1 image" "producer image" "name2 image" "text image" "button image";
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  .concept__media_type_04 {
    grid-template-areas: "image" "title" "name1" "producer" "name2" "text" "button";
    grid-template-columns: 100%;
  }
}
.concept__media_type_04 .concept__fig {
  grid-area: image;
  padding-bottom: 22px;
  padding-left: 117px;
  padding-top: 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concept__media_type_04 .concept__fig {
    left: 0;
    margin: 0 auto 20px;
    padding: 0;
    width: 52vw;
  }
}
.concept__subTtl {
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  grid-area: title;
  line-height: 1;
  margin-bottom: 8px;
  margin-left: auto;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concept__subTtl {
    font-size: 3rem;
    margin-bottom: 15px;
    max-width: none;
  }
}
.concept__producer {
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  grid-area: producer;
  letter-spacing: 0.03em;
  margin-left: auto;
  margin-top: 18px;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concept__producer {
    font-size: 2.5rem;
    margin-bottom: 5px;
    margin-top: 15px;
    max-width: none;
  }
}
.concept__name {
  grid-area: name1;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 420px;
  width: 100%;
}
.concept__name_type_p {
  grid-area: name2;
}
@media screen and (max-width: 768px) {
  .concept__name {
    margin-bottom: 10px;
  }
}
.concept__nameEn {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.concept__nameJa {
  display: block;
  font-size: 1.4rem;
}
.concept__media_type_04 .concept__text {
  font-size: 1.4rem;
  grid-area: text;
  line-height: 2.1;
  margin-bottom: 16px;
  margin-left: auto;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concept__media_type_04 .concept__text {
    margin-top: 5px;
    padding: 0;
  }
}
.concept__btnWrap {
  display: -webkit-flex;
  display: flex;
  grid-area: button;
  margin-left: auto;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concept__btnWrap {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    max-width: none;
  }
}
.concept__btn {
  cursor: pointer;
}
.concept__movie {
  cursor: pointer;
  height: 33.3333333333vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept__movie {
    height: 66.6666666667vw;
  }
}
.concept__movie::after {
  background: no-repeat center/contain url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2281%22%20height%3D%2281%22%20viewBox%3D%220%200%2081%2081%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.play_circle%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-width%3A%201px%3B%20%7D%20.play_triangle%20%7B%20fill%3A%20%23fff%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ccircle%20class%3D%22play_circle%22%20cx%3D%2240.5%22%20cy%3D%2240.5%22%20r%3D%2240%22%2F%3E%20%3Cpath%20class%3D%22play_triangle%22%20d%3D%22M766%2C4257l-24%2C11v-22Z%22%20transform%3D%22translate(-709.5%20-4216.5)%22%2F%3E%3C%2Fsvg%3E");
  bottom: 0;
  content: "";
  display: block;
  height: 80px;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .concept__movie::after {
    height: 60px;
    width: 60px;
  }
}
@media (hover: hover) {
  .concept__movie:hover {
    opacity: 0.7;
  }
}
.concept__movieFig {
  height: 100%;
  width: 100%;
}
.concept__movieImg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.concept__secTtl {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .concept__secTtl {
    font-size: 3rem;
    margin-bottom: 36px;
  }
}
.concept__texts {
  margin-top: -12px;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .concept__texts {
    margin: 0 0 0;
    padding: 0;
  }
}
.concept__squareBtn {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .concept__squareBtn {
    margin: 0 auto;
  }
}

.craftsmanship.concept__sec {
  padding: 135px 0 210px;
}
@media screen and (max-width: 768px) {
  .craftsmanship.concept__sec {
    padding: 122px 0 102px;
  }
}
.craftsmanship .concept__media {
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .craftsmanship .concept__fig {
    left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.craftsmanship .concept__text {
  font-size: 1.4rem;
  line-height: 2.2;
  margin-bottom: 78px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .craftsmanship .concept__text {
    line-height: 1.8;
    margin-bottom: 35px;
  }
}
.craftsmanship .concept__subTtl {
  font-size: 4rem;
  letter-spacing: 0.05em;
  margin-left: 0;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .craftsmanship .concept__subTtl {
    font-size: 3rem;
    margin-bottom: 8px;
  }
}
.craftsmanship .concept__subJa {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .craftsmanship .concept__subJa {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.concept .lineArt_num_01 {
  top: 22%;
}
@media screen and (max-width: 768px) {
  .concept .lineArt_num_01 {
    top: 23%;
  }
}
.concept .lineArt_num_02 {
  top: 58%;
}
@media screen and (max-width: 768px) {
  .concept .lineArt_num_02 {
    top: 42%;
  }
}
.concept .lineArt_num_03 {
  top: 64.5%;
}
@media screen and (max-width: 768px) {
  .concept .lineArt_num_03 {
    top: 48%;
  }
}
.concept .lineArt_num_04 {
  top: 90%;
}
@media screen and (max-width: 768px) {
  .concept .lineArt_num_04 {
    top: 66%;
  }
}
.concept .lineArt_num_05 {
  display: none;
}
@media screen and (max-width: 768px) {
  .concept .lineArt_num_05 {
    display: block;
    top: 74%;
  }
}

.contact {
  font-family: "Noto Sans JP", sans-serif;
}
.contact__sec {
  padding: 0 0 143px;
}
@media screen and (max-width: 768px) {
  .contact__sec {
    padding: 0 0 66px;
  }
}
.contact__inner {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.contact__dl {
  display: -webkit-flex;
  display: flex;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  .contact__dl {
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
}
.contact__dl + .contact__dl {
  margin-top: 30px;
}
.contact__dt {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.4rem;
  min-width: 108px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .contact__dt {
    width: 100%;
  }
}
.contact__dt.required::after {
  color: #d70101;
  content: "必須";
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .contact__dt.required::after {
    display: inline-block;
    font-weight: bold;
    margin-left: 1em;
  }
}
.contact__dt.required_lang_en::after {
  content: "Required fields";
}
.contact__dl_page_confirm .required::after {
  content: none;
}
.contact__dd {
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .contact__dd {
    width: 100%;
  }
}
.contact__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f1f4f6;
  border: none;
  border-radius: 4px;
  font-size: inherit;
  height: 50px;
  padding: 0 10px;
  width: 100%;
}
.contact__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f1f4f6;
  border: none;
  border-radius: 4px;
  display: block;
  height: 200px;
  margin-top: 6px;
  max-height: 800px;
  min-height: 50px;
  padding: 8px 10px;
  resize: vertical;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__textarea {
    height: 160px;
  }
}
.contact__privacy {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.6rem;
  gap: 15px 0;
  letter-spacing: 0.1em;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__privacy {
    gap: 30px 0;
    margin-top: 40px;
  }
}
.contact__privacyLink {
  text-decoration: underline;
}
.contact__acceptance {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 24px;
  position: relative;
  width: 24px;
}
.contact__acceptance::before {
  background: #fff;
  border: 1px solid #000;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 14px;
}
.contact__acceptance::after {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  content: none;
  height: 9px;
  left: -1px;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 17px;
}
.contact__acceptance:checked::after {
  content: "";
}
.contact__button {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contact__button {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
.contact__button_pos_center {
  width: 100%;
}
.contact .contact__submit {
  -webkit-align-items: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #000;
  display: -webkit-flex;
  display: flex;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.6rem;
  height: 70px;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.2s ease-in-out;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .contact .contact__submit {
    height: 65px;
    max-width: 295px;
    width: 100%;
  }
}
.contact .contact__submit:hover {
  background: #000;
  color: #fff;
}
.contact .contact__submit:disabled {
  border-color: rgba(16, 16, 16, 0.3);
  color: rgba(16, 16, 16, 0.3);
  pointer-events: none;
}
.contact__thanks {
  text-align: center;
}
.contact__thanksTitle {
  font-size: 1.8rem;
}
.contact__thanksText {
  margin-top: 30px;
}
.contact .wpcf7-not-valid-tip {
  color: #d70101;
  display: block;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  margin-top: 5px;
}

.gallery__btn {
  cursor: pointer;
  margin: -67px auto 20px;
  opacity: 1;
  transition: 0.5s ease-out;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .gallery__btn {
    margin: 0 auto 20px;
  }
}
.gallery__btn.none {
  opacity: 0;
  visibility: hidden;
}
.gallery__btnList {
  background: #000;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.gallery__btnList::after {
  aspect-ratio: 1;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 8px;
  position: absolute;
  right: 15px;
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: 0.5s ease-out;
}
.gallery__btnList.active::after {
  -webkit-transform: rotate(-135deg) translateY(-3px);
          transform: rotate(-135deg) translateY(-3px);
}
.gallery__btnItem {
  cursor: pointer;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  -webkit-order: 2;
          order: 2;
}
.gallery__btnItem.accordion__item_is_active, .gallery__btnItem.active {
  padding: 6px 0;
}
.gallery__btnItem.accordion__item_is_active {
  -webkit-order: -1;
          order: -1;
}
.gallery__btnLink {
  padding: 0 59px 0 20px;
}
.gallery a.gallery__btnLink {
  transition: 0.3s;
}
@media (hover: hover) {
  .gallery a.gallery__btnLink:hover {
    opacity: 0.7;
  }
}
.gallery__fig {
  width: 100%;
}
.gallery__img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery__inner {
  margin-top: 124px;
}
@media screen and (max-width: 768px) {
  .gallery__inner {
    margin-top: 50px;
  }
}
.gallery__landscape {
  display: block;
  margin: 127px 0 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gallery__landscape {
    margin: 0 0 25px;
  }
}
.gallery__landscape_size_full {
  margin-left: -10.2409638554%;
  margin-right: -10.2409638554%;
  margin-top: 93px;
  width: 120.4819277108%;
}
@media screen and (max-width: 768px) {
  .gallery__landscape_size_full {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 0;
    width: calc(100% + 32px);
  }
}
.gallery__portrait .gallery__fig {
  height: 60vw;
}
@media screen and (max-width: 768px) {
  .gallery__portrait .gallery__fig {
    height: auto;
  }
}
.gallery__portrait {
  aspect-ratio: 620/900;
  display: block;
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .gallery__portrait {
    margin-bottom: 25px;
    width: 100%;
  }
}
.gallery__portrait + .gallery__portrait {
  margin-top: calc(-30vw + 20px);
}
@media screen and (max-width: 768px) {
  .gallery__portrait + .gallery__portrait {
    margin: 0 0 25px;
  }
}
.gallery__portrait_pos_left {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .gallery__portrait_pos_left {
    margin: 0 0 25px;
    padding: 0;
  }
}
.gallery__portrait_pos_right {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .gallery__portrait_pos_right {
    margin: 0 0 25px;
    padding: 0;
  }
}
.gallery__portrait_pos_right + .gallery__portrait_pos_left {
  margin-top: calc(-30vw + 20px);
}
@media screen and (max-width: 768px) {
  .gallery__portrait_pos_right + .gallery__portrait_pos_left {
    margin: 0 0 25px;
    padding: 0;
  }
}
.gallery__title {
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gallery__title {
    font-size: 3rem;
    margin-bottom: 58px;
  }
}
.gallery__hidden {
  display: none;
}

.top__section {
  background: #fff;
}
.top__pageContact {
  background: #fff;
}

.topFV {
  background: none;
}
.topFV__title {
  -webkit-align-items: center;
          align-items: center;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  height: 234px;
  margin-left: -8px;
  padding-left: 8.5%;
  padding-right: 8.5%;
  position: fixed;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topFV__title {
    display: none;
  }
}
.topFV__ttlText {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  transition: 0.7s ease-in 0.3s;
}
.topFV__wrap {
  box-sizing: content-box;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  height: 100vh;
  min-height: 58.6666666667vw;
  opacity: 0;
  overflow: hidden;
  padding-top: 234px;
  transition: 0.7s ease-in 0s;
}
@media screen and (max-width: 768px) {
  .topFV__wrap {
    aspect-ratio: 750/590;
    height: auto;
    min-height: auto;
    padding: 0;
  }
}
.topFV__fig {
  display: block;
  height: 100%;
  width: 100vw;
}
.topFV__img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.topFV.shown .topFV__ttlText, .topFV.shown .topFV__wrap {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.topAbout {
  background: #000;
  color: #fff;
  height: 860px;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topAbout {
    height: 100vh;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.topAbout__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topAbout__inner {
    padding-left: 42px;
  }
}
.topAbout__title {
  left: 100px;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 148px;
}
@media screen and (max-width: 768px) {
  .topAbout__title {
    margin: 0;
    position: static;
  }
}
.topAbout__title.hidden {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .topAbout__title.hidden {
    opacity: 1;
  }
}
.topAbout__title.isAbsolute {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .topAbout__title.isAbsolute {
    position: static;
  }
}
.topAbout__title .secTtl__ja {
  translate: 0;
}
.topAbout__ttlText {
  display: block;
  translate: 0 50%;
}
.topAbout__ttlText.shown {
  transition: 0.5s ease-out;
  translate: 0;
}
.topAbout__block {
  margin: 140px 0 27px auto;
  opacity: 0;
  overflow: hidden;
  translate: 0 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .topAbout__block {
    margin: 32px 0 23px;
  }
}
.topAbout__block.shown {
  opacity: 1;
  transition: 0.7s ease-out;
  translate: 0;
}
.topAbout__text {
  display: block;
  letter-spacing: 0.14em;
  line-height: 2.5;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .topAbout__text {
    letter-spacing: 0.08em;
    padding: 0;
  }
}
.topAbout__btn {
  margin: 0 0 0 auto;
  opacity: 0;
  overflow: hidden;
  translate: 0 50%;
}
.topAbout__block.shown ~ .topAbout__btn {
  opacity: 1;
  transition: 0.7s ease-out 0.5s;
  translate: 0;
}
.topAbout__link {
  display: block;
}

.topItems {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 56.6666666667vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topItems {
    -webkit-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.topItems__products, .topItems__atelier {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding-bottom: 35px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .topItems__products, .topItems__atelier {
    height: 50vh;
    width: 100%;
  }
}
.topItems__products {
  background: no-repeat url("../images/bg_products_01.gif");
  background-position-y: 120vh;
  background-size: cover;
  padding-left: 8.5%;
}
@media screen and (max-width: 768px) {
  .topItems__products {
    background-position-x: 100vw;
    background-position-y: 0;
    background-size: 100%;
    padding-left: 15px;
  }
}
.topItems__atelier {
  background: no-repeat url("../images/bg_atelier_01.jpg");
  background-position-y: -120vh;
  background-size: cover;
  padding-left: 59px;
  padding-right: 8.5%;
}
@media screen and (max-width: 768px) {
  .topItems__atelier {
    background: no-repeat center url("../images/bg_atelier_01_sp.jpg");
    background-position-x: -100vw;
    background-position-y: 0;
    background-size: 100%;
    padding-left: 19px;
    padding-right: 15px;
  }
}
.topItems__title {
  margin-bottom: 18px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topItems__title {
    margin-bottom: 13px;
  }
}
.topItems__btn {
  margin-bottom: 9px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topItems__btn {
    margin-bottom: 6px;
    margin-left: 5px;
  }
}
.topItems__ttlText {
  display: block;
  opacity: 0;
  translate: 0 100%;
}
.topItems__link {
  display: block;
  opacity: 0;
  translate: 0 100%;
}
.topItems__products.shown, .topItems__atelier.shown {
  background-position-y: center;
  transition: 0.7s ease-out 0s;
}
@media screen and (max-width: 768px) {
  .topItems__products.shown, .topItems__atelier.shown {
    background-position-x: center;
  }
}
.topItems__products.shown .topItems__ttlText, .topItems__atelier.shown .topItems__ttlText {
  opacity: 1;
  transition: 0.5s ease-out 1s;
  translate: 0;
}
.topItems__products.shown .topItems__link, .topItems__atelier.shown .topItems__link {
  opacity: 1;
  transition: 0.5s ease-out 1.2s;
  translate: 0;
}

.topNews {
  height: 100vh;
}
.topNews__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
          justify-content: center;
  max-width: 1080px;
  padding: 0 38px;
}
@media screen and (max-width: 768px) {
  .topNews__inner {
    padding: 0 18px;
  }
}
.topNews__title {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
}
.topNews__flex {
  display: -webkit-flex;
  display: flex;
  gap: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .topNews__flex {
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    margin-bottom: 18px;
  }
}
.topNews__btn {
  margin: 0 -7px 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topNews__btn {
    margin-right: 0;
  }
}
.topNews__link {
  display: block;
}
.topNews__ttlText, .topNews__btn {
  display: block;
  opacity: 0;
  translate: 0 50%;
}
.topNews.shown .topNews__ttlText {
  opacity: 1;
  transition: 0.7s ease-out;
  translate: 0;
}
.topNews.shown .topNews__btn {
  opacity: 1;
  transition: 0.7s ease-out 1.2s;
  translate: 0;
}

.topGal {
  aspect-ratio: 1500/2240;
  background: #000;
  color: #fff;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topGal {
    aspect-ratio: 750/2900;
  }
}
.topGal__title {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0;
  position: absolute;
  right: 16.7%;
  top: 6.7%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .topGal__title {
    left: 5.5%;
    mix-blend-mode: exclusion;
    right: auto;
    top: 4.8%;
  }
}
.topGal__fig01 {
  aspect-ratio: 400/600;
  left: 8.7%;
  overflow: hidden;
  position: absolute;
  top: 5.1%;
  width: 29.2%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topGal__fig01 {
    left: 0;
    top: 12.6%;
    width: 53.1%;
  }
}
.topGal__fig02 {
  aspect-ratio: 1;
  left: 17%;
  overflow: hidden;
  position: absolute;
  top: 44.5%;
  width: 36.2%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .topGal__fig02 {
    left: 0;
    top: 52.6%;
    width: 59.6%;
  }
}
.topGal__fig03 {
  aspect-ratio: 450/600;
  left: 48.9%;
  overflow: hidden;
  position: absolute;
  top: 21%;
  width: 33%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topGal__fig03 {
    left: auto;
    right: 0;
    top: 35.5%;
    width: 60%;
  }
}
.topGal__fig04 {
  aspect-ratio: 650/488;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 66.5%;
  width: 43.3%;
}
@media screen and (max-width: 768px) {
  .topGal__fig04 {
    top: 72%;
    width: 86.7%;
  }
}
.topGal .img01 {
  opacity: 0;
  translate: 25% 0;
}
.topGal .img02 {
  opacity: 0;
  translate: 0 25%;
}
.topGal .img03 {
  opacity: 0;
  translate: 0 -25%;
}
.topGal .img04 {
  opacity: 0;
  translate: -25% 0;
}
.topGal__fig01.shown .img01, .topGal__fig02.shown .img02, .topGal__fig03.shown .img03, .topGal__fig04.shown .img04 {
  opacity: 1;
  transition: 0.5s ease-out;
  translate: 0;
}
.topGal__inner {
  -webkit-align-items: flex-end;
          align-items: flex-end;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.topGal__btn {
  margin: 0 2.5% 80px auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topGal__btn {
    margin: 0 0.5% 12.7% auto;
  }
}
.topGal__link {
  display: block;
  translate: 0 100%;
  transition: 0.5s 0.3s;
}
.topGal__link.shown {
  translate: 0;
}
.topGal.shown .topGal__title {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  transition: 0.7s ease-out;
}
.newsArchive {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .newsArchive {
    padding-top: 65px;
  }
}
.newsArchive__head {
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsArchive__head {
    font-size: 3rem;
    margin-bottom: 55px;
  }
}
.newsArchive__cats {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .newsArchive__cats {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -12.5px 45px -12.5px;
  }
}
.newsArchive__catsItem {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .newsArchive__catsItem {
    -webkit-order: 2;
            order: 2;
    padding: 0 12.5px;
  }
}
@media screen and (max-width: 768px) {
  .newsArchive__catsItem_is_active {
    margin-bottom: 25px;
    -webkit-order: 1;
            order: 1;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .newsArchive__catsItem_is_active .newsArchive__catsLink {
    display: inline-block;
  }
}
.newsArchive__catsItem_is_active .newsArchive__catsLink:after {
  background-color: #000000;
  bottom: -0.25em;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.newsArchive__catsLink {
  color: inherit;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .newsArchive__catsLink {
    font-size: 1.2rem;
  }
}
.newsArchive__catsLink:hover:after {
  background-color: #000000;
  bottom: -0.25em;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.newsList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -30px -50px;
}
@media screen and (max-width: 768px) {
  .newsList {
    margin: -15px -7.5px;
  }
}
.newsList__item {
  -webkit-flex-basis: 33.333%;
          flex-basis: 33.333%;
  padding: 30px 50px;
  width: 33.333%;
}
@media screen and (max-width: 1050px) {
  .newsList__item {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 768px) {
  .newsList__item {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    padding: 15px 7.5px;
    width: 50%;
  }
}
.newsList__link {
  transition: 0.5s;
}
.newsList__fig {
  margin-bottom: 13px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .newsList__fig {
    margin-bottom: 10px;
  }
}
.newsList__img {
  aspect-ratio: 5/5;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  width: 100%;
}
.newsList__link .items__img {
  transition: 0.5s;
}
@media (hover: hover) {
  .newsList__link:hover {
    opacity: 0.75;
  }
  .newsList__link:hover .newsList__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.newsList__info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .newsList__info {
    margin-bottom: 7px;
  }
}
.newsList__cat {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .newsList__cat {
    font-size: 1.2rem;
    top: 0;
  }
}
.newsList__date {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .newsList__date {
    font-size: 1.2rem;
  }
}
.newsList__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.71;
}
@media screen and (max-width: 768px) {
  .newsList__ttl {
    font-size: 1.2rem;
    line-height: 1.83;
  }
}

.pagination {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 55px;
  }
}
.pagination__list {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.pagination__item {
  padding: 0 1em;
  position: relative;
}
.pagination__link {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}
.pagination__item_type_prev {
  padding: 0;
  position: relative;
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.pagination__item_type_prev .pagination__link {
  background: url(../images/arrow_right_black.png) no-repeat center center/cover;
  display: block;
  height: 12px;
  width: 7px;
}
.pagination__item_type_current:after {
  background-color: #000000;
  bottom: -0.25em;
  content: "";
  display: block;
  height: 1px;
  left: 0.5em;
  position: absolute;
  width: calc(100% - 1em);
}
.pagination__item_type_next {
  left: 0;
  padding: 0;
  position: relative;
}
.pagination__item_type_next .pagination__link {
  background: url(../images/arrow_right_black.png) no-repeat center center/cover;
  display: block;
  height: 12px;
  width: 7px;
}

.newsSingle__content {
  padding: 114px 0 10px;
}
@media screen and (max-width: 768px) {
  .newsSingle__content {
    padding: 50px 0 4px;
  }
}
.newsSingle__inner {
  max-width: 1260px;
}
.newsSingle__info {
  -webkit-align-items: baseline;
          align-items: baseline;
  border-bottom: 1px solid #000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .newsSingle__info {
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
}
.newsSingle__infoCat {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .newsSingle__infoCat {
    font-size: 1.4rem;
  }
}
.newsSingle__infoDate {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .newsSingle__infoDate {
    font-size: 1.4rem;
  }
}
.newsSingle__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .newsSingle__title {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .newsSingle .productsDt__col1 {
    margin: 25px 0;
    width: 100%;
  }
  .newsSingle .productsDt__col1:last-of-type {
    margin-bottom: 0;
  }
}
.newsSingle .productsDt__col2 {
  display: -webkit-flex;
  display: flex;
  gap: 0 40px;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .newsSingle .productsDt__col2 {
    display: block;
    gap: 0;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .newsSingle .productsDt__figure {
    margin-bottom: 25px;
  }
  .newsSingle .productsDt__figure:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .newsSingle__fig {
    margin-bottom: 37px;
  }
}
.newsSingle__img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.newsSingle h2,
.newsSingle h3,
.newsSingle h4,
.newsSingle h5,
.newsSingle h6 {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15em;
  line-height: 2;
  margin: 34px 0;
  padding: 0 126px;
}
@media screen and (max-width: 768px) {
  .newsSingle h2,
  .newsSingle h3,
  .newsSingle h4,
  .newsSingle h5,
  .newsSingle h6 {
    line-height: 1.75;
    padding: 0 6px;
  }
}
.newsSingle h2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .newsSingle h2 {
    font-size: 1.8rem;
  }
}
.newsSingle h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .newsSingle h3 {
    font-size: 1.6rem;
  }
}
.newsSingle h4,
.newsSingle h5,
.newsSingle h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .newsSingle h4,
  .newsSingle h5,
  .newsSingle h6 {
    font-size: 1.5rem;
  }
}
.newsSingle p {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 2.2;
  margin: 34px 0;
  padding: 0 126px;
}
@media screen and (max-width: 768px) {
  .newsSingle p {
    line-height: 1.75;
    margin: 12px 0;
    padding: 0 0;
  }
}
.newsSingle li {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 2.2;
  margin: 34px 0;
  padding: 0 126px;
}
@media screen and (max-width: 768px) {
  .newsSingle li {
    line-height: 1.75;
    margin: 12px 0;
    padding: 0 6px;
  }
}
.newsSingle__archive {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  font-family: "Lato", sans-serif;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsSingle__archive {
    margin-top: 20px;
  }
}

.products .pageHeader {
  height: calc(42.6666666667vw + 30px);
}
@media screen and (max-width: 768px) {
  .products .pageHeader {
    height: 78.6666666667vw;
  }
}
.products .pageHeader__bg {
  height: calc(100% - 30px);
  top: 30px;
}
@media screen and (max-width: 768px) {
  .products .pageHeader__bg {
    height: 100%;
    top: 0;
  }
}
.products .pageHeader__bg.lazyElement {
  -webkit-transform: none;
          transform: none;
}
.products .pageHeader__img {
  -o-object-position: center;
     object-position: center;
}

.intro {
  padding: 170px 0 92px;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 52px 0 40px;
  }
}
.intro__catch {
  margin-bottom: 172px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro__catch {
    margin-bottom: 48px;
    padding-left: 25px;
  }
}
.intro__media {
  display: -webkit-flex;
  display: flex;
  min-height: 860px;
}
@media screen and (max-width: 768px) {
  .intro__media {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 54px;
    min-height: auto;
  }
}
.intro__media_pc_reverse {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-height: auto;
}
@media screen and (max-width: 768px) {
  .intro__media_pc_reverse {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.intro__media_type_en {
  min-height: 725px;
}
.intro__media:last-of-type {
  margin-bottom: 0;
}
.intro__fig {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
  right: 48px;
  top: 12px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .intro__fig {
    left: -16px;
    margin-bottom: 36px;
    right: 0;
    top: 0;
    width: calc(100% + 32px);
  }
}
.intro__media_pc_reverse .intro__fig {
  left: 90px;
  margin-bottom: -430px;
  right: auto;
  top: -430px;
}
@media screen and (max-width: 768px) {
  .intro__media_pc_reverse .intro__fig {
    left: -16px;
    margin-bottom: 36px;
    right: auto;
    top: 0;
  }
}
@media screen and (max-width: 1300px) {
  .intro__media_pc_reverse .intro__fig_lang_en {
    margin-bottom: -240px;
    top: -240px;
  }
}
@media screen and (max-width: 1200px) {
  .intro__media_pc_reverse .intro__fig_lang_en {
    margin-bottom: 0;
    top: 0;
  }
}
.intro__img {
  display: block;
  margin-left: auto;
}
.intro__media_pc_reverse .intro__img {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .intro__media_pc_reverse .intro__text_lang_en {
    left: 0 !important;
  }
}
.intro__text {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 3.1;
  position: relative;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .intro__text {
    font-size: 1.4rem;
    line-height: 2.5;
    width: 100%;
  }
}
.intro__text_lang_en {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .intro__text_lang_en {
    width: 100%;
  }
}
.intro__media_pc_reverse .intro__text {
  left: 176px;
  padding-top: 156px;
}
@media screen and (max-width: 768px) {
  .intro__media_pc_reverse .intro__text {
    left: 0;
    padding-top: 0;
  }
}

.items {
  padding: 170px 0 0;
}
@media screen and (max-width: 768px) {
  .items {
    padding: 72px 0 0;
  }
}
.items__secTtl {
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .items__secTtl {
    font-size: 4rem;
    margin-bottom: 18px;
  }
}
.items__lead {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  margin-bottom: 74px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .items__lead {
    line-height: 2.1;
    margin-bottom: 42px;
  }
}
.items__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .items__list {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
}
.items__item {
  height: 33.3333333333vw;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .items__item {
    height: 66.6666666667vw;
    width: 100%;
  }
}
.items__link {
  position: relative;
}
.items__fig {
  height: 100%;
  left: -8.5vw;
  position: relative;
  width: 50vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .items__fig {
    left: 0;
    width: 100vw;
  }
}
.items__fig::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .items__fig::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 100%);
  }
}
.items__item:nth-of-type(even) .items__fig {
  left: 0;
}
.items__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.items__subTtl {
  bottom: 32px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  height: auto;
  left: 0;
  letter-spacing: 0.04em;
  padding-right: 88px;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .items__subTtl {
    bottom: 16px;
    font-size: 3rem;
    left: 16px;
    padding-right: 40px;
  }
}
.items__subTtl::before {
  bottom: 0;
  top: auto;
}
.items__item:nth-of-type(even) .items__subTtl {
  left: 30px;
}
.items .arrowBtn__text::before {
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 768px) {
  .items .arrowBtn__text::before {
    bottom: 2px;
    height: 30px;
    width: 30px;
  }
}
.items .arrowBtn__svg {
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 768px) {
  .items .arrowBtn__svg {
    bottom: 2px;
  }
}

.projects {
  background-color: #000;
  padding: 235px 0 145px;
}
@media screen and (max-width: 768px) {
  .projects {
    padding: 96px 0 75px;
  }
}
.projects__secTtl {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 135px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .projects__secTtl {
    font-size: 4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .projects__list {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
}
.projects__item {
  height: 33.3333333333vw;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .projects__item {
    height: auto;
    margin-bottom: 50px;
  }
}
.projects__item:last-of-type {
  margin-bottom: 0;
}
.projects__link {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .projects__link {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.projects__item:nth-of-type(even) .projects__link {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .projects__item:nth-of-type(even) .projects__link {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.projects__fig {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: 100%;
  left: -8.5vw;
  position: relative;
  width: 56vw;
}
@media screen and (max-width: 768px) {
  .projects__fig {
    height: auto;
    height: 59.4666666667vw;
    left: 0;
    margin-bottom: 12px;
    width: 100%;
  }
}
.projects__item:nth-of-type(even) .projects__fig {
  left: auto;
  right: -8.5vw;
}
@media screen and (max-width: 768px) {
  .projects__item:nth-of-type(even) .projects__fig {
    right: 0;
  }
}
.projects__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.projects__texts {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  left: -8.5vw;
  padding-left: 60px;
  position: relative;
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .projects__texts {
    left: 0;
    padding: 0 16px;
    width: 100%;
  }
}
.projects__item:nth-of-type(even) .projects__texts {
  left: auto;
  padding-left: 0;
  padding-right: 60px;
  right: -8.5vw;
}
@media screen and (max-width: 768px) {
  .projects__item:nth-of-type(even) .projects__texts {
    left: 0;
    padding: 0 16px;
  }
}
.projects__subTtl {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .projects__subTtl {
    font-size: 3rem;
  }
}
.projects__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .projects__text {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 16px;
  }
}
.projects__btnWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.projects__item:nth-of-type(even) .projects__btnWrap {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .projects__item:nth-of-type(even) .projects__btnWrap {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}
.projects__btn {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .projects__btn {
    font-size: 1.5rem;
  }
}

.productsDt__content {
  padding: 114px 0 10px;
}
@media screen and (max-width: 768px) {
  .productsDt__content {
    padding: 50px 0 4px;
  }
}
.productsDt__inner {
  max-width: 1260px;
}
.productsDt__title {
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .productsDt__title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.productsDt__img {
  height: auto;
  width: 100%;
}
.productsDt__col1 {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .productsDt__col1 {
    margin: 0 -16px;
    width: 100vw;
  }
}
.productsDt__col2 {
  display: -webkit-flex;
  display: flex;
  gap: 0 40px;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .productsDt__col2 {
    gap: 0 15px;
    margin: 15px 0;
    padding: 0 6px;
  }
}
.productsDt__col2 .productsDt__figure {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .productsDt__col2 .productsDt__figure {
    width: 50%;
  }
}
.productsDt__col2 .productsDt__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.productsDt h2,
.productsDt h3,
.productsDt h4,
.productsDt h5,
.productsDt h6 {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15em;
  line-height: 2;
  margin: 34px 0;
  padding: 0 126px;
}
@media screen and (max-width: 768px) {
  .productsDt h2,
  .productsDt h3,
  .productsDt h4,
  .productsDt h5,
  .productsDt h6 {
    line-height: 1.75;
    padding: 0 6px;
  }
}
.productsDt h2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .productsDt h2 {
    font-size: 1.8rem;
  }
}
.productsDt h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .productsDt h3 {
    font-size: 1.6rem;
  }
}
.productsDt h4,
.productsDt h5,
.productsDt h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .productsDt h4,
  .productsDt h5,
  .productsDt h6 {
    font-size: 1.5rem;
  }
}
.productsDt p {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 2.2;
  margin: 34px 0;
  padding: 0 126px;
}
@media screen and (max-width: 768px) {
  .productsDt p {
    line-height: 1.75;
    margin: 12px 0;
    padding: 0 6px;
  }
}
.productsDt li {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 2.2;
  margin: 34px 0;
  padding: 0 126px;
}
@media screen and (max-width: 768px) {
  .productsDt li {
    line-height: 1.75;
    margin: 12px 0;
    padding: 0 6px;
  }
}

.u_d_n {
  display: none;
}
.u_d_b {
  display: block;
}
.u_d_f {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u_sp_d_n {
    display: none;
  }
  .u_sp_d_b {
    display: block;
  }
  .u_sp_d_f {
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .u_pc_d_n {
    display: none;
  }
  .u_pc_d_b {
    display: block;
  }
  .u_pc_d_f {
    display: -webkit-flex;
    display: flex;
  }
}
.u_ta_l {
  text-align: left;
}
.u_ta_c {
  text-align: center;
}
.u_ta_r {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .u_sp_ta_l {
    text-align: left;
  }
  .u_sp_ta_c {
    text-align: center;
  }
  .u_sp_ta_r {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .u_pc_ta_l {
    text-align: left;
  }
  .u_pc_ta_c {
    text-align: center;
  }
  .u_pc_ta_r {
    text-align: right;
  }
}
.u_jc_fs {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.u_jc_c {
  -webkit-justify-content: center;
          justify-content: center;
}
.u_jc_fe {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.u_jc_sb {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.u_jc_sa {
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .u_sp_jc_fs {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .u_sp_jc_c {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .u_sp_jc_fe {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .u_sp_jc_sb {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .u_sp_jc_sa {
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
}
@media screen and (min-width: 769px) {
  .u_pc_jc_fs {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .u_pc_jc_c {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .u_pc_jc_fe {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .u_pc_jc_sb {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .u_pc_jc_sa {
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
}