@charset "UTF-8";

/*
Theme Name: blow-music
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
:root { 
  --key-Color: #1a2254;
  --black: #101010;
  --red: #b30000;
  --row-space : 4.6875vw;
  --col-space : 11.2vh;
  --h1 :1.910vw;
  --h2 :5.166666666666666vw;
  --h3 : 2.0rem;
  --h4 : 1.25rem;
  --flex_hurf : calc(96% / 2);
  --flex_third : calc((100% - 5vw) / 3);
  --flex_third_space : calc((100% - 6%) / 3);
  --flex_fourth : calc((100% - 6%) / 4);
  --flex_five : calc((100% - 5%) / 5);
  --flex_six : calc(100% / 3);
  --Shippori: "Shippori Mincho";
  }
  
  @media screen and (min-width: 768px) and (max-width: 1240px) {
    :root { 
    --row-space : 2.6875vw;
    }
    header#kv__wrap .Inner__wrap{
      justify-content: space-between;
    }
    header#kv__wrap .Left--Inner{
      margin-left: 2.6875vw !important;
      width: 40% !important;
    }
    header#kv__wrap .Right--Inner{
      width: 59% !important;
    }
    .service__wrap::after{
      height: 100% !important;
      bottom: 0 !important;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1100px) {
  header#kv__wrap .Right--Inner h1{
    max-width: 200px !important;
  }
  :root { 
    --col-space : 6.2vh;
  }
}
  @media screen and (max-width: 767px) {
  
    :root { 
      --row-space : 4vw;
      --col-space : 5vh;
      --Text-normal: 15px;
      --flex_hurf : 100%;
      --flex_third : calc(96% / 2);
      --flex_third_space : calc(100% / 1);
      --flex_fourth : calc((100% - 6%) / 2);
      --flex_five : calc(98% / 2);
      --flex_six : calc(100% / 2);
      --flex_third :100%;
      }
  
  }


  @media screen and (min-width: 768px) {
    .pc{
    display:none;
    }
  }
  
  form a{
    color: var(--key-Color);
  }
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

img{
  vertical-align: bottom;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html *{
  box-sizing: border-box;
}

html, body{
  margin: 0;
}

body {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #010101;
  background:#fff;
  overflow-x: hidden;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
}

html.appear{
  overflow: hidden;
}

body{
  --sb-track-color: #e9e9e9;
  --sb-thumb-color: #000000;
  --sb-size: 10px;
  scrollbar-color: var(--sb-thumb-color) 
                   var(--sb-track-color);
}

body::-webkit-scrollbar {
  width: var(--sb-size) 
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  }
img{
  max-width: 100%;
}
.aligncenter {
    clear: both;
    margin: auto;
    display: block;
}
a{
  transition: 0.4s;
}

p{
    color:#060606;
    line-height: 2.0;
    font-size: 1.0rem;
  }

picture img, iframe{
  vertical-align: bottom;
}

header#kv__wrap:before{
  content: '';
  background: #4a4a4a;
  height: 100vh;
  width: 0.885416vw;
  z-index: 1;
  position: absolute;
  left: 0;
  top:0;
}
header#kv__wrap:after{
  content: '';
  background: #2f2e2e;
  height: 50vh;
  width: 0.885416vw;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom:0;
}
header#kv__wrap{
  position: relative;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
  background: url(../images/mv__bg.png)no-repeat center top;
  background-size: cover;
  z-index: 0;
  padding: 0 0 0 0;
}
header#kv__wrap .Left--Inner{
  width:calc((100vw - 6.510416666666667vw) / 2);
  margin-left: 
  6.510416666666667vw;
  max-height: 100vh;
  overflow: hidden;
}
header#kv__wrap .Right--Inner{
  width:calc((100vw - 6.510416666666667vw) / 2);
  padding: var(--row-space);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}

header#kv__wrap .Right--Inner h1{
  margin-top: 0;
  position: relative;
  display: flex;
  column-gap: .5em;
  align-items: flex-end;
  margin-left: 0 !important;
}

header#kv__wrap .Right--Inner:before{
  content: '';
  position: absolute;
  top:0;
  left:calc(var(--row-space) * 2);
  height: 30vh;
  background: var(--black);
  width: .5px;
  display: none;
}
header#kv__wrap .Inner__wrap{
  display: flex;
  width: 100%;
}

header .subtitle{
  background: var(--black);
  color:#fff;
  text-align: center;
  font-family: var(--Shippori);
  font-weight: 400;
  font-size: clamp(18px,1.4583333333333333vw,1.5vw);
  padding: clamp(.5em,.975vw,1.075vw);
  margin-top: .5em;
}

header.page{
  height: auto !important;
}

header.page picture{
  width: 100vw;
  max-height: 35vh;
  overflow: hidden;
}

header.page picture img{
  width: 100%;
  overflow: hidden;
}

#nav-wrap{
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: absolute;
  left: 0;
  right:0;
  top:0;
  z-index: 2;
}

.logo-wrap{ 
  background: #000;
  padding: clamp(.5em,20px,30px);
  text-align: center;
  max-width:clamp(180px,13.541666666666666vw,400px);
  margin: 0 44px;
  width: 100%;
}

header nav{
opacity:1;
display: block;
transition: 0.4s;
}

header .curcle{
  max-width: 90px;
}

.company__name{
  width:clamp(19vw,20vw,22vw);
}

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


nav.navigation ul{
  display: flex;
  column-gap:1em;
  justify-content: flex-end;
}

nav.navigation.page-navi ul{
  margin: auto;
  max-width: 1100px;
  justify-content: center;
}

.page nav.navigation.page-navi ul{
  margin-bottom: 1em;
}

nav.navigation ul li{
  font-size: clamp(0.9rem,1.02416vw,1.24vw);
}

nav.navigation a{
  color: var(--black);
  font-family: "Tinos", serif;
  text-decoration: none;
  font-weight: 400;
}

header ul{
  padding: 0;
}

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

  header nav{
    opacity: 0;
    display: none;
  }

}
@media screen and (min-width: 1024px) and (max-width: 1358px) {
  nav.navigation ul{
    column-gap: .5em;
  }

}

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

  header#kv__wrap{
    height: auto;
  }
  .company__name{
    width: 50vw !important;
  }
  header .subtitle{
    margin-top: 1.5em !important;
  }
}

.top_slide_main{
  margin-top: 0;
  position: relative;
}
.top_slide_main:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top:0;
  left:0;
}

.top_slide_main img{
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top_slide_main img{
    height: 95vh;
  }

}

header .caption{
  position: absolute;
  width: 49vw;
  left: var(--row-space);
  bottom:.5vh;
  z-index: 3;
}

header h1{
  font-size: clamp(19px,1.4875vw,30px);
  color: #fff;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  line-height: 2.2;
  margin-bottom: 0;
}

header h1.pagetitle{
  text-align: center;
  font-size: clamp(30px,4.0875vw,45px) !important;
}

/****************　ハンバーガーメニュー　*****************/

