@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  position: relative;
}

h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
}

h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  h3 {
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
}

h4 {
  font-size: 30px;
  font-size: 1.5151515152vw;
}
@media (max-width: 768px) {
  h4 {
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
}

p {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  p {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}

img {
  width: 100%;
}

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

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

#app {
  overflow: hidden;
}

.container {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.container-fruid {
  width: 100%;
}

section {
  padding: 0 1vw;
}
@media (max-width: 768px) {
  section {
    padding: 0 0;
  }
}

section + section {
  margin-top: 50px;
}

section + footer {
  margin-top: 50px;
}
@media (max-width: 768px) {
  section + footer {
    margin-top: 0px;
  }
}

.center {
  margin: 0 auto;
}

@media (max-width: 768px) {
  button {
    width: 100%;
    text-align: center;
  }
}
button a {
  border: 1px solid #8e8e8e;
  padding: 30px 40px;
  color: #8e8e8e;
  cursor: pointer;
  display: block;
  position: relative;
}
button a:hover {
  color: white;
  border: 1px solid white;
}
button a:hover i {
  color: white;
}
button a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  left: 0;
  display: block;
  background-image: linear-gradient(90deg, rgb(233, 255, 62), rgb(247, 93, 139));
  z-index: -1;
  transition: 0.2s;
  color: white;
}
button a:hover::before {
  width: 100%;
}
@media (max-width: 768px) {
  button a {
    font-size: 12px;
  }
}
button i {
  color: #8e8e8e;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translate(0, -30%);
}

.buttonArea {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .buttonArea {
    margin-top: 0;
  }
}

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

nav.commonNav {
  width: 100%;
  height: 100px;
  padding: 0 0 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  nav.commonNav {
    padding: 0 0px 0 10px;
    height: 55px;
  }
}
nav.commonNav.futuu a {
  color: black;
}
nav.commonNav h1 img {
  width: 345px;
  height: 54px;
}
@media (max-width: 768px) {
  nav.commonNav h1 img {
    width: 173px;
    height: auto;
  }
}
nav.commonNav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  nav.commonNav ul {
    display: none;
  }
}
nav.commonNav ul li {
  margin-right: 72px;
}
nav.commonNav ul li a {
  font-size: 16px;
  color: #fff;
}
nav.commonNav ul li .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
nav.commonNav ul li .icon img {
  width: 16px;
  margin-top: 8px;
}
nav.commonNav ul li:last-child {
  background-color: #e9ff3e;
  width: 200px;
  height: 100px;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.commonNav ul li:last-child a {
  color: #000;
}
nav.commonNav .burger-btn {
  display: none;
}
@media (max-width: 768px) {
  nav.commonNav .burger-btn {
    display: flex;
    flex-direction: column;
    width: 55px;
    height: 55px;
    position: relative;
    z-index: 3;
    margin-left: auto;
    /*   codepenの挙動のため */
    background-color: #e9ff3e;
    border: none;
  }
}
nav.commonNav .bar {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  border-radius: 8px;
}
nav.commonNav .bar_top {
  top: 10px;
}
nav.commonNav .bar_mid {
  top: 35%;
}
nav.commonNav .bar_bottom {
  top: 50%;
}
nav.commonNav .burger-btn.close {
  background-color: white;
  z-index: 22;
}
nav.commonNav .burger-btn.close .bar_top {
  background-color: black;
  transform: translate(-50%, 10px) rotate(45deg);
  transition: transform 0.3s;
}
nav.commonNav .burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity 0.3s;
}
nav.commonNav .burger-btn.close .bar_bottom {
  background-color: black;
  transform: translate(-50%, -8px) rotate(-45deg);
  transition: transform 0.3s;
}
nav.commonNav .burger-btn-text {
  color: black;
  display: block;
  width: 55px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  padding: 0;
  text-align: center;
}
nav.commonNav .burger-btn.close .burger-btn-text {
  color: black;
}

