/*
  Theme Name: blankslate-yoyo
  Template: blankslate
  Version: 1.01
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&family=Work+Sans:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..700&display=swap');

:root {
  --main-green: #0A1D1D;
  --main-beige: #EEEFEA;
  --main-green-light: #0a1d1d85;
  --main-beige-light: #EEEFEA85;
}

html{
  font-size: 12px;
  min-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

body{
  font-family: "Noto Serif JP", serif;
  background-color: var(--main-beige);;
  color: var(--main-green);;
  box-sizing: border-box;
}

section{

}
.inner{
  max-width: 1180px;
  margin: auto;
}
main .inner{
    padding-top: 120px;
    padding-bottom: 120px;
}
main .inner.short{
  padding-top: 80px;
  padding-bottom: 80px;
}
main .inner.news{
  padding-top: 150px;
  padding-bottom: 150px;
}
@media(max-width:1200px){
  main .inner{
    padding-right:30px;
    padding-left:30px;
  }
}
@media(max-width:800px){
  main .inner{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  main .inner.news{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  main .inner.sp-short{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
main a{
  color: inherit !important;
  text-decoration: none;
}
input::placeholder {
  color: #7E7E7E;
  font-family: "Cormorant Garamond","Noto Serif JP", serif;
}
main h1,
main h2,
main h3,
main h4,
main h5{
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child,
main h5:first-child{
  margin-top: 0px;
}
main p{
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 2.2;
  font-size: 14px;
  letter-spacing: 0.06em;
}
main :last-child{
  margin-bottom: 0;
}
main p:first-child{
  margin-top: 0;
}
main ul,
main ol{
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2.2;
  padding-left: 20px;
}
main ul{
  list-style-type: disc;
}
main ul li::marker{
  content:"・ ";
}
main ol{
  list-style-type: decimal;
}
main li{
  margin-bottom: 0.8em;
  letter-spacing: 0.15em;
}
main img,
nav img{
  max-width: 100%;
}

/*-------------------------------フォント指定*/
.en{
  font-family: "Work Sans", sans-serif !important;
  letter-spacing: 0.05em !important;
  font-weight: 300 !important;
}
.en.serif{
  font-family: "Cormorant Garamond", serif !important;
  letter-spacing: 0px !important;
  font-weight: 200 !important;
  font-size: 1.2em;
}
.ja{
  font-family: "Noto Serif JP", serif;
}



/*-------------------------------headerメニュー*/

body:has(header.headnavi){
  padding-top: 65px;
  position: relative;
}
@media(max-width:1200px){
  body:has(header.headnavi){
    padding-top: 53px;
  }
}
header.headnavi{
  background-color: var(--main-beige);;
  padding: 13px 50px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  transition: background-color ease 0.8s;
  border-bottom: 1px solid var(--main-green-light);
  z-index: 999;
}
header.headnavi a{
  text-decoration: none;
  letter-spacing: 0.1em;
}
main .noevent > a,
header.headnavi .noevent > a,
footer .footermenu .noevent > a{
  pointer-events: none;
}
header.headnavi .flex{
  display:flex !important;
}
body.bgblack:has(header.headnavi){
  padding-top: 0px;
}
body.bgblack header.headnavi{
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
body.bgblack.scroll header.headnavi{
  background-color: var(--main-beige);;
  border-bottom: 1px solid #14363696;
}
body.bgblack header.headnavi{
  background-color: transparent;
}
body.bgblack header.headnavi #site-title img{
  transition: filter ease 0.8s;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(1%) hue-rotate(228deg) brightness(106%) contrast(101%);
}
body.bgblack.scroll header.headnavi #site-title img{
  filter: none;
}
header.headnavi .onlinestore{
  flex:0 1 182px;
}
header.headnavi .onlinestore a{
  padding: 10px;
  border:1px solid var(--main-green-light);
  color: #143636;
  line-height: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 13px;
  transition: all ease 0.5s;
}
body.bgblack header.headnavi .onlinestore a{
  border:1px solid var(--main-beige-light);
  color: var(--main-beige);
  z-index: -1;
}
body.bgblack.scroll header.headnavi .onlinestore a{
  border:1px solid #14363696;
  color: #143636;
}
body header.headnavi .onlinestore img{
  opacity: 0.7;
}
body.bgblack header.headnavi .onlinestore img{
  z-index: -1;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(1%) hue-rotate(228deg) brightness(106%) contrast(101%);
}
body.bgblack.scroll header.headnavi .onlinestore img{
  filter: none;
}
header.headnavi nav li,
header.headnavi nav li ul{
  display: flex;
  gap: 30px;
}
header.headnavi nav li ul li a{
  font-size: 0.95em;
  white-space: nowrap;
}
header.headnavi nav li ul li a:before{
  content:"-";
  display: inline-block;
  margin-right: 2px;
}

