@charset "UTF-8";
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 colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors 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 color 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;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased !important;
}

body {
  letter-spacing: 0.06em;
  font-family: "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 500;
}

a {
  cursor: pointer !important;
  color: #000;
  text-decoration: none;
}

.wrapper {
  margin-left: 9.609vw;
  background-color: #fff;
  z-index: -1;
}

button {
  cursor: pointer !important;
  transition: 0.4s;
}
button a {
  position: absolute;
  display: block;
  width: 100%;
}

img {
  width: 100%;
}

li {
  list-style-type: none;
}

/* ============================ */

@media screen and (min-width: 1024px) {
  .__pc {
    display: inline-block;
  }

  .__tab {
    display: none;
  }

  .__sp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .__pc {
    display: inline-block;
  }

  .__tab {
    display: none;
  }

  .__sp {
    display: none;
  }
}

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

  .__tab {
    display: inline-block;
  }

  .__sp {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .__pc {
    display: none;
  }

  .__tab {
    display: none;
  }

  .__sp {
    display: inline-block;
  }
}

/* ============================ */
.header {
  background-color: #000;
  position: fixed;
  z-index: 999;
  width: 9.609vw;
  height: 100vh;
  box-sizing: border-box;
}
.header_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.header_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.281vw;
  width: 3.906vw;
}

.openbtn {
  cursor: pointer !important;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 4.805vw;
  transform: translateY(-50%) translateX(-50%);
  width: 2.812vw;
  height: 2.344vw;
  z-index: 9999;
}
.openbtn span {
  display: inline-block;
  transition: all 0.6s;
  position: absolute;
  width: 100%;
  height: 0.312vw;
  border-radius: 0.156vw;
  background-color: #fff;
}
.openbtn span:nth-of-type(1):not(._active) {
  top: 0;
  transition-delay: 0.2s;
}
.openbtn span:nth-of-type(2) {
  transition: all 0.4s;
  top: 1.016vw;
}
.openbtn span:nth-of-type(3) {
  top: 2.031vw;
  transition-delay: 0.2s;
}

.openbtn._active span:nth-of-type(1) {
  transform: translateY(1.055vw) rotate(45deg);
}
.openbtn._active span:nth-of-type(2) {
  transform: translateX(-5vw);
  opacity: 0;
}
.openbtn._active span:nth-of-type(3) {
  transform: translateY(-1.055vw) rotate(-45deg);
}

.scrolldown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s all;
  bottom: 0;
  width: 3.906vw;
  height: 9.375vw;
  overflow: hidden;
}
.scrolldown span {
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 1.093vw;
  font-family: "Lato", sans-serif;
  writing-mode: vertical-rl;
  color: #fff;
}
.scrolldown span:nth-of-type(2) {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 0.156vw;
  background-color: #fff;
  height: 9.375vw;
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: -3vw;
    opacity: 0;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 9.375vw;
    opacity: 0;
  }
}
.scrolldown._hidden {
  opacity: 0;
}

.topbtn._hidden {
  opacity: 0;
  bottom: 0;
}

.topbtn {
  opacity: 1;
  transition: 0.6s all;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.563vw;
  width: 5vw;
  height: 5vw;
}
.topbtn a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.topbtn a span {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.156vw solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.topbtn a span::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.406vw;
  content: "TOP";
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 600;
}
.topbtn a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 0.781vw;
  height: 0.781vw;
  border-left: 0.156vw solid #fff;
  border-top: 0.156vw solid #fff;
  transform: translateY(0.547vw) translateX(-0.4vw) rotate(45deg);
  box-sizing: border-box;
}

.gnav {
  position: fixed;
  top: 0;
  left: -50%;
  z-index: 1000;
  background-color: #000;
  transition: 0.6s ease-in-out all;
  width: 51.25vw;
  height: 100vh;
  overflow: scroll;
}
.gnav_logo {
  position: absolute;
  top: 6.687vw;
  left: 50%;
  transform: translateX(-50%);
  width: 5.25vw;
}

