@charset "UTF-8";
a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
.foot,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #151515;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #e0e0e0;
  background: #fff;
  color: #0b00d6;
  position: relative;
  /* letter-spacing: 0.05em; */
}
.over-wrap-menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  overscroll-behavior: contain;
  overflow-y: scroll;
  background-color: rgb(0 0 0 / 80%);
}

.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}
.scroll {
  opacity: 0;
  transform: translateY(10px);
  transition: 1s;
}
.scroll.scrollin {
  opacity: 1;
  transform: translateY(0px);
}

header {
  position: fixed;
  width: 100%;
  top: 20px;
  z-index: 999;
}
header .head {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
header .read {
  display: flex;
  justify-content: center;
}
header .read p {
  margin: 0 5px;
  font-size: 14px;
  /* width: 50px; */
  text-align: center;
}
main{
    height: 100svh;
}
#top_page #fv {
  height: 100svh;
}
#top_page #fv .wrap {
  /* padding: 90px 0 40px; */
  height: 100%;
  position: relative;
  padding-top: 100px;
}
#top_page #fv .inner {
  height: 100%;
  position: relative;
}

#top_page #top_page #fv #tit_slide {
  height: 60px;
  padding-top: 10px;
}
#top_page #fv #tit_slide.swiper {
  /* padding-top: 20px; */
  /* position: absolute; */
  bottom: 0;
}
#top_page #fv #tit_slide .swiper-slide .slide_inner {
  opacity: 0;
}
#top_page #fv #tit_slide .swiper-slide.swiper-slide-active .slide_inner {
  opacity: 1;
}
#top_page #fv #tit_slide .swiper-slide {
  /* height: auto; */
  transition-property: auto;
}
#top_page #fv .slide_inner {
  height: 100%;
  padding-bottom: 100px;
}
#top_page #fv .swiper-slide .img_wrap {
  /* padding: 100px 0 60px; */
  /* height: calc(100% - 100px); */
  display: flex;
  justify-content: center;
  /* margin-bottom: 10px; */
  align-items: center;
  /* padding-bottom: 100px; */
  height: 100%;
}
#top_page #fv .swiper-slide img {
  /* width: fit-content; */
  /* height: fit-content; */
}
#top_page #fv .swiper-slide .three img {
  padding: 0 5px;
}
#top_page #fv .swiper-slide .tit {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50px;
}
#top_page #fv .swiper-slide .tit h3 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
#top_page #fv .swiper-pagination {
  bottom: 20px;
  top: auto;
  font-size: 14px;
}
#top_page #fv #img_slide.swiper {
  height: 100%;
}
#top_page #fv #img_slide.swiper .swiper-slide {
  /* padding-bottom: 100px; */
}
#top_page #fv #img_slide .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
#top_page #fv #img_slide .swiper-button {
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
#top_page #fv #img_slide .swiper-button-prev:after,
#top_page #fv #img_slide .swiper-rtl .swiper-button-next:after {
  content: none;
}
#top_page #fv #img_slide .swiper-button-next:after,
#top_page #fv #img_slide .swiper-rtl .swiper-button-prev:after {
  content: none;
}
#top_page #fv #img_slide .swiper-button-prev {
  left: 0;
}
#top_page #fv #img_slide .swiper-button-next {
  right: 0;
}
#about_page {
}
#about_page #fv {
}
#about_page #fv .wrap {
  padding: 40px;
  padding-top: 140px;
  max-width: 600px;
  margin: auto;
}
#about_page #fv .tit {
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
}
#about_page #fv .read {
}
#about_page #fv .read.jp {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8;
}
#about_page #fv .read.en {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}
#about_page #fv .cat {
  display: flex;
  flex-wrap: wrap;
}
#about_page #fv .cat span {
  padding-right: 10px;
  margin-right: 4px;
  position: relative;
  line-height: 1.5;
  font-size: 14px;
}
#about_page #fv .cat span::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}
footer .copy{
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #top_page #fv .swiper-slide .three img {
    padding: 0;
  }
  #about_page #fv .wrap {
    padding: 20px;
    padding-top: 140px;
  }
}
