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


/*
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Shippori Mincho", serif;
	Thin 100
  ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/




/* CSS Document */

html {
  font-size: 10px;
}
body {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  padding-top: 110px;
  color: #000000;
  background: rgba(250, 250, 250, 1);
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.868vw;
  }

  body {
    font-size: 1rem;
    width: 100%;
    min-width: 100%;
    line-height: 1.7;
    padding-top: 16vw;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -o-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

* {
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000000;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
main a {
  color: #000000;
  text-decoration: none;
  transition: .5s;
}
main a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
a:hover img,
a.opacity:hover,
footer footer_in .f_contents section dl a:hover {
  text-decoration: none;
  opacity: 0.65;
  zoom: 1;
}
header h2 a:hover img,
footer dl dt a:hover img {
  opacity: 1.0;
  zoom: 1;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none !important;
  display: inline-block;
}
img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.sp,
.sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp,
  .sp_img {
    display: block;
  }
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}
span:before {
  font-family: "Font Awesome 6 Brands";
	font-family: "Font Awesome 6 Free";
	content: "\f0c8";
  font-weight: 400;
  font-weight: 900（Solid）
  font-weight: 400（Regular、Brands）
}
.child {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.child {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
左から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
右から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.vertical-tb {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
body {
  counter-reset: number;
}
h1:before {
  counter-increment: number;
  content: counter(number)'';
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
<p><picture>
  <source media="(max-width: 767px)" srcset="">
  <img src="" alt="">
</picture></p>

*/






/*header*/
h1 {
  display: none;
}
.openSidebarMenu {
  display: none;
  transition: all 0.3s;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(250, 250, 250, 1);
  transition: .3s;
  height: 110px;
}
header h2 {
  margin-left: 40px;
  margin-right: 20px;
  /*width: 300px;*/
}
header h2 a {
  display: flex;
  align-items: center;
}
header h2 a em {
  display: block;
  width: 66px;
  margin-right: 16px;
}
header h2 a span {
  display: block;
  width: 220px;
}
header nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
header nav ul {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-right: 2.5em;
}
header nav ul li:not(:last-of-type) {
  margin-right: 2em;
}
header nav ul li a {
  font-weight: 600;
}
header nav dl {
  display: flex;
  align-items: center;
}
header nav dl dt ,
header nav dl dd {
  display: flex;
}
header nav dl dt {
  margin-right: 10px;
}
header nav dl dt a ,
header nav dl dd a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  border: solid 1px #000000;
  padding: .8em 1em;
}
header nav dl dt a {
  padding: .8em 1.3em;
}
header nav dl dt a:hover ,
header nav dl dd a:hover {
  background: #000;
  border: solid 1px #000000;
  color: #FFF;
}
@media screen and (max-width: 1340px) {
  header h2 {
    margin-left: 20px;
    margin-right: 20px;
    width: 250px;
  }
  header nav {
    margin-right: 20px;
  }
  header nav ul {
    font-size: 1.6rem;
    margin-right: 1.5em;
  }
  header nav ul li:not(:last-of-type) {
    margin-right: 1em;
  }
  header nav dl dt a {
    padding: .8em 1em;
  }
}
@media screen and (max-width: 1140px) { 
  .sidebarIconToggle {
    position: fixed;
    top: calc((110px - 44px) / 2);
    right: 5vw;
    z-index: 50;
    width: 60px;
    height: 44px;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../img/common/menu_off.png) no-repeat center center;
    background-size: cover;
  } 
  input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle {
    transition: all 0.3s;
    background: url(../img/common/menu_on.png) no-repeat center center;
    background-size: cover;
  }
  header nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		margin: 0;
		width: 300px;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		transform: translateX(300px);
		transition: transform 500ms ease-in-out;
		background: rgba(255, 255, 255, .96);
	}
  input.openSidebarMenu[type="checkbox"]:checked ~ header nav {
		transform: translateX(0);
	}
  header nav ul {
    width: 100%;
    font-size: 1.6rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0 40px;
  }
  header nav ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  header nav ul li a {
    width: 100%;
  }
  header nav dl {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 40px;
  }
  header nav dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  header nav dl dd {
    width: 100%;
  }
  header nav dl dt a ,
  header nav dl dd a {
    font-size: 1.6rem;
    padding: .6em 1em;
    width: 100%;
    text-align: center;
  }
  header nav dl dt a {
    padding: .6em 1em;
  }
}
@media screen and (max-width: 767px) {  
  .sidebarIconToggle {
    position: fixed;
    top: calc((16vw - 5.2251vw) / 2);
    right: 5vw;
    z-index: 50;
    width: 7.8226vw;
    height: 5.2151vw;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../img/common/menu_off.png) no-repeat center center;
    background-size: cover;
  } 
  input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle {
    transition: all 0.3s;
    background: url(../img/common/menu_on.png) no-repeat center center;
    background-size: cover;
  }
  header {
    height: 16vw;
    background: rgba(255, 255, 255, 1);
  }
  header h2 {
    margin-left: 5vw;
    margin-right: 0;
    /*width: 60vw;*/
  }
  header h2 a em {
    width: 12vw;
    margin-right: 2.5vw;
  }
  header h2 a span {
    width: 48vw;
  }
  header nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		margin: 0;
		width: 100vw;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		transform: translateX(100vw);
		transition: transform 500ms ease-in-out;
		background: rgba(255, 255, 255, .96);
	}
  input.openSidebarMenu[type="checkbox"]:checked ~ header nav {
		transform: translateX(0);
	}
  header nav ul {
    width: 100%;
    font-size: 1.6rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 5vw;
    padding: 0 10vw;
  }
  header nav ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 2vw;
  }
  header nav ul li a {
    width: 100%;
  }
  header nav dl {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 10vw;
  }
  header nav dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  header nav dl dd {
    width: 100%;
  }
  header nav dl dt a ,
  header nav dl dd a {
    font-size: 1.6rem;
    padding: .6em 1em;
    width: 100%;
    text-align: center;
  }
  header nav dl dt a {
    padding: .6em 1em;
  }
  
}