.list {
  position: absolute;
  top: 17.469vw;
  left: 50%;
  transform: translateX(-50%);
  width: 10vw;
  height: 32.25vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.list_item {
  text-align: center;
}
.list_item a {
  font-family: "Lato", sans-serif;
  font-size: 1.562vw;
  color: #fff;
  font-weight: 600;
}
.fv_btn_contact.__position {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  background-color: #f1c407;
  color: #fff;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 1.25vw;
  text-align: center;
  transition: 0.4s all;
  border: unset;
  width: 17.063vw;
  line-height: 4.75vw;
  margin: 0 1.5%;
  border-radius: 100rem;
  cursor: pointer;
}
.fv_btn_contact.__position {
  position: relative;
  left: -37.5%;
}
.fv_btn_contact.__position a {
  color: #fff;
}
.fv_btn_contact.__position::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3.25%;
  width: 0.781vw;
  height: 0.781vw;
  border-top: 0.156vw solid #fff;
  border-right: 0.156vw solid #fff;
  transform: translateY(-50%) translateX(-150%) rotate(45deg);
  transition: 0.4s all;
}
.fv_btn_contact.__position:hover {
  color: #000;
  background-color: #fff;
  border-color: unset;
  transition: 0.4s all;
}
.fv_btn_contact.__position:hover a {
  color: #000;
  transition: 0.4s all;
}
.fv_btn_contact.__position:hover::after {
  border-top: 0.156vw solid #000;
  border-right: 0.156vw solid #000;
}
.sns {
  position: absolute;
  top: 49.063vw;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 7.5vw;
}
.sns_item {
  width: 2.5vw;
}
.sns_item:nth-child(1) {
  width: 3vw;
}

.gnav._active {
  transform: translateX(100%);
}

