@charset "UTF-8";

/***************************************************************************
settings
******************************************************************************/

:root {
  --txt1-size: 36px;
  --txt1-height: 1.5;
  --txt1-weight: 500;
  --txt1-ls: 0;

  --txt2-size: 30px;
  --txt2-height: 1.5;
  --txt2-weight: 500;
  --txt2-ls: 0;

  --txt3-size: 28px;
  --txt3-height: 1.5;
  --txt3-weight: 500;
  --txt3-ls: 0;

  --txt4-size: 26px;
  --txt4-height: 1.5;
  --txt4-weight: 500;
  --txt4-ls: 0;

  --txt5-size: 24px;
  --txt5-height: 1.5;
  --txt5-weight: 500;
  --txt5-ls: 0;

  --txt6-size: 22px;
  --txt6-height: 1.5;
  --txt6-weight: 500;
  --txt6-ls: 0;

  --txt7-size: 20px;
  --txt7-height: 1.5;
  --txt7-weight: 500;
  --txt7-ls: 0;

  --txt8-size: 18px;
  --txt8-height: 1.5;
  --txt8-weight: 500;
  --txt8-ls: 0;

  --txt9-size: 16px;
  --txt9-height: 1.5;
  --txt9-weight: 400;
  --txt9-ls: 0;

  --txt10-size: 15px;
  --txt10-height: 1.5;
  --txt10-weight: 400;
  --txt10-ls: 0;

  --txt11-size: 14px;
  --txt11-height: 1.5;
  --txt11-weight: 400;
  --txt11-ls: 0;

  --txt12-size: 13px;
  --txt12-height: 1.5;
  --txt12-weight: 400;
  --txt12-ls: 0;

  --txt13-size: 12px;
  --txt13-height: 1.5;
  --txt13-weight: 400;
  --txt13-ls: 0;

  --menu-01-size: 18px;
  --menu-01-height: 1;
  --menu-01-weight: 500;
  --menu-01-ls: .1em;

  --menu-02-size: 14px;
  --menu-02-height: 1;
  --menu-02-weight: 400;
  --menu-02-ls: 0;

  --menu-03-size: 18px;
  --menu-03-height: 1;
  --menu-03-weight: 500;
  --menu-03-ls: 0;

  --menu-nav-size: 18px;
  --menu-nav-height: 1;
  --menu-nav-weight: 500;
  --menu-nav-ls: 0;

  --heading-en-01-size: 30px;
  --heading-en-01-height: 1;
  --heading-en-01-weight: 500;
  --heading-en-01-ls: .3em;

  --heading-en-02-size: 40px;
  --heading-en-02-height: 1;
  --heading-en-02-weight: 500;
  --heading-en-02-ls: .1em;

  --heading-en-03-size: 50px;
  --heading-en-03-height: 1;
  --heading-en-03-weight: 500;
  --heading-en-03-ls: .1em;

  --heading-01-size: 18px;
  --heading-01-height: 1.4;
  --heading-01-weight: 500;
  --heading-01-ls: .1em;

  --heading-02-size: 18px;
  --heading-02-height: 1.4;
  --heading-02-weight: 500;
  --heading-02-ls: .1em;


  --heading-03-size: 28px;
  --heading-03-height: 1.42;
  --heading-03-weight: 500;
  --heading-03-ls: .1em;


  --btn-01-size: 18px;
  --btn-01-height: 1.5;
  --btn-01-weight: 500;
  --btn-01-ls: .03em;

  --btn-02-size: 16px;
  --btn-02-height: 1.5;
  --btn-02-weight: 500;
  --btn-02-ls: .03em;

  --cat-size: 14px;
  --cat-weight: 400;
  --cat-ls: 0;

  --primary-color: #AA9C77;
  --primary-color--light: #C4BBA2;
  --accent-color: #1C2336;
  --accent-color--light: #303645;
  --bg-main-color: #EDEAE7;
  --bg-main-color--02: rgba(69, 41, 39, 0.2);
  --font-color: #333333;
  --font-color--light: #606060;
  --border-color: #707070;
  --border-color--light: #C9C9C9;
  --gray: #888;
  --gray-02: #999BA3;
  --gray-03: #AFAFAF;
  --placeholder-color: #888;
  --gray-light: #f5f5f5;
  --shadow-color: rgba(0,0,0,0.4);
  --shadow-color--light: rgba(0,0,0,0.16);
  --white-clear: rgba(255,255,255,0.5);
  --black-clear: rgba(0,0,0,0.5);
  --black-clear--dark: rgba(0,0,0,0.7);
  --black-clear--light: rgba(0,0,0,0.2);
  --blue-color: #12408F;
  
  --bg-inner-color: rgba(237, 234, 231, 0.6);

  --heading-02-letter-color:#251E1C;
  --top-flow-color:#442927;

  --base-font: "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "Noto Serif JP";
  --accent-font: "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "Noto Serif JP";
  
  --accent-font-g::"Yu Gothic Medium",YuGothic, "Yu Gothic","游ゴシック体",  "游ゴシック Medium",   sans-serif;

  
  --en-font: "Cinzel", serif;

  --section-padding: 123px;
  --section-padding--large: 200px;
  --section-padding--small: 130px;
  --section-padding--smaller: 100px;
  --section-padding--smallest: 80px;

  --section-padding--facility: 20px;


  --mt-d: 50px;
  --mt-d--middle: 40px;
  --mt-d--large: 60px;

  --inner: 1200px;
  --inner-max: 1440px;
  --inner-responsive: 95%;
  --inner-responsive-p: calc( 50% - var(--inner-responsive) / 2 );

  --normal-transition: 0.3s;
  --slow-transition: 1s;
  --fadein-transition: 1s;

  --header-z: 9999;
  --header-z-plus: 19999;
  --header-z-plus-two: 29999;
  --header-z-plus-three: 39999;
  --normal-z: 1;
  --zero-z: 0;
  --minus-z: -1;
  --minus-two-z: -2;

  --header-height: 100px;

  --text-shadow: 0 0 10px var(--black-clear--dark);
}

@media only screen and (max-width: 1199px) {
  :root {
    --header-height: 65px;
  }

}

@media only screen and (max-width: 767px) {
  :root {
    --txt1-size: 26px;
    --txt2-size: 24px;
    --txt3-size: 24px;
    --txt4-size: 24px;
    --txt5-size: 22px;
    --txt6-size: 20px;
    --txt7-size: 18px;
    --txt8-size: 16px;
    --txt9-size: 16px;
    --txt10-size: 15px;
    --txt11-size: 14px;
    --txt12-size: 13px;
    --txt13-size: 12px;

    --menu-01-size: 14px;
    --menu-02-size: 14px;
    --menu-03-size: 16px;

    --heading-en-01-size: 30px;
    --heading-en-02-size: 30px;
    --heading-en-03-size: 30px;
    --heading-01-size: 14px;
    --heading-02-size: 18px;
    --heading-03-size: 28px;

    --btn-01-size: 16px;
    --btn-02-size: 16px;

    --cat-size: 14px;

    --copyright-size: 10px;

    --header-height: 57px;

    --section-padding: 70px;
    --section-padding--large: 100px;
    --section-padding--small: 60px;
    --section-padding--smaller: 50px;
    --section-padding--smallest: 40px;
		--section-padding--facility: 0px;


    --mt-d: 40px;
    --mt-d--middle: 30px;
    --mt-d--large: 50px;
  }
}

/***************************************************************************
base
******************************************************************************/

