@charset "utf-8";
/*
Theme Name: Buma Original Theme
*/


:root {
  --font-color: #000000;
  --back-gray: rgba(0,0,0,0.45);
  --border-gray: #AAAAAA;
}

html {
  font-style: normal;
  font-size: 62.5%;
  position: relative;
  text-align: justify;
  color: var(--font-color);

}

html.translated-ltr {
  text-align: left;
}



body {
  font-family: "Noto Serif JP", serif;

  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

.gtranslate_wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

}



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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: none;
  border: 1px solid #9EA0A2;
  padding: 5px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  max-width: 1100px;
  width: calc(100% - 80px);
}

.wrapper.narrow {
  max-width: 625px;
}
.wrapper.supernarrow {
  max-width: 480px;
}



.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {

}
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  line-height: 1.4;
}
h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3.2rem;
}

h4,h5,h6 {
  font-size: 2.4rem;
}

p,th,td,li,dt,dd {
  font-size: 1.5rem;
  line-height: 1.7;
}



a,button {
  cursor: pointer;
}



a {

  transition: all 0.2s ease;
}

section {
  position: relative;
}

strong {
  font-weight: bold;
}


@media screen and (min-width: 801px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }

  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.4rem;

  }
  
  h3 {
    font-size: 1.6rem;

  }
  
  h4,h5,h6 {
    font-size: 1.5rem;
  }

  p,th,td,li,dt,dd {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  
  .wrapper {
    width: calc(100% - 4rem);
  }

  .gtranslate_wrapper {
    top: 14px;
    right: 55px;
  }
  .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 4px 5px;
  }
  .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 1.2rem;
    top: 0;
  }
  .gtranslate_wrapper .gt_float_switcher img {
    width: 20px;
  }
  
  .gtranslate_wrapper .gt_float_switcher .gt_options a {
    font-size: 1.2rem;
    padding: 7px 9px;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 501px) {
  .minsp {
    display: none;
  }

}



/***fv***/
.page_fv_sec {
  position: relative;
}

.page_fv_sec .fv_image {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.page_fv_sec .fv_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page_fv_sec .center_content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.page_fv_sec .center_content .en {
  font-size: 5rem;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  line-height: 1;
  font-weight: 400;
}

.page_fv_sec .center_content .jp {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 20px;
  color: white;
}
.page_fv_sec .center_content img {
  width: 290px;
}

.page_fv_sec .fv_menu {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.page_fv_sec .fv_menu > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.page_fv_sec .fv_menu > ul > li {
  color: white;
  font-size: 2rem;
}
@media screen and (max-width: 800px) {

  .page_fv_sec .fv_menu {
    display: none;
  }

  .page_fv_sec .center_content h1 {
    font-size: 3.6rem;
  }

}

/***header***/
header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: 100;
}
header .header_wrapper {
  display: flex;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0;
}

header .header_logo,
header .header_sns {
  width: 130px;
}

header .header_logo a {
  display: block;
}
header .header_sns {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}


header .header_sns li {
  width: 25px;
}


header .header_menu {
  flex: 1;
}

header .header_menu > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.openbtn {
  display: none;

}
.sp_menu {
  display: none;
}


@media screen and (max-width: 800px) {





  header {
    position: fixed;
    background-color: transparent;
  }
  header .header_wrapper {
    padding: 5px 10px;
  }

  header .header_menu,
  header .header_sns {
    display: none;
  }




  .openbtn{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    position: fixed;
    top: 20px;
    right: 10px;
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    z-index: 110;
  }
  
  /*ボタン内側*/
  .openbtn span{
      display: inline-block;
      transition: all .4s;/*アニメーションの設定*/
      position: absolute;
      left: 0;
      height: 3px;
      border-radius: 3px;
    background: var(--font-color);
      width: 100%;
    }
  
  .openbtn span:nth-of-type(1) {
    top:0px; 
  }
  
  .openbtn span:nth-of-type(2) {
    top:50%;
  }
  
  .openbtn span:nth-of-type(3) {
    top:100%;
  }
  
  /*activeクラスが付与されると線が回転して×に*/
  
  .openbtn.active span:nth-of-type(1) {
    top: 50%;
    left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);

  }
  
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
  }
  
  .openbtn.active span:nth-of-type(3){
    top: 50%;
    left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
  }


  .sp_menu {
    background-color: white;
    padding: 40px;
    padding-top: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 50;
    display: none;
  }

    .sp_menu .header_sp_menu {
      text-align: center;
      margin-bottom: 40px;
    }

    .sp_menu .header_sp_menu ul > li:not(:last-of-type) {
      margin-bottom: 20px;
    }

     .sp_menu .header_sp_sns li {
      margin: 0 auto;
      width: 25px;
     }


}




/***footer***/
footer {
  background-color: var(--back-gray);
  color: white;
  padding: 50px 0 50px;


}


footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}


footer .footer_left {
  display: flex;
  gap: 55px;
  flex-wrap: wrap;
}
footer .footer_left .footer_info figure {
  max-width: 162px;
  margin-bottom: 20px;
}

footer .footer_left .footer_info p {
  font-size: 1.2rem;
}
footer .footer_left .footer_menu li {
  font-size: 1.2rem;
}


footer .footer_left .footer_menu li span {
  width: 80px;
  display: inline-block;
}




footer .footer_right {
  flex: 1;
}

footer .footer_right p {
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 800px) {


}