.menu_btn {
	position: fixed;
	background: none;
  top:0;
  right:0;
	border: none;
	appearance: none;
	cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #000000 transparent transparent;
  border-width: 0px 94px 104px 0px;
	transition: all 1s;
  z-index: 6;
}

.menu_btn:before{
  content: 'MENU';
  display: block;
  position: relative;
  font-size: 10px;
  font-family: var(--Marcellus), sans-serif;
  text-align: center;
  top:0px;
  left:49px;
  color:#fff;
}

.menu_btn.active:before{
  content:'CLOSE';
  color:#ccc;
}

.menu_btn span {
	display: inline-block;
	position: absolute;
	left: 50px;
	width: 30px;
	height: 1px;
	background: #fff;
	transition: all .4s;
}

.menu_btn span:nth-of-type(1) {
	top: 25px;
}
.menu_btn span:nth-of-type(2) {
  top:35px;
}
.menu_btn span:nth-of-type(3) {
	top: 45px;
}

.menu_btn.active span:nth-of-type(1) {
	animation: anime3-1 .75s forwards;
}
.menu_btn.active span{background: #fff;}

@keyframes anime3-1 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(10px) rotate(45deg);
	}
}
.menu_btn.active span:nth-of-type(2) {
	display: none;
}
.menu_btn.active span:nth-of-type(3) {
	animation: anime3-3 .75s forwards;
	
}
@keyframes anime3-3 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}

