@charset "UTF-8";
/*
Theme Name:yoo theme
Author: yoo
Description: yoo theme.
Version: 1.0
*/

*{
 margin: 0;
 padding: 0;
}

body{
word-wrap: break-word;
}



html {
font-family: "a-otf-ud-reimin-pr6n", sans-serif;
font-weight: 300;
font-style: normal;
letter-spacing:0.1em;


  font-size : 100%;
  line-height : 1.5;
  color: #383838;
}

h1,h2,h3,h4,h5,h6 {
 margin-bottom : 1em;

}

h1 {
font-size : 36px; 
line-height : 1.2;

} /* 48px */

h2 {
font-size : 26px;
line-height : 1.2;
font-weight: normal;
letter-spacing:0.2em;
} /* 48px */

h3 {
font-size : 24px;
line-height : 1.2;
} /* 24px */



ul, ol {
	  list-style : none;
	   line-height: 1.8em;
	     font-size:0.9em;
	  }
img { 
         vertical-align : middle;
         max-width: 100%;
         height: auto;
         }

p{
    line-height: 1.8em;
    font-size:0.9em;
}




a{
 text-decoration: none;
color: #2b2b2b;
 transition: 0.4s ease-in-out;  
}

a:hover {  
    opacity: 0.5;  
    filter: alpha(opacity=60);  
} 

img{
width: 100%;
}

/* text */

.left{
 text-align: left;
}

.right{
 text-align: right;
}

.center{
 text-align: center;
}

.bold{
 font-weight: bold;
}


.small{
 font-weight: normal;
 font-size: 0.8em;
}

/*flex*/

.flex_container_sp{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}

.flex_center{
 justify-content: center;
  align-items: center;
}

.flex_btm{
align-items: flex-end;
}

.flex_re{
flex-direction:row-reverse
}


.flex_half_sp{
width: 46%;
margin: 2%;
box-sizing: border-box;
}

.flex_3_sp{
width: 42%;
margin: 3%;
box-sizing: border-box;
}


.flex_left_sp{
width: 31%;
margin: 2%;
box-sizing: border-box;
}


.flex_right_sp{
width: 61%;
margin: 2%;
box-sizing: border-box;
}


.pc{display:none;}


/*header*/

header{
margin-bottom:4em;
}

header h1{
max-width:200px;
margin-left: auto;
margin-right: auto;
margin-top:2em;
margin-bottom:2em;
}

.catch{
padding-right:2em;
}


.header_in{
margin-left:1em;
}

.header_in p.vertical{
writing-mode: vertical-rl;
letter-spacing:0.3em;
}

.header_in p span{
font-size:1.8em;
line-height:1.4em;
}

.header_left{
width: 17%;
box-sizing: border-box;
}

.header_right{
width: 80%;
margin-top:4em;
margin-left:3%;
box-sizing: border-box;
}

.header_right img{
margin-bottom:2em;
}

.header_right h2{
font-size:1.5em;
}






/*header animation*/
.animation {
    opacity: 0;
    transform: translateY(30px); /* 初期状態で少し下に配置 */
    transition: opacity 0.6s ease, transform 1s ease; /* アニメーション効果 */
}

/* アニメーション完了時のスタイル */
.animate-in {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻す */
}


/*nav*/

.hamburger {
  display : block;
  position: fixed;
z-index: 9999;
  right : 5px;
  top   : 5px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 2px ;
  right    : 6px;
  
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 8px;
}
.hamburger span:nth-child(2) {
  top: 16px;
}
.hamburger span:nth-child(3) {
  top: 24px;
}

/* ナビ開いてる時のボタン */
.hamburger.open span:nth-child(1) {
  top : 16px;
  right: 6px;
  background :#000;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.open span:nth-child(2),
.hamburger.open span:nth-child(3) {
  top: 16px;
  background :#000;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
 z-index : 10; 
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(255,255,255,0.9);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
pointer-events: none;
  transition: opacity .6s ease, visibility .6s ease;
  padding-top: 4em;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.open {
  opacity: 1;
pointer-events: auto;
}



nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;

}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;

}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#f4f4f4;
}

nav.globalMenuSp ul li a {
  display: block;
 
  padding: 1em 0;
  text-decoration :none;

}




/*main*/
.main_box{
 position: relative;
  overflow: hidden; 
}

.box0{
padding-top: 4em;
}

.box0 p.subtitle{
margin-bottom:1em;
}

