@charset "utf-8";
/* CSS Document */

/* =============================================================================
 Reset
============================================================================= */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul,
ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}



/* =============================================================================
 Fonts
============================================================================= */
html {
	font-size: 62.5%;
}
body {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
body {
	font-size: .95rem;
}
}


/* =============================================================================
 Base
============================================================================= */

body {
  background-color: #fff;
}

#mainArea {
  padding-top: 130px;
}

@media screen and (max-width: 1024px) {
  #mainArea {
    padding-top: 65px;
  }
}


/* =============================================================================
 Elements
============================================================================= */

/* color setting */

html {
}
body {
}


/* link setting */

a {
  color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* image setting */

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

@media screen and (max-width: 1024px) {
img {
	width: 100%;
}
}

/* =============================================================================
 Common Class
============================================================================= */

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

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .only-pc {
    display: none;
  }
}

/* =============================================================================
 common header
============================================================================= */

#commonHeader {
  position: fixed;
  width: 100%;
  height: 130px;
  line-height: 1;
  z-index: 10;
  background-color: rgba(255,255,255,.7);
  font-size: 1.2rem;
  font-family: p22-underground, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .1em;
  -webkit-transition: height ease .3s;
  transition: height ease .3s;
}
#commonHeader .siteLogo {
  margin: 0 auto;
  padding: 20px 0 0;
  width: 89px;
  -webkit-transition: width ease .3s,padding ease .3s;
  transition: width ease .3s,padding ease .3s;
}
#commonHeader .selectLang {
  position: absolute;
  top: 60px;
  right: 40px;
  -webkit-transition: top ease .3s;
  transition: top ease .3s;
}

@media screen and (min-width: 1023px) {
#commonHeader .language {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
#commonHeader .language_sp {
    display: none;
  }
}
#commonHeader .language_sp {
	white-space: nowrap;
}
#commonHeader .language {
  display: inline-block;
  font-size: 1.2rem;
}


@media screen and (max-width: 1023px) {
#commonHeader .language  {
    display: none;
  }
}

/*
#commonHeader .language:first-child:after {
  margin: 0 .5em;
  content: "/";
} 
*/
#commonHeader .language a {
}

.onscroll #commonHeader {
  height: 85px;
}
.onscroll #commonHeader .siteLogo {
  padding: 10px 0 0;
  width: 64px;
}
.onscroll #commonHeader .selectLang {
  top: 35px;
}
#commonHeader .onlineshop  {
    margin-top: -10px;
	margin-left: 20px;
	display: inline-block;
  }
#commonHeader .i_online {
    width: 24px;
	padding: 0 5px 0 0;
  }

@media screen and (max-width: 1024px) {
  #commonHeader {
    height: 65px;
  }
  #commonHeader .siteLogo {
    padding: 10px 0 0;
    width: 45px;
  }
  #commonHeader .selectLang {
    position: absolute;
    top: 26px;
    right: calc(40/750*100vw);
  }
  #commonHeader .language {
    font-size: 1.1rem;
  }
  #commonHeader .onlineshop  {
    margin-top: -16px;
  }
  #commonHeader .i_online {
    width: 58x;
	padding: 10px 0 0 0;
  }
	#commonHeader .online{
		display: none;
	}
  .onscroll #commonHeader {
    height: 50px;
  }
  .onscroll #commonHeader .siteLogo {
    padding: 7px 0 0;
    width: 35px;
  }
  .onscroll #commonHeader .selectLang {
    top: 20px;
  }
}



/* =============================================================================
 global navi
============================================================================= */

#globalNavi {
}
#globalNavi .btnMenu {
  display: none;
}
#globalNavi .navBody ul {
  position: absolute;
  top: 60px;
  left: 40px;
  font-size: 0;
  -webkit-transition: top ease .3s;
  transition: top ease .3s;
}
#globalNavi .navBody ul li {
  margin-right: 2em;
  display: inline-block;
  font-size: 1.2rem;
}

#globalNavi .navBody ul li a {
}
.onscroll #commonHeader .navBody ul {
  top: 35px;
}