.section-padding {
  padding: var(--section-padding) 0;
}
.section-padding-t {
  padding-top: var(--section-padding);
}
.section-padding-b {
  padding-bottom: var(--section-padding);
}
.section-padding--large {
  padding: var(--section-padding--large) 0;
}
.section-padding--large-t {
  padding-top: var(--section-padding--large);
}
.section-padding--large-b {
  padding-bottom: var(--section-padding--large);
}
.section-padding--small {
  padding: var(--section-padding--small) 0;
}
.section-padding--small-t {
  padding-top: var(--section-padding--small);
}
.section-padding--small-b {
  padding-bottom: var(--section-padding--small);
}
.section-padding--smaller {
  padding: var(--section-padding--smaller) 0;
}
.section-padding--smaller-t {
  padding-top: var(--section-padding--smaller);
}
.section-padding--smaller-b {
  padding-bottom: var(--section-padding--smaller);
}
.section-padding--smallest {
  padding: var(--section-padding--smallest) 0;
}
.section-padding--smallest-t {
  padding-top: var(--section-padding--smallest);
}
.section-padding--smallest-b {
  padding-bottom: var(--section-padding--smallest);
}

.section-padding--facility {
  padding-top: var(--section-padding--facility);
}

.inner {
  width: var(--inner);
  max-width: var(--inner);
  margin: 0 auto
}
@media only screen and (max-width: 1199px) {
  .inner {
    width: var(--inner-responsive);
  }
}
.inner-max {
  width: var(--inner-max);
  max-width: var(--inner-max);
  margin: 0 auto
}
@media only screen and (max-width: 1439px) {
  .inner-max {
    width: 100%
  }
}
.inner-all {
  width: var(--inner-responsive);
  margin: 0 auto
}
.txt1 {
  font-size: var(--txt1-size);
  line-height: var(--txt1-height);
  font-weight: var(--txt1-weight);
  letter-spacing: var(--txt1-ls)
}
.txt2 {
  font-size: var(--txt2-size);
  line-height: var(--txt2-height);
  font-weight: var(--txt2-weight);
  letter-spacing: var(--txt2-ls)
}
.txt3 {
  font-size: var(--txt3-size);
  line-height: var(--txt3-height);
  font-weight: var(--txt3-weight);
  letter-spacing: var(--txt3-ls)
}
.txt4 {
  font-size: var(--txt4-size);
  line-height: var(--txt4-height);
  font-weight: var(--txt4-weight);
  letter-spacing: var(--txt4-ls)
}
.txt5 {
  font-size: var(--txt5-size);
  line-height: var(--txt5-height);
  font-weight: var(--txt5-weight);
  letter-spacing: var(--txt5-ls)
}
.txt6 {
  font-size: var(--txt6-size);
  line-height: var(--txt6-height);
  font-weight: var(--txt6-weight);
  letter-spacing: var(--txt6-ls)
}
.txt7 {
  font-size: var(--txt7-size);
  line-height: var(--txt7-height);
  font-weight: var(--txt7-weight);
  letter-spacing: var(--txt7-ls)
}
.txt8 {
  font-size: var(--txt8-size);
  line-height: var(--txt8-height);
  font-weight: var(--txt8-weight);
  letter-spacing: var(--txt8-ls)
}
.txt9 {
  font-size: var(--txt9-size);
  line-height: var(--txt9-height);
  font-weight: var(--txt9-weight);
  letter-spacing: var(--txt9-ls)
}
.txt10 {
  font-size: var(--txt10-size);
  line-height: var(--txt10-height);
  font-weight: var(--txt10-weight);
  letter-spacing: var(--txt10-ls)
}
.txt11 {
  font-size: var(--txt11-size);
  line-height: var(--txt11-height);
  font-weight: var(--txt11-weight);
  letter-spacing: var(--txt11-ls)
}
.txt12 {
  font-size: var(--txt12-size);
  line-height: var(--txt12-height);
  font-weight: var(--txt12-weight);
  letter-spacing: var(--txt12-ls)
}
.txt13 {
  font-size: var(--txt13-size);
  line-height: var(--txt13-height);
  font-weight: var(--txt13-weight);
  letter-spacing: var(--txt13-ls)
}

.heading-en-01-letter {
  font-family: var(--en-font);
  font-size: var(--heading-en-01-size);
  line-height: var(--heading-en-01-height);
  font-weight: var(--heading-en-01-weight);
  letter-spacing: var(--heading-en-01-ls)
}
.heading-en-01-letter::after {
  content: attr(data-letter);
}
.heading-en-02-letter {
  font-family: var(--en-font);
  font-size: var(--heading-en-02-size);
  line-height: var(--heading-en-02-height);
  font-weight: var(--heading-en-02-weight);
  letter-spacing: var(--heading-en-02-ls)
}
.heading-en-02-letter::after {
  content: attr(data-letter);
}
.heading-en-03-letter {
  font-family: var(--en-font);
  font-size: var(--heading-en-03-size);
  line-height: var(--heading-en-03-height);
  font-weight: var(--heading-en-03-weight);
  letter-spacing: var(--heading-en-03-ls)
}
.heading-en-03-letter::after {
  content: attr(data-letter);
}
.heading-01-letter {
  font-family: var(--accent-font);
  font-size: var(--heading-01-size);
  line-height: var(--heading-01-height);
  font-weight: var(--heading-01-weight);
  letter-spacing: var(--heading-01-ls)
}
.heading-02-letter {
  font-family: var(--accent-font);
  font-size: var(--heading-02-size);
  line-height: var(--heading-02-height);
  font-weight: var(--heading-02-weight);
  letter-spacing: var(--heading-02-ls)
}
.heading-03-letter {
  font-family: var(--accent-font);
  font-size: var(--heading-03-size);
  line-height: var(--heading-03-height);
  font-weight: var(--heading-03-weight);
  letter-spacing: var(--heading-03-ls)
}
.heading-en-01-letter-small{
	padding-top: 1.5em;
	margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
	.heading-03-letter {
		font-size:16px;
		line-height: 1.47;
	}

	.heading-en-01-letter{
		font-size: 5.8667vw;	
	}
	.heading-en-01-letter-small{
		font-size: 3.4667vw;
		padding-top: 1em;
	}

}

.request-flow .heading-02-letter-color{
	color: #EDEAE7;
}

.heading-02-letter-color{
	color: var(--bg-main-color);
}



.fw700 {
  font-weight: 700;
}
.fw500 {
  font-weight: 500;
}
.fw400 {
  font-weight: 400;
}
.lh1 {
  line-height: 1;
}
.lh15 {
  line-height: 1.5;
}
.lh17 {
  line-height: 1.7;
}
.lh175 {
  line-height: 1.75;
}
.lh2 {
  line-height: 2;
}
.lh3 {
  line-height: 3;
}
.ls1 {
  letter-spacing: .1em;
}
.ls0 {
  letter-spacing: 0;
}
.ls02 {
  letter-spacing: 0.02em;
}
.ls04 {
  letter-spacing: 0.04em;
}
.base-font {
  font-family: var(--base-font);
}
.accent-font {
  font-family: var(--accent-font);
}
.accent-font-g {
  font-family: var(--accent-font-g);
}
.en-font {
  font-family: var(--en-font);
}
.primary-color {
  color: var(--primary-color);
}
.primary-color--light {
  color: var(--primary-color--light);
}
.accent-color {
  color: var(--accent-color);
}
.gray-color {
  color: var(--gray);
}
.white-color {
  color: #fff;
}
.font-color {
  color: var(--font-color);
}
.font-color--light {
  color: var(--font-color--light);
}

.font-color-gray {
  color: var(--gray-03);
}

