@charset "UTF-8";
/* base
------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}

html {
  font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.8;
  height: 100%;
  word-break: break-word;
  color: #333;
  background-color: var(--color-base);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
}

body {
  font-size: 1.6rem;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: var(--color-theme);
}

::selection {
  color: #fff;
  background: var(--color-theme);
}

img {
  border: 0;
  margin: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}




.c-headLogo.-txt {
  align-items: center;
  display: flex;
  text-align: center;
  margin: 5px 0;
  text-indent: -9999px;
  overflow: hidden;
}


.l-header__logo {
  line-height: 1;
  /* display: none !important; */
}


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

.l-header__logo {
  display: block!important;
}
}

.c-headLogo__img {
  height: auto!important;
  -o-object-fit: contain;
  object-fit: contain;
  width: 140px!important;
  /* height: 60px; */
  position: relative;
  top: -30px;
}

@media only screen and (max-width: 959px) {
.c-headLogo__img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100px;
  height: 40px;
  position: relative;
  top: -5px;
}
}

@media only screen and (max-width: 600px) {
.c-headLogo__img {
  height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 80px!important;
  height: 40px;
  position: relative;
  top: -5px;
}
}




.-series-right .c-gnavWrap {
      /* margin-left: 0; */
      /* position: relative; */
      /* top: 0; */
      width: 100%;
      text-align: center;
  }


.c-gnav {
  display: flex;
  height: 100%;
  text-align: center;
  width: 800px;
  margin: 0 auto;
}



.l-header, .l-header__inner {
  position: relative;
  width: 100%;
  top: 20px;
  /* border-bottom: 1px solid #ddd; */
  /* border-top: 1px solid #ddd; */
}


@media only screen and (max-width: 600px) {
.l-header, .l-header__inner {
  top: 10px;
}

}




.mypage_set{width: 100%;position: relative;top: -10px;}

.mypage_set ul.my_list{display:flex;justify-content: space-around;width: 800px;}

.mypage_set ul.my_list{}

.mypage_set ul.my_list li a {
color:#555
}
.mypage_set ul.my_list li a.m_login:before {
content: "";
/* display: inline-block;
background-image: url("https://room.kirei-l.com/common/img/icon_login.svg");
background-size: contain;
background-repeat: no-repeat; */
content: '\f2f6';
/* width: 15px;
height: 15px; */
font-family: "Font Awesome 6 Pro";
font-size: 20px;
padding-right: 10px;
color: #799074;
}


.mypage_set ul.my_list li a.m_register:before {font-family: "Font Awesome 6 Pro";content: '\f007';font-size: 20px;padding-right: 10px;color: #799074;}

.mypage_set ul.my_list li a.m_bmark:before {font-family: "Font Awesome 6 Pro";content: '\f02e';font-size: 20px;padding-right: 10px;color: #799074;}

.mypage_set ul.my_list li a.m_info:before {font-family: "Font Awesome 6 Pro";content: '\f05a';font-size: 20px;padding-right: 10px;color: #799074;}


.w-header {
  align-items: center;
  display: flex;
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%;
  justify-content: flex-end;
}

.c-gnav>.menu-item>a {
  padding: 0 20px 0 5px;
}


.c-gnav > .menu-item > a span {
font-size:18px!important;
}

.c-gnav>.menu-item {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  /* border-left: 1px solid #ddd; */
}

.c-gnav>.menu-item:after {
   content:"";
 display:inline-block;
 width:1px;
 height:40px;
 background-color:#ddd;
 position:absolute;
 top:15px;
 left:-5px;
}


.menu-item-697:before {
font-family: "Font Awesome 6 Pro";
content: '\f002';
font-size: 20px;
padding-right: 0;
color: #799074;
}

.menu-item-698:before {
font-family: "Font Awesome 6 Pro";
content: '\e32e';
font-size: 20px;
padding-right: 0;
color: #799074;
}

.menu-item-699:before {
font-family: "Font Awesome 6 Pro";
content: '\e139';
font-size: 20px;
padding-right: 0;
color: #799074;
}

.menu-item-700:before {
font-family: "Font Awesome 6 Pro";
content: '\f07a';
font-size: 20px;
padding-right: 0;
color: #799074;
}

/* -----------------------------------------------------------

#header 20230706 UP

----------------------------------------------------------- */

/* transition */
#header,
#header .logoArea,
#header .logoAreaSmall,
#header .snsArea,
#header .calendarArea,
#header .contactArea{ -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; }

/* #header */
#header,
#header:after{ -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; }

/* --- #header --- */
#header {height: 120px;position: fixed;top: 0;left:0;right:0;width: 100%;/* background: rgba(255,255,255,0.9); *//* background: #fff; */z-index: 1000;border-bottom: 1px solid #ddd;}
#header.autofix_sb.fixed {/* height: 60px; */-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);background: #fefefe;}

@media only screen and (max-width: 800px) {
  #header {/* display: none; */height: 75px;}
}


/* ======== #header .logoArea ======== */
#header .logoArea {position: absolute;top: 2px;left: 10%;z-index: 3;margin-left:-90px;}
#header .logoArea h1 {width: 100px;height: 80px;line-height: 0;font-size: 0;margin: 0;}
#header .logoArea h1 a {width: 100px;height: 80px;background: url(https://room.kirei-l.com/common/img/footer_logo.svg) center center no-repeat;display: block;background-size: 100px auto;position: relative;overflow: hidden;text-indent: -999px;z-index: 1003;}
#header .logoArea h1 a:hover { opacity: 0.7; }
#header.autofix_sb.fixed .logoArea { top: -90px; opacity: 0; height: 0; }


/* ======== #header .logoAreaSmall ======== */
#header .logoAreaSmall {position: absolute;top: -90px;left: 20px;z-index: 1002;opacity: 0;}
#header .logoAreaSmall h1 {width: 120px;height: 80px;line-height: 0;font-size: 0;margin: 0;}
#header .logoAreaSmall h1 a {width: 120px;height: 80px;background: url(https://room.kirei-l.com/common/img/footer_logo.svg) center center no-repeat;background-size: 100px auto;display: block;position: relative;overflow: hidden;text-indent: -999px;z-index: 1003;}
#ie9 #header .logoAreaSmall h1 a { background: url(https://room.kirei-l.com/images/logoS.png) center center no-repeat; }
#header .logoAreaSmall h1 a:hover { opacity: 0.7; }
#header.autofix_sb.fixed .logoAreaSmall { top: 0; opacity: 1; }


/* ======== #header .navArea ======== */
#header .navArea {position: absolute;bottom: 6%;left: 5%;right:5%;display: block;z-index: 2;text-align:center;}

#header .navArea ul.navi {font-size: 0;/* width: 100%; */position: relative;z-index: 2;}
#header .navArea ul.navi li {display: inline-block; *display: inline;*zoom: 1;position: relative;margin: 0 12px;padding: 0 12px;width: auto;height: 60px;}
#header .navArea ul.navi li a {/* display: block; *//* margin: 0; */height: 20px;/* font-size: 15px; *//* font-weight: 300; */letter-spacing: 1.5px;letter-spacing:1px;text-align: center;/* position: relative; *//* z-index:2; */color: #000;}
/* span.en */
#header .navArea ul.navi li span.en {font-size: 14.5px;/* font-family: 'Catamaran', sans-serif; */font-weight: 500;letter-spacing:2.5px;line-height:60px;}
#header .navArea ul.navi a:hover {  color:#fff;  }
#header .navArea ul.navi a:after { position: absolute; bottom: 14px; left: 33%; right: 33%; height: 1px; display: block; content: ""; background: transparent; z-index:-1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
/* focus */
#header .navArea ul.navi li:hover a {  color:#0274b5;  }
#header .navArea ul.navi li:hover a:after { left: 0px; right: 0px; background: #007ec5; }


#header .navArea ul.navi a:before { position: absolute; bottom: 14px; left: 0; right: 0; height: 1px; display: block; content: ""; background: transparent; z-index:-2; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
#header .navArea ul.navi a:hover:before { left: 33%; right: 33%; background: transparent;}


/* ======== .subNav ======== */

.subNav 
{width: 300px;
  text-align: center;
  position: absolute;
  top: 60px;
  padding:0 2px 10px;
  margin: 0;
  left: -30px; 
  z-index: -1;
  overflow: hidden;}
.off .subNav { display:none; opacity:0;}
.off .subNav .inner {/* width: 250px; */height: 100%;padding: 0;}
.subNav .inner {width: 100%;width:auto;margin:0 -2px 0;padding: 15px;overflow: hidden;background:#f6f6f6;-webkit-animation:show 0.2s ease-in 0s;-moz-animation:show 0.2s ease-in 0s;-ms-animation:show 0.2s ease-in 0s;-o-animation:show 0.2s ease-in 0s;animation:show 0.2s ease-in 0s;-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);position:relative;z-index:1;}
.subNav .inner:before { position:absolute; top:0; left:0; right:50%; bottom:0; content:""; border:#eee 1px solid; border-right:none; z-index:-1; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.subNav .inner:after { position:absolute; top:0; left:50%; right:0; bottom:0; content:""; border:#eee 1px solid; border-left:none; z-index:-1; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.off .subNav .inner > * { opacity: 0; }


/* ul.inner2 */
#header .navArea ul.navi .subNav ul.inner2 { font-size: 0; margin:0 0 0 1px; text-align: left; position: relative; }
#header .navArea ul.navi .subNav ul.inner2 li {/* width: 25%; */width: 100%;height: auto;margin: 0;padding:0;position: relative;z-index: 0;overflow:hidden;background: #eee;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}

#header .navArea ul.navi .subNav ul.inner2 {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /*   border: 1px solid #eee; */
  padding: 0.4em;
  margin: 0 0 2em;
  /*   background: #fff;*/
  justify-content: center;
  /* width: 600px; */
}

#header .navArea ul.navi .subNav ul.inner2 li {
  padding: 1em;
  /* border-radius: 5px; */
  flex: 1 0 0;
  /* margin: 0.4em; */
  text-align: center;
}





#header .navArea ul.navi .subNav ul.inner2 li:after { position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: block; border: #eee 1px solid; content: ""; z-index: -1; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#header .navArea ul.navi .subNav ul.inner2 li:before { position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: block; background: #fefefe; content: ""; z-index: -1; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#header .navArea ul.navi .subNav ul.inner2 li:hover:before { background:#a8d5e6; }







/* ul.inner2 li a */
#header .navArea ul.navi .subNav ul.inner2 li a {display: block;margin: 0;padding: 0;height: 20px;color: #111;line-height: 0;position: relative;text-align: left;}
#header .navArea ul.navi .subNav ul.inner2 li a:after { display:none; }
#header .navArea ul.navi .subNav ul.inner2 li a:hover { color:#007ec5; }

/* .txtArea */
#header .navArea ul.navi .subNav ul.inner2 li a .txtArea {font-size: 15px;line-height: 20px;text-align: left;padding-left: 10px;position:relative;letter-spacing:2px;}

#header .navArea ul.navi .subNav ul.inner2 li a .txtArea:before { 
  position:absolute; top:0; 
  right:20px; bottom:0; 
  color:#111; font-size:12px; 
font-family: "Font Awesome 6 Pro";
  content: "\f061";
  -webkit-transition: all 0.3s ease; 
  -moz-transition: all 0.3s ease; 
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}

#header .navArea ul.navi .subNav ul.inner2 li a:hover .txtArea:before { 
  color: #007ec5; content: "\f061"; 
  -webkit-transform:translate(5px,0);
  -moz-transform:translate(5px,0);
  -o-transform:translate(5px,0);
  -ms-transform:translate(5px,0);
  transform:translate(5px,0);}


@keyframes show{from{opacity:0}to{opacity:1}}@-moz-keyframes show{from{opacity:0}to{opacity:1}}@-webkit-keyframes show{from{opacity:0}to{opacity:1}}@-o-keyframes show{from{opacity:0}to{opacity:1}}@-ms-keyframes show{from{opacity:0}to{opacity:1}}

/* ======== #header .snsArea ======== */
#header .snsArea { position: absolute; top: 17px; left: 25px; z-index: 1001; }
/*#header.autofix_sb.fixed .snsArea { top: -90px; opacity: 0; height: 0; }*/
#header.autofix_sb.fixed .snsArea { top: 20px; left: 60px; }



/* .snsArea ul */
#header .snsArea ul { font-size:0; display:inline-block; }
#header .snsArea ul li {display:inline-block;margin:0;text-align:center;padding: 0 4px;}
#header .snsArea ul li a {display:block;width: 30px;height: 40px;font-size:15px;font-size: 18px;color:#111;font-weight:normal;position:relative;z-index:0;}
#header .snsArea ul li a i { line-height:30px; }
#header .snsArea ul li a:hover { font-size:18px; color:#fff;}
#header .snsArea ul li a:hover i { -webkit-transform: rotate(360deg) scale(1.1);-moz-transform: rotate(360deg) scale(1.1);-o-transform: rotate(360deg) scale(1.1);-ms-transform: rotate(360deg) scale(1.1);transform: rotate(360deg) scale(1.1);}
#header .snsArea ul li a.youtube { font-size:18px; }
#header .snsArea ul li a.youtube:hover { font-size:23px;}

/* ul.blog */
#header .snsArea ul.blog { position:relative; z-index:1; margin-left:10px; padding-left:18px; }
#header .snsArea ul.blog:before { position:absolute; top:10px; left:0; bottom:10px; width:0; content:""; border-left:#111 1px dotted; z-index:-1; }
#header .snsArea ul.blog li a { width:auto; height:30px; font-size:12px; font-family: 'Catamaran', sans-serif; font-weight:400; letter-spacing:1.5px; position:relative; z-index:2; }
#header .snsArea ul.blog li a:hover {color:#fff;}
#header .snsArea ul.blog li a i { font-size:14px; line-height:30px; font-weight:normal; padding-right:3px; }
#header .snsArea ul.blog li a:before { position:absolute; bottom:2px; left:0; right:0; height:0; content:""; border-bottom:#ddd 1px dotted; z-index:-2;}
#header .snsArea ul.blog li a:after { position:absolute; bottom:2px; left:0; right:100%; height:0; content:""; border-bottom:transparent 1px solid; z-index:-1; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#header .snsArea ul.blog li a:hover:after{ right:0; border-bottom:#fff 1px solid; }



/* ======== #header .contactArea ======== */
#header .contactArea {position: absolute; top: 14px; right: 25px; z-index:2;}
#header.autofix_sb.fixed .contactArea { top: 7px;right: 10px; }

#header .contactArea ul { font-size:0; list-style: none; }
#header .contactArea ul li { display: inline-block; margin: 0; text-align: center;}
#header .contactArea ul li a { display:block; padding:0 30px 0 45px; height:45px; color:#111; font-size:12px; font-weight:500; letter-spacing:0.5px; line-height:45px; position:relative; z-index:2; }
#header .contactArea ul li a:hover {color: #717070;background: #a7d0e3;padding:0 40px 0 45px;}

#header .contactArea ul li a:before,
#header .contactArea ul li a:after {-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
#header .contactArea ul li a:before {position:absolute;top:0;right:0px;bottom:0;left:0px;content:"";border:#eee 1px solid;z-index:-1;/* color: #fff; */}
#header .contactArea ul li a:hover:before { right:0px;left:0px; border:transparent 1px dotted; }
#header .contactArea ul li a:after {  position:absolute; top:0; right:15px; bottom:0; font-size: 8px; font-family: 'themify'; content: "\e649"; line-height: 45px; font-style: normal; z-index: 1; opacity:0;}
#header .contactArea ul li a:hover:after { right:10px; opacity:1;}

#header .contactArea ul li a .icon { position: absolute; top: 0; left: 15px; bottom: 0; width: 20px; z-index: 0; }
#header .contactArea ul li a .icon:before {color: #fafafa;position:absolute;top:0;left:0;bottom:0;right: 0;font-size:16px;text-align:left;font-family: 'themify';content: "\e75a";font-weight:normal;}

#header .contactArea ul li a .icon:before {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right: 0;
  font-size:16px;
  text-align:left;
  font-family: 'FontAwesome';
  content: "\f003";
  font-weight:normal;
  color: #000;
}