@media(hover:hover){
  header.headnavi a,
  footer .footermenu a{
    transition:all ease 0.5s;
  }
  header.headnavi a:hover,
  footer .footermenu a:hover{
    opacity: 0.5;
  }
  header.headnavi .onlinestore a:hover{
    background-color:rgba(0,0,0,0.08);
  }
  a img{
    transition:all ease 0.5s;
  }
  a:hover img{
    opacity: 0.75;
  }
}
@media(min-width:1200px){
  header.headnavi nav a{
    color: #143636;
    font-size: 13px;
  }
  body.bgblack header.headnavi a{
    color: var(--main-beige);;
  }
  body.bgblack.scroll header.headnavi a{
    color: #143636;
  }
  header.headnavi nav ul{
    display: flex;
    align-items: center;
    gap: 30px;
  }
  header.headnavi nav li,
  header.headnavi nav li ul{
    gap: 20px;
  }
  header.headnavi nav .sns ul{
    gap: 20px;
  }
  header.headnavi nav .sns a{
    font-size: 20px;
  }
  header.headnavi nav li ul{
    transition: all ease 1s;
    max-width: 0px;
    overflow: hidden;
    opacity: 0;
    margin-right: -20px;
    margin-left: -0px;
  }
  header.headnavi nav li:hover ul{
    max-width: 500px;
    opacity: 1;
    margin-right: -10px;
  }
}
@media(max-width:1200px){
  header.headnavi #site-title img{
    width: 77px;
  }
  header.headnavi{
    padding:13px 80px 13px 28px;
  }
  header.headnavi .onlinestore{
    flex: 0 0 140px;
  }
  header.headnavi .onlinestore a{
    font-size: 11px;
    width: 140px;
    height: 26px;
  }
  .spmenu{
    display: block;
    position: relative;
    width: 40px;
    height: 7px;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    z-index: 999;
    margin: 0 !important;
  }
  .spmenu:before,
  .spmenu:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--main-green-light);
    transition: all ease 0.5s;
    transform-origin: 18px 50%;
  }
  body.bgblack .spmenu:before,
  body.bgblack .spmenu:after{
    background-color:var(--main-beige-light);
  }
  body.bgblack header.headnavi.open .spmenu:before,
  body.bgblack header.headnavi.open .spmenu:after,
  body header.headnavi.open .spmenu:before,
  body header.headnavi.open .spmenu:after{
    background-color:var(--main-beige-light);
  }
  body.bgblack.scroll .spmenu:before,
  body.bgblack.scroll .spmenu:after{
    background-color:var(--main-green-light);
  }
  .spmenu:before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-4px);
  }
  .spmenu:after{
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(4px);
  }
  header.headnavi.open .spmenu:before{
    transform: translateY(-50%) rotate(-10deg);
  }
  header.headnavi.open .spmenu:after{
    transform: translateY(-50%) rotate(10deg);
  }

  body.bgblack header.headnavi.open #site-title img,
  body header.headnavi.open #site-title img
  {
    filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(1%) hue-rotate(228deg) brightness(106%) contrast(101%);
  }
  header.headnavi #site-title{
    position: relative;
    z-index: 999;
    margin-bottom: 0px !important;
  }
  header.headnavi nav{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--main-green);;
    padding: 20px;
    top: 0;
    left: 100%;
    transition:opacity ease 0.8s;
    justify-content: space-between;
    width: 100%;
    padding: 100px 40px 40px;
    overflow: auto;
    opacity: 0;
  }
  header.headnavi nav.open{
    left: 0%;
    opacity: 1;
  }
  header.headnavi nav a{
    color: #FFF;
    font-size: 12px;
  }
  header.headnavi nav > div.flex{
    align-items: flex-end !important;
  }
  header.headnavi nav ul,
  header.headnavi nav li ul{
    display: block;
  }
  header.headnavi nav li{
    display: block;
    margin-bottom: 30px;
  }
  header.headnavi nav li li{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  header.headnavi nav .sns li{
    margin-bottom: 0px;
  }
  header.headnavi nav li:last-child{
    margin-bottom: 0px;
  }
  header.headnavi nav .sns ul{
    display: flex;
    gap: 20px;
  }
  header.headnavi nav .sns ul a{
    font-size: 18px;
  }
}