@media screen and (max-width: 1024px) {
  #globalNavi {
  }
  #globalNavi .btnMenu {
    display: block;
    position: absolute;
    top: 22px;
    left: calc(40/750*100vw);
    width: 30px;
    height: 22px;
    z-index: 50;
    cursor: pointer;
    -webkit-transition: top ease .3s;
    transition: top ease .3s;
  }
  #globalNavi .btnMenu span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
  }
  #globalNavi .btnMenu span:before,
  #globalNavi .btnMenu span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;;
    cursor: pointer;
  }
  #globalNavi .btnMenu span:before {
    top: -10px;
  }
  #globalNavi .btnMenu span:after {
    top: 10px;
  }
  .menuOpen #commonHeader .btnMenu span {
    background-color: transparent;
  }
  .menuOpen #commonHeader .btnMenu span:before {
    margin-top: -1px;
    margin-left: -3px;
    top: 50%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menuOpen #commonHeader .btnMenu span:after {
    margin-top: -1px;
    margin-left: -3px;
    top: 50%;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #globalNavi .navBody {
    position: absolute;
    top: 65px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255,255,255,.7);
    -webkit-transition: opacity ease .3s,visibility ease .3s,top ease .3s;
    transition: opacity ease .3s,visibility ease .3s,top ease .3s;
  }
  #globalNavi .navBody ul {
    margin: 0 calc(40/750*100vw);
    padding: 12px 0 30px;
    position: static;
    font-size: 0;
  }
  #globalNavi .navBody ul li {
    margin-right: 0;
    display: block;
    font-size: 1.4rem;
  }
  #globalNavi .navBody ul li a {
    padding: 12px 0;
    line-height: 2;
  }
  .menuOpen #globalNavi .navBody {
    opacity: 1;
    visibility: visible;
  }
  .onscroll #globalNavi .btnMenu {
    top: 15px;
  }
  .onscroll #globalNavi .navBody {
    top: 50px;
  }
}





/* =============================================================================
 common footer
============================================================================= */

#commonFooter {
}
#commonFooter .footerInner {
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
}
#commonFooter .image {
  margin: 0 0 200px;
}
#commonFooter ul {
  position: absolute;
  bottom: 65px;
  right: 20px;
  font-size: 0;
}
#commonFooter ul li {
  display: inline-block;
}
#commonFooter ul li.fb {
  width: 13px;
}
#commonFooter ul li.insta {
  margin-left: 25px;
  width: 25px;
}
#commonFooter ul li a:hover {
  opacity: .7;
}
#commonFooter .copyright {
  padding: 60px 100px 0 0;
  border-top: 1px #999 solid;
  height: 145px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  text-align: right;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  #commonFooter {
  }
  #commonFooter .footerInner {
  }
  #commonFooter .image {
    margin: 0 calc(40/750*100vw) 90px;
  }
  #commonFooter ul {
    padding: 25px 0 20px;
    border-top: 1px #999 solid;
    position: static;
    text-align: center;
  }
  #commonFooter ul li.fb {
  }
  #commonFooter ul li.insta {
    margin-left: 20px;
  }
  #commonFooter .copyright {
    padding: 0 0 30px;
    border-top: none;
    height: auto;
    font-size: .95rem;
    text-align: center;
  }
}





/* =============================================================================
 Common Block Styles
============================================================================= */


