@charset "utf-8";
body{
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}


.menunav{
    position: fixed;
    right: 0;
    width: 100px;
    height: 100%;
    top: 0;
    background-color: #2c3e50;
    z-index: 10000;
    transition-duration: 0.1s;
}
.menunav span{
	position:absolute;
	top: 52%;
	left:50%;
	transform:translate(-50%,-50%);
	width:50px;
	height: 53px;
	background-image:url(../img/menu_o.png);
	background-size: cover;
	cursor: pointer;
	transition-duration:0.2s;
}
.menunav span:hover{
	opacity:0.8;
}
.menunav.active{
	background-color:#CBAE61;
}
.menunav.active span{
	background-image:url(../img/menu_c.png);
}

.menunav + .globalmenu{
	display:none;
	/* transition-duration: 0.3s; */
	/* opacity: 0; */
}

.menunav.active + .globalmenu{
	display: flex;
	position: fixed;
	top: 0;
	width: calc(100% - 100px);
	left: 0;
	height: 100%;
	/* opacity: 1; */
	/* transition-duration: 0.1s; */
    z-index: 1;
}
.globalmenu .picture{
	width:50%;
	background-image: url(../img/menu_back.jpg);
	background-size: cover;
	/* background: no-repeat; */
}
.globalmenu .navi{
	width: 50%;
	background-color: #2C3E50;
	color: #FFF;
	background-image: url(../img/back_de.png);
	background-repeat: no-repeat;
	background-position: 0% calc(50% - 65px);
	background-size: 131px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 13em;
	padding-top: 11%;
	vertical-align: bottom;
}
.globalmenu .navi ul{
	font-size: 1.1em;
	width: 13em;
	letter-spacing: 0.1em;
}
.globalmenu .navi ul li{
	padding-top: 3em;
}
.globalmenu .navi ul li:first-child{
	padding-top:0;
}
.globalmenu .navi ul li a{
	color:#FFF;
	text-decoration:none;
}
.globalmenu .navi ul li a:hover{
	color:#FFF;
	line-height: 1.2em;
	border-bottom: 1px solid #CBAE61;
}

.globalmenu a.link{
	text-decoration: none;
	color: #FFF;
	background-color: #CCAE62;
	padding: 1em 0;
	width: 60%;
	display: block;
	text-align: center;
	margin: auto auto 0em auto;
	border-radius: 4em;
	letter-spacing: 0.1em;
	position: relative;
	transition-duration: 0.3s;
	/* height: 3.5em; */
	max-width: 440px;
}
.globalmenu p.copy{
	width: 100%;
	text-align: center;
	margin: 2em 0 0 0;
	height: 2em;
}

.globalmenu .div_contact{
	width:100%;
	margin: auto 0 0em 0;
}
#wrapper{
   width: calc(100% - 100px);
}
.wrapper .section01{
   width:100%;
   max-width:100%;
}
.wrapper .section01{
   width:100%;
   max-width:100%;
}

@media screen and (max-width: 768px) {
  .pc{
    display: none!important;
  }
}
@media screen and (min-width: 767px) {
  .sp{
    display: none!important;
  }
}
/* blur */
.blurBg{
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.blurBg:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

/* flux */
#slider{
    width: calc(100% - 100px);

}
#slider img{
    width:100%;
}
.fluxslider{
   width:100%;
   max-width:100%;
}
.fluxslider .images{
  width:100%;
   max-width:100%;
}



.images div {
	background-size: cover !important;
	background-repeat: none !important;
}

#prog{
	width:300px;
	height:300px;
	position:relative;
}
.button{
    position: relative;
    width: 100%;
    height: 4px;
    border: 0;
    background-color: #ccc;
    font-size: 0;
}
.button:after {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block;
      width: 0%;
      height: 100%;
}
.button.active:after {
      background-color: #000;
      animation: progress 5.0s linear forwards;
}

@keyframes progress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}


/* swiper */
.section01{
    /* height: 100vh; */
    overflow: hidden;
    position: relative;
    width: calc(100%);
}
.section01 .swiper{
	/* position: absolute; */
	bottom: 0;
}
#timer{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.swiper-slide{
  position: relative;
	overflow:hidden;
}