/*footer*/
footer {
  background: #000;
  color: #FFF;
  padding-top: 50px;
  padding-bottom: 110px;
}
footer .box {
  display: flex;
  align-items: flex-end;
}
footer .box .box_l {
  margin-right: 20px;
  padding-left: 50px;
}
footer .box .box_l p a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .box .box_l p a span {
  display: block;
  width: 40px;
  padding-bottom: 15px;
}
footer .box .box_l p a em {
  display: block;
  width: 90px;
  padding-top: 15px;
  border-top: solid 1px #666666;
}
footer .box .box_r {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 30px;
}
footer .box .box_r .f_nav {
  margin-bottom: 40px;
}
footer .box .box_r .f_nav ul {
  display: flex;
  font-size: 1.6rem;
}
footer .box .box_r .f_nav ul li:not(:last-of-type) {
  margin-right: 3em;
}
footer .box .box_r .f_nav ul li a {
  color: #FFF;
  white-space: nowrap;
}
footer .box .box_r .f_sns {
  margin-bottom: 40px;
}
footer .box .box_r .f_sns ul {
  display: flex;
}
footer .box .box_r .f_sns ul li {
  width: 30px;
}
footer .box .box_r .f_sns ul li:not(:last-of-type) {
  margin-right: 40px;
}
footer .box .box_r .copy {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 1040px) {
  footer .box .box_l {
    margin-right: 20px;
    padding-left: 20px;
  }
  footer .box .box_r {
    padding-right: 20px;
  }
  footer .box .box_r .f_nav ul li:not(:last-of-type) {
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }
  footer .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .box .box_l {
    margin-right: 0;
    margin-bottom: 10vw;
    padding-left: 0;
  }
  footer .box .box_l p a span {
    width: 10vw;
    padding-bottom: 3vw;
  }
  footer .box .box_l p a em {
    width: 25vw;
    padding-top: 3vw;
  }
  footer .box .box_r {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 0;
    width: 100%;
  }
  footer .box .box_r .f_nav {
    margin-bottom: 5vw;
    width: 100%;
  }
  footer .box .box_r .f_nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 1.6rem;
  }
  footer .box .box_r .f_nav ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: .6em;
  }
  footer .box .box_r .f_sns {
    margin-bottom: 5vw;
  }
  footer .box .box_r .f_sns ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .box .box_r .f_sns ul li {
    width: 10vw;
  }
  footer .box .box_r .f_sns ul li:not(:last-of-type) {
    margin-right: 5vw;
  }
  footer .box .box_r .copy {
    font-size: 1.3rem;
  }
}



/*width*/
.mw1420 {
  max-width: 1460px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw1200 {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1460px) {

  .mw1420 {
    max-width: 100%;
  }

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

  .mw1200 {
    max-width: 100%;
  }

}

@media screen and (max-width: 767px) {
  .mw1420 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .mw1200 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }


}





/*ずれ*/
.anc:before {
  position: relative;
  z-index: -1;
  padding-top: 150px;
  margin-top: -150px;
  display: block;
  content: '';
}
@media screen and (max-width: 767px) {
  .anc:before {
    padding-top: 30vw;
    margin-top: -30vw;
    content: '';
  }
}



/*main*/
main {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  main {
    font-size: 1.6rem;
  }
}