/* ======== #header .calendarArea ======== */
#header .calendarArea { position: absolute; top: 14px; right: 25px; z-index:2; }
#header.autofix_sb.fixed .calendarArea { top: 7px;right: 10px; }

/* .calendarArea ul */
#header .calendarArea ul { font-size:0; }
#header .calendarArea ul li { display:inline-block; margin:0; text-align:center; }
#header .calendarArea ul li a { display:block; padding:0 15px 0 50px; height:45px; color:#111; font-size:11px; font-weight:500; letter-spacing:1px; line-height:45px; position:relative; z-index:2; }
#header .calendarArea ul li a:hover { color:#7eccd6; background:#fefefe; padding:0 30px 0 50px; }
#header .calendarArea ul li a i { font-size:15px; line-height:45px; padding-right:7px; font-weight: normal; }

#header .calendarArea ul li a:before,
#header .calendarArea ul li a:after {-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}

#header .calendarArea ul li a:before { position:absolute; top:0; right:0px; bottom:0; left:0px; content:""; border:#ddd 1px solid; z-index:-1; }
#header .calendarArea ul li a:hover:before { right:0px;left:0px; border:transparent 1px dotted; }
#header .calendarArea ul li a:after { position:absolute; top:0; right:15px; bottom:0; font-size: 8px; font-family: 'themify'; content: "\e649"; line-height: 45px; font-style: normal; z-index: 1; opacity:0;}
#header .calendarArea ul li a:hover:after { right:10px; opacity:1;}

/* .calendar */
#header .calendarArea ul li .calendar { position:absolute; top:5px; left:5px; bottom:5px; width:35px; border:#ddd 1px dotted; border-top:#ddd double; z-index:2; text-align:center; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
#header .calendarArea ul li a:hover .calendar { border:#7eccd6 1px dotted; border-top:#7eccd6 double;}

/* .calendarArea p */
#header .calendarArea p { color:#111; font-family: 'Catamaran', sans-serif; font-weight:800; line-height:0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
#header .calendarArea p.month { position:absolute; top:10px; left:0; right:0; font-size:9px; text-transform:uppercase; }
#header .calendarArea p.day { position:absolute; left:0; right:0; bottom:10px; font-size:10px; font-family: 'Open Sans', sans-serif; font-weight:400; letter-spacing:0.5px;}
#header .calendarArea ul li a:hover p { color:#7eccd6; }

@media only screen and (max-width: 1050px) {
  #header .calendarArea ul li a { padding:0 15px 0 40px; }	
  #header .calendarArea ul li a:hover { padding:0 15px 0 40px; }
  #header .calendarArea ul li .calendar { width:30px;}
  #header .calendarArea ul li a:after { display:none;}
}

@media only screen and (max-width: 1024px) {
  #header .navArea ul.navi li { margin:0 6px; padding:0 6px; }
  #header .navArea ul.navi li span.en {font-size: 14px;letter-spacing:1.5px;font-weight: 500;}
}

@media only screen and (max-width: 945px) {
  #header .calendarArea ul li a { padding:0 10px; }	
  #header .calendarArea ul li a:hover { padding:0 10px; }
  #header .calendarArea ul li .calendar { display:none;}
}


/* -----------------------------------------------------------

#headerSp

----------------------------------------------------------- */

#headerSp { display: none; }
#headerSp {position: fixed;top:0;left:0;right:0;height:50px;background:#fefefe;/* background: #007ec5; */z-index:1000;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);}

@media only screen and (max-width: 800px) {
  #headerSp { display: block; }
}

/* ======== #headerSp a.btnMenu ======== */
#headerSp a.btnMenu { position: absolute; top:0; left:0; display: block; width:60px; height:50px; color:#fefefe; z-index:0; }
#headerSp a.btnMenu span.lineTop { position: absolute; top:18px; left:18px; right:18px; height:1px; background:#111; z-index:1; }
#headerSp a.btnMenu span.lineMiddle { position: absolute; top:50%; left:18px; right:18px; height:1px; background:#111; z-index:1; }
#headerSp a.btnMenu span.lineBottom { position: absolute; bottom:17px; left:18px; right:18px; height:1px; background:#111; z-index:1; }
/* ======== #headerSp .logoArea ======== */
#headerSp .logoArea { position: absolute; top:0; left:50%; z-index:1001; margin-left:-65px; }
#headerSp .logoArea h1 { width:129px; height:50px; line-height:0; font-size:0; margin:0; }
#headerSp .logoArea h1 a {position: relative;display: block;width: 110px;height:50px;background: url(../common/img/footer_logo.svg) center center / 65px 47px no-repeat;overflow: hidden;text-indent:-999px;z-index:1003;}

#headerSp .logoArea h5 { width:129px; height:50px; line-height:0; font-size:0; margin:0; }
#headerSp .logoArea h5 a {position: relative;display: block;width: 110px;height:50px;background: url(../common/img/footer_logo.svg) center center / 65px 47px no-repeat;overflow: hidden;text-indent:-999px;z-index:1003;}





/* ======== #headerSp a.btnMenu ======== */
#headerSp a.btnCalendar { position: absolute; top:0; right:0; display: block; width:60px; height:50px; z-index:0; text-align:center; }
#headerSp a.btnCalendar span.calendar { position:absolute; top:8px; left:13px; bottom:8px; width:36px; border:#333 1px dotted; border-top:#333 double; z-index:2; text-align:center;}
#headerSp a.btnCalendar p { color:#111; font-family: 'Catamaran', sans-serif; font-weight:800; line-height:0; }
#headerSp a.btnCalendar p.month { position:absolute; top:0; left:0; right:0; line-height:20px; font-size:9px; text-transform:uppercase; }
#headerSp a.btnCalendar p.day { position:absolute; left:0; right:0; bottom:0; line-height:20px;font-size:10px; font-family: 'Open Sans', sans-serif; font-weight:400; letter-spacing:0.5px;}


/* language */
#headerSp .language {position: absolute; top:10px; right:18px;  }
#headerSp .language ul { position:relative; z-index:1; margin-left:10px; padding-left:18px; }
#headerSp .language ul li{ list-style:none;}
#headerSp .language ul:before { position:absolute; top:10px; left:0; bottom:10px; width:0; content:""; border-left:#111 1px dotted; z-index:-1; }
#headerSp .language ul li a { width:auto; height:30px; font-size:12px; font-family: 'Catamaran', sans-serif; font-weight:400; letter-spacing:1.5px; position:relative; z-index:2; }
#headerSp .language ul li a:hover {color:#7eccd6;}
#headerSp .language ul li a i { font-size:14px; line-height:30px; font-weight:normal; padding-right:3px; }
#headerSp .language ul li a:before { position:absolute; bottom:2px; left:0; right:0; height:0; content:""; border-bottom:#ddd 1px dotted; z-index:-2;}
#headerSp .language ul li a:after { position:absolute; bottom:2px; left:0; right:100%; height:0; content:""; border-bottom:transparent 1px solid; z-index:-1; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#headerSp .language ul li a:hover:after{ right:0; border-bottom:#7eccd6 1px solid; }




/* ======== #menu .btnClose ======== */
#menu .btnClose { position: absolute; top:0; left:0; width:60px; height:50px; color:#111; overflow: hidden; text-indent:-999px; z-index:100; }
#menu .btnClose:before {position: absolute;top:0;right:0;left:0;bottom:0;font-family: "Font Awesome 6 Pro";content: "\f00d";font-size: 30px;line-height:52px;text-align: center;text-indent:0;z-index:1;font-weight: 100;}
#menu .btnClose:after {position: absolute;top:7px;left:12px;right:12px;bottom:7px;content:"";/* border:#111 1px solid; webkit-border-radius:100%;-moz-border-radius:100%; border-radius:100%; */}