@media screen and (max-width: 1025px) {
  .header {
    box-sizing: border-box;
    width: 13.542vw;
    height: 11.068vw;
    top: 0;
    right: 13.542vw;
  }
  .header_wrapper {
    position: relative;
  }
  .header_logo {
    width: 5.208vw;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .openbtn,
  .openbtn._active {
    width: 5.729vw;
    height: 4.427vw;
    margin: 3.125vw 3.776vw;
    top: 0;
    left: auto;
    right: 0;
    transform: none;
  }
  .openbtn span,
  .openbtn._active span {
    height: 0.651vw;
    border-radius: 0.651vw;
    background: #757575;
  }
  .openbtn span:nth-of-type(2),
  .openbtn._active span:nth-of-type(2) {
    top: 2.083vw;
  }
  .openbtn span:nth-of-type(3),
  .openbtn._active span:nth-of-type(3) {
    top: 4.167vw;
  }

  .gnav._active {
    transform: translateX(100%);
  }

  .openbtn::after {
    content: "";
    position: absolute;
    width: 13.542vw;
    height: 11.068vw;
    background-color: #fff;
    z-index: -1;
    top: -3.125vw;
    right: -3.776vw;
    transition: 0.4s;
  }

  .openbtn._active::after {
    opacity: 0;
  }

  .openbtn._active span:nth-of-type(1) {
    transform: translateY(2.083vw) rotate(45deg);
  }
  .openbtn._active span:nth-of-type(2) {
    transform: translateX(-5vw);
    opacity: 0;
  }
  .openbtn._active span:nth-of-type(3) {
    transform: translateY(-2.083vw) rotate(-45deg);
  }

  .scrolldown,
  .topbtn {
    display: none;
  }

  .gnav {
    position: fixed;
    left: -100%;
    transition: 0.6s ease-in-out all;
    width: 100vw;
    height: 100vh;
  }
  .gnav_logo {
    position: absolute;
    top: 13.021vw;
    left: 50%;
    transform: translateX(-50%);
    width: 11.979vw;
  }

  .list {
    top: 40.365vw;
    width: 26.432vw;
    height: 56.51vw;
  }
  .list_item {
    text-align: center;
  }
  .list_item a {
    font-size: 4.688vw;
    font-weight: 400;
  }
  .fv_btn_contact.__position {
    position: relative;
    left: -15%;
    width: 35vw;
    line-height: 8.75vw;
  }
  .fv_btn_contact.__position a {
    font-size: 4.25vw;
  }
  .list {
    top: 37.365vw;
    height: 77.51vw;
  }
  .fv_btn_contact.__position::after {
    width: 1.781vw;
    height: 1.781vw;
    border-top: 0.356vw solid #fff;
    border-right: 0.356vw solid #fff;
  }

  .sns {
    position: absolute;
    top: 114vw;
    width: 20.313vw;
  }
  .sns_item {
    width: 6.875vw;
  }
  .sns_item:nth-child(1) {
    width: 8.542vw;
  }
}
@media screen and (max-width: 767px) {
  .header {
    box-sizing: border-box;
    width: 20.833vw;
    height: 17.222vw;
    top: 0;
    right: 20.833vw;
  }
  .header_logo {
    width: 7.778vw;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .openbtn,
  .openbtn._active {
    width: 8.889vw;
    height: 6.944vw;
    margin: 5.278vw 6.111vw;
    top: 0;
    left: auto;
    right: 0;
    transform: none;
  }
  .openbtn span,
  .openbtn._active span {
    height: 0.833vw;
    border-radius: 0.833vw;
  }
  .openbtn span:nth-of-type(2),
  .openbtn._active span:nth-of-type(2) {
    top: 3.333vw;
  }
  .openbtn span:nth-of-type(3),
  .openbtn._active span:nth-of-type(3) {
    top: 6.667vw;
  }

  .openbtn::after {
    content: "";
    position: absolute;
    width: 20.833vw;
    height: 17.222vw;
    background-color: #fff;
    z-index: -1;
    top: -5.278vw;
    right: -6.111vw;
    transition: 0.4s;
  }

  .openbtn._active::after {
    opacity: 0;
  }

  .openbtn._active span:nth-of-type(1) {
    transform: translateY(3.333vw) rotate(45deg);
  }
  .openbtn._active span:nth-of-type(2) {
    transform: translateX(-5vw);
    opacity: 0;
  }
  .openbtn._active span:nth-of-type(3) {
    transform: translateY(-3.333vw) rotate(-45deg);
  }

  .scrolldown,
  .topbtn {
    display: none;
  }

  .gnav {
    position: fixed;
    transition: 0.6s ease-in-out all;
    width: 100vw;
    height: 100vh;
  }
  .gnav_logo {
    position: absolute;
    top: 25.778vw;
    left: 50%;
    transform: translateX(-50%);
    width: 15vw;
  }
  .list {
    top: 56.111vw;
    width: 51.111vw;
    height: 90.833vw;
  }
  .list_item a {
    font-size: 5.667vw;
  }
  .fv_btn_contact.__position {
    left: 2.75%;
    width: 47vw;
    line-height: 12em;
  }
  .fv_btn_contact.__position a {
    font-size: 4.25vw;
    display: block;
  }
  .fv_btn_contact.__position::after {
    width: 2.781vw;
    height: 2.781vw;
    border-top: 0.456vw solid #fff;
    border-right: 0.456vw solid #fff;
  }
  .sns {
    position: absolute;
    top: 151.667vw;
    width: 27.222vw;
    padding-bottom: 11.111vw;
  }
  .sns_item {
    width: 9.167vw;
  }
  .sns_item:nth-child(1) {
    width: 11.389vw;
  }
}
.wrapper {
  margin-left: 9.609vw;
}

@media screen and (max-width: 1025px) {
  .wrapper {
    margin-left: 0 !important;
  }
}
.footer {
  position: relative;
  margin-left: 9.609vw;
  background-color: #fff;
}
.footer_contact {
  background: #f3f3f3;
  width: 100%;
  height: 30.422vw;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition-delay: 0.4s;
  transition: 0.4s;
}
.footer_contact a {
  position: absolute;
  display: block;
  width: 100%;
  height: 4.689vw;
}
.footer_contact::before,
.footer_contact::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: transform ease 0.4s;
  transition-delay: 0.3s;
}
.footer_contact::before {
  right: -47.422vw;
  border-right: 47.422vw solid transparent;
  border-bottom: 47.422vw solid #000;
  transform: translateX(-100%);
}
.footer_contact::after {
  left: -47.422vw;
  border-left: 47.422vw solid transparent;
  border-top: 47.422vw solid #000;
  transform: translateX(100%);
}
.footer_contact:hover {
  transition: 0.4s;
  transition-delay: 0.4s;
  color: #fff;
}
.footer_contact:hover::before {
  transform: translateX(-49%);
}
.footer_contact:hover::after {
  transform: translateX(49%);
}
.footer .contact_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.footer .contact_container ._heading {
  font-size: 2.813vw;
  font-family: "Lato", sans-serif;
}
.footer .contact_container ._subtitle {
  font-size: 1.25vw;
  margin-top: 1.406vw;
}
.footer .contact_container ._txt {
  font-size: 1.25vw;
  margin-top: 3.75vw;
}
.footer .contact_container ._morebtn {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 1.25vw;
  text-align: center;
  transition: 0.4s all;
  border: unset;
  width: 22.422vw;
  line-height: 4.689vw;
  margin-top: 3.75vw;
  transition-delay: 0.4s;
  transition: 1s;
}
.footer .contact_container ._morebtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.781vw;
  height: 0.781vw;
  border-top: 0.156vw solid #fff;
  border-right: 0.156vw solid #fff;
  transform: translateY(-50%) translateX(-150%) rotate(45deg);
  transition: 0.4s all;
}
.footer .footer_contact:hover ._morebtn {
  color: #000;
  background-color: #fff;
  border-color: #000;
  transition: 0.4s all;
  transition-delay: 0.4s;
  transition: 1s;
}
.footer .footer_contact:hover ._morebtn::after {
  border-color: #000;
}
.footer_works {
  background-image: url(../img/footer_pic-min.webp);
  background-position: 0% 100%;
  background-size: cover;
  width: 100%;
  height: 30.422vw;
  position: relative;
}
.footer_works::after {
  content: "";
  display: block;
  /* width: 100vw; */
  height: 100%;
  background-color: #fff;
  opacity: 0.35;
}
.footer .works_container {
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  padding: 5vw 8.359vw;
  z-index: 100;
  color: #fff;
}
.footer .works_container ._heading {
  position: relative;
  font-size: 2.813vw;
  font-family: "Lato", sans-serif;
}
.footer .works_container ._heading::after {
  content: "";
  position: absolute;
  left: 6.25vw;
  bottom: -0.647vw;
  width: 10.063vw;
  height: 0.1vw;
  background-color: #fff;
}
.footer .works_container ._subtitle {
  font-size: 1.25vw;
  margin-top: 1.406vw;
}
.footer .works_container ._txt {
  font-size: 1.25vw;
  margin-top: 3.75vw;
}
.footer .works_container ._morebtn {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 1.25vw;
  text-align: center;
  transition: 0.4s all;
  border: 0.078vw solid #fff;
  width: 22.422vw;
  line-height: 4.689vw;
  margin-top: 3.75vw;
}
.footer .works_container ._morebtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.781vw;
  height: 0.781vw;
  border-top: 0.156vw solid #fff;
  border-right: 0.156vw solid #fff;
  transform: translateY(-50%) translateX(-150%) rotate(45deg);
  transition: 0.4s all;
}
.footer .works_container ._morebtn:hover {
  color: #000;
  background-color: #fff;
  /*   border-color: #000; */
  transition: 0.4s all;
  background-color: #fff;
}
.footer .works_container ._morebtn:hover::after {
  border-color: #000;
}
.footer_container {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.25vw;
  color: #fff;
}
.footer_container ._logo {
  margin-left: 5.781vw;
  display: inline-flex;
  align-items: center;
}
.footer_container ._logo-img {
  display: inline-block;
  width: 10vw;
}
.footer_container ._logo-txt {
  display: inline-block;
  font-size: 1.875vw;
  font-weight: 700;
  margin-left: 1.25vw;
}
.footer_container ._sns {
  display: flex;
  justify-content: space-between;
  width: 6.25vw;
}
.footer_container ._sns-twitter {
  width: 2.278vw;
}
.footer_container ._sns-instagram {
  width: 1.875vw;
}
.footer_container ._txt {
  margin-right: 7.188vw;
  font-size: 1.094vw;
}

