  @charset "utf-8";

/* CSS Document */

:root {
  --font-family-serif: "Noto Serif JP", 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  --font-family-gothic: 'Roboto','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
}


/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Roboto','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  line-height: 1.5;
  scroll-padding-top: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  letter-spacing: 0.02em;
}

body{
  opacity: 0;
}
body.is-loaded {
  opacity: 1;
}

body.is-menu-open {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th{
  font-weight: 600;
}

@media screen and (max-width:1280px) {
  body{
    font-size: 12px;
  }
}
@media screen and (max-width:834px) {
  body{
    font-size:calc(9px + 0.7vmin);
    -webkit-tap-highlight-color:transparent;
  }
}
@media screen and (max-width:520px) {
  body{
    font-size:calc(9px + 1vmin);
    -webkit-tap-highlight-color:transparent;
  }
}


@media all and (-ms-high-contrast:none) {
/* meiryo only IE */
  body {
    font-family: Meiryo,sans-serif;
  }
}

a {
  color: #3f869e;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{}
a:hover,
a:active {
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}

@media screen and (min-width:835px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
layout
************************/

/***********
wp
************/

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }

/***********
common
************/

.l-relative {  position: relative !important; }

.l-textAlign-center {  text-align: center !important; }
.l-textAlign-right  {  text-align: right !important; }
.l-textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

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

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

}

/***********
layout
************/

.l-wrapper{
  overflow: hidden;
}

.l-contents{
}

.l-contents.-singleContents {
  margin-top: 100px;
}

/***********
column
************/

.l-column{
  display: flex;
  justify-content: space-between;
}

.l-column-first{
  width: 68%;
}

.l-column-second{
  width: 25%;
}

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

  .l-column{
    display: block;
  }

  .l-column-first{
    width: auto;
    float: none;
  }

  .l-column-second{
    width: auto;
    float: none;
  }

}




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