/* -----------------------------------------------------------

jQuery.mmenu CSS

----------------------------------------------------------- */
#my-menu:not( .mm-menu ) { display: none; }
#menu:not( .mm-menu ) { display: none; }
/* jQuery.mmenu oncanvas CSS */
.mm-hidden { display: none !important; }
.mm-wrapper { overflow-x: hidden; position: relative; }
.mm-menu,
.mm-panels,
.mm-panels > .mm-panel { margin: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; letter-spacing: 1px; }
.mm-panels > .mm-panel { margin-top: 50px; border-top:#ddd 1px solid; }
.mm-menu { box-sizing: border-box; background: inherit; display: block; overflow: hidden; padding: 0; }
.mm-panel { -webkit-transition: -webkit-transform 0.4s ease; -moz-transition: -moz-transform 0.4s ease; -ms-transition: -ms-transform 0.4s ease; -o-transition: -o-transform 0.4s ease; transition: transform 0.4s ease; -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
.mm-panel.mm-opened { -webkit-transform: translate3d(0%, 0, 0); -moz-transform: translate3d(0%, 0, 0); -ms-transform: translate3d(0%, 0, 0); -o-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); }
.mm-panel.mm-subopened { -webkit-transform: translate3d(-30%, 0, 0); -moz-transform: translate3d(-30%, 0, 0); -ms-transform: translate3d(-30%, 0, 0); -o-transform: translate3d(-30%, 0, 0); transform: translate3d(-30%, 0, 0); }
.mm-panel.mm-highest { z-index: 1; }
.mm-panels,
.mm-panels > .mm-panel { background: inherit; border-color: inherit; }
.mm-panels > .mm-panel { background: inherit; border-color: inherit;  background:#fafafa;-webkit-overflow-scrolling: touch; overflow: scroll; overflow-x: hidden; overflow-y: auto; box-sizing: border-box; padding: 0 20px; }
.mm-panels > .mm-panel.mm-hasnavbar { padding-top: 40px; }
.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after { content: ''; display: block; height: 20px; }
.mm-vertical .mm-panel { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; }
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel { display: none; padding: 10px 0 10px 10px; }
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after { border-color: transparent; }
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel { display: block; }

/* .mm-listview ul */
.mm-listview ul { background:#fefefe;  }
.mm-listview,
.mm-listview > li { list-style: none; display: block; padding: 0; margin: 0; }
.mm-listview { font: inherit; font-size: 11px; line-height: 20px; letter-spacing: 1px; }
.mm-listview a,
.mm-listview a:hover { text-decoration: none; }
.mm-listview > li { position: relative; background:#fefefe;}
.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before { border-color: inherit; border-color: #eee; }

.mm-listview > li > a,
.mm-listview > li > span.block { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: inherit; display: block; padding: 0 10px 0 30px; margin: 0; font-size: 12px; line-height:50px; }
.mm-listview > li > a.en { font-size: 13px; font-family: 'Catamaran', sans-serif; font-weight:600; letter-spacing:2.5px;}
.mm-listview > li > a.home { position:relative; z-index:1; padding: 0 10px 0 55px; }
.mm-listview > li > a.home:before {position:absolute;top:0;left: 20px;bottom:0;width:30px;font-size: 20px;text-align:left;font-family: "Font Awesome 6 Pro";content: "\e487";font-weight:normal;line-height:45px;color: #007ec5;}

.mm-listview > li > a.calendarArea,
.mm-listview > li > a.contact,
.mm-listview > li > a.tel {position:relative;z-index:1;padding: 0 10px 0 75px;font-size: 16px;letter-spacing:2px;}
.mm-listview > li > a.calendarArea span.calendar { position:absolute; top:8px; left:30px; bottom:8px; width:35px; border:#333 1px dotted; border-top:#333 double; z-index:2; text-align:center;}

/* .calendarArea p */
.mm-listview > li > a.calendarArea span.calendar p { color:#111; font-family: 'Catamaran', sans-serif; font-weight:800; line-height:0; }
.mm-listview > li > a.calendarArea span.calendar p.month { position:absolute; top:0; left:0; right:0; line-height:20px; font-size:9px; text-transform:uppercase; }
.mm-listview > li > a.calendarArea span.calendar p.day { position:absolute; left:0; right:0; bottom:0px; line-height:20px;font-size:10px; font-family: 'Open Sans', sans-serif; font-weight:400; letter-spacing:0.5px;}

.mm-listview > li > a.contact:before {position:absolute;top:0;left:30px;bottom:0;width:35px;font-size:20px;text-align:center;font-family: 'FontAwesome';content: "\f003";font-weight:normal;}
/*.mm-listview > li > a.tel:before{ position:absolute; top:0; left:30px; bottom:0; width:35px; content: ""; background:url(../images/telIconSp.png) center center no-repeat; background-size:20px 20px;}*/
.mm-listview > li > a.tel:before{position:absolute;top:0;left:30px;bottom:0;width:35px;font-size:20px;text-align:center;font-family: "Font Awesome 6 Pro";
  content: "\f095";font-weight:normal;}

.mm-listview > li > span.block { font-size: 13px; font-family: 'Catamaran', sans-serif; font-weight:600; letter-spacing:2.5px;}
.mm-listview > li > span.block b {font-family:'Open Sans'; font-size:0.9em; font-weight:500; vertical-align:0;}
.mm-listview > li:not(.mm-divider):after { content: ''; border-bottom-width: 1px; border-bottom-style: solid; display: block; position: absolute; left: 0; right: 0; bottom: 0; }
.mm-listview > li:not(.mm-divider):after { left: 20px; left:0; }

/* .bgGray */
.mm-listview > li > .bgGray { background:#fafafa;}

/* .mm-next */
.mm-listview .mm-next { background: rgba(3, 2, 1, 0); width: 50px; padding: 0; position: absolute; right: 0; top: 0; bottom: 0; z-index: 2; }
.mm-listview .mm-next:before { content: ''; border-left-width: 1px; border-left-style: solid; display: block; position: absolute; top: 0; bottom: 0; left: 0; }
.mm-listview .mm-next + a,
.mm-listview .mm-next + span { margin-right: 50px; }
.mm-listview .mm-next.mm-fullsubopen { width: 100%; }
.mm-listview .mm-next.mm-fullsubopen:before { border-left: none; }
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span { padding-right: 50px; margin-right: 0; }
.mm-panels > .mm-panel > .mm-listview { margin: 20px -20px; }
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview { margin-top: -20px; }

/* .mm-inset */
.mm-listview .mm-inset { list-style: none; padding: 0; margin: 0; }
.mm-listview .mm-inset > li { padding: 0; position:relative; z-index:1; }
.mm-listview .mm-inset > li:after{position:absolute;top:0;right:0;left:0;height:0;content:"";border-top:#ededed 1px dashed;z-index:-1;}

.mm-listview .mm-inset > li > a {display:block;padding: 0 10px 0 50px;font-size: 15px;line-height:45px;letter-spacing:2px;position:relative;}
.mm-listview .mm-inset > li > a:before {position:absolute;top: 40%;left:30px;width:7px;height: 0;content:"";border-top: #007ec5 7px solid;}

/* .SNS */
.mm-listview .mm-inset > li.youtubeIcon > a,
.mm-listview .mm-inset > li.facebookIcon > a,
.mm-listview .mm-inset > li.pinterestIcon > a,
.mm-listview .mm-inset > li.instagramIcon > a,
.mm-listview .mm-inset > li.twitterIcon > a,
.mm-listview .mm-inset > li.blogIcon > a { font-size:12px; font-family: 'Catamaran', sans-serif; font-weight:300;letter-spacing:2px; background:#fafafa; line-height:40px; }

.mm-listview .mm-inset > li.youtubeIcon > a:before,
.mm-listview .mm-inset > li.facebookIcon > a:before,
.mm-listview .mm-inset > li.pinterestIcon > a:before,
.mm-listview .mm-inset > li.instagramIcon > a:before,
.mm-listview .mm-inset > li.twitterIcon > a:before,
.mm-listview .mm-inset > li.blogIcon > a:before { position: static; font-size: 18px; width: 20px;height:auto; margin-right:5px; display: inline-block;border-top:none; font-family: 'FontAwesome'; font-weight: normal; text-align:center; }

.mm-listview .mm-inset > li.youtubeIcon > a:before { font-size:15px; content: "\f167 " }
.mm-listview .mm-inset > li.facebookIcon > a:before { content: "\f09a" }
.mm-listview .mm-inset > li.pinterestIcon > a:before { content: "\f231 "}
.mm-listview .mm-inset > li.instagramIcon > a:before { content: "\f16d" }
.mm-listview .mm-inset > li.twitterIcon > a:before { content: "\f099" }
.mm-listview .mm-inset > li.blogIcon > a:before { font-size:13px; content: "\f044"}

.mm-listview .mm-divider { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 10px; text-transform: uppercase; text-indent: 20px; line-height: 25px; }
.mm-listview .mm-spacer { padding-top: 40px; }
.mm-listview .mm-spacer > .mm-next { top: 40px; }
.mm-listview .mm-spacer.mm-divider { padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after { content: ''; border: 1px solid transparent; display: inline-block; width: 7px; height: 7px; margin: auto; position: absolute; top: 0; bottom: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.mm-prev:before { border-right: none; border-bottom: none; left: 23px; }
.mm-next:after,
.mm-arrow:after { border-top: none; border-left: none; right: 23px; }
/* .mm-menu */
.mm-menu { background: #fefefe; border-color: #eee; color: #111; border-right: #ededed 1px solid; -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a { color: rgba(0, 0, 0, 0.3); color: #b09d7c; font-size: 13px; letter-spacing: 2px; }
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after { border-color: rgba(0, 0, 0, 0.3); }
.mm-menu .mm-listview { border-color: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after { border-color: rgba(0, 0, 0, 0.3); }
.mm-menu .mm-listview > li a:not(.mm-next) { -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5); tap-highlight-color: rgba(255, 255, 255, 0.5); }
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span { background: rgba(255, 255, 255, 0.5); }
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel { background: rgba(0, 0, 0, 0.05); }
.mm-menu .mm-divider { background: rgba(0, 0, 0, 0.05); }
/* jQuery.mmenu offcanvas addon CSS */
.mm-page { box-sizing: border-box; position: relative; }
.mm-slideout { -webkit-transition: -webkit-transform 0.4s ease; -ms-transition: -ms-transform 0.4s ease; transition: transform 0.4s ease; }
html.mm-opened { overflow-x: hidden; position: relative; }
html.mm-blocking { overflow: hidden; }
html.mm-blocking body { overflow: hidden; }
html.mm-background .mm-page { background: inherit; }
#mm-blocker { background: rgba(3, 2, 1, 0); display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999999; }
html.mm-blocking #mm-blocker { display: block; }
.mm-menu.mm-offcanvas { display: none; position: fixed; }
.mm-menu.mm-current { display: block; }
.mm-menu {width: 100%;min-width: 140px;max-width: 440px;}
html.mm-opening .mm-slideout { -webkit-transform: translate(80%, 0); -moz-transform: translate(80%, 0); -ms-transform: translate(80%, 0); -o-transform: translate(80%, 0); transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout { -webkit-transform: translate(140px, 0); -moz-transform: translate(140px, 0); -ms-transform: translate(140px, 0); -o-transform: translate(140px, 0); transform: translate(140px, 0); }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout { -webkit-transform: translate(440px, 0); -moz-transform: translate(440px, 0); -ms-transform: translate(440px, 0); -o-transform: translate(440px, 0); transform: translate(440px, 0); }
}
/* jQuery.mmenu autoHeight addon CSS */
.mm-menu.mm-autoheight { max-height: 80%; }
.mm-menu.mm-autoheight.mm-fullscreen { max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panels > .mm-panel { bottom: auto !important; height: auto !important; }
/* jQuery.mmenu counters addon CSS */
em.mm-counter { font: inherit; font-size: 14px; font-style: normal; text-indent: 0; line-height: 20px; display: block; margin-top: -10px; position: absolute; right: 45px; top: 50%; }
em.mm-counter { font-size: 12px; letter-spacing: 0; }
em.mm-counter + a.mm-next { width: 90px; }
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span { margin-right: 90px; }
em.mm-counter + a.mm-fullsubopen { padding-left: 0; }
.mm-vertical > .mm-counter { top: 12px; margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter { margin-top: 40px; }
.mm-nosubresults > .mm-counter { display: none; }
.mm-menu em.mm-counter { color: rgba(0, 0, 0, 0.3); color: #111; }
/* jQuery.mmenu dividers addon CSS */
.mm-divider > span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0; line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.mm-collapsed:not(.mm-uncollapsed) { display: none; }
.mm-fixeddivider { background: inherit; display: none; position: absolute; top: 0; left: 0; right: 0; z-index: 2; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.mm-fixeddivider:after { content: none !important; display: none !important; }
.mm-hasdividers .mm-fixeddivider { display: block; }
.mm-menu .mm-fixeddivider span { background: rgba(0, 0, 0, 0.05); }
/*
jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
/*
jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel { -webkit-transition-property: -webkit-transform, left; -moz-transition-property: -moz-transform, left; -ms-transition-property: -ms-transform, left; -o-transition-property: -o-transform, left; transition-property: transform, left; }
.mm-iconpanel .mm-panel.mm-opened { border-left: 1px solid; border-color: inherit; }
.mm-iconpanel .mm-panel.mm-subopened { overflow-y: hidden; left: -40px; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.mm-iconpanel .mm-panel.mm-iconpanel-0 { left: 0px; }
.mm-iconpanel .mm-panel.mm-iconpanel-1 { left: 40px; }
.mm-iconpanel .mm-panel.mm-iconpanel-2 { left: 80px; }
.mm-iconpanel .mm-panel.mm-iconpanel-3 { left: 120px; }
.mm-iconpanel .mm-panel.mm-iconpanel-4 { left: 160px; }
.mm-iconpanel .mm-panel.mm-iconpanel-5 { left: 200px; }
.mm-iconpanel .mm-panel.mm-iconpanel-6 { left: 240px; }
.mm-subblocker { background: inherit; opacity: 0; display: block; -webkit-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; -ms-transition: opacity 0.4s ease; -o-transition: opacity 0.4s ease; transition: opacity 0.4s ease; }
.mm-subopened .mm-subblocker { opacity: 0.6; position: absolute; top: 0; right: 0; bottom: -100000px; left: 0; z-index: 3; }

/*
jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after { content: none; }
.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after { left: 0 !important; }
.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after { right: 20px; }
/*
jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span { text-overflow: clip; white-space: normal; }
/*
jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker,
html.mm-pagedim-white #mm-blocker,
html.mm-pagedim-black #mm-blocker { opacity: 0; }
html.mm-pagedim.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim-black.mm-opening #mm-blocker { opacity: 0.3; transition: opacity 0.4s ease 0.4s; }
html.mm-pagedim #mm-blocker { background: inherit; }
html.mm-pagedim-white #mm-blocker { background: #fff; }
html.mm-pagedim-black #mm-blocker { background: #000; }
/*
jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom { width: 100%; min-width: 100%; max-width: 100%; }
.mm-menu.mm-right { left: auto; right: 0; }
.mm-menu.mm-bottom { top: auto; bottom: 0; }
html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-80%, 0); -moz-transform: translate(-80%, 0); -ms-transform: translate(-80%, 0); -o-transform: translate(-80%, 0); transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-140px, 0); -moz-transform: translate(-140px, 0); -ms-transform: translate(-140px, 0); -o-transform: translate(-140px, 0); transform: translate(-140px, 0); }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-440px, 0); -moz-transform: translate(-440px, 0); -ms-transform: translate(-440px, 0); -o-transform: translate(-440px, 0); transform: translate(-440px, 0); }
}
/*
jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; z-index: 0 !important; }
.mm-menu.mm-front { z-index: 1; }
.mm-menu.mm-front,
.mm-menu.mm-next { -webkit-transition: -webkit-transform 0.4s ease; -ms-transition: -ms-transform 0.4s ease; transition: transform 0.4s ease; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right { -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }


/* ---------- footer ---------------------------------------- */
#footer {
/* clear: both; */
padding: 0px 0 0px;
/* background-color: #007ec5; */
text-align: center;
/* color: #ffffff; */
/* overflow:auto; */
color: #000;
position: relative;
/* bottom: 0; */
/* height: 6000px; */
/* padding-top: 90px; */
border-top: 1px solid #ddd;
/* margin-left: 0; */
}
#footer .logo {
/* margin-bottom: 23px; */
}



/* --------- .inner --------- */
.footer_inner {
  padding: 40px 3% 60px;
  overflow: auto;
}
@media only screen and (max-width: 738px) {
  .footer_inner {
      padding: 50px 5%;
  }
}

#fix_bottom_menu {display: none!important;}

#footer .footer_1st{display:flex;flex-wrap: wrap;}
#footer .f_1stL{width:60%;display: flex;align-items: center;font-family: "Century Gothic", sans-serif;}
#footer .f_1stR{width:40%;text-align: center;}

#footer .footer_en_name{color: #37211b;font-size: 40px;font-weight:600;display: inline;}
#footer .en_catch{height:35px;padding-left: 30px;color:#555;font-size:16px;line-height: 35px;display: inline;}

#footer .en_catch{height:35px;padding-left: 30px;color:#555;font-size:16px;line-height: 35px;display: inline;}

@media only screen and (max-width: 738px) {
#footer .en_catch{padding-left: 0px;}
}

#footer .f_1stR ul {
display: flex;
width: 100%;
}

#footer .f_1stR ul li {
  margin: 5px 5px 0;
  position: relative;
  z-index: 1;
  max-width: 350px;
  width: 100%;
  /*     margin: 5px auto; */
}

#footer .f_1stR ul li a,
#footer .f_1stR ul li span {
  display: block;
  line-height: 50px;
  position: relative;
  z-index: 2;
  color: #000;
}


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

#footer .f_1stL {
    width: 100%;
  flex-direction: column;
}

#footer .f_1stR {
    width: 100%;
  flex-direction: column;
}


#footer .f_1stR ul {
  flex-direction: column;
}
#footer .f_1stR ul li {
    margin: 5px 0px 0;
    width: 100%;
}

}


#footer .f_1stR ul li .tel {
  color: #b7b7b7;
  border: #111 1px solid;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  max-width: 250px;
  margin: 0 auto;
  padding-left: 20px;
}


/*#footer .txtArea ul li .tel:before { position:absolute; top:0; left:20px; bottom:0; width:25px; content:""; background:url(../images/telIcon.png) left center no-repeat; }*/

#footer .f_1stR ul li .tel:before {
  position: absolute;
  top: 5px;
  left: 10px;
  bottom: 0;
  width: 25px;
  font-size: 20px;
  text-align: left;
  font-family: 'Font Awesome 6 pro';
  content: "\f879";
  font-weight: normal;
  color: #111;
  transform: rotate( -260deg);
}


/* .mail */

#footer .f_1stR ul li .mail {
  /* color: #fff; */
  border: #666666 1px solid;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  /* max-width: 250px; */
  margin: 0 auto;
  padding-left: 20px;
}

#footer .f_1stR ul li .mail:before {
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
  width: 25px;
  font-size: 20px;
  text-align: left;
  font-family: 'themify';
  content: "\e75a";
  font-weight: normal;
}

#footer .f_1stR ul li .mail:before {
  position: absolute;
  top: 0;
  left: 11px;
  bottom: 0;
  width: 25px;
  font-size: 20px;
  text-align: left;
  font-family: 'themify';
  content: "\e75a";
font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
}

#footer .f_1stR ul li .mail:hover {
  color: #fefefe;
  background: #007ec5;
  border: #f0fafe 1px solid;
}
#footer .f_1stR ul li .mail:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  font-size: 10px;
font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-weight: normal;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}






#footer .f_1stR ul li .mail:hover:after {
  opacity: 1;
  -webkit-transform: translate(5px, 0px);
  -moz-transform: translate(5px, 0px);
  -o-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}



/* .youtube */

#footer .f_1stR ul li .youtube {
  /* color: #fff; */
  border: #666666 1px solid;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  /* max-width: 250px; */
  margin: 0 auto;
  padding-left: 20px;
  font-family: "Century Gothic", sans-serif;
}