.slidemenu {
  display: none;
}
@media (max-width: 768px) {
  .slidemenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    text-align: center;
    width: 100vw;
    height: 100vh;
    background-color: #e9ff3e;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 0.5s;
    z-index: 21;
  }
  .slidemenu h1 {
    width: 75%;
    margin: 0 auto;
  }
  .slidemenu ul {
    display: block;
  }
  .slidemenu ul li {
    margin-bottom: 20px;
  }
  .slidemenu ul li:first-child {
    margin-top: 40px;
  }
  .slidemenu ul li a {
    font-size: 16px;
    color: black;
  }
  .slidemenu ul li .icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    fill: #000;
  }
  .slidemenu ul li .icon img {
    width: 16px;
    margin-top: 8px;
  }
}

.slideon {
  right: 0;
  position: fixed;
}

.commonPageHeader {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  .commonPageHeader {
    height: 163px;
  }
}
.commonPageHeader .commonHeaderTitleContainer {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.commonPageHeader .commonHeaderTitleContainer .commonHeaderTitle h2 {
  font-family: futura-pt, sans-serif;
  color: black;
}
@media (max-width: 768px) {
  .commonPageHeader .commonHeaderTitleContainer .commonHeaderTitle h2 {
    font-size: 52px;
    font-size: 6.9333333333vw;
    padding-left: 1vw;
  }
}
.commonPageHeader .commonHeaderTitleContainer .commonHeaderTitle h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  color: black;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .commonPageHeader .commonHeaderTitleContainer .commonHeaderTitle h3 {
    font-size: 20px;
    font-size: 2.6666666667vw;
    padding-left: 1vw;
  }
}
.commonPageHeader .commonHeaderTitleContainer .box {
  background-color: #e9ff3e;
  width: 246px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .commonPageHeader .commonHeaderTitleContainer .box {
    width: 32.8vw;
    height: 21.3333333333vw;
    transform: translate(0%, -50%);
  }
}

.pageMv {
  width: calc(100vw - (100vw - 1216px) / 2);
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  opacity: 0;
}
@media (max-width: 768px) {
  .pageMv {
    width: 100%;
    height: 100%;
  }
}
.pageMv img {
  object-fit: cover;
  height: 100%;
}

.pankuzu {
  background: black;
  width: 500px;
  height: 70px;
  padding: 0 10px 0 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transform: translateY(50%);
}
@media (max-width: 768px) {
  .pankuzu {
    width: 300px;
    height: 40px;
  }
}
.pankuzu p {
  color: white;
  font-size: 12px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .pankuzu p {
    line-height: 40px;
  }
}

.sectionTitle {
  margin-top: 0px;
  text-align: center;
}
.sectionTitle h2 {
  font-style: 40px;
  font-family: "Shippori Mincho", serif;
  color: #8e8e8e;
}
.sectionTitle .sectionTitleEnglishBox {
  background-color: #e9ff3e;
  padding: 5px 40px;
  margin: 22px auto;
  width: 360px;
}
.sectionTitle .sectionTitleEnglishBox h3 {
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  color: #8e8e8e;
}
.sectionTitle p {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  color: #8e8e8e;
}

.mt70 {
  margin-top: 70px;
}

.mt140 {
  margin-top: 140px;
}

.mt180 {
  margin-top: 180px;
}

.pt60 {
  padding-top: 60px;
}