.l-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-full {
  padding-left: min(4vw,40px);
  padding-right: min(4vw,80px);
}
.l-base-wide {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-xwide {
  width: auto;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-xxwide {
  width: auto;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-block {
  padding-top: 10em;
  padding-bottom: 10em;
}
.l-block-small {
  padding-top: 5em;
  padding-bottom: 5em;
}
.l-block-large {
  padding-top: 15em;
  padding-bottom: 15em;
}

.l-block-top {
  padding-top: 10em;
}
.l-block-top-small {
  padding-top: 5em;
}
.l-block-top-large {
  padding-top: 15em;
}

.l-block-bottom {
  padding-bottom: 10em;
}
.l-block-bottom-small {
  padding-bottom: 5em;
}
.l-block-bottom-large {
  padding-bottom: 15em;
}

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

  .l-base ,
  .l-base-wide ,
  .l-base-xwide ,
  .l-base-xxwide ,
  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.-noOffset),
  .l-base-wide:not(.-noOffset),
  .l-base-xwide:not(.-noOffset),
  .l-base-xxwide:not(.-noOffset),
  .l-base-small:not(.-noOffset){
    padding-left: 4%;
    padding-right: 4%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }


  .l-block {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .l-block-small {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .l-block-large {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .l-block-top {
    padding-top: 5em;
  }
  .l-block-top-small {
    padding-top: 3em;
  }
  .l-block-top-large {
    padding-top: 8em;
  }

  .l-block-bottom {
    padding-bottom: 5em;
  }
  .l-block-bottom-small {
    padding-bottom: 3em;
  }
  .l-block-bottom-large {
    padding-bottom: 8em;
  }

}


/***********
zoom
************/

.l-zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;

}
.l-zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}

body.is-pc a:hover .l-zoomHover img{
  transform:scale(1.03) ;
}

/***********
l-hoverUnderline
************/

/*
削除
.l-hoverUnderline {
  background: linear-gradient(0deg, rgba(255, 157, 0, 0.5), rgba(255, 157, 0, 0.5)) no-repeat right bottom / 0 0.5em;
  transition: background-size 350ms;
}
body.is-pc a:hover .l-hoverUnderline {
  background-size: 100% 0.5em;
  background-position-x: left;
}

.l-hoverUnderline.-yellow {
  background: linear-gradient(0deg, #f3d762, #f3d762) no-repeat right bottom / 0 0.5em;
} */


/***********
l-hoverLine
************/

.l-hoverLine {
  background: linear-gradient(#000,#000) 100% 100%/100% 2px no-repeat;
  text-decoration: none;
  color: #000;
}
body.is-pc .l-hoverLine:hover {
 animation:anim-hoverLine .8s cubic-bezier(.23,1,.32,1) 0s
}

@keyframes anim-hoverLine {
 0% {
  background-size:100% 2px;
  background-position:100% 100%
 }
 50% {
  background-size:0 2px;
  background-position:100% 100%
 }
 51% {
  background-size:0 2px;
  background-position:0 100%
 }
 to {
  background-size:100% 2px;
  background-position:0 100%
 }
}



/***********
marker
************/

.l-marker {
  /* background: linear-gradient(to right ,#fff9b0, #fff9b0) 0 100% / 0 0.5em no-repeat; */
  background: linear-gradient(to right ,#fe0, #fe0) 0 100% / 0 0.65em no-repeat;
  transition: background 1s cubic-bezier(0.83, 0, 0.17, 1);
  text-decoration: none;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.l-marker.is-inview {
  background-size: 100% 0.65em;
}


.l-marker.-amber  {
  background-image: linear-gradient(to right ,#f7c095, #f7c095) ;
}


/***********
font
************/

.l-fontColor-red {
  color: #e00;
}
.l-fontColor-cyan {
  color: #3f869e;
}
.l-fontColor-amber {
  color: #c46433;;
}

.l-fontType-serif {
  font-family: var(--font-family-serif);
}


.l-fontSize-large {
  font-size: 131%;
}
.l-fontSize-xlarge {
  font-size: 154%;
}

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

  .l-fontSize-large {
    font-size: 116%;
  }
  .l-fontSize-xlarge {
    font-size: 131%;
  }

}

/***********
text
************/

.l-textMain{
  font-size: 124%;
  line-height: 1.8;
}
.l-textLead{
  font-size: 124%;
  line-height: 1.8;
  text-align: center;
}

.l-textLarge{
  font-size: 139%;
  line-height: 1.8;
}
.l-textxLarge{
  font-size: 154%;
  line-height: 1.8;
}
.l-textSmall {
  font-size: 108%;
  line-height: 1.6;
}

.l-list-dot {}
.l-list-dot li {
  margin-left: 1em;
}
.l-list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.l-list-asterisk {}

.l-list-asterisk li {
  margin-left: 1em;
}
.l-list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.l-list-number {
  padding-left: 2em;
}
.l-list-number li {
  list-style: decimal;
}

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

  .l-textMain,
  .l-textLead{
    font-size: 116%;
    line-height: 1.8;
  }
  .l-textLarge{
    font-size: 131%;
    line-height: 1.8;
  }
  .l-textxLarge{
    font-size: 131%;
    line-height: 1.8;
  }

  .l-textSmall {
    font-size: 100%;
  }

}

@media screen and (max-width:520px) {
  .l-textLead{
    text-align: left;
  }
}

/***********
linkWrap
************/

.l-linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}
.l-linkWrap.-left{
  text-align: left;
}
.l-linkWrap.-right{
  text-align: right;
}

.l-linkWrap.-half{
  display: flex;
  justify-content: center;
}
.l-linkWrap.-half > .l-btn{
  margin: 0 min(2vw,2em);
  min-width: initial;
}

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

  .l-linkWrap.-left ,
  .l-linkWrap.-right{
    text-align: center;
  }

  .l-linkWrap.-half{
    display: block;
  }
  .l-linkWrap.-half > .l-btn{
    display: block;
    width: auto;
    margin: 0.5em auto;
  }

}

/***********
btn
************/

.l-btn {
  display: inline-block;
  width: auto;
  padding: 0.6em 3em ;
  min-width: 19em;
  font-family: var(--font-family-gothic);
  font-size: 1.31rem;
  font-weight: 500;
  color: #333;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #333;
  background-color: #fff;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}
.l-btn:not([target]):before {
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background-color: #333;
  position: absolute;
  right: -30px;
  top: calc(50% - 10px);
  transform-origin: right bottom;
  transition: 0.2s;
  transform: skewX(45deg);
}
.l-btn:not([target])::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #333;
  position: absolute;
  right: -30px;
  top: 50%;
  transition: 0.2s;
}

body.is-pc .l-btn:hover {
  background-color: #E6E6E5;
  border-color: #333;
  color: #333;
}
body.is-pc .l-btn:not([target]):hover::before,
body.is-pc .l-btn:not([target]):hover::after {
  margin-right: -10px;
  background-color: #333;
}



.l-btn[target="_blank"] {
}
.l-btn[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../../img/icon/external.svg) no-repeat center center / 100% auto ;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
body.is-pc .l-btn[target="_blank"]:hover::after {
  /* background-image: url(../../img/icon/external_wt.svg); */
}


.l-btn.-back:not([target]):before {
  right: auto;
  left: -30px;
  transform: skewX(-45deg);
  transform-origin: left bottom;
}
.l-btn.-back:not([target])::after {
  right: auto;
  left: -30px;
}
body.is-pc .l-btn.-back:not([target]):hover::before,
body.is-pc .l-btn.-back:not([target]):hover::after {
  margin-left: -10px;
  margin-right: auto;
}


.l-btn.-small {
  padding: 0.8em 3em ;
  min-width: 14em;
  font-size: 1.24rem;
}
.l-btn.-xsmall {
  padding: 0.8em 3em ;
  min-width: 18em;
  font-size: 1.08rem;
}


.l-btn.-large {
  width: 100%;
  max-width: 520px;
  font-size: clamp(15px,2.6vw, 22px);
  padding: 1em 3em ;
}

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


  .l-btn ,
  .l-btn.-small{
    padding: 1em 2em ;
    min-width: 16em;
    font-size: 1.24rem;
    border: 1px solid #333;
  }
  .l-btn:not([target]):before {
    right: -20px;
    height: 6px;
  top: calc(50% - 6px);
  }
  .l-btn:not([target])::after {
    width: 40px;
    height: 1px;
    right: -20px;
  }


  .l-btn[target="_blank"]::after {
    width: 1em;
    height: 1em;
    right: 0.6em;
  }


  .l-btn.-xsmall {
    padding: 0.8em 2em ;
    min-width: 14em;
    font-size: 1rem;
  }


  .l-btn.-back:not([target]):before {
    left: -20px;
  }
  .l-btn.-back:not([target])::after {
    left: -20px;
  }
}


/***********
btn
************/

.l-btn02 {
  display: inline-block;
  width: auto;
  padding: 0.8em 3em ;
  min-width: 19em;
  font-family: var(--font-family-gothic);
  font-size: 1.31rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  background-color: #162b3e;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}
.l-btn02::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f061";
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
}
body.is-pc .l-btn02:hover {
  opacity: 0.8;
}


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

  .l-btn02{
    padding: 1em 2em ;
    min-width: 16em;
    font-size: 1.24rem;
    border: 1px solid #333;
  }

}
/***********
header
************/

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 999;
  transition: 0.3s;
}

.l-header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}
.l-header-logo {
}
.l-header-logo-text {
  font-size: 93%;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  padding-bottom: 0.8em;
  height: 2.3em;
  position: relative;
}
.l-header-logo-text span {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
.l-header-logo-img {
  width: 200px;
}
.l-header-block {
}
.l-header-sub {
  display: flex;
  justify-content: end;
  align-items: center;
}
.l-header-subNavi {
  display: flex;
  padding-right: 1em;
}
.l-header-subNavi li {
  padding-right: 1.5em;
}
.l-header-subNavi li a {
  display: inline-block;
  white-space: nowrap;
  font-size: 116%;
  color: inherit;
  text-decoration: none;
  transition: 0.1s;
}
.l-header-subNavi li a::before {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f0da";
  margin-right: 0.5em;
}
body.is-pc .l-header-subNavi li a:hover {
  opacity: 0.6;
}

.l-header-cv {
}
.l-header-cv a {
  display: flex;
  align-items: center;
  min-height: 2.2em;
  padding: 0 1.8em;
  border: 1px solid #333;
  color: inherit;
  text-decoration: none;
}
.l-header-cv a i {
  transform: scale(1.4);
  margin-left: -0.4em;
  margin-right: 0.8em;
}
body.is-pc .l-header-cv a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}