.swiper-slide .topbox{
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 0;
  background-color:#CF476A;
  color:#FFF;
}
.swiper-slide-active .topbox{
  z-index:1;
}
.swiper-slide .topbox .no{
	font-size:3em;
}
.swiper-slide .topbox .name{
	font-size:1.8em;
	font-weight:bold;
}
.swiper-slide .topbox .bar{

}
.swiper-slide img {
  transform: scale(1);
  transition: 7s;
  width: 100%;
}

.swiper-slide-active img {
  transform: scale(1.1);
  width: 100%;
}
.swiper{
  text-align: center;
  width: 100%;
}
.bardiv{
 position: relative;
 width: calc(100% - 4.5em);
 height: 2px;
 background: #ffffff;
 border-radius: 10px;
 margin:10px auto 0 1em;
 /* overflow: hidden; */
 display: flex;

}
.bardiv .bar{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  z-index: 2;
  background: #cbad68;
  transform-origin: left center;
  transition-timing-function: linear;
}
.bardiv p{
	position:absolute;
	right:-3.5em;
	width: 3.5em;
	top:-0.7em;
}

.bardiv .bar.active {
      animation: babar 6.5s linear forwards;
}

@keyframes babar {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}


/* section02 */
.section02{
  width: calc(100%);
  background-image: url(../img/brand_back.jpg);
  padding: 100px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 50%;
  position: relative;
}
.section02 .circleinner{
	background-color: #ffffffd1;
	width: 850px;
	margin: 0 auto;
	border-radius: 100%;
	height: 850px;
	position: relative;
	backdrop-filter: blur(12px);
	max-width: 850px;
	width: 100%;
	aspect-ratio: 1 / 1;
}
.section02 .circleinner .brand_img{
	text-align: center;
	padding-top: 100px;
	margin: 0 auto;
	width: 285px;
	height: auto;
}
.section02 .circleinner .brand_img p{
	font-size: 1.0em;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	letter-spacing: 0.3em;
	line-height: 3em;
	margin-top: 1em;
}
.section02 .circleinner .brand_img img{
	margin: 0 auto;
}
.section02 .circleinner .brand_text{
  text-align: center;
  font-size: 1.5em;
  font-family: "Noto Serif JP",serif;
  font-optical-sizing: auto;
  letter-spacing: 0.3em;
  line-height: 2.5em;
  font-weight: 300;
  margin-top: 0.5em;
}
.section02 .circleinner .brand_btn{
	width:100%;
}
.section02 .circleinner .brand_btn a{
	text-decoration:
	none;
	color: #FFF;
	background-color: #CCAE62;
	padding: 1em 0;
	width: 22em;
	display: block;
	text-align: center;
	margin: 3em auto 0 auto;
	border-radius: 3em;
	letter-spacing: 0.1em;
	position: relative;
}
.section02 .circleinner .brand_btn a:after{
	content:"";
	width:0.8em;
	height:0.8em;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	display:block;
	position:absolute;
	right:2em;
	top:1.3em;
	transform: rotate(45deg);
}
.circleText {
  animation: rotation 30s linear infinite;
  position: absolute;
  top: -15%;
  left: -15%;
  width: 130%;
  max-width: 130%;
  z-index: -1;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/* section03 */
.section03{
	background-color: #f1f2ed;
	margin-top: -2em;
	padding-top: calc(2em + 80px);
	padding-bottom: calc(2em + 100px);
	padding-top: 6vw;
	padding-bottom: 5vw;
	overflow: hidden;
	width: calc(100%);
	}

.section03 .inner{
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  }
 .side-scroll-list-wrapper{
  position: relative;
  width: 100%;
  height: 700px;
  /* height: 63vw; */
 }
.section03 h2{
  font-family: "EB Garamond", serif;
  font-size: 2.3em;
  letter-spacing: 0.15em;
  position: relative;
  }
.section03 h2 .linkc{
	line-height: 2em;
	width: 1.5em;
	height: 1.5em;
	display: inline;
	border: 1px solid #8E979E;
	border-radius: 1em;
	font-size: 1em;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	color: #8E979E;
	margin-left: 0.7em;
}
.section03 h2 .linkc:after{
	content:"";
	height: 0.3em;
	width: 0.3em;
	border-top: 1px solid #8E979E;
	border-right: 1px solid #8E979E;
	display: block;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.15em);
	left: calc(50% - 0.25em);
}
.section03 .subtitle{
  color: #8E979E;
  margin: 2em 0;
  }
