@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Hina+Mincho&family=Noto+Sans+JP:wght@100..900&display=swap');  

input[type="text"],
input[type="email"],
input[type="tel"],
/*button,*/
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  /*border: none;*/
  border-radius: 0;
  font: inherit;
  outline: none;
  width: 100%;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  box-sizing: border-box;
  letter-spacing: 0.02em;
  color:#000000;
}

div,section{
  box-sizing: border-box;
  letter-spacing: 0.02em;
  color:#000000;
}

body {
  line-height:1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  transition: 0.5s;
  color: #000000;
}

a:hover{
  opacity: 0.8;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  /*font-style:italic;*/
   /*font-weight:bold;*/
  font-size: 1rem;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

.eng{
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: normal !important; 
  font-style: normal;
}

.eng02{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal !important; 
  font-style: normal;
}

.hina{
  font-family: "Hina Mincho", serif;
  font-weight: normal !important; 
  font-style: normal;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
  max-width: 100%;
}

.oz_profileListSec01_btnBtn {
  -webkit-appearance: none;
}

.sp{
  display: none;
}


/* main */
.oz_spLogo,.oz_spHead,.oz_navFirst,.spFoot{
  display: none;
}

/*  .baseCl{
    background: #ba002f;
  }*/
  
  .oz_head{
    position: absolute;
    height:auto;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    top:0;
    left: 0;
  }

.oz_head.oz_pageHead{
  background: #ffffff !important;
}
  
  .oz_menuBox{
    display: flex;
    align-items: center;
  }


  @media screen and (min-width:951px){
    .oz_menuBox .oz_menuBoxList{
      position: relative;
    }
    
    /*.oz_menuBox .oz_menuBoxList.oz_linkBtn {*/
    .oz_menuBox .oz_linkBtn {  
        /*margin-left: 0;*/
    }
    
    .oz_menuBox .oz_menuBoxList:nth-child(-n + 6):after{
      color:rgba(255 255 255 / 50%);
      position: absolute;
      top:0;
      right: -30px;
    }
    
      .oz_menuBox{
        /*width: 791px;*/
        width: auto;
    justify-content: space-between;
            position: absolute;
    top: 15px;
    right: 15px;
  }
    
.oz_head.oz_pageHead .oz_menuBox .oz_menuBoxList:not(.oz_linkBtn) .oz_headlink{
  color: #000000;
}
    
    
  .oz_head.oz_pageHead .oz_menuBox .oz_menuBoxList:nth-child(-n + 6):after{
      color:rgba(0 0 0 / 50%);
    }
    
  }
  
  .oz_menuBox .oz_headlink{
    font-size: 15px;
    color:#000000;
    text-decoration: none;
  }
  
  .oz_menuBox .oz_linkBtn .oz_headlink,
  .oz_menuBox li.oz_headlink a{
    font-size: 16px;
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 130px;
    border-radius: 100px;
    background: #ba002f;
}

  
.oz_header_wrap{
  padding:15px;
  position: relative;
  height: 80px;
  width: 100%;
    margin: auto;
      display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.oz_headline_inner{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

  
  .oz_mainImage{
    background: url("../images/oz_mainiamge.png") center;
    background-size:600px auto;
    width: 100%;
    min-height: 680px;
    background-repeat: no-repeat;
  }

.oz_pcLogo{
  max-width: inherit;
  position: relative;
  top:-10px;
  width:387px;
}

/*  .oz_Title{
    text-align: center;
    font-size: 60px;
    line-height: 0.75em;
  }*/
  
  .oz_mb65{
    margin-bottom: 65px;
  }
  
  .oz_mb70{
    margin-bottom: 70px;
  }
  
/*  .oz_SubTitle{
    text-align: center;
    font-size: 15px;
    color:#b9002e;
    display: block;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
  }
*/
  .oz_content{
    max-width: 900px;
    margin: auto;
    width: 100%;
  }  
  
  .oz_content02{
    max-width: 610px;
    margin: auto;
    width: 100%;
  }
  .oz_content03{
    max-width: 800px;
    margin: auto;
    width: 100%;
  }

  
  .oz_TopSec01{
    padding: 125px 0 160px;
    background: #f9f2f4;
  }
  
/*  .oz_TopSec01_text01{
    font-weight: 500;
    font-size: 20px;
  }
  
  .oz_TopSec01_text01 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px;
  }*/
  
  .oz_TopSec01_text02{
    line-height: 26px;
  }
  
  .oz_sec{
    padding: 100px 0;
  }
  
  .oz_TopSec02List--rank{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    height: 30px;
    border:1px solid #000000;
  }
  
  .oz_TopSec02List--rank .oz_TopSec02List--icon{
    margin-right: 8px;
  }

  .oz_profileSec01--rank{
    display: flex;
    align-items: center;
    /*margin-bottom: 20px;*/
    width: 100%;    
  }
  
  .oz_profileSec01--rank .oz_TopSec02List--icon{
    margin-right: 8px;
  }  

  .oz_TopSec02--ListWrap{
    display: flex;
    flex-wrap: wrap;
  }  
  
  .oz_TopSec02--ListWrap .oz_TopSec02--List{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    width: calc((100% - 60px) / 3);
  } 
  
  .oz_TopSec02--ListWrap .oz_TopSec02--List:nth-child(3n + 2){
    margin-left: 30px;
    margin-right: 30px;
  }
  
  .oz_TopSec02List--img{
    position: relative;
  }
  
  .oz_TopSec02List--date{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #000000;
    color:#ffffff;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom:0;
  }
  
  .oz_TopSec02List--img .oz_TopSec02List--imgelem{
    aspect-ratio:1/1.312;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  
  .oz_TopSec02List--box{
    padding: 40px 0;
    text-align: center;
    width: 100%;
  }
  
  .oz_TopSec02List--Text01{
    color:#929292;
    margin-bottom: 3px;
  }
  
  .oz_TopSec02List--Text02{
    font-size: 26px;
    margin-bottom: 3px;
  }
  
  .oz_TopSec02List--Text02 .oz_TopSec02List--Text02span{
    font-size: 18px;
    display: inline-block;
  }
  
  .oz_TopSec02List--Text03{
    font-size: 14px;
  }

  .profileListBnr{
    padding-top: 50px;
  }

  .oz_TopSec03--ListWrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .oz_TopSec03--List{
    width: calc((100% - 70px) / 2);
    display: flex;
    margin-top: 65px;
  }

  .oz_TopSec03--List:nth-child(-n + 2){
    margin-top: 0;
  }
  
  .oz_TopSec03--List__img{
    width: 170px;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio:1/1.312;
  }
  
  .oz_TopSec03--List__Box{
    width: calc(100% - 170px);
    padding-left: 30px;
  }
  
  .oz_TopSec03--List__Name{
    font-size: 20px;
    margin-bottom: 3px;
  }
  
  .oz_TopSec03--List__Rate{
    font-size: 20px;
    margin-bottom: 10px;
    color:#e14169;
  }
  
  .oz_TopSec03--List__Rate .oz_TopSec03--List__RateSpan{
    color:#c1c1c1;
  }
  
  .oz_TopSec03--List__Text{
    font-size: 15px;
    line-height: 24px;
  }

  .oz_btnWrap{
    text-align: center;
    margin-top: 80px;
  }
  
  .oz_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    color:#ffffff;
    border-radius: 100px;
    width: 260px;
    height: 40px;
    text-decoration: none;
    border: #000000;
  }

.oz_TopSec04{
  /*width: 100vw;*/
  width: 100%;
  overflow: hidden;
}

  .oz_TopSec04--List__img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio:1/1.312;
  }
  
  .oz_TopSec04--List{
    padding:0 10px;
    position: relative;
  }
  
  .oz_TopSec04--List__inner{
    border:1px solid #c0c0c0;
    height: 100%;
  }
  
  .oz_TopSec04--List__box{
    padding:40px 30px;
  }
  
  .oz_TopSec04--ListWrap{
    overflow: visible;
    position: relative;
  }
  
  .oz_TopSec04--ListWrap .slick-list{
    overflow: visible;
  }
  
  .oz_TopSec04--List__text02{
    font-size: 13px;
    color:#929292;
    margin-bottom: 30px;
  }
  
  .oz_TopSec04--List__text03{
    font-size: 15px;
    line-height: 24px;
  }
  
  .oz_TopSec04--ListWrap .prev{
    position: absolute;
    z-index: 10;
    left: -15px;
    top: calc(50% + 25px);
}
  
    .oz_TopSec04--ListWrap .next{
    position: absolute;
    z-index: 10;
    right: -15px;
    top: calc(50% + 25px);
}

.oz_tdnone{
  text-decoration: none;
  color: #000000; 
}

  .oz_TopSec05__table{
    margin-top: 50px;
    width:100%;
  }  
  
  .oz_TopSec05__tableTh{
    width: 100px;
    padding-left: 8px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    vertical-align: top;
    text-align: left;
  }
  
  .oz_TopSec05__tableTd{
    width: calc(100% - 100px);
    padding-bottom: 10px;
    font-size: 16px;
  }

  .oz_TopSec06_UdBnr{
    margin: 90px 0 70px;
  }
  
  .oz_TopSec06_UdBnr__listWrap{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_TopSec06_UdBnr__list{
    width: calc((100% - 60px) / 4);
    margin-bottom: 20px;
  }
  
  .oz_TopSec06_UdBnr__list:not(:nth-child(4n + 4)){
    margin-right:20px;
  } 

  .lastsec{
    padding-bottom: 0;
  }
  
  .foot_tel__link{
    color:#000000;
  }
  
  .oz_foot{
    margin-top: 100px;
  }
  
  .oz_foot__cont01{
    text-align: center;
  }
  
  .foot_tel__text01{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 50px;
  }
  
  .foot_tel__text02{
    font-weight: 300;
    font-size: 15px;
    color:#000000;
  }
  
  .foot_tel__text01_img{
    display: inline-block;
    margin-right: 10px;
  }
  

  .oz_foot__cont02__logo{
    margin-bottom: 20px;
  }
  
  .oz_foot__cont02{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    padding-bottom: 30px;
  }
  
  .oz_foot__cont02__copy{
    font-size: 12px;
    margin-top: 35px;
  }
  
  .oz_foot__cont02__ListWrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 280px;
  }
  
  .oz_foot__cont02__List{
    width: 50%;
    margin: 8px 0;
  }

  #oz_wrapper .oz_ft16{
    font-size: 16px;
  }
  
  #oz_wrapper .oz_mid{
    font-weight: 400;
  }

  .oz_entry_text{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom:70px;
    color:#ffffff;
    font-size: 15px;
    line-height: 26px;
  }  
  
  .oz_pink{
    color:#ff95b0;
  }
  