/*共通*/
.common_contact {
  background: #000000;
  border-bottom: solid 1px #353535;
  padding-top: 100px;
  padding-bottom: 90px;
}
.common_contact .box {
  display: flex;
  align-items: flex-end;
}
.common_contact .box .box_l {
  margin-right: 20px;
}
.common_contact .box .box_l h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.common_contact .box .box_l h3 span ,
.common_contact .box .box_l h3 em {
  display: block;
  line-height: 1em;
  color: #9c896e;
}
.common_contact .box .box_l h3 span {
  font-size: 5.0rem;
  font-weight: 600;
  margin-bottom: .3em;
}
.common_contact .box .box_l h3 em {
  font-size: 2.2rem;
  font-weight: 500;
}
.common_contact .box .box_l .comment {
  font-size: 2.4rem;
  margin-bottom: .6em;
  color: #FFF;
}
.common_contact .box .box_l .tel a {
  display: flex;
  align-items: baseline;
  color: #FFF;
}
.common_contact .box .box_l .tel a em {
  display: block;
  font-size: 2.2rem;
  margin-right: .5em;
}
.common_contact .box .box_l .tel a span {
  display: block;
  font-size: 3.0rem;
  letter-spacing: .1em;
}
.common_contact .box .box_r {
  margin-left: auto;
  width: 340px;
}
.common_contact .box .box_r ul li:nth-of-type(1) {
  margin-bottom: 15px;
}
.common_contact .box .box_r ul li a {
  display: block;
  border: solid 1px #cccccc;
  color: #FFF;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 1.2em 1em;
}
.common_contact .box .box_r ul li a:hover {
  background: #FFFFFF;
  border: solid 1px #FFFFFF;
  color: #000;
  opacity: 1;
}

.title01 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 60px;
}
.title01 span ,
.title01 em {
  position: relative;
  display: block;
  font-weight: 600;
}
.title01 span {
  font-size: 3.8rem;
  line-height: 1.25;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  text-align: center;
  padding-right: 15px;
  white-space: nowrap;
}
.title01 em {
  font-size: 2.0rem;
  line-height: 1.3;
  color: #88704e;
  padding: .4em 0;
  padding-left: 20px;
}
.title01 em::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #938269;
  content: '';
}
.title02-01 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  padding-top: 100px;
}
.title02-01::before {
  position: absolute;
  top: 0;  
	left: 50%;
	transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: #917e61;
  animation: scroll 2s infinite;
  content: '';
}
.title02-01 span ,
.title02-01 em {
  display: block;
  line-height: 1em;
  font-weight: 600;
}
.title02-01 span {
  font-size: 4.8rem;
  color: #88704e;
  margin-bottom: .4em;
}
.title02-01 em {
  font-size: 2.2rem;
}
.title02-02 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 80px;
}
.title02-02::before {
  position: absolute;
  top: calc(2.2rem + 2.2rem + 4.8rem + 25px);  
	left: 50%;
	transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: #917e61;
  animation: scroll 2s infinite;
  content: '';
}
/*.title02-02.line-view::before {
  height: 60px;
  transition: .5s;
}*/
.title02-02 span ,
.title02-02 em {
  display: block;
  line-height: 1em;
  font-weight: 600;
  color: #9c896e;
}
.title02-02 span {
  font-size: 2.2rem;
  margin-bottom: 1em;
}
.title02-02 em {
  font-size: 4.8rem;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .common_contact {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .common_contact .box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .common_contact .box .box_l {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .common_contact .box .box_l h3 {
    margin-bottom: 5vw;
  }
  .common_contact .box .box_l h3 span {
    font-size: 3.0rem;
    margin-bottom: .3em;
  }
  .common_contact .box .box_l h3 em {
    font-size: 2.0rem;
  }
  .common_contact .box .box_l .comment {
    font-size: 1.8rem;
  }
  .common_contact .box .box_l .tel a em {
    font-size: 2.0rem;
    margin-right: .5em;
  }
  .common_contact .box .box_l .tel a span {
    font-size: 3.0rem;
  }
  .common_contact .box .box_r {
    margin-left: 0;
    width: 100%;
  }
  .common_contact .box .box_r ul li:nth-of-type(1) {
    margin-bottom: 5vw;
  }
  .common_contact .box .box_r ul li a {
    font-size: 1.6rem;
    padding: .8em 1em;
  }
  
  .title01 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 10vw;
  }
  .title01 span {
    font-size: 3.0rem;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: left;
    margin-bottom: 6vw;
  }
  .title01 em {
    font-size: 2.0rem;
    padding: 0;;
  }
  .title01 em::before {
    position: absolute;
    top: -3vw;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .title02-01 {
    margin-bottom: 10vw;
    padding-top: 14vw;
  }
  .title02-01::before {
    height: 10vw;
  }
  .title02-01 span {
    font-size: 3.0rem;
  }
  .title02-01 em {
    font-size: 2.0rem;
  }
  .title02-02 {
    margin-bottom: 14vw;
    padding-bottom: 10vw;
  }
  .title02-02::before {
    position: absolute;
    top: calc(2.0rem + 2.0rem + 3.0rem + 5vw);  
  }
  .title02-02::before {
    height: 10vw;
  }
  .title02-02 span {
    font-size: 2.0rem;
  }
  .title02-02 em {
    font-size: 3.0rem;
  }
}