.mt-d {
  margin-top: var(--mt-d);
}
.mt-d--middle {
  margin-top: var(--mt-d--middle);
}
.mt-d--large {
  margin-top: var(--mt-d--large);
}
.mt10em {
  margin-top: 1em;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mr5em {
  margin-right: 0.5em;
}
.mr10em {
  margin-right: 1em;
}
.mt-10em-plus__content + .mt-10em-plus__content {
  margin-top: 1em;
}
.mt-20em-plus__content + .mt-20em-plus__content {
  margin-top: 2em;
}
.bg-main {
  background-color: var(--bg-main-color);
}
.bg-main-02 {
  background-color: var(--bg-main-color--02);
}
.bg-accent {
  background-color: var(--accent-color);
}
.bg-primary {
  background-color: var(--primary-color);
}
.bg-white {
  background-color: #fff;
}
.border-bottom {
  border-bottom: 1px solid CurrentColor;
}
.underline {
  text-decoration: underline;
}

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

	.b-o-bunjouBurgerNavi_content.b-is-active .b-o-bunjouBurgerNavi_inner {
	    transform: translateX(10vw);
	}
	.b-o-bunjouBurgerNavi_inner{
		padding-right: 10%;
	}
}
.b-o-bunjouBurgerNavi_content{
	background-color: rgba(0, 0, 0, 0.8);
}
.b-o-bunjouBurgerNavi_main,
.b-o-bunjouBurgerNavi_inner{
	background-color: var(--primary-color);	
}

.b-o-bunjouBurgerNavi .b-a-burgerInnerButton{
	text-align: center;
	justify-content: center;
	color: #fff;
	border: none;
}
.b-o-bunjouBurgerNavi_main-under-localNavi{
	border: none;
}

.b-a-burgerInnerButton:before,
.b-a-burgerInnerButton:after{
	display: none;
}

