@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Quicksand:wght@300;400;500;600;700&display=swap');


html {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  font-size: 62%;
  }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06rem; 
  color: #3f3a39;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent; 
}

h2 {
   font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: 500;
   margin-bottom: 25px;
    letter-spacing: 0.15rem; 
}

h2.en {
   font-family: 'Quicksand', sans-serif;
   font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
   margin-bottom: 25px;
    letter-spacing: 0.2rem; 
}


h3 {
   font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  
   letter-spacing: 0.2rem; 
    margin-bottom: 30px;
}


h3.en {
   font-family: 'Quicksand', sans-serif;
   font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 600;
   margin-bottom: 25px;
    letter-spacing: 0.2rem; 
}


h4 {
    font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: 500;
   margin-bottom: 15px;
    letter-spacing: 0.15rem; 
}


@media screen and (max-width: 1090px) {
h2 {
   font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
   margin-bottom: 25px;
    letter-spacing: 0.15rem; 
}


h3 {
   font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  
   letter-spacing: 0.2rem; 
    margin-bottom: 30px;
}


h3.en {
   font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 500;
   margin-bottom: 25px;
    letter-spacing: 0.2rem; 
}


h4 {
    font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
   margin-bottom: 15px;
    letter-spacing: 0.15rem; 
}
}

@media screen and (max-width: 640px) {
h2 {
   font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
   margin-bottom: 15px;
    letter-spacing: 0.1rem; 
}


h3 {
   font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
  
   letter-spacing: 0.15rem; 
    margin-bottom: 20px;
}


h3.en {
   font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 500;
   margin-bottom: 10px;
    letter-spacing: 0.2rem; 
}


h4 {
    font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
   margin-bottom: 10px;
    letter-spacing: 0.15rem; 
}
}


.b-center {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.b-center:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3f3a39;
}

.b-left {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.b-left:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 1px;
  left: 0;
  background-color: #3f3a39;
}


@media screen and (max-width: 640px) {
.b-center:before {
  width: 30px;
}
.b-left:before {
  width: 30px;
}
}


p, .text, .txt {
     -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}


p + p {
    margin-top: 20px;
}

a, a img {
  opacity: 1.0;
  transition: 0.3s ease-in-out; 
}

a:link {
  color: #3f3a39;
  text-decoration: none; 
}

a:visited {
  color: #3f3a39;
  text-decoration: none; 
}

a:hover {
  text-decoration: none; 
}
a img:hover {
   opacity: 0.6;
}


.noscript {
  display: none; 
}

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

img[src$=".svg"] {
  width: 100%; 
}

.dsp {
    display: none; 
}

.dpc {
    display: block; 
}

.dsp872 {
    display: none; 
}

.dpc872 {
    display: block; 
}

.txt-center {
  text-align: center;
}

.txt-left{
  text-align: left;
}


.col-white {
    color: #fff;
}

.col-blue {
    color:#2db7e8;
}

.center-left {
     text-align: center;
}

@media screen and (max-width: 1370px) {
p {
  line-height: 1.6;
  letter-spacing: 0.04rem; 
}
}


@media screen and (max-width: 872px) {
.dpc872 {
        display: none
    }
.dsp872 {
        display: block
    }
}


@media screen and (max-width: 768px) {
body {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em; 
  line-height: 1.5;
}

    .dpc {
        display: none
    }

    .dsp {
        display: block
    }
.center-left {
     text-align: left;
}
}

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

}




.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden; 
}

.cf:after {
  clear: both; 
}

.cf {
  zoom: 1; 
}

ul, li {
  list-style: none; 
}


.fadein {
	opacity : 0;
	transform : translate(0px, 60px);
	transition : all 600ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}

.fadein-top {
	opacity : 0.7;
	transform : translate(0px, 50px);
	transition : all 600ms;
	}
.fadein-top.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}

.fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
.fadein:nth-of-type(3) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
	}
.fadein:nth-of-type(4) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}
.fadein:nth-of-type(5) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
	}
.fadein:nth-of-type(6) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}

.fadein:nth-of-type(7) {
	-moz-transition-delay:700ms;
	-webkit-transition-delay:700ms;
	-o-transition-delay:700ms;
	-ms-transition-delay:700ms;
	}
.fadein:nth-of-type(8) {
	-moz-transition-delay:800ms;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	-ms-transition-delay:800ms;
	}
.fadein:nth-of-type(9) {
	-moz-transition-delay:900ms;
	-webkit-transition-delay:900ms;
	-o-transition-delay:900ms;
	-ms-transition-delay:900ms;
	}

