@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');


/*
	font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Poppins', sans-serif;
  font-family: 'Oooh Baby', cursive;
  font-family: 'Petit Formal Script', cursive;
	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: 'Zen Kaku Gothic New', sans-serif;
  color: #454444;
  background: #FFF;
  -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: 1060px) {
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.868vw;
  }

  body {
    font-size: 1rem;
    width: 100%;
    min-width: 100%;
    line-height: 1.7;
    -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: #454444;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: #999999;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
main a {
  color: #454444;
  text-decoration: none;
  transition: .5s;
}
main a:hover {
  color: #999999;
  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";
}
.child {
	position: relative;
	top: 50%;
	transform: translateY(-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;
}
*/






/*header*/
h1 {
  display: none;
}
.top header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
}
.top header h2 {
  position: absolute;
  bottom: 40px;
  left: 60px;
}
.top header h2 a {
  display: flex;
  align-items: flex-end;
  font-family: 'Poppins', sans-serif;
  line-height: 1em;
}
.top header h2 a span ,
.top header h2 a em {
  display: block;
}
.top header h2 a span {
  font-size: 2.6rem;
  margin-right: 20px;
  padding-bottom: .5em;
  color: #FFF;
}
.top header h2 a em {
  width: 119px;
}
.top header h2 a:hover {
  opacity: 1.0;
  zoom: 1;
}
.sub header {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.sub header h2 a {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  line-height: 1em;
}
.sub header h2 a span ,
.sub header h2 a em {
  display: block;
}
.sub header h2 a span {
  font-size: 1.6rem;
  margin-right: 20px;
}
.sub header h2 a em {
  width: 87px;
}
.sub header h2 a:hover {
  opacity: 1.0;
  zoom: 1;
}


.openSidebarMenu {
	display: none;
	transition: all 0.3s;
}
.sidebarIconToggle {
	transition: all 0.3s;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	mix-blend-mode: exclusion;
  width: 60px;
  height: 23px;
}
.top .sidebarIconToggle {
  position: absolute;
	top: 92vh;
	right: 40px;
	mix-blend-mode: normal;
}
.top .sidebarIconToggle.is-fixed {
  position: fixed;
	top: 40px;
	mix-blend-mode: exclusion;
}
.sub .sidebarIconToggle {
	top: 40px;
	right: 40px;
}
.sidebarIconToggle > div div {
	position: relative;
	height: 1px;
	width: 100%;
	background: #FFF;
	transition: all 0.3s;
}
.sidebarIconToggle > div div:nth-of-type(2) {
  width: 44px;
  margin-left: 16px;
	margin-top: 11px;
}
.sidebarIconToggle > div div:nth-of-type(3) {
	margin-top: 11px;
}
.top input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle {
	position: absolute;
}
.top input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle.is-fixed {
	position: fixed;
}
.sub input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle {
	position: fixed;
}
input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div {
	transition: all 0.3s;
	background: #FFF;
}
input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(2) {
	transition: all 0.3s;
	opacity: 0;
}
input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(1) {
	transition: all 0.3s;
	transform: rotate(22.5deg);
	margin-top: 11px;
}
input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(3) {
	transition: all 0.3s;
	transform: rotate(-22.5deg);
	margin-top: -13px;
}
header nav {
	z-index: 100;
	width: 200px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	transform: translateX(200px);
	transition: transform 500ms ease-in-out;
	background: rgba(0, 0, 0, .8);
}
.top header nav {
	position: fixed;
	top: 100%;
	right: 0;
}
.top .sidebarIconToggle.is-fixed ~ header nav {
  position: fixed;
	top: 90px;
}
.sub header nav {
	position: fixed;
	top: 90px;
	right: 0;
}
input.openSidebarMenu[type="checkbox"]:checked ~ header nav {
	transform: translateX(0);
}
.top input.openSidebarMenu[type="checkbox"]:checked ~ header nav {
  position: absolute;
}
.top input.openSidebarMenu[type="checkbox"]:checked + .sidebarIconToggle.is-fixed ~ header nav {
	position: fixed;
}
header nav .nav_box {
	display: flex;
	flex-direction: column;
	overflow: auto;
	width: 100%;
}
header nav .nav_box ul {
  font-family: 'Poppins', sans-serif;
  letter-spacing: .1em;
}
header nav .nav_box ul > li {
	position: relative;
	font-size: 1.5rem;
}
header nav .nav_box ul > li:not(:last-of-type) {
  border-bottom: solid 1px #212121;
}
header nav .nav_box ul > li a {
  display: block;
  padding: .8em 1.7em;
  color: #FFF;
}
@media screen and (max-width: 767px) {

  .top header {
    height: 100vh;
  }
  .top header h2 {
    bottom: 5vw;
    left: 4%;
  }
  .top header h2 a {
    display: flex;
    align-items: center;
  }
  .top header h2 a span {
    font-size: 1.7rem;
    margin-right: 2vw;
    padding-bottom: 0;
  }
  .top header h2 a em {
    width: 20vw;
  }
  .sub header {
    height: 25vw;
    padding: 0 4%;
  }
  .sub header h2 a span {
    font-size: 1.7rem;
    margin-right: 2vw;
  }
  .sub header h2 a em {
    width: 20vw;
  }


  .sidebarIconToggle {
    width: 12.516vw;
    height: 4.954vw;
  }
  .top .sidebarIconToggle {
    position: fixed !important;
    top: 5.476vw;
    right: 4.694vw;
  }
  .top .sidebarIconToggle.is-fixed {
    top: 5.476vw;
  }
  .sub .sidebarIconToggle {
    top: 10vw;
    right: 4.694vw;
  }
  .sub.move .sidebarIconToggle {
    top: 5.476vw;
  }
  .sidebarIconToggle > div div {
    height: 0.261vw;
  }
  .sidebarIconToggle > div div:nth-of-type(2) {
    width: 9.126vw;
    margin-left: 3.39vw;
    margin-top: 2.086vw;
  }
  .sidebarIconToggle > div div:nth-of-type(3) {
    margin-top: 2.086vw;
  }
  input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(1) {
    margin-top: 2vw;
  }
  input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(3) {
    margin-top: -2.5vw;
  }
  header nav {
    width: 50vw;
    transform: translateX(50vw);
  }
  .top header nav {
    position: fixed;
    top: 15vw;
  }
  .top .sidebarIconToggle.is-fixed ~ header nav {
    position: fixed;
    top: 15vw;
  }
  .sub header nav {
    position: fixed;
    top: 15vw;
  }
  input.openSidebarMenu[type="checkbox"]:checked ~ header nav {
    transform: translateX(0);
  }
  .top input.openSidebarMenu[type="checkbox"]:checked ~ header nav {
    position: fixed;
  }
  .top input.openSidebarMenu[type="checkbox"]:checked + .sidebarIconToggle.is-fixed ~ header nav {
    position: fixed;
  }

}




/*footer*/
footer {
  position: relative;
  background: #4a4a4a;
  padding: 80px 0 50px;
  color: #FFF;
}
footer * {
  line-height: 1em;
}
footer .box {
  display: flex;
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
footer .box .box_l {
  margin-right: 40px;
}
footer .box .box_l .f_tltle {
  font-family: 'Marcellus', serif;
  font-size: 4.0rem;
  letter-spacing: .1em;
  margin-bottom: .8em;
}
footer .box .box_l .com {
  font-size: 1.5rem;
  margin-bottom: 1.8em;
}
footer .box .box_l .btn {
  width: 260px;
  height: 60px;
}
footer .box .box_l .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: solid 1px #9b9a9a;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .1em;
  color: #FFF;
  border-radius: .2em;
}
footer .box .box_l .btn a::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 35px;
  width: 17px;
  height: 12px;
  background: url(../img/common/icon_contact_w.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
footer .box .box_l .btn a:hover {
  background: #9b9a9a;
  border: solid 1px #9b9a9a;
}
footer .box .box_r {
  margin-left: auto;
}
footer .box .box_r .f_logo {
  width: 190px;
  margin-bottom: 25px;
}
footer .box .box_r .sub_title {
  font-size: 1.5rem;
  margin-bottom: .8em;
}
footer .box .box_r address {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 1.4em;
  margin-bottom: 1.4em;
  border-bottom: solid 1px #9a9999;
}
footer .box .box_r address span {
  margin-right: 1em;
}
footer .box .box_r .f_nav {
  font-size: 1.5rem;
  padding-right: 1.2em;
  margin-bottom: 2.2em;
}
footer .box .box_r .f_nav ul {
  display: flex;
  font-family: 'Poppins', sans-serif;
}
footer .box .box_r .f_nav ul li:not(:last-of-type) {
  margin-right: 2em;
}
footer .box .box_r .f_nav ul li a {
  color: #FFF;
}
footer .box .box_r .pp_copy {
  display: flex;
  font-family: 'Poppins', sans-serif;
}
footer .box .box_r .pp_copy p {
  font-size: 1.4rem;
  margin-right: 4em;
}
footer .box .box_r .pp_copy p a {
  color: #a09f9f;
}
footer .box .box_r .pp_copy p a:hover {
  color: #FFF;
}
footer .box .box_r .pp_copy .copy {
  display: block;
  font-size: 1.4rem;
  color: #a09f9f;
}
.f_return {
  position: absolute;
  right: 45px;
  top: 40px;
  width: 60px;
}
.f_return * {
  line-height: 1em;
}
.f_return a {
  position: relative;
}
.f_return p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  letter-spacing: .1em;
  color: #FFF;
  transform: rotate(90deg);
  white-space: nowrap;
  padding-left: 1.5em;
}
.f_return span {
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  width: 2px;
  height: 130px;
}
.f_return span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #ffffff;
  content: '';
}
.f_return span::after {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #a09f9f;
  animation: pagetop_scroll 2s linear infinite;
  content: '';
}
@keyframes pagetop_scroll {
  0% {
    top: 82px;
  }
  100% {
    top: -1px;
  }
}
@media screen and (max-width: 1240px) {
  footer .box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20vw 0 15vw;
  }
  footer .box {
    display: flex;
    flex-direction: column;
    padding: 0 4%;
  }
  footer .box .box_l {
    margin-right: 0;
    margin-bottom: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .box .box_l .f_tltle {
    font-size: 3.0rem;
    letter-spacing: .1em;
    margin-bottom: .8em;
  }
  footer .box .box_l .com {
    font-size: 1.5rem;
    margin-bottom: 1.8em;
  }
  footer .box .box_l .btn {
    width: 80%;
    height: 16vw;
  }
  footer .box .box_l .btn a::before {
    left: calc(4.563vw * 2);
    width: calc(2.216vw * 2.2);
    height: calc(1.565vw * 2.2);
  }
  footer .box .box_r {
    margin-left: 0;
  }
  footer .box .box_r .f_logo {
    width: 50vw;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
  footer .box .box_r .sub_title {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: .8em;
  }
  footer .box .box_r address {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 1.6em;
    line-height: 1.7;
  }
  footer .box .box_r address span {
    display: block;
    margin-right: 0;
    text-align: center;
    line-height: 1.7;
  }
  footer .box .box_r .f_nav {
    display: none;
  }
  footer .box .box_r .pp_copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .box .box_r .pp_copy p {
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
  footer .box .box_r .pp_copy .copy {
    font-size: 1.2rem;
  }
  .f_return {
    display: none;
  }
}


/*header_img*/
.header_img {
  padding-left: 60px;
  height: 520px;
  overflow: hidden;
}
.header_img p ,
.header_img p picture {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.header_img p picture img {
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 767px) {
  .header_img {
    padding-left: 4%;
    height: 40vh;
    overflow: hidden;
  }
  
}



/*width*/
.w1200 {
  width: 1240px;
  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: 1240px) {
  .w1200 {
    width: 100%;
  }
  .mw1200 {
    max-width: 100%;
  }

}

@media screen and (max-width: 767px) {
  .w1200 {
    padding-left: 4%;
    padding-right: 4%;
  }
  .mw1200 {
    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 {
  display: block !important;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  main {
    width: 100%;
    padding-bottom: 20vw;
  }
}

/*pan*/
.pan {
  display: flex;
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.pan ul {
  display: flex;
}
.pan ul li {
  font-size: 1.5rem;
}
.pan ul li:not(:last-of-type)::after {
  margin: 0 .5em;
  content: '/';
}
@media screen and (max-width: 1240px) {
  .pan {
    width: 100%;
  }
  
}
@media screen and (max-width: 767px) {
  .pan {
    padding: 0 4%;
    padding-top: 6vw;
    padding-bottom: 10vw;
  }
  .pan ul li {
    font-size: 1.2rem;
  }
  
}