#footer .f_1stR ul li .youtube:before {
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
  width: 25px;
  font-size: 20px;
  text-align: left;
  font-family: 'themify';
  content: "\e75a";
  font-weight: normal;
}

#footer .f_1stR ul li .youtube:before {
  position: absolute;
  top: 0;
  left: 11px;
  bottom: 0;
  width: 25px;
  font-size: 20px;
  text-align: left;
  font-family: 'themify';
  content: "\e75a";
font-family: "Font Awesome 6 Brands";
  content: "\f167";
}

#footer .f_1stR ul li .youtube:hover {
  color: #fefefe;
  background: #c5002d;
  border: #f0fafe 1px solid;
}

#footer .f_1stR ul li .youtube:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  font-size: 10px;
font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-weight: normal;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


#footer .f_1stR ul li .youtube:hover:after {
  opacity: 1;
  -webkit-transform: translate(5px, 0px);
  -moz-transform: translate(5px, 0px);
  -o-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}


#footer .footer_1st{display:flex;border-bottom: 1px solid #ddd;padding: 10px 10px 20px;}

#footer .footer_1st{justify-content: space-around;}

#footer .f_1stL{}



@media only screen and (max-width: 1180px) {
  #footer .info_area .txt_area p br {
      display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .info_area h1 {
      width: 180px;
      height: 50px;
      background-size: 180px 50px;
  }
}
@media only screen and (max-width: 900px) {
  #footer .info_area {
      float: none;
      width: 100%;
  }
  
  #footer .info_area h1 {
      width: 100%;
      height: 150px;
      background-size: 200px 104px;
  }
  
  #footer .info_area .txt_area {
      margin: 25px auto 0;
      padding: 0 7.5%;
      max-width: 600px;
  }
  
  #footer .info_area .txt_area p {
      font-size: 13px;
      line-height: 2;
  }
}
@media only screen and (max-width:736px) {
  #footer .info_area h1 {
      height: 50px;
      background-size: 180px 50px;
  }
  
  #footer .info_area .txt_area {
      margin: 25px auto 0;
      padding: 0 2.5%;
      font-size: 15px;
  }
  
  #footer .info_area .txt_area p {
      font-size: 15px;
      line-height: 1.8;
      letter-spacing: 2px;
  }

  #footer .info_area .txt_area p a{
      color:#fff;
  }
}
@media only screen and (max-width:736px) {
  #footer .info_area h1 {
      height: 110px;
      background-size: 200px 104px;
  }
}




  #footer .info_area .txt_phone{
      font-size:20px;
  }


/*  .right_area */
#footer .right_area {
  /* float: right; */
  /* width: 66.666%; */
}
@media only screen and (max-width: 900px) {
  #footer .right_area {
      float: none;
      width: 100%;
  }
}

/*  .sitemapArea */
#footer .sitemap_area {
  display: block;
  width: 100%;
  /* margin-top: 30px; */
}
#footer .sitemap_area h3 {
  color: #ffffff;
  /* color: #464544; */
  font-size: 14px;
  /* font-family: 'Poppins', sans-serif; */
  /* font-weight: 600; */
  letter-spacing: 1px;
  text-align: left;
}
#footer .sitemap_area ul {
  display: block;
  list-style: none;
  /* font-size: 0; */
  /* margin: -5px -2% 0; */
  text-align: left;
  display: block;
}
#footer .sitemap_area ul li {
  display: inline-block;
  width: 28.333%;
  margin: 5px 1% 0;
  text-align: left;
  padding: 0 1%;
}
#footer .sitemap_area ul li a {
  color: #000;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 50px;
  border-bottom: #333 1px solid;
  position: relative;
  z-index: 1;
}
#footer .sitemap_area ul li a:before,
#footer .sitemap_area ul li a:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .sitemap_area ul li a:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  height: 0;
  content: "";
  border-bottom: transparent 1px solid;
  z-index: 0;
}
#footer .sitemap_area ul li a:hover:before {
  right: 0;
  border-color: #ddd;
}
#footer .sitemap_area ul li a:after {
  position: absolute;
  top: 0;
  right: 0;
  color: #464544;
  /* color: #fff; */
  font-family: 'themify';
  content: "\e6ad";
  z-index: 1;
}
#footer .sitemap_area ul li a:hover:after {
  color: #ddd;
  right: -5px;
}
@media only screen and (max-width: 900px) {
  #footer .sitemap_area {
      margin-top: 30px;
  }
  
  #footer .sitemap_area h3 {
      font-size: 14px;
      text-align: center;
  }
  
  #footer .sitemap_area ul li a {
      font-size: 13px;
  }
  
  #footer .sitemap_area ul li a:before {
      display: none;
  }
  
  #footer .sitemap_area ul li a:hover:after {
      color: #333;
      right: 0;
  }
}
@media only screen and (max-width:736px) {
  #footer .sitemap_area ul {
      margin: -5px -2.5% 0;
  }
  
  #footer .sitemap_area ul li {
      width: 45%;
      margin: 5px 1% 0;
  }
  
  #footer .sitemap_area ul li a {
      font-size: 11px;
  }
}

/* --------- .company_area --------- */
#footer .company_area {
  display: block;
  margin: 45px -2% 0px;
  padding: 45px 0 0;
  font-size: 0;
  position: relative;
  z-index: 0;
}


#footer .copyright {
}

#footer .copyright p{
  color: #fff;
  text-align:right;
  padding:0 18px;
}

#footer .copyright:before {
  position: absolute;
  top: 0;
  left: 2%;
  right: 2%;
  height: 0;
  content: "";
  border-top: #f2f2f2 1px dotted;
  z-index: 1;
}

#footer .company_area:before {
  position: absolute;
  top: 0;
  left: 2%;
  right: 2%;
  height: 0;
  content: "";
  border-top: #333 1px dotted;
  z-index: 1;
}
#footer .company_box {
  display: inline-block;
  width: 29.333%;
  margin: 0 2%;
  position: relative;
  z-index: 1;
  text-align: center;
}

/* .cityArea */
#footer .company_box .cityArea {
  position: relative;
  z-index: 1;
}
#footer .company_box h3 {
  line-height: 1;
}
#footer .company_box h3.en {
  color: #f0f0f0;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#footer .company_box h3.jp {
  color: #f0f0f0;
  font-size: 12px;
  margin-top: 8px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* .txtArea */
#footer .company_box .txtArea {
  margin-top: 15px;
}
#footer .company_box p.tel {
  color: #f0f0f0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 20px;
}
#footer .company_box p.tel span {
  color: #858585;
  font-size: 0.8em;
  font-weight: 500;
  vertical-align: 0;
}
#footer .company_box .linkArea {
  margin-top: 15px;
}
#footer .company_box a.btn {
  border-width: 1px;
}
#footer .company_box a.btnMail {
  margin: 0;
  line-height: 35px;
  font-size: 12px;
  border-color: #333;
  color: #fefefe;
}
#footer .company_box a.btnGoogle {
  margin: 5px 0 0;
  line-height: 35px;
  font-size: 12px;
  border-color: #333;
  color: #fefefe;
}
#footer .company_box a.btnMail:hover,
#footer .company_box a.btnGoogle:hover {
  color: #fefefe;
  background: #14357b;
  border-color: #14357b;
}
#footer .company_box a.btnMail:after,
#footer .company_box a.btnGoogle:after {
  content: "\e649";
  font-size: 15px;
  left: 15px;
  right: auto;
  font-weight: normal;
}
#footer .company_box a.btnMail:hover:after,
#footer .company_box a.btnGoogle:hover:after {
  left: 15px;
  right: auto;
}
#footer .company_box a.btnMail:after {
  content: "\e75a"
}
#footer .company_box a.btnGoogle:after {
  content: "\e693"
}
@media only screen and (max-width: 900px) {
  #footer .company_box h3.en {
      font-size: 18px;
  }
  
  #footer .company_box p.tel {
      font-size: 14px;
  }
  
  #footer .company_box a.btnMail {
      margin: 0;
      line-height: 35px;
      font-size: 12px;
  }
  
  #footer .company_box a.btnGoogle {
      margin: 5px 0 0;
      line-height: 35px;
      font-size: 12px;
  }
  
  #footer .company_box a.btnMail:hover {
      color: #fefefe;
      background: none;
      border-color: #333;
  }
  
  #footer .company_box a.btnGoogle:hover {
      color: #fefefe;
      background: none;
      border-color: #333;
  }
  
  #footer .company_box a.btnMail:after,
  #footer .company_box a.btnGoogle:after {
      font-size: 14px;
      left: 10px;
      line-height: 35px;
  }
  
  #footer .company_box a.btnMail:hover:after,
  #footer .company_box a.btnGoogle:hover:after {
      left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .company_area {
      margin: 40px -2% 0;
      padding: 40px 0 0;
  }
  
  #footer .company_box h3.en {
      font-size: 18px;
      letter-spacing: 0.5px;
  }
  
  #footer .company_box h3.jp {
      font-size: 12px;
      margin-top: 8px;
  }
  
  #footer .company_box p.tel {
      font-size: 13px;
  }
  
  #footer .company_box .txtArea {
      margin-top: 10px;
  }
  
  #footer .company_box a.btnMail,
  #footer .company_box a.btnGoogle {
      line-height: 30px;
      font-size: 12px;
  }
  
  #footer .company_box a.btnMail:after,
  #footer .company_box a.btnGoogle:after {
      font-size: 13px;
      line-height: 30px;
  }




}
@media only screen and (max-width: 738px) {
  #footer .company_box h3.en {
      font-size: 15px;
  }
  
  #footer .company_box h3.jp {
      font-size: 12px;
      margin-top: 5px;
  }
  
  #footer .company_box .txtArea {
      margin-top: 5px;
  }
  
  #footer .company_box p.tel {
      font-size: 12px;
      letter-spacing: 0.5px;
  }
  
  #footer .company_box a.btnMail,
  #footer .company_box a.btnGoogle {
      font-size: 11px;
      letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 560px) {
  #footer .company_area {
      margin: 40px 0 0;
      padding: 35px 0 0;
  }
  
  #footer .company_area:before {
      left: 0;
      right: 0;
  }
  
  #footer .company_box {
      display: block;
      width: 100%;
      margin: 30px 0 0;
      position: relative;
      z-index: 0;
  }
  
  #footer .company_box:first-child {
      margin: 0;
  }
  
  #footer .company_box h3.en {
      font-size: 15px;
  }
  
  #footer .company_box h3.jp {
      font-size: 10px;
      margin-top: 5px;
  }
  
  #footer .company_box a.btnMail,
  #footer .company_box a.btnGoogle {
      display: inline-block;
      margin: 0 2%;
      width: 46%;
      max-width: 150px;
  }

#footer .copyright p{
  color:#fff;
  text-align:center;
  padding:0 18px;
}

  
}
@media only screen and (max-width: 320px) {
  #footer .company_box a.btnMail,
  #footer .company_box a.btnGoogle {
      line-height: 30px;
  }
  
  #footer .company_box a.btnMail:after,
  #footer .company_box a.btnGoogle:after {
      font-size: 12px;
      line-height: 30px;
  }
}
) center center no-repeat;
  background-size: 180px 90px;
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1003;
  margin: 0 auto;
}

