html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}

body {
  width: 100%;
  word-break: break-word;
  font-weight: 400;
  line-height: 1.85;
  color: #343434;
  margin: 0;
  padding: 0;
  word-break: break-all;
  font-family: "noto-sans-cjk-jp", sans-serif;
  background: #fff;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

button,
input,
select,
textarea {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1rem;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

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

html,
body,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-weight: bold;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
}

object {
  pointer-events: none;
}

img,
audio,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

iframe {
  border: 0;
}

summary {
  cursor: pointer;
}

p {
  margin: 0 0 1.5rem;
}

ul {
  list-style: none;
}

ol {
  margin-left: 1em;
}

a {
  color: #015996;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

b,
strong {
  color: #464646;
  font-weight: bold;
}

small {
  font-size: 0.875em;
}

hr {
  border: none;
  display: block;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #343434;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

br.pc-none {
  display: block;
}
br.sp-none {
  display: none;
}
br.tb {
  display: none;
}

.display_none {
  display: none !important;
}

[data-href],
[data-src],
[data-scroll] {
  opacity: 0;
}

html.js-scroll_fixed {
  height: 100%;
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  background: rgb(110, 110, 110);
}

#header-bar_area {
  opacity: 0;
}

#first_view {
  opacity: 0;
}

#page {
  min-height: 100vh;
  overflow: hidden;
}

#content {
  opacity: 0;
  z-index: 6;
  position: relative;
  padding: 2rem 0 2rem;
  background-color: #FFF;
}
body.sidebar-right #content, body.sidebar-left #content {
  display: flex;
}
#content #col-main {
  width: 100%;
  animation: a-FadeIn 1.5s ease 0.3s 1 both;
}
body.sidebar-left #content #col-left {
  display: none;
}
body.sidebar-right #content #col-right {
  display: none;
}

body.home > #page > #content {
  padding: 0;
}

#parts_first_view_front #first_view {
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  margin: auto;
}
#parts_first_view_front #first_view .swiper-container-front {
  overflow: hidden;
}
#parts_first_view_front #first_view .swiper-container-front .swiper-slide:not(.--first) {
  display: none;
}
#parts_first_view_front #first_view .swiper-container-front.swiper-horizontal .swiper-slide:not(.--first) {
  display: block;
}
#parts_first_view_front #first_view .swiper-container-front img {
  width: 100%;
}
#parts_first_view_front #first_view .first_view_ttl_area {
  width: 100vw;
  margin-right: -70vw;
  margin-top: 200px;
  z-index: 1;
}
#parts_first_view_front #first_view .first_view_ttl_area .__title {
  font-size: 2.8rem;
  color: #343434;
  font-weight: bold;
  letter-spacing: 0;
  color: #343434;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