.l-header-navi {
  padding-top: 1em;
}
.l-header-navi-list {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.l-header-navi-list li {
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.l-header-navi-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: inherit;
  text-decoration: none;
  font-size: 147%;
}
body.is-pc .l-header-navi-list a:hover {
  opacity: 0.5;
}
.l-header-navi-list a small {
  display: inline-block;
  font-weight: 500;
  font-size: 100%;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.l-header-navi-list a span {
  display: block;
  font-size: 70%;
  font-weight: 400;
  font-feature-settings: "palt";
}


/*
fixed
*/

body.is-fixed .l-header {
  transform: translateY(-100%);
}
body.is-fixed.is-swipe .l-header {
  transform: translateY(0%);
}


@media screen and (min-width:835px) {

  /*
  home
  */

  body.home .l-header {
    opacity: 0;
    pointer-events: none;
  }
  body.home.is-fixed.is-swipe .l-header {
    transform: translateY(0%);
    opacity: 1;
    pointer-events:all;
  }

}


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

  .l-header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-header-logo-text {
    font-size: 85%;
  }
  .l-header-logo-img {
    width: 160px;
  }

  .l-header-navi-list li {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
  .l-header-navi-list a {
    font-size: 131%;
  }

}


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

  .l-header {
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  .l-header-inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .l-header-logo {
    width: 100%;
  }
  .l-header-logo-text {
    font-size: 8px;
    letter-spacing: 0;
    padding: 0.2em 10px;
    height: auto;
    background-color: #494644;
    color: #fff;
  }
  .l-header-logo-text span {
    display: inline-block;
    position: static;
    white-space: nowrap;
  }
  .l-header-logo-img {
    width: auto;
    padding-top: 6px;
  }
  .l-header-logo-img img {
    width: 140px;
  }
  .l-header-block {
    display: none;
  }

}

/***********
jump
************/

.l-jumpTop{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}
.l-jumpTop a{
  display: block;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 50%;
  z-index: 999;
  position: relative;
  color: #ff682d;
}
.l-jumpTop a::after{
  content: "";
  display: block;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform:rotate(45deg);
  position: absolute;
  left: 19px;
  top: 22px;
  width: 10px;
  height: 10px;
  transition:all 0.4s ease;
}

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

  .l-jumpTop{
    display: none !important;
  }

}


/***********
fixedCv
************/

@media screen and (min-width:835px) {

  .l-fixedCv {
    position: fixed;
    z-index: 999;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  body.is-loaded .l-fixedCv {
    right: 0;
    transition-delay: 1s;
  }
  .l-fixedCv-list {
  }
  .l-fixedCv-list li {
    padding: 5px 0;
  }
  .l-fixedCv-list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 124%;
    min-height: 11em;
    white-space: nowrap;
    color: #fff;
    background-color: #000;
    width: 3em;
    padding-right: 4px;
    margin-right: -2px;
    text-decoration: none;
    letter-spacing: 0.05em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  body.is-pc .l-fixedCv-list li a:hover {
    transform: translateX(-2px);
    transition: 0s;
  }

  .l-fixedCv-list li a i {
    transform: translateX(0.1em);
    margin-bottom: 0.5em;
  }
  .l-fixedCv-list li a.-works {
    background-color: #e9a839;
  }
  .l-fixedCv-list li a.-event {
    background-color: #494644;
  }
  .l-fixedCv-list li a.-modelHouse {
    background-color: #7f7b78;
  }


  .l-fixedCv-list-accent {
    display: inline-flex;
    background-color: #fff;
    color: #e9a839;
    border-radius: 5px;
    padding: 0.5em 0.3em 0.5em 0em;
    margin-left: -0.2em;
    margin-bottom: 0.5em;
    font-weight: 600;
    white-space: nowrap;
  }

}


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

  .l-fixedCv {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    transition: 0.3s;
  }
  body.is-loaded .l-fixedCv {
    transform: translateY(0%);
    transition-delay: 0.5s;
  }
  .l-fixedCv-list {
    display: flex;
  }
  .l-fixedCv-list li {
    width: 50%;
  }
  .l-fixedCv-list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 116%;
    width: 100%;
    min-height: 3em;
    white-space: nowrap;
    color: #fff;
    background-color: #000;
    padding-right: 4px;
    margin-right: -2px;
    text-decoration: none;
    letter-spacing: 0.05em;
  }


  .l-fixedCv-list li a i {
    transform: translateX(0.1em) scale(1.2);
    margin-right: 0.5em;
  }
  .l-fixedCv-list li a.-works {
    background-color: #e9a839;
  }
  .l-fixedCv-list li a.-event {
    background-color: #494644;
  }
  .l-fixedCv-list li a.-modelHouse {
    background-color: #7f7b78;
  }


  .l-fixedCv-list-accent {
    display: inline-flex;
    background-color: #fff;
    color: #e9a839;
    border-radius: 5px;
    padding: 0.2em 0.5em 0.1em 0.5em;
    margin-right: 0.5em;
    font-weight: 600;
    white-space: nowrap;
  }


}



/***********
footer
************/

.l-footer {
}

/*
sns
*/

.l-footer-sns {
  padding-top: 5em;
  padding-bottom: 5em;
  border-bottom: 1px solid #aaa;
  text-align: center;
}
.l-footer-sns-list {
  display: inline-flex;
  justify-content: center;
}
.l-footer-sns-list li {
  padding: 0 1em;
}
.l-footer-sns-list li a {
  display: inline-block;
  width: 1em;
  text-align: center;
  font-size: 40px;
  color: inherit;
  text-decoration: none;
}


body.is-pc .l-footer-sns-list:hover li a {
  opacity: 0.8;
}
body.is-pc .l-footer-sns-list:hover li a:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

.l-footer-sns-list li a .fa-square-instagram {
  background: -webkit-linear-gradient(45deg, #f6d379,#b13188, #525ac8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-footer-sns-list li a .fa-facebook {
  color: #1b74e4;
}
.l-footer-sns-list li a .fa-line {
  color: #00b300;
  transform: scale(0.95);
}
.l-footer-sns-list li a .fa-youtube {
  color: #f00;
}
.l-footer-sns-list li a .fa-pinterest {
  color: #b32025;
}

/*
sitemap
*/

.l-footer-sitemap {
  padding-top: 4em;
  padding-bottom: 4em;
  margin-right: -2em;
}
.l-footer-sitemap-container {
  display: flex;
  justify-content: center;
}
.l-footer-sitemap-box {
  flex-grow: 1;
  padding-right: 2em;
}
.l-footer-navi {
}
.l-footer-navi  a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.l-footer-navi a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0.2em;
  background-color: #333;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right center;
}
body.is-pc .l-footer-navi a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}


.l-footer-navi > li {
}
.l-footer-navi > li > a {
  font-size: 116%;
  font-weight: 500;
  padding: 0.3em 0;
  margin-bottom: 0.2em;
}

.l-footer-navi > li ul {
}
.l-footer-navi > li ul a {
  font-size: 100%;
  font-weight: 400;
  padding: 0.3em 0 0.3em 1.5em;
  position: relative;
}
.l-footer-navi > li ul a::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
}

/*
main
*/

.l-footer-main {
  background-color: #162b3e;
  color: #fff;
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}
.l-footer-logo {
  max-width: 480px;
  margin: 0 auto;
  padding-bottom: 2em;
}
.l-footer-lead {
  font-size: 131%;
}
.l-footer-lead a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}


.l-footer-copyright {
  font-size: 100%;
  font-weight: 300;
  padding-top: 0.5em;
  display: block;
}

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


  .l-footer {
  }

  /*
  sns
  */

  .l-footer-sns {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .l-footer-sns-list {
  }
  .l-footer-sns-list li {
    padding: 0 0.8em;
  }
  .l-footer-sns-list li a {
    font-size: 30px;
  }


  /*
  sitemap
  */

  .l-footer-sitemap {
    padding-top: 4em;
    padding-bottom: 2em;
    margin-right: -2em;
  }
  .l-footer-sitemap-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-footer-sitemap-box {
    width: 48%;
    flex-grow:initial;
    padding-right: 0em;
    padding-bottom: 2em;
  }


  .l-footer-navi > li {
  }
  .l-footer-navi > li > a {
    font-size: 108%;
  }

  .l-footer-navi > li ul a {
    font-size: 100%;
  }

  /*
  main
  */

  .l-footer-main {
    padding-bottom: 8em;
  }
  .l-footer-logo {
  }
  .l-footer-lead {
    font-size: 100%;
  }

}



/***********
menu
************/

.l-menu-trigger {
  display: none;
}

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

  .l-menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    left: -100%;
    top: 0;
    transition:all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    background-color: #162b3e;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .is-menu-open .l-menu{
    left: 0;
    opacity: 1;
  }

  .l-menu-close{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: -1;
  }
  .is-menu-open .l-menu-close{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    z-index: 9990;
  }

  .l-menu-trigger {
    display: block;
    position: fixed;
    right: 0;
    top: 15px;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
  }
  .l-menu-btn {
    display: block;
    position: relative;
    width: 50px;
    height: 44px;
    cursor: pointer;
    background: none;
    border: none;
    -webkit-tap-highlight-color:transparent;
    background-color: transparent;
  }
  .l-menu-btn:not(.is-fixed) {
    background-color: transparent;
  }

  body.is-fixed:not(.is-swipe) .l-menu-btn {
    background-color: rgba(255, 255, 255, 0.8);
  }
  body.is-fixed.is-swipe .l-menu-btn {
    background-color: transparent;
  }


  .l-menu-btn span {
    display: inline-block;
    position: absolute;
    left: 30%;
    top: 48%;
    width: 40%;
    height: 2px;
    background-color: #000;
    transition: 0.3s;
    transition: margin 0.3s ease 0.3s , transform 0.3s ease 0s , opacity 0.3s ease 0.3s;
  }
  .l-menu-btn span:nth-child(2) {
    margin-top: -7px;
  }
  .l-menu-btn span:nth-child(3) {
    margin-top: 7px;
  }

  .l-menu-btn p {
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: -2%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  .l-menu-btn.is-active p::after {
    content: "CLOSE";
    display: block;
    letter-spacing: 0.15em;
    color: #fff;
    white-space: nowrap;
  }

  .l-menu-btn.is-active {
    background-color: transparent !important;
  }
  .l-menu-btn.is-active span:nth-child(1) {
    opacity: 0;
    transition: opacity 0s ease 0.3s;
  }
  .l-menu-btn.is-active span:nth-child(2) {
    margin-top: 0;
    background-color: #fff;
    transition: margin 0.3s ease , transform 0.3s ease 0.3s;
    transform: rotate(-40deg);
  }
  .l-menu-btn.is-active span:nth-child(3) {
    margin-top: 0;
    background-color: #fff;
    transition: margin 0.3s ease , transform 0.3s ease 0.3s;
    transform: rotate(40deg);
  }

}

/***********
menu
************/

.l-menu-container {
  color: #fff;
  padding: 80px 20px 0;
}
.l-menu-navi {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.l-menu-navi > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.l-menu-navi > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0.8em 2em 0.8em 0;
  text-decoration: none;
  position: relative;
}
.l-menu-navi > li:not(.-hasChild) > a::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  opacity: 0.5;
}

.l-menu-navi > li > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 99;
  text-align: right;
  background: none;
  border:none;
  border-radius: 50%;
  cursor: pointer;
}

.l-menu-navi > li > button::before,
.l-menu-navi > li > button::after{
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 12px;
  top: 50%;
  opacity: 0.8;
}
.l-menu-navi > li > button::after{
  transform: rotate(90deg);
  transition: 0.3s;
}
.l-menu-navi > li > button.is-active::after{
  transform: rotate(120deg);
  opacity: 0;
}



/*
child1
*/

.l-menu-navi ul {
  padding: 20px 20px 20px 25px;
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.l-menu-navi ul > li > a{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 0.6em 2em 0.6em 20px;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.l-menu-navi ul > li > a::before{
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: -10px;
  top: 1.3em;
}

/*
links
*/


.l-menu-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: -2%;
}
.l-menu-links li {
  width: 49%;
  margin-bottom: 2%;
}
.l-menu-links li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-feature-settings: "palt";
  min-height: 4em;
  position: relative;
  text-decoration: none;
  border: 1px solid #fff;
}

.l-menu-cv {
  margin-top: 10px;
}
.l-menu-cv li {
  padding-bottom: 5px;
}
.l-menu-cv li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #162b3e;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  font-feature-settings: "palt";
  min-height: 3.4em;
  position: relative;
  text-decoration: none;
}
.l-menu-cv li a i {
  position: absolute;
  left: 1.2em;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
}



/*
sns
*/

.l-menu-sns {
  display: flex;
  justify-content: center;
  margin: 2em -20px 0;
  padding-top: 3em;
  padding-bottom: 8em;
  background: #fff;
}
.l-menu-sns li {
  padding: 0 0.8em;
}
.l-menu-sns li a {
  display: inline-block;
  width: 1em;
  text-align: center;
  font-size: 32px;
  color: inherit;
  text-decoration: none;
}


body.is-pc .l-menu-sns:hover li a {
  filter: grayscale(100%);
  opacity: 0.4;
}
body.is-pc .l-menu-sns:hover li a:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

.l-menu-sns li a .fa-square-instagram {
  background: -webkit-linear-gradient(45deg, #f6d379,#b13188, #525ac8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-menu-sns li a .fa-facebook {
  color: #1b74e4;
}
.l-menu-sns li a .fa-line {
  color: #00b300;
  transform: scale(0.95);
}
.l-menu-sns li a .fa-youtube {
  color: #f00;
}
.l-menu-sns li a .fa-pinterest {
  color: #b32025;
}
/***********
movie
************/

.l-movie:not(.-wide) {
  max-width: 800px;
  margin: 0 auto;
}
.l-movie a,
.l-movie-box {
  display: block;
  position: relative;
}
.l-movie a img,
.l-movie-box img {
  margin: 0 !important;
}
.l-movie a::before ,
.l-movie-box::before {
  content: "Play Movie";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, 50px);
}
.l-movie a::after ,
.l-movie-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../../img/icon/play.png) no-repeat center center / 80px 80px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%,-50%);
  pointer-events: none;
  transition: 0.3s;
  opacity: 0.7;
}
body.is-pc .l-movie a:hover::after,
body.is-pc .l-movie .l-movie-box:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

video {
  max-width: 100%;
}

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

  .l-movie a::before {
    font-size: 85%;
    transform: translate(-50%, 35px);
  }
  .l-movie a::after {
    background-size: 60px 60px;
  }
}


/***********
heading
************/

.l-heading{
  text-align: center;
  padding-bottom: 4em;
}
.l-heading-subTitle{
  font-size: clamp(160%,3.5vw, 400%);
  /*font-size: clamp(200%,4.5vw, 500%);*/
  font-weight: 700;
  font-family: var(--font-family-serif);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.l-heading-title{
  font-size: clamp(108%,2vw, 170%);
  padding-top: 0.5em;
  line-height: 1.5;
}
.l-heading-lead{

}


.l-heading.-flex {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
}
.l-heading.-flex .l-heading-title {
  padding: 0 1em 0.2em;
}

.l-heading.-black {
  color: #010101;
}

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

  .l-heading{
    padding-bottom: 2em;
  }
  .l-heading-subTitle{
    font-size: 254%;
    letter-spacing: 0.02em;
  }
  .l-heading-title{
    font-size: 116%;
  }

}

/***********
formheading
************/

.l-formheading{
  text-align: center;
  padding: 2em 3vw;
}

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

  .l-formheading{
    text-align: center;
    padding: 1.5em 3vw;
  }

}


/***********
headline
************/

.l-headline{

}
.l-headline-title{

}
.l-headline-subTitle{

}

/***********
borderHeading
************/

.l-borderHeading {
  border-top: 2px dashed #aaa;
  border-bottom: 2px dashed #aaa;
  text-align: center;
  padding: 2em 3vw;
}
.l-borderHeading.-top {
  border-bottom: none !important ;
}
.l-borderHeading-title {
  font-size: 230%;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.l-borderHeading-title.-small {
  font-size: 180%;
}

.l-borderHeading.-noBorder {
  border: none;
}

.l-borderHeading.-solid  {
  border-color: #aaa;
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
}
.l-borderHeading.-smallOffset {
  padding-top: 1em;
  padding-bottom: 1em;

}

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

  .l-borderHeading {
    border-top: 2px dashed #aaa;
    border-bottom: 2px dashed #aaa;
    text-align: center;
    padding: 1.5em 3vw;
  }
  .l-borderHeading-title {
    font-size: 160%;
  }
  .l-borderHeading-title.-small {
    font-size: 139%;
  }

}


/***********
title
************/

.l-title{
  font-size: 231%;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  border-left: 5px solid #333;
  padding: 0.5em 0 0.5em 0.8em;
  margin-bottom: 0.8em;
}
.l-leadTitle {
  font-size: 231%;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  padding-bottom: 1em;
}
.l-leadTitle.-small {
  font-size: clamp(139%,2.2vw, 200%);
}
.l-leadTitle.-smallOffset {
  padding-bottom: 0.4em;
}


.l-subTitle{
  font-size: clamp(139%,1.6vw, 185%);
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin-bottom: 0.8em;
}
.l-minTitle{
  font-size: 154%;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin-bottom: 0.6em;
}
.l-xminTitle{
  font-size: 139%;
  font-weight: 600;
  font-feature-settings: "palt";
  border-left: 3px solid #333;
  padding-left: 0.6em;
  margin-bottom: 0.6em;
}

.l-boxTitle {
  font-size: 170%;
  font-weight: 600;
  line-height: 1.4;
  background-color: #f4f3ee;
  padding: 0.6em 1.2em;
  margin-bottom: 1em;
}


.l-barTitle {
  overflow: hidden;
  font-size: 200%;
  margin-bottom: 2em;
}
.l-barTitle span {
  display: inline-block;
  position: relative;
}
.l-barTitle span::after {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 100%;
  top: 48%;
  margin-left: 1em;
}



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

  .l-title{
    font-size: 154%;
    border-width: 3px;
    padding-left: 0.5em;
  }

  .l-leadTitle {
    font-size: 170%;
    letter-spacing: 0.04em;
  }
  .l-card-label{
    font-size: 154%;
  }
  .l-minTitle{
    font-size: 139%;
  }

  .l-boxTitle {
    font-size: 131%;
  }

  .l-barTitle {
    font-size: 139%;
    margin-bottom: 1.5em;
  }
  .l-barTitle span::after {
    height: 1px;
  }

}


/***********
l-bgColor
************/

.l-bgColor01{
  background-color: #f6f6f6;
}
.l-bgColor02{
  background-color: #f4f3ee;
}
.l-bgColor03{
  background-color: #e8dfc1;
}
.l-bgColor04{
  background-color: #a5cfd5;
}
.l-bgColor05{
  background-color: #676969;
  color: #fff;
}
.l-bgColor06{
  background-color: #c8c0b8;
}
.l-bgColor07{
  background-color: #a5cfd5;
}
.l-bgColor08{
  background-color: #e8e0c2;
}

/***********
l-borderBotton
************/


.l-borderBotton {
  border-bottom: 1px solid #ddd;
}

/***********
pickupCard
************/

.l-pickupCard {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
}
.l-pickupCard li {
  width: 25%;
  padding: 0 0.5em 20px;
}
.l-pickupCard li a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease !important;
}
body.is-pc .l-pickupCard li a:hover {
  opacity: 0.7;
}
.l-pickupCard-img {
  transition: 0.2s;
}
body.is-pc .l-pickupCard li a:hover .l-pickupCard-img img {
  opacity: 0.8;
}
.l-pickupCard-inner {
  padding: 1.5em 1em 0;
  text-align: center;
}
.l-pickupCard-data {
  display: flex;
  justify-content: center;
}
.l-pickupCard-cat {
  display: inline-block;
  font-weight: 600;
  font-feature-settings: "palt";
  padding: 0.1em 1.5em;
  background-color: #e8dfc1;
}
.l-pickupCard-title {
  font-size: 154%;
  font-weight: 600;
  padding-top: 0.5em;
  line-height: 1.3;
}
.l-pickupCard-summary {
  font-size: 108%;
  margin-top: 0.8em;
  height: calc(3em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}



.l-pickupCard-tags {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.8em;
}
.l-pickupCard-tags span {
  display: inline-block;
  opacity: 0.8;
  font-feature-settings: "palt";
  padding-right: 0.8em;
}
.l-pickupCard-tags span::before {
  content: "#";
}


.l-pickupCard.-flexible {
  flex-wrap: wrap;
}
.l-pickupCard.-flexible li {
  width: 25%;
}

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

  .l-pickupCard {
    display: flex;
    padding-left: 3vw;
  }
  .l-pickupCard li {
  }
  .l-pickupCard li a {
    transform: none !important;
  }
  .l-pickupCard-inner {
    padding: 1em 0.5em 0;
  }
  .l-pickupCard-data {
  }
  .l-pickupCard-cat {
    font-size: 85%;
  }
  .l-pickupCard-title {
    font-size: 116%;
  }
  .l-pickupCard-summary {
    font-size: 77%;
  }



  .l-pickupCard-tags {
    font-size: 77%;
  }

  .l-pickupCard.-flexible {
    flex-wrap: nowrap;
  }
  .l-pickupCard.-flexible li {
    width: auto;
  }
  .l-pickupCard.-flexible li a {
    width: 200px;
  }

}



/***********
subCv
************/

.l-subCv {
  padding-top: 8em;
  padding-bottom: 8em;
}
.l-subCv-container {
  display: flex;
  justify-content: space-between;
}
.l-subCv-item {
  width: 46%;
}
.l-subCv-img {
  max-width: 360px;
  margin: 0 auto;
}
.l-subCv-img img {
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
body.is-pc .l-subCv-img a:hover img {
  transform: scale(1.1);
}
.l-subCv-inner {
  display: flex;
  align-items: center;
  padding-top: 2em;
}
.l-subCv-icon {
  width: 70px;
  min-width: 50px;
}
.l-subCv-box {
  flex: 1;
  padding-left: 1.5em;
}
.l-subCv-text {
  font-size: 139%;
  font-weight: 600;
  padding-bottom: 0.5em;
}
.l-subCv-link {
}

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

  .l-subCv {
    padding-top: 4em;
    padding-bottom: 1em;
  }
  .l-subCv-container {
    display: block;
  }
  .l-subCv-item {
    width: auto;
    max-width: 480px;
    margin: 0 auto 3em ;
  }
  .l-subCv-img {
    max-width: 280px;
  }
  .l-subCv-inner {
    padding-top: 1em;
  }
  .l-subCv-icon {
    width: 55px;
    min-width: 40px;
  }
  .l-subCv-box {
    padding-left: 0.8em;
  }
  .l-subCv-text {
    font-size: 131%;
    font-weight: 500;
    padding-bottom: 0.2em;
    text-align: center;
  }

}

/***********
news
************/

.l-newsList {
  border-top: 1px solid #ddd;
}
.l-newsList li {
  border-bottom: 1px solid #ddd;
}
.l-newsList a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  color: inherit;
  text-decoration: none;
  padding: 2em 3em 2em 0;
  position: relative;
}
.l-newsList a::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.l-newsList a:hover {
  opacity: 0.5;
}
.l-newsList-time {
  display: inline-block;
  width: 7em;
  font-size: 131%;
  white-space: nowrap;
}
.l-newsList-cat {
  display: inline-block;
  min-width: 10em;
  display: inline-block;
  font-weight: 600;
  font-feature-settings: "palt";
  text-align: center;
  padding: 0.1em 1.5em;
  background-color: #e8dfc1;
}
.l-newsList-title {
  flex: 1;
  padding-left: 2em;
  font-size: 131%;
}

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


  .l-newsList {
  }
  .l-newsList li {
  }
  .l-newsList a {
    display: block;
    padding: 2em 2em 2em 0;
  }
  .l-newsList a::after {
    right: 0;
  }
  .l-newsList-time {
    width: auto;
    font-size: 100%;
    font-weight: 500;
    margin-right: 1em;
  }
  .l-newsList-cat {
    min-width: initial;
    font-weight: 400;
    padding: 0.1em 0.8em;
  }
  .l-newsList-title {
    padding-left: 0;
    padding-top: 0.8em;
    font-size: 116;
  }


}

/***********
innerCv
************/

.l-innerCv{
  background: linear-gradient(to right, #bdd9d7 50%, #e8dfc1 50%);
}

.l-innerCv-container {
  display: flex;
}
.l-innerCv-item {
  width: 50%;
  position: relative;
  padding-top: 2em;
  padding-bottom: 4em;
}
.l-innerCv-img {
  user-select: none;
}
.l-innerCv-link {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -4em;
}

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

  .l-innerCv{
    background: none;
  }
  .l-innerCv-item:nth-child(1) {
    background-color: #bdd9d7;
  }
  .l-innerCv-item:nth-child(2) {
    background-color: #e8dfc1;
  }
  .l-innerCv-container {
    display: block;
  }
  .l-innerCv-item {
    width: auto;
    padding: 1em 0 2em;
  }
  .l-innerCv-img {
    transform: scale(1.05);
  }
  .l-innerCv-link {
    margin-top: -2em;
  }

}


/***********
modelHouse
************/

.l-modelHouse {
  background-color: #e8dfc1;
  color: #fff;
  padding-top: 4em;
  padding-bottom: 8em;
}
.l-modelHouse-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -3em;
}
.l-modelHouse-item {
  width: 48%;
  margin-bottom: 3em;
}

.l-modelHouse-item a {
  display: block;
  color: #333;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px 15px 3em 15px;
}
.l-modelHouse-img {
}
.l-modelHouse-title {
  padding-top: 0.8em;
  font-size: 200%;
}
.l-modelHouse-address {
  font-style: normal;
  font-size: 131%;
}
.l-modelHouse-link {
  padding-top: 1.5em;
}

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

  .l-modelHouse {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .l-modelHouse-container {
    display: block;
    margin-bottom: 2em;
  }
  .l-modelHouse-item {
    width: auto;
    margin-bottom: 2em;
  }

  .l-modelHouse-item a {
    padding: 10px 10px 2em 10px;
  }
  .l-modelHouse-img {
  }
  .l-modelHouse-title {
    font-size: 170%;
  }
  .l-modelHouse-address {
    font-size: 116%;
  }
  .l-modelHouse-link {
    padding-top: 1.5em;
  }

}


/***********
card
************/

.l-card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -3em;
}
.l-card li {
  width: 30.3%;
  margin-left: 3%;
  margin-bottom: 3em;
}
.l-card.-v2 li {
  margin-bottom: 2em;
}
.l-card.-quarter li {
  width: 22%;
}

.l-card li a {
  display: block;
  background-color: #fff;
  height: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.l-card.-transparent li a {
  background-color: transparent;
}
.l-card-inner {
  padding: 1.5em 0.5em;
  transition: 0.3s;
}
body.is-pc a:hover .l-card-inner {
  opacity: 0.6;
}

.l-card-img {
}
.l-card-img:not(.-normal) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 11;
}

.l-card-data {
  display: flex;
  padding-bottom: 1em;
  align-items: center;
}
.l-card-data-cat {
  display: inline-block;
  min-width: 8em;
  display: inline-block;
  font-weight: 600;
  font-feature-settings: "palt";
  text-align: center;
  padding: 0.1em 1.5em;
  background-color: #e8dfc1;
}

.l-card-data-close {
  display: inline-block;
  padding-left: 1em;
  padding-top: 0.2em;
  font-size: max(85%,10px);
}

.l-card-title {
  font-size: 135%;
  font-weight: 600;
}
.l-card-title.-arrow {
  padding-left: 1.2em;
  position: relative;
}
.l-card-title.-arrow::before {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  left: 0;
  top: 0.25em;
}
.l-card-subTitle {
  font-size: 116%;
  padding-top: 0.5em;
  font-weight: 400;
}


.l-card-summary {
  margin-top: 1em;
  height: calc(3em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.l-card-tags {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
}
.l-card-tags span {
  display: inline-block;
  opacity: 0.8;
  font-feature-settings: "palt";
  padding-right: 0.8em;
}
.l-card-tags span::before {
  content: "#";
}

.l-card-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 60px solid #514540;
  border-right: 60px solid transparent;
  z-index: 8;
  pointer-events: none;
}

.l-card-label-text {
  position: absolute;
  top: -45px;
  left: 6px;
  transform: rotate(-45deg);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}


.l-card-label.-new .l-card-label-text {
  background-color: #514540;
}
.l-card-label.-new .l-card-label-text::after {
  background-color: rgba(255, 157, 0, 0.5);
}

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

  .l-card {
    margin-bottom: -2em;
  }
  .l-card li,
  .l-card.-quarter li {
    width: 47%;
    margin-bottom: 1em;
  }
  .l-card-inner {
    padding: 1.5em 0.5em;
  }

  .l-card-img:not(.-normal) img {
    aspect-ratio: 16 / 11;

  }
  .l-card-title {
    font-size: 116%;
  }
  .l-card-tags span {
    display: inline-block;
    opacity: 0.8;
    font-size: 93%;
    font-feature-settings: "palt";
    padding-right: 0.8em;
  }

}

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

  .l-card {
    display: block;
    margin: 0;
  }
  .l-card li,
  .l-card.-quarter li  {
    width: auto;
    margin: 0 0 1em 0;
  }
  .l-card li a {
    padding: 10px;
  }
  .l-card-inner {
    padding: 1.5em 0.5em;
  }

  .l-card-img:not(.-normal) img {
    width: 100%;
    height: clamp(120px,45vw, 280px);
  }
  .l-card-title {
    font-size: 131%;
  }

}


/***********
l-largeBanner
************/

.l-largeBanner {
  position: relative;
}
.l-largeBanner:not(:last-child) {
  margin-bottom: 4em;
}
.l-largeBanner a {
  display: inline-block;
  color: inherit;
}
body.is-pc .l-largeBanner-img img {
  transition: 0.2s;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}
  body.is-pc a:hover .l-largeBanner-img img {
  opacity: 0.8;
}

.l-largeBanner-link {
  position: absolute;
  right: 4em;
  bottom: 2em;
}

/*
wb
*/

.l-largeBanner.-wb .l-largeBanner-title {
  position: absolute;
  right: 4em;
  top: 3em;
  z-index: 2;
  width: 210px;
}

.l-largeBanner.-wb .l-largeBanner-heading {
  position: absolute;
  right: calc(4em + 210px + 2em);
  top: 3em;
  z-index: 2;
  width: 160px;
}

/*
hiraya
*/