@media (hover: hover){
  .underline:hover {
    text-decoration: none;
  }
}
.underline-txt {
  text-decoration: underline;
}
@media (hover: hover){
  .hover-underline:hover {
    text-decoration: underline;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-left-margin-auto {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .text-center--tab {
    text-align: center;
  }
  .text-left--tab {
    text-align: left;
  }
  .text-left-margin-auto--tab {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .text-center--sp {
    text-align: center;
  }
  .text-left--sp {
    text-align: left;
  }
  .text-left-margin-auto--sp {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}


@media only screen and (max-width: 1199px) {
  .none--tab {
    display: none;
  }
  .block--tab {
    display: block;
  }
  .inline--tab {
    display: inline;
  }
  .inline-block--tab {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .none--pc {
    display: none;
  }}

@media only screen and (max-width: 767px) {
  .none--sp {
    display: none;
  }
  .block--sp {
    display: block;
  }
  .inline--sp {
    display: inline;
  }
  .inline-block--sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 500px) {
  .none--mobile {
    display: none;
  }
  .block--mobile {
    display: block;
  }
  .inline--mobile {
    display: inline;
  }
  .inline-block--mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: 374px) {
  .none--se {
    display: none;
  }
  .block--se {
    display: block;
  }
  .inline--se {
    display: inline;
  }
  .inline-block--se {
    display: inline-block;
  }
}
.textbr {
  display: inline-block;
}
@media only screen and (min-width: 1120px) {
  .textbr--pc-only {
    display: inline-block;
  }
}
.white-space-nowrap {
  white-space: nowrap;
}
@media only screen and (min-width: 1120px) {
  .white-space-nowrap--pc-only {
    white-space: nowrap;
  }
}
.break-all {
  word-break: break-all;
}
img {
  max-width: 100%;
  height: auto;
}
.img-100 img {
  width: 100%;
  height: auto;
}
.video-100 video {
  width: 100%;
  height: auto;
}
@media (hover: hover){
  .hover-op:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}
@media (hover: hover){
  .hover-op--clear:hover {
    opacity: .5;
    transition: var(--normal-transition);
  }
}
.mw-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.mw-1024 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.mw-957 {
  max-width: 957px;
  margin-left: auto;
  margin-right: auto;
}

.mw-920 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.mw-810 {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
.mw-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.h-100 {
  height: 100%;
}
.o-hidden {
  overflow: hidden;
}
.p-relative{
  position: relative;
}
@media (max-width: 767px) {
  .b-o-bunjouBurgerNavi_header {
      position: absolute;
      right: 10vw;
      top: -66px;
  }
  

}

/* p-mv */
.p-mv {
  position: relative;
  background: #000;
}
.p-mv__inner {
  position: relative;
}

.p-mv__slider {
  height: 100%;
  overflow: hidden;
}
.p-mv__sliderItem {
  height: 100%;
}
.p-mv__sliderImg {
  height: 100%;
  display: block;
}
.p-mv__image img {
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 500px;
  object-fit: cover;
}




@media screen and (max-width: 767px) {
  .p-mv__image img {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}

.p-mv__txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: white;
}

.p-mv__en-01-letter {
  text-shadow: var(--text-shadow);
  font-family: var(--en-font);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .17em;
}
@media screen and (max-width: 767px) {
  .p-mv__en-01-letter {
    font-size: 2.6667vw;
  }
}

.p-mv__en-02-letter {
  text-shadow: var(--text-shadow);
  font-family: var(--en-font);
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .3em;
}
@media screen and (max-width: 767px) {
  .p-mv__en-02-letter {
    font-size: 7vw;
  }
}

.p-mv__en-hr-wrap {
  margin-top: -10px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-mv__en-hr-wrap {
    margin-top: 1.5vw;
  }
}

.p-mv__en-hr {
  display: inline-block;
  width: 574px;
  height: 1px;
  border-top-width:0;
  background: white;
}
@media screen and (max-width: 767px) {
  .p-mv__en-hr {
    width: 81.6000vw;
  }
}

.p-mv__en-03 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-mv__en-03{
    margin-top: 2.5vw;
  }
}

.p-mv__en-03-letter {
  text-shadow: var(--text-shadow);
  font-family: var(--en-font);
  font-size: 37px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .3em;
}
@media screen and (max-width: 767px) {
  .p-mv__en-03-letter {
    font-size: 10vw;
  }
}

.p-mv__jp {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-mv__jp {
    margin-top: 6.5vw;
  }
}

.p-mv__jp-01-letter {
  text-shadow: var(--text-shadow);
  font-family: var(--accent-font);
  font-size: 35px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__jp-01-letter {
    font-size: 5.0667vw;
    line-height: 1.5;
  }
}

.p-mv__jp-02 {
  margin-top: 5px;
}

.p-mv__jp-02-letter {
  text-shadow: var(--text-shadow);
  font-family: var(--accent-font);
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__jp-02-letter {
    font-size: 9vw;
  }
}

.p-mv__nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv__nav {
    display: none;
  }
}

.p-mv__banner {
  position: absolute;
  right: 65px;
  bottom: var(--header-height);
}
@media screen and (max-width: 767px) {
  .p-mv__banner {
    position: static;
    text-align: center;
  }
}

.p-mv__banner__image {
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .p-mv__banner__image {
    max-width: var(--inner-responsive)
  }
}

.p-mv__link-entry-btn {
  display: block;
  text-align: center;
  padding: 15px;
  background: var(--accent-color);
  color: white;
  font-family: var(--accent-font);
  font-size: var(--btn-02-size);
  line-height: var(--btn-02-height);
  font-weight: var(--btn-02-weight);
  letter-spacing: var(--btn-02-ls);
}

.p-mv__link-entry-btn-underline {
  text-decoration: underline;
}

@media (hover: hover){
  .p-mv__link-entry-btn:hover .p-mv__link-entry-btn-underline {
    text-decoration: none;
  }
}

.p-mv__note {
  pointer-events: none;
  position: absolute;
  bottom: 0.5%;
  left: 1%;
}
.p-mv__note.p-mv__note--left {
  left: 1%;
}
@media screen and (max-width: 767px) {
  .p-mv__note.p-mv__note--left {
    bottom: 5vw
  }
}

.p-mv__note.p-mv__note--right {
  left: auto;
  right: 1%;
}
@media screen and (max-width: 767px) {
  .p-mv__note.p-mv__note--right {
    left: 1%;
    right: auto;
  }
}

.p-mv__note-letter {
  font-family: var(--accent-font);
  color: white;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__note-letter {
    font-size: 3vw;
  }
}

/* menu-g */
.menu-g {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: var(--header-height);
}
.menu-g__item {
  margin-right: 65px;
  text-align: center;
  min-width: 180px;
  padding-bottom: 10px;
}
.menu-g__item:last-child {
  margin-right: 0;
}


.menu-g__letter {
  display: block;
  position: relative;
  color: #fff;
  padding: 1em .5em;
  font-family: var(--en-font);
  font-size: var(--menu-01-size);
  line-height: var(--menu-01-height);
  font-weight: var(--menu-01-weight);
  letter-spacing: var(--menu-01-ls);
}
/*
.menu-g__letter::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: currentColor;
}
*/
@media (hover: hover){
  .menu-g__letter:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
/*
  .menu-g__letter:hover::after {
    width: 100%;
    transition: var(--normal-transition);
  }
*/  
}

/* p-followNav */
.p-followNav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: fixed;
  right: 0;
  top: 20vh;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-followNav {
    right: auto;
    left: 0;
    top: auto;
    bottom: -1px;
    transform: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    width: 100%;
  }
  .p-followNav.p-followNav--2c {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-followNav.p-followNav--1c {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* safariのみ */
_::-webkit-full-page-media, _:future, :root .p-followNav__item {
	margin-bottom: 12px;
}
_::-webkit-full-page-media, _:future, :root .p-followNav__item:last-child {
	margin-bottom: 0;
}
_::-webkit-full-page-media, _:future, :root body.is-iphone .p-followNav__item {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root .p-followNav__item {
    margin-bottom: 0;
    margin-right: 1px;
  }
  _::-webkit-full-page-media, _:future, :root .p-followNav__item:last-child {
    margin-right: 0;
  }
}
.p-followNav__link {
  background: #3b3b40;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 56px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: opacity 0.3s;
  font-family: var(--accent-font);
}
@media screen and (max-width: 767px) {
  .p-followNav__link {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    height: auto;
    flex-direction: column;
    font-size: 0.75rem;
    gap: 8px;
    padding: 8px 0;
  }
}
@media (hover: hover){
  .p-followNav__link:hover {
    opacity: 0.6;
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .p-followNav__link:hover {
    opacity: 1;
  }
}
.p-followNav__link::before {
  content: "";
  background: no-repeat center center/contain;
  display: block;
  position: relative;
}
/* safariのみ */
_::-webkit-full-page-media, _:future, :root .p-followNav__link::before {
	margin-bottom: 8px;
}
_::-webkit-full-page-media, _:future, :root body.is-iphone .p-followNav__link::before {
	margin-bottom: 0;
}
.p-followNav__link.--mug {
  background: #D29528;
}
.p-followNav__link.--mug::before {
  background-image: url(../img/ico_mug_01.svg);
  width: 30px;
  height: 21px;
  left: 2px;
}
@media screen and (max-width: 767px) {
  .p-followNav__link.--mug::before {
    width: 24px;
    height: 20px;
  }
}
.p-followNav__link.--book::before {
  background-image: url(../img/ico_document_01.png);
  width: 30px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .p-followNav__link.--book::before {
    width: 24px;
    height: 20px;
  }
}
/* .p-followNav__link.--check {
  background: #2C6143;
} */
.p-followNav__link.--check::before {
  background-image: url(../img/ico_check_01.png);
  width: 30px;
  height: 24px;
  left: 4px;
}
@media screen and (max-width: 767px) {
  .p-followNav__link.--check::before {
    width: 24px;
    height: 19.2px;
  }
}
/* .p-followNav__link.--tel {
  background: #FF6E00;
} */
.p-followNav__link.--tel::before {
  background-image: url(../img/ico_tel_01.png);
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .p-followNav__link.--tel::before {
    width: 19.2px;
    height: 19.2px;
  }
}

/* p-layout-fv */
.p-layout-fv {
  position: relative;
}

.p-layout-fv__nav {
  position: absolute;
  top: 66px;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-layout-fv__nav {
    display: none;
  }
}

.p-layout-fv__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-layout-fv__image img {
    height: 58.6667vw;
  }
}

.p-layout-fv__txt {
  position: absolute;
  top: calc(50% + 40px);
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-layout-fv__txt {
    top: 50%;
  }
}

.p-layout-fv__en-letter::after {
  text-shadow: var(--text-shadow);
}

.p-layout-fv__jp-letter {
  text-shadow: var(--text-shadow);
}

.p-layout-fv__note {
  pointer-events: none;
  position: absolute;
  bottom: 0.5%;
  left: 1%;
}

.p-layout-fv__note.p-layout-fv__note--right {
  left: auto;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .p-layout-fv__note.p-layout-fv__note--right {
    right: 1%;
  }
}

.p-layout-fv__note-letter {
  font-family: var(--accent-font);
  color: white;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-layout-fv__note-letter {
    font-size: 10px;
  }
}


/***************************************************************************
heading
******************************************************************************/
/* heading-center */
.heading-center {
  text-align: center;
}

.heading-center.left {
  text-align: left;
	margin-left: 13.06%;
}

.heading-center__border {
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .heading-center__border {
    padding-bottom: 15px;
  }
}

.heading-center__border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: currentColor;
}

.heading-center__jp {
  margin-top: 14px;
}

.top-flow  .heading-center__jp {
  margin-top: 20px;
}


@media screen and (max-width: 767px) {
  .heading-center__jp {
    margin-top: 30px;
  }
}

.heading-center__jp--mt-small {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .heading-center__jp--mt-small {
    margin-top: 5px;
  }
}


.heading-center__desc {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .heading-center__desc {
    margin-top: 30px;
    text-align: left;
  }
}

/* heading-bottom-border */
.heading-bottom-border {
  padding-bottom: .45em;
  border-bottom: 2px solid var(--accent-color);
}
.heading-bottom-border.heading-bottom-border--primary {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}
.heading-bottom-border.heading-bottom-border--thin {
  border-bottom-width: 1px;
}

/* heading-bottom-border-icon */
.heading-bottom-border-icon {
  display: inline-block;
  position: relative;
  padding-bottom: .8em;
}

.heading-bottom-border-icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: currentColor;
}

/***************************************************************************
btn
******************************************************************************/
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 800px;
  padding: 1.1em 1em;
  border: 1px solid var(--accent-color);
  background: var(--primary-color);
  color: white;
  font-family: var(--accent-font);
  font-size: var(--btn-01-size);
  line-height: var(--btn-01-height);
  font-weight: var(--btn-01-weight);
  letter-spacing: var(--btn-01-ls);
}

.btn-black {
  background: #000;
}

@media screen and (max-width: 767px) {
  .btn {
    min-width: 280px;
  }
}
@media screen and (max-width: 374px) {
  .btn {
    display: block;
    min-width: auto;
  }
}

.btn.btn--w-small {
  min-width: 600px;
}
@media screen and (max-width: 767px) {
  .btn.btn--w-small {
    min-width: 280px;
  }
}
@media screen and (max-width: 374px) {
  .btn.btn--w-small {
    display: block;
    min-width: auto;
  }
}

@media (hover: hover){
  .btn:hover {
    border-color: var(--accent-color--light);
    background: var(--accent-color--light);
    transition: var(--normal-transition);
  }
}


/***************************************************************************
article
******************************************************************************/

/* article-thumb */
.article-thumb {
  position: relative;
}

.article-thumb__link {
  display: block;
  position: relative;
  height: 100%;
}

.article-thumb__img {
  overflow: hidden;
  position: relative;
}

.article-thumb__image {
  position: relative;
	display: inline-block;
}

.article-thumb__image-note {
  position: absolute;
  bottom: 1%;
  right: 1%;
}

.article-thumb__image-note-letter {
  font-family: var(--accent-font);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .article-thumb__image-note-letter {
    font-size: 2.5vw;
  }
}


.article-thumb__title {
  margin-top: 20px;
}

.article-thumb__desc {
  margin-top: 10px;
}

@media (hover: hover){
  .article-thumb__link:hover .article-thumb__img img {
    transform: scale(1.1);
    transition: var(--normal-transition);
  }
  
  .article-thumb__link:hover .article-thumb__title-letter {
    text-decoration: underline;
  }
}

/***************************************************************************
layout
******************************************************************************/
/* layout-grid */
.layout-grid {
  display: grid;
}

.layout-grid.layout-grid--2c {
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .layout-grid.layout-grid--2c {
    grid-template-columns: 1fr;
  }
}

.layout-grid.layout-grid--3c {
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .layout-grid.layout-grid--3c {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 767px) {
  .layout-grid.layout-grid--3c {
    grid-template-columns: 1fr;
  }
}

.layout-grid.layout-grid--gap-small {
  gap: 15px;
}

/***************************************************************************
txt
******************************************************************************/

/* txt-cat */
.txt-cat {
  display: inline-block;
  position: relative;
  padding: 1em 1em;
  border: 1px solid var(--accent-color);
  background: var(--accent-color);
  color: white;
  font-family: var(--accent-font);
  font-size: var(--cat-size);
  font-weight: var(--cat-weight);
  letter-spacing: var(--cat-ls);
}
.txt-cat.txt-cat--m {
  margin-top: 5px;
  margin-right: 10px;
}
.txt-cat.txt-cat--white {
  background: white;
  color: var(--primary-color);
}
.txt-cat.txt-cat--link:hover {
  background: white;
  color: var(--primary-color);
  transition: var(--normal-transition);
}

/* txt-before-after */
.txt-before-after::before {
  content: attr(data-before);
}

.txt-before-after::after {
  content: attr(data-after);
}

/***************************************************************************
table
******************************************************************************/
/* table-txt */
.table-txt {
  width: auto
}

.table-txt__child {
  vertical-align: top;
  text-align: left;
  padding: 2.5px 0;
}
.table-txt__tr:first-child .table-txt__child {
  padding-top: 0;
}
.table-txt__tr:last-child .table-txt__child {
  padding-bottom: 0;
}
.table-txt__child.table-txt__child--th {
  font-weight: 500;
  padding-right: 0;
}

/* table-border */
.table-border {
	width: 100%;
}
@media screen and (max-width: 767px) {
  .table-border {
    font-size: 14px;
  }
}

.table-border__child {
  vertical-align: middle;
	text-align: left;
	padding: 25px 0;
	border-bottom: 1px solid var(--border-color--light);
}
@media screen and (max-width: 767px) {
  .table-border__child {
    display: block;
  }
}
.table-border__row:first-child .table-border__child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .table-border__row:first-child .table-border__child {
    padding-top: 10px;
  }
}

.table-border__child.table-border__child--td {
  padding-left: 40px;
  padding-right: 20px;
}

.table-border__child.table-border__child--th {
  text-align: center;
  border-color: var(--accent-color);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .table-border__child.table-border__child--th {
    text-align: left;
    padding-bottom: 0;
    border: none;
  }
  
  .table-border__child.table-border__child--td {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    border-top-width: 0;
  }
}

.table-border__child.table-border__child--w {
	width: 250px;
}
@media screen and (max-width: 767px) {
  .table-border__child.table-border__child--w {
    width: 100%;
  }
}

.table-border__border {
  display: block;
  position: relative;
}
.table-border__border::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.55rem;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .table-border__border::after {
    display: none;
  }
}


/***************************************************************************
pages
******************************************************************************/
/* top-concept */
.top-bg-section{
  background-image: url("../img/top-concept-bg.jpg");
  background-repeat: no-repeat
  background-position: top center;
  background-size: cover; 
	
}
.top-concept {
	padding: 32px;
  
}

.top-concept .inner{
	background-color: var(--bg-inner-color);
	  padding: 180px 0 220px;

}

@media screen and (max-width: 767px) {
  .top-concept {
    padding: 70px 0;
  }
	.top-concept .inner{
    padding: 21.3333vw 0;
	}  
}
.top-concept__main {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-concept__main {
    text-align: left;
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .top-concept__letter {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .top-concept__letter {
    font-size: 12px;
  }
}

.page-plan-price__banner a{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.sub-banner__content-img img{
	width: 100%;
	height: auto;
	z-index: 0;
}



/* common-banner */
.common-banner {
  background:none;
  padding-top: 96px;
  position: relative;
}

.common-banner__image-note {
  position: absolute;
  bottom: 1%;
  right: 1%;
}

.common-banner__image-note-letter {
  font-family: var(--accent-font);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}

.common-banner__note{
	max-width: 850px;
	  margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.common-banner__image-note-letter {
  	font-size: 2.3vw;
	}
	.common-banner__note{
		margin-bottom: 32px;
	}
}

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

	.common-banner {
	  padding-top: 0;
	}
}

.common-banner__content-link {

	display: flex;
	flex-direction: row-reverse;
  position: relative;
  color: white;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 32px;
}

.common-banner__content-img {
 	width: 100%;
}
.common-banner__content-image img{
	width: 100%;
}

.common-banner__content-txt {
	width: 44%;
	background-color: var(--bg-main-color);
	color: var(--primary-color);
	padding: 60px;
	font-size: 28px;

}
@media screen and (max-width: 767px) {
  .common-banner__content-txt {
    padding-left: 15px;
  }
}
.common-banner__content-txt.common-banner__content-txt--right {
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .common-banner__content-txt.common-banner__content-txt--right {
    padding-right: 15px;
  }
}

.common-banner__content-en {
  position: relative;
}


@media screen and (max-width: 767px) {
  .common-banner__content-en::after {
    width: 60px;
  }
}
.
.common-banner__content-en-letter::after {
  content: attr(data-letter);
  font-family: var(--en-font);
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .common-banner__content-en-letter::after {
    font-size: 24px;
  }
}

.common-banner__content-jp {
  margin-top: 10px;
}

.common-banner__content-jp-letter {
  font-family: var(--accent-font);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .common-banner__content-jp-letter {
    font-size: 14px;
  }
}

@media (hover: hover){
  .common-banner__content-link:hover .common-banner__content-image::after {
    opacity: .35;
    transition: var(--normal-transition);
  }
  .common-banner__content-link:hover .common-banner__content-en::after {
    width: 60px;
    transition: var(--normal-transition);
  }
}

.common-banner__type-02 {
  margin-top: var(--mt-d);
  text-align: center;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
	.common-banner__type-02 {
	  margin-top: 0;
	  padding-top: 0;
	}
}




.common-banner__type-02-link {
  display: inline;
}
@media (hover: hover){
	.sub-banner__content-link:hover,
	.common-banner__content-link:hover,
  .common-banner__type-02-link:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}

.common-banner__type-02-image img {
  max-width: 1200px;
}


/* top-flow */
.top-flow {
  color: white;
}

.top-flow__bg {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-main-color);
}

.top-flow__bg-image {
  height: 100%;
}

.top-flow__bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}

.top-flow__inner {
  position: relative;
}

.top-flow__content {
  padding: 22px 0;
  color: white;
  text-align: left;
}

.request-flow .top-flow__content {
	color: #000;
}

.top-flow__content.bg1 {
  background-color: #442927;
}
.top-flow__content.bg2 {
  background-color: rgba(69, 41, 39, 0.9);
}
.top-flow__content.bg3 {
  background-color: rgba(69, 41, 39, 0.8);
}


.request-flow .top-flow__content.bg1 {
  background-color: #EDEAE7;
}
.request-flow .top-flow__content.bg2 {
  background-color: rgba(238, 235, 232, 0.9);
}
.request-flow .top-flow__content.bg3 {
  background-color: rgba(238, 235, 232, 0.8);
}

.top-flow__content-heading-letter{
	text-align: left;
  display: inline-block;
  padding-bottom: 10px;
}
.top-flow__content-wrap{
	display: flex;
	justify-content: space-between;
  padding-left: 34px;
  position: relative;
}

.top-flow__content-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: var(--nornal-z);
  width: calc(100% - 30px);
  height: 1px;
  background: currentColor;
}

@media screen and (max-width: 767px) {
  .top-flow__content {
    padding: 15px 0;
  }
}


.top-flow__content-num {
  position: relative;
  text-align: right;
  padding-right: 30px;
	opacity: .3;
	top:-4px;
}

.request-flow .top-flow__content-num {
	opacity: .5;
}

@media screen and (max-width: 767px) {
  .top-flow__content-num {
    padding-right: 10px;
  }
}
/*
.top-flow__content-num::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: var(--nornal-z);
  width: calc(100% - 30px);
  height: 1px;
  background: currentColor;
}
*/
@media screen and (max-width: 767px) {
  .top-flow__content-num::after {
    width: calc(100% - 80px);
  }
}

.top-flow__content-num-letter {
  font-family: var(--en-font);
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
	display: inline-block;
}
@media screen and (max-width: 767px) {
  .common-banner__content-en-letter::after {
    font-size: 24px;
  }
}

.top-flow__content-txt {
  margin-top: 10px;
  padding: 0 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-flow__content-txt {
    margin-top: 20px;
    padding: 0 15px;
  }
}

.top-flow__content-desc {
  margin-top: 10px;
}

/* top-produced */
.top-produced__main {
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .top-produced__main {
    padding: 0;
  }
}
/* request-flow */
.request-flow{
	background-color: #442927;
}



/* top-flow-entry */
.top-flow-entry__heading-01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-flow-entry__heading-01 {
    text-align: left;
  }
}