@media screen and (min-width: 1024px) {
  .pagetop {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pagetop {
    display: none;
    position: fixed;
    z-index: 50;
    bottom: calc(40/750*100vw);
    right: calc(40/750*100vw);
    width: calc(80/750*60vw);
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none;
    position: fixed;
    z-index: 50;
    bottom: calc(40/750*100vw);
    right: calc(40/750*100vw);
    width: calc(80/750*100vw);
  }
}




/* =============================================================================
 Page Styles
============================================================================= */

.section {
  margin: 0 auto 200px;
}
.sectionTitle {
  font-size: 4rem;
  font-family: p22-underground, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .1em;
}

@media screen and (max-width: 1024px) {
  .section {
    margin-bottom: 80px;
    overflow: hidden;
  }
  .sectionTitle {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px #999 solid;
    font-size: 2rem;
    width: calc(710/670*100%);
  }
}





.leadArea {
  padding: 125px 60px 0;
}
.leadArea .breadIllust {
  margin: 0 auto 50px;
  width: 500px;
}
.leadArea .bricolagebread {
  margin: 0 auto 40px;
  width: 642px;
}
.leadArea .lead {
  margin: 0 auto 40px;
  max-width: 1280px;
}
.leadArea .lead p {
  line-height: 1.25;
  font-size: 4rem;
  font-family: source-serif-pro, serif;
  letter-spacing: .06em;
}
.leadArea .image {
  margin-right: -60px;
  padding-left: calc(50% - 640px);
  width: calc(100% + 60px);
  box-sizing: border-box;
}
.leadArea .image img {
  width: 100%;
}
.leadArea .scroll {
  position: fixed;
  bottom: 4%;
  left: 30px;
  line-height: 1;
  z-index: 20;
  font-size: 1.4rem;
  font-family: p22-underground, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .1em;
  -webkit-transform: rotate(90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  cursor: pointer;
}
.leadArea .scroll span {
  padding-left: 120px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.leadArea .scroll span:before {
  margin-top: -1px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100px;
  width: 0;
  height: 1px;
  background-color: #999;
  animation: scrollLine 3s ease 0s infinite;
  -webkit-animation: scrollLine 3s ease 0s infinite;
}
@keyframes scrollLine {
  0% { right: 100px; width: 0; }
  50% { right: 100px; width: 80px; }
  100% { right: 180px; width: 0; }
}
@-webkit-keyframes scrollLine {
  0% { right: 100px; width: 0; }
  50% { right: 100px; width: 80px; }
  100% { right: 180px; width: 0; }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  .leadArea .breadIllust {
    margin: 0 auto 20px;
    width: calc(460/750*70vw);
  }
  .leadArea .bricolagebread {
    margin: 0 auto 20px;
    width: calc(564/750*60vw);
  }
}

@media screen and (max-width: 767px) {
  .leadArea {
    padding: 60px 0 0;
  }
  .leadArea .breadIllust {
    margin: 0 auto 20px;
    width: calc(460/750*60vw);
  }
  .leadArea .bricolagebread {
    margin: 0 auto 20px;
    width: calc(564/750*60vw);
  }
  .leadArea .lead {
    margin: 0 calc(40/750*100vw) 40px;
  }
  .leadArea .lead p {
    line-height: 1.31;
    font-size: 1.6rem;
  }
  .leadArea .image {
    margin-right: 0;
    padding-left: 0;
  }
  .leadArea .scroll {
    display: none !important;
  }
}





.concept {
  padding: 0 20px;
  display: flex;
}
.concept .image {
  position: relative;
  width: calc(50% - 10px);
  z-index: 2;
}
.concept .slide .slick-dots {
  padding-top: 20px;
  font-size: 0;
  text-align: right;
}
.concept .slide .slick-dots li {
  margin: 0 0 0 16px;
  display: inline-block;
}
.concept .slide .slick-dots li button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 1px #bab9b6 solid;
  width: 32px;
  height: 4px;
  background-color: transparent;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
.concept .slide .slick-dots li button:hover,
.concept .slide .slick-dots li.slick-active button {
  border: 1px #000 solid;
  background-color: #000;
}
.concept .text {
  padding: 50px 0 0 110px;
  width: 50%;
  box-sizing: border-box;
}
.concept .text>* {
  max-width: 530px;
}
.concept .sectionTitle {
  margin: 0 0 40px;
  position: relative;
}
.concept .sectionTitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: calc(-50vw - 40px);
  width: 50vw;
  height: 1px;
  background-color: #999;
}
.concept p {
  margin: 0 0 2em;
  line-height: 2.33;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  .concept {
    padding: 0 calc(40/750*100vw);
    display: block;
  }
  .concept .image {
    width: auto;
  }
  .concept .slide .slick-dots {
    padding-top: 15px;
  }
  .concept .slide .slick-dots li {
    margin: 0 0 0 12px;
  }
  .concept .slide .slick-dots li button {
    width: 20px
  }
  .concept .text {
    padding: 30px 0 0;
    width: auto;
  }
  .concept .text>* {
    max-width: inherit;
  }
  .concept .sectionTitle {
    margin: 0 0 20px;
  }
  .concept .sectionTitle:before {
    display: none;
  }
  .concept p {
    margin: 1.5em 0 0;
    line-height: 2.42;
  }
  .concept p br {
    display: none;
  }
}





.message {
  padding: 0 20px;
  max-width: 1280px;
}
.message .sectionTitle {
  text-align: center;
}
.message ul {
  margin: 60px 0 0;
  display: flex;
}
.message ul li {
  padding: 0 30px 170px;
  border-right: 1px #999 solid;
  position: relative;
  width: 33.3333%;
  box-sizing: border-box;
}
.message ul li:first-child {
  border-left: 1px #999 solid;
}
.message ul li .image {
  margin: 0 0 20px;
  height: 150px;
  text-align: center;
}
.message ul li .image img {
  max-height: 100%;
}
.message ul li p {
  line-height: 2.33;
  letter-spacing: .1em;
}
.message ul li p.name {
  position: absolute;
  bottom: 130px;
  left: 30px;
  width: calc(100% - 60px);
}
.message ul li .logo {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px);
  height: 100px;
  
  box-sizing: border-box;
}
.message ul li .logo img {
  max-height: 100%;
}
.message ul li:nth-child(1) .logo img {
  width: 250px;
}
.message ul li:nth-child(2) .logo img {
  width: 250px;
}
.message ul li:nth-child(3) .logo img {
  width: 77px;
}
@media screen and (max-width: 1024px) {
  .message {
    padding: 0 calc(40/750*100vw);
  }
  .message .sectionTitle {
    text-align: left;
  }
  .message ul {
    margin: 0;
    display: block;
  }
  .message ul li {
    margin: 0 0 30px;
    padding: 0 0 40px;
    border-right: none;
    border-bottom: 1px #999 solid;
    width: auto;
  }
  .message ul li:first-child {
    border-left: none;
  }
  .message ul li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .message ul li .image {
    height: calc(270/750*100vw);
    max-height: 184px;
  }
  .message ul li p {
    line-height: 2.1;
  }
  .message ul li p.name {
    margin-top: 1.5em;
    position: static;
    width: auto;
  }
  .message ul li .logo {
    margin-top: 25px;
    position: static;
    bottom: 0;
    width: auto;
    height: auto;

    box-sizing: border-box;
  }
  .message ul li .logo img {
    max-height: inherit;
  }
  .message ul li:nth-child(1) .logo img {
    width: calc(402/750*100vw);
    max-width: 274px;
  }
  .message ul li:nth-child(2) .logo img {
    width: calc(320/750*100vw);
    max-width: 274px;
  }
  .message ul li:nth-child(3) .logo img {
    width: calc(99/750*100vw);
    max-width: 136px;
  }
}





.information {
  padding: 0 20px;
  position: relative;
}
.information .text {
  margin: 0 auto;
  max-width: 1280px;
}
.information .sectionTitle {
  margin-top: 110px;
  display: inline-block;
  position: relative;
}
.information .sectionTitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: calc(100% + 40px);
  width: 50vw;
  height: 1px;
  background-color: #999;
}