@media screen and (max-width: 1025px) {
  .footer {
    margin-left: 0 !important;
  }
  .footer_contact::before,
  .footer_contact::after {
    display: none;
  }
  .footer_contact:hover {
    color: #000;
  }
  .footer .contact_container ._heading {
    font-size: 3.385vw;
  }
  .footer .contact_container ._subtitle {
    font-size: 1.563vw;
    margin-top: 2.083vw;
  }
  .footer .contact_container ._txt {
    font-size: 1.823vw;
    margin-top: 3.906vw;
    line-height: 2em;
  }
  .footer .contact_container ._morebtn {
    width: 22.422vw;
    font-size: 1.563vw;
    line-height: 3em;
    margin-top: 4.688vw;
  }
  .footer .works_container ._heading {
    font-size: 3.385vw;
  }
  .footer .works_container ._subtitle {
    font-size: 1.563vw;
    margin-top: 2.083vw;
  }
  .footer .works_container ._heading::after {
    content: "";
    position: absolute;
    left: 5vw;
    bottom: -1.172vw;
    width: 12vw;
    height: 0.26vw;
    background-color: #fff;
  }
  .footer .works_container ._morebtn {
    width: 22.422vw;
    font-size: 1.563vw;
    line-height: 3em;
    margin-top: 3.906vw;
  }
  .footer_container {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 13.021vw;
    color: #fff;
  }
  .footer_container ._logo {
    margin-left: 5.781vw;
    display: inline-flex;
    align-items: center;
  }
  .footer_container ._logo-img {
    display: inline-block;
    width: 20.688vw;
  }
  .footer_container ._logo-txt {
    font-size: 3.125vw;
    margin-left: 2.083vw;
  }
  .footer_container ._sns {
    display: flex;
    justify-content: space-between;
    width: 10.417vw;
  }
  .footer_container ._sns-twitter {
    width: 4.427vw;
  }
  .footer_container ._sns-instagram {
    width: 3.906vw;
  }
  .footer_container ._txt {
    margin-right: 7.188vw;
    font-size: 1.823vw;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact {
    height: 90.556vw;
  }
  .footer_contact a {
    position: absolute;
    display: block;
    width: 100%;
    height: 4.689vw;
  }
  .footer .contact_container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
  }
  .footer .contact_container ._heading {
    font-size: 7.778vw;
  }
  .footer .contact_container ._subtitle {
    font-size: 3.333vw;
    margin-top: 3.333vw;
  }
  .footer .contact_container ._txt {
    text-align: center;
    width: 62.333vw;
    font-size: 3.889vw;
    margin: 6.667vw auto 0;
  }
  .footer .contact_container ._morebtn {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    font-size: 1.25vw;
    text-align: center;
    transition: 0.4s all;
    border: 0.078vw solid #000;
    font-size: 4.444vw;
    width: 52.222vw;
    line-height: 3em;
    margin-bottom: 3.333vw;
  }
  .footer .contact_container ._morebtn:hover {
    color: #fff;
    background-color: #000;
    /*     border-color: #fff; */
    transition: 0.4s all;
    background-color: #f1c407;
  }
  .footer .contact_container ._morebtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.781vw;
    height: 0.781vw;
    border-top: 0.156vw solid #000;
    border-right: 0.156vw solid #000;
    transform: translateY(-50%) translateX(-150%) rotate(45deg);
    transition: 0.4s all;
    width: 2.778vw;
    height: 2.778vw;
    border-width: 0.278vw;
  }
  .footer_works {
    height: 90.556vw;
  }
  .footer .works_container {
    box-sizing: border-box;
    padding: 14.444vw 21.667vw;
  }
  .footer .works_container ._heading {
    font-size: 7.778vw;
  }
  .footer .works_container ._heading::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2.778vw;
    width: 26vw;
    height: 0.278vw;
  }
  .footer .works_container ._subtitle {
    font-size: 3.333vw;
    margin-top: 5vw;
  }
  .footer .works_container ._morebtn {
    font-size: 4.444vw;
    width: 52.222vw;
    line-height: 3em;
    margin-top: 6.667vw;
    margin-bottom: 0;
  }
  .footer .works_container ._morebtn::after {
    width: 2.778vw;
    height: 2.778vw;
    border-width: 0.278vw;
  }
  .footer_container {
    box-sizing: border-box;
    height: 26.111vw;
    padding-top: 5.556vw;
    padding-bottom: 10vw;
  }
  .footer_container ._logo {
    margin-left: 7.778vw;
  }
  .footer_container ._logo-img {
    width: 32.5vw;
  }
  .footer_container ._logo-txt {
    font-size: 6.667vw;
    margin-left: 3.889vw;
  }
  .footer_container ._sns {
    display: flex;
    justify-content: space-between;
    width: 22.222vw;
    margin-right: 8.333vw;
  }
  .footer_container ._sns-twitter {
    width: 8.333vw;
  }
  .footer_container ._sns-instagram {
    width: 6.667vw;
  }
  .footer_container ._txt {
    position: absolute;
    bottom: 3.333vw;
    margin-left: 7.778vw;
    font-size: 3.333vw;
  }
}
.main {
  box-sizing: border-box;
}