.fadein:nth-of-type(10) {
	-moz-transition-delay:1000ms;
	-webkit-transition-delay:1000ms;
	-o-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	}

.invisible {
    visibility: hidden;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    padding: 25px 0;
    z-index: 100;
    transition: .5s ease; 
    overflow: hidden;
}


header h1 a img {
  position: absolute;
  top: 0;
  left: 5%;
  text-align: center;
  margin-top: 20px;
  width: 172px!important;
  height: 50px!important;
  transition: .2s ease-out;
}

@media screen and (min-width: 1900px) {
header h1 a img {
  position: absolute;
  top: 0;
  left: 10%;
}
}



header h1 a img:hover {
  opacity:0.5;
  transition: 0.5s ease;
 }

header nav.header-navigation {
  width: 90%;
  margin: 0 auto; 
}



header nav.header-navigation ol.right li {
  display: block;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 0;
  line-height: 100%;
  position: relative;
  float: right;
  text-align: center;
   margin-left: 10px;
 }

header nav.header-navigation ol.right li.rec_btn {
      background: #3f3a39;
      padding: 0 30px;
      line-height: 36px;
      border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}

header nav.header-navigation ol.right li a {
  color: #3f3a39;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
   font-weight: bold;
}

header nav.header-navigation ol.right li.rec_btn a {
      color: #fff;
}

header nav.header-navigation ol.right li a:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #3f3a39;
    transition: 0.2s; 
}

header nav.header-navigation ol.right li a:hover:after {
    width: 100%; 
}


 header.header-pc-scroll {
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(255,255,255,1.0); 
}


  header.header-pc-scroll:hover {
    background: rgba(255,255,255,1.0);
 }

header.header-pc-scroll h1 a img {
    margin-top: 20px;
}




@media screen and (max-width: 1320px) {
header h1 a img {
  left: 3%;
}
header nav.header-navigation ol.right li {
   margin-left: 3px;
   padding: 10px 15px;
 }

header nav.header-navigation ol.right li a {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
}



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

header nav.header-navigation {
  width: 94%;
  margin: 0 auto; 
}
}








@media screen and (max-width: 872px) {
  header {
    background: rgba(255,255,255,0.3); 
    position: fixed;
    height: 42px !important;
    left: 0;
    top: 0;
    width: 100%;
 }

header h1 a img {
  top: 0;
  left: 15px;
  width: 130.72px!important;
  height: 38px!important;
  text-align: center;
  margin-top: 6px;
  transition: .2s ease-out;
}

header h1 a img:hover {
  opacity:1.0;
  transition: 0.5s ease; 
}

header.header-pc-scroll {
    padding-top: 25px;
    padding-bottom: 25px;
    background: rgba(255,255,255,1.0); 
    box-shadow: 0px 0px 4px 1px rgba(153, 153, 153, 0.4);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(153, 153, 153, 0.4);
  -moz-box-shadow: 0px 0px 4px 1px rgba(153, 153, 153, 0.4);
   }

header.header-pc-scroll:hover {
    background: rgba(255,255,255,1.0); 
}

header.header-pc-scroll h1 a img {
    margin-top: 5px;
}

/*SPナビ*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    
    color: #3f3a39;
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background-color: rgba(255,255,255,1.0);
    margin: 0 auto;
    padding: 50px 0 0;
    width: 100%;
    height: 100vh;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    width: 100%;
    background-color: #F9F1EB; 
    border-bottom: 2px dotted #D8CBC0;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 15px;
    color: #3f3a39;
    padding: 15px 0;
    padding-left: 6%;
    
}

nav.globalMenuSp ul li a i.n-w {
     color: #C9BAB7;
     padding-right: 10px;
     font-weight: 400;
     font-size: 110%;
}


/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 2%;
    top: 9px;
    width: 40px;
    height: 35px;
    cursor: pointer;
    z-index: 2003;
    background: transparent;
    text-align: center;
    /*border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;*/
    color: #3f3a39;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 28px;
    color: #3f3a39;
    border-bottom: solid 1px #3f3a39;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 8px;
}

.navToggle span:nth-child(1) {
    top: 5px;
}

.navToggle span:nth-child(2) {
    top: 11px;
}

.navToggle span:nth-child(3) {
    top: 17px;
}

.navToggle span:nth-child(4) {
    font-family: sans-serif;
    border: none;
    font-size: 9px;
    font-weight: 600;
    top: 21px;
    letter-spacing: 0;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 10px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
}