.menu_btn.completed span:nth-of-type(1) {
  animation: completed-move-1 .75s forwards;
}
@keyframes completed-move-1 {
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  0% {
    transform: translateY(20px) rotate(45deg);
    top: -10px;
  }
}

.menu_btn.completed span:nth-of-type(3) {
  animation: completed-move-3 .75s forwards;
  
}
@keyframes completed-move-3 {
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  0% {
    transform: translateY(-20px) rotate(-45deg);
    bottom: -11px;
  }
}

html.appear .overlay{
  width: 100vw;
  height:0;
  opacity:0;
  animation: drawer .75s forwards;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(10px);
  position: fixed;
  display: block;
  z-index: 5;
}

@keyframes drawer {
  100% {
    height:100%;
    opacity:1;
  }
  50% {
  }
  0% {
      height:0;
      opacity:0;
  }
}

.overlay .menu__wrap{
  display: flex;
  justify-content: space-between;
}

.overlay .menu__wrap .Left{
   width:100vw;
   height: 100vh;
   display: flex;
   justify-content: center;
   flex-direction: column;
   padding-left: 4vw;
   padding-right: 4vw;
   overflow-y: auto;
}

.overlay .menu__wrap .Left ul{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap:.546vw;
  list-style: none;
  align-items: center;
}

.overlay .menu__wrap .Left ul li{
  font-size: clamp(24px,1.64vw,30px);
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.overlay .menu__wrap .Left .logo a{
  max-width: 150px;
  margin: 0 auto 1.546vw;
  display: block;
}

.overlay .menu__wrap .Left .menu-global-nav-right-container{
  margin-top: 1.546vw;
}

.overlay .menu__wrap .Left ul li a{
  color:#fff;
  text-decoration: none;
}

header nav a:hover, .overlay .menu__wrap .Left ul li a:hover{
  color:#efe300;
}

.overlay .menu__wrap .Right{
  display: none;
}

.drawer.page__logo a{
  width: 280px;
  margin: 0 auto;
  display: flex;
}

.menu__wrap .Left:before{
  content: '';
  background: #454545;
  width:10vw;
  height: 100vh;
  position: absolute;
  left:0;
  top:0;
}
.menu__wrap .Left:after{
  content: '';
  background: #454545;
  width:10vw;
  height: 100vh;
  position: absolute;
  right:0;
  top:0;
}

html .overlay{
  display: none;
  opacity: 0;
}

/**********************  Section ******************************/

section{
  padding: var(--col-space) var(--row-space);
  position: relative;
}

section.border{
  border-top: .5px solid #ddd;
}

section.border:before{
  content: '';
  background: #010101;
  z-index: 2;
  position: absolute;
  height: 5px;
  top: -3px;
  width: 100px;
  left: 50%;
  transform:translateX(-50%);
}

/**********************  //Section ******************************/

/**********************  見出し ******************************/

main#bk-bg h2, main#bk-bg h3, main#bk-bg h4{
  color:#fff;
}

h2{
  font-size: clamp(36px,3.125vw,60px);
  font-family: "Jost", serif;
  font-weight: bold;
  letter-spacing: 0.086em;
  color:var(--black);
}

#news h2{
  margin-top: 0;
}

h2.Center{
  text-align: center;
}

.instrument{
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.1rem;
}