#parts_first_view_front #first_view .first_view_ttl_area .__title span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
}
#parts_first_view_front #first_view .first_view_ttl_area .__title .__in-1 {
  animation: in-1 2.5s forwards linear;
}
@keyframes in-1 {
  from {
    width: 0em;
  }
  22% {
    width: 8em;
  }
  to {
    width: 8em;
  }
}
#parts_first_view_front #first_view .first_view_ttl_area .__title .__in-2 {
  animation: in-2 2.5s forwards linear;
}
@keyframes in-2 {
  0% {
    width: 0em;
  }
  22% {
    width: 0em;
  }
  44% {
    width: 8em;
  }
  to {
    width: 8em;
  }
}
#parts_first_view_front #first_view .first_view_ttl_area .__description {
  color: #343434;
  font-weight: bold;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  line-height: 1.3;
}
#parts_first_view_front #first_view .first_view_ttl_area .__description span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
}
#parts_first_view_front #first_view .first_view_ttl_area .__description .__in-3 {
  animation: in-3 2s forwards linear;
}
@keyframes in-3 {
  from {
    width: 0em;
  }
  22% {
    width: 0em;
  }
  44% {
    width: 0em;
  }
  66% {
    width: 8em;
  }
  to {
    width: 8em;
  }
}
#parts_first_view_front #first_view .first_view_ttl_area .__description .__in-4 {
  animation: in-4 2s forwards linear;
}
@keyframes in-4 {
  0% {
    width: 0em;
  }
  66% {
    width: 0em;
  }
  to {
    width: 19em;
  }
}
#parts_first_view_front #first_view .main-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#parts_first_view_front #first_view .main-img ._inner {
  margin-right: -23vw;
  margin-top: -15vh;
}
@media only screen and (min-width:480px) {
  html {
    font-size: 18px;
  }
  br.pc-none {
    display: none;
  }
  br.sp-none {
    display: block;
  }
  #content {
    padding: 2.5rem 0 2.5rem;
  }
  #parts_first_view_front #first_view {
    width: 90%;
    padding-left: 0;
    justify-content: space-around;
  }
  #parts_first_view_front #first_view .first_view_ttl_area {
    margin-right: -53vw;
    margin-top: 190px;
  }
  #parts_first_view_front #first_view .first_view_ttl_area .__description {
    font-size: 1.2rem;
  }
  #parts_first_view_front #first_view .main-img {
    width: 100%;
  }
  #parts_first_view_front #first_view .main-img ._inner {
    margin-right: -12vw;
    margin-top: -16vh;
  }
}
@media only screen and (min-width:768px) {
  #content {
    padding: 3rem 0 3rem;
  }
  #parts_first_view_front #first_view .first_view_ttl_area {
    margin-right: -49vw;
    margin-top: 230px;
  }
  #parts_first_view_front #first_view .first_view_ttl_area .__title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  #parts_first_view_front #first_view .main-img {
    width: 88%;
  }
  #parts_first_view_front #first_view .main-img ._inner {
    margin-top: -21vh;
    margin-right: -19vw;
  }
}
@media only screen and (min-width:768px) and ( max-width: 1280px) {
  br.tb {
    display: block;
  }
}
@media only screen and (min-width:1072px) {
  #content {
    padding: 0 0 3rem;
    min-height: calc(100vh - 300px);
  }
  body.sidebar-left:not(.sidebar-right) #content #col-main {
    width: 70%;
  }
  body.sidebar-right:not(.sidebar-left) #content #col-main {
    width: 70%;
  }
  body.sidebar-left.sidebar-right #content #col-main {
    width: 60%;
  }
  body.sidebar-left #content #col-left {
    opacity: 0;
    animation: a-FadeInRight 1.5s ease 0.3s 1 forwards;
    display: block;
    padding-left: 6rem;
    width: 30%;
  }
  body.sidebar-left.sidebar-right #content #col-left {
    width: 20%;
  }
  body.sidebar-right #content #col-right {
    opacity: 0;
    animation: a-FadeInLeft 1.5s ease 0.3s 1 forwards;
    display: block;
    padding-right: 8rem;
    width: 30%;
  }
  body.sidebar-left.sidebar-right #content #col-right {
    width: 20%;
  }
  #parts_first_view_front #first_view .first_view_ttl_area .__title {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  #parts_first_view_front #first_view .first_view_ttl_area .__description {
    font-size: 1.4rem;
  }
  #parts_first_view_front #first_view .main-img {
    width: 60%;
  }
  #parts_first_view_front #first_view .main-img ._inner {
    margin-top: -40vh;
    margin-right: -25vw;
  }
}
@media only screen and (min-width:1264px) {
  html {
    font-size: 20px;
    font-size: 1.05vw;
  }
  #content {
    padding: 0 0 14rem;
  }
  #parts_first_view_front #first_view {
    width: 1480px;
    max-width: 80%;
  }
  #parts_first_view_front #first_view .first_view_ttl_area {
    margin: 0;
    width: 40%;
  }
  #parts_first_view_front #first_view .first_view_ttl_area .__title {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width:1263px) {
  #parts_first_view_front #first_view .first_view_ttl_area .__title {
    text-shadow: 1px 1px 2px #fff;
  }
}
@media only screen and (max-width:479px) {
  #parts_first_view_front #first_view .swiper-container-front {
    height: 80vh;
  }
  #parts_first_view_front #first_view .swiper-container-front img {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 40% 100%;
       object-position: 40% 100%;
  }
}

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