@charset "UTF-8";
/* CSS Document */
html {
  font-size:0.0520833333vw;
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 0 auto;
}
@media(max-width:640px){
  html{
    font-size:0.17vw;
    /*font-size:0.1333333333vw;*/
  }
}
body {
  color: #2C3530;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20rem;
  line-height: 1.5;
  letter-spacing: 2rem;
  text-align: left;
  overflow-x: hidden;
  left: 0;
  height: 100%;
  margin: 0;
}
img{
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.sp {
  display: none;
}
.spBrNone {
  display: block;
}
@media (max-width: 640px) {
  .pc{
    display: none!important;
  }
  .sp{
     display: block!important;
  }
  .spBrNone {
    display: none!important;
  }
}
.none {
  display: none;
}
/*ヘッダーロゴ*/
.drawerLogo {
  width: 300rem!important;
  margin-bottom: 120rem;
}
/*ドロワー*/
.nav-logo {
  text-align: left;
  font-size: 60rem;
  font-weight: 600;
  margin-bottom: 50rem;
}
.nav-logo a{
  color: #D96C26;
}
#nav-drawer {
  position: fixed;
  z-index: 9999;
  right: 0;
}
#nav-open {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 250rem;
  padding-top: 80rem;
  padding-bottom: 40px;
  text-align: right;
  margin-right: 64rem;
}
/*クローズボタン*/
#nav-close {
  position: fixed;
  top: 100rem;
  right: 100rem;
  background-color: #F6F4F4;
  z-index: 10000;
}
#nav-close::before, #nav-close::after { /* 共通設定 */
  content: "";
  position: absolute;
  width: 2px; /* 棒の幅（太さ） */
  height: 40px; /* 棒の高さ */
  background: #D96C26;
}

#nav-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

#nav-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
/*クローズボタン*/
#nav-content {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #F6F4F4;
  opacity: 0.9;
  text-align: right;
  padding:  55rem 40rem;
  transform: translateX(-105%);
  transition: 0.5s ease-in-out;

}
#nav-content ul li {
  margin: 0;
  vertical-align: top;
  padding-bottom: 40rem;
  text-align: left;
  font-size: 30rem;
}
#nav-content ul li a {
  text-decoration: none;
  font-weight: 600;
  margin: 0 auto;
  text-align: left;
}
.drawer-menu__container {
  float: left;
}
.drawer-menu__container-about {
  padding-left: 20rem;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.drawer-menu__logo {
  text-align: start;
  margin-bottom: 80rem;
}
.drawer-menu__logo img {
  filter: invert(1);
  width: 400rem;
}
#nav-input:checked ~ #nav-close {
  display: block;
}
#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
}
#nav-open span, #nav-open span:before {
  /*display: block;
  position: absolute;
  height: 2px;
  width: 80rem;
  background-color: #000;*/
  content: " ";
  display: block;
  height: 2px;
  background-color: #D96C26;
  /* content: " "; */
  /* top: 100rem; */
  position: absolute;
  width: 50px;
  /* height: 40px; */
  /*right: 100rem;*/
}
#nav-color, #nav-open span:before {
  background-color: #D96C26;
}
#nav-open span:before {
bottom: -13px;
}
#nav-open span:after {
bottom: -30px;
}
a{
  text-decoration: none;
  color: #333;
}
ul li {
  list-style: none;
}
.spBr {
  display: none;
}
@media(max-width: 640px){
  .spBr {
    display: block;
  }
}


/*ロード画面20250626*/
/*#loader {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(221, 221, 221);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}*/

#loader {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background-color: rgb(221,221,221);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#content {
  opacity: 0;
  transition: opacity 1s ease;
}
#logo {
  width: 200px;    /* 横幅固定 */
  height: auto;    /* 高さは自動調整して比率を保つ */
  display: block;
  transform-origin: center center; /* 拡大縮小の中心 */
}
/*基本*/
.h2en {
  font-size: 44rem;
}
h2{
  font-size: 38rem;
  color: #D96C26;
  text-align: center;
  margin-bottom: 20rem;
}
h3 {
  font-size: 28rem;
  letter-spacing:8rem;
  margin-bottom: 32rem;
  text-align: center;
  font-weight: 590;
  line-height: 2;
}
.sectionText {
  text-align: center;
  line-height: 2.5;
  margin-bottom: 20rem;
}
@media (max-width: 640px) {
  .h2en {
    font-size: 33rem;
  }
h2{
  font-size: 33rem;
}
  h3 {
    font-size: 26rem;
    line-height: 1.8;
  }
}
.w80vw {
  width: 80vw;
  margin: 0 auto;
}
.w90vw {
  width: 90vw;
  margin: 0 auto;
}
/*@media (max-width: 640px) {
  .w80vw, .w90vw {
    width: 87vw;
  }
}*/
.mb100 {
  margin-bottom: 100rem;
  display: block;
}
.mb40 {
  margin-bottom: 40rem;
  display: block;
}
.mb20 {
  margin-bottom: 30rem;
  display: block;
}
.mb10 {
  margin-bottom: 10rem;
  display: block;
}
.mt60 {
  margin-top: 60rem;
  display: block;
}
.fw600 {
  font-weight: 600;
}
@media (max-width: 640px) {
  .firstLatterSp {
    margin-left: 26rem;
  }
}
.flex {
  display: flex;
  gap: 80rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .flexSpNone {
    display: block!important;
  }
}
.br {
  display: none;
}
@media (max-width: 640px){
  .br {
    display: block;
    height: 0;
  }
}
/*ヘッダー*/
.header {
  position: relative;
}
.headerLogo {
  /*transform: translate(40rem, 40rem);*/
  padding: 40rem;
}
.headerLogo a {
  font-size: 60rem;
  color: #D96C26;
  font-weight: 600;
}
.globalMenu {
  width: 100%;
}
.section-mv a {
  display: none;
}
@media (max-width: 640px){
  .section-mv a {
    display: block;
    z-index: 50;
  }
  .section-mv a img {
    width: 300rem;
    position: absolute;
    top: 60rem;
    left: 40rem;
  }
}
.globalMenuLists {
  display: flex;
  justify-content: center;
  margin: 50rem 100rem;
}
.globalMenuList ul {
  display: flex;
  align-items: center;
  gap: 70rem;
}
.globalMenuList ul li {
  font-size: 26rem;
}
.globalMenuList a{
  font-weight: 600;
  letter-spacing: 2rem;
}
.globalMenuList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.logo a {
  font-size: 60rem;
  color: #D96C26;
  font-weight: 600;
}
.sectionTitleEn {
  font-size: 20rem;
  font-weight: 600;
  margin-bottom:24rem;
  color: #CCCCCC;
  text-align: center;
}
/*背景色*/
.bgBeige {
  background: #F6F4F4;
  padding: 80rem 0;
  border-radius: 60rem;
}