.box{
margin: 1em 2em 6em 2em;


}

.box h2{
font-size: 1.4em;
letter-spacing:0.1em;
}

.box h3{
font-size: 1.3em;
margin-bottom:0.3em;
line-height:1.6em;
}

/*slider*/
.slider {
  margin-left: 2em;   /* 親のpadding分だけマイナスにする */
  margin-right: -2em;  /* 数値は親のpaddingに合わせて調整 */
  width: calc(100% + 4em); /* paddingを打ち消して全幅化 */
}

.slider .slick-list {
  overflow: visible;   /* はみ出し許可 */
}

/* slickの矢印を非表示 */
.slick-prev,
.slick-next {
  display: none !important;
}

.box0 p{
margin-bottom:2em;
}

/*menu*/

.box_menu table{
width:100%;
text-align:left;
font-size:0.8em;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
padding-top:2em;
padding-bottom:1em;

}

.box_menu table.tb1{
margin-bottom:5em;
}

.box_menu table.tb2{
margin-bottom:2em;
}


.box_menu th{
font-weight:normal;
padding-bottom:1em;
 vertical-align:top;
 padding-right:2em;
 box-sizing:border-box;
}


.box_menu th span{
font-size:0.7em;
}

.box_menu td{
white-space: nowrap;
 vertical-align:top;
 text-align:right;
}

.box_menu h3{
font-size:1.2em;
letter-spacing:0.1em;
margin-bottom:1em;
}

.box_menu .campain{
margin-top:3em;
}

.box_menu .campain h3{
font-size:1.1em;
margin-bottom:0.5em;
}

.option p{
font-size:0.7em;
margin-bottom:1em;
}

/*collection*/
.box_collection h2{
line-height:1.7em;
}

.box_collection div.img{
margin-bottom:2em;
}

/*work*/
.box_work{
margin-top:4em;
}




/*news*/

.box_news{
padding-top:3em;
padding-bottom:3em;
}

.news_in{
padding-top:3em;
padding-bottom:3em;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}


.box_news h2{
margin-bottom:2em;
}

.box_news h3{
font-weight:normal;
font-size:1.1em;
}

.box_news .flex_container_sp{
margin-bottom:2em;
}

.flex_news_left{
width:30%;
margin-right:3%;
}

.flex_news_right{
width:67%;
}


/* 右端に矢印を押し出すためにタイトルを伸ばす */
.news-title {
  flex: 1 1 auto;             /* ← これで残り幅を占める */
  min-width: 0;               /* ← 省略記号に必須（flex内のChrome対策） */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 矢印画像（右端） */
.latest-news .arrow-icon {
  flex: 0 0 auto;
  width: 20px;
}


/*prof*/
.prof_box div img{
margin-top:2em;
}

.prof_box p.name{
margin-bottom:0.5em;
}

/*page*/

.page h1{
font-size:1.6em;
margin-bottom:2em;
}


.page h2{
font-size:1.3em;
margin-bottom:0.3em;
}

.page h3{
font-size:1.1em;
margin-bottom:0.3em;
}

.page p{
font-size:0.9em;
}


.post_box{
margin-bottom:3em;
border-bottom:1px solid #ccc;
padding-bottom:1em;
}

.post-content p{
margin-bottom:1em;
}


.single_page h1{
font-size:1.4em;
padding-top:3.5em;
}



/*page nav*/

/* =========================================
   ページネーション（paginate_links用）
   ========================================= */

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: inherit;
}

/* paginate_links(type=list) の <ul> */
.pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 20px; /* 数字間のスペース */
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 数字リンク・Prev/Next共通 */
.pagination .page-numbers li a,
.pagination .page-numbers li span {
  text-decoration: none;
  color: #777;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

/* ホバー時 */
.pagination .page-numbers li a:hover {
  color: #111;
  transform: scale(1.05);
}

/* 現在ページ（正円の囲み） */
.pagination .page-numbers .current {
  color: #333;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid #bfbfbf;
  border-radius: 50%;
  line-height: 1;
}

/* Prev / Next ボタン */
.pagination .page-numbers .prev,
.pagination .page-numbers .next {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #555;
  font-size: 15px;
  transition: color 0.2s ease;
}

/* ホバー時のPrev/Next */
.pagination .page-numbers .prev:hover,
.pagination .page-numbers .next:hover {
  color: #000;
}

/* 矢印アイコン（‹ ›） */
.pagination .page-numbers .prev::before {
  content: "‹";
  font-size: 18px;
  line-height: 1;
}
.pagination .page-numbers .next::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
}