.section03 .bukken{
	display: block;
	display: flex;
	position: absolute;
	padding-bottom: 3em;
	left: 200%;
	width: 100%;
	justify-content: space-between;
	margin-top: 2vw;
}
.section03 .bukken:after{
	content:"";
	display:block;
	clear:both;
}
.section03 .bukken .one{
	backdrop-filter: blur(12px);
	background-color: #FFF;
	margin-right: 60px;
	padding: 0 0%;
	width: 300px;
	width: 23%;
	margin: 0 20px;
	font-size: 1.45vw;
	/* max-width: 300px; */
}

.section03 .bukken .one:first-child{
	/* margin-left: 0%; */
	clear: both;
}
.section03 .bukken .one figure{
  }
.section03 .bukken .one figure img{
  }
.section03 .bukken .one .b_title{
  text-align: center;
  margin: 1em 0;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1em;
}
.section03 .bukken .one .b_about{
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  font-size: 0.7em;
}
.section03 .bukken .one .b_viewmore{
	text-decoration: none;
	color: #000;
	background-color: #ffffff;
	padding: 0.4em 0;
	display: block;
	text-align: center;
	margin: 2em 2em 2em 2em;
	border-radius: 3em;
	letter-spacing: 0.1em;
	position: relative;
	border: 1px solid #CCC;
	transition-duration:0.3s;
	font-size: 0.65em;
}
.section03 .bukken .one .b_viewmore:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #CCAE62;
	display: block;
	text-align: center;
	border-radius: 3em;
	letter-spacing: 0.1em;
	position: relative;
}
.scrimg01{
	margin:0 0 0 auto;
	display:block;yyy
	width:80%;
	max-width:1000px;
	position:relative;
	right: calc(100px + 100%);
	bottom: -3vw;
}
.section_achievements .scrimg01{
	margin:0 0 0 auto;
	display:block;
	width:80%;
	max-width:1000px;
	position:relative;
	bottom: -13vw;
	position: relative;
	right: calc(100%);
	transform: translate(-800%, 0%);
}
.scrimg02{
	position:absolute;
	top: calc(67vh - 150px);
	height: calc(67vh - 150px);
}

.scrimg03{
	position:absolute;
	top:0;
	transform: translate(-50%, 0%);
	left: 150%;
	width: 80%;
	max-width: 550px;
}
.scrimg04{
	position:absolute;
	top:0;
	transform: translate(-50%, 0%);
	left: 150%;
	width: 80%;
	max-width: 550px;
}