h2.jan{
  font-size: calc(clamp(36px,3.125vw,60px) / 1.25);
  margin-bottom:1em;
  font-weight:600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h2.white{
  color:#fff;
}

h2.border{
  padding-left: 20px;
  border-left: 10px solid #efe300;
}

h3.en{
  color:#ddd;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

h3.en:before{
  content: '-';
}
h3.en:after{
  content: '-';
}

.instrument + h2{
  margin-top: 0;
  margin-bottom: .15em !important;
}

.instrument + h2 + h3{
  margin-top: 0;
}

.instrument {
  margin-bottom: 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  h2{
    margin-top: 0;
    margin-bottom: .5em;  
    font-size: clamp(28px,var(--h2),40px);
  }

}

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

  h2{
    margin-top: 0;
    margin-bottom: .3em;
  }
}

/**********************  リンクボタン ******************************/

a.btn{
  background: #000;
  padding: 20px;
  color: #fff;
  display: block;
  max-width: 300px;
  margin: 0 auto 0;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-size: clamp(14px,16px,18px);
  text-decoration: none;
  text-align: center;
}

a.btn{
  background: transparent;
  border: none;
  position: relative;
  border-radius: 0;
  z-index: 1;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0);
}

a.btn::before,
a.btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

a.btn::before {
  background: #000;
  border: 1px solid #000;
  z-index: -1;
}

a.btn::after {
  background: #ffffff;
  z-index: -2;
}