/*ボタン*/
.btn {
  background-color: #fff;
  width: 350rem;
  height: 80rem;
  font-size: 22rem;
  letter-spacing: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-top: 40rem;
}
.btn a {
  color: #122E4D;
}
.btnCenter {
  background-color: #D96C26;
  width: 350rem;
  height: 80rem;
  font-size: 22rem;
  letter-spacing: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 40rem auto 0;
  color: #fff;
  border-radius: 20rem;
}
.btnCenter a {
  color: #fff;
}
/*cta*/
.section-contact {
  border: solid 1px #D96C26;
  background: #F6F4F4;
  border-radius: 100rem;
  padding: 70rem;
  width: 70vw;
  margin: 100rem auto 200rem;
}
.contactContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30rem;
  color: #D96C26;
  font-size: 40rem;
  font-weight: 590;
  letter-spacing: 6rem;
}
.contactContent img {
  width: 100rem;
}
@media (max-width: 640px) {
  .section-contact {
    padding: 30rem 40rem;
    width: 74vw;
    margin-bottom: 100rem;
    border-radius: 30rem;
  }
  .contactContent img {
    width: 70rem;
  }
  .contactContent {
    font-size: 28rem;
    letter-spacing: 2rem;
    gap: 14rem;
  }
}
/*footer*/
/*くまモンバナー*/
.section-footer{
  background-image: url("../image/common/footerBg.jpg");
  padding: 60rem 0;
  background-position: 66%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.footerInfo {
	background: #F6F4F4;
	padding: 80rem 0;
}
.footerBnr {
  background: rgba(255,255,255,0.6);
  border-radius: 20rem;
  width: 60vw;
  padding: 40rem 80rem;
  margin: 0 auto 30rem;
}
.footerBnrText{
  font-weight: 600;
  font-size: 40rem;
  letter-spacing: 6rem;
  text-align: center;
  margin-bottom: 20rem;
}
.footerBnrImg {
  display: flex;
  gap: 40rem;
  margin: 0 auto;
  align-items: center;
  transform: translateX(53px);
}
.footerBnrImg a > img {
  width: 500rem;
}
.kumamonImgLeft img {
  width: 210rem;
  object-fit: contain;
}
.kumamonImgRight img {
  width: 270rem;
  object-fit: contain;
}
/*
.kumamonImg img {
  transform: translateY(53px);
}
*/
.kumamonCopyright {
  background: rgba(255,255,255,0.6);
  letter-spacing: 3rem;
  font-weight: 600;
  border-radius: 20rem;
  width: 400rem;
  padding: 8rem 10rem;
  margin: 70rem auto 0;
  text-align: center;
}
@media (max-width: 640px) {
  .footerBnrImg a > img {
    width: 240rem;
  }
  .footerBnr{
    padding: 25rem 40rem 21rem;
  }
  .footerBnrImg {
    gap: 0;
    transform: translateX(10rem);
  }
  .footerBnrText{
    font-size: 23rem;
  }
  .section-footer{
    padding: 60rem 0 30rem;
    background-position: 66%;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .footerBnrImg {
    gap: 0;
  }
  .kumamonImgRight img, .kumamonImgLeft img{
    width: 180%;
    transform: translate(-21px, 25px);
  }
}
.footerMenu ul {
  display: flex;
  align-items: center;
  gap: 70rem;
  justify-content: center;
}
.footerMenu ul li {
  font-size: 26rem;
}
.footerMenu ul li a {
  font-weight: 600;
  letter-spacing: 2rem;
}
small {
  display: block;
  margin-top: 60rem;
  font-size: 16rem;
  text-align: center;
}
@media (max-width: 640px) {
  .footerMenu ul {
    display: block;
  }
  .footerMenu ul li {
    text-align: center;
    margin-bottom: 20rem;
  }
  .footerMenu ul li a {
    font-weight: 500;
  }
}
/*下層*/
.underLayer{
  background: #F6F4F4;
  margin-bottom: 100rem;
  border-radius: 0 0 60rem 60rem;
  padding-bottom: 200rem;
}
.underLayerLogo a {
  color: #333;
  font-size: 50rem;
  font-family: Cambria, serif;
}
.underLayerTitle {
  font-size: 46rem;
  letter-spacing: 8rem;
  font-weight: 590;
  text-align: center;
  margin-bottom: 20rem;
  color: #4D4D4D;
}
.underLayerTitleEn {
  font-size: 20rem;
  letter-spacing: 4rem;
  color: #D96C26;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 640px) {
  .underLayer {
    padding-top: 12vh;
  }
}
