@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html,
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav 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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  word-break: break-word;
}
body.noscroll {
  overflow: hidden;
}

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

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.en {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  word-break: break-word;
}
body.noscroll {
  overflow: hidden;
}

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

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sec_ttl {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 28px;
  }
}

.sub_ttl {
  display: block;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin: 30px auto 100px;
}
@media screen and (max-width: 768px) {
  .sub_ttl {
    font-size: 14px;
    margin: 20px auto 50px;
  }
}

.txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .txt {
    font-size: 14px;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  padding: 25px 20px;
  box-sizing: border-box;
  z-index: 100;
  box-shadow: 0 0 4px 1px #999;
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.8s ease;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 20px;
  }
}
.header.scroll {
  opacity: 1;
  transform: translate(0);
}
.header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .header_inner .header_logo {
  font-size: 32px;
  font-weight: normal;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .header .header_inner .header_logo {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .header .header_inner .header_nav {
    display: none;
  }
}
.header .header_inner .header_nav ul {
  display: flex;
  align-items: center;
  padding-right: 40px;
}
.header .header_inner .header_nav ul li {
  margin-left: 50px;
}
.header .header_inner .header_nav ul li a {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  letter-spacing: 0.05em;
  position: relative;
}
.header .header_inner .header_nav ul li a::after {
  content: "";
  height: 2px;
  background: #000;
  width: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
  display: block;
  transform-origin: left;
  transition: all 0.5s ease;
}
.header .header_inner .header_nav ul li a:hover::after {
  width: 100%;
}

.sp_nav {
  transform: translateX(100%);
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
  position: fixed;
  z-index: 500;
  background: #fff;
  top: 0;
  right: 0;
  padding: 20% 8% 6%;
  overflow-y: auto;
}
.sp_nav.active {
  transform: translate(0);
}
.sp_nav ul li {
  margin: 0 0 30px;
}
.sp_nav ul li a {
  font-size: 22px;
}
.sp_nav ul img {
  width: 30px;
}
.sp_nav .sns_nav {
  display: flex;
  align-items: center;
  margin: 50px auto 0;
}
.sp_nav .sns_nav li {
  margin-right: 20px;
}
.sp_nav h2 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
  margin: 40px auto 0;
  padding: 20px 0;
}

.burger {
  z-index: 503;
  position: fixed;
  right: 20px;
  top: 25px;
  display: none;
}
@media screen and (max-width: 768px) {
  .burger.scroll {
    display: block;
  }
}

.burger:hover {
  cursor: pointer;
}

.burger.toggle .burger01 {
  transform: rotate(-45deg) translate(-3px, 7px);
}

.burger.toggle .burger02 {
  transform: rotate(45deg) translate(1px, -4px);
}

.burger div {
  width: 30px;
  height: 2px;
  margin: 0;
  background-color: #000;
  transition: all 0.3s ease;
}

.burger .burger02 {
  margin: 7px 0;
}

.footer {
  width: 100%;
  background: #fff;
  padding: 20px 20px 20px;
  text-align: center;
  border-top: 1px solid #000;
  box-sizing: border-box;
}
.footer small {
  font-size: 12px;
}

.top_btn {
  position: fixed;
  right: 30px;
  bottom: 5%;
  z-index: 100;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px 1px #999;
}
.top_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_btn img {
  width: 20px;
}

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

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

/*アニメーション*/
.fadeup,
.fadeup02,
.fadeup03,
.fadeup04,
.fadeup05 {
  opacity: 0;
}

.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 0.5s forwards;
  animation-delay: 0.4s;
}

@keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */