@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

ul,ol,li {
  list-style: none;
}

img {
    width: 100%;
}

a {
  color: #000;
  transition: opacity 0.5s;
  font-weight: 500;
}

a:hover {
    opacity: 0.5;
}

.h-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.sp {
    display: none;
}

/*----------------------------------
  font
----------------------------------*/
body {
  font-family:
    'Outfit',
    'Noto Sans JP',
    'Hiragino Kaku Gothic ProN',
    'Hiragino Sans',
    'Yu Gothic',
    'Meiryo',
    sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/*----------------------------------
  フェードイン
----------------------------------*/
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: opacity 1s, transform 1s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

@media screen and (max-width: 768px) {
    section h2 {
        font-size: 50px;
        line-height: 1.0;
    }

    .sp {
        display: block;
    }

    .h-inner {
        width: 90%;
        padding: 0;
    }
}

/*----------------------------------
  header
----------------------------------*/
.header{
  position:fixed;
  top:0;
  width:100%;
  z-index:1000;
  transition:background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.header.scrolled{
  background:rgba(255,255,255,0.3);
  backdrop-filter:blur(10px);
  box-shadow:0 4px 20px rgba(0,0,0,0.08);
}

.header-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.logo{
  min-width: 300px;
  margin-left:20px;
}

.nav ul{
  display:flex;
  gap:35px;
  list-style:none;
  align-items:center;
  margin:0;
  padding:0;
}

.nav ul li a{
  display:flex;
  align-items:center;
  white-space:nowrap;
  letter-spacing:0.1em;
}

.m-contact{
  margin-left:auto;
}

.m-contact a{
  display:flex;
  align-items:center;
  gap:35px;
  padding:40px;
  background:#000;
  color:#fff;
}

.insta-pc{
  display:block !important;
}

.insta-sp{
  display:none !important;
}

.menu-pr {
  display:none !important;
}

@media (max-width:900px){

  .header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    background:#fff;
    padding:0;
 }

  .header-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px;
  }

  .hamburger{
    display:flex;
    flex-direction:column;
    gap:5px;
  }

  .hamburger span{
    width:25px;
    height:2px;
    background:#333;
  }

  .nav{
    display:none;
    position:fixed;
    top:80px;
    left:0;
    width:100%;
    height:calc(100vh - 80px);
    z-index:9999;
    background:rgba(0,0,0,0.8);
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    color:#fff;
    overflow-y:auto;
	-webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .nav.active{
    display:block;
  }

  .nav ul{
    display:flex;
    flex-direction:column;
    margin:0;
    padding:0;
    list-style:none;
	gap: 0;
  }

  .nav ul li{
    width: 90%;
    margin:0;
    padding:0;
    border-bottom:1px solid rgba(255,255,255,0.15);
  }

  .nav ul li a{
    display:flex;
    align-items:center;
    padding: 30px;
    color:#fff;
    text-decoration:none;
	line-height: 0;
  }

  .logo{
    margin-left:5px;
  }

  .no-scroll{
    overflow:hidden;
  }
	
  .insta-pc{
    display:none !important;
  }

  .insta-sp{
    display:block !important;
  }
	
  .m-contact a{
    background: none;
  }
	
  .menu-pr {
    display:block !important;
  }
}


@media (max-width:768px){
  .logo img{
    width:85%;
  }

  .insta-pc{
    display:block;
    width:28px;
    height:auto;
  }

  .insta-sp{
    display:none;
  }

  .insta-pc{
    display:none;
  }

  .insta-sp{
    display:block;
  }
}

/*----------------------------------
  footer
----------------------------------*/
.footer-wrap {
  position: relative;
  overflow: hidden;
}

.footer-bg {
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 50px 0;
  background: linear-gradient(
    135deg,
    #555 0%,
    #333 40%,
    #222 70%,
    #000 100%
  );
}

.hd-footer {
  width: 85%;
  max-width:1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hd-footer-left,
.hd-footer-right {
  position: relative;
  z-index: 1;
}

.hd-footer-left {
  flex:0 0 40%;
  margin-top: 40px;
}

.hd-footer-right {
  flex:0 0 45%;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}

.hd-footer-right a {
  color: #fff;
  text-decoration: none;
}

.hd-footer-right a:hover {
  opacity: 0.7;
}

.hd-footer-left h2 img {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.hd-footer-left p {
  color: #fff;
  margin: 15px 0 0;
}


.f-chara img {
    margin: 20px auto 0;
    max-width: 180px;
    height: auto;
}

.hd-footer .hd-footer-right {
  color: #fff;
  margin-top: 50px;
}

.footer-nav{
    display:grid;
    grid-template-columns:max-content max-content;
    gap:25px 80px;
    list-style:none;
    padding:0;
    margin:0;
}

.footer-nav li{
    margin:0;
}

.footer-nav a{
    display:flex;
    flex-direction:column;
    color:#fff;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    line-height:1.2;
}

.footer-nav a span{
    margin-top:6px;
    font-size:13px;
    font-weight:400;
    color:#9a9a9a;
}

.footer-instagram a{
    display:inline-flex;
    width:48px;
    height:48px;
}

.footer-instagram img{
    width:100%;
    height:100%;
}

.footer-nav a:hover {
  opacity: 0.7;
}

.footer-banners{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.footer-banners a{
  display: block;
}

.footer-banners img{
  height:55px;
  width:auto;
  display:block;
}

.footer-wrap .copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 50px auto 10px;
  font-weight: 100;
  position: relative;
  z-index: 1;
}


@media screen and (max-width: 768px) {
  .footer-bg {
    padding: 20px 0;
  }
	
  .hd-footer {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hd-footer .hd-footer-left {
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;
  }

  .hd-footer-right {
    display: none;
  }
	
  .hd-footer-left h2 img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
  }
	
  .hd-footer-left p {
    text-align: center;
  }

  .footer-wrap .copyright {
    font-size: 11px;
	padding-bottom: 40px;
  }
	
  .footer-banners{
    justify-content:center;
	margin-top: 50px;
  }

  .footer-banners img{
    height: 50px;
  }
}

/*----------------------------------
  button
----------------------------------*/
.button,
.w-button {
  display: inline-block;
  position: relative;
  padding: 1.2rem 3rem;
  border-radius: 999px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s ease;
  z-index: 0;
  font-size: 1rem;
}

.button {
  color: #fff;
  background: #005ba0;
}

.w-button {
  color: #005ba0;
  background: #fff;
}

a.button,
a.w-button {
  display: inline-block;
  position: relative;
  padding: 1.2rem 3rem;
  border-radius: 999px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s ease;
  opacity: 1;
}

a.button {
  color: #fff;
  background: #000;
}

a.w-button {
  color: #000;
  background: #fff;
}

.button::before,
.w-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.35s ease;
  z-index: -1;
}

.button::before {
  background: #666;
}

.w-button::before {
  background: #D9D9D9;
}

.button span,
.w-button span {
  position: relative;
  z-index: 1;
}

.button:hover::before,
.w-button:hover::before {
  left: 0;
}

.button:active,
.w-button:active {
  transform: scale(0.97);
}

.button span::after,
.w-button span::after {
  content: " ▶";
  margin-left: 0.5em;
  transition: transform 0.3s ease;
  font-size: .6rem;
}

.button:hover span::after,
.w-button:hover span::after {
  transform: translateX(4px);
}

/* SP */
@media screen and (max-width: 768px) {
  .button {
    display: block;
    /*width: 80%;*/
    margin: 30px auto 0;
    padding: 1.2rem 0;
    text-align: center;
  }

  .button:before {
    transition: none;
  }
}

/*----------------------------------
  CONTACT
----------------------------------*/
.contact {
  padding: 0 0 20px;
}

.contact-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.contact-inner h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-inner h2 span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .1em;
}

.contact-left{
  flex: 1;
}

.contact-right{
  margin-top: 200px;
  width: 600px;
}

.contact-left p {
  margin-top: 50px;
  line-height: 2;
}

.contact-item{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}

.contact-item img{
  width: 50px;
  height: 50px;
}

.contact-item span,
.contact-item a {
  font-size: 50px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .1em;
}

.contact-item .mail{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  background: #000;
}

.contact-item .mail img{
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 50px 0 0;
	margin: 0 auto;
  }

  .contact-inner {
    width: 83%;
    padding: 0;
	margin: 0 auto;
    display: block;
  }
	
  .contact-inner h2 {
    font-size: 50px;
  }

  .contact-inner h2 span {
    font-size: 16px;
  }

  .contact-left{
    margin-bottom :40px;
  }

  .contact-right{
    width: 100%;
	margin-top: 10px;
  }

  .contact-item{
    justify-content: center;
  }

  .contact-item span,
  .contact-item a{
    font-size: 35px;
	letter-spacing: 0;
  }

}

/*----------------------------------
  pagetop
----------------------------------*/
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 80px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.9);
  transition: all 0.4s ease;
  z-index: 9999;
}

.pagetop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

@media (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: 70px;
    width: 70px;
    height: 70px;
  }

  .pagetop img {
    width: 60px;
  }
}