footer {
  font-size: 16px;
}
footer .footer-yellow {
  display: flex;
  width: 100%;
  height: 242px;
  justify-content: space-around;
  background-color: #e9ff3e;
}
@media (max-width: 768px) {
  footer .footer-yellow {
    height: 100%;
    flex-direction: column;
    padding: 5vw 2vw;
  }
}
footer .footer-yellow .footer-icon {
  display: flex;
  width: 141px;
  height: 105px;
  margin-left: 103px;
}
@media (max-width: 768px) {
  footer .footer-yellow .footer-icon {
    height: 90%;
    width: 60px;
    margin-left: 0;
  }
}
footer .footer-yellow .contact-footer {
  width: 1216px;
  height: 100%;
  margin: auto;
  display: flex;
}
@media (max-width: 768px) {
  footer .footer-yellow .contact-footer {
    width: 100%;
    flex-direction: column;
  }
}
footer .footer-yellow .contact-left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footer-yellow .contact-left {
    width: 100%;
    height: 50px;
  }
}
footer .footer-yellow .contact-left .tatesen {
  width: 6px;
  height: 195px;
  background-color: #000;
  margin: 0px 73px 0px 73px;
}
@media (max-width: 768px) {
  footer .footer-yellow .contact-left .tatesen {
    height: 90%;
    margin: auto 10px;
  }
}
footer .footer-yellow .contact-left .footer-contact-en {
  font-family: futura-pt, sans-serif;
  font-size: 40px;
}
@media (max-width: 768px) {
  footer .footer-yellow .contact-left .footer-contact-en {
    font-size: 26px;
  }
}
footer .footer-yellow .contact-left .footer-contact-jp {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  footer .footer-yellow .contact-left .footer-contact-jp {
    font-size: 10px;
  }
}
footer .footer-yellow .contact-right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  footer .footer-yellow .contact-right {
    width: 100%;
    height: 100%;
    justify-content: start;
    margin-top: 35px;
  }
}
footer .footer-yellow .contact-right-text p {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
footer .footer-yellow .contact-right-box {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  footer .footer-yellow .contact-right-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .footer-yellow .contact-right-box button {
    width: 100%;
  }
}
footer .footer-yellow .contact-right-box a {
  display: block;
  border: 1px solid;
  width: 442px;
  height: 80px;
  text-align: center;
  color: #000;
  transition: 0.5s;
}
@media (max-width: 768px) {
  footer .footer-yellow .contact-right-box a {
    width: 100%;
  }
}
footer .footer-yellow .contact-right-box a i {
  color: black;
}
footer .footer-yellow .contact-right-box a:hover {
  border: 1px solid #e9ff3e;
  background-color: #000;
  color: #e9ff3e;
}
footer .footer-yellow .contact-right-box a:hover i {
  color: #e9ff3e;
}
footer .footer-gray {
  color: rgb(255, 255, 255);
  height: 293px;
  margin-top: 0;
  background-color: #8e8e8e;
  display: flex;
}
footer .footer-gray img {
  width: 345px;
}
footer .footer-gray .menu555 {
  display: flex;
}
footer .footer-gray .menu555 li {
  margin-bottom: 14px;
}
footer .footer-gray .menu555 li a:hover {
  color: #000;
}
@media (max-width: 768px) {
  footer .footer-gray .menu555 {
    display: none;
  }
}
footer .footer-gray .menu555-left {
  margin-right: 50px;
}
footer .footer-gray .footer-sns img {
  width: 44px;
}
footer .footer-gray .footer-companyadd {
  text-align: right;
}
footer .footer-gray .footer-companyadd p {
  font-size: 16px;
}
@media (max-width: 768px) {
  footer .footer-gray .footer-companyadd {
    text-align: center;
  }
}

.container3 {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .container3 {
    justify-content: center;
    flex-direction: column-reverse;
  }
}

.c-loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9ff3e;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 30px;
  place-items: center;
  justify-content: center;
  pointer-events: none;
}
.c-loader-bg p {
  color: #8e8e8e;
  font-family: futura-pt, sans-serif;
}
.c-loader-bg .sk-cube-grid {
  width: 50px; /* サイズ - 可変 */
  height: 50px; /* サイズ - 可変 */
  margin: 0 auto; /* 上下マージン - 可変 */
}
.c-loader-bg .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #8e8e8e; /* ベースの色 - 可変 */
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.c-loader-bg .sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.c-loader-bg .sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.c-loader-bg .sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.c-loader-bg .sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.c-loader-bg .sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.c-loader-bg .sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.c-loader-bg .sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.c-loader-bg .sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.c-loader-bg .sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.mainvisual {
  width: 100%;
  height: 100vh;
  background-image: url("../img/top/mainvisual.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mainvisual::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 100;
  width: 100%;
  height: 100vh;
}
.mainvisual .mainLogo {
  width: 546px;
  width: 28.4375vw;
}
@media (max-width: 768px) {
  .mainvisual .mainLogo {
    width: 546px;
    width: 72.8vw;
  }
}
.mainvisual .scrollIcon {
  width: 111px;
  width: 5.6060606061vw;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .mainvisual .scrollIcon {
    width: 111px;
    width: 14.8vw;
  }
}

main.mainTop {
  margin: 0 0;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.mainTop {
    padding-bottom: 0;
  }
}
main.mainTop .about {
  padding: 0 1rem;
}
main.mainTop .sectionTitleContainer {
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: center;
  justify-self: left;
  position: relative;
}
@media (max-width: 768px) {
  main.mainTop .sectionTitleContainer {
    grid-template-columns: 1fr;
  }
}
main.mainTop .sectionTitleContainer .sectionTitle {
  text-align: center;
}
main.mainTop .sectionTitleContainer .sectionTitle h2 {
  font-family: futura-pt, sans-serif;
  color: #8e8e8e;
}
@media (max-width: 768px) {
  main.mainTop .sectionTitleContainer .sectionTitle h2 {
    font-size: 52px;
    font-size: 6.9333333333vw;
  }
}
main.mainTop .sectionTitleContainer .sectionTitle h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  color: #8e8e8e;
  margin-top: 25px;
}
@media (max-width: 768px) {
  main.mainTop .sectionTitleContainer .sectionTitle h3 {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
main.mainTop .sectionTitleContainer .box {
  background-color: #e9ff3e;
  width: 246px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(-50%, -25%);
}
@media (max-width: 768px) {
  main.mainTop .sectionTitleContainer .box {
    width: 32.8vw;
    height: 21.3333333333vw;
    transform: translate(0%, -35%);
  }
}
main.mainTop .sectionTitleContainer .sectionTitleText {
  margin-left: 70px;
}
@media (max-width: 768px) {
  main.mainTop .sectionTitleContainer .sectionTitleText {
    margin: 25px auto 0 auto;
  }
}
main.mainTop .sectionTitleContainer .sectionTitleText p {
  font-family: "Shippori Mincho", serif;
  color: #8e8e8e;
}
main.mainTop .sectionContentsContainer {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 400px 1fr;
  align-self: flex-start;
  justify-self: left;
  position: relative;
}
@media (max-width: 768px) {
  main.mainTop .sectionContentsContainer {
    margin: 40px 0;
    grid-template-columns: 1fr;
    align-self: center;
    justify-self: center;
  }
}
main.mainTop .sectionContentsContainer .sectionContents h3 {
  font-size: 3.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  main.mainTop .sectionContentsContainer .sectionContents h3 {
    text-align: center;
  }
}
main.mainTop .sectionContentsContainer .sectionContents p {
  margin-top: 40px;
  text-align: justify;
}
main.mainTop .sectionContentsImg {
  margin-left: 70px;
  width: calc(100vw - 400px - 70px);
  height: 400px;
  position: relative;
}
main.mainTop .sectionContentsImg .sectionContentsImgMask {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: white;
  transform-origin: bottom right;
}
@media (max-width: 768px) {
  main.mainTop .sectionContentsImg {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    height: 164px;
  }
}
main.mainTop .sectionContentsImg img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.topWorkArea {
  margin-top: 140px;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .topWorkArea {
    background-color: #e0e0e0;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-top: 50px;
  }
}

.sectionTitleContainer2 {
  display: grid;
  grid-template-columns: 1fr 400px;
  align-items: center;
  justify-self: left;
  position: relative;
}
@media (max-width: 768px) {
  .sectionTitleContainer2 {
    grid-template-columns: 1fr;
    align-self: center;
    justify-self: center;
    z-index: 2;
  }
}
.sectionTitleContainer2 .sectionTitle {
  margin-left: 70px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .sectionTitleContainer2 .sectionTitle {
    order: 1;
  }
}
.sectionTitleContainer2 .sectionTitle h2 {
  font-family: futura-pt, sans-serif;
  color: #8e8e8e;
  text-align: right;
}
@media (max-width: 768px) {
  .sectionTitleContainer2 .sectionTitle h2 {
    font-size: 52px;
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.sectionTitleContainer2 .sectionTitle h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  color: #8e8e8e;
  margin-top: 25px;
  text-align: right;
}
@media (max-width: 768px) {
  .sectionTitleContainer2 .sectionTitle h3 {
    font-size: 20px;
    font-size: 2.6666666667vw;
    text-align: center;
  }
}
.sectionTitleContainer2 .box {
  background-color: #e9ff3e;
  width: 246px;
  height: 160px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -25%);
  z-index: -1;
}
@media (max-width: 768px) {
  .sectionTitleContainer2 .box {
    width: 32.8vw;
    height: 21.3333333333vw;
    left: 50%;
    transform: translate(0%, -35%);
  }
}
@media (max-width: 768px) {
  .sectionTitleContainer2 .sectionTitleText {
    order: 2;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sectionTitleContainer2 .sectionTitleText {
    margin: 25px auto 0 auto;
  }
}
.sectionTitleContainer2 .sectionTitleText p {
  font-family: "Shippori Mincho", serif;
  color: #8e8e8e;
}
@media (max-width: 768px) {
  .sectionTitleContainer2 .sectionTitleText p {
    text-align: center;
  }
}

.sectionContentsContainer2 {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 400px;
  align-self: flex-start;
  justify-self: left;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .sectionContentsContainer2 {
    grid-template-columns: 1fr;
    align-self: center;
    justify-self: center;
    z-index: 2;
    margin-top: 40px;
  }
}
.sectionContentsContainer2 .sectionContents h3 {
  font-size: 4rem;
  font-weight: 600;
}
.sectionContentsContainer2 .sectionContents p {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .sectionContentsContainer2 .sectionContents {
    order: 1;
  }
}
.sectionContentsContainer2 .workItems {
  margin-right: 70px;
}
@media (max-width: 768px) {
  .sectionContentsContainer2 .workItems {
    order: 2;
    margin: 40px 0 0 0;
  }
}
.sectionContentsContainer2 ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.sectionContentsContainer2 ul li {
  margin-bottom: 20px;
}
.sectionContentsContainer2 ul li:last-child {
  margin-bottom: 0;
}
.sectionContentsContainer2 ul li img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
.sectionContentsContainer2 ul li h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0;
}
.sectionContentsContainer2 ul li p {
  font-size: 16px;
  font-weight: normal;
}

.topLuxury {
  width: 100%;
  height: 200px;
  margin-top: 140px;
}
@media (max-width: 768px) {
  .topLuxury {
    display: none;
  }
}
.topLuxury img {
  overflow: hidden;
  height: 200px;
  object-fit: cover;
  object-position: 30% 50%;
}

.loading {
  position: fixed;
  background-color: white;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.loading img {
  width: 50px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loadingShow {
  display: none;
}

.aboutMarumasuContents {
  height: 882px;
  margin-top: 64px;
  position: relative;
}
@media (max-width: 768px) {
  .aboutMarumasuContents {
    margin-top: 0;
    height: 100%;
  }
}
.aboutMarumasuContents .aboutMarumasuContents-text-container {
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translate(0, -50%);
  padding: 0 90px;
  background-color: #fff;
  z-index: 20;
}
@media (max-width: 768px) {
  .aboutMarumasuContents .aboutMarumasuContents-text-container {
    padding: 30px 2vw;
    top: 0%;
    left: 0px;
    transform: translate(0, 0);
    position: relative;
  }
  .aboutMarumasuContents .aboutMarumasuContents-text-container h3 {
    text-align: center;
  }
}
.aboutMarumasuContents .aboutMarumasuContents-text-container p {
  width: 602px;
  margin-top: 40px;
  text-align: justify;
}
@media (max-width: 768px) {
  .aboutMarumasuContents .aboutMarumasuContents-text-container p {
    width: 100%;
  }
}
.aboutMarumasuContents .aboutMarumasuContents-img-container {
  width: 655px;
  height: 882px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.aboutMarumasuContents .aboutMarumasuContents-img-container img {
  object-fit: cover;
}
@media (max-width: 768px) {
  .aboutMarumasuContents .aboutMarumasuContents-img-container {
    width: 100%;
    height: 300px;
    position: relative;
  }
}
.aboutMarumasuContents .aboutMarumasuContents-img-container .mask {
  width: 655px;
  height: 882px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}

.business_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 3.125vw 0 8.333vw 0;
}
@media (max-width: 768px) {
  .business_box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2vw 2vw;
  }
}
.business_box .left_interior,
.business_box .right_fittings {
  width: 26.0416666667vw;
  max-width: 500px;
  height: 26.0416666667vw;
  max-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5625vw;
  border: solid;
  border-color: #000;
}
@media (max-width: 768px) {
  .business_box .left_interior,
  .business_box .right_fittings {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
.business_box .left_interior h4,
.business_box .right_fittings h4 {
  font-size: 40px;
  font-size: 2.0833333333vw;
  font-family: Noto Serif;
  font-weight: bold;
  color: black;
  margin: 2.08333vw 0;
}
@media (max-width: 768px) {
  .business_box .left_interior h4,
  .business_box .right_fittings h4 {
    font-size: 20px;
  }
}
.business_box .left_interior p,
.business_box .right_fittings p {
  font-size: 20px;
  font-size: 1.0416666667vw;
}
@media (max-width: 768px) {
  .business_box .left_interior p,
  .business_box .right_fittings p {
    font-size: 16px;
  }
}
.business_box .left_interior .business_box_icon_container,
.business_box .right_fittings .business_box_icon_container {
  width: 90px;
  width: 4.6875vw;
}
.business_box .left_interior .business_box_icon_container img,
.business_box .right_fittings .business_box_icon_container img {
  width: 100%;
}
@media (max-width: 768px) {
  .business_box .left_interior .business_box_icon_container,
  .business_box .right_fittings .business_box_icon_container {
    width: 25%;
  }
}

.workContents {
  margin: 140px 0;
}
@media (max-width: 768px) {
  .workContents {
    margin: 20px 0 60px;
    padding: 0 2vw;
  }
}
.workContents ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  column-gap: 12px;
  row-gap: 90px;
}
@media (max-width: 768px) {
  .workContents ul {
    grid-template-columns: 1fr;
  }
}
.workContents ul li .workItemImgContainer {
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  .workContents ul li .workItemImgContainer {
    height: 200px;
  }
}
.workContents ul li h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.workContents ul li p {
  font-size: 16px;
  margin-top: 16px;
}
.workContents ul li img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .workContents ul li img {
    height: 200px;
  }
}
.workContents .workContents-buttonArea {
  margin: 60px auto 0 auto;
}
.workContents .workContents-buttonArea button {
  display: block;
  margin: 0 auto;
}

.masonry-wrapper {
  padding: 1.5em;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .masonry-wrapper {
    padding: 0.5em;
  }
}

.masonry {
  display: grid;
  grid-gap: 0rem;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-auto-rows: 0px;
}

/* グリッドアイテム（masonry-item）にアニメーションを追加 */
.masonry-item:nth-child(odd) {
  /* 奇数番目のアイテム */
  animation: start_animation1 0.4s ease-in-out both;
}

.masonry-item:nth-child(even) {
  /* 偶数番目のアイテム */
  animation: start_animation2 0.4s ease-in-out both;
}

@keyframes start_animation1 {
  0% {
    transform: translate(50px, 300px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes start_animation2 {
  0% {
    transform: translate(-50px, 300px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.thumb {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.span3 {
  grid-row-end: span 3; /* 3つの行にまたがる→300px */
}

.span4 {
  grid-row-end: span 4; /* 4つの行にまたがる→400px */
}

.span5 {
  grid-row-end: span 5; /* 5つの行にまたがる→500px */
}

/*
  グリッドアイテム（masonry-item）にアニメーションを追加
  */
.masonry-item:nth-child(odd) {
  /* 奇数番目のアイテム */
  animation: start_animation1 0.4s ease-in-out both;
}

.masonry-item:nth-child(even) {
  /* 偶数番目のアイテム */
  animation: start_animation2 0.4s ease-in-out both;
}

@keyframes start_animation1 {
  0% {
    transform: translate(50px, 300px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes start_animation2 {
  0% {
    transform: translate(-50px, 300px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.companyContents {
  height: 882px;
  margin-top: 64px;
  position: relative;
}
@media (max-width: 768px) {
  .companyContents {
    height: 100%;
  }
}
.companyContents .companyContents-text-container {
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translate(0, -50%);
  padding: 45px 90px;
  background-color: #fff;
  z-index: 20;
}
@media (max-width: 768px) {
  .companyContents .companyContents-text-container {
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 0 2vw;
    position: relative;
  }
}
@media (max-width: 768px) {
  .companyContents .companyContents-text-container h3 {
    text-align: center;
  }
}
.companyContents .companyContents-text-container p {
  width: 602px;
  margin-top: 40px;
  text-align: justify;
}
@media (max-width: 768px) {
  .companyContents .companyContents-text-container p {
    width: 100%;
  }
}
.companyContents .companyContents-text-container p.ceoname {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.companyContents .companyContents-img-container {
  width: 655px;
  height: 882px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .companyContents .companyContents-img-container {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
  }
}
.companyContents .companyContents-img-container img {
  object-fit: cover;
}
.companyContents .companyContents-img-container .mask {
  width: 655px;
  height: 882px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}
@media (max-width: 768px) {
  .companyContents .companyContents-img-container .mask {
    width: 100%;
    height: 500px;
  }
}

.companyprofile {
  margin: 96px 0 96px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .companyprofile {
    flex-direction: column;
    margin: 20px 0;
    padding: 0 2vw;
  }
}
.companyprofile dl {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .companyprofile dl {
    width: 100%;
  }
}
.companyprofile dl dt {
  font-size: 20px;
  color: #8e8e8e;
  width: 30%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .companyprofile dl dt {
    font-size: 14px;
  }
}
.companyprofile dl dd {
  font-size: 20px;
  color: #8e8e8e;
  width: 70%;
}
@media (max-width: 768px) {
  .companyprofile dl dd {
    font-size: 14px;
  }
}

.contactform {
  margin-top: 75px;
  margin-bottom: 75px;
  padding: 0 2vw;
}
.contactform .formItem {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contactform .formItem {
    flex-direction: column;
  }
}
.contactform label {
  width: 30%;
}
@media (max-width: 768px) {
  .contactform label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.contactform input,
.contactform textarea {
  width: 70%;
  border: 1px solid #8e8e8e;
  padding: 20px 40px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .contactform input,
  .contactform textarea {
    width: 100%;
  }
}
.contactform textarea {
  height: 200px;
}
.contactform input[type=submit] {
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #aae2ff;
  border: 0;
  color: white;
  text-align: center;
  width: 545px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .contactform input[type=submit] {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */