@charset "utf-8";

/* CSS Document */

:root {
  --font-family-gothic: 'Zen Kaku Gothic New',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  --font-family-gothic-en: 'Poppins','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;

  --font-family-serif: 'Shippori Mincho','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  --font-family-cursive: 'Petit Formal Script',cursive;

  --color-base: #fff;
  --color-main: #4d2020;
  --color-brand01: #cb0333;
  --color-brand02: #673333;

  --color-primary01: #009955;
  --color-secondary01: #e09810;
  --color-accent01: #f00;
  --color-highlight01: #fff200;
  --color-sub01: #f0f0f0;
  --color-sub02: #ccc;
  --color-sub03: #f2e2d5;
  --color-sub04: #e7d2c0;
  --color-sub05: #f1eeec;



  --header-height: 120px;
  --header-padding: 40px;
}

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

  :root {
    --header-height: 90px;
    --header-padding: 20px;
  }

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

  :root {
    --header-height: 70px;
    --header-padding: 10px;
  }
}

/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: var(--font-family-gothic);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--color-main);
}

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

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


a {
  text-decoration: underline;
  transition: 0.3s;
}

a:visited{}
a:hover,
a:active {
  color: ;
  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; }
.wp-caption {   max-width: 100%; }

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

  .right,
  .alignright {
    float: right !important;
    width: 35%;
    margin-left: 1em;
  }

  .left,
  .alignleft {
    float: left !important;
    width: 35%;
    margin-right: 1em;
  }

}

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

  .right,
  .alignright ,
  .left,
  .alignleft {
    display: block;
    width: 100%;
    margin: 0 auto 1.5em;
    float: none !important;
  }
}

/***********
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{
}
.l-wrapper:not(.-normal){
  overflow: hidden;
}

.l-contents{
}


/***********
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;
  }

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

}

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

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

.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: 12em;
  padding-bottom: 12em;
}
.l-block-small {
  padding-top: 5em;
  padding-bottom: 5em;
}
.l-block-large {
  padding-top: 13em;
  padding-bottom: 13em;
}

.l-block-top {
  padding-top: 12em;
}
.l-block-top-small {
  padding-top: 4em;
}
.l-block-top-large {
  padding-top: 13em;
}

.l-block-bottom {
  padding-bottom: 12em;
}
.l-block-bottom-small {
  padding-bottom: 4em;
}
.l-block-bottom-large {
  padding-bottom: 13em;
}

@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: 5%;
    padding-right: 5%;
  }

  .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: 0.3s;
}
body.is-pc a:hover .l-zoomHover img{
  transform:scale(1.08) ;
}

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

.l-hoverUnderline {
  padding-bottom: 0.2em;
  background: linear-gradient(#000, #000) 0 100% / 0 1px no-repeat;
  transition: background 0.3s;
  text-decoration: none;
}
body.is-pc .l-hoverUnderline:hover {
  background-size: 100% 1px;
}

/*
左から右に抜ける
.l-hoverLine {
  background: linear-gradient(0deg, #000, #000) no-repeat right bottom / 0 1px;
  transition: background-size 350ms;
}
.l-hoverLine:where(:hover, :focus-visible) {
  background-size: 100% 1px;
  background-position-x: left;
}

*/
/***********
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 ,#fff358, #fff358) 0 100% / 0 100% 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% 100%;
}

/***********
l-flip
************/
/*
<span class="l-flipUp" data-name="inview"><span>テキスト</span></span>
*/

.l-flipUp{
  display: inline-flex;
  overflow: hidden;
}
.l-flipUp > span{
  display: inline-block;
  width: 100%;
  position: relative;
  transition: 0.5s;
  transition-delay: 0.2s;
  transform: translateY(100%);
  vertical-align: middle;
}
.l-flipUp.is-show > span{
  transform: translateY(0%);
}

/***********
l-flip
************/

.l-flip{
  display: flex;
  position: relative;
  text-align: center;
  overflow: hidden;
  line-height: 1;
}
.l-flip > span{
  display: inline-block;
  width: 100%;
  position: relative;
  transition: 0.1s;
}
.l-flip > span::after{
  content: attr(data-text)"";
/*  font-size: 85%;*/
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 100%;
}
a:hover .l-flip > span {
  transform: translateY(-100%);
  white-space: nowrap;
}

/***********
l-mask
************/

.l-mask {
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
/*  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%); 左起点*/
  transition: 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
  vertical-align: middle;
}
.is-show .l-mask,
.is-show.l-mask {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
/*  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);*/
}
.l-mask.-full {
  width: 100%;
}

.l-mask-down {
  display: inline-block;
  vertical-align: middle;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.l-mask-up {
  display: inline-block;
  vertical-align: middle;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.l-mask-left {
  display: inline-block;
  vertical-align: middle;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}
.is-show.l-mask-down{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.is-show.l-mask-up{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.is-show.l-mask-left{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/***********
fontColor
************/

.l-fontColor-red {
  color: var(--color-accent);
}

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

.l-textMain{
  font-size: clamp(1.16rem,1.6vw, 1.24rem);
  line-height: 2;
}
.l-textLead{
  font-size: clamp(1.16rem,1.6vw, 1.24rem);
  line-height: 2;
  text-align: center;
}

.l-list-circle {}
.l-list-circle li {
  padding-left: 1em;
  position: relative;
}
.l-list-circle li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 0.8em;
  background: var(--color-main);
  border-radius: 50%;
}

.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{
    line-height: 1.8;
  }
}

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

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


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

.l-linkWrap{
  padding-top: 2em;
  text-align: center;
}
.l-linkWrap.-left{
  text-align: left;
}
.l-linkWrap.-right{
  text-align: right;
}


.l-linkSeparate {
  display: flex;
  justify-content: center;
  padding-top: 2em;
}
.l-linkSeparate-item {
  padding: 0 1%;
  min-width: 30%;
}
.l-linkSeparate-item .l-btn {
}


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

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

  .l-linkSeparate {
    display: block;
    text-align: center;
  }
  .l-linkSeparate-item {
    padding: 0;
    min-width: initial;
  }
  .l-linkSeparate-item + .l-linkSeparate-item {
    padding-top: 10px;
  }
  .l-linkSeparate-item .l-btn {
    width: 100%;
    max-width: 480px;
  }

}

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

.l-btn {
  display: inline-flex;
  justify-content: center;
  width: auto;
  min-width: 20em;
  min-height: 3.8em;
  padding: 1em 3em ;
  font-size: clamp(1.24rem,1.6vw, 1.39rem);
  font-weight: 500;
  font-family: var(--font-family-serif);
  color: var(--color-base);
  background-color: var(--color-brand01);
  border-radius: 5px;
  text-decoration: none !important;
  text-align: center;
  transition: 0.2s;
  position: relative;
}
.l-btn::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%;
  scale: 0.85;
  transition: 0.2s;
}


body.is-pc .l-btn:hover {
  translate: -2px -2px;
  box-shadow: 4px 4px rgba(203, 3, 50, 0.3);
}
body.is-pc .l-btn:hover::after {
  right: 0.8em;
}


.l-btn.-back::after {
  right: auto;
  left: 1em;
  rotate: 180deg;
}
body.is-pc .l-btn.-back:hover::after {
  right: auto;
  left: 0.8em;
}

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

  .l-btn {
    min-width: 16em;
  }


}

/***********
header
************/

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 999;
  padding-left: var(--header-padding);
  padding-right: var(--header-padding);
  font-size: clamp(116%,1vw, 154%);
  transition: 0.3s;
}
.l-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.l-header-logo {
  width: 14em;
  transition: 0.3s;
  padding-top: 0;
}
.l-header-logo-svg {
  /* fill: var(--color-brand01); */
  transition: 0.5s;
}

.l-header-block {
}


/*
navi
*/

.l-header-navi {
}
.l-header-navi button {
  display: none !important;
}

.l-header-navi-list {
  display: flex;
}

.l-header-navi-list li {
  padding: 0.2em 0;
  position: relative;
}
.l-header-navi-list li:not(:last-child) {
  margin-right: 2em;
}
.l-header-navi-list > li > a {
  display: inline-block;
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
  padding: 0.5em 0;
  letter-spacing: 0.04em;
  color: inherit;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.l-header-navi-list > li::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0.5em;
  background-color: var(--color-brand01);
  transform: scaleX(1);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: right center;
}
body.is-pc .l-header-navi-list > li:hover > a {
  transform: translateY(-3px);
  color: var(--color-brand01);
}
body.is-pc .l-header-navi-list > li:hover::before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left center;
}

.l-header-navi-list ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 20em;
  background: var(--color-main);
  padding: 1.5em 1em;
  margin-left: -3.5em;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-header-navi-list li:hover ul {
  visibility: visible;
  opacity: 1;
}
.l-header-navi-list ul li {
  padding: 0.2em 1em;
}
.l-header-navi-list ul a {
  display: inline-block;
  color: var(--color-base);
  font-size: 90%;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 0.3em 0 0.3em 1.5em;
  opacity: 0.85;
}
.l-header-navi-list ul a::before {
  content: '';
  display: block;
  width: 0.7em;
  height: 1px;
  background: var(--color-brand01);
  position: absolute;
  left: 0;
  top: 1.1em;
}
body.is-pc .l-header-navi-list ul a:hover {
  opacity: 1;
}

/*
home
*/

/* body.home:not(.is-fixed) .l-header-logo {
  width: 17em;
  padding-top: 1em;
} */

body:not(.home) .l-header {
  background-color: var(--color-base);
}

/*
fixed
*/

body.is-fixed .l-header {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  height: 70px;
}
body.is-fixed .l-header-logo {
  width: 160px;
}

/*
open
*/

body.is-menu-open .l-header{
  background-color: transparent !important;
}
body.is-menu-open .l-header-logo-svg {
  fill: var(--color-base);
}
body.home:not(.is-fixed).is-menu-open .l-header-logo {
  opacity: 1;
  transition-delay: 0.5s;
}

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

  .l-header {
    height: var(--header-height);
    padding-left: 10px;
  }
  .l-header-logo {
    width: 180px;
  }
  .l-header-block {
    display: none;
  }

  /*
  home
  */

  /* body.home:not(.is-fixed) .l-header-logo {
    width: 120px;
    padding-top: 5px;
    opacity: 0;
  } */

  body:not(.home) .l-header {
    background-color: var(--color-base);
  }

  /*
  fixed
  */


  body.is-fixed .l-header {
    height: 44px;
  }
  body.is-fixed .l-header-logo {
    width: 120px;
    padding-top: 5px;
  }


}


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

.l-footer {
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: var(--color-brand01);
  color: var(--color-base);
  padding-top: 8em;
  padding-bottom: 2em;
}
.l-footer-symbol {
  position: absolute;
  right: -6%;
  bottom: -1vw;
  width: clamp(300px,60vw, 1200px);
  pointer-events: none;
}
.l-footer-symbol-svg {
  fill: #000;
  opacity: 0.08;
}


body.is-pc .l-footer a:hover {
  opacity: 0.9;
}

.l-footer-wrapper {
  position: relative;
  z-index: 9;
}
.l-footer-logo {
  width: 280px;
  margin: 0 auto;
}
.l-footer-logo-svg {
  fill: var(--color-base);
}

.l-footer-lead {
  font-weight: 500;
  font-family: var(--font-family-serif);
  font-size: clamp(154%,4vw, 300%);
  text-align: center;
  padding-top: 0.8em;
}

.l-footer-subNavi {
  padding-top: 5em;
  display: flex;
  flex-wrap: wrap;
  font-size: 85%;
}
.l-footer-subNavi button {
  display: none;
}
.l-footer-subNavi li:not(:last-child)::after{
  content: "｜";
  padding:  0 0.8em;
}
.l-footer-subNavi a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.l-footer-subNavi a[target="_blank"]::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: "\f08e";
  margin-left: 0.5em;
  opacity: 0.8;
}


.l-footer-copyright {
  font-family: var(--font-family-serif);
  font-weight: 500;
  font-size: 116%;
  display: block;
  padding: 5em 5vw 5em;
  text-align: right;
  position: relative;
  z-index: 2;
}


.l-footer-container {
  padding-top: 6em;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.l-footer-info {
  padding-right: 5em;
}
.l-footer-address {
  font-size: clamp(108%,2vw, 124%);
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
  line-height: 1.6;
}

.l-footer-banner {
  padding-top: 2em;
}
.l-footer-banner img {
  border-radius: 8px;
  width: clamp(200px,80vw, 320px);
}


/*
navi
*/
.l-footer-sitemap {
  flex: 1;
  max-width: 50em;
  font-size: clamp(108%,2vw, 124%);
}


.l-footer-navi {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5em;
}
.l-footer-navi button{
  display: none;
}
.l-footer-navi a > small{
  display: none;
}
.l-footer-navi {
}

.l-footer-navi > li {
  position: relative;
  padding-right: 2em;
  padding-bottom: 1em;
  min-width: 10em;
}
.l-footer-navi > li > a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
  padding: 1em 0 0.5em;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: 0.4s;
}
body.is-pc .l-footer-navi > li > a:hover{
  color: var(--color-accent);
}

/*
child1
*/

.l-footer-navi > li.menu-item-has-children > ul {
  padding-left: 0.5em;
}
.l-footer-navi > li.menu-item-has-children > ul > li{
}
.l-footer-navi > li.menu-item-has-children > ul > li > a{
  display: inline-block;
  font-size: 85%;
  padding: 0.1em 0 0.2em;
  color: inherit;
  text-decoration: none;
}
body.is-pc .l-footer-navi > li.menu-item-has-children > ul > li > a:hover{
}


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


  .l-footer {
  }
  .l-footer-symbol {
    position: absolute;
    right: -6%;
    bottom: -1vw;
    width: clamp(300px,90vw, 1200px);
    pointer-events: none;
  }

  .l-footer-logo {
    width: 200px;
  }

  .l-footer-lead {
    font-size: clamp(124%,4vw, 200%);
  }

  .l-footer-copyright {
  }


  .l-footer-container {
    padding-top: 2em;
    display: block;
  }
  .l-footer-info {
    padding-right: 0;
    padding-bottom: 5em;
    text-align: center;
  }

  .l-footer-banner {
    padding-top: 2em;
  }
  .l-footer-banner img {
    border-radius: 8px;
    width: clamp(160px,80vw, 240px);
  }

}

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


  .l-footer {
    padding-top: 3em;
    padding-bottom: 2em;
  }
  .l-footer-symbol {
    bottom: -1vw;
    width: clamp(300px,112vw, 1200px);
  }



  .l-footer-copyright {
    font-size: 100%;
    font-weight: 500;
    padding: 5em 5vw;
    text-align: center;
  }


  /*
  navi
  */
  .l-footer-sitemap {
    max-width: initial;
    font-size: clamp(108%,2vw, 124%);
  }


  .l-footer-navi {
    display: block;
    margin-right: 0;
    padding-left: 5vw;
  }

  .l-footer-navi > li {
    padding-right: 0;
    padding-bottom: 0;
    min-width: initial;
  }
  .l-footer-navi > li > a {
    padding: 0.2em 0 0.2em 0;
  }
  body.is-pc .l-footer-navi > li > a:hover{
    color: var(--color-accent);
  }

  /*
  child1
  */

  .l-footer-navi > li.menu-item-has-children > ul {
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer-navi > li.menu-item-has-children > ul > li > a{
    font-size: 85%;
    padding: 0.1em 1.5em 0.2em 0;
  }
  body.is-pc .l-footer-navi > li.menu-item-has-children > ul > li > a:hover{
  }
}

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

.l-jumpTop{
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  transform: translateY(200px);
  transition: 0.5s;
}
body.is-fixed .l-jumpTop {
  transform: translateY(0);
}
.l-jumpTop a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: relative;
  color: var(--color-base);
  background-color: var(--color-brand01);
}
body.is-pc .l-jumpTop a:hover{
}


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

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

}

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

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

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

  .l-menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    padding-top: 70px;
    z-index: 998;
    left: 100%;
    top: 0;
    opacity: 1;
    transition: 0.5s;
    background-color: var(--color-brand01);
    color: var(--color-base);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

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

  .l-menu-trigger {
    display: block;
    position: fixed;
    right: 8px;
    top: 8px;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
  }
  .l-menu-btn {
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
    cursor: pointer;
    background: none;
    border: none;
    transition: all 0.3s;
    border-radius: 50%;
    -webkit-tap-highlight-color:transparent;
    background-color: var(--color-brand01);
  }
  .l-menu-btn span {
    display: inline-block;
    position: absolute;
    left: 30%;
    top: 36%;
    width: 40%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--color-base);
    transition: 0.3s;
    transition: margin 0.3s ease 0.3s , transform 0.3s ease 0s;
  }
  .l-menu-btn span:nth-child(1) {
    margin-top: -4px;
  }
  .l-menu-btn span:nth-child(2) {
    margin-top: 4px;
  }

  .l-menu-btn p {
    font-size: 10px;
    font-family: var(--font-family-gothic-en);
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  .l-menu-btn p::after {
    content: "MENU";
    letter-spacing: 0.04em;
    color: var(--color-base);
  }

  .l-menu-btn.is-active span {
    transition: margin 0.3s ease , transform 0.3s ease 0.3s;
  }
  .l-menu-btn.is-active span:nth-child(1) {
    margin-top: 0;
    transform: rotate(-35deg);
  }
  .l-menu-btn.is-active span:nth-child(2) {
    margin-top: 0;
    transform: rotate(35deg);
  }

}



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


.l-menu-symbol {
  position: absolute;
  right: 0;
  top: 5vw;
  width: clamp(300px,60vw, 1200px);
  pointer-events: none;
}
.l-menu-symbol-svg {
  fill: #000;
  opacity: 0.05;
}

.l-menu-block {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 0 200px;
  position: relative;
  z-index: 9;
}


.l-menu-subNavi {
  padding: 40px 20px 0 45px;
  flex-wrap: wrap;
  font-size: 12px;
}
.l-menu-subNavi li:not(:last-child)::after{
  margin-bottom: 0.3em;
}
.l-menu-subNavi a {
  display: inline-block;
  padding: 0.2em 0;
  color: inherit;
  text-decoration: none;
}
.l-menu-subNavi a[target="_blank"]::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: "\f08e";
  margin-left: 0.5em;
  opacity: 0.8;
}


/*
navi
*/

.l-menu-navi {
  text-align: left;
  position: relative;
  z-index: 9;
}

.l-menu-navi button {
  display: none;
}

.l-menu-navi-list {
}

.l-menu-navi-list>li {
  position: relative;
}

.l-menu-navi-list>li>a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-family-gothic-en);
  padding: 0.4em 50px 0.4em 45px;
  letter-spacing: 0.04em;
  transition: 0.4s;
}

.l-menu-navi-list .menu-item-has-children>button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 99;
  text-align: right;
  background: none;
  border: none;
  cursor: pointer;
}

.l-menu-navi-list .menu-item-has-children>button::before,
.l-menu-navi-list .menu-item-has-children>button::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: var(--color-brand01);
  position: absolute;
  right: 12px;
  top: 50%;
  opacity: 0.8;
}

.l-menu-navi-list .menu-item-has-children>button::after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.l-menu-navi-list .menu-item-has-children>button.is-active::after {
  transform: rotate(120deg);
  opacity: 0;
}

/*
child1
*/

.l-menu-navi-list>li.menu-item-has-children>ul {
  padding: 5px 20px 20px 65px;
}

.l-menu-navi-list>li.menu-item-has-children:hover>ul {}

.l-menu-navi-list>li.menu-item-has-children>ul>li {}

.l-menu-navi-list>li.menu-item-has-children>ul>li:not(:last-child) {}

.l-menu-navi-list>li.menu-item-has-children>ul>li>a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 0.4em 0 0.4em 2em;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.l-menu-navi-list>li.menu-item-has-children>ul>li>a::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: var(--color-base);
  position: absolute;
  left: 0;
  top: 1.2em;
  opacity: 0.5;
}




/***********
video
************/

.l-video {
  display: block;
  width: 100%;
}

/***********
movie
************/

.l-movie {
  margin: 0 auto;
}
.l-movie a {
  display: block;
  position: relative;
}
.l-movie a img {
  margin: 0 !important;
}
.l-movie a::before {
  content: "Play Movie";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  color: #fff;
  font-family: var(--font-family-gothic-en);
  font-weight: 600;
  transform: translate(-50%, 50px);
}
.l-movie a::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;
}
body.is-pc .l-movie a:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

@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{
  font-size: clamp(124%,1.8vw, 154%);
  margin-bottom: 4em;
  text-align: center;
}
.l-heading-title{
  line-height: 1.4;
  font-weight: 600;
  font-size: 208%;
  font-family: var(--font-family-serif);
  margin-top: -0.2em;
}
.l-heading-title::after {
  content: "";
  display: block;
  width: 3.5em;
  height: 3px;
  background-color: var(--color-brand01);
  margin: 0.4em auto 0.7em;
}

.l-heading-subTitle{
  color: var(--color-brand01);
  font-family: var(--font-family-cursive);
  font-weight: 400;
  line-height: 1.2;
}


.l-bgColor04 .l-heading-title {
  color: var(--color-base);
}
.l-bgColor04 .l-heading-title::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.l-bgColor04 .l-heading-subTitle{
  color: var(--color-base);
}


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

  .l-heading{
    font-size: clamp(100%,3.4vw, 131%);
    margin-bottom: 3em;
  }
  .l-heading-title{
    font-size: 154%;
  }
.l-heading-title::after {
  width: 5em;
  height: 2px;
  margin: 0.6em auto 0.8em;
}
  .l-heading-title::after {
    width: 3.5em;
    height: 2px;
  }

}

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

.l-headline{

}
.l-headline-title{

}
.l-headline-subTitle{

}

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

.l-title{

}
.l-subTitle{
  font-size: clamp(1.31rem,2.5vw, 1.7rem);
  font-weight: 700;
  line-height: 1.4;
  border-left: 10px solid var(--color-brand01);
  margin: 2em 0 1em 0;
  padding: 0.2em 0 0.2em 0.8em ;
  position: relative;
}
.l-minTitle{

}

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

.l-pageSection.l-bgColor00 + .l-pageSection.l-bgColor00.l-block{
  padding-top: 2em;
}