#footer .info_area .logo {
  width: 230px;
  height: 120px;
  background: url(https://room.kirei-l.com/common/img/footer_logo.svg) center center no-repeat;
  background-size: 180px 90px;
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1003;
  margin: 0 auto;
}




#footer .info_area p {
  /* margin-bottom: 5px; */
  line-height: 1.3;
}
#footer .info_area .txt_area {
  margin-top: 5px;
  padding: 0 10% 0 1px;
  padding: 0;
  /* color: #08397b; */
  color: #555;
  font-weight: 500;
}
#footer .info_area .txt_area p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.5px;
  font-feature-settings: "palt" 1;
  /* font-family: dnp-shuei-mgothic-std, sans-serif; */
}
#footer .info_area .txt_area a {
  /* color: #fff; */
}
#footer .info_area .txt_area a:hover {
  color:#ccc;
}

@media only screen and (max-width: 1180px) {
  #footer .info_area .txt_area p br {
      display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .info_area h1 {
      width: 180px;
      height: 50px;
      background-size: 180px 50px;
  }
}
@media only screen and (max-width: 900px) {
  #footer .info_area {
      float: none;
      width: 100%;
  }
  
  #footer .info_area h1 {
      width: 100%;
      height: 150px;
      background-size: 200px 104px;
  }
  
  #footer .info_area .txt_area {
      margin: 25px auto 0;
      padding: 0 7.5%;
      max-width: 600px;
  }
  
  #footer .info_area .txt_area p {
      font-size: 13px;
      line-height: 2;
  }
}
@media only screen and (max-width:736px) {
  #footer .info_area h1 {
      height: 50px;
      background-size: 180px 50px;
  }
  
  #footer .info_area .txt_area {
      margin: 25px auto 0;
      padding: 0 2.5%;
      font-size: 15px;
  }
  
  #footer .info_area .txt_area p {
      font-size: 15px;
      line-height: 1.8;
      letter-spacing: 2px;
  }

  #footer .info_area .txt_area p a{
      color:#fff;
      color: #000;
  }
}
@media only screen and (max-width:736px) {
  #footer .info_area h1 {
      height: 110px;
      background-size: 200px 104px;
  }
}



#footer .info_area .txt_area p a.btngooglemap{
      color:#fff;
      color: #000;
  }

#footer .info_area .txt_area p a.btngooglemap {
  color: #ffffff;
  background: #37211b;
  border-color: #37211b;
  text-align: center;
  width:150px;
  margin:10px auto;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5em;
  padding: 10px 15px;
  height: 60px;
}

#footer .info_area .txt_area p a.btngooglemap:hover {
  color: #37211b;
  background: #eee;
  /*     border: #fff 2px solid; */
  margin-top: 10px;
}

#footer .info_area .txt_area p a.btngooglemap:before {
  font-family: 'Font Awesome 6 pro';
  content: "\f3c5";
  font-size: 16px;
  padding-right: 10px;
}



#footer .info_area .txt_phone{
font-size:20px;
}


#footer .footer_2nd{
display:flex;
/* align-items: center; */
margin-top: 50px;
}


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

#footer .footer_2nd{
  flex-direction: column;
}
}

#footer .logo_area{
 width: 30%;
 max-width: 300px;
}


#footer .logo_area img{
 width: 80%;
margin: 0 10%;
}


/*  .right_area */
#footer .right_area {
  width: 50%;
  padding-right: 15px;
}

/*  .infoArea */
#footer .info_area {
  width: 30%;
  text-align: left;
  padding: 0 10px;
  /* padding-left: 0; */
}
#footer .info_area h1 {
  width: 230px;
  height: 120px;
  background: url(https://room.kirei-l.com/common/img/footer_logo.svg) center center no-repeat;
  background-size: 180px 90px;
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1003;
  margin: 0 auto;
}

#footer .info_area .f_btn ul {
display: flex;
width: 100%;
flex-direction: column;
}

#footer .info_area .f_btn ul li {
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  max-width: 350px;
  width: 100%;
  /*     margin: 5px auto; */
}

#footer .info_area .f_btn ul li a,
#footer .info_area .f_btn ul li span {
  display: block;
  line-height: 50px;
  position: relative;
  z-index: 2;
  color: #000;
}


#footer .f_1stR ul li .banner:hover:after {
  opacity: 1;
  -webkit-transform: translate(5px, 0px);
  -moz-transform: translate(5px, 0px);
  -o-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}





#footer .info_area .logo {
  width: 230px;
  height: 120px;
  background: url(https://room.kirei-l.com/common/img/footer_logo.svg) center center no-repeat;
  background-size: 180px 90px;
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1003;
  margin: 0 auto;
}

@media only screen and (max-width: 736px) {
#footer .info_area {
    width: 100%;
  margin-top:30px;
    padding-left: 0px;
}
}


#footer .info_area p {
  /* margin-bottom: 5px; */
  line-height: 1.3;
}
#footer .info_area .txt_area {
  margin-top: 5px;
  padding: 0 10% 0 1px;
  padding: 0;
  /* color: #08397b; */
  color: #000;
  font-weight: 500;
}
#footer .info_area .txt_area p {
  font-size: 15px;
  /* line-height: 1.6; */
  letter-spacing: 0.5px;
  font-feature-settings: "palt" 1;
}
#footer .info_area .txt_area a {
  /* color: #fff; */
}
#footer .info_area .txt_area a:hover {
  color:#ccc;
}



#footer .info_area .txt_phone{
margin:5px 0 10px;
}



#footer .f_btn ul li .banner {
  /* color: #fff; */
  border: #666666 1px solid;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  /* max-width: 250px; */
  margin: 0 auto;
  padding-left: 40px;
}

#footer .f_btn ul li .banner:before {
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
  width: 25px;
  font-size: 20px;
  text-align: left;
  font-family: 'themify';
  content: "\e75a";
  font-weight: normal;
}

#footer .f_btn ul li .banner:before {
  position: absolute;
  top: 0;
  left: 11px;
  bottom: 0;
  width: 25px;
  font-size: 20px;
  text-align: left;
  font-family: 'themify';
  content: "\e75a";
font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
}

#footer .f_btn ul li .banner:hover {
  color: #fefefe;
  background: #2b3029;
  border: #f0fafe 1px solid;
}
#footer .f_btn ul li .banner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  font-size: 10px;
font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-weight: normal;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}






#footer .f_btn ul li .banner:hover:after {
  opacity: 1;
  -webkit-transform: translate(5px, 0px);
  -moz-transform: translate(5px, 0px);
  -o-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}




/* 
#footer .info_area .txt_phone a.btnTel:before {
  font-family: 'Font Awesome 6 pro';
  content: "\f87b";
  font-size: 15px;
  padding-right: 5px;
}

#footer .info_area .txt_phone .btnFax:before {
  font-family: 'Font Awesome 6 pro';
  content: "\f1ac";
  font-size: 15px;
  padding-right: 5px;
}

*/

.btnTel{padding-right: 0px;}


a.btnTel:before ,
.btnTel:before {
  font-family: 'Font Awesome 6 pro';
  content: "\f87b";
  font-size: 10px;
  padding-right: 5px;
  font-style: normal;
  content: 'TEL';
  color: #000;
  top: -2px;
  position: relative;
}

.btnFax:before {
  font-family: 'Font Awesome 6 pro';
  content: "\f1ac";
  font-size: 10px;
  padding-right: 5px;
  font-style: normal;
  content: 'FAX';
  top: -2px;
  position: relative;
}


@media only screen and (max-width: 900px) {
  #footer .right_area {
      float: none;
      width: 100%;
      padding-right: 0;
  }
}

/*  .sitemapArea */
#footer .sitemap_area {
  display: block;
  width: 100%;
  /* margin-top: 30px; */
}

.f_nav{display:flex;flex-wrap:wrap;justify-content: space-around;}
.f_navbox{width: 43%;}

@media only screen and (max-width: 900px) {
.f_nav{display:flex;flex-wrap:wrap}
.f_navbox{width:100%}
}




.f_nav h3{width:100%}

.f_nav ul{width:100%}

#footer .sitemap_area h3 {
  color: #518147;
  /* color: #464544; */
  font-size: 16px;
  /* font-family: 'Poppins', sans-serif; */
  /* font-weight: 600; */
  letter-spacing: 1px;
  text-align: left;
  /* position: relative; */
  padding-left: 10px;
  font-family: "Century Gothic", sans-serif;
  line-height: 2;
  margin-top: 10px;
}

#footer .sitemap_area h3:before {
font-family: "Font Awesome 6 Pro";
  content: "\f06c";
position:relative;
font-weight:400;
left:-5px;
}


#footer .sitemap_area ul {
  /* display: block; */
  list-style: none;
  /* font-size: 0; */
  /* margin: -5px -2% 0; */
  text-align: left;
  /* display: block; */
  display: flex;
  flex-wrap: wrap;
  /* flex-wrap: wrap; */
}
#footer .sitemap_area ul li {
  display: inline-block;
  width: 100%;
  margin: 5px 2.5% 0;
  text-align: left;
  padding: 0 1%;
}
#footer .sitemap_area ul li a {
  color: #000;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 2;
  border-bottom: #ddd 1px solid;
  position: relative;
  z-index: 1;
}
#footer .sitemap_area ul li a:before,
#footer .sitemap_area ul li a:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .sitemap_area ul li a:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  height: 0;
  content: "";
  border-bottom: transparent 1px solid;
  z-index: 0;
}
#footer .sitemap_area ul li a:hover:before {
  right: 0;
  border-color: #ddd;
}
#footer .sitemap_area ul li a:after {
  position: absolute;
  top: 0;
  right: 8px;
  color: #000;
font-weight:200;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  z-index: 1;
}
#footer .sitemap_area ul li a:hover:after {
  color: #ddd;
  right: -5px;
}
@media only screen and (max-width: 736px) {
  #footer .sitemap_area {
      margin-top: 30px;
  }
  
  #footer .sitemap_area h3 {
      font-size: 14px;
      text-align: left;
      font-weight:550;
      margin-top: 20px;
  }
  
  #footer .sitemap_area ul li a {
      font-size: 13px;
  }
  
  #footer .sitemap_area ul li a:before {
      display: none;
  }
  
  #footer .sitemap_area ul li a:hover:after {
      color: #333;
      right: 0;
  }
}
@media only screen and (max-width:736px) {
  #footer .sitemap_area ul {
      margin: 0 0;
      width: 100%;
  }
  
  #footer .sitemap_area ul li {
      width: 50%;
      margin: 10px 0% 0;
  }
  
  #footer .sitemap_area ul li a {
      font-size: 13px;
  }
}



#footer .txtArea ul {
  margin: 0 auto;
}

#footer .txtArea ul li {
  display: inline-block;
  margin: 5px auto 0;
  position: relative;
  z-index: 1;
  width: 280px;
}

#footer .txtArea ul li a,
#footer .txtArea ul li span {
  display: block;
  line-height: 50px;
  position: relative;
  z-index: 2;
  color: #000;
}

#footer .txtArea ul li .tel {
  color: #b7b7b7;
  border: #111 1px solid;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  max-width: 250px;
  margin: 0 auto;
  padding-left: 20px;
}


/*#footer .txtArea ul li .tel:before { position:absolute; top:0; left:20px; bottom:0; width:25px; content:""; background:url(../images/telIcon.png) left center no-repeat; }*/

#footer .txtArea ul li .tel:before {
  position: absolute;
  top: 5px;
  left: 10px;
  bottom: 0;
  width: 25px;
  font-size: 20px;
  text-align: left;
  font-family: 'Font Awesome 6 pro';
  content: "\f879";
  font-weight: normal;
  color: #111;
  transform: rotate( -260deg);
}


/* .mail */

#footer .txtArea ul li .mail {
  /* color: #fff; */
  border: #666666 1px solid;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  /* max-width: 250px; */
  margin: 0 auto;
  padding-left: 20px;
}

#footer .txtArea ul li .mail:before {
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
  width: 25px;
  font-size: 20px;
  text-align: left;
  font-family: 'themify';
  content: "\e75a";
  font-weight: normal;
}

#footer .txtArea ul li .mail:before {
  position: absolute;
  top: 0;
  left: 11px;
  bottom: 0;
  width: 25px;
  font-size: 20px;
  text-align: left;
  font-family: 'themify';
  content: "\e75a";
font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
}

#footer .txtArea ul li .mail:hover {
  color: #fefefe;
  background: #007ec5;
  border: #f0fafe 1px solid;
}

#footer .txtArea ul li .mail:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  font-size: 10px;
font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-weight: normal;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer .txtArea ul li .mail:hover:after {
  opacity: 1;
  -webkit-transform: translate(5px, 0px);
  -moz-transform: translate(5px, 0px);
  -o-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

@media only screen and (max-width: 945px) {
  #footer .contactBox ul li .tel {
      font-size: 14px;
      letter-spacing: 1.5px;
  }
  #footer .contactBox ul li .tel:before {
      left: 10px;
  }
  #footer .contactBox ul li .mail {
      font-size: 12px;
  }
  #footer .contactBox ul li .mail:before {
      left: 10px;
  }
}


/* ---------- footer ---------------------------------------- */
.footer_bottom {
padding: 10px;
background-color: #518147;
height: 90px;
display:flex;
justify-content: space-between;
align-items: center;
}


.footer_bottom .logo img{
width:100px;
}




.footer_bottom .copyright p {
  color: #fff;
  text-align: right;
  padding: 0 18px;
}


/* サムネイル */
.c-postThumb__cat {
  background-color: #518147;
  color: #fff;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 6px, transparent 6px, transparent 12px);
padding:5px;
border-radius:0 3px 0 10px;
}





.top #content {
  padding-top: 0em!important;
  width: 100%;
  margin: 50px 0 0;
  max-width: 100%;
  padding: 50px 0;
  background: #f7f7f7;
}


.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 1024px) {
  .l-inner {
    padding: 0 4rem;
  }
}