.information a.linkMap {
  margin-left: 10px;
  padding: 0 6px;
  display: inline-block;
  line-height: 12px;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  font-size: 1rem;
}

.information dl {
margin: 15px 0;
  line-height: 1.68;
  letter-spacing: .1em;
}
.information dl dt {
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-style: italic;
  text-decoration: underline;
  letter-spacing: .06em;
}
.information dl dd {
  margin: 0 0 10px;
}
.information p {
	border: solid 1px #000;
	text-align: center;
	letter-spacing: .1em;
	width: 140px;
	padding: 0.9em 0.9em 1.1em 0.9em;
	display:block;
	font-family: p22-underground, sans-serif;
    line-height: 19px;
}
.information a{
display: block;
}

.information a:hover {
  opacity: .7;
  text-decoration: none;
}
.information .i_online{
	width: 24px;
	padding: 0 5px 0 0;
}
.information .image {
}
.information .image img {
  width: 100%;
}
.information .image.img01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; 
  width: calc(840/1920*100%);
}
.information .image.img02 {
  margin: -20em 10em 0 auto; /*recruit非表示時は-5em*/
  position: relative;
  width: calc(840/1920*100%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .information {
    padding: 0;
  }
  .information .text {
    padding: 0 calc(40/750*100vw);
  }
  .information .sectionTitle {
    margin-top: 0;
    display: block;
  }
  .information .sectionTitle:before {
    display: none;
  }
  .information .name {
    margin: 0;
    font-size: 1.2rem;
  }
  .information p {
    margin: 15px 0;
    line-height: 1.68;
	  width: 120px;
  }
  .information p a.linkMap {
    margin-left: 5px;
    padding: 0 5px;
    font-size: .9rem;
  }
  .information p a.linkMap:hover {
    opacity: .7;
  }
  .information dl {
    letter-spacing: .1em;
  }
  .information dl dt {
    font-size: 1.1rem;
  }
  .information dl dd {
    line-height: 1.5;
  }
  .information .image {
  }
  .information .image img {
    width: 100%;
  }
  .information .image.img01 {
    top: auto;
    bottom: calc(200/750*100vw);
    right: 0;
    width: calc(480/750*100vw);
	z-index: -1;/*recruit非表示時はなし*/
  }
  .information .image.img02 {
    margin: calc(220/750*100vw) 0 0 calc(40/750*100vw);/*recruit非表示時はcalc(220/750*100vw);*/
    width: calc(480/750*100vw);
	z-index: -2;/*recruit非表示時はなし*/
  }
}





/* =============================================================================
 Animate Styles
============================================================================= */
.slide,
.animate {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 700ms cubic-bezier(.694,0,.335,1),transform 700ms cubic-bezier(.694,0,.335,1),-webkit-transform 700ms cubic-bezier(.694,0,.335,1);
  transition: opacity 700ms cubic-bezier(.694,0,.335,1),transform 700ms cubic-bezier(.694,0,.335,1),-webkit-transform 700ms cubic-bezier(.694,0,.335,1);
}
.slide.animated,
.animate.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.animate.delay1 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.animate.delay2 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

#commonHeader,
.navBody,
body {
  -webkit-transition: background-color ease 1s;
  transition: background-color ease 1s;
}
body.color01 {
  background-color: #ebe9e2;
}
body.color02 {
  background-color: #dad6d1;
}
body.color03 {
  background-color: #dbe2e1;
}
body.color04 {
  background-color: #ddd;
}
body.color05 {
  background-color: #ebe9e2;
}
.color01 #commonHeader,
.color01 #globalNavi .navBody {
  background-color: rgba(235,233,226,.2);
}
.color02 #commonHeader,
.color02 #globalNavi .navBody {
  background-color: rgba(218,214,209,.2);
}
.color03 #commonHeader,
.color03 #globalNavi .navBody {
  background-color: rgba(219,226,225,.2);
}
.color04 #commonHeader,
.color04 #globalNavi .navBody {
  background-color: rgba(221,221,221,.2);
}
.color05 #commonHeader,
.color05 #globalNavi .navBody {
  background-color: rgba(235,233,226,.2);
}