/* 無効（先頭・末尾ページでPrev/Nextがない場合） */
.pagination .page-numbers .prev[aria-disabled="true"],
.pagination .page-numbers .next[aria-disabled="true"] {
  opacity: 0.4;
  pointer-events: none;
}

/* スマホ対応（間隔とサイズ調整） */
@media (max-width: 480px) {
  .pagination .page-numbers {
    gap: 14px;
  }
  .pagination .page-numbers li a,
  .pagination .page-numbers li span {
    font-size: 14px;
  }
  .pagination .page-numbers .current {
    width: 32px;
    height: 32px;
  }
}



/*category*/

.post_box2 h2{
font-size:1.2em;
}

.post_box2{
background:#f4f4f4;
margin-bottom:2em;
}

.cate_right_pc{
padding:1em 1em 2em 1em;
border-bottom:none;
width:100%;
}


/*footer*/
footer{

padding-top:5em;
padding-bottom:5em;

  background: linear-gradient(180deg, #fff 0%, #fff 20%, #e0e1e1 20%, #e0e1e1 100%);
}

footer .f_img{
margin-bottom:2em;
}

footer h1{
max-width:200px;
margin-left: auto;
margin-right: auto;
margin-top:4em;
margin-bottom:4em;
}


footer p.copy{
text-align:center;
}



/*single*/


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-left: 2%;
  margin-bottom: 2em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*pagenavigation*/
/* ページナビゲーション */
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
    gap: 20px;
    flex-wrap: wrap;
}

.nav-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    padding: 0.3em 2em;
    border:1px solid #ccc;
    text-decoration: none;
    border-radius: 999px;
    font-size: 0.9em;
    line-height: 1;
   transition: all 0.4s ease;
}

.nav-button:hover {
    background-color: #333;
}

.nav-prev {
    /* 左に三角がある分、左右のバランスを調整 */
    padding-left: 1.2em;
    padding-right: 2em;
}

.nav-next {
    padding-left: 2em;
    padding-right: 1.2em;
}

.triangle {
    display: inline-block;
    width: 0;
    height: 0;
}

.triangle.left {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid black;
}

.triangle.right {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid black;
}

.nav-text {
    line-height: 1;
    font-family: inherit;
}


/*ページナビゲーション２*/
.circle-pagination {
    text-align: center;
    margin: 3em 0;
}

.box_page1 .circle-pagination ul li {
    border-bottom: none;
}

.circle-pagination ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 0.8em;
}

.circle-pagination li a,
.circle-pagination li span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    text-decoration: none;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

/* 通常リンク */
.circle-pagination li a {
    background: #2b2b2b;
    color: #fff;
}

/* 現在のページ（←spanタグで出力される） */
.circle-pagination li span.current {
    background: #000;
    color: #fff;
    pointer-events: none;
}

/* span（.current以外）には背景色をつけない */
.circle-pagination li span:not(.current) {
    background: none;
    color: #fff;
}

/* ホバー時のリンク */
.circle-pagination li a:hover {
    background: #555;
}

/*contact*/
form label {
  display: block;
  margin-bottom: 2em;
}


.wpcf7 textarea ,.wpcf7 input[type="text"],
.wpcf7 input[type="email"],.wpcf7{
width: 100%;
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
border-radius: 5px;
box-shadow: none;
}

 input[type="tel"],.wpcf7 input[type="number"]{
      padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
border-radius: 5px;
box-shadow: none;
background: #fff;
 }

input[type="text"].p-postal-code{
    max-width: 120px;
}

input[type="text"].p-region{
    max-width: 280px;
}
input[type="text"].p-locality{
    max-width: 280px;
}

.wpcf7-form .wpcf7-select, select {      
 padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
border-radius: 5px;

background: #fff;
height: 35px;
}





.wpcf7 textarea ,.wpcf7 input[type="text"],
.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
border-radius: 5px;
box-shadow: none;
background: #fff;
}


.wpcf7 select{
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
border-radius: 5px;
box-shadow: none;
background: #fff;
}