.l-bgColor00 {
  background-color: var(--color-base);
}
.l-bgColor01 {
  background-color: var(--color-sub01);
}
.l-bgColor02 {
  background-color: var(--color-sub02);
}
.l-bgColor03 {
  background-color: var(--color-sub03);
}
.l-bgColor04 {
  background-color: var(--color-brand01);
}
.l-bgColor05 {
  background-color: var(--color-sub05);
}


/***********
l-catIcon
************/

.l-catIcon {
  background-color: var(--color-brand01);
  color: var(--color-base);
  border-radius: 10em;
  padding: 0.3em 1.5em 0.25em;
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  letter-spacing: 0.04em;
}

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

  .l-catIcon {
    padding: 0.3em 1em 0.2em;
  }
}

/***********
newsList
************/

.l-newsList {
  font-size: clamp(116%,1vw, 154%);
}
.l-newsList li {
  border-top: 1px solid transparent;
  border-bottom: 1px solid var(--color-brand01);
  transition: 0.3s;
  background-color: var(--color-base);
}
.l-newsList li:first-child {
  border-top-color: var(--color-brand01);
}
body.is-pc .l-newsList:not(.-single) li:hover {
  border-top-color: var(--color-brand01);
  box-shadow: 0.2em 0.2em 0 rgba(203, 3, 50, 0.3);
  translate: -0.1em -0.1em;
}
.l-newsList a {
  display: block;
  padding: 1.2em 0;
  text-decoration: none;
  color: inherit;
}
.l-newsList-data {
  display: flex;
  align-items: center;
}
.l-newsList-time {
  display: inline-block;
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  font-size: 90%;
  color: var(--color-brand01);
  white-space: nowrap;
  padding-right: 1em;
  padding-top: 0.1em;
}
.l-newsList-cat.l-catIcon {
  font-size: 80%;
}
.l-newsList-title {
  font-weight: 500;
  padding-top: 0.4em;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.2s;
}
body.is-pc .l-newsList:not(.-single) a:hover .l-newsList-title {
  /* text-decoration-color: var(--color-brand01);
  color: var(--color-brand01); */
}

/*
single
*/

.l-newsList.-single li {
  border: none;
}
.l-newsList.-single a {
  display: flex;
  align-items: center;
}
.l-newsList.-single .l-newsList-title {
  padding-left: 1.5em;
  padding-top: 0;
}

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

  .l-newsList {
    font-size: clamp(116%,2vw, 154%);
  }
  .l-newsList li {
  }
  .l-newsList a {
    padding: 1.5em 0;
  }
  .l-newsList-data {
  }
  .l-newsList-time {
    padding-right: 0.5em;
  }
  .l-newsList-cat.l-catIcon {
    font-size: 85%;
  }
  .l-newsList-title {
    font-weight: 500;
    padding-top: 0.4em;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.2s;
  }
  body.is-pc .l-newsList a:hover .l-newsList-title {
    text-decoration-color: var(--color-brand01);
    color: var(--color-brand01);
  }

  /*
  single
  */

  .l-newsList.-single li {
    border: none;
  }
  .l-newsList.-single a {
    display: block;
  }
  .l-newsList.-single .l-newsList-title {
    padding-left: 0;
    padding-top: 0.4em;
  }

}



/***********
carouselSlider
************/

.l-intvSlider {
  width: 140vw;
  font-size: clamp(1.24rem,1.4vw, 3rem);
  padding-bottom: 200px !important;
}

.l-intvSlider.swiper {
}
.l-intvSlider.swiper .swiper-wrapper {
}
.l-intvSlider.swiper .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: 0.5s;
}

.l-intvSlider-block {
  display: block;
  color: inherit;
  text-decoration: none;
  width: 50vw;
  transition: 0.2s;
  display: flex;
  justify-content: end;
  overflow: hidden;
}
.l-intvSlider.swiper .swiper-slide-active .l-intvSlider-block{
}
.l-intvSlider.swiper .swiper-slide-next {
  translate: -28vw 0;
}
.l-intvSlider.swiper .swiper-slide-next + .swiper-slide{
  translate: -58vw 0;
}

.l-intvSlider.swiper .swiper-slide-active {
  z-index: 9;
}
.l-intvSlider.swiper .swiper-slide-next {
  z-index: 8;
}



.l-intvSlider-badge {
  width: 5em;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid var(--color-main);
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  transition: 0.5s;
  z-index: 9;
  opacity: 0;
  translate: 0 1em;
}


.l-intvSlider-box {
  position: absolute;
  height: 100%;
  top: 0;
  left: 3em;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
  translate: 0 1em;
}
.l-intvSlider-img {
  border-radius: 100vw;
  width: 17em;
  transform-origin: right bottom;
  scale: 0.7;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  transition: 0.4s;
}
.l-intvSlider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 35 / 44;
}