@media screen and (max-width: 1024px) {
  .color01 #commonHeader,
  .color01 #globalNavi .navBody {
    background-color: rgba(235,233,226,.7);
  }
  .color02 #commonHeader,
  .color02 #globalNavi .navBody {
    background-color: rgba(218,214,209,.7);
  }
  .color03 #commonHeader,
  .color03 #globalNavi .navBody {
    background-color: rgba(219,226,225,.7);
  }
  .color04 #commonHeader,
  .color04 #globalNavi .navBody {
    background-color: rgba(221,221,221,.7);
  }
  .color05 #commonHeader,
  .color05 #globalNavi .navBody {
    background-color: rgba(235,233,226,.7);
  }
  .menuOpen #commonHeader,
  .menuOpen #globalNavi .navBody {
    -webkit-transition: none;
    transition: none;
  }
  .color01.menuOpen #commonHeader,
  .color01.menuOpen #globalNavi .navBody {
    background-color: rgba(235,233,226,.9);
  }
  .color02.menuOpen #commonHeader,
  .color02.menuOpen #globalNavi .navBody {
    background-color: rgba(218,214,209,.9);
  }
  .color03.menuOpen #commonHeader,
  .color03.menuOpen #globalNavi .navBody {
    background-color: rgba(219,226,225,.9);
  }
  .color04.menuOpen #commonHeader,
  .color04.menuOpen #globalNavi .navBody {
    background-color: rgba(221,221,221,.9);
  }
  .color05.menuOpen #commonHeader,
  .color05.menuOpen #globalNavi .navBody {
    background-color: rgba(235,233,226,.9);
  }
}


/*2021031add*/
video {
  width:100%;
opacity: 0;
transition: opacity 0.6s ease;
height: auto;
}

video.fade-in {
opacity: 1;
}


/* 外側：常に同じ比率・サイズのフレームにする */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 720 / 404;    /* 実際の動画比率に合わせる（例: 16:9） */
  overflow: hidden;
}

/* 中で video をフレームいっぱいに広げる */
.video-inner,
.video-inner video {
  width: 100%;
  height: 100%;
}

.video-inner video {
  object-fit: cover;       /* 必要に応じて contain 等に変更 */
}

/* ミュートボタンは「wrapper基準」で固定 */
#mute-toggle {
  position: absolute;
  right: 16px;
  bottom: 16px;            /* ここは % ではなく px の方が安定 */
  z-index: 2;
}

#mute-toggle {
position: absolute;
background: rgba(0, 0, 0, 0.6);
border: none;
border-radius: 50%;
padding: 4px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 10;
opacity: 0;
transition: opacity 0.3s ease;
}

#mute-toggle svg {
fill: white;
width: 14px;
height: 14px;
}

.show-button #mute-toggle {
opacity: 1;
}