.oz_overlay {
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
position: fixed;
z-index: 9999999;
    top: 0;
    left: 0;
}
.oz_entry_wrap{
width: 460px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
display: flex;
  justify-content: space-between;
}

.oz_entry{
display: flex;
justify-content: center;
  text-align: center;
  align-items: center;
  height: 200px;
  width: 200px;
  background: #181818;
  transition: 0.5s;
}
 
.oz_entry:hover{
  opacity: 0.8;
  }
  
.oz_entry .oz_entry_text01{
font-size: 40px;
  letter-spacing: 0.1em;
  color:#ffffff;
  margin-bottom: 8px;
}  
  
.oz_entry .oz_entry_text02{
font-size: 18px;
  color:#ff95b0;
}  
  
.oz_entry.oz_pt02{
box-sizing: border-box;
  border:6px solid #ba002f;
  background: #ffffff;
}
 
.oz_entry.oz_pt02 .oz_entry_text01{
  color:#ba002f;
}  
  
.oz_entry.oz_pt02 .oz_entry_text02{
  color:#000000;
}  

.oz_spfoot{
 position: fixed;
  bottom:-100px;
}

/*other_page*/
/*--profile--*/
.oz_mb45{
  margin-bottom: 45px;
}

.oz_other .oz_head{
  background: none;
}

 .oz_profileSec01_cont01{
    display: flex;
    justify-content: space-between;
    max-width: 780px;
    margin: auto;
   margin-bottom: 130px;
  }
  
  .oz_profileSec01_box01{
    width: 360px;
  }
  
  .oz_profileSec01_box02{
    width: 100%;
    max-width: 355px;
  }  
  
  .oz_profileSec01_box02_Icon{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  
  .oz_profileSec01_box02_IconDetail{
    margin-right: 8px;
    border:1px solid #d7d7d7;
    font-size: 15px;
    padding:8px 15px;
    color:#3c3c3c;
    margin-bottom: 8px;
  }
  
  .oz_profileSec01_box02_text01{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
  }
  
  .oz_profileSec01_box02_text01_a{
    font-size: 26px;
    margin-right: 20px;
    align-items: center;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 10px 0;
  }
  
  .oz_profileSec01_box02_text01_a .oz_profileSec01_box02_text01_a_span{
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 0.1em;
  }

.oz_profileSec01_box02_text01_aBox{
    width: calc(100% - 30px);
    padding-right: 10px;
}
  
  .oz_profileSec01_box02_text01_b{
    display: flex;
    align-items: center;
    position: relative;
    top:-5px;
    width: 178px;
  }
  
  .oz_profileSec01_box02_text01_b_icon01{
    height: 38px;
    padding: 10px 20px;
    color:#ffffff;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: #ba002f;
    margin-right: 8px;
    font-size: 16px;
  }
  
/*  .oz_profileSec01_box02_text01_b_icon02{
    padding-top: 5px;
  }*/

  .oz_profileSec01_box02_text01_b_icon{
      display: flex;
      justify-content: center;
      align-items: center;
      background: #181818;
      height: 38px;
      width: 38px;
      padding:8px;
      text-decoration: none;
      margin-right: 8px;
  }

  .oz_profileSec01_box02_text01_b_icon.--x{
      background: #181818;
  }

  .oz_profileSec01_box02_text01_b_icon.--l{
      background: #05b903;
  }

  .oz_profileSec01_box02_text01_b_icon.--bsky{
      background: #0F73FF;
  }

  .oz_profileSec01_box02_text01_b_icon.--ltlk{
      background: #9595F9;
  }

  .oz_profileSec01_box02_text01_b_icon.--ltlk {
      padding: 3px;              /* パディング除去でロゴを最大化 */
  }

  .oz_profileSec01_box02_text01_b_icon.--ltlk img {
      width: 38px;
      height: auto;
      display: block;
  }

  .oz_profileSec01_ImgBox{
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
  }
  
  .oz_profileSec01_ImgBoxInner{
    width: calc((100% - 12px) / 5);
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: 0;
    box-sizing: border-box;
  }
  
  .oz_profileSec01_ImgBoxInner.oz_current{
    border:1px solid #000000;
  }
  
  .oz_profileSec01_ImgBoxInner:nth-child(5n + 5){
    margin-right: 0;
  }
  
  .oz_profileSec01Title{
    margin-top: 70px;
    color:#3c3c3c;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    text-align: center;
  }

  .oz_profileSec01_cont02_box{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_profileSec01_cont02_boxInner{
    width: 126px;
    margin-right: 3px;
    margin-bottom: 3px
  }
  
.oz_profileSec01_box01_img{
  width: 100%;
  height: 510px;
  object-fit: cover;
}

.oz_profileSec01_ImgBox_img{
  width: 100%;
  height: 97px;
  object-fit: cover;  
}

  .oz_profileSec01_cont02_boxInner:nth-child(7n + 7){
    margin-right: 0;
  }
  
  .oz_profileSec01_cont02_boxTitle01{
    font-size: 24px;
    color:#ffffff;
    height: 45px;
    background: #000000;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: "EB Garamond",'Noto Sans JP', sans-serif;
  }

.oz_profileSec01_cont02_boxTitle01 .oz_profileSec01_cont02_boxTitle01_span{
  font-size: 18px;
  color:#ffffff;
}
  
  .oz_profileSec01_cont02_boxTitle02{
    font-size: 18px;
    color:#535354;
    height: 65px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-top: none;
    margin-bottom: 3px;
    line-height: 22px;
    font-family: "EB Garamond",'Noto Sans JP', sans-serif;
  }  
  
  .oz_profileSec01_cont02_boxTitle02.oz_none:after{
    content:" ";
    display: inline-block;
    background: #535354;
    height: 1px;
    width: 25px;
  }
  
  .oz_profileSec01_cont02_boxTitle03{
    font-size: 18px;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
  }  
  
  .oz_profileSec01_cont02_boxTitle03 .oz_profileSec01_cont02_boxLink{
    color:#b9002e;
  }  

  .oz_profileSec02_faqWrap{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dotted #dddddd;
  }
  
  .oz_profileSec02_faq01{
    width: 420px;
    position: relative;
    padding-left: 2em;
    font-size: 18px;
    line-height: 50px;
  }
  
  .oz_profileSec02_faq01:before{
    content:"Q.";
    font-size: 26px;
    font-family: "EB Garamond";
    position: absolute;
    left: 0;
    top:0;
  }
  
  .oz_profileSec02_faq02{
    width: 360px;
    position: relative;
    padding-left: 2em;
    font-weight: 18px;
    line-height: 50px;
  }
  
  .oz_profileSec02_faq02:before{
    content:"A.";
    font-size: 26px;
    font-family: "EB Garamond";
    position: absolute;
    left: 0;
    top:0;
    color:#b9002e;
  }

  .oz_profileSec02_box02{
    margin: 90px 0;
    padding: 40px 50px;
    border:1px solid #000000;
  }
  
  .oz_profileSec02_box02_title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
  }
  
  .oz_profileSec02_box02_title_span{
    color:#b9002e;
  }
  
  .oz_profileSec02_box02_text{
    font-size: 16px;
    line-height: 26px;
  }

  .oz_profileSec02_box02_b{
    padding: 40px 50px;
    border:1px solid #d9d9d9;
    margin-bottom: 90px;
  }

  .oz_profileSec02_box03{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
  }
  
  .oz_profileSec02_box03_boxInner{
    width:calc((100% - 15px) / 6);
    margin-right: 3px;
    margin-bottom: 3px;
  }
  
  .oz_profileSec02_box03_boxInner:nth-child(6n + 6){
    margin-right: 0;
  }
  
  .oz_profileSec02_box03_boxTitle01{
    font-size: 18px;
    color:#ffffff;
    height: 45px;
    background: #000000;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  
  .oz_profileSec02_box03_boxTitle02{
    color:#535354;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-top: none;
    font-size: 26px;
  }  

  .oz_other_pageTitleWrap{
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f2f4;
    padding-top: 70px;
  }  
  
  .oz_other_pageTitle{
    display: inline-block;
    font-size: 60px;
    text-align: center;
    line-height: 1.25em;
  }    
  
  .oz_other_pageTItle_small{
    font-size: 15px;
    color:#b9002e;
    display:block;
    line-height: 1em;
    font-weight: normal;
  }
  
  .oz_profileSec01_ImgBoxFirstText{
    font-size: 16px;
    color:#929292;
  }

  .oz_profileSec02_box04{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_profileSec02_box03__list{
    width: calc((100% - 60px) / 4);
    margin-bottom: 60px;
    margin-right: 20px;
  }
  
  .oz_profileSec02_box03__list:nth-child(4n + 4){
    margin-right: 0;
  }
  
  .oz_profileSec02_box03__imgelem{
    object-fit: cover;
    object-position: center;
    aspect-ratio:1/1.238;
    width: 100%;
    height: auto;
  }
  
  .oz_profileSec02_box03__date{
    font-size: 13px;
    margin: 15px 0 8px;
    color:#929292;
  }
  
  .oz_profileSec02_box03__text{
    font-size: 16px;
    line-height: 26px;
  }

.oz_btnWrap.oz_pt02{
  margin-top: 0;
  margin-bottom: 90px;
}

  .oz_profileSec02_box05{
    margin-top: 15px;
  }
  
  .oz_Review__Rate{
    font-size: 20px;
    margin-bottom: 10px;
    color:#e14169;
  }
  
  .oz_Review__Rate .oz_Review__RateSpan{
    color:#c1c1c1;
  }
  
  .oz_Review__revierName{
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 25px 0 20px;
  }
  
  .oz_Review__revierNameSpan{
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    margin-left: 12px;
    color:#929292;
  }
  
  .oz_Review__Text{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  
  .oz_reviewBox{
    margin-top: 40px;
    border:1px solid #f5f5f5;
    padding: 25px;
    padding-right: 260px;
  }
  
  .oz_reviewBox_text{
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .oz_Review__wrap{
    padding: 50px 0;
    border-bottom: 1px dotted #eeeeee;
  }
  
  .oz_reviewBox_icon{
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top:1px;
  }

/*rexruit*/




  .oz_recruitSec01__table{
    width: 100%;
  }  
  
/*  .oz_recruitSec01__th{
    font-size: 18px;
    padding:25px 0;
    text-align: left;
    width: 110px;
    border-bottom: 1px dotted #dddddd;
    font-weight: 500;
    vertical-align: top;
  }
  
  .oz_recruitSec01__td{
    font-size: 18px;
    padding:25px 0;
    text-align: left;
    width: calc(100% - 110px);
    border-bottom: 1px dotted #dddddd;
  }*/

  .oz_recruitSec01__table td:first-child{
    font-size: 18px;
    padding:25px 0;
    text-align: left;
    width: 110px;
    border-bottom: 1px dotted #dddddd;
    font-weight: 500;
    vertical-align: top;
  }
  
  .oz_recruitSec01__table td:nth-child(2){
    font-size: 18px;
    padding:25px 0;
    text-align: left;
    width: calc(100% - 110px);
    border-bottom: 1px dotted #dddddd;
  }
  
  .oz_recruitSec01__span01{
    color:#ba002f;
    font-weight: 400;
  }
  
  .oz_recruitSec01__span02{
    font-size: 15px;
  }  
  
  .oz_bdnone{
    border-bottom:none;
  }
  
  .oz_recruitSec01__ul{
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
  }
  
  .oz_recruitSec01__ul .oz_recruitSec01__list{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 5px;
    width: calc((100% - 20px) / 5);
    margin-top: 5px;
    height: 45px;
    border:1px solid #000000;
  }
  
  .oz_recruitSec01__ul .oz_recruitSec01__list:nth-child(5n + 5){
    margin-right: 0;
  }


  p.oz_recruitSec02_text01{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 30px;
  }
  
/*  .oz_recruitSec02_text02{
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -1px;
  } 
*/
  .oz_recruitSec03{
    margin-top: 100px;
  }
  
  .oz_recruitSec03 .oz_recruitSec03__title{
    font-size: 16px;
    margin-bottom: 3px;
  }
  
  .oz_recruitSec03 .oz_recruitSec03__rec{
    color:#ec7500;
  }
  
  .oz_Diary__Comments .oz_recruitSec03__input,
  .oz_recruitSec03 .oz_recruitSec03__input
  {
    padding:10px;
    border:1px solid #a4a4a4;
    display: block;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .oz_recruitSec03 .oz_recruitSec03__t_area{
    height: 130px;
    box-sizing: border-box;
  }
  
  .oz_recruitSec03 .oz_recruitSec03__BtnWrap{
    margin-top: 40px;
    text-align: center;
  }
  
  .oz_recruitSec03 .oz_recruitSec03__Btn{
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    border-radius: 100px;
    width: 260px;
    height: 60px;
    font-size: 20px;
    font-weight: 400;
    color:#ffffff;
    justify-content: center;
    align-items: center;
    background: #000000;
  }

  .oz_reviewSec01__text{
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  
  .oz_btn02{
    background: #ba002f;
  }  

  .oz_btn03{
    background: #473eb5;
  }    

  .oz_reviewSec02__text{
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 100px;
  }
  
  .oz_reviewSec02_cont{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 45px;
    border-bottom: 1px dotted #eeeeee;
  }
  
  .oz_reviewSec02_box01{
    width: 200px;
  }
  
  .oz_reviewSec02_box01_img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio:1/1.294;
  }
  
  .oz_reviewSec02_box02{
    width: calc(100% - 230px);
  }
  
  .oz_Review__Name{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .oz_Review__Name a{
    color: initial;
  }
  
  .oz_Review__Name_span{
    font-size: 16px;
  }
  
  .oz_reviewSec02_box02 .oz_reviewBox{
    padding-right: 60px;
  }

  .oz_pager{
    padding-top: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  
  .oz_link{
    text-decoration: none;
    font-size: 14px;
    margin:0 5px;
    color:#000000;;
    cursor: pointer;
  }
  
  .oz_linkactive{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000000;
    border:1px solid #000000;
    width: 27px;
    height: 27px;
    font-size: 17px;
  }
  
  .oz_linkbox{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    border:1px solid #000000;
    background: #000000;
    width: 27px;
    height: 27px;
    font-size: 17px;
  }

  .oz_linkbox > a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  
  .oz_read{
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    width: 27px;
    height: 27px;
    font-size: 17px;
  }

/* service */

  .oz_serviceSec01__ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  
  .oz_serviceSec01__list{
    height: 100px;
    width: calc((100% - 80px) / 5);
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    border:1px solid #000000;
    text-align: center;
  }
  
  .oz_serviceSec01__list:nth-child(5n + 5){
    margin-right: 0;
  }  
  
  .oz_serviceSec01__list:before{
    content:" ";
    display: block;
    height: 15px;
    width: 15px;
    background: #dfa8b6;
    position: absolute;
    top:0;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }

  .oz_serviceSec01__list:after{
    content:url("../images/service/oz_arrow02.svg");
    position: absolute;
    top:40px;
    right: -15px;
  }
  
  .oz_serviceSec01__list:nth-child(5n + 5):after{
    content:none;
  } 
  
  .oz_serviceSec01__list__text01{
    font-size: 16px;
    color: #707070;
  }
  
  .oz_serviceSec01__list__span{
    color:#ba002f;
  }

  .oz_serviceSec01__list__text02{
    font-size: 18px;
  }

  .oz_serviceSec01__textbox{
    padding-top: 50px;
    text-align: center;
  }
  
  .oz_serviceSec01__textbox__text01{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
  }
  
  .oz_serviceSec01__textbox__text01__span{
    color:#b9002e;
  }
  
  .oz_serviceSec01__textbox__text02{
    font-size: 15px;
    line-height: 30px;
  }

  .oz_serviceSec02__text01{
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 70px;
  } 
  
  .oz_serviceSec02__text02_b{
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  } 
  
  .oz_serviceSec02__text02__box{
    padding: 25px;
    border:1px solid #000000;
    margin-bottom: 40px;
  }
  
  .oz_serviceSec02__text02_a{
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
  }
  
  .oz_serviceSec01__textbox__text01__span{
    color:#b9002e;
  }

  .oz_serviceSec02__cont02__box{
    padding-top: 80px;
  }
  
  .oz_serviceSec02__cont02__title{
    margin-bottom: 30px;
    font-size: 20px;
    padding-left: 25px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;;
  }
  
  .oz_serviceSec02__cont02__title:after{
    content:" ";
    display: block;
    width:3px;
    height: 25px;
    left: 0;
    top:5px;
    background: #b9002e;
    position: absolute;
  }
  
  .oz_serviceSec02__cont02__list{
    padding: 10px;
    border-bottom:1px dotted #eeeeee;
    display: flex;
    justify-content: space-between;
  }

  .oz_serviceSec02__cont02__ul{
    width: 100%;
  }
  
  .oz_serviceSec02__cont02__column2{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  
  .oz_serviceSec02__cont02__column2 .oz_serviceSec02__cont02__ul{
    width:calc((100% - 30px) / 2);
  }
  
  .oz_serviceSec02__cont02__column2 .oz_serviceSec02__cont02__ul:first-child .oz_serviceSec02__cont02__list{
    padding-right: 0;
  }
  
    .oz_serviceSec02__cont02__column2 .oz_serviceSec02__cont02__ul:last-child .oz_serviceSec02__cont02__list{
    padding-left: 0;
  }
  
  .oz_serviceSec02__cont02__list_eng{
    font-size: 24px;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.1em;  
  }
  
  .oz_serviceSec02__cont02__list__text{
    font-size: 18px;
    font-weight: normal;
  }

  th.oz_serviceSec02__cont02__list__text{ 
  text-align:left;  
  } 
  td.oz_serviceSec02__cont02__list__text{ 
  text-align:right; 
  }
  
  .oz_serviceSec02__cont02__list_ft15{
    font-size: 15px;
  }
  
  .oz_mt15{
    margin-top: 15px;
    padding-left: 10px;
    font-size: 14px;
  }

  .oz_serviceSec03__box{
    padding: 35px;
    border:1px solid #000000;
    text-align: center;
  }
  
  .oz_serviceSec03__text01{
    font-size: 20px;
  }
  
  .oz_serviceSec03__text02{
    margin: 25px 0;
  }
  
  .oz_serviceSec03__text03{
    font-size: 15px;
  }

  .oz_serviceSec04__ul{
    max-width: 400px;
    margin: auto;
    margin-bottom: 60px;
    width: 100%;
  }
  
  .oz_serviceSec04__list{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
  }
  
  .oz_serviceSec04__listtext{
    font-size: 18px;
    font-weight: 400;
  }
  
  .oz_serviceSec04__listtext_eng{
    font-size: 24px;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.1em;  
  }
  
  .oz_serviceSec04__text01{
    text-align: center;
    margin-bottom: 8px;
    font-size: 18px;
  }
  
  .oz_serviceSec04__text02{
    font-size: 15px;
    line-height: 30px;
  }


.oz_serviceSec05__text{
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 400;

}


/* concept */
  .oz_tc{
    text-align: center;
  }  
  
  .oz_concept_title{
    font-size: 25px;
    margin-bottom: 60px;
    color:#ba002f;
    font-weight: 400;
  }

  .oz_concept_title::before,
  .oz_concept_title::after {
      content: "-"; /* 追加する内容 */
      color: #000000; /* 色 */
      margin: 0 10px; /* 左右の余白 */
  }
  
/*  .oz_concept_title_span{
    color:#ba002f;
  }*/
  
  .oz_concept_img{
    margin-bottom: 60px;
  }
  
  .oz_concept_subtitle{
    font-size: 36px;
    margin-bottom: 35px;
  }
  
  .oz_concept_text{
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }

/* add */

.sp-only {
  display: none;
}

.is-style-section_ttl{
    text-align: center;
    font-size: 60px;
    line-height: 0.75em;
    margin-bottom: 65px;  
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.is-style-section_ttl small{
    text-align: center;
    font-size: 15px;
    color:#b9002e;
    display: block;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;  
}

.oz-block-fullWide.oz_concept h3{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px;
}

.oz-block-fullWide.oz_concept p{
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
}  

/* calendar */
.oz_Calendar--Container {
    max-width: 100%;
    margin: auto;
}

.oz_Calendar--Inner {
    padding: 10px;
}

.oz_Calendar--Header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.oz_Calendar--Prev a, .oz_Calendar--Next a {
    color: #000000;
    font-size: 20px;
}

.oz_Calendar--CurrentMonth {
    flex: 2;
    text-align: center;
    font-size: 20px;
}

.oz_Calendar--Table {
    width: 100%;
    border-collapse: collapse;
}

.oz_Calendar--Table th, .oz_Calendar--Table td {
    border: 1px solid #000000;
    padding: 10px;
    text-align: center;
    width: calc(100% / 7);
}

.oz_Calendar--DayHeader {
    background-color: #f4f4f4;
}

.oz_Calendar--DayHeader .oz_Calendar--Sunday {
    color: #e80111;
}

.oz_Calendar--DayHeader .oz_Calendar--Saturday {
    color: #009fe9;
}

.oz_Calendar--DayCell {
    vertical-align: top;
}

.oz_Calendar--Date {
    font-size: 18px;
    display: block;
}

.oz_Calendar--TimeInfo {
    font-size: 14px;
    color: #666;
}

.oz_Diary__Text p{
  padding-bottom: 1rem;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  font-size: 1rem;  
}

.oz-news-list {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 400;
}

.oz-news-list ul {
  margin-bottom: 10px;　
}

.oz-news-list li::before {
    content: '* ';
    margin-right: 5px;
}

.oz-news-item + .oz-news-item {
    border-top: 1px solid #ddd;
    margin-top: 6em;
    padding-top: 6em;
}

.oz-news-date {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 10px;
    text-align: right;
}


/* mypage */
.oz_pcLoginWrap {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.oz_pcUserIconWrap {
  background: #ffffff;
  border-radius: 50%;
  padding: 5px;
  margin-left: 10px;
  display: flex; /* PC用のアイコンを表示に */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* 影を追加 */
}

.oz_pcUserIconWrap img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover; /* アイコン画像をコンテナにフィットさせる */
  border: 2px solid #fff;   
}

.oz_pcUserIcon {
  width: 100%; /* コンテナのサイズにフィット */
  height: auto; /* アスペクト比を保持 */
  object-fit: contain; /* 画像がコンテナに収まるように調整 */
  border-radius: 50%; /* アイコンを丸く表示 */
}

.oz_reserveBtn {
  font-size: 18px;
  color: #ffffff;
  background: #ba002f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  min-width: 150px;
  border-radius: 100px;
  text-decoration: none;
  margin-left: 20px;
}

.oz_loginBtn.pc-only {
  font-size: 18px;
  color: #ffffff;
  background: #7a6363;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  min-width: 150px;
  border-radius: 100px;
  text-decoration: none;
  margin-left: 20px;
}

.oz_mypageUserInfo { /* マイページ専用のクラス名 */
    text-align: center;
    margin: 20px 0;
}

.oz_mypageIconContainer { /* マイページ専用のクラス名 */
    width: 150px; /* コンテナのサイズ */
    height: 150px; /* コンテナのサイズ */
    margin-bottom: 10px;
    border: 2px solid #fff; /* 白枠 */
    border-radius: 50%; /* 丸くする */
    overflow: hidden; /* 丸の外にはみ出ないようにする */
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* 影を追加 */
}

.oz_mypageIcon { /* マイページ専用のクラス名 */
    width: 100%; /* 画像をコンテナに合わせる */
    height: 100%; /* 画像をコンテナに合わせる */
    object-fit: cover; /* 画像が丸に収まるように調整 */
}

.oz_mypageUserNickname { /* マイページ専用のクラス名 */
    font-size: 18px;
    /*font-weight: bold;*/
}

/* mypage-form */
#wpmem_login,
#wpmem_reg{
  width:95%;
}

/* comment */
.comment{
    margin-bottom: 15px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #a4a4a4;
}   

.comment-author{
    margin-bottom: 8px;
}

.comment-form{
    margin-top: 20px;
} 

/* like */
.oz_Diary__Likes{
  margin-top: 20px;
}

.oz_HeartIcon {
    font-size: 22px;
    color: #D3D3D3;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px 4px 22px 0px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}

.oz_HeartIcon.liked {
    color: #b08ea2;
    /*color: #e14169;*/
}

.oz_HeartIcon.animate {
    animation: heartBounce 0.6s ease;
}

@keyframes heartBounce {
    0% { transform: scale(1); }
    25% { transform: scale(1.3); }
    50% { transform: scale(1); }
    75% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.oz_CommentIcon {
    font-size: 22px;
    color: #D3D3D3;
    border-radius: 50%;
    padding: 10px 4px 10px 15px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}

.sp-only {
  display: none;
}

.pc-only {
  display: flex;
}

.form-submit{
  text-align: center;
}

#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 100%;
}

/* 20250327 */

.oz-area-tabs{
  text-align:center; 
  margin-bottom:4em;
}
.oz-area-btn {
  padding: 8px 16px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  /*font-weight: bold;*/
}
.oz-area-btn.active {
  background: #000;
  color: #fff;
}

.oz_profileSec01_box02_area {
  margin-top: 20px;
}

.oz_profileSec01_box02_area_label {
  display: inline-block;
  padding: 4px 10px;
  font-size: 14px;
  color: #fff;
  margin-right: 6px;
}

/* 東京（tokyo）＝青 */
.oz_profileSec01_box02_area_label.area-tokyo {
  background-color: #ba002f;
}

/* 大阪（osaka）＝赤 */
.oz_profileSec01_box02_area_label.area-osaka {
  /*background-color: #4f46c1;*/
  background-color: #0056d2;
}

/* 横浜（yokohama）＝グレー */
.oz_profileSec01_box02_area_label.area-yokohama {
  background-color: #616161; /* 好みに応じて色変更可 */
}

/* ============================================================
   コラム（column）スタイル
   既存の style.css 末尾にコピペしてください
   ============================================================ */

/* ----------------------------------------------------------
   パンくずリスト（全ページ共通）
   ---------------------------------------------------------- */
.oz_breadcrumb {
  padding: 12px 0;
  margin-bottom: 0;
}

.oz_breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #999;
}

.oz_breadcrumb__item + .oz_breadcrumb__item::before {
  content: '›';
  margin: 0 6px;
  color: #ccc;
}

.oz_breadcrumb__item a {
  color: #999;
  text-decoration: none;
  transition: color 0.2s;
}

.oz_breadcrumb__item a:hover {
  color: #c9a07a;
}

.oz_breadcrumb__item--current {
  color: #666;
}


/* ----------------------------------------------------------
   コラム共通
   ---------------------------------------------------------- */
.oz_column__cta {
  padding: 60px 0;
}

.oz_column__ctaInner {
  background: #1a1a1a;
  border: 1px solid #c9a07a;
  border-radius: 4px;
  padding: 40px;
  text-align: center;
}

.oz_column__ctaText {
  color: #ddd;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.oz_column__ctaText strong {
  color: #c9a07a;
}

.oz_column__ctaBtn {
  display: inline-block;
  padding: 14px 40px;
  font-size: 14px;
}


/* ----------------------------------------------------------
   コラム一覧ページ（archive-column.php）
   ---------------------------------------------------------- */

/* リード文 */
.oz_column__lead {
  padding: 40px 0 0;
}

.oz_column__leadText {
  font-size: 14px;
  line-height: 1.9;
  color: #bbb;
  text-align: center;
}

/* 件数表示 */
.oz_column__count {
  font-size: 12px;
  color: #888;
  margin-bottom: 24px;
  text-align: right;
}

/* カードグリッド */
.oz_column__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .oz_column__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media screen and (max-width: 800px) {
  .oz_column__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* カード */
.oz_column__card {
  background: #111;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}

.oz_column__card:hover {
  border-color: #c9a07a;
  transform: translateY(-4px);
}

.oz_column__cardLink {
  display: block;
  height: 100%;
  color: inherit;
}

/* カードサムネイル */
.oz_column__cardThumb {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.oz_column__cardImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.oz_column__card:hover .oz_column__cardImg {
  transform: scale(1.05);
}

/* カテゴリバッジ */
.oz_column__cardCat {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c9a07a;
  color: #000;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 2px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

/* カードボディ */
.oz_column__cardBody {
  padding: 16px;
}

.oz_column__cardDate {
  display: block;
  font-size: 11px;
  color: #888;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.oz_column__cardTitle {
  font-size: 14px;
  line-height: 1.6;
  color: #e0e0e0;
  margin-bottom: 10px;
  /* 2行クランプ */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oz_column__cardExcerpt {
  font-size: 12px;
  color: #888;
  line-height: 1.7;
  margin-bottom: 12px;
  /* 3行クランプ */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oz_column__cardMore {
  font-size: 12px;
  color: #c9a07a;
  letter-spacing: 0.05em;
}

/* 記事なし */
.oz_column__empty {
  text-align: center;
  color: #888;
  padding: 60px 0;
  font-size: 14px;
}

/* ページネーション */
.oz_pager {
  margin: 40px 0;
  text-align: center;
}

.oz_pager__inner .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 14px;
  border: 1px solid #444;
  color: #bbb;
  font-size: 13px;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.oz_pager__inner .page-numbers:hover,
.oz_pager__inner .page-numbers.current {
  background: #c9a07a;
  border-color: #c9a07a;
  color: #000;
}

.oz_pager__inner .page-numbers li {
  list-style: none;
  display: inline;
}


/* ----------------------------------------------------------
   コラム記事詳細ページ（single-column.php）
   ---------------------------------------------------------- */
.oz_columnSingle__wrap {
  padding: 40px 0 60px;
  max-width: 780px;
  margin: 0 auto;
}

/* ヘッダー */
.oz_columnSingle__header {
  margin-bottom: 32px;
}

.oz_columnSingle__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.oz_columnSingle__cats .oz_column__cardCat {
  position: static;
}

/* h1 */
.oz_columnSingle__title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.5;
  color: #e8e8e8;
  margin-bottom: 16px;
}

/* メタ情報 */
.oz_columnSingle__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.oz_columnSingle__date {
  font-size: 12px;
  color: #888;
  letter-spacing: 0.05em;
}

.oz_columnSingle__date--mod {
  color: #666;
}

/* アイキャッチ */
.oz_columnSingle__thumb {
  margin-bottom: 40px;
}

.oz_columnSingle__thumbImg {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

/* 本文エリア */
.oz_columnSingle__body {
  color: #ccc;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 48px;
}

/* 本文内の見出し */
.oz_columnSingle__body h2 {
  font-size: 20px;
  font-weight: 700;
  color: #e0e0e0;
  border-left: 4px solid #c9a07a;
  padding-left: 14px;
  margin: 48px 0 20px;
  line-height: 1.4;
}

.oz_columnSingle__body h3 {
  font-size: 17px;
  font-weight: 600;
  color: #d8d8d8;
  margin: 36px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2a2a2a;
}

.oz_columnSingle__body p {
  margin-bottom: 1.6em;
}

.oz_columnSingle__body a {
  color: #c9a07a;
  text-decoration: underline;
}

.oz_columnSingle__body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  margin: 24px auto;
}

/* テーブル（料金表など） */
.oz_columnSingle__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}

.oz_columnSingle__body th,
.oz_columnSingle__body td {
  border: 1px solid #333;
  padding: 10px 14px;
  text-align: left;
  color: #ccc;
}

.oz_columnSingle__body th {
  background: #1e1e1e;
  color: #c9a07a;
  font-weight: 600;
}

/* FAQ風リスト（ul/ol） */
.oz_columnSingle__body ul,
.oz_columnSingle__body ol {
  padding-left: 1.5em;
  margin-bottom: 1.6em;
}

.oz_columnSingle__body li {
  margin-bottom: 0.6em;
}

/* 記事フッター */
.oz_columnSingle__footer {
  margin-top: 40px;
  text-align: center;
}

.oz_columnSingle__backBtn {
  display: inline-block;
  font-size: 13px;
}

/* 関連記事 */
.oz_columnRelated {
  padding: 60px 0;
  border-top: 1px solid #222;
}

.oz_columnRelated__title {
  text-align: center;
  margin-bottom: 32px;
}

.oz_column__grid--related {
  margin-bottom: 0;
}

/* スマホ対応 */
@media screen and (max-width: 800px) {
  .oz_columnSingle__wrap {
    padding: 24px 0 40px;
  }

  .oz_columnSingle__title {
    font-size: 18px;
  }

  .oz_columnSingle__body {
    font-size: 14px;
  }

  .oz_columnSingle__body h2 {
    font-size: 17px;
  }

  .oz_columnSingle__body h3 {
    font-size: 15px;
  }

  .oz_column__ctaInner {
    padding: 28px 20px;
  }
}


/* ============================================================
   ブログ・コラムページ
   ============================================================ */

/* ============================================================
   アクセントカラー設定
   ここの値を変えるだけでブログ全体のアクセントが変わります
   ============================================================ */
:root {
  --accent:       #ba002f;
  --accent-dark:  #8a001f;
  --accent-light: #f5e0e5;
}


/* ============================================================
   パンくずリスト
   ============================================================ */
.oz_bc {
  padding: 24px 0 0;
  font-size: 11px;
}

.oz_bc__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #aaa;
}

.oz_bc__item + .oz_bc__item::before {
  content: '/';
  margin: 0 6px;
  opacity: .4;
}

.oz_bc__item a {
  color: #aaa;
  text-decoration: none;
}

.oz_bc__item a:hover {
  color: var(--accent);
}

.oz_bc__item--current {
  color: #888;
}


/* ============================================================
   一覧・アーカイブ：ページヒーロー
   ============================================================ */
.oz_blog__hero {
  background: #f7f7f7;
  border-bottom: 0.5px solid #e5e5e5;
  padding: 40px 32px 32px;
  text-align: center;
}

.oz_blog__heroEng {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: .06em;
  display: block;
  color: #111;
}

.oz_blog__heroSub {
  font-size: 13px;
  color: #888;
  margin-top: 6px;
  display: block;
}


/* ============================================================
   一覧：リード文・件数・空文
   ============================================================ */
.oz_blog__lead {
  padding: 28px 0 0;
  text-align: center;
}

.oz_blog__leadText {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}

.oz_blog__count {
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-bottom: 16px;
}

.oz_blog__empty {
  text-align: center;
  color: #999;
  padding: 60px 0;
  font-size: 14px;
}


/* ============================================================
   カードグリッド
   ============================================================ */
.oz_blogGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .oz_blogGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 800px) {
  .oz_blogGrid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.oz_blogGrid--related {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .oz_blogGrid--related {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   カード
   ============================================================ */
.oz_blogCard {
  background: #fff;
  border: 0.5px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}

.oz_blogCard:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
}

.oz_blogCardLink {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

/* サムネイル */
.oz_blogCardThumb {
  position: relative;
  aspect-ratio: 3 / 2;
  background: #f0f0f0;
  overflow: hidden;
  flex-shrink: 0;
}

.oz_blogCardThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.oz_blogCard:hover .oz_blogCardThumb img {
  transform: scale(1.04);
}

/* カテゴリバッジ */
.oz_blogCardCat {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 3px;
  letter-spacing: .03em;
}

/* カードボディ */
.oz_blogCardBody {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.oz_blogCardDate {
  display: block;
  font-size: 11px;
  color: #999;
  letter-spacing: .05em;
  margin-bottom: 8px;
}

.oz_blogCardTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  color: #111;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oz_blogCardExcerpt {
  font-size: 12px;
  color: #777;
  line-height: 1.6;
  margin-bottom: 12px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oz_blogCardMore {
  font-size: 11px;
  color: var(--accent);
  margin-top: auto;
}


/* ============================================================
   ラベル（カテゴリ・タグ）
   ============================================================ */
.oz_blogLabels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.oz_label {
  display: inline-block;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: .03em;
  transition: opacity .2s;
}

.oz_label:hover {
  opacity: .75;
}

.oz_label--cat {
  background: var(--accent);
  color: #fff;
  font-weight: 700;
}

.oz_label--tag {
  border: 0.5px solid #ccc;
  color: #777;
  background: transparent;
}


/* ============================================================
   CTAバナー
   ============================================================ */
.oz_blog__cta {
  padding: 48px 0 60px;
}

.oz_blog__ctaInner {
  border: 0.5px solid #ddd;
  border-radius: 8px;
  padding: 36px 32px;
  text-align: center;
  background: #f7f7f7;
}

.oz_blog__ctaText {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.oz_blog__ctaText strong {
  color: var(--accent);
  font-weight: 500;
}

.oz_blog__ctaBtn {
  display: inline-block;
  border: 0.5px solid #aaa;
  border-radius: 4px;
  padding: 12px 36px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}

.oz_blog__ctaBtn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

@media (max-width: 800px) {
  .oz_blog__ctaInner {
    padding: 28px 20px;
  }
}


/* ============================================================
   記事詳細（single-oz_blog.php）
   ============================================================ */
.oz_blogSingle__wrap {
  padding: 100px 0 60px;
  max-width: 780px;
  margin: 0 auto;
}

/* カテゴリ */
.oz_blogSingle__cats {
  margin-bottom: 14px;
}

/* h1 */
.oz_blogSingle__title {
  font-size: clamp(20px, 3vw, 22px);
  font-weight: 500;
  line-height: 1.55;
  color: #111;
  margin-bottom: 14px;
}

/* 日付 */
.oz_blogSingle__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.oz_blogSingle__date {
  font-size: 12px;
  color: #999;
  letter-spacing: .05em;
}

.oz_blogSingle__date--mod {
  opacity: .6;
}

/* アイキャッチ */
.oz_blogSingle__thumb {
  margin-bottom: 32px;
}

.oz_blogSingle__thumbImg {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}


/* ============================================================
   目次
   ============================================================ */
.oz_blogToc {
  background: #f7f7f7;
  border: 0.5px solid #e5e5e5;
  border-radius: 4px;
  padding: 18px 22px;
  margin-bottom: 36px;
}

.oz_toc_title {
  font-size: 12px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: .06em;
  margin-bottom: 10px;
}

.oz_toc_list,
.oz_toc_sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oz_toc_list > li {
  padding: 5px 0;
  border-bottom: 0.5px solid #e5e5e5;
  font-size: 13px;
  color: #666;
}

.oz_toc_list > li:last-child {
  border-bottom: none;
}

.oz_toc_sublist {
  padding-left: 1em;
  margin-top: 4px;
}

.oz_toc_sublist > li {
  padding: 4px 0;
  font-size: 12px;
  border-bottom: 0.5px solid #eee;
  color: #888;
}

.oz_toc_sublist > li:last-child {
  border-bottom: none;
}

.oz_toc_list a,
.oz_toc_sublist a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}

.oz_toc_list a:hover,
.oz_toc_sublist a:hover {
  color: var(--accent);
}


/* ============================================================
   本文
   ============================================================ */
.oz_blogSingle__body {
  font-size: 14px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 40px;
}

.oz_blogSingle__body h2 {
  font-size: 17px;
  font-weight: 500;
  color: #111;
  border-left: 3px solid var(--accent);
  padding-left: 12px;
  margin: 36px 0 14px;
  line-height: 1.4;
}

.oz_blogSingle__body h3 {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  margin: 28px 0 10px;
  padding-bottom: 6px;
  border-bottom: 0.5px solid #e5e5e5;
}

.oz_blogSingle__body p {
  margin-bottom: 1.4em;
}

.oz_blogSingle__body a {
  color: var(--accent);
  text-decoration: underline;
}

.oz_blogSingle__body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  margin: 24px auto;
}

.oz_blogSingle__body ul,
.oz_blogSingle__body ol {
  padding-left: 1.5em;
  margin-bottom: 1.4em;
}

.oz_blogSingle__body li {
  margin-bottom: .5em;
}

.oz_blogSingle__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}

.oz_blogSingle__body th,
.oz_blogSingle__body td {
  border: 1px solid #e5e5e5;
  padding: 10px 14px;
  color: #555;
  text-align: left;
}

.oz_blogSingle__body th {
  background: #f7f7f7;
  color: var(--accent);
  font-weight: 500;
}


/* ============================================================
   記事詳細：タグ・戻るボタン
   ============================================================ */
.oz_blogSingle__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}

.oz_blogSingle__back {
  text-align: center;
  margin-bottom: 48px;
}


/* ============================================================
   関連記事
   ============================================================ */
.oz_blogRelated {
  padding: 36px 0 0;
  border-top: 0.5px solid #e5e5e5;
}

.oz_blogRelated__label {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  letter-spacing: .08em;
  margin-bottom: 16px;
}


/* ============================================================
   レスポンシブ（ブログ記事詳細）
   ============================================================ */
@media (max-width: 800px) {
  .oz_blogSingle__wrap {
    padding: 80px 0 40px;
  }

  .oz_blogSingle__title {
    font-size: 18px;
  }

  .oz_blogSingle__body {
    font-size: 14px;
  }

  .oz_blogSingle__body h2 {
    font-size: 16px;
  }

  .oz_blogSingle__body h3 {
    font-size: 14px;
  }
}

/* 関連記事セクション見出し（is-style-section_ttl と併用） */
.oz_blogRelated__title {
  margin-bottom: 16px;
}

/* SP（800px以下）：記事カードを2列表示 */
@media (max-width: 800px) {
  .oz_blogGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* noimage プレースホルダー（アイキャッチなし時） */
.oz_blogSingle__noimage,
.oz_blogCardThumb__noimage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  color: #bbb;
}

.oz_blogSingle__noimage {
  aspect-ratio: 16 / 9;
  border-radius: 4px;
}

/* h4目次サブリスト */
.oz_toc_sublist--h4 {
  padding-left: 1em;
  margin-top: 4px;
}

.oz_toc_sublist--h4 > li {
  padding: 3px 0;
  font-size: 11px;
  border-bottom: 0.5px solid #eee;
  color: #aaa;
}

.oz_toc_sublist--h4 > li:last-child {
  border-bottom: none;
}


/* ============================================================
   ツイキャス 一覧
   ============================================================ */

.oz_twitcasSec {
  padding: 60px 0 80px;
}

/* リスト全体 */
.oz_twitcasList {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

/* 1行 */
.oz_twitcasRow {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 0.5px solid #e0e0e0;
}

.oz_twitcasRow:first-child {
  border-top: 0.5px solid #e0e0e0;
}

/* サムネイル */
.oz_twitcasRow__thumb {
  position: relative;
  flex-shrink: 0;
  width: 260px;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  overflow: hidden;
  background: #111;
}

.oz_twitcasRow__thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.oz_twitcasRow__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .2s;
}

.oz_twitcasRow__thumb a:hover img {
  opacity: .85;
}

.oz_twitcasRow__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* テキスト */
.oz_twitcasRow__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.oz_twitcasRow__title {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  line-height: 1.55;
  margin: 0;
}

.oz_twitcasRow__meta {
  font-size: 12px;
  color: #888;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.oz_twitcasRow__members {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
}

.oz_twitcasRow__membersLabel {
  font-size: 12px;
  color: #888;
  margin-right: 6px;
}

.oz_twitcasRow__castLink {
  color: #ba002f;
  text-decoration: none;
  border-bottom: 0.5px solid rgba(186, 0, 47, .3);
  transition: border-color .15s;
}

.oz_twitcasRow__castLink:hover {
  border-color: #ba002f;
  opacity: 1;
}

.oz_twitcasRow__castSep {
  color: #ccc;
  margin: 0 6px;
  font-size: 11px;
}

/* CTAボタン */
.oz_twitcasRow__cta {
  flex-shrink: 0;
  width: 148px;
  display: flex;
  justify-content: flex-end;
}

.oz_twitcasRow__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px 22px;
  background: #111;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border-radius: 100px;
  white-space: nowrap;
  transition: background .2s;
}

.oz_twitcasRow__btn:hover {
  background: #ba002f;
  color: #fff;
}

/* ============================================================
   レスポンシブ（ツイキャス）
   ============================================================ */
@media (max-width: 800px) {
  .oz_twitcasSec {
    padding: 40px 0 60px;
  }

  .oz_twitcasRow {
    flex-wrap: wrap;
    gap: 14px;
    padding: 20px 0;
  }

  .oz_twitcasRow__thumb {
    width: 140px;
  }

  .oz_twitcasRow__body {
    flex: 1;
    gap: 6px;
  }

  .oz_twitcasRow__title {
    font-size: 14px;
  }

  .oz_twitcasRow__cta {
    width: 100%;
    justify-content: flex-end;
  }

  .oz_twitcasRow__btn {
    font-size: 12px;
    padding: 9px 18px;
  }
}

/* ============================================================
   ツイキャス SP（800px以下）上書き
   ============================================================ */
@media (max-width: 800px) {

  /* 既存のmq内設定をリセット・上書き */
  .oz_twitcasSec {
    padding: 32px 0 60px;
  }

  /* 縦積みカード型 */
  .oz_twitcasRow {
    flex-direction: column !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    padding: 0 0 0 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #e0e0e0 !important;
  }

  .oz_twitcasRow:first-child {
    border-top: none !important;
  }

  /* サムネイル：全幅・角丸なし */
  .oz_twitcasRow__thumb {
    width: 100% !important;
    border-radius: 0 !important;
    flex-shrink: unset;
  }

  /* テキスト */
  .oz_twitcasRow__body {
    flex: unset !important;
    gap: 8px !important;
    padding: 14px 16px 0;
  }

  .oz_twitcasRow__title {
    font-size: 15px !important;
  }

  /* ボタン：全幅・中央 */
  .oz_twitcasRow__cta {
    width: 100% !important;
    justify-content: center !important;
    padding: 14px 16px;
  }

  .oz_twitcasRow__btn {
    width: 100%;
    justify-content: center;
    font-size: 13px !important;
    padding: 12px 0 !important;
  }
}

/* ============================================================
   新フッター（.oz_foot--new）
   ============================================================ */
.oz_foot--new {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #333;
  font-size: 14px;
}

.oz_foot--new .ft-body {
  display: flex;
  padding: 36px 40px 28px;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
}

.oz_foot--new .ft-left {
  flex: 0 0 380px;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}

.oz_foot--new .ft-logo-img {
  max-width: 220px;
  margin-bottom: 20px;
}

.oz_foot--new .ft-logo-img.pc {
  display: block;
}

.oz_foot--new .ft-logo-img.sp {
  display: none;
}

.oz_foot--new .ft-hours {
  font-size: 13px;
  color: #444;
  margin-bottom: 18px;
  line-height: 1.8;
}

.oz_foot--new .ft-sns {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 4px;
}

.oz_foot--new .ft-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #555;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.oz_foot--new .ft-sns a:hover {
  border-color: #999;
  color: #111;
}

.oz_foot--new .ft-sns a.--bsky {
  background: #0F73FF;
  border-color: #0F73FF;
  color: white;
}

.oz_foot--new .ft-sns a.--bsky:hover {
  background: #0d65e0;
  border-color: #0d65e0;
  color: white;
}

.oz_foot--new .ft-sns a.--ltlk {
  background: #9595F9;
  border-color: #9595F9;
  color: white;
}

.oz_foot--new .ft-sns a.--ltlk:hover {
  background: #7f7fe0;
  border-color: #7f7fe0;
  color: white;
}

.oz_foot--new .ft-sns svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.oz_foot--new .ft-right {
  flex: 1;
  padding-left: 48px;
}

.oz_foot--new .ft-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.oz_foot--new .ft-nav-grid li {
  border-bottom: 1px solid #f0f0f0;
}

.oz_foot--new .ft-nav-grid li a {
  display: block;
  padding: 13px 10px 13px 14px;
  color: #333;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: relative;
}

.oz_foot--new .ft-nav-grid li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 1px;
  background: #bbb;
}

.oz_foot--new .ft-copy {
  text-align: center;
  padding: 18px 0;
  font-size: 11px;
  color: #aaa;
  letter-spacing: 0.1em;
  border-top: 1px solid #f0f0f0;
}

@media (max-width: 800px) {
  .oz_foot--new .ft-body {
    flex-direction: column;
    padding: 32px 20px 24px;
  }

  .oz_foot--new .ft-left {
    flex: none;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .oz_foot--new .ft-right {
    padding-left: 0;
  }

  .oz_foot--new .ft-nav-grid {
    grid-template-columns: 1fr;
  }

  .oz_foot--new .ft-right {
    display: none;
  }

  .oz_foot--new .ft-logo-img.pc {
    display: none;
  }

  .oz_foot--new .ft-logo-img.sp {
    display: block;
  }
}

/* ============================================================
   SPメニュー 新デザイン
   ============================================================ */

@media (max-width: 800px) {
  .sp-menu__login {
    background: #f7f7f7;
    padding: 18px 20px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-shrink: 0;
  }

  .sp-menu__login-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .sp-menu__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .sp-menu__avatar svg {
    width: 22px;
    height: 22px;
    fill: #999;
  }

  .sp-menu__login-name {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    letter-spacing: 0.04em;
  }

  .sp-menu__login-sub {
    font-size: 11px;
    color: #888;
    font-weight: 300;
    margin-top: 2px;
  }

  .sp-menu__mypage-btn {
    display: block;
    background: #ba002f;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding: 9px 18px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .sp-menu__nav {
    margin-bottom: 24px;
  }

  .sp-menu__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sp-menu__nav-item {
    border-bottom: 1px solid #f0f0f0;
  }

  .sp-menu__nav-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px !important;
    color: #222 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.06em;
  }

  .sp-menu__nav-link::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    transform: rotate(45deg);
    flex-shrink: 0;
  }

  .sp-menu__reserve-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ba002f;
    color: #fff;
    text-decoration: none;
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin: 0 20px 20px;
    flex-shrink: 0;
  }

  .sp-menu__reserve-btn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
  }

  .sp-menu__footer {
    padding: 20px 20px 24px;
    border-top: 1px solid #f0f0f0;
    background: #fafafa;
    flex-shrink: 0;
  }

  .sp-menu__hours-label {
    font-size: 10px;
    color: #999;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }

  .sp-menu__hours {
    font-size: 12px;
    color: #555;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .sp-menu__sns {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .sp-menu__sns-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #444;
    text-decoration: none;
  }

  .sp-menu__sns-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
  }

  .sp-menu__sns-link:hover {
    border-color: #ba002f;
    color: #ba002f;
  }
}
}

/* ============================================================
   ヘッダー 3点修正（2026-04）
   ============================================================ */

/* ① ナビリンク：縦線区切り・サイズ・間隔を整理 */
@media screen and (min-width: 951px) {

  .oz_menuBox .oz_menuBoxList {
    margin-left: 0;            /* 既存の margin-left: 10px を上書き */
    position: relative;
  }

  /* 各リンクに縦線区切りを追加 */
  .oz_menuBox .oz_menuBoxList:not(.oz_linkBtn):not(.oz_headlink) .oz_headlink {
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 4px 12px;
    border-right: 1px solid #e0e0e0;
    line-height: 1;
  }

  /* 先頭アイテムだけ左にも線を引く */
  .oz_menuBox .oz_menuBoxList:not(.oz_linkBtn):not(.oz_headlink):first-child .oz_headlink {
    border-left: 1px solid #e0e0e0;
  }

  /* oz_pageHead（サブページ）のナビ文字色は既存どおり #000 を維持 */
  .oz_head.oz_pageHead .oz_menuBox .oz_menuBoxList:not(.oz_linkBtn):not(.oz_headlink) .oz_headlink {
    color: #000000;
  }

  /* ② WEB予約ボタン：幅・高さ・角丸を引き締め */
  .oz_menuBox .oz_linkBtn,
  .oz_menuBox li.oz_headlink {
    margin-left: 12px;         /* ボタン左だけ少し余白 */
  }

  .oz_menuBox .oz_linkBtn .oz_headlink,
  .oz_menuBox li.oz_headlink a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    height: 34px;              /* 40px → 34px */
    width: 100px;              /* 130px → 100px */
    border-radius: 4px;        /* 100px → 4px（角丸を抑える） */
    background: #ba002f;
    color: #ffffff;
    /* 縦線上書きをリセット */
    border-left: none;
    border-right: none;
    padding: 0;
  }

}

/* ③ マイページアイコン：影なし・細ボーダー・サイズ統一 */
.oz_pcUserIconWrap {
  box-shadow: none;            /* 既存の影を削除 */
  background: transparent;    /* 白背景を削除 */
  border: 1px solid #ddd;     /* 細ボーダーに変更 */
  padding: 0;                  /* 既存の padding: 5px を削除 */
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.oz_pcUserIconWrap img.oz_pcUserIcon {
  width: 26px;
  height: 26px;
  border: none;                /* 既存の border: 2px solid #fff を削除 */
}

/* ============================================================
   ナビリンク 区切り線（2026-04）
   PC（min-width: 951px）のみ適用
   ============================================================ */
@media screen and (min-width: 951px) {

  /* li をフルハイトに伸ばして縦線が全高に表示されるようにする */
  .oz_menuBox {
    align-items: stretch;
  }

  /* 各 li を flex にして中の a を縦中央揃え */
  .oz_menuBox .oz_menuBoxList {
    display: flex;
    align-items: center;
  }

  /* a を block にして padding が正しく効くように */
  .oz_menuBox .oz_menuBoxList:not(.oz_linkBtn) .oz_headlink {
    display: block;
    padding: 0 14px;
  }

  /* WEB予約ボタン（oz_linkBtn）には縦線なし */
  .oz_menuBox .oz_menuBoxList.oz_linkBtn {
    border-right: none;
    border-left: none;
  }

  /* oz_linkBtn が付いていない場合の保険：最後のアイテムの線を消す */
  .oz_menuBox .oz_menuBoxList:last-child {
    border-right: none;
  }

}

/* ============================================================
   コラム記事本文 ul / li / a 装飾
   ============================================================ */
.oz_blogSingle__body ul {
  list-style: disc;
  padding-left: 1.6em;
  margin: 1em 0 1.2em;
}

.oz_blogSingle__body ol {
  list-style: decimal;
  padding-left: 1.6em;
  margin: 1em 0 1.2em;
}

.oz_blogSingle__body li {
  margin-bottom: 0.5em;
  line-height: 1.9;
}

.oz_blogSingle__body a {
  color: #ba002f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.oz_blogSingle__body a:hover {
  opacity: 0.75;
  text-decoration: none;
}

/* ============================================================
   トップページ ショートカット（ツイキャス / YouTube / コラム）
   ============================================================ */
.oz_topShortcut {
  padding: 48px 0 64px;
}

.oz_topShortcut__grid {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.oz_topShortcut__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 32px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  flex: 1;
  max-width: 220px;
  color: #333;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}

.oz_topShortcut__item:hover {
  border-color: #ba002f;
  background: #fdf5f7;
}

.oz_topShortcut__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ba002f;
}

.oz_topShortcut__icon svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.oz_topShortcut__label {
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media (max-width: 800px) {
  .oz_topShortcut {
    padding: 32px 0 48px;
  }

  .oz_topShortcut__grid {
    gap: 12px;
  }

  .oz_topShortcut__item {
    padding: 24px 12px;
    gap: 10px;
  }

  .oz_topShortcut__icon svg {
    width: 28px;
    height: 28px;
  }

  .oz_topShortcut__label {
    font-size: 12px;
  }
}


/* li構造を他と揃える */
.oz_menuBox li.oz_headlink {
  display: flex;
  align-items: center;
  margin-left: 12px;
  border-left: none !important;
  border-right: none !important;
}

/* aタグの高さをナビと完全一致 */
.oz_menuBox li.oz_headlink a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  line-height: 1;
}

/* ナビ全体を中央揃えに統一 */
@media screen and (min-width: 951px) {
  .oz_menuBox {
    align-items: center; /* ← stretch だとズレる原因 */
  }

  .oz_menuBox .oz_menuBoxList {
    height: 34px;
    display: flex;
    align-items: center;
  }
}