.l-largeBanner.-hiraya .l-largeBanner-heading {
  position: absolute;
  right: 4em;
  top: 2em;
  z-index: 2;
  width: 110px;
}
.l-largeBanner.-hiraya .l-largeBanner-img img {
  object-position: left;
}


/*
atta
*/

.l-largeBanner.-atta .l-largeBanner-heading {
  position: absolute;
  left: 50%;
  top: 1.5em;
  z-index: 2;
  width: 260px;
  transform: translateX(-50%);
}
.l-largeBanner.-atta .l-largeBanner-img img {
  object-position: left;
}

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


  .l-largeBanner {
    margin: 0 auto 1em;
    max-width: 480px;
  }
  .l-largeBanner a {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  body.is-pc .l-largeBanner-img img {
    min-height: 200px;
  }
  .l-largeBanner-link {
    position: absolute;
    right: 0;
    bottom: 2em;
    width: 100%;
    text-align: center;
  }



  /*
  wb
  */

  .l-largeBanner.-wb {
    padding-bottom: 100px;
  }
  .l-largeBanner.-wb .l-largeBanner-title {
    position: absolute;
    right: auto;
    top: auto;
    left: 8%;
    bottom: calc(80px +  45vw);
    width: 40%;
    z-index: 2;
  }

  .l-largeBanner.-wb .l-largeBanner-heading {
    position: absolute;
    right: auto;
    top: auto;
    left: 8%;
    bottom: calc(80px + 10vw);
    width: 70%;
  }


  /*
  hiraya
  */

  .l-largeBanner.-hiraya .l-largeBanner-heading {
    right: 2em;
    top: 1em;
    z-index: 2;
    width: 95px;
  }

  /*
  atta
  */

  .l-largeBanner.-atta .l-largeBanner-heading {
    left: 50%;
    top: 1.5em;
    width: 200px;
  }

}



/***********
l-visit
************/

.l-visit {
}
.l-visit-container {
  display: flex;
}
.l-visit-img {
  width: 45%;
}
.l-visit-inner {
  flex: 1;
  padding-left: 3%;
}
.l-visit-heading {
  display: flex;
  align-items: center;
  padding-bottom: 2em;
}
.l-visit-heading-icon {
  width: 150px;
}
.l-visit-heading-inner {
  flex:1;
  padding-left: 1.5em;
}
.l-visit-heading-title {
  font-size: 124%;
  line-height: 1.5;
}
.l-visit-heading-title strong {
  display: block;
  font-weight: 600;
  font-size: 170%;
}
.l-visit-text {
  font-size: 131%;
  line-height: 1.8;
}
.l-visit-link {
  padding-top: 2em;
}

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

  .l-visit {
  }
  .l-visit-container {
    display: block;
  }
  .l-visit-img {
    width: auto;
    text-align: center;
  }
  .l-visit-inner {
    padding-left: 0;
    padding-top: 2em;
  }
  .l-visit-heading {
    display: block;
    padding-bottom: 2em;
    text-align: center;
    line-height: 1.8;
  }
  .l-visit-heading-icon {
    width: 130px;
    margin: 0 auto 1em;
  }
  .l-visit-heading-inner {
    padding-left: 0;
  }
  .l-visit-heading-title {
    font-size: 100%;
    line-height: 1.5;
  }
  .l-visit-heading-title strong {
    display: block;
    font-weight: 600;
    font-size: 170%;
  }
  .l-visit-text {
    font-size: 116%;
  }
  .l-visit-link {
    padding-top: 2em;
    text-align: center;
  }
}


/***********
gallery
************/

.l-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5%;
}
.l-gallery li {
  width: 49%;
  margin-left: 1%;
  margin-bottom: 1%;
}
.l-gallery li img {
  width: 100%;
  height: clamp(80px,30vw, 310px);
  object-fit: cover;
}



/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
scrollable
************/

.scrollable {
  overflow: auto;
}

.scrollable-container {
  position: relative;
}

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

  .scrollable{
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .scrollable::-webkit-scrollbar {
    height: 10px;
  }
  .scrollable::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .scrollable::-webkit-scrollbar-track-piece {
    background: #eee;
  }

  .scrollable {
    position: relative;
  }
  .scrollable::before{
    content: "SWIPEABLE";
    display: block;
    width: 80px;
    height: 70px;
    margin-left: -40px;
    padding-top: 50px;
    box-sizing: border-box;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 5;
    pointer-events: none;
  }
  .scrollable::after{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background: url(../../img/icon/swipe.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: 5;
    pointer-events: none;
  }
  body.is-pc .scrollable-container::before,
  body.is-pc .timeTables-container::after{
    display: none !important;
  }
  .scrollable.is-show::after{
    animation:anim-scrollableArrow 1s infinite ease-in-out ;
  }
  .scrollable.is-show .scrollable-container{
    animation:anim-scrollabletranslateX 1s 1 ease-in-out ;
  }
  .scrollable.is-show::before,
  .scrollable.is-show::after{
    opacity: 0;
    transition: opacity ease 2s 2s;
  }

  /*
  size
  */

  .scrollable-container.-w1024 {
    width: 1024px;
  }
  .scrollable-container.-w834 {
    width: 834px;
  }
  .scrollable-container.-w640 {
    width: 640px;
  }
  .scrollable-container.-w480 {
    width: 480px;
  }
}

@keyframes anim-scrollableArrow {
  0%    {transform:translate(10px, 0); }
  60%   {transform:translate(-10px, 0) ;  }
  100%  {transform:translate(-10px, 0) ;  }
}
@keyframes anim-scrollabletranslateX {
  0%    {transform:translateX(0); }
  80%   {transform:translateX(-50px);  }
  100%  {transform:translateX(0);  }
}



/***********
ratio
************/

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

  .l-spRatio-16_12{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 12;
  }

  [class^="l-spRatio"].-ct {
    object-position: center top;
  }
  [class^="l-spRatio"].-cb {
    object-position: center bottom;
  }

}


.l-borderTop {
  border-top: 1px solid #333;
}


/***********
slick common
************/

.slick-slide li {
  vertical-align: bottom;
}

/***********
status
************/

.is-hide {
  display: none;
}
.is-readerHide {
  clip: rect(1px, 1px, 1px, 1px);
}

.is-block{
  display: block;
}
.is-inlineBlock{
  display: inline-block;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

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

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

  .is-spGothic {
    font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  }


}