a.btn:hover {
  color: #000;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
a.btn:hover::before {
  background: transparent;
}
 a.btn:hover::after {
  top: 6px;
  left: 6px;
}

a.btn.lo{
  margin-top: 2em;
  max-width: 80%;
  background: #efe300 !important;
  color:#000;
}

a.btn.lo::before {
  background: #efe300;
  border: 1px solid #efe300;
  z-index: -1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
	a.btn{
		padding:10px;
	}
	
}


/****************ニュース***************/

.news__wrap{
  padding: 0;
  margin:0 auto 1em;
  list-style: none;
}

.news__wrap li{
  display: flex;
  column-gap: .5em;
  margin: 0 0 .5em;
  align-items:center;
  padding-bottom: .5em;
  column-gap: 2%;
  border-bottom: 1px solid #eee;
}

.news__wrap li picture{
  width: 12%;
}

.news__wrap li picture img{
  max-height: 100px;
  object-fit: contain;
  background: #fafaf2;
}

.days{
  font-size: 0.9rem;
}

.news__wrap li .Text{
  width: 86%;
  display: flex;
  flex-direction: column;
}

.news__wrap li h3{
  margin: 0;
}

.news__wrap li h3 a{
  color:#202020;
  font-weight:400;
}

.wp-pagenavi{
  text-align: center;
  margin-top: 1em;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: .5em;
    margin: 2px;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    color:#000;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    align-items: center;
    line-height: 1.0;
}

.wp-pagenavi span.current{
  background: #000;
  color:#fff;
}

@media screen and (max-width: 767px) {
  .news__wrap li{
    flex-direction: row;
    align-items: center;
  }
  .news__wrap li picture{
  width: 18%;
  }
  .news__wrap li .Text{
  width: 80%;
  }
  .news__wrap li h3{
    font-size: 0.9rem;
  }
  .days{
  font-size: 0.75rem;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    min-width: 30px;
    min-height: 30px;
  }
}

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

footer a:hover{
  opacity: 0.7;
}

footer{
  background: #22282e;
  padding:4.333333333333332vw var(--row-space);
  position: relative;
  color:#fff;
  overflow: hidden;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

footer::before{
  content: '';
  position: absolute;
  right: -23%;
  top:0;
  height: 70%;
  background: #000000;
  width:80.3333333333333335vw;
  transform:rotate(-55deg);
}
footer::after{
  content: '';
  background: #000;
  position: absolute;
  right:0;
  top:0;
  width: 20%;
  height: 100%;
}
.page_top{
  width:75px;
  margin: 0 auto 4.333333333333332vw;
}

footer .Inner__wrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .767vw;
  max-width: 1100px;
  margin: auto;
  z-index: 2;
}

footer .Inner__wrap .Item{
  width: var(--flex_fourth);
  color:#fff;
}

footer .Inner__wrap .Item p{
  color:#fff;
}

footer .Inner__wrap .Right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

footer .Inner__wrap ul.link{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  row-gap: 15px;
}

footer .Inner__wrap ul.link li a{
  color:#fff;
  text-decoration: none;
  display: flex;
  padding: 0 10px;
  font-family: var(--Marcellus), sans-serif;
}

footer .Inner__wrap ul.link li a:hover{
  opacity:0.7;
}

footer .Inner__wrap ul.link li a:after{
  content: '/';
  display: inline-block;
  margin-left: 10px;
}

.link ul{
  padding: 0;
  list-style: none;
}

.link ul li{
  margin-top: 1em;
}

.link ul a{
  color:#fff;
  text-decoration: none;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

a.online{
  display: block;
  max-width: max-content;
  border:1px solid #fff;
  text-align: center;
  color:#fff;
  text-decoration: none;
  padding: 1em;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin: 0 auto 1em;
}

ul.sns{
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  font-size: 30px;
  margin: 0;
  padding: 0;
}

ul.sns a{
  color:#fff;
  display: block;
  width:40px;
  text-decoration: none;
}
footer .tel{
margin-top: 2.333333333333332vw;
}
footer .tel a{
 color:#fff !important;
 font-family: "ryo-display-plusn", serif;
 font-size: clamp(20px, 2.083333333333333vw, 30px);
 text-decoration: none;
}

footer .copy{
  font-size:9px;
  color:#fff;
  font-weight: 300;
  font-family: var(--Marcellus), sans-serif;
}

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

  .page_top{
    width: 50px;
  }

  footer .Inner__wrap .Left, footer .Inner__wrap .Right{
    width: 100%;
  }

  footer .Inner__wrap .Right{
    align-items: center;
  }

  footer .Inner__wrap ul.link{
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
  }

  footer .Inner__wrap ul.link li{
    width: 48%;
    margin-bottom:5px;
  }

  footer .Inner__wrap ul.link li a{
    justify-content: center;
    border: .5px solid #999;
  }
  footer .Inner__wrap ul.link li a:after{
    display: none;
  }
  footer .tel{
    text-align: center;
  }
}

.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/********************* ページ内ナビゲーション **********************/

.page-navigation{
  position: fixed;
  bottom:1.546vw;
  left:calc(var(--row-space) / 4);
  z-index: 4;
  opacity: 1;
}

.page-navigation.is-hidden {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.page-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 20px;
}


.page-navigation ul li a::before{
  width:10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  left:0;
  border:1px solid #fff;
  display: inline-block;
  margin-right: 10px;
  background: transparent;
  transition: all .3s;
}

.page-navigation ul li a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page-navigation ul li{
  font-size: 13px;
  font-family: var(--Marcellus), sans-serif;
}

.page-navigation ul li a{
  color:#fff;
  text-decoration: none;
}

.page-navigation ul li a:hover{
  opacity:0.7;
}

.page-navigation ul li a:hover::before{
  background: #fff;
}

.page-navigation ul li a.is-current::before{
  width:10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  left:0;
  border:1px solid #fff;
  background: transparent;
}

.page_navi {
  margin-top: 5vh;
  display: flex;
  justify-content: center;
column-gap:10px;
  padding: 1em .5em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;  
}

.page_navi a{
  display: block;
  padding: 1em;
  color:#000;
  font-family: var(--Marcellus), sans-serif;
  text-decoration: none;
}

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

  .page-navigation{
    display: none;
  }
}

/*===================================
    slick 矢印
===================================*/

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* next */

.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: -25px;
  }
  .slick-prev {
    left: -25px;
  }
  .slick-next::after {
    right: 2px;
  }
}

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

  footer .Inner__wrap .Item{
    width: 48%;
  }
  footer .copy{
    text-align: center;
    margin-top: 2em;
  }
  a.online{
    width: 100%;
    max-width: 80%;
  }
  .service__wrap .Text .detail{
    font-size: 0.8rem;
  }
  #bg--gray .last__wrap .Item{
    width: 49% !important;
    margin-top: 2.5vh;
  }
  #bg--gray .last__wrap .Item:last-of-type {
    width: 49% !important;
    margin-top: 2.5vh;
}
footer::before {
  content: '';
  position: absolute;
  right: -23%;
  top: 21%;
  height: 90%;
  background: #000000;
  width: 80.3333333333333335vw;
  transform: rotate(-55deg);
}
}

.drawer.page__logo .curcle{
  max-width: 100px;
}