.section04{
 height: 130vh;
}
.section04 .inner{
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.scroll2 {
  padding-top: 100px;
}
.scroll_container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.scroll_wrap {
  display: flex;
  column-gap: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.scroll_box {
  width: 90vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pin-spacer{
  overflow: hidden;
}


.section05{
  position: relative;
  padding-bottom: 8vw;
}
.section05 #sineCanvas{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -11;
}

.section05 .inner{
  
margin: 0 auto;
  
max-width: 1000px;
  }
.section05 h2{
  font-family: "EB Garamond", serif;
  font-size: 2.3em;
  letter-spacing: 0.15em;
  position: relative;
  }
.section05 h2 .linkc{
  line-height: 2em;
  width: 1.5em;
  height: 1.5em;
  display: inline;
  border: 1px solid #8E979E;
  border-radius: 1em;
  font-size: 1em;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  color: #8E979E;
  margin-left: 0.7em;
}
.section05 h2 .linkc:after{
  content:"";
  height: 0.3em;
  width: 0.3em;
  border-top: 1px solid #8E979E;
  border-right: 1px solid #8E979E;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 0.15em);
  left: calc(50% - 0.3em);
}
.section05 .subtitle{
  color: #8E979E;
  margin: 2em 0;
  }

.section05 .aboutus{
  padding: 200px 0 0px 0;
  max-width: 500px;
  margin: 0 auto 0 0;
  padding: 10vw 0 0 0;
  font-size: 1.05vw;
  width: 50%;
}
.section05 .aboutus_img{
  transform: translate(0, -50%);
  top: 35%;
  position: absolute;
  right: 0;
  width: 600px;
  width: 36vw;
}
.section05 .aboutulimg{
  display: flex;
  position: absolute;
  column-gap: 10px;
  /* margin-top: 70px; */
}
.section05 .aboutuldiv{
  height: 180px;
  z-index: 1;
  /* margin-top: 300px; */
  position: relative;
  z-index: 1;
  margin-top: 100px;
  /* overflow: hidden; */
  bottom: -7vw;
  width: 100%;
  overflow: hidden;
}
.side-scroll-item3{
  width: 230px;
}

/* section06 */
.section06{
    width: calc(100%);
    text-align: center;
    padding: 100px 0;
    position:relative;
    font-size: 1.1vw;
}

.section06 h2{
	font-size: 2.3em;
	letter-spacing: 0.1em;
	line-height: 1.0em;
	/* padding-bottom: 32px; */
}
.section06 p{
	color:#000;
	font-weight: bold;
}
.section06 .subtitle{
	color: #8E979E;
	margin: 2em 0;
	font-weight: 100;
}
.section06 .link{
	text-decoration:
	none;color: #FFF;
	background-color: #CCAE62;
	padding: 1em 0;
	width: 400px;
	display: block;
	text-align: center;
	margin: 3em auto 0 auto;
	border-radius: 3em;
	letter-spacing: 0.1em;
	position: relative;
	transition-duration:0.3s;
}
.section06 .link:hover{
	background-color:#ac9353;
}
/* footer_section */
.footer_section{
	background-color: #2C3F4F;
	color: #FFF;
	padding-top: 100px;
}
.footer_section .inner{
	max-width:1000px;
	width:90%;
	margin: 0 auto 0px auto;
	display: flex;
	padding-bottom: 50px;
	border-bottom: 1px solid #ffffff3b;
}
.footer_section ul{/* width: 150px; */}
.footer_section .f_div_1{
	max-width: 250px;
	width: 25%;
}
.footer_section .f_div_2{
	max-width: 250px;
	width: 25%;
}
.footer_section .f_div_3{
	max-width: 500px;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: flex-end; */
}
.footer_section .f_div_3_1{
	width: 55px;
	margin-right: 20px;
}
.footer_section .f_div_3_2{
	width: 290px;
	line-height: 1.8em;
	font-size: 1.05em;
}
.footer_section .f_div_3_2 a{
	color:#FFFFFF;
	text-decoration:none;
	padding: 0.5em 5em;
	border: 1px solid #fff6;
	border-radius: 3em;
	margin-top: 1em;
	display: block;
	margin-bottom: 100px;
	font-size: 1.1em;
	transition-duration:0.3s;
}
.footer_section .f_div_3_2 a:hover{
	color:#2c3f4f;
	background-color:#FFF;
}
.footer_section .f_div_3_3{
	width: 73%;
	max-width: 365px;
}
.footer_section ul li{
	margin-top: 1.3em;
}
.footer_section ul li:nth-child(1){
	margin-top: 0em;
}
.footer_section ul li a{
	color: #FFF;
	text-decoration: none;
}
.footer_section .copy{
	text-align: center;
	padding: 2em;
}

.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
.sech{
	overflow: hidden;
}
.slick-arrow{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	border: 0;
	background-size: contain;
}
.slick-arrow.slick-prev{
	left: 0%;
	transform: translatex(-100%) translatey(-100%);
	background-image: url(../img/slide_left.png);
	/* width: 60px; */
	/* height: 60px; */
	background-color: inherit;
}
.slick-arrow.slick-next{
	left: 100%;
	transform: translatex(0%) translatey(-100%);
	background-image: url(../img/slide_right.png);
}

/**/
.header{
	
}
.header .logo{
	height: 80px;
	vertical-align: middle;
}
.header .logo a{
	text-align: center;
	width: 207px;
	display: block;
	margin: 0 auto;
	height: 100%;
	vertical-align: middle;
}
.header .logo a img{
	margin: 0 auto;
	vertical-align: middle;
	transform: translate(0%, 50%);
}
.header .bread{
	background-color: #CCAE62;
	color: #FFF;
	padding: 0.2em 0;
}
.header .bread a{
	color:#FFF;
	text-decoration:none;
	margin-right: 0em;
}
.innerdiv{
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
	position: relative;
}
ul.breadlist{
	display: flex;
	font-weight: bold;
	padding: 0.3em 0;
}
ul.breadlist li{position: relative;}
ul.breadlist li:nth-child(1){
	margin-right:2em;
}
ul.breadlist li:nth-child(1):after{
	content: "　";
	display: block;
	margin-right: 0.5em;
	width: 0.6em;
	height: 0.6em;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-top: 0em;
	position: absolute;
	right: -1.5em;
	top: 0.5em;
	transform: rotate(-45deg);
}

.headertitle{
	height: 250px;
	background-image: url(../img/title_back.png);
	background-size: 100%;
	background-position-y: -41%;
	background-repeat: no-repeat;
}
.headertitle h1{
	padding-top: 2em;
	font-size: 1em;
	font-weight: normal;
}
.headertitle h2{
	padding-top: 2em;
}
.headertitle .ensubtitle{
	color: #8E979E;
	margin-top: 1em;
}

.section_achievements{
	background-image: url(../img/achievements/ach_back_01.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position:relative;
	height: 25vw;
}
.section_achievements .concepttext{
	color: #FFF;
	padding-top: 6vw;
	font-size: 1.2em;
}


/* content */
.section_content{
	width: calc(100%);
	text-align: center;
	padding: 100px 0;
	position: relative;
	font-size: 1.1vw;
	background-color: #FAFAFA;
}

.section_content h2{
	font-size: 2.3em;
	letter-spacing: 0.1em;
	line-height: 1.0em;
	/* padding-bottom: 32px; */
}
.section_content p{
	color:#000;
	font-weight: bold;
}
.section_content .subtitle{
	color: #8E979E;
	margin: 2em 0;
	font-weight: 100;
}


.section_content .inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.section_content .bukken{
	display: block;
	display: flex;
	/* position: absolute; */
	padding-bottom: 3em;
	/* left: 200%; */
	width: 100%;
	justify-content: space-between;
	margin-top: 2vw;
	flex-wrap: wrap;
}
.section_content .bukken:after{
	content:"";
	display:block;
	clear:both;
}
.section_content .bukken .one{
	backdrop-filter: blur(12px);
	background-color: #FFF;
	margin-right: 60px;
	padding: 0 0% 1em 0%;
	width: 300px;
	width: calc(30% - 1em);
	margin: 1em 20px;
	font-size: 1.45vw;
	/* max-width: 300px; */
}

.section_content .bukken .one:first-child{
	/* margin-left: 0%; */
	clear: both;
}
.section_content .bukken .one figure{
  }
.section_content .bukken .one figure img{
  width: 100%;
  }
.section_content .bukken .one .b_title{
  text-align: center;
  margin: 1em 0;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1em;
  text-align: center;
  padding: 0 25px;
}
.section_content .bukken .one .b_about{
  text-align: center;
  font-size: 1.1em;
  font-size: 0.75em;
  padding: 0 25px;
  text-align: center;
  vertical-align: middle;
}
.section_content .bukken .one .b_viewmore{
	text-decoration: none;
	color: #000;
	background-color: #ffffff;
	padding: 0.4em 0;
	display: block;
	text-align: center;
	margin: 2em 2em 1em 2em;
	border-radius: 3em;
	letter-spacing: 0.1em;
	position: relative;
	border: 1px solid #CCC;
	transition-duration:0.3s;
	font-size: 0.65em;
}
.section_content .bukken .one .b_viewmore:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #CCAE62;
	display: block;
	text-align: center;
	border-radius: 3em;
	letter-spacing: 0.1em;
	position: relative;
}
.section_content .bukken .one .b_annai{
	padding: 0.4em 0;
	margin: 0em 2em 2em 2em;
	border: 1px solid #CCC;
	transition-duration:0.3s;
	font-size: 0.6em;
	text-decoration: none;
	color: #FFF;
	background-color: #CCAE62;
	display: block;
	text-align: center;
	border-radius: 3em;
	letter-spacing: 0.1em;
	position: relative;
	background-image: url(../img/svg/room.svg);
	background-position-x: 1em;
	background-repeat: no-repeat;
	background-position-y: center;
}

.section02  .img_fu{
	position: absolute;
	top: 3vw;
	left: 5vw;
	width: 11vw;
	max-width: 150px;
}
.section02  .img_ga{
	position: absolute;
	bottom: 1vw;
	right: 5vw;
	width: 11vw;
	max-width: 150px;
}
.section_achielist{
	position:relative;
}
.section_achielist  .img_fu{
	position: absolute;
	top: 1em;
	left:5vw;
		width: 11vw;
	max-width: 150px;
}
.section_achielist .img_ga{
	position: absolute;
	top: 35vw;
	right: 5vw;
		width: 11vw;
	max-width: 150px;
}

.section_contact{
	position:relative;
}
.section_contact .img_fu{
	position: absolute;
	top: 1em;
	left:5vw;
		width: 11vw;
	max-width: 150px;
}
.section_contact .img_ga{
	position: absolute;
	top: 35vw;
	right: 5vw;
		width: 11vw;
	max-width: 150px;
}

.h1_f{
	text-align: center;
    font-weight: 100;
    margin-top: -50px;
    font-size: 1.5em;
    padding-bottom: 50px;
}
.section01 .swiper{
	position: relative;
}
.mainlogo{
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%)!important;
    width: 80%;
    max-width: 670px;
}

.h1_bread{
	font-size: 1em;
    margin: 0 0 0 auto;
    font-weight: normal;
}


@media (max-width: 1600px){
	.section_achielist  .img_fu{
	left: 1em;
	width: 7vw;
}
.section_achielist .img_ga{
	right: 1em;
	width: 7em;
}
}


@media (max-width: 1100px){
	.section_content .bukken .one{
	font-size: 2.3vw;
	width: calc(30%);
	margin: 0.5em 0px;
	}
}

@media (max-width: 768px){
	.h1_bread{
		margin: 0.5em 0 0 auto;
		font-weight: normal;
	}
	.breadlist{
		flex-wrap: wrap;
	}
	.h1_f{
		font-size: 4.5vw;
		margin-top: -1em;
		padding-top: 0em;
		padding-bottom: 2em;
		line-height: 2.5em;
		}
	.section_achielist  .img_fu{
	display:none;
}
.section_achielist .img_ga{
	display:none;
}
.headertitle{
	height: 180px;
	background-image: url(../img/title_back_sp.png);
	background-size: 100%;
	background-position-y: 100%;
	background-repeat: no-repeat;
}
.headertitle h1{
	padding-top: 0.8em;
}
.headertitle h2{
	padding-top: 0.8em;
}
.header .logo {
    height: 55px;
    vertical-align: middle;
}
.header .logo a {
    text-align: center;
    width: 150px;
	}
.header .bread{
	font-size: 0.7em;
}
	.section_content h2{
	font-size: 6.3em;
	letter-spacing: 0.1em;
	line-height: 1.0em;
	/* padding-bottom: 32px; */
}
.section_content p{
	color:#000;
	font-weight: bold;
}
.section_content .subtitle{
	color: #8E979E;
	margin: 1em 0;
	font-weight: 100;
	font-size: 5em;
}

	.section_content .bukken a.one{
	font-size: 6.8vw;
	width: 100%;
	margin: 0.5em auto;
	display:flex;
	/* border: 1px solid #CCC; */
	align-items: center;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 0;
	}
	.section_content .bukken a.one:before{
		width: calc(100% - 0px);
		height: calc(100% - 0px);
		display:block;
		content: "";
		position: absolute;
		border: 1px solid #EBEBEB;
		top: 0px;
		left: 0px;
		z-index: -1;
	}
	.section_content .bukken a.one:after{
		display:block;
		content: "";
		position: absolute;
		right: 0.35em;
		width: 0.5em;
		height: 0.5em;
		border-top: 1px solid #979FA5;
		border-right: 1px solid #979FA5;
		transform: rotate(45deg);
	}
	.section_content .bukken .one figure{
  width: 40%;
  }
	.section_content .bukken .one figure img{
  width: 100%;
  }
	.section_content .bukken .one .b_about{
		text-align: left;
		padding: 0 0em 0 0.8em;
		width: 60%;
		text-decoration: none;
		/* border: 1px solid #CCC; */
		border-left: none;
		font-size: 0.65em;
	}
	.section_achievements{
		height: 70vh;
		background-size: auto;
		background-attachment: inherit;
		background-size: 100%;
		background-position-y: bottom;
		background-image: url(../img/achievements/ach_back_sp.jpg);
	}
	.section_achievements .concepttext{
	color: #FFF;
	font-size: 0.85em;
	text-align: center;
	padding-top: 1em;
	line-height: 1.9em;
	}
}





/* resp */



@media (min-width: 1200px){
	.section04 {
    height: 800px;
    padding-bottom: 0vw;
 }
.scroll_box {
    width: 1000px;
 }
	.scrimg02 {
    position: absolute;
    top: calc(42vh + 1vw);
    height: calc(50vh - 6vw);
}
}
@media (max-width: 1200px){
	.slick-arrow{width: 40px;height: 40px;}
	.slick-arrow.slick-prev{transform: translatex(-50%) translatey(-130%);z-index: 1;}
	.slick-arrow.slick-next{
	transform: translatex(-50%) translatey(-130%);
	background-color: inherit;
	}
}
@media (max-width: 1200px){
	.section02 .circleinner{
		width: 70%;
		height: auto;
		font-size: 1.3vw;
	}
	.section02 .circleinner .brand_img{
		width: 50vw;
		padding-top: 9vw;
	}
	.scroll_box {
    width: 80vw;
 }
	.section05 .aboutus{
		margin: 0 auto 0 8vw;
		font-size: 1.4vw;
		width: 44%;
	}
	.section04 {
    height: 84vh;
    padding-top: 4vw;
 }
}
@media (max-width: 1100px){
	.section03 .bukken .one{
	font-size: 2.3vw;
	}
	.scrimg01{
		bottom: 3vw;
		position: absolute;
	}
	.section03{
		padding-bottom: 20vw;
		position: relative;
		margin-top: 0;
	}
	.scroll_box {
    width: 75vw;
 }
	.section04 {
        height: 50vw;
    }
}
@media (max-width: 768px){
	.section_achievements .scrimg01{
		position: absolute;
		bottom: 0;
	}
.section_achievements .innerdiv{
	width:100%;
}
	.section02 .circleinner .brand_text{
		line-height: 2.0em;
	}
	.section03 .bukken .one{
	font-size: 6.8vw;
	}
	.section02 .circleinner {
        font-size: 3.0vw;
        width: 110%;
        left: -5%;
    }
	.section03 h2{
		font-size: 7vw;
	}
	.side-scroll-item3{
		width:150px;
	}
	.scrimg01{
		right: 100%;
		width:80%;
	}
	.section05 .aboutuldiv{
		order: 3;
		margin-top: 15vw;
		top: 0;
		height: 150px;
	}
	.section05 .inner{
		order: 0;
		width: 90%;
	}
	.section05 .aboutus_img{
		width: 85%;
		position: relative;
		top: 0;
		transform: translate(0, 0);
		margin: 0 0 0 auto;
		order: 1;
		margin-top: 1em;
	}
	.section05{
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.section05 .aboutus{
		width: 90%;
		margin: 0 auto;
		font-size: 3.5vw;
	}
	.section05 p{
		font-size: 1.4em;
	}
	.section06{
		font-size: 3.8vw;
		width: 90%;
		margin: 0 auto;
		padding: 12vw 0;
	}
	.scrimg02{
	transform: rotate(90deg);
	height: 65vw;
	top: calc(22vh);
	left: 33vw;
	opacity: 0.7;
	}
	.footer_section .inner{
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer_section{
		padding-top: 2em;
	}
	.footer_section .f_div_1{
		width: 100%;
		max-width: none;
		text-align: center;
	}
	.footer_section .f_div_2{
		width: 100%;
		max-width: none;
		text-align: center;
		margin-top: 1.3em;
	}
	.footer_section .f_div_3{
		width: 100%;
		max-width: none;
		text-align: center;
		margin: 0 auto;
	}
	.footer_section .f_div_3_1{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.footer_section .f_div_3_1 img{margin: 2em auto 0em auto;}
	.footer_section .f_div_3_2{
		width: 100%;
		margin-top: 1em;
	}
	.footer_section .f_div_3_2 a{
		width: 90%;
		margin: 1em auto;
	}
	.footer_section .f_div_3_3{
		width: 100%;
		max-width: none;
		text-align: center;
	}
	.footer_section .f_div_3_3 img{
		width:80%;
		margin:3em auto;
	}
	#wrapper{
		width:100%;
		padding-bottom: 50px;
	}
	.menunav{
		height: 60px;
		width: 100%;
		top: auto;
		bottom: 0;
	}
	.menunav span{
	width: 40px;
	height: 45px;
	}
	.menunav.active + .globalmenu{width: 100%;flex-wrap: wrap;padding-bottom: 60px;justify-content: space-evenly;vertical-align: top;display: block;}
	.globalmenu .picture{
	width: 100%;
	/* max-height: 32%; */
	background-size: 110%;
	background-image: url(../img/menu_back_sp.jpg);
	height: auto;
	height: 50vw;
	background-position: 50% 26%;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	}


	.globalmenu .navi{
	width: 100%;
	line-height: 1em;
	padding-top: 0em;
	height: calc(100% - 50vw);
	margin: auto 0 auto 0;
	justify-content: normal;
	display: block;
	background-size: auto 50vh;
	background-position: 0;
	}
	.globalmenu .navi ul{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0em;
	padding-top: 0;
	margin-top: 0em;
	padding-bottom: 0em;
	}

	.globalmenu .navi ul li{
	padding-top: 1.5em;
	}
	.globalmenu .navi ul li:first-child{
	padding-top: 0em;		
	}
	.globalmenu .navi ul.link1{
	padding-top: 4vh;
	}
	.globalmenu .navi ul.link2{
	margin-top: 1.5em;
	}
	.globalmenu .div_contact{
		margin: 1.3em auto;
	}
	.section06 .link{
		width: 17em;
		font-size: 1.2em;
	}
	.section03 h2 .linkc{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
	}
	.section05 h2 .linkc{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
	}
	.section02{
		padding: 20vw 0 20vw 0;
		background-position-y: 50%;
		background-position: 50%;
		background-image: url(../img/brand_back_sp.jpg);
		background-size: 110%;
		background-repeat: repeat;
	}
	.section06 p{
		font-size: 1.3em;
		line-height: 2em;
	}
	.section06 .subtitle {
    margin: 1em 0;
	}
}
@media (min-height: 710px) and (max-width: 500px){
	.globalmenu .navi ul.link1{
		padding-top: 12vh;
	}
}

@media (max-width: 500px){
	.swiper-slide .topbox{
		width:125px;
		height:125px;
		font-size: 0.7em;
	}
	.swiper-slide .topbox .no {
    font-size: 2.5em;
	}
	.swiper-slide .topbox .name {
    font-size: 1.6em;
    font-weight: bold;
	}
}
.linkc:hover{
	background-color:#2c3e50;
	
}
.linkc:hover::after{
	border-top:2px solid #FFF!important;
	border-right:2px solid #FFF!important;
}