@media screen and (min-width: 767px) {
.leadArea{
  padding:60px 0 0 0;
}

.video-wrapper {
width:100%;
max-width: 100%;
margin:0 auto;
text-align:center;
}

.leadArea video {
/* margin-right: -60px;
padding-left: calc(50% - 640px);
width: calc(100% + 60px); */
box-sizing: border-box;
}

#mute-toggle {
bottom:20px;
/* right:-40px; */
width: 32px;
height: 32px;
}
}

@media screen and (min-width: 1024px) {
.leadArea{
 /*   width:80%;
  max-width:80%;*/
  padding:60px 80px 0 80px;
}

.video-wrapper {
/* width:75%;
max-width: 75%; */
}
}

@media screen and (min-width: 1240px) {
.leadArea{
  padding:60px 0 0 0;
  width:70%;
  max-width:70%;
}
}

/* @media screen and (min-width: 2000px) {
.leadArea{
  width:70%;
  max-width:70%;
}
} */

.mute-button {
position: absolute;
bottom: 12px;
right: 12px;
background-color: rgba(0, 0, 0, 0.6);
border: none;
border-radius: 50%;
padding: 10px;
cursor: pointer;
transition: background-color 0.3s;
}

.mute-button:hover {
background-color: rgba(255, 255, 255, 0.2);
}

.mute-button svg {
pointer-events: none;
}

.message ul li .image{
height:auto;
}
.message ul li {
padding: 0 30px 30px;
}

.message ul li p.name {
line-height: 1.5;
bottom:1em;
}

.information a.linkMap{
margin-left:0;
}

.information dl dd span{
margin-right:10px;
}

.parallax-wrapper {
position: relative;
width: 100%;
max-width: 1280px;
margin: 0 auto;
overflow: hidden;
}

.parallax-wrapper::before {
content: "";
display: block;
padding-top: 50%;
}

.parallax-section {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
background-image: url('../images/NAN_7970.jpg');
background-size: cover;
background-position: center;
background-position: center bottom; 
}


@media (max-width: 1024px) {
.parallax-wrapper::before {
content: "";
display: block;
padding-top: 60%;
}

.parallax-section {
height: 110%;
}

#commonFooter ul {

}

}


@media (max-width: 767px) {
.parallax-wrapper {
position: relative;
width: 100%;
overflow: hidden;
}
.parallax-wrapper::before {
content: "";
display: block;
padding-top: 66.66%;
}
.parallax-section {
position: absolute;
inset: 0;
width: 100%;
height: 100%; 
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transform: translateY(0);
will-change: transform;
}

}

@media (min-width: 2000px) {
.parallax-wrapper::before {
    padding-top: 75%;
}
}

@media (prefers-reduced-motion: reduce){
.parallax-section{ transform: none !important; }
}

@media screen and (max-width: 1024px) {
.message ul li {
padding: 0 0px 40px;
}

.message ul li .image {
max-height: none;
}

.message ul li .image img {
max-height: none;
}

#commonFooter ul {
margin-top: 80PX;
}
}

@media screen and (max-width: 767px) {
video#custom-video {
height: AUTO;
WIDTH: 100%;
}

#mute-toggle {
bottom:15px;
right:20px;
width: 24px;
height: 24px;
}
}


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

#commonFooter ul {
margin-top: 20PX;
}

}

#globalNavi .navBody ul li a,
.language a,
.onlineshop{
font-size: 1.4rem;
}

.concept .text .sectionTitle{
font-size:4rem;
}

.concept .text>*,
.message ul li p,
.information dl,
.information dl dt{
font-size: 1.3rem;
}

.message ul li p.names{
font-size: 1.4rem;
}


@media screen and (max-width: 1024px) {
.concept .text .sectionTitle{
font-size:2rem;
}

#globalNavi .navBody ul li{
font-size:1.4rem;
}

.information p {
font-size: 1.2rem;
width: 132px;
}


}


@media screen and (min-width:768px) and ( max-width:1024px) {
section#about {
margin-top: 160px;
}

.leadArea .scroll{
left:18px;
}
}


/* 初期は非表示 */
#about {
opacity: 0;
transform: translateY(40px); /* 少し下にずらす */
transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 表示時 */
#about.is-visible {
opacity: 1;
transform: translateY(0);
}


#commonFooter ul,
#commonFooter .copyright {
border-top: none;
}

.hidden-sp{
  display: block;
}

@media screen and (max-width: 767px) {
.hidden-sp{
  display: none;
}
}