.l-section {
  border-top: 1px solid #eee;
  max-width: 1200px;
  margin: 0 auto;
}
.l-section .l-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }
}
/* design
------------------------------*/
.c-temp {
  line-height: 1;
}
.c-temp .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .c-temp .l-inner {
    padding: 3.2rem;
  }
}
.c-temp .text {
  font-size: 2.4rem;
  font-weight: bold;
}
.c-temp .button {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  width: 12rem;
  padding: 1.6rem 0 1.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 100px;
  background-color: var(--color-theme);
}
@media only screen and (max-width: 599px) {
  .c-temp .button {
    font-size: 1.2rem;
    width: 9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-temp .button {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .c-temp .button:hover {
    background-color: var(--color-theme-darken);
  }
}

.c-footer .l-inner {
  padding-top: 0;
}
.c-footer .text {
  color: var(--color-gray);
}

.c-info {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 4rem;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .c-info {
    display: block;
    margin-top: 0;
    margin-bottom: 6.4rem;
  }
}
.c-info li {
  position: relative;
  padding-left: 16px;
}
.c-info li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 2px;
  content: "";
  background-color: var(--color-gray);
}
.c-info li + li {
  margin-top: 0.8rem;
}

.c-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline-block;
  min-width: 32rem;
  margin-bottom: 6.4rem;
  vertical-align: top;
}
@media only screen and (max-width: 1200px) {
  .c-title {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 599px) {
  .c-title {
    min-width: 100%;
  }
}
.c-title [class*=ico-] {
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  width: 10rem;
  margin-bottom: 1.2rem;
  padding: 0.8rem 0 0.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 100px;
  background-color: var(--color-gray);
}
.c-title .ico-advanced {
  color: #fff;
  background-color: #333;
}

/* slider */
[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 前へ / 次へボタン */
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 3.4rem;
  height: 3.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (min-width: 1025px) {
  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 4.4rem;
    height: 4.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}





.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.card01 {
  /* コンテナ */
  /* ページネーション */
  /* 前へ / 次へボタン */
  /* スライド */
}
@media only screen and (min-width: 1025px) {
  .card01 .swiper {
    padding-top: 16px;
  }
}
.card01 .swiper-area {
  position: relative;
}
.card01 .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.2rem;
  text-align: center;
}
.card01 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
.card01 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: #799074;
}
.card01 .swiper-button-prev, .card01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 30%;
  /* bottom: 40%; */
  /* margin: auto; */
}

@media only screen and (max-width: 1024px) {
.card01 .swiper-button-prev, .card01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 15%;
}
}


@media only screen and (max-width: 1024px) {
  .card01 .swiper-button-prev::before, .card01 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
  }
}
@media only screen and (max-width: 1024px) {
  .card01 .swiper-button-prev::after, .card01 .swiper-button-next::after {
    border-color: #fff;
  }
}
.card01 .swiper-button-prev {
  right: calc(100% + 2.4rem);
}
@media only screen and (max-width: 1024px) {
  .card01 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
}
@media only screen and (max-width: 600px) {
  .card01 .swiper-button-prev {
    right: calc(100% - -1rem);
  }
}


.card01 .swiper-button-next {
  left: calc(100% + 2.4rem);
}
@media only screen and (max-width: 1024px) {
  .card01 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}
@media only screen and (max-width: 600px) {
  .card01 .swiper-button-next {
    left: calc(100% - -1rem);
  }
}





@media only screen and (min-width: 1025px) {
  .card01 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01 .slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card01 .slide:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card01 .slide-media {
  padding-top: 62.5%;
  border-radius: 4px;
}
.card01 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.card01 .slide-content {
  padding: 1.2rem 1rem 1rem;
  background: #fff;
}
.card01 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: #518147;
}
.card01 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 0.6rem;
  color: #000;
  font-size: 16px;
  min-height: 80px;
  background: #fff;
  padding: 5px;
  border-radius: 0.5em;
}



.card01_a {
  /* コンテナ */
  /* ページネーション */
  /* 前へ / 次へボタン */
  /* スライド */
}
@media only screen and (min-width: 1025px) {
  .card01_a .swiper {
    padding-top: 16px;
  }
}
.card01_a .swiper-area {
  position: relative;
}
.card01_a .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.2rem;
  text-align: center;
}
.card01_a .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
.card01_a .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: #799074;
}
.card01_a .swiper-button-prev, .card01_a .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 30%;
  /* bottom: 40%; */
  /* margin: auto; */
}
@media only screen and (max-width: 1024px) {
  .card01_a .swiper-button-prev, .card01_a .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 15%;
  }
}
@media only screen and (max-width: 1024px) {
  .card01_a .swiper-button-prev::before, .card01_a .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
  }
}
@media only screen and (max-width: 1024px) {
  .card01_a .swiper-button-prev::after, .card01_a .swiper-button-next::after {
    border-color: #fff;
  }
}
.card01_a .swiper-button-prev {
  right: calc(100% + 2.4rem);
}
@media only screen and (max-width: 1024px) {
  .card01_a .swiper-button-prev {
    right: calc(100% - 0.1rem);
  }
}

@media only screen and (max-width: 1024px) {
  .card01_a .swiper-button-prev {
    right: calc(100% - -1rem);
  }
}

.card01_a .swiper-button-next {
  left: calc(100% + 2.4rem);
}
@media only screen and (max-width: 1024px) {
  .card01_a .swiper-button-next {
    left: calc(100% - 0.1rem);
  }
}
@media only screen and (max-width: 600px) {
  .card01_a .swiper-button-next {
    left: calc(100% - -1rem);
  }
}


@media only screen and (min-width: 1025px) {
  .card01_a .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01_a .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01_a .slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card01_a .slide:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card01_a .slide-media {
  padding-top: 62.5%;
  border-radius: 4px;
}
.card01_a .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.card01_a .slide-content {
  padding: 1.2rem 1rem 1rem;
  background: #fff;
}
.card01_a .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: #518147;
}
.card01_a .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 0.6rem;
  color: #000;
  font-size: 16px;
  min-height: 80px;
}











.card02 {
  /* コンテナ */
  overflow: hidden;
  /* コントローラー */
  /* ページネーション */
  /* 前へ / 次へボタン */
  /* スライド */
}
.card02 .swiper {
  overflow: visible;
}
.card02 .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3.2rem;
}
.card02 .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}
.card02 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
.card02 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}
.card02 .swiper-button-prev, .card02 .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
}
.card02 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.card02 .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
          box-shadow: var(--box-shadow-inset);
}
.card02 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.card02 .slide {
  overflow: hidden;
  width: 36rem;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
@media only screen and (max-width: 599px) {
  .card02 .slide {
    width: 24rem;
  }
}
@media only screen and (min-width: 1025px) {
  .card02 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card02 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card02 .slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
            box-shadow: var(--box-shadow-hover);
  }
  .card02 .slide:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card02 .slide-media {
  padding-top: 62.5%;
}
.card02 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.card02 .slide-content {
  padding: 3.2rem;
}
.card02 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.card02 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

.card03 {
  /* コンテナ */
  overflow: hidden;
  /* 前へ / 次へボタン */
  /* スライド */
  /* スライド アクティブ時 */
}
.card03 .swiper {
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  .card03 .swiper {
    padding: 0 3.2rem;
  }
}
.card03 .swiper-button-prev, .card03 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card03 .swiper-button-prev::before, .card03 .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
          box-shadow: var(--box-shadow-dark);
}
.card03 .swiper-button-prev::after, .card03 .swiper-button-next::after {
  border-color: #fff;
}
.card03 .swiper-button-prev {
  right: calc(100% - 1.6rem);
}
@media only screen and (max-width: 1024px) {
  .card03 .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
}
.card03 .swiper-button-next {
  left: calc(100% - 1.6rem);
}
@media only screen and (max-width: 1024px) {
  .card03 .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}
.card03 .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
@media only screen and (min-width: 1025px) {
  .card03 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card03 .slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
            box-shadow: var(--box-shadow-hover);
  }
  .card03 .slide:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card03 .slide-media {
  padding-top: 62.5%;
}
.card03 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.card03 .slide-content {
  padding: 3.2rem;
}
.card03 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.card03 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}
.card03 .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}

.card04 {
  /* コンテナ */
  overflow: hidden;
  /* 前へ / 次へボタン */
  /* スライダー非活性時 */
  /* スライダー非活性時 */
  /* スライド */
}
.card04 .swiper {
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  .card04 .swiper {
    padding: 0 3.2rem;
  }
}
.card04 .swiper-button-prev, .card04 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card04 .swiper-button-prev::before, .card04 .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
          box-shadow: var(--box-shadow-dark);
}
.card04 .swiper-button-prev::after, .card04 .swiper-button-next::after {
  border-color: #fff;
}
.card04 .swiper-button-prev {
  right: calc(100% - 1.6rem);
}
@media only screen and (max-width: 1024px) {
  .card04 .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
}
.card04 .swiper-button-next {
  left: calc(100% - 1.6rem);
}
@media only screen and (max-width: 1024px) {
  .card04 .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}
.card04 .swiper-a:not(.swiper-initialized) {
  padding: 0;
}
.card04 .swiper-a:not(.swiper-initialized) .swiper-button-prev,
.card04 .swiper-a:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.card04 .swiper-a:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.card04 .swiper-b:not(.swiper-initialized) {
  padding: 0;
}
.card04 .swiper-b:not(.swiper-initialized) .swiper-button-prev,
.card04 .swiper-b:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.card04 .swiper-b:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .card04 .swiper-b:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .card04 .swiper-b:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card04 .slide {
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
@media only screen and (min-width: 1025px) {
  .card04 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card04 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card04 .slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
            box-shadow: var(--box-shadow-hover);
  }
  .card04 .slide:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card04 .slide-media {
  padding-top: 62.5%;
}
.card04 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.card04 .slide-content {
  padding: 3.2rem;
}
.card04 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.card04 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

.card05 {
  /* コンテナ */
  overflow: hidden;
  /* スライド */
  /* スライド ホバー時 */
}
.card05 .swiper {
  overflow: visible;
}
.card05 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.card05 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.card05 .slide {
  overflow: hidden;
  width: 36rem;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
@media only screen and (max-width: 599px) {
  .card05 .slide {
    width: 24rem;
  }
}
@media only screen and (min-width: 1025px) {
  .card05 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card05 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card05 .slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
            box-shadow: var(--box-shadow-hover);
  }
  .card05 .slide:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card05 .slide-media {
  padding-top: 62.5%;
}
.card05 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.card05 .slide-content {
  padding: 3.2rem;
}
.card05 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.card05 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 1025px) {
  .card05 .swiper:hover .slide:not(:hover) {
    opacity: 0.3;
  }
}

.gallery01 {
  /* コンテナ */
  overflow: hidden;
  /* フェードモード時 共通調整 */
  /* コントローラー */
  /* 前へ / 次へボタン */
  /* スクロールバー */
  /* スライド */
  /* サムネイル */
  /* サムネイル アクティブ時 */
}
.gallery01 .swiper {
  max-width: 720px;
  margin: auto;
}
.gallery01 .swiper-main {
  overflow: visible;
}
.gallery01 .swiper-thumb {
  padding-top: 8px;
}
.gallery01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.gallery01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.gallery01 .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}
.gallery01 .swiper-button-prev, .gallery01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .gallery01 .swiper-button-prev::before, .gallery01 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
  }
}
@media only screen and (max-width: 1024px) {
  .gallery01 .swiper-button-prev::after, .gallery01 .swiper-button-next::after {
    border-color: #fff;
  }
}
.gallery01 .swiper-button-prev {
  right: calc(100% + 3.2rem);
}
@media only screen and (max-width: 1024px) {
  .gallery01 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
}
.gallery01 .swiper-button-next {
  left: calc(100% + 3.2rem);
}
@media only screen and (max-width: 1024px) {
  .gallery01 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}