.wpcf7 input[type="submit"]
  {

width: 300px;
padding: 1em 2em;
font-size: 14px;
border: none;
background-color: #000;
-webkit-appearance: none;
cursor: pointer;
border-radius: 3px;
color: #fff;
font-weight: bold;
text-align: center;
margin: 0 auto;
margin-right: auto;
margin-left: auto;
display: block;
margin-bottom: 5em;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.wpcf7 input[type="submit"]:hover{
  opacity: 0.8;
    filter: alpha(opacity=60);
  }

.wpcf7-list-item-label{
 margin-right: 15px;
}
.fb-page{
width: 100%!important;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  


form input,
form textarea,
form select {
  box-shadow: none !important;
  border: 1px solid #ccc; /* 必要ならシンプルな枠線 */
  outline: none;
}

/*外部コンテンツ*/
iframe	{max-width: 100%}


p.contact_btn{
position:fixed;
bottom: 0;
z-index: 1;
right: 2em;
background: red;
color: #fff;
text-align: center;
padding: 0.5em 1em;
font-size: 0.9em;
letter-spacing: 0.1em;
border-radius: 10px 10px 0px 0px;
max-width: 350px;
margin-left: auto;
margin-right: auto;
}

p.contact_btn a{
display: block;
color: #fff;
}


/*single*/

.post-main h1{
border-bottom:1px solid #ccc;
padding-bottom:1em;
}

.post-content{
padding-bottom:2em;
border-bottom:1px solid #ccc;
}




/*footer*/


footer{
color: #000;
font-size: 0.9em;
letter-spacing: 0.1em;
}

footer a{
color: #000;
}


p.copy{
font-size: 0.8em;
}




@media screen and (min-width: 769px){


/*flex*/

.flex_container_pc{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}

.flex_center{
 justify-content: center;
  align-items: center;
}




.flex_half_pc{
width:44%;
margin:3%;
}

.flex_3_pc {
   width:46%;
    margin: 2%;
    box-sizing: border-box;
}






.flex_half_sp{
width: 31%;
margin: 1%;
}

.flex_4_sp{
width: 23%;
margin: 1%;
box-sizing: border-box;
}



/*nav*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 999;
  right : 10px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}



/*header*/


.header_in p span{
font-size:2.4em;
}

.header_left{
padding-left: 2.3em;
}





/*main*/

.box_menu{
max-width:800px;
margin-left:  auto;
margin-right: auto;
padding-left: 3em;
padding-right:3em;
}



.box_collection div.img{
margin-bottom:0;
}

.box_work{
margin-top:6em;
}

.box_news{
max-width:800px;
margin-left: auto;
margin-right: auto;
}


.box_menu table{
font-size:1em;
}

.box_menu th{
font-weight:normal;
padding-bottom:1em;
 vertical-align:top;
 padding-right:2em;
 box-sizing:border-box;
}

.box_menu th span{
font-size:0.7em;
}

/*category*/
.category_box{
padding-left: 3em;
padding-right:3em;
max-width:800px;
margin-left: auto;
margin-right: auto;
}



.category_box .cate_left_pc figure{
margin-bottom:0;
}


/*single*/

.post-main{
padding-left: 3em;
padding-right:3em;
max-width:800px;
margin-left: auto;
margin-right: auto;
}


/*footer*/
footer .f_img{
margin-bottom:0em;
}

}

@media screen and (min-width: 1280px){

.pc{display:inline;}
.sp{display:none;}

.header_in{
max-width:1280px;
margin-left: auto;
margin-right: auto;
}



h2{
font-size:2em;
}

/*header*/


header h1{
max-width:250px;
}


.header_in p span{
font-size:2.4em;
line-height:1.4em;
}

.header_left{
padding-left: 7%;
}

.catch h2{
font-size:2.2em;
margin-bottom:0.5em;
}



/*main*/

.flex_3_sp{
width:29%;
margin: 2%;
}


.box h2{
font-size: 2.3em;
margin-bottom:0.6em;
}

.box_collection{
max-width:800px;
margin-left:  auto;
margin-right: auto;
}



.box_in{
max-width:1200px;
margin-left:  auto;
margin-right: auto;
}

.box_in2{
max-width:800px;
}


.prof_box{
max-width:800px;
margin-left:  auto;
margin-right: auto;
}


/*design*/
.design_page .flex_3_sp{
   width:23%;
    margin: 1%;
    box-sizing: border-box;
}





.cate_left_pc{
width:30%;
margin-right:5%;
box-sizing:border-box;
}

.cate_right_pc{
width:65%;
box-sizing:border-box;
}

.cate_right_pc h2{
font-size:1.3em;
}


}

@media screen and (min-width: 1440px){


}