.l-intvSlider-num {
  font-weight: 600;
  font-size: 124%;
  font-family: var(--font-family-gothic-en);
  line-height: 1.2;
  padding-bottom: 0.4em;
}
.l-intvSlider-lead {
  font-size: 116%;
}
.l-intvSlider-lead-text span {
  display: inline-block;
  font-weight: 600;
  margin-top: 3px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 0.1em 0.6em 0.2em;
  background-color: var(--color-brand01);
  color: var(--color-base);
}

.l-intvSlider-text {
  font-weight: 500;
  font-size: 80%;
  line-height: 1.5;
  padding-top: 0.5em;
}
.l-intvSlider-name {
  padding-top: 0.3em;
  font-family: var(--font-family-gothic-en);
  font-weight: 600;
  font-size: 116%;
}

.l-intvSlider.swiper .swiper-slide-active .l-intvSlider-img{
  scale: 1;
}
.l-intvSlider .swiper-slide-active .l-intvSlider-badge{
  opacity: 1;
  transition-delay: 0.3s;
  translate: 0 0;
}
.l-intvSlider .swiper-slide-active .l-intvSlider-box{
  opacity: 1;
  transition-delay: 0.3s;
  translate: 0 0;
}

/*
controller
*/

.l-intvSlider .swiper-controller {
}
.l-intvSlider .swiper-paging {
  position: absolute;
  left: calc(100vw - 18em);
  bottom: 0;
  background-color: var(--color-main);
  z-index: 99;
  border-radius: 10em;
  display: flex;
  color: var(--color-base);
}

.l-intvSlider .swiper-button-prev {
  width: 5em;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.l-intvSlider .swiper-button-prev::after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  position: absolute;
  left: 100%;
  top: 20%;
  background: rgba(255,255, 255, 0.5);
}
.l-intvSlider .swiper-button-next {
  width: 5em;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.l-intvSlider .swiper-pagination {
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  font-size: 24px;
  color: transparent;
  position: absolute;
  left: 178px;
  bottom: 80px;
}
.l-intvSlider .swiper-pagination::after {
  content: "";
  display: block;
  width: 1px;
  height: 3em;
  background-color: var(--color-brand01);
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  rotate: 45deg;
}
.l-intvSlider .swiper-pagination .swiper-pagination-current {
  translate: 0 -50%;
  color: var(--color-brand01);
  display: inline-block;
  min-width: 1em;
  text-align: right;
  position: relative;
}
.l-intvSlider .swiper-pagination .swiper-pagination-total {
  translate: 0 50%;
  color: var(--color-brand01);
  display: inline-block;
  min-width: 1em;
}

.l-intvSlider .autoplay-progress {
  position: absolute;
  left: 120px;
  bottom: 0;
  z-index: 10;
  width: 192px;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
}
.l-intvSlider .autoplay-progress svg:nth-child(2) {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 0.5px;
  stroke: var(--color-brand01);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.l-intvSlider .autoplay-progress svg:nth-child(1) {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 0.5px;
  stroke: var(--color-main);
  fill: none;
  opacity: 0.1;
}

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

  .l-intvSlider {
    width: 140vw;
    font-size: clamp(1.24rem,1.8vw, 3rem);
    padding-bottom: 120px !important;
  }

  .l-intvSlider-block {
    width: 60vw;
  }
  .l-intvSlider.swiper .swiper-slide-next {
    translate: -36vw 0;
  }
  .l-intvSlider.swiper .swiper-slide-next + .swiper-slide{
    translate: -72vw 0;
  }

  .l-intvSlider-box {
    left: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  /*
  controller
  */

  .l-intvSlider .swiper-controller {
  }
  .l-intvSlider .swiper-paging {
    left: calc(100vw - 16em);
  }


  .l-intvSlider .swiper-pagination {
    font-size: 16px;
    left: 55px;
    bottom: 38px;
  }
  .l-intvSlider .autoplay-progress {
    left: 30px;
    width: 100px;
    height: 100px;
  }
  .l-intvSlider .autoplay-progress svg:nth-child(2) {
    stroke-width: 1px;
  }
  .l-intvSlider .autoplay-progress svg:nth-child(1) {
    stroke-width: 1px;
  }

}

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

  .l-intvSlider {
    width: 100vw;
    font-size: clamp(1rem,3vw, 4rem);
    padding-bottom: 100px !important;
  }
  .l-intvSlider a {
  }

  .l-intvSlider.swiper {
  }
  .l-intvSlider.swiper .swiper-wrapper {
  }
  .l-intvSlider.swiper .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transition: 0.5s;
  }

  .l-intvSlider-block {
    width: 90vw;
    left: 1em;
  }
  .l-intvSlider.swiper .swiper-slide-next {
    translate: 0;
  }
  .l-intvSlider.swiper .swiper-slide-next + .swiper-slide{
    translate: 0;
  }


  .l-intvSlider-badge {
    right: 3em;
  }

  .l-intvSlider-box {
    translate: 0 2em;
  }
  .l-intvSlider-img {
    width: 14em;
  }

  /*
  controller
  */

  .l-intvSlider .swiper-controller {
  }
  .l-intvSlider .swiper-paging {
    left: calc(100vw - 14em);
    bottom: 10px;
  }


  .l-intvSlider .swiper-pagination {
    font-size: 14px;
    left: 33px;
    bottom: 34px;
  }
  .l-intvSlider .autoplay-progress {
    left: 10px;
    bottom: 0;
    width: 90px;
    height: 90px;
  }

}
/***********
indexList
************/