.gallery01 .swiper-scrollbar {
  position: relative;
  margin-top: 1.6rem;
}
.gallery01 .swiper-scrollbar::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #eee;
}
.gallery01 .swiper-scrollbar-drag {
  height: 20px;
  padding: 8px 0;
  cursor: pointer;
  background-color: var(--color-theme);
  background-clip: content-box;
}
@media only screen and (min-width: 1025px) {
  .gallery01 .swiper-scrollbar-drag:hover {
    background-color: var(--color-theme-darken);
  }
}
.gallery01 .swiper-scrollbar-drag:active {
  background-color: var(--color-theme-darken);
}
.gallery01 .slide {
  display: block;
  overflow: hidden;
}
.gallery01 .slide-media {
  padding-top: 62.5%;
  border-radius: 4px;
}
.gallery01 .slide-media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery01 .slide-title {
  font-weight: bold;
  line-height: 1.6;
  padding: 3.2rem 0;
}
.gallery01 .thumb-media {
  padding-top: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
  .gallery01 .thumb-media:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .gallery01 .thumb-media:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.gallery01 .thumb-media img {
  height: calc(100% + 8px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.gallery01 .swiper-slide-thumb-active {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0.3;
}
.gallery01 .swiper-slide-thumb-active .thumb-media {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.gallery01 .swiper-slide-thumb-active .thumb-media img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gallery02 {
  /* コンテナ */
  overflow: hidden;
  /* フェードモード時 共通調整 */
  /* コントローラー */
  /* 前へ / 次へボタン */
  /* スライド */
  /* サムネイル */
}
.gallery02 .swiper,
.gallery02 .thumb-wrapper {
  max-width: 720px;
  margin: auto;
}
.gallery02 .swiper {
  overflow: visible;
}
.gallery02 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.gallery02 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.gallery02 .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}
.gallery02 .swiper-button-prev, .gallery02 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .gallery02 .swiper-button-prev::before, .gallery02 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
  }
}
@media only screen and (max-width: 1024px) {
  .gallery02 .swiper-button-prev::after, .gallery02 .swiper-button-next::after {
    border-color: #fff;
  }
}
.gallery02 .swiper-button-prev {
  right: calc(100% + 3.2rem);
}
@media only screen and (max-width: 1024px) {
  .gallery02 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
}
.gallery02 .swiper-button-next {
  left: calc(100% + 3.2rem);
}
@media only screen and (max-width: 1024px) {
  .gallery02 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}
.gallery02 .slide {
  display: block;
  overflow: hidden;
}
.gallery02 .slide-media {
  display: block;
  padding-top: 62.5%;
  border-radius: 4px;
}
.gallery02 .slide-media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery02 .slide-title {
  font-weight: bold;
  line-height: 1.6;
  padding: 3.2rem 0;
}
.gallery02 .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
@media only screen and (max-width: 599px) {
  .gallery02 .thumb-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
.gallery02 .thumb-media {
  padding-top: 100%;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
  .gallery02 .thumb-media:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .gallery02 .thumb-media:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.gallery02 .thumb-media img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.gallery02 .thumb-media-active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.3;
}
.gallery02 .thumb-media-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery03 {
  margin-bottom: 16rem;
  /* コンテナ */
  /* スライド */
}
@media only screen and (max-width: 599px) {
  .gallery03 {
    margin-bottom: 8rem;
  }
}
.gallery03 .l-inner {
  padding-bottom: 0;
}
.gallery03 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.gallery03 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.gallery03 .slide {
  width: var(--slide-width);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  --slide-width: 200px;
}
@media only screen and (max-width: 599px) {
  .gallery03 .slide {
    --slide-width: 120px;
  }
}
.gallery03 .slide-media {
  height: var(--slide-width);
}
.gallery03 .slide-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3.2rem 1.6rem 1.6rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);
}
.gallery03 .slide-title {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery03 .slide:hover {
  width: calc(var(--slide-width) * 1.5);
}
.gallery03 .slide:hover .slide-content {
  opacity: 1;
}

.flow01 {
  /* コンテナ */
  overflow: hidden;
  /* ページネーション（親） */
  /* ページネーション（子） */
  /* 前へ / 次へボタン（親） */
  /* スライド（親） */
  /* スライド（子） */
}
.flow01 .swiper-main {
  overflow: visible;
}
.flow01 .swiper-main,
.flow01 .swiper-pagination-main {
  max-width: 600px;
  margin: auto;
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .flow01 .swiper-main,
.flow01 .swiper-pagination-main {
    max-width: calc(100% - 6.4rem);
  }
}
@media only screen and (max-width: 599px) {
  .flow01 .swiper-main,
.flow01 .swiper-pagination-main {
    max-width: calc(100% - 3.2rem);
  }
}
.flow01 .swiper-pagination-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.4rem;
}
.flow01 .swiper-pagination-main .swiper-pagination-bullet {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 2.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  color: var(--color-gray);
}
.flow01 .swiper-pagination-main .swiper-pagination-bullet::before, .flow01 .swiper-pagination-main .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--color-theme);
}
.flow01 .swiper-pagination-main .swiper-pagination-bullet::before {
  z-index: 1;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 5px var(--color-base);
          box-shadow: 0 0 0 5px var(--color-base);
}
@media only screen and (max-width: 599px) {
  .flow01 .swiper-pagination-main .swiper-pagination-bullet::before {
    bottom: -5px;
  }
}
.flow01 .swiper-pagination-main .swiper-pagination-bullet::after {
  right: 50%;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.flow01 .swiper-pagination-main .swiper-pagination-bullet:first-child::after {
  display: none;
}
.flow01 .swiper-pagination-main .swiper-pagination-bullet .step {
  font-size: 1.6rem;
}
@media only screen and (max-width: 599px) {
  .flow01 .swiper-pagination-main .swiper-pagination-bullet .step {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 0.5em;
    text-indent: 0.5em;
  }
}
.flow01 .swiper-pagination-main .swiper-pagination-bullet-active {
  color: var(--color-theme);
}
.flow01 .swiper-pagination-main .swiper-pagination-bullet-active::before {
  -webkit-box-shadow: 0 0 0 4px var(--color-base), 0 0 0 7px var(--color-theme);
          box-shadow: 0 0 0 4px var(--color-base), 0 0 0 7px var(--color-theme);
}
.flow01 .swiper-pagination-main .swiper-pagination-bullet-active ~ *::before, .flow01 .swiper-pagination-main .swiper-pagination-bullet-active ~ *::after {
  background-color: var(--color-gray);
}
.flow01 .swiper-pagination-sub {
  font-size: 0;
  text-align: center;
}
.flow01 .swiper-pagination-sub .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
.flow01 .swiper-pagination-sub .swiper-pagination-bullet:not(:first-child) {
  margin-left: 8px;
}
.flow01 .swiper-pagination-sub .swiper-pagination-bullet-active {
  background-color: var(--color-theme);
}
.flow01 .swiper-button-prev, .flow01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.flow01 .swiper-button-prev::before, .flow01 .swiper-button-next::before {
  display: none;
}
.flow01 .swiper-button-prev::after, .flow01 .swiper-button-next::after {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
@media only screen and (max-width: 1024px) {
  .flow01 .swiper-button-prev::after, .flow01 .swiper-button-next::after {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .flow01 .swiper-button-prev::after, .flow01 .swiper-button-next::after {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
}
.flow01 .swiper-button-prev {
  right: calc(100% + 0.6rem);
}
@media only screen and (max-width: 1024px) {
  .flow01 .swiper-button-prev {
    right: calc(100% - 4rem);
  }
}
@media only screen and (min-width: 1025px) {
  .flow01 .swiper-button-prev:hover::after {
    -webkit-transform: translateX(-0.8rem) rotate(-135deg);
            transform: translateX(-0.8rem) rotate(-135deg);
  }
}
.flow01 .swiper-button-next {
  left: calc(100% + 0.6rem);
}
@media only screen and (max-width: 1024px) {
  .flow01 .swiper-button-next {
    left: calc(100% - 4rem);
  }
}
@media only screen and (min-width: 1025px) {
  .flow01 .swiper-button-next:hover::after {
    -webkit-transform: translateX(0.8rem) rotate(45deg);
            transform: translateX(0.8rem) rotate(45deg);
  }
}
.flow01 .swiper-slide {
  height: auto;
}
.flow01 .mainslide {
  width: 100%;
  height: 100%;
  padding: 6.4rem 0 4.8rem;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.flow01 .mainslide-title {
  font-size: 2.4rem;
  line-height: 1.6;
  display: inline-block;
  border-bottom: 3px solid currentColor;
}
.flow01 .subslide {
  padding: 4.8rem;
}
.flow01 .subslide-media {
  margin-bottom: 3.2rem;
}
.flow01 .subslide-media img {
  width: 12rem;
  height: 12rem;
}

.mv01 {
  margin-bottom: 16rem;
  /* フェードモード時 共通調整 */
  /* ページネーション */
  /* スライド */
  /* スライド アクティブ時 */
}
@media only screen and (max-width: 1024px) {
  .mv01 {
    margin-bottom: 8rem;
  }
}
.mv01 .l-inner {
  padding-bottom: 0;
}
.mv01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
.mv01 .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}
.mv01 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}
.mv01 .swiper-pagination-bullet-active {
  background-color: var(--color-theme);
}
.mv01 .slide-media {
  height: 800px;
}
@media only screen and (max-width: 1024px) {
  .mv01 .slide-media {
    height: max(70vh, 70vw);
  }
}
.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
.mv01 .slide-title {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  right: 8rem;
  bottom: 15%;
  margin-left: 16rem;
  text-align: right;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .mv01 .slide-title {
    font-size: 2.8rem;
    right: 4rem;
    margin-left: 6rem;
  }
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.mv01 .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
          animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.mv02 {
  margin-bottom: 16rem;
  /* ページネーション */
  /* フェードモード時 共通調整 */
  /* スライド */
  /* スライド アクティブ時 */
}
@media only screen and (max-width: 1024px) {
  .mv02 {
    margin-bottom: 8rem;
  }
}
.mv02 .l-inner {
  padding-bottom: 0;
}
.mv02 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
.mv02 .swiper-pagination-bullet {
  display: block;
  width: 1.6rem;
  height: 2px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #fff;
}
.mv02 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 1.6rem;
}
.mv02 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}
.mv02 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.mv02 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.mv02 .slide {
  display: grid;
  place-content: center;
  height: 800px;
  padding: 0 8rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .mv02 .slide {
    height: max(70vh, 70vw);
  }
}
.mv02 .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv02 .slide-media img {
  -webkit-transition: 7s 1s linear;
  transition: 7s 1s linear;
  -webkit-transform: translateX(-1.5%) scale(1.1);
          transform: translateX(-1.5%) scale(1.1);
}
.mv02 .slide-title, .mv02 .slide-text, .mv02 .slide-link {
  -webkit-animation: 2s var(--easing) both;
          animation: 2s var(--easing) both;
  opacity: 0;
}
.mv02 .slide-title {
  font-size: 6rem;
  line-height: 1.1;
  color: var(--color-theme);
}
@media only screen and (max-width: 1024px) {
  .mv02 .slide-title {
    font-size: 4rem;
  }
}
.mv02 .slide-text {
  font-size: 1.8rem;
  margin: 4rem 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .mv02 .slide-text {
    font-size: 1.6rem;
    margin: 3.2rem 0;
  }
}
.mv02 .slide-link {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mv02 .slide-button {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  color: var(--color-theme);
}
.mv02 .slide-button::before {
  display: inline-block;
  width: 6rem;
  height: 1px;
  margin: -2px 1.6rem 0 0;
  content: "";
  vertical-align: middle;
  background-color: currentColor;
}
.mv02 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(1.5%) scale(1.05);
          transform: translateX(1.5%) scale(1.05);
}
.mv02 .swiper-slide.anm-started .slide-title,
.mv02 .swiper-slide.anm-started .slide-text,
.mv02 .swiper-slide.anm-started .slide-link {
  -webkit-animation-name: mv02-fadeIn;
          animation-name: mv02-fadeIn;
}
.mv02 .swiper-slide.anm-finished .slide-title,
.mv02 .swiper-slide.anm-finished .slide-text,
.mv02 .swiper-slide.anm-finished .slide-link {
  -webkit-animation-name: mv02-fadeOut;
          animation-name: mv02-fadeOut;
}

@-webkit-keyframes mv02-fadeIn {
  0% {
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mv02-fadeIn {
  0% {
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes mv02-fadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
    opacity: 0;
  }
}
@keyframes mv02-fadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
    opacity: 0;
  }
}
.mv03 {
  margin-bottom: 16rem;
  /* コンテナ */
  /* スライド */
  /* スライド アクティブ時 */
  /* サムネイル */
  /* サムネイル アクティブ時 */
}
.mv03 .l-inner {
  padding-bottom: 0;
}
.mv03 .swiper-area {
  position: relative;
}
.mv03 .swiper-main {
  height: 800px;
  margin-right: min(40rem, 25vw);
  border-radius: 0 5rem 5rem 0;
}
@media only screen and (max-width: 1024px) {
  .mv03 .swiper-main {
    height: max(70vh, 70vw);
  }
}
@media only screen and (max-width: 599px) {
  .mv03 .swiper-main {
    margin-right: 4rem;
  }
}
.mv03 .swiper-thumb {
  position: absolute;
  top: 10rem;
  right: 0;
  bottom: 10rem;
  width: min(48rem, 30vw);
}
@media only screen and (max-width: 599px) {
  .mv03 .swiper-thumb {
    top: auto;
    bottom: -6rem;
    width: 20rem;
    height: 24rem;
    border-radius: 1rem 0 0 1rem;
  }
}
.mv03 .slide {
  display: grid;
  height: 100%;
  padding: 0 4rem;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .mv03 .slide {
    place-content: center;
  }
}
@media only screen and (max-width: 599px) {
  .mv03 .slide {
    padding-top: 20%;
  }
}
@media only screen and (min-width: 1025px) {
  .mv03 .slide img {
    -webkit-transition: 2s var(--easing);
    transition: 2s var(--easing);
  }
  .mv03 .slide:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.9;
  }
}
.mv03 .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.mv03 .slide-content {
  -webkit-transition: 3s 0.5s var(--easing);
  transition: 3s 0.5s var(--easing);
  -webkit-transform: translateY(-6rem);
          transform: translateY(-6rem);
  opacity: 0;
}
.mv03 .slide-title {
  font-size: 5rem;
  line-height: 1.1;
  color: var(--color-theme);
}
@media only screen and (max-width: 1024px) {
  .mv03 .slide-title {
    font-size: 3.2rem;
  }
}
.mv03 .slide-text {
  font-size: 1.8rem;
  margin: 4rem 0 6rem;
}
@media only screen and (max-width: 1024px) {
  .mv03 .slide-text {
    font-size: 1.6rem;
    margin: 2.4rem 0 3.2rem;
  }
}
.mv03 .slide-date {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding: 1rem 2rem 0.8rem;
  letter-spacing: 0.1em;
  border: solid currentColor;
  border-width: 2px 0;
}
@media only screen and (max-width: 1024px) {
  .mv03 .slide-date {
    font-size: 1.8rem;
  }
}
.mv03 .swiper-slide[class*=-active] .slide-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.mv03 .thumb {
  font-weight: bold;
  position: relative;
  display: grid;
  overflow: hidden;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100%;
  padding: 0 4rem;
  cursor: pointer;
  -webkit-transition: 2s var(--easing);
  transition: 2s var(--easing);
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .mv03 .thumb {
    border-radius: 4px 0 0 4px;
  }
}
@media only screen and (max-width: 1024px) {
  .mv03 .thumb {
    padding: 0 2.4rem;
  }
}
.mv03 .thumb::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  content: "";
  -webkit-transition: 1s var(--easing);
  transition: 1s var(--easing);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: var(--color-theme);
}
.mv03 .thumb-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.mv03 .thumb-media img {
  -webkit-transition: 2s var(--easing);
  transition: 2s var(--easing);
}
.mv03 .thumb-title {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .mv03 .thumb-title {
    font-size: 1.4rem;
  }
}
.mv03 .thumb-date {
  font-size: 1.2rem;
  margin-top: 0.3em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .mv03 .thumb-date {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 599px) {
  .mv03 .thumb-date {
    display: none;
  }
}
.mv03 .swiper-slide-thumb-active .thumb {
  color: var(--color-theme);
}
.mv03 .swiper-slide-thumb-active .thumb::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.mv03 .swiper-slide-thumb-active .thumb-media img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.3;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  mix-blend-mode: hard-light;
}