/*-------------------------------footer*/

footer{
  background-color: var(--main-green);;
  color: #EAE8E5;
  font-family: "Work Sans", sans-serif;
  position: relative;
  z-index: 201;
}
footer a{
  color: #EAE8E5;
  text-decoration: none;
  letter-spacing: 0.1em;
}
footer .inner{
  max-width: 1280px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
footer .footermenu li,
footer .footermenu li ul{
  display: flex;
  gap: 30px;
}
footer .footermenu li{
  margin-bottom: 20px;    
}
footer .footermenu li ul li{
  margin-bottom: 0px;
}
footer .footermenu li ul li a{
  font-size: 0.9em;
}
footer .footermenu li ul li a:before{
  content:"-";
  display: inline-block;
  margin-right: 2px;
}
@media(min-width:801px){
  footer{
    padding: 0 30px;
    font-size: 13px;
  }
  footer nav ul{
  }
  footer nav.sns ul{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    font-size: 18px;
  }
  footer .footermenu.flex li{
    margin-bottom: 0px;
  }

}
@media(max-width:800px){
  footer{
    padding: 0 30px;
    font-size: 13px;
  }
  footer hr{
    border-top: 1px solid #90909096;
    border-width:1px 0 0 0;
  }
  footer .footermenu li,
  footer .footermenu li ul{
    display: block;
  }
  footer .footermenu li{
    margin-bottom: 30px;
  }
  footer .footermenu.mb0 li{
    margin-bottom: 20px;
  }
  footer .footermenu li ul li{
    margin-bottom: 20px;
    margin-top: 20px;
  }
  footer nav{
    text-align: center;
  }
  footer nav.sns ul{
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  footer nav.sns ul a{
    font-size: 20px;
  }
  footer #copyright{
    margin-top: 40px;
  }
  footer img{
    width: 79px;
  }
  footer .footermenu li.pc{
    display: block !important;    
  }
}



/*-------------------------------各パーツ*/

.fade{
  width: 100%;
}
.fade.show{
}
.fade > *{
  opacity: 0;
}
@keyframes listfadein{
  0%{
    transform: translateY(-8px);
    opacity: 0
  }
  100%{
    transform: translateY(-0px);
    opacity: 1
  }
}
@keyframes bgfadein{
  0%{
    transform: none;
    opacity: 0
  }
  100%{
    transform: none;
    opacity: 1
  }
}
.fade.show > *:nth-child(1){animation: 0.9s ease 0s listfadein forwards;}
.fade.show > *:nth-child(2){animation: 0.9s ease 0.4s listfadein forwards;}
.fade.show > *:nth-child(3){animation: 0.9s ease 0.8s listfadein forwards;}
.fade.show > *:nth-child(4){animation: 0.9s ease 1.2s listfadein forwards;}
.fade.show > *:nth-child(5){animation: 0.9s ease 1.6s listfadein forwards;}
.fade.show > *:nth-child(6){animation: 0.9s ease 2.0s listfadein forwards;}
.fade.show > *:nth-child(7){animation: 0.9s ease 2.4s listfadein forwards;}
.fade.show > *:nth-child(8){animation: 0.9s ease 2.8s listfadein forwards;}
.fade.show > *:nth-child(9){animation: 0.9s ease 3.2s listfadein forwards;}
.fade.show > *:nth-child(10){animation: 0.9s ease 3.6s listfadein forwards;}
.fade.show > *:nth-child(11){animation: 0.9s ease 4.0s listfadein forwards;}
.fade.show > *:nth-child(12){animation: 0.9s ease 4.4s listfadein forwards;}
.fade.show > *:nth-child(13){animation: 0.9s ease 4.8s listfadein forwards;}
.fade.show > *:nth-child(14){animation: 0.9s ease 5.2s listfadein forwards;}
.fade.show > *:nth-child(15){animation: 0.9s ease 5.6s listfadein forwards;}
.fade.show > *:nth-child(16){animation: 0.9s ease 6.0s listfadein forwards;}
.fade.show > *:nth-child(17){animation: 0.9s ease 6.4s listfadein forwards;}
.fade.show > *:nth-child(18){animation: 0.9s ease 6.8s listfadein forwards;}
.fade.show > *:nth-child(19){animation: 0.9s ease 7.2s listfadein forwards;}
.fade.show > *:nth-child(20){animation: 0.9s ease 7.6s listfadein forwards;}

.fade.bg.show > *:nth-child(1){animation: 0.9s ease 0s bgfadein forwards;}
.fade.bg.show > *:nth-child(2){animation: 0.9s ease 0.4s bgfadein forwards;}
.fade.bg.show > *:nth-child(3){animation: 0.9s ease 0.8s bgfadein forwards;}
.fade.bg.show > *:nth-child(4){animation: 0.9s ease 1.2s bgfadein forwards;}
.fade.bg.show > *:nth-child(5){animation: 0.9s ease 1.6s bgfadein forwards;}
.fade.bg.show > *:nth-child(6){animation: 0.9s ease 2.0s bgfadein forwards;}
.fade.bg.show > *:nth-child(7){animation: 0.9s ease 2.4s bgfadein forwards;}
.fade.bg.show > *:nth-child(8){animation: 0.9s ease 2.8s bgfadein forwards;}
.fade.bg.show > *:nth-child(9){animation: 0.9s ease 3.2s bgfadein forwards;}
.fade.bg.show > *:nth-child(10){animation: 0.9s ease 3.6s bgfadein forwards;}
.fade.bg.show > *:nth-child(11){animation: 0.9s ease 4.0s bgfadein forwards;}
.fade.bg.show > *:nth-child(12){animation: 0.9s ease 4.4s bgfadein forwards;}
.fade.bg.show > *:nth-child(13){animation: 0.9s ease 4.8s bgfadein forwards;}
.fade.bg.show > *:nth-child(14){animation: 0.9s ease 5.2s bgfadein forwards;}
.fade.bg.show > *:nth-child(15){animation: 0.9s ease 5.6s bgfadein forwards;}
.fade.bg.show > *:nth-child(16){animation: 0.9s ease 6.0s bgfadein forwards;}


.journal-list{
  display: flex;
  flex-wrap: wrap;
}
.journal-list article{
  flex-basis: calc(100% / 3);
  padding: 3.6%;
}
.journal-list article h1{
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.journal-list article .en{
  font-size: 15px;
  font-weight: 200;
}
.journal-list article > a{
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.journal-list article > a > img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
  width: 100%;
}
.journal-list article > a:before{
  content: "";
  display: block;
  padding-top: 145%;
}
@media(max-width:800px){
  .journal-list{
    gap: 20px;
  }
  .journal-list article{
    flex-basis: calc((100% - 20px) / 2);
    padding: 0px;
  }
  .journal-list article .en{
    font-size: 10px;
  }
  .journal-list article:last-child{
    display: block;
  }
  .journal-list article h1,
  .journal-list article p{
    margin: 10px 0;
  }
  .journal-list article h1{
    font-size: 14px;
  }
  .journal-list article p{
    font-size: 10px;
  }
}
@media(hover:hover){
  .journal-list article > a:hover img{
    transform: translate(-50%, -50%) scale(1.08);
  }
}
.news-list{
  border-top: 1px solid #828282a3;
  max-width: 735px;
  margin: auto;
}
.news-list article{
  display: block;
  border-bottom: 1px solid #828282a3;
  padding: 25px 0px;
}
.news-list article .en{
  font-size: 15px;
  font-weight: 200;
}
.news-list h1{
  margin-top: 10px;
  font-size: 18px;
}
@media(max-width:800px){
  .news-list h1{
    font-size: 12px;
  }
  .news-list article{
    padding: 15px 0;
  }
  .news-list article .en{
    font-size: 10px;
  }
}
.nav-links > *{
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--main-green-light);
}
.nav-links > a{
  color: var(--main-green);;
}
.nav-links > a.next{
  height: 10px;
  width: 50px;
  background: url(./images/viewmore.svg) 100% 50% no-repeat;
}
.nav-links > a.prev{
  height: 10px;
  width: 50px;
  background: url(./images/viewmore.svg) 100% 50% no-repeat;
  transform: rotate(180deg);
}

article .nav-links{
    display: flex;
    justify-content: space-between;
}
article .nav-links a{
  font-family: "Works Sans", sans-serif;
  font-size: 16px;
}
@media(max-width: 800px){
  article .nav-links a{
    font-size: 13px;
  }
}
article .nav-links .nav-next{
  margin-left: auto;
  margin-right: 0px;
}
article .nav-links .nav-next a:after{
  content: "";
  display: inline-block;
  height: 10px;
  width: 50px;
  background: url(./images/viewmore.svg) 100% 50% no-repeat;
  margin-left: 10px;
}
article .nav-links .nav-previous a:before{
  content: "";
  display: inline-block;
  height: 10px;
  width: 50px;
  background: url(./images/viewmore.svg) 100% 50% no-repeat;
  margin-right: 10px;
  transform: rotate(180deg);
}
@media(hover:hover){
  .nav-links a{
    transition:opacity ease 0.5s;
  }
  .nav-links a:hover{
    opacity: 0.5;
  }
}

/*------------------------------- a.viewmore*/

a.viewmore{
  padding-left: 120px;
  background: url(./images/viewmore.svg) 0% 50% no-repeat;
  color: var(--main-green);;
  display: inline-block;
  white-space: nowrap;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-transform: capitalize;
}

.t-white a.viewmore{
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(1%) hue-rotate(228deg) brightness(106%) contrast(101%);
}
@media(max-width:800px){
  a.viewmore{
    font-size: 13px;
  }
}
@media(hover:hover){
  a.viewmore:hover{
    animation: 0.8s ease 0s viewmore infinite;
  }
}
@keyframes viewmore{
  0%{
    background-position: -12px 50%;
  }
  100%{
    background-position: 0px 50%;
  }
}

/*-------------------------------文字サイズ操作*/
.title{
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
main h1,main h2{
  font-size: 24px;
}
main article h2{
  font-size: 18px;
}
main h3{
  font-size: 18px;
}
main h4{
  font-size: 16px;  
}
.t-xxxlg{
  font-size: 45px !important;
}
.t-xxlg{
  font-size: 30px !important;
}
.t-xlg{
  font-size: 25px !important;
}
.t-lg{
  font-size: 18px !important;
}
.t-rg{
  font-size: 14px !important;
}
.t-sm{
  font-size: 12px !important;
}
.t-xs{
  font-size: 10px !important;
}
@media(max-width:800px){
  .title{
    font-size: 12px;
  }
  main h1{
    font-size: 18px;
  }
  main p{
    font-size: 12px;
  }
  main h2{
    font-size: 18px;
  }
  main article h2{
    font-size: 16px;
  }
  main h3{
    font-size: 14px;
  }
  main h4{
    font-size: 14px;  
  }
  h2 .en.serif{
    font-size: 30px !important;
  }
  .t-xxxlg{
    font-size: 38px !important;
  }
  .t-xxlg{
    font-size: 25px !important;
  }
  .t-xlg{
    font-size: 20px !important;
  }
  .t-lg{
    font-size: 16px !important;
  }
  .t-rg{
    font-size: 12px !important;
  }
  .t-sm{
    font-size: 10px !important;
  }
  .t-xs{
    font-size: 10px !important;
  }
}

/*-------------------------------文字色操作*/
.t-default{
  color: #565656 !important;
}
.t-pink{
  color: #E6007E !important;
}
.t-purple{
  color: #6E60A8 !important;
}
.t-red{
  color: #FF0000 !important;
}
.t-white{
  color: var(--main-beige); !important;
}


/*-------------------------------背景色操作*/
.bgwhite{
  background-color: #FFFFFF !important;
}




/*------------------------------- 角丸*/

.round20{
  border-radius: 20px !important;
}
.round8{
  border-radius: 8px !important;
}
.round0{
  border-radius: 0px !important;
}

/*-------------------------------余白等操作*/

.p0{
  padding: 0px !important;
}
.p10{
  padding: 10px !important;
}
.p20{
  padding: 20px !important;
}
.p20{
  padding: 20px !important;
}
.p40{
  padding: 40px !important;
}
@media(max-width:800px){
  .p40{
    padding: 30px !important;
  }
}

.pt0{
  padding-top: 0px !important;
}
.pt10{
  padding-top: 10px !important;
}
.pt20{
  padding-top: 20px !important;
}
.pt40{
  padding-top: 40px !important;
}
.pb0{
  padding-bottom: 0px !important;
}
.pb10{
  padding-bottom: 10px !important;
}
.pb20{
  padding-bottom: 20px !important;
}
.pb40{
  padding-bottom: 40px !important;
}
.pl0{
  padding-left: 0px !important;
}
.pl10{
  padding-left: 10px !important;
}
.pl20{
  padding-left: 20px !important;
}
.pl40{
  padding-left: 40px !important;
}
.pr0{
  padding-right: 0px !important;
}
.pr10{
  padding-right: 10px !important;
}
.pr20{
  padding-right: 20px !important;
}
.pr40{
  padding-right: 40px !important;
}

.m0{
  margin: 0px !important;
}
.m10{
  margin: 10px !important;
}
.m20{
  margin: 20px !important;
}
.m40{
  margin: 40px !important;
}
.mt0{
  margin-top: 0px !important;
}
.mt5{
  margin-top: 5px !important;
}
.mt10{
  margin-top: 10px !important;
}
.mt20{
  margin-top: 20px !important;
}
.mt40{
  margin-top: 40px !important;
}
.mt60{
  margin-top: 60px !important;
}
.mb0{
  margin-bottom: 0px !important;
}
.mb5{
  margin-bottom: 5px !important;
}
.mb10{
  margin-bottom: 10px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb40{
  margin-bottom: 40px !important;
}
.mb60{
  margin-bottom: 60px !important;
}
.ml0{
  margin-left: 0px !important;
}
.ml10{
  margin-left: 10px !important;
}
.ml20{
  margin-left: 20px !important;
}
.ml40{
  margin-left: 40px !important;
}
.mr0{
  margin-right: 0px !important;
}
.mr10{
  margin-right: 10px !important;
}
.mr20{
  margin-right: 20px !important;
}
.mr40{
  margin-right: 40px !important;
}

.mxauto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.mlauto{
  margin-left: auto !important;
  margin-right: 0 !important;
}
.mrauto{
  margin-left: 0 !important;
  margin-right: auto !important;
}


/*------------------------------- position display*/

.relative{
  position: relative !important;
}
.absolute{
  position: absolute !important;
}
.inlineblock{
  display: inline-block;
}
.block{
  display: block;
}

/*-------------------------------pc / sp出し分け*/
@media(max-width:800px){
  .pc{
    display: none !important;
  }
  .sp-right{
    margin-right: -30px; 
  }
  .sp-left{
    margin-left: -30px; 
  }
}
@media(min-width:801px){
  .sp{
    display: none !important;
  }
}




/*------------------------------- 非表示*/

.hidden{
  display: none !important;
}



/*------------------------------- flexbox*/
.flex{
  display: flex;
  gap: 30px;
}
.flex.sp{
  display: flex !important;
}
.gap10{
  gap: 10px;
}
.gap60{
  gap: 60px;
}
@media (max-width:800px){
  .flex{
    display: block;
  }
  .flex > *{
    margin-bottom: 40px;
  }
  .flex > *:last-child{
    margin-bottom: 0px;
  }
  .flex.sp > *{
    margin-bottom: 0px;
  }
  .flex.sp{
    display: flex !important;
    gap: 10px !important;
  }
  .flex.sp.gap20{
    gap: 25px !important;
  }
  .flex.sp.gap60{
    gap: 30px !important;
  }
  .flex.sp.sp-justify-center{
    justify-content: center !important;
  }
}
.flex-wrap{
  flex-wrap: wrap;
}
.row-reverse{
  flex-direction: row-reverse;
}
.justify-between{
  justify-content:space-between;
}
.justify-evenly{
  justify-content:space-evenly;
}
.justify-center{
  justify-content:center;
}
.justify-start{
  justify-content:flex-start;
}
.justify-end{
  justify-content:flex-end;
}
.items-center{
  align-items:center;
}
.items-start{
  align-items:flex-start;
}
.items-end{
  align-items:flex-end;
}
.flex .auto{
  flex: 1 1 auto;
}
.flex .even{
  flex: 1 1;
}
@media(min-width:801px){
  .float-right{
    float: right;
    margin-left: 10px;
  }
  .float-left{
    float: left;
    margin-right: 10px;
  }
}
@media(max-width:800px){
  .float-right{
    margin-bottom: 20px;
  }
  .float-left{
    margin-bottom: 20px;
  }
  .float-right.float-sp{
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
  }
  .float-left.float-sp{
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .t-left-sp{
    text-align: left;
  }
}
.t-center{
  text-align: center !important;
}
.t-left{
  text-align: left !important;
}
.t-right{
  text-align: right !important;
}
.t-bold{
  font-weight: bold !important;
}
.t-normal{
  font-weight: 300 !important;
}
@media(max-width:800px){
  .sp-t-left{
    text-align: left !important;
  }
}



/*------------------------------- wordpress*/

article .wp-block-image{
  margin: 40px 0 !important;
}
article .wp-block-image:first-child{
  margin: 0 0 40px !important;
}




/*------------------------------- accordion*/

main .wp-block-aab-group-accordion{
  border-bottom: 1px solid #828282 !important;
}

main .wp-block-aab-accordion-item{
  border: 0px !important;
  border-top: 1px solid #828282 !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}


main .wp-block-aab-accordion-item .aagb__accordion_head{
  background-color: transparent !important;
  font-size: 16px;
  letter-spacing: 0.01em;
  padding-left: 40px;
  padding-right: 80px;
  position: relative;
}
main .wp-block-aab-accordion-item .aagb__accordion_head:before{
  content: "Q";
  transform: scale(1.2);
  position: absolute;
  top: 18px;
  left: 5px;
}
main .wp-block-aab-accordion-item .aagb__accordion_head .title_wrapper{
  transform: translateY(2px);
}
main .aagb__accordion_body{
  border-top: none !important;
  border-color: transparent !important;
  padding-left: 40px !important;
  padding-right: 90px !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}
main .wp-block-aab-accordion-item.aagb__accordion_container{
  padding: 10px 0 ;
}
main .wp-block-aab-accordion-item.aagb__accordion_container.aagb__accordion_active{
  border: 0px !important;
  border-top: 1px solid #828282 !important;
}
main .wp-block-aab-accordion-item .aagb__icon{
  display: none !important;
}
main .wp-block-aab-accordion-item .aagb__accordion_icon{
  position: absolute; !important;
  top: 15px;
  right: 5px;
}
main .wp-block-aab-accordion-item .aagb__accordion_icon:before{
  content: "";
  position: absolute;
  display: block;
  background-color: #ccc !important;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
main .wp-block-aab-accordion-item .aagb__accordion_icon:after{
  content: "";
  position: absolute;
  display: block;
  background-color: #ccc !important;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
}
main .wp-block-aab-accordion-item .active .aagb__accordion_icon:after{
  display: none;
}

@media(max-width:800px){
  main .wp-block-aab-accordion-item .aagb__accordion_head .aagb__accordion_icon{
    width: 15px !important;
    height: 15px !important;
  }
  main .wp-block-aab-accordion-item.aagb__accordion_container{
    padding: 0px !important;
  }
  main .wp-block-aab-accordion-item .aagb__accordion_head{
    font-size: 12px !important;
  }
  main .wp-block-aab-accordion-item p{
    font-size: 10px !important;
  }
  main .wp-block-aab-accordion-item .aagb__accordion_head{
    padding-right: 40px;
  }
  main .aagb__accordion_body{
    padding-right: 50px !important;
  }


}