.heading {
  text-align: center;
  font-size: 3.281vw;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding: 2.813vw 0 1.875vw;
  border-bottom: 0.0781vw solid #757575;
}
.heading span {
  color: #757575;
  font-size: 1.25vw;
  margin-top: 0.938vw;
}

.article {
  position: relative;
  padding-right: 9.512vw;
  padding-left: 8.281vw;
}
.article_heading {
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 2em;
  margin-top: 9.512vw;
  padding-bottom: 2.813vw;
  border-bottom: 0.0781vw solid #757575;
}
.article_info {
  margin-top: 1.875vw;
}
.article_info p {
  display: inline-block;
  color: #757575;
  font-weight: 700;
  line-height: 3.281vw;
}
.article_info ._date {
  vertical-align: bottom;
  font-family: "Lato", sans-serif;
  font-size: 1.875vw;
  margin-right: 2.5vw;
}
.article_info ._tag {
  font-size: 1.406vw;
  padding: 0 2.5vw;
  border: 0.0781vw solid #000;
  border-radius: 3.75vw;
}
.article_container {
  margin-top: 7.187vw;
}
.article_img {
  margin: 0 5vw;
}
.article_img img {
  height: 39.125vw;
  object-fit: cover;
}
.article_txt {
  margin-top: 5vw;
}
.article_txt p {
  font-size: 1.25vw;
  line-height: 2em;
}