.mv04 {
  margin-bottom: 16rem;
  /* コンテナ */
  /* フェードモード時 共通調整 */
  /* プログレスバー */
  /* スライド */
  /* スライド アクティブ時 */
}
@media only screen and (max-width: 599px) {
  .mv04 {
    margin-bottom: 8rem;
  }
}
.mv04 .l-inner {
  padding-bottom: 0;
}
.mv04 .swiper {
  background-color: #333;
}
.mv04 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.mv04 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.mv04 .progressbar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: var(--color-gray);
}
.mv04 .progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-color: var(--color-theme);
}
.mv04 .swiper-slide {
  height: auto;
}
.mv04 .slide-media {
  height: 800px;
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .mv04 .slide-media {
    height: max(60vh, 60vw);
  }
}
@media only screen and (max-width: 599px) {
  .mv04 .slide-media {
    height: max(45vh, 45vw);
  }
}
@media only screen and (min-width: 600px) {
  .mv04 .slide-media::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    mix-blend-mode: soft-light;
  }
}
.mv04 .slide-media img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.mv04 .slide-content {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .mv04 .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .mv04 .slide-content {
    padding: 6.4rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .mv04 .slide-content {
    padding: 3.2rem;
  }
}
@media only screen and (max-width: 599px) {
  .mv04 .slide-content {
    position: relative;
  }
}
.mv04 .slide-title {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 599px) {
  .mv04 .slide-title {
    font-weight: normal;
    padding: 3.2rem 4rem;
  }
}
.mv04 .slide-fraction {
  font-weight: bold;
  position: relative;
  text-align: center;
  --size: 96px;
}
@media only screen and (max-width: 1024px) {
  .mv04 .slide-fraction {
    --size: 64px;
  }
}
@media only screen and (min-width: 1025px) {
  .mv04 .slide-fraction {
    margin-right: 6.4rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .mv04 .slide-fraction {
    margin-right: 3.2rem;
  }
}
@media only screen and (max-width: 599px) {
  .mv04 .slide-fraction {
    position: absolute;
    bottom: calc(100% + 1rem);
    left: 4rem;
  }
}
.mv04 .slide-fraction .circle {
  display: block;
  width: var(--size);
  height: var(--size);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mv04 .slide-fraction .circle svg {
  width: 100%;
  height: 100%;
  fill: none;
}
.mv04 .slide-fraction .circle-01 {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1px;
}
.mv04 .slide-fraction .circle-02 {
  stroke: var(--color-theme);
  stroke-width: 2px;
  stroke-dasharray: 201.056px;
  stroke-dashoffset: 201.056px;
}
.mv04 .slide-fraction .current {
  font-size: 2.4rem;
  line-height: var(--size);
  position: absolute;
  top: 0.05em;
  left: 0;
  width: var(--size);
  text-align: center;
  color: var(--color-theme);
}
.mv04 .slide-fraction .total {
  font-size: 1.6rem;
}
.mv04 .slide-fraction .total::before {
  position: relative;
  display: block;
  width: 3px;
  height: 1em;
  margin: -3px auto 0.5em;
  content: "";
  background-color: var(--color-theme);
}
@media only screen and (max-width: 1024px) {
  .mv04 .slide-fraction .total::before {
    width: 2px;
    margin-top: -2px;
  }
}
.mv04 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mv04 .swiper-slide[class*=-active] .slide-fraction .circle-02 {
  -webkit-animation: mv04-circle linear both;
          animation: mv04-circle linear both;
}

@-webkit-keyframes mv04-circle {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes mv04-circle {
  100% {
    stroke-dashoffset: 0;
  }
}
.mv05 {
  margin-bottom: 16rem;
  /* スライド */
  /* 前後のスライド */
  /* スライド外コンテンツ */
  /* ページネーション（分数） */
  /* マーカーアニメーション */
}
@media only screen and (max-width: 599px) {
  .mv05 {
    margin-bottom: 8rem;
  }
}
.mv05 .l-inner {
  padding-bottom: 0;
}
.mv05 .slide-media {
  height: 800px;
}
@media only screen and (max-width: 1024px) {
  .mv05 .slide-media {
    height: max(70vh, 70vw);
  }
}
.mv05 .slide-media img {
  -webkit-transition: 3s;
  transition: 3s;
}
.mv05 .slide-media.clip {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-filter: contrast(1.1);
          filter: contrast(1.1);
  --stroke-width: 1.2rem;
  --out: 2.4rem;
  --in: calc(var(--out) + var(--stroke-width));
  -webkit-clip-path: polygon(var(--out) var(--out), calc(100% - var(--out)) var(--out), calc(100% - var(--out)) calc(100% - var(--out)), var(--out) calc(100% - var(--out)), var(--out) var(--in), var(--in) var(--in), var(--in) calc(100% - var(--in)), calc(100% - var(--in)) calc(100% - var(--in)), calc(100% - var(--in)) var(--in), var(--out) var(--in));
          clip-path: polygon(var(--out) var(--out), calc(100% - var(--out)) var(--out), calc(100% - var(--out)) calc(100% - var(--out)), var(--out) calc(100% - var(--out)), var(--out) var(--in), var(--in) var(--in), var(--in) calc(100% - var(--in)), calc(100% - var(--in)) calc(100% - var(--in)), calc(100% - var(--in)) var(--in), var(--out) var(--in));
}
.mv05 .swiper-slide {
  overflow: hidden;
}
.mv05 .swiper-slide[class*=-active] .slide-media.clip img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.mv05 .swiper-slide[class*=-prev] .slide-media img {
  -webkit-transform: translateX(80vw);
          transform: translateX(80vw);
}
.mv05 .swiper-slide[class*=-next] .slide-media img {
  -webkit-transform: translateX(-80vw);
          transform: translateX(-80vw);
}
.mv05 .content,
.mv05 .fraction {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
.mv05 .content {
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .mv05 .content {
    left: 24rem;
  }
}
@media only screen and (max-width: 1024px) {
  .mv05 .content {
    top: calc(20% + 6rem);
    right: 6rem;
    bottom: auto;
    left: 6rem;
  }
}
.mv05 .content-title {
  font-size: 6rem;
  line-height: 1.1;
  color: var(--color-theme);
}
@media only screen and (max-width: 1024px) {
  .mv05 .content-title {
    font-size: 3.2rem;
  }
}
.mv05 .content-text {
  font-size: 1.8rem;
  margin: 4rem 0;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .mv05 .content-text {
    font-size: 1.6rem;
    margin: 2.4rem 0;
  }
}
.mv05 .content-button {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  color: var(--color-theme);
}
.mv05 .content-button::before {
  display: inline-block;
  width: 6rem;
  height: 1px;
  margin: -2px 1.6rem 0 0;
  content: "";
  vertical-align: middle;
  background-color: currentColor;
}
.mv05 .content.anm-started .content-button {
  pointer-events: auto;
}
.mv05 .fraction {
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .mv05 .fraction {
    left: 8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .mv05 .fraction {
    font-size: 1.2rem;
    top: 20%;
    bottom: auto;
    left: 6rem;
  }
}
.mv05 .fraction .current {
  font-size: 3.2rem;
  display: inline-block;
  overflow: hidden;
  width: 6rem;
}
.mv05 .fraction .current .num {
  display: inline-block;
}
.mv05 .fraction .current .num.anm-started {
  -webkit-animation: mv05-fraction 1s var(--easing);
          animation: mv05-fraction 1s var(--easing);
}
.mv05 .fraction .total {
  vertical-align: 0.5em;
}
.mv05 .fraction .total::before {
  content: " / ";
}
.mv05 .marker {
  position: relative;
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.mv05 .marker::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
}
.mv05 .anm-started .marker {
  -webkit-animation: mv05-marker 1s 0.5s both;
          animation: mv05-marker 1s 0.5s both;
}
.mv05 .anm-started .marker::after {
  -webkit-animation: mv05-markerBg 1s 0.5s both;
          animation: mv05-markerBg 1s 0.5s both;
}
.mv05 .anm-started .content-text .marker,
.mv05 .anm-started .content-text .marker::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.mv05 .anm-started .content-link .marker,
.mv05 .anm-started .content-link .marker::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.mv05 .anm-finished .marker {
  -webkit-animation: mv05-markerHide 0.5s both;
          animation: mv05-markerHide 0.5s both;
}
.mv05 .anm-finished .marker::after {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

@-webkit-keyframes mv05-marker {
  60%, 100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes mv05-marker {
  60%, 100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes mv05-markerBg {
  60% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@keyframes mv05-markerBg {
  60% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes mv05-markerHide {
  0% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@keyframes mv05-markerHide {
  0% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes mv05-fraction {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    opacity: 1;
  }
  50.1% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    opacity: 0;
  }
}
@keyframes mv05-fraction {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    opacity: 1;
  }
  50.1% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    opacity: 0;
  }
}

.disp_non{display:none!important}

/* トップ */

#sec_area{
  width:100%;
  background:#d0e7cb;
  padding:2rem 4rem;
  /* border-radius: 0.5em; */
  margin: 80px auto 80px;
}

@media only screen and (max-width: 600px) {
  #sec_area{
    padding: 1rem;
  }
}


.sub_title{font-size:3em;text-align:center;}

.sub_title .kana{font-size: 0.5em;text-align:center;display: block;}


.top_search {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
  align-items: center;
}



@media only screen and (max-width: 600px) {
  .top_search {
    flex-direction:column;
}

}





.top_search .txt {
  width:200px;
  font-size:28px;
}

@media only screen and (max-width: 600px) {
  .top_search .txt {
    font-size: 20px;
    text-align: left;
    width: 100%;
  }
}

.top_search .btn {width: calc(100% - 300px);}

@media only screen and (max-width: 600px) {
.top_search .btn {width: 100%;}
}
.top_search .search_input input{background:#fff;padding: 10px;}
.top_search .search_input button{background: #fff!important;width: 150px;}

.top_search .search_input button::after {
  width: 24px;
  height: 24px;
  padding-right:20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}
@media only screen and (max-width: 600px) {
.top_search .search_input button{background: #fff!important;width: 100px;}
}


.search_input {
  /* display: flex; */
  /* align-items: center; */
  /* overflow: hidden; */
  /* border: 1px solid #777777; */
  /* border-radius: 3px; */
}

.search_input input {
  /* width: 250px; */
  height: 45px;
  padding: 5px 15px 5px 0;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}

.search_input input::placeholder {
  color: #777777;
}

.search_input button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  justify-content: space-around;
}
/* 
.search_input button::before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}
 */

/* トップタグ */
.tag_area{margin-top:50px;}
.tag_set{display:flex;flex-wrap: wrap;align-content: space-between;justify-content: center;}
.tag_set li{background:#fff;border-radius;padding: 10px 20px;margin: 0.5em;border-radius: 5em;border: 1px solid #d6cfcf;}
.tag_set li a{color: #4c4747;font-weight:600;letter-spacing:0.1em;font-size:1.1em}


/* トップ カテゴリー・特徴からさがず */
.cate_area{display:flex;justify-content: space-between;}
.cate_column{width:48%;padding: 1%;border-radius:0.5em;}
.cate_column p{font-size:25px;color:#518147;margin-bottom: 10px;}
.cate_column .box{border-radius:0.3em;border:1px solid #ddd;}

.cate_column .box ul{display:flex;flex-wrap: wrap;background: #fff;}
.cate_column .box ul li{width:50%;background: #fff;}
.cate_column .box ul li a{display: block;color:#535353;padding: 10px;}






.cate_column .box li{/* padding: 10px; */}

.cate_column .box li {color:#535353;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;}
.cate_column .box li:last-child {border-bottom:1px solid #ddd}

.icon-chevron-small-up:before, .icon-chevron-up:before {
    content: "\e912";
    color: #000;
}

.products{display:flex}
.products-item-title{font-size:16px;color:#518147}




.product-list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 10px;
  box-sizing: border-box;
}

.product-list .product {
  width: 250px;
  width: 33.333%;
  min-width: 250px;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 15px;
  justify-content: space-between;
}




/* サムネイル */
.c-postThumb__cat {
  background-color: #518147;
  color: #fff;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 6px, transparent 6px, transparent 12px);
padding:5px;
border-radius:0 3px 0 10px;
}
/* サイドバーの横幅 */
@media (min-width: 960px) {

  .-sidebar-on .l-mainContent {
      width: calc(100% - var(--swl-sidebar_width) - var(--swl-sidebar_margin));
      min-width: 1000px;
  }

  .-sidebar-on #sidebar {
      width: 280px;
  }
}


.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
  border-bottom: 1px solid var(--color_main);
  /* float: left; */
  clear: both!important;
  margin-bottom: -1px;
  padding: .25em .5em;
  /* border-bottom: 1px solid #ddd; */
  border: none!important;
}-sidebar_width) - var(--swl-sidebar_margin));
      min-width: 1000px;
  }

  .-sidebar-on #sidebar {
      width: 280px;
  }
}


.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
  border-bottom: 1px solid var(--color_main);
  /* float: left; */
  clear: both!important;
  margin-bottom: -1px;
  padding: .25em .5em;
  /* border-bottom: 1px solid #ddd; */
  border: none!important;
}