.l-indexList {
}
.l-indexList-section {
  display: flex;
  flex-direction: row-reverse;
}
.l-indexList-section + .l-indexList-section {
  margin-top: 5em;
}
.l-indexList-visual {
  width: 46%;
}
.l-indexList-img {
  margin-left: -10%;
}
.l-indexList-inner {
  flex: 1;
  padding-top: 5em;
}
.l-indexList-box {
  background-color: var(--color-base);
  padding: 4em 16% 4em 10% ;
}
.l-indexList-title {
  font-size: clamp(239%,3vw, 300%);
  font-family: var(--font-family-serif);
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 0.5em;
}
.l-indexList-title a {
  color: var(--color-main);
  text-decoration: none;
  transition: 0.3s;
}
.l-indexList-title a:hover {
  color: var(--color-brand01);
}
.l-indexList-text {
  font-size: clamp(116%,1.8vw, 131%);
  font-weight: 500;
  line-height: 1.8;
}
.l-indexList-link {
  padding-top: 2em;
}

.l-btn.l-indexList-btn {
  min-width: 14em;
  font-size: clamp(1.08rem,1.4vw, 1.24rem);
}

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


  .l-indexList {
  }
  .l-indexList-section {
    display: block;
  }
  .l-indexList-section + .l-indexList-section {
    margin-top: 3em;
  }
  .l-indexList-visual {
    width: auto;
  }
  .l-indexList-img {
    margin-left: 0;
    margin-right: -5%;
  }
  .l-indexList-img img {
    width: 100%;
    height: 100%;
    max-height: 380px;
    object-fit: cover;
    aspect-ratio: 16 / 11;
  }
  .l-indexList-inner {
    padding-top: 0;
    position: relative;
    z-index: 2;
  }
  .l-indexList-box {
    padding: 3em 5% 2em 5% ;
    margin-top: -3em;
    margin-left: -5%;
    position: relative;
  }
  .l-indexList-title {
    font-size: clamp(200%,7vw, 254%);
  }
  .l-indexList-text {
    font-size: clamp(116%,1.8vw, 139%);
    font-weight: 700;
    line-height: 1.6;
  }
  .l-indexList-link {
    padding-top: 2em;
    text-align: center;
  }

}

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

/***********
anim common
************/

@keyframes anim-arrowFade {
  0%   {
    translate: 0 0;
  }
  49%   {
    translate: 0.5em 0;
    opacity: 0;
  }
  50%   {
    translate: -0.5em 0;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}

/***********
fade
************/

[data-fade] {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.1s;
}
[data-fade].is-show {
  opacity: 1;
}

[data-fade="fade-up"] {
  transform: translateY(10px);
}
[data-fade="fade-up"].is-show {
  transform: translateY(0);
}

[data-fade="fade-up-rotate"] {
  transform: translateY(40px) rotate(3deg);
  transform-origin: left top;
}
[data-fade="fade-up-rotate"].is-show {
  transform: translateY(0) rotate(0);
}


.l-flip-rotate span {
  display: inline-block;
  translate: 0 max(0.4em,5px);
  rotate: 5deg;
  opacity: 0;
  transition:
    translate 1s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 1s ease,
    rotate 0.6s;
}
.l-flip-rotate.is-show span {
  opacity: 1;
  translate: 0 0;
  rotate: 0deg;
}


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

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

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

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

.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,
.ssp-br {
  display: none;
}

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

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

.is-gothic {
  font-family: var(--font-family-gothic);
}

@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: var(--font-family-gothic);
  }

}

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

  .ssp-br {
    display: inline;
  }

}