.top-flow-entry__heading-02 {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-flow-entry__heading-02 {
    margin-top: 20px;
    text-align: left;
  }
}

.top-flow-entry__btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-flow-entry__btn {
    margin-top: 20px;
  }
}

.top-flow-entry__heading-03 {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-flow-entry__heading-03 {
    margin-top: 50px;
  }
}

.top-flow-entry__main {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-flow-entry__main {
    margin-top: 20px;
  }
}

.top-flow-entry__content {
  padding: 30px 0 15px;
  background: var(--gray-02);
  color: white;
}
@media screen and (max-width: 767px) {
  .top-flow-entry__content {
    padding: 15px 0;
  }
}

.top-flow-entry__content-num {
  position: relative;
  text-align: right;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .top-flow-entry__content-num {
    padding-right: 10px;
  }
}

.top-flow-entry__content-num::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: var(--nornal-z);
  width: 185px;
  height: 1px;
  background: currentColor;
}
@media screen and (max-width: 767px) {
  .top-flow-entry__content-num::after {
    width: calc(100% - 80px);
  }
}

.top-flow-entry__content-num-letter {
  font-family: var(--en-font);
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .common-banner__content-en-letter::after {
    font-size: 24px;
  }
}

.top-flow-entry__content-txt {
  margin-top: 40px;
  padding: 0 20px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .top-flow-entry__content-txt {
    margin-top: 20px;
    padding: 0 15px;
  }
}

