@charset "UTF-8";

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}
.kome,
.ten{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}

/******************************
  font
******************************/
.ffFG{
  font-family: "ta-fuga-fude", sans-serif;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 3rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .inner1,
  .inner2,
  .inner3{
    padding: 0 2.5rem;
  }
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/
.ttlbox1{
  display: flex;
  align-items: center;
  font-family: "ta-fuga-fude", sans-serif;
  padding: 3.5rem 0 5rem;
  position: relative;
  writing-mode: vertical-rl;
  width: 100%;
}
.ttlbox1::before{
  content: "";
  aspect-ratio: 205 / 204;
  background: url(../images/common/ttlob_fude_g.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 44%;
  transform: translateX(-50%);
  width: 140px;
}
.ttlbox1 .ttl{
  font-size: 4rem;
  letter-spacing: 8px;
  position: relative;
  z-index: 1;
}

.ttlbox2 {
  margin-bottom: 5rem;
}
.ttlbox2 .ttl{
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.ttlbox2 .ttl::before{
  content: "";
  aspect-ratio: 1/1;
  background: url(../images/common/ttlob_fude_g2.svg) no-repeat center / contain;
  opacity: 0.7;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  z-index: -1;
}


/******************************
  btn
******************************/
.morebtn1{
  margin: 5rem 0 0 auto;
  max-width: 200px;
}
.morebtn1 a{
  display: block;
  padding: 0 3rem 1.5rem;
  position: relative;
  z-index: 1;
}
.morebtn1 a::before{
  content: "";
  aspect-ratio: 243 / 28;
  background: url(../images/common/line.svg) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

/******************************
  tbl
******************************/

/******************************
  news
******************************/
.page-archive .pagesec,
.page-single .pagesec{
  background: url(../images/common/bg_menu.webp) repeat-y center / auto;
}
.page-archive .newsob,
.page-single .newsob{
  aspect-ratio: 438/487;
  background: url(../images/common/ob_hyoutan_b.svg) no-repeat center / contain;
  opacity: .1;
  position: absolute;
  bottom: -6%;
  left: -22%;
  width: 70%;
}

.newslist {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.newslist .info{
  gap: 1rem;
  margin-bottom: .5rem;
}
.newslist .info .time{
  font-size: 1.2rem;
}
.newslist .info .cat{
  background: #433306;
  border-radius: 50px;
  color: #fff;
  font-size: 1.3rem;
  padding: 0 2rem;
}
.newslist .ttl{
  font-weight: bold;
}
.newslist .txt{
  border-bottom: 1px dotted #707070;
  color: #575757;
  font-size: 1.4rem;
  padding: .5rem 0 1rem;
}

.singlehead .info{
  gap: 1rem;
}
.singlehead .info .time{
  font-size: 1.2rem;
}
.singlehead .info .cat{
  background: #433306;
  border-radius: 50px;
  color: #fff;
  font-size: 1.3rem;
  padding: 0 2rem;
}
.singlehead .ttl{
  border-bottom: 1px dotted #707070;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.singlecontent h1,
.singlecontent h2,
.singlecontent h3,
.singlecontent h4,
.singlecontent h5,
.singlecontent h6,
.singlecontent li,
.singlecontent p{
  margin-bottom: 1rem;
}
.singlecontent iframe{
  aspect-ratio: 16/9;
  margin: 1rem 0;
  height: auto;
  width: 100%;
}

.pagination{
  margin-top: 5rem;
  text-align: center;
}
.page-numbers{
  margin-right: .5rem;
}
.page-numbers.current,
.page-numbers:hover{
  color: #d10000;
  font-weight: bold;
  text-decoration: underline;
}
.page-numbers.dots{
  color: #d10000;
  font-weight: bold;
  text-decoration: none;
}
.pager{
  gap: 1rem;
  margin: 3rem auto 0;
  max-width: 330px;
  text-align: center;
}
.pager a{
  border-bottom: 1px solid #d10000;
  display: inline-block;
  font-size: 1.5rem;
  opacity: 1 !important;
  padding: 0rem 1rem;
  transition: .5s;
}
.pager a:hover{
  background: #d10000;
  color: #fff;
}


/******************************
  body
******************************/

.mainbody .bg{
  background: url(../images/common/wall_head.webp) no-repeat center / cover;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.mainbody .bg .wall,
.mainbody .bg .wall::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.mainbody .bg .wall{
  background: url(../images/common/wall_fot.webp) repeat-x center / contain;
  bottom: 0;
  height: 55%;
}
.mainbody .bg .wall::before{
  background: url(../images/common/wall_bar.webp) repeat-x center / cover;
  top: -5%;
  height: 5%;
}

.mainbody .bg .hanger{
  background: url(../images/common/hanger_bar.webp) repeat-x center / cover;
  display: flex;
  max-width: 800px;
  position: absolute;
  top: 2rem;
  right: -3rem;
  height: 2.5rem;
  width: calc((100% - 500px) / 2);
}
.mainbody .bg .hanger > div{
  position: relative;
  height: 100%;
  width: 25%;
}
.mainbody .bg .hanger > div::after,
.mainbody .bg .hanger > div.has::before{
  content: "";
  position: absolute;
  left: 60%;
  transform: translateX(-50%);
}
.mainbody .bg .hanger > div::after{
  background: url(../images/common/hanger_btn.png) no-repeat center / contain;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 65%;
  width: 100%;
}
.mainbody .bg .hanger > div.has::before{
  aspect-ratio: 600 / 397;
  background: url(../images/common/hanger.webp) no-repeat center / contain;
  top: 25%;
  width: 85%;
}
.mainbody .bg .hanger > div.has::before{
  aspect-ratio: 600 / 397;
  background: url(../images/common/hanger.webp) no-repeat center / contain;
  top: 25%;
  width: 85%;
}
.mainbody .bg .hanger > div.has:last-of-type::before{
  left: 55%;
  transform: translateX(-50%) rotate(15deg);
}

.mainbody .bg .ob{
  aspect-ratio: 524 / 583;
  background: url(../images/common/ob_hyoutan_w.svg) no-repeat center / contain;
  opacity: .5;
  position: absolute;
  right: -12%;
  bottom: -10%;
  height: 60%;
}

.scrollcontent{
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 460px;
}
.scrollcontent .logo{
  margin: 0 auto 2rem;
  max-width: 150px;
}

.contentmain{
  border: 5px solid #000;
  border-radius: 30px;
}

@media only screen and (max-width: 1180px) {
  .mainbody .bg .hanger{
    width: 44%;
  }
}
@media only screen and (max-width: 1050px) {
  .scrollcontent{
    max-width: 460px;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  .mainbody .bg .hanger {
    flex-direction: row-reverse;
    top: 1.5rem;
    right: auto;
    left: -3rem;
    height: 2.5rem;
  }
  .mainbody .bg .hanger > div{
    width: calc(100% / 3);
  }
  .mainbody .bg .hanger > div:nth-of-type(2){
    display: none;
  }
}
@media only screen and (max-width: 820px) {
  .mainbody .bg .hanger > div:nth-of-type(1){
    display: none;
  }
  .mainbody .bg .hanger > div{
    width: calc(100% / 2);
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .mainbody .bg .hanger {
    flex-direction: row-reverse;
    top: 1.5rem;
    right: auto;
    left: -10%;
    height: 2rem;
    width: 54%;
  }
  .mainbody .bg .hanger > div{
    width: 60%;
  }
  .mainbody .bg .hanger > div:nth-of-type(3){
    width: 40%;
  }
  .mainbody .bg .hanger > div::after {
    left: 40%;
  }
  .mainbody .bg .hanger > div.has:last-of-type::before{
    left: 52%;
    width: 100%;
  }
  .mainbody .bg .hanger > div.has:last-of-type::after{
    left: 60%;
  }
  .scrollcontent{
    padding: 4rem 0 0;
  }
  .contentmain{
    border: none;
    border-radius: 20px 20px 0 0;
  }
  .scrollcontent .logo{
    max-width: 130px;
  }
}

/******************************
  header
******************************/
.cmnhead{
  font-family: "ta-fuga-fude", sans-serif;
  position: fixed;
  top: 2rem;
  left: 5vw;
}
.cmnnav ul{
  gap: 1.5rem;
}
.cmnnav li{
  writing-mode: vertical-rl;
}
.cmnnav li a{
  background: url(../images/common/kifuda.webp) no-repeat bottom / cover;
  display: block;
  font-size: 2rem;
  letter-spacing: 2px;
  opacity: 1;
  padding: 4rem .5rem 2rem;
  position: relative;
}
.cmnnav li a::before{
  content: "";
  aspect-ratio: 1/1;
  background: url(../images/common/kifuda_btn.png) no-repeat center / contain;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
}
.cmnnav li a:hover,
.cmnnav li a.nowpage{
  color: #d10000;
}

.cmnnav li.spmenu,
.spbtn,
.spbtn2,
.splogo{
  display: none;
}
.spbtn,
.spbtn2{
  font-family: "ta-fuga-fude", sans-serif;
  padding-top: .5rem;
  position: absolute;
  top: .5rem;
  right: 1.5rem;
  height: 50px;
  width: 50px;
  writing-mode: vertical-rl;
  z-index: 10000;
}
.spbtn::before,
.spbtn2::before{
  content: "";
  aspect-ratio: 205 / 204;
  background: url(../images/common/ttlob_fude_g.svg) no-repeat center / contain;
  position: absolute;
  top: -10px;
  left: -6px;
  transition: .5s;
  width: 60px;
}
.spbtn span,
.spbtn2 span{
  font-size: 1.8rem;
}
.spbtn2{
  top: 8rem;
  height: 60px;
  z-index: 9000;
}
.spbtn2::before{
  aspect-ratio: 1/1;
  background: url(../images/common/ttlob_fude_r.svg) no-repeat center / contain;
  pointer-events: none;
  transform: rotate(233deg);
  top: -22px;
  left: -18px;
  width: 84px;
  z-index: -1;
}
.spbtn.active,
.spbtn.active::before,
.splogo{
  filter: brightness(0) invert(1);
}
.spbtn.active::before{
  transform: rotate(45deg);
}
.splogo{
  margin: 0 auto 3rem;
  width: 130px;
}

@media only screen and (min-width: 1800px) {
  .cmnnav li a{
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1921px) {
  .cmnnav li a{
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1320px) {
  .cmnnav ul{
    gap: 1rem;
  }
  .cmnnav li a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1180px) {
  .cmnhead{
    left: 2rem;
  }
  .cmnnav ul{
    width: 150px;
  }
}
@media only screen and (max-width: 1120px) {
  .cmnhead {
    left: 6rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  .cmnnav li.spmenu,
  .spbtn,
  .spbtn2,
  .splogo{
    display: block;
  }
  .cmnhead{
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .cmnnav{
    background: rgba(52,44,5,.8);
    opacity: 0;
    overflow-y: auto;
    max-width: 250px;
    padding: 2rem 3rem;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    transition: .5s;
    height: 100lvh;
    width: 100%;
    z-index: 9999;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
  }
  .cmnnav ul {
    justify-content: flex-start;
    margin: 0 auto;
    width: 150px;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
  footer
******************************/
.cmnfot{
  background: #201705;
  color: #fff;
  padding: 3rem 0 2rem;
  text-align: center;
}
.cmnfot .fotlogo{
  margin: 0 auto 2rem;
  max-width: 180px;
}
.cmnfot .fotcopy{
  font-size: 1.4rem;
}