.pagenation {
  margin-top: 7.813vw;
  margin-bottom: 5vw;
}
.pagenation_container {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 39.063vw 1fr;
}
.pagenation_container li {
  height: 14.297vw;
  text-align: center;
  transition: 0.2s;
  background-color: #fff;
}
.pagenation_container li a {
  box-sizing: border-box;
  transition: 0.2s;
  font-size: 1.094vw;
  font-weight: 700;
  line-height: 14.297vw;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.0781vw solid #000;
}
.pagenation_container li .hidden {
  border: none;
  color: #fff;
  cursor: default !important;
}
.pagenation_container li .hidden:hover {
  background-color: #fff;
}
.pagenation_container li a:hover {
  background-color: #000;
  color: #fff;
}
.pagenation_container ._home {
  color: #fff;
  background-image: url(/wp-content/themes/Losta_HP2_wp/img/fv_pic5-min.jpg);
  background-size: cover;
}
.pagenation_container ._home a:hover {
  background-color: transparent;
  background-image: url(/wp-content/themes/Losta_HP2_wp/img/fv_pic5-min.jpg);
  background-size: cover;
  color: #000;
}
.pagenation_container ._home:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1025px) {
  .heading {
    font-size: 4.688vw;
    padding: 3.646vw 0 2.344vw;
    border-bottom: 0.13vw solid #757575;
  }
  .heading span {
    font-size: 1.823vw;
    margin-top: 0.938vw;
  }

  .article {
    position: relative;
    padding-right: 9.512vw;
    padding-left: 8.281vw;
  }
  .article_heading {
    font-size: 2.604vw;
    margin-top: 5.729vw;
    padding-bottom: 3.646vw;
    border-bottom: 0.13vw solid #757575;
  }
  .article_info {
    margin-top: 2.083vw;
  }
  .article_info p {
    line-height: 2em;
  }
  .article_info ._date {
    vertical-align: bottom;
    font-family: "Lato", sans-serif;
    font-size: 2.344vw;
    margin-right: 3.125vw;
  }
  .article_info ._tag {
    font-size: 1.823vw;
    padding: 0.26vw 3.125vw;
    border: 0.0781vw solid #000;
    border-radius: 3.75vw;
  }
  .article_container {
    margin-top: 5.729vw;
  }
  .article_img {
    margin: 0 3.906vw;
  }
  .article_img img {
    height: 46.498vw;
  }
  .article_txt {
    margin-top: 5.729vw;
  }
  .article_txt p {
    font-size: 1.823vw;
    line-height: 2em;
  }

  .pagenation {
    margin-top: 10.417vw;
    margin-bottom: 7.031vw;
  }
  .pagenation_container {
    display: grid;
    grid-template-columns: 1fr 39.063vw 1fr;
  }
  .pagenation_container li {
    height: 15.625vw;
    font-size: 1.823vw;
    font-weight: 700;
    line-height: 15.625vw;
  }
  .pagenation_container ._home {
    color: #fff;
    background-image: url(/wp-content/themes/Losta_HP2_wp/img/fv_pic5-min.jpg);
    background-size: cover;
  }
  .pagenation_container li:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 11.667vw;
    padding: 23.889vw 0 15vw;
    border-bottom: 0.278vw solid #757575;
  }
  .heading span {
    color: #757575;
    font-size: 4.444vw;
    margin-top: 0.938vw;
  }

  .article {
    position: relative;
    padding: 0;
  }
  .article_heading {
    font-size: 5vw;
    margin-top: 6.667vw;
    padding-left: 4.444vw !important;
    padding-right: 4.444vw !important;
    padding-bottom: 6.667vw;
    border-bottom: 0.278vw solid #757575;
  }
  .article_info {
    padding-left: 4.444vw !important;
    padding-right: 4.444vw !important;
    margin-top: 2.083vw;
  }
  .article_info p {
    line-height: 2em;
  }
  .article_info ._date {
    font-size: 4.444vw;
    margin-right: 5vw;
    line-height: 7.778vw;
  }
  .article_info ._tag {
    font-size: 3.333vw;
    padding: 0 5.833vw;
    line-height: 6.667vw;
    border: 0.278vw solid #000;
    border-radius: 6.667vw;
  }
  .article_container {
    margin-top: 13.333vw;
    padding-left: 4.444vw !important;
    padding-right: 4.444vw !important;
  }
  .article_img {
    margin: 13.333vw 0 0;
  }
  .article_img img {
    height: 56.948vw;
  }
  .article_txt {
    margin-top: 13.333vw;
  }
  .article_txt p {
    font-size: 3.25vw;
    line-height: 2em;
  }
  .article .pagenation {
    padding: 0 4%;
    margin-top: 17.778vw;
    margin-bottom: 13.333vw;
  }
  .article .pagenation_container {
    display: grid;
    grid-template-columns: 1fr 39.063vw 1fr;
  }
  .article .pagenation_container li {
    font-size: 3.333vw;
  }
	.pagenation_container li a {
		font-size: 3.25vw;
		line-height: unset;
	}
}