.top-flow-entry__content-desc {
  margin-top: 10px;
}

.top-flow-entry__content-note {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-flow-entry__content-note {
    margin-top: 20px;
  }
}

/* top-login-cv */
.top-login-cv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  text-align: center;
  height: 500px;
  color: white;
}
@media screen and (max-width: 767px) {
  .top-login-cv {
    height: auto;
    padding: var(--section-padding) 0;
  }
}

.top-login-cv__bg {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
}

.top-login-cv__bg-image {
  height: 100%;
}

.top-login-cv__bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-login-cv__txt {
  position: relative;
  width: 100%;
}


.top-login-cv__heading {
  text-align: center;
}

.top-login-cv__btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 630px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-login-cv__btn {
    margin-top: 20px;
  }
}

.top-login-cv__note {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-login-cv__note {
    margin-top: 20px;
  }
}

/* top-land-info */
.top-land-info__box {
  padding: 70px 50px 60px;
  border: 1px solid var(--border-color);
  background: var(--bg-main-color);
}
@media screen and (max-width: 767px) {
  .top-land-info__box {
    padding: 40px 20px;
  }
}

.top-land-info__box-heading {
  text-align: center;
}

.top-land-info__box-main {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top-land-info__box-main {
    margin-top: 20px;
  }
}

.top-land-info__box-main-list-item {
  display: inline;
}
@media screen and (max-width: 767px) {
  .top-land-info__box-main-list-item {
    display: block;
  }
}

.top-land-info__box-main-list-item::before {
  content: '●';
}
.top-land-info__box-main-list-item.top-land-info__box-main-list-item--sq::before {
  content: '■';
}


.layout-flex{
	display: flex;
	justify-content: space-between
}
@media screen and (max-width: 767px) {
	.layout-flex{
		display: block;
	}

	.layout-flex img{
		width: 100%;
	}
}
/* page-plan-floor */
.page-plan-floor {
  padding: var(--section-padding) 0 0;
  margin-bottom: 60px;
  
}
@media screen and (max-width: 767px) {
  .page-plan-floor {
    padding-bottom: 0;
  }
}



.page-plan-floor__section-01-img {
  text-align: center;
  padding-bottom: 110px;
}

.page-plan-floor__section-01-image {
  position: relative;
}
.page-plan-floor__section-01-image img {
  max-width: 925px;
}


.page-plan-floor__section-01-image-note {
  position: absolute;
  left: calc(50% - 400px);
  bottom: 10px;
  text-align: left;
	
}
@media screen and (max-width: 767px) {
  .page-plan-floor__section-01-image-note {
    right: 0;
    bottom: 46vw;
		text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .page-plan-floor__section-01-image-note-letter {
    font-size: 2.5vw;
  }
}

.page-plan-floor__section-01-row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-plan-floor__section-01-row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
}

.page-plan-floor__section-01-content {
  margin-right: 70px;
  min-width: 350px;
}
@media screen and (max-width: 767px) {
  .page-plan-floor__section-01-content {
    margin-right: 0;
    min-width: auto;
  }
}
.page-plan-floor__section-01-content:last-child {
  margin-right: 0;
}

.page-plan-floor__section-01-content.page-plan-floor__section-01-content--01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-plan-floor__section-01-content.page-plan-floor__section-01-content--01 {
    display: block;
  }
}

.page-plan-floor__section-01-content.page-plan-floor__section-01-content--01 .page-plan-floor__section-01-content-icon {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .page-plan-floor__section-01-content.page-plan-floor__section-01-content--01 .page-plan-floor__section-01-content-icon {
    margin-right: 0;
  }
}

.page-plan-floor__section-01-content.page-plan-floor__section-01-content--01 .page-plan-floor__section-01-content-img {
  padding-top: 15px;
}

.page-plan-floor__section-01-content.page-plan-floor__section-01-content--02 .page-plan-floor__section-01-content-img {
  padding-top: 10px;
}

.page-plan-floor__section-01-content-image.page-plan-floor__section-01-content-image--01 img {
  width: 390px;
}
.page-plan-floor__section-01-content-image.page-plan-floor__section-01-content-image--02 img {
  width: 263px;
}

.page-plan-floor__section-01-content-note {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .page-plan-floor__section-01-content-note-letter {
    font-size: 12px;
  }
}

.page-plan-floor__section-02.page-plan-floor__section-02--01{
	padding: 120px 0 80px;
}

.page-plan-floor__section-02 .page-plan-floor__section-02--01-img2{
	margin-top: 256px;
	margin-right: 50px;
}

@media screen and (max-width: 767px) {
	.page-plan-floor__section-02--01-img2{
		padding: 0;
	}

	.page-plan-floor__section-02 .section-02--01-img2-wrap{
		margin-left: calc(50vw - 65.0667vw + 50%);
		width: 65.0667vw;
	}



	.page-plan-floor__section-02 .page-plan-floor__section-02--01-img2{
		padding: 0;
		margin-top: 35px;
	}
	
	.page-plan-floor__section-02 .section-03-01-wrap{
		margin-left: calc(-50vw + 50%);
		width: 44vw;
	}
	.page-plan-floor__section-02 .section-03-02-wrap{
		margin-left: calc(50vw - 82.9333vw + 50%);
		width: 82.9333vw;
	}
	.page-plan-floor__section-02 .section-03-03-wrap{
		margin-left: calc(-50vw + 50%);
		width: 100vw;
		padding-bottom: 14.4vw;
	}

	.page-plan-floor__section-02 .section-04-01-wrap{
		width: 68.5333vw;
	}
	
	.page-plan-floor__section-02 .section-04-02-wrap{
		width: 57.3333vw;
		margin-left: auto;
	}
}


.page-plan-floor__section-02{
  background: #fff;
}
.page-plan-floor__section-02.page-plan-floor__section-02--02 {
	padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-plan-floor__section-02.page-plan-floor__section-02--01 {
    padding: 0 0;
  }
}



.page-plan-floor__section-02-inner {
  max-width: 1040px;
}

.page-plan-floor__section-02.page-plan-floor__section-02--02 {
 /* background: linear-gradient(180deg, var(--bg-main-color--02) 0%, var(--bg-main-color--02) 160px, transparent 160px, transparent 100%);*/
}
@media screen and (max-width: 767px) {
  .page-plan-floor__section-02.page-plan-floor__section-02--02 {
    padding-bottom: var(--section-padding);
 /*   background: var(--bg-main-color--02);*/
 		 background: #fff;
  }
}



.page-plan-floor__section-02 .page-plan-floor__section-02--02-img1{
	margin-left: 80px;
	margin-top: 148px;
}


.page-plan-floor__section-02.page-plan-floor__section-02--02b{
		padding-bottom: 100px;
}

.page-plan-floor__section-02 .page-plan-floor__section-02--03-img2{
		margin-right: 75px;
}

.page-plan-floor__section-02.page-plan-floor__section-02--04 p{
	font-size: 18px;
	margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
	.page-plan-floor__section-02 .page-plan-floor__section-02--03-img2,
	.page-plan-floor__section-02 .page-plan-floor__section-02--02-img1{
		margin: 0;
		margin: 35px 0;
	}
	.page-plan-floor__section-02.page-plan-floor__section-02--02b{
		padding: 0;
	}
}


.page-plan-price__row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-plan-price__row {
    display: block;
    text-align: center;
  }
}

.page-plan-price__info {
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .page-plan-price__info {
    margin-right: 0;
    margin: 0 auto;
    display: inline-block;
  }
}

.page-plan-price__price .txt-cat{
	background-color: #442927;
	padding-top: .6em;
	padding-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .page-plan-price__price {
    margin-top: 30px;
  }
}



.page-plan-price__price-img {
  margin-top: 15px;
}


@media screen and (max-width: 767px) {
  .page-plan-price__price-image {
    width: 100%;
    max-width: 500px;
  }
}

.page-plan-info__content + .page-plan-info__content {
  margin-top: 50px;
}

.page-plan-info__content-main {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-plan-info__content-main {
    margin-top: 20px;
  }
}
.layout-sub-banner{
	display: flex;
	gap:30px;
	
}
@media screen and (max-width: 767px) {
	.layout-sub-banner{
		display: block;
	}

	.layout-sub-banner img{
		width: 100%;
		margin-bottom: 35px;
	}

}


.page-plan-price__notes{
	margin-top: 50px;
}
.page-plan-price__notes > ul{
	max-width: 750px;
	margin: 0 auto;
	font-size: 14px;
}
.page-plan-price__notes > ul > li{
	margin-bottom: .5em;
	  padding-left: 1em;
  text-indent: -1em;
  	line-height: 1.57;

}
/* page-facility */

/* page-plan-floor */
.page-facility {
  padding: var(--section-padding) 0 0;
  
}

.page-facility__section-main {
  margin-top: 30px;
  padding-bottom: 30px;
}

.page-facility__section-main h4,
.page-facility__section-main h3{
	margin-bottom: .5em;
}

.page-facility__section-main-info{
	padding-top: 2em;
	font-size: 14px;
	line-height: 1.57;
	font-family: var(--accent-font);

}

.page-facility__section-main-row {
  display: flex;
  justify-content:space-between;
  width: 1020px;
}

.page-facility__goods > li{
	margin-bottom: 35px;
}
.page-facility__goods img{
	padding-bottom: 5px;;
	
}
.page-facility__section-main-content-01 {
  width: 788px;
}
.page-facility__section-main-content-01.page-facility__section-main-content-01--only {
  margin-left: auto;
  margin-right: auto;
}

.page-facility__goods-txt .accent-font-g{
	line-height: 1.166;
	font-family: var(--accent-font);

}

@media screen and (max-width: 767px) {
  .page-facility__section-main-content-01 {
    width: 100%;
  }
	.page-facility__section-main-row {
  	display: block;
  	width: 100%;
  }
	.page-facility__goods{
		display: flex;
		flex-wrap: wrap;
		gap:10px;
  }
	.page-facility__goods > li{
		width: calc(50% - 5px);
	} 
	.page-facility__goods-txt .accent-font-g{
		font-size: 2.9333vw;
	}
	 
}

.page-facility__section-main-content-02 {
  width: 168px;
}
@media screen and (max-width: 767px) {
  .page-facility__section-main-content-02 {
    margin-top: 20px;
    width: 100%;
  }
}

.page-facility__section-main-content-02-child + .page-facility__section-main-content-02-child {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-facility__section-main-content-02-child + .page-facility__section-main-content-02-child {
    margin-top: 30px;
  }
}

.page-facility__section-main-content-02-child-main {
  margin-top: 20px;
}

.page-facility__section-sub {
  margin-top: 50px;
  padding: 30px;
  background: var(--bg-main-color--02);
}
@media screen and (max-width: 767px) {
  .page-facility__section-sub {
    margin-top: 30px;
    padding: 30px 15px;
  }
  
}

.page-facility__section-sub-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-facility__section-sub-content-01 {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .page-facility__section-sub-content-01 {
    width: 100%;
  }
}

.page-facility__section-sub-content-02 {
  width: calc(100% - 630px - 50px);
}
@media screen and (max-width: 767px) {
  .page-facility__section-sub-content-02 {
    margin-top: 20px;
    width: 100%;
  }
}

.page-facility__section-sub-content-01-main {
  margin-top: 25px;
}

.page-facility__section-sub-content-01-main-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px 20px;
}
@media screen and (max-width: 767px) {
  .page-facility__section-sub-content-01-main-row {
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
}

.page-facility__section-sub-content-01-main-row.page-facility__section-sub-content-01-main-row--5c {
  grid-template-columns: repeat(5,1fr);
}
@media screen and (max-width: 767px) {
  .page-facility__section-sub-content-01-main-row.page-facility__section-sub-content-01-main-row--5c {
    grid-template-columns: repeat(2,1fr);
  }
}

.page-facility__section-sub-content-01-child-txt {
  margin-top: 10px;
}

.page-facility__section-main-content-02-img-content + .page-facility__section-main-content-02-img-content {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .page-facility__section-main-content-02-img-content + .page-facility__section-main-content-02-img-content {
    margin-top: 10px;
  }
}

.page-facility__section-main-content-02-img-content.page-facility__section-main-content-02-img-content--mt-small + .page-facility__section-main-content-02-img-content.page-facility__section-main-content-02-img-content--mt-small {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-facility__section-main-content-02-img-content.page-facility__section-main-content-02-img-content--mt-small + .page-facility__section-main-content-02-img-content.page-facility__section-main-content-02-img-content--mt-small {
    margin-top: 10px;
  }
}

.page-facility__section-main-content-02-img-content-image-01 {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .page-facility__section-main-content-02-img-content-image-01 {
    max-width: 100%;
  }
}

.page-facility__section-main-content-02-img-content-image-03 {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .page-facility__section-main-content-02-img-content-image-03 {
    max-width: 60%;
  }
}

.page-facility__section-sub-content-01.page-facility__section-sub-content-01--only {
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
  width: 100%;
}

.page-facility__section-sub-content-01-main-section + .page-facility__section-sub-content-01-main-section {
  margin-top: 25px;
}

/* page-facility-02 */
.page-facility-02__row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .page-facility-02__row {
    grid-template-columns: repeat(1,1fr);
  }
}

.page-facility-02__content-title {
  margin-top: 20px;
}

.page-facility-02__content-title-02 {
  margin-top: 20px;
}

.page-facility-02__content-desc {
  margin-top: 20px;
}


/* page-architect-human */
.page-architect-human__row {
	padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.page-architect-human__desc {
  margin-top: 30px;
}

.page-architect-human__desc__list > li{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
 	line-height: 1.714;
}
.page-architect-human__year{
	display: block;
	width: 60px;
}
.page-architect-human__text{
	display: block;
	flex: 1;
	
}

@media screen and (max-width: 767px) {
  .page-architect-human__desc {
    margin-top: 20px;
  }
	.page-architect-human__row {
  	flex-direction: column-reverse;
		padding-top: 8vw;
  }
	.page-architect-human .heading-en-01-letter{
		position: absolute;
		top:0;
		left: 50%;
		transform: translateX(-50%);
		padding-bottom: .5em;
	}
	
	.page-architect-human .heading-en-01-letter::after {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 50px;
	  height: 1px;
	  background: currentColor;
	}

	
  
}

.page-architect-human__txt {
  width: calc( 100% - 230px - 70px);
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-architect-human__txt {
    width: 100%;
    padding-bottom: 0;
  }
}

.page-architect-human__img {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .page-architect-human__img {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-architect-human__img-txt {
  margin-top: 15px;
  text-align: center;
}

.page-architect-human__role-letter {
  padding-bottom: .5em;
  border-bottom: 1px solid var(--primary-color);
}

.page-architect-human__name {
  margin-top: 5px;
}

/* page-architect-works */
.page-architect-works__slide.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.page-architect-works__slide-item {
  padding-left: 15px;
  padding-right: 15px;
}

.page-architect-works__main .slider{
	max-width: 726px;
	margin: 0 auto;	
}
.slick-dots li button:before{
	color: white;
	opacity: 1;
}

.page-architect-works__main img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.page-architect-works__main .slide-item{
	aspect-ratio:1452 / 908;
	position: relative;
}
.page-architect-works_note{
	max-width: 726px;
	margin: 10px auto 0;	

}

@media screen and (max-width: 767px) {
  .page-architect-works__slide-item {
    padding-left: 10px;
    padding-right: 10px;

		padding:0;
  }
  
	.page-architect-works__main .slider{
		width: 100vw;
	}  
}




/* slick設定 */
.page-architect-works__slide .slick-slide:focus {
  outline: none;
}
.page-architect-works__slide .slick-dots {
  bottom: 0;
}
.page-architect-works__slide .slick-dots li {
  margin: 0 2px;
}
.page-architect-works__slide .slick-dots li button:before {
  font-size: 10px;
  color: var(--bg-main-color);
  opacity: .8;
}
@media (hover: hover){
  .page-architect-works__slide .slick-dots li button:hover:before {
    opacity: .9;
  }
}
.page-architect-works__slide .slick-dots li.slick-active button:before {
  color: var(--accent-color);
  opacity: 1;
}

/* slick 前へボタン、次へボタン */
.page-architect-works__slide .slide-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  z-index: var(--normal-z);
  padding: 5px;
}

.page-architect-works__slide .slide-arrow.slide-arrow--position-left {
  left: 43.41vw;
}
.page-architect-works__slide .slide-arrow.slide-arrow--position-right {
  right: 43.41vw;
}
@media screen and (max-width: 767px) {
  .page-architect-works__slide .slide-arrow.slide-arrow--position-left {
    left: var(--inner-responsive-p);
    transform: translateX(0);
  }
  .page-architect-works__slide .slide-arrow.slide-arrow--position-right {
    right: var(--inner-responsive-p);
    transform: translateX(0);
  }
}

.page-architect-works__slide .slide-arrow__arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-architect-works__slide .slide-arrow__arrow.slide-arrow__arrow--prev {
  border-bottom: 2px solid var(--accent-color);
  border-left: 2px solid var(--accent-color);
}

.page-architect-works__slide .slide-arrow__arrow.slide-arrow__arrow--next {
  border-top: 2px solid var(--accent-color);
  border-right: 2px solid var(--accent-color);
}

@media (hover: hover) {	
	.page-architect-works__slide .slide-arrow:hover .slide-arrow__arrow {
	  opacity: .5;
	  transition: var(--normal-transition);
	}
}

/* dots 全体 */
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.slick-dots li button {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0; /* ← 数字を消す */
}

.slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ccc;
}

.slick-dots li.slick-active button:before {
  background: #000;
}

.top-branch .inner{
	max-width: 1220px;
	width: 100%;
}
.top-branch__box{
  font-family: var(--en-font);

	background-color: #EDEAE7;
	padding: 56px 120px;
	display: flex;
	justify-content: center;
	gap:40px;
	text-align: left;
}

.top-branch__box > div{
	width: 470px;
}

.top-branch__map-wrap {
  width: 100%;
  aspect-ratio: 470 / 266;
}

.top-branch__map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.top-branch-title{
	margin-bottom: 10px;
}
.top-branch__addres{
	margin-bottom: 8px
}

.top-branch__freecall{
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	font-size: 40px;
}
.top-branch__freecall img{
	margin-right: 8px;
}
.top-branch__btn .btn{
	min-width: 470px;
	border: none !important;
}
@media only screen and (max-width: 1199px) {
	.top-branch__box{
		padding: 56px 60px;
	}
}

@media screen and (max-width: 767px) {
	.top-branch__box {
		display: block;
		padding: 70px 16px;
	}
	.top-branch__box > div{
		width: 100%;
	}
	
	.top-branch__btn .btn{
		min-width: 270px;
	}
	
}