@charset "UTF-8";

/* 基本 */
:root {
	--v-space: clamp(90px, 9vw, 120px);
}

body {
	color: dimgray;
	font-family: "Lato Light", "Zen Kaku Gothic New", sans-serif;
	margin: 0;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, figure, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	line-height: 2;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	filter: brightness(90%) contrast(120%);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 5px;	
}

.image-caption {
  font-size: 0.9rem; /* 基準より少し小さくする */
  color: #999999;       /* 文字色を少し薄くする */
  margin-top: 8px;   /* 画像との間隔を調整 */
}

video {
  display: block;
  width: 100% !important; /* 強制的に100%にする */
  height: auto;           /* 比率を維持して広げる */
  object-fit: contain;    /* 100%表示ならcontainの方が安全です */
  border-radius: 5px;
}

@media (max-width : 540px ){
img {
	border-radius: 3px;	
	}

video {
	display: block;	
    width: 100%;
    height: auto;
	object-fit: cover;
	border-radius: 3px;		
}}


@font-face {
font-family: 'Bodoni Moda', "serif";
font-style: normal;
font-weight: 300 400;
src: url("file:///Macintosh HD/Users/7mitu_1/Dropbox/My Mac (ononanaBookpuro)/デスクトップ/03_work/jyuplus_web/jyuplus/BodoniModa-Italic-VariableFont_opsz,wght.woff") format('woff');
}


@font-face {
font-family: 'lato', sans-serif;
font-style: normal;
font-weight: 300 400;
src: url("file:///Macintosh HD/Users/7mitu_1/Dropbox/My Mac (ononanaBookpuro)/デスクトップ/03_work/jyuplus_web/jyuplus/Lato-Regular.woff") format('woff');
}


.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.wrapper {
  overflow-x: hidden;
}

.scroll_up {
  transition: 0.5s ease-in-out;
  transform: translateY(0px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_up_top {
 width: 100%;
  text-align: left;
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}


/*テキスト反転*/

::selection {
    background: #fff;
    color: dimgray;
}

Firefox
::-moz-selection {
    background: #fff;
    color: dimgray;
}


/*フォント指定*/
.family1{
	font-family:  "Baskervville", "serif";
	font-weight: lighter;
	font-style: italic;
	font-size: 32px;
	text-align: left;
	color: dimgray;	
	line-height: 30px;
}

.family1_aboutlife{
	font-family: "Baskervville", "serif";
	font-weight: lighter;
	font-style: italic;
	font-size: 20px;
	text-align: left;
	color: #EFC2A8;	
	line-height: 30px;
}

	
.family1_aboutarchi{
	font-family: "Baskervville", "serif";
	font-weight: lighter;
	font-style: italic;
	font-size: 20px;
	text-align: left;
	color: #648685;	
	line-height: 30px;
}

.family1_abouttitle{
	font-family: "Baskervville", "serif";
	font-weight: lighter;
	font-style: italic;
	font-size: 1.4rem;
	text-align: left;
	color: #696969;	
	line-height: 30px;
	
}

.family2{
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 32px;
	text-align: left;
	color: dimgray;	
	line-height: 30px;
	letter-spacing: 1.5px;
}

.family3{
	text-align: left;
	vertical-align: top;
	font-family: "Yu Gothic", sans-serif;
	letter-spacing: .5px;
	line-height: 30px;
	line-height: 2;
	color:#ffffff;
	font-size: 0.8rem;
}

.family4 {
	text-align: left;
	vertical-align: top;
	font-family: "Lato Light", "Zen Kaku Gothic New", sans-serif , JIS2004;
	letter-spacing: .5px;
	line-height: 2;
	color: dimgray;	
	font-size: 0.8rem;
}


/* 横幅と左右の余白 */
.w-container {
/*	width: min(95%);*/
	margin: auto;
	position: relative;
	padding-top: 10.4375rem;
}


@media (max-width: 767px) {
  .w-container{
    padding-top: 6.8125rem;
  }
}


/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 20px ;
  box-sizing: border-box;
  z-index: 999;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	width: min(95%);
	margin: auto;
	position: relative;	
	
}

.category-area {
  position: fixed;	
  width: 100%;
  padding: 100px 60px 0px 60px ;
  box-sizing: border-box;
  z-index: 999;
}

@media (max-width : 540px ){
.category-area {
  position: fixed;	
  width: 100%;
  padding: 100px 30px 0px 30px ;
  box-sizing: border-box;
  z-index: 999;
}}



/*--------------------------------
 TOP/ ナビメニュー
---------------------------------*/
.nav-text {
	font-family: 'lato', sans-serif;
	letter-spacing: 2px;
	font-size: 0.7rem;
	color: dimgray;
}


@media (max-width:767px){
  .nav{
	letter-spacing: 2px;
	font-size: 1rem;	  
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(239,235,226,.9);
    display: flex;
    justify-content: center;
	text-align: center;
    align-items: center;
    /* 初期：非表示 */
    visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.8s ease-in-out;
  }
  .nav ul{
    list-style:none;
  }
  .nav li:not(:last-child){
    margin-bottom: 40px;
  }
  .nav a{
    color: dimgray;
  }
}


/* ナビゲーションボタン（開く） */
#navbtn{
  position: fixed;
  top: 35px;
  right: 35px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

#navbtn::before,
#navbtn::after{
  content : '';
  display: block;
  height: 1px;
  background-color: #333333;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}

#navbtn::before{
  transform: translateY(-10px);
  box-shadow: 0 10px #333333;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn{
  z-index: 100;
}
.open #navbtn::before{
  transform: rotate(-45deg);
  box-shadow: none;
}
.open #navbtn::after{
  transform: rotate(45deg);
  box-shadow: none;
}
/* ナビゲーションメニュー 開いた時*/
.open .nav{
  visibility: visible;
  opacity: 1;
}

@media(min-width: 767px){
  /* PCではボタン非表示 */
  #navbtn{
    display:none;	  
  }
	
  /* ヘッダーは横並び */
  header{
    display: flex;
    align-items: center;
  }
	
  /* メニューを右に寄せる */
  .nav{
    /* 右寄せ */
    margin-left: auto;
  }
  .nav ul{
    display: flex;
    list-style:none
  }
  .nav ul li:not(:first-child){
    margin-left:20px;
  }
  .nav ul li a { 
    color: dimgray;	
  }
}

@media (max-width: 767px) {
  #navbtn {
    position: static;
    margin-left: auto;
    top: auto;
    right: auto;
  }
}


/*--------------------------------
 underpage/ カテゴリータイトル
---------------------------------*/
.category {
	font-family: 'lato', sans-serif;
	letter-spacing: 2px;
	font-size: 0.6rem;
    text-align: right;
}




/*--------------------------------
 WORKSLIST / アクション
---------------------------------*/

/*　画像の透過+グラデーション＋テキスト出現　*/

.opacityText{/*テキストの基点となる位置を定義*/
  position: relative;
}

.opacityText span.mask{
  position: relative;/*グラデーションの基点となる位置を定義*/
  transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  display: block;/*画像をくくるspanタグをブロック要素にする*/
  line-height: 0;/*行の高さを0にする*/
}

.opacityText:hover span.mask::before{/*hoverした時の変化*/
  content:"";
  position: absolute;
  z-index:2;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: #fffff;/*背景色（グラデーション）*/
}

.opacityText img{
  opacity:1;
  transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.opacityText:hover img{/*hoverした時の変化*/
  opacity:0.6;/*透過具合を変更したい場合はこの数値を変更*/
}

.opacityText span.cap{
  opacity:0;
  transition: .5s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  position: absolute;
  z-index:3;/*テキストを前面に出す*/
  top: 82%;
  left: 5%;
  color: #fff;/*テキストの色を変えたい場合はここを修正*/
  line-height: 1;/*行の高さを1.5にする*/
}

.opacityText:hover span.cap{/*hoverした時の変化*/
  opacity:1;
}


.text1 {
  color: #DDA98B;
	font-family: "Baskervville", "serif";
	font-weight: lighter;
  font-size: 32px;
  line-height: normal;
	
}

.text2 {
  position: relative;
  color: #DDA98B;
  font-size: 12px;
  font-family: url("file:///Macintosh HD/Users/7mitu_1/Dropbox/My Mac (ononanaBookpuro)/デスクトップ/03_work/jyuplus_web/jyuplus/Lato-Regular.woff") format('woff'), 'sans-serif';
  letter-spacing: 1px;
}

.text3 {
  color: #648685;
	font-family: "Baskervville", "serif";
	font-weight: lighter;
  font-size: 32px;
  line-height: normal;
	
	
}

.text4 {
  position: relative;
  color: #648685;
  font-size: 12px;
  font-family: url("file:///Macintosh HD/Users/7mitu_1/Dropbox/My Mac (ononanaBookpuro)/デスクトップ/03_work/jyuplus_web/jyuplus/Lato-Regular.woff") format('woff'), 'sans-serif';
  letter-spacing: 1px;
}


.text5 {
  color: #8B947B;
	font-family: "Baskervville", "serif";
	font-weight: lighter;
  font-size: 32px;
  line-height: normal;
	
	
}

.text6 {
  position: relative;
  color: #8B947B;
  font-size: 12px;
  font-family: url("file:///Macintosh HD/Users/7mitu_1/Dropbox/My Mac (ononanaBookpuro)/デスクトップ/03_work/jyuplus_web/jyuplus/Lato-Regular.woff") format('woff'), 'sans-serif';
  letter-spacing: 1px;
}



/*--------------------------------
 ABOUTページ
---------------------------------*/

/*---- プロフィール全体（PC表示時）-----*/

.profile-area {
	font-family: "Lato Light", "Lato Medium", "Zen Kaku Gothic New";
	width: 100%;
	display: flex;
	/*padding-top: 40px;*/
	padding-bottom: 80px;
	column-gap: 20%;
	justify-content: space-between;
}


/*---- プロフィール全体（モバイル表示時：767px以下）-----*/
@media (max-width : 767px) {
    .profile-area {
        display: flex;         
        flex-direction: column; /* ここで縦積みにする */
        gap: 40px;             
        width: 100%;           
        /*padding-top: 20px;     
        padding-bottom: 56px;*/
    }

    .profile-text {
        width: 100%;           
        font-size: 0.8rem;
    }

    .profile-image {
        width: 100%;           
        height: auto;          
        max-width: none;       
        display: block;
    }
}


/*---- プロフィール全体（モバイル表示時：540px以下での微調整）-----*/
/* 767px以下の設定が基本となるため、ここでは競合しない微調整のみを記述 */
@media (max-width : 540px ){
/* .profile-area や .profile-text, .profile-image の width 指定は 767px の設定が適用されます */
}


.profile-underarea {
	flex-direction: column;
	text-align: left;
	font-family: "Lato Light", "Zen Kaku Gothic New", sans-serif , JIS2004;
	letter-spacing: .4px;
	line-height: 2;
	color: dimgray;	
	column-gap: 100px;	
	margin: auto;
	position: relative;	
	
}

	
.about-credit {
	padding-top: 5.5rem;	
	width: 100%;	
	text-align: left;
	font-family: "Lato Light", "Zen Kaku Gothic New", sans-serif , JIS2004;
	letter-spacing: .4px;
	line-height: 2;
	color: dimgray;	
	padding-bottom: 60px;
	column-gap: 100px;	
	margin: auto;
	position: relative;	
	
}

@media (max-width : 540px ){
.about-credit  {
	padding-top: 2.5rem;
}}


.wp-container {
	margin: auto;
	width: 100%;		
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
	gap: 1.875rem;
}


	
.about-credit  p {
	line-height: 2;
}

.about-credit  a {
	text-decoration:underline;
	font-size: 0.8rem;
}


/*---- プロフィール左側（テキスト）-----*/

.profile-text {
	width: 100%;	
	letter-spacing: .4px;
	font-size: 0.8rem;
}

/* 540px以下の .profile-text の設定は 767px の設定が優先されるため、コメントアウトまたは削除推奨 */
/*
@media (max-width : 540px ){
.profile-text {
	width: 100%;	
	letter-spacing: .4px;
	font-size: 0.8rem;
	}}
*/


/*---- ABOUTコンテンツ全体（PC表示時）-----*/

.about-textbox {
	font-family: "Lato Light", "Lato Medium", "Zen Kaku Gothic New";
	width: 100%;
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
	column-gap: 20%;
	justify-content: space-between;
	font-size: 0.8rem;
	line-height: 2;
}


/*---- ABOUTコンテンツ全体（モバイル表示時：767px以下）-----*/
@media (max-width : 767px) {
    .about-textbox {
        display: flex;         
        flex-direction: column; /* ここで縦積みにする */
        gap: 24px;             
        width: 100%;           
        padding-top: 20px;     
        padding-bottom: 56px;
        font-size: 0.8rem;
		line-height: 2;
		
    }
}


/*---- ABOUT左側（テキスト）-----*/

.about-text-left {
	width: 40%;	
	letter-spacing: .4px;
	font-size: 0.9rem;
	line-height: 1.8rem;
}

@media (max-width : 767px ){
.about-text-left {
	width: 100%;	
	letter-spacing: .4px;
	font-size: 0.9rem;
	line-height: 1.6rem;
	
	}}


/*---- タイトルとアンダーライン-----*/

.about-title-line {
	padding-top: 32px;
	padding-bottom: 32px;
	border-top: .5px solid #0000003a;		
}

.about-titletext {
	font-size: 0.9rem;
	margin-bottom: 12px;
	letter-spacing: .4px;	
}

@media (max-width : 767px ){
.about-title-line {
	padding-top: 24px;	
	padding-bottom: 24px;
	border-top: .5px solid #0000003a;			
	}

.about-titletext {
	font-size: 0.9rem;
	margin-bottom: 12px;
	letter-spacing: .4px;
}
}



/*---- プロフィール右側（画像）-----*/

.profile-image {
	width: 100%;	
    height: 300px; /* SPでの画像の高さ */
    max-width: 300px;
	display: block;
}

/* 540px以下の .profile-image の設定は 767px の設定が優先されるため、コメントアウトまたは削除推奨 */
/*
@media (max-width : 540px ){
.profile-image {
	width: 100%;
	}}
*/


/*---- ABOUT右側（テキスト）-----*/

.about-text-right {
	line-height: 2.4;
	width: 60%;	
	display: block;
}



/* 日付とタイトルを横並びにするためのスタイル */
.about-text-right ul li {
    display: flex;         /* li要素をflexコンテナにする */
    justify-content: flex-start; /* 左寄せ */
    line-height: 2.4;
	font-size: 0.8rem;
}

.archive-date {
    width: 20%;            /* 日付部分に幅を割り当てる (お好みで調整) */
    flex-shrink: 0;        /* 縮小しないようにする */
}

.archive-title {
    width: 80%;            /* タイトル部分に幅を割り当てる (お好みで調整) */
}



/* モバイル表示時の調整 (既存のabout-text-rightのメディアクエリに追記) */
@media (max-width : 767px) {
    .archive-date {
        width: 30%; /* SPでは日付の幅を少し広げる */
    }
    .archive-title {
        width: 70%;
    }
}


@media (max-width : 767px ){
.about-text-right {
	width: 100%;
	}}

.about-flow-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
	padding: 32px 0px;
	border-bottom: .5px solid #0000003a;
}

.about-flow-text-top {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
	padding: 0px 0px 32px 0px;
	border-bottom: .5px solid #0000003a;
}

.about-flow-text-nonline {
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
	padding-top: 32px;
	gap:8px;
}



/*--------------------------------
 WORKSLIST / アクション
---------------------------------*/

/*　画像の透過+グラデーション＋テキスト出現　*/

.opacityText{/*テキストの基点となる位置を定義*/
  position: relative;
}

.opacityText span.mask{
  position: relative;/*グラデーションの基点となる位置を定義*/
  transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  display: block;/*画像をくくるspanタグをブロック要素にする*/
  line-height: 0;/*行の高さを0にする*/
}

.opacityText:hover span.mask::before{/*hoverした時の変化*/
  content:"";
  position: absolute;
  z-index:2;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: #fffff;/*背景色（グラデーション）*/
}

.opacityText img{
  opacity:1;
  transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.opacityText:hover img{/*hoverした時の変化*/
  opacity:0.6;/*透過具合を変更したい場合はこの数値を変更*/
}

.opacityText span.cap{
  opacity:0;
  transition: .5s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  position: absolute;
  z-index:3;/*テキストを前面に出す*/
  top: 82%;
  left: 5%;
  color: #fff;/*テキストの色を変えたい場合はここを修正*/
  line-height: 1;/*行の高さを1.5にする*/
}

.opacityText:hover span.cap{/*hoverした時の変化*/
  opacity:1;
}


.text1 {
  color: #DDA98B;
	font-family: "Baskervville", "serif";
	font-weight: lighter;
  font-size: 32px;
  line-height: normal;
	
}

.text2 {
  position: relative;
  color: #DDA98B;
  font-size: 12px;
  font-family: url("file:///Macintosh HD/Users/7mitu_1/Dropbox/My Mac (ononanaBookpuro)/デスクトップ/03_work/jyuplus_web/jyuplus/Lato-Regular.woff") format('woff'), 'sans-serif';
  letter-spacing: 1px;
}

.text3 {
  color: #648685;
	font-family: "Baskervville", "serif";
	font-weight: lighter;
  font-size: 32px;
  line-height: normal;
	
	
}

.text4 {
  position: relative;
  color: #648685;
  font-size: 12px;
  font-family: url("file:///Macintosh HD/Users/7mitu_1/Dropbox/My Mac (ononanaBookpuro)/デスクトップ/03_work/jyuplus_web/jyuplus/Lato-Regular.woff") format('woff'), 'sans-serif';
  letter-spacing: 1px;
}


.text5 {
  color: #8B947B;
	font-family: "Baskervville", "serif";
	font-weight: lighter;
  font-size: 32px;
  line-height: normal;
	
	
}

.text6 {
  position: relative;
  color: #8B947B;
  font-size: 12px;
  font-family: url("file:///Macintosh HD/Users/7mitu_1/Dropbox/My Mac (ononanaBookpuro)/デスクトップ/03_work/jyuplus_web/jyuplus/Lato-Regular.woff") format('woff'), 'sans-serif';
  letter-spacing: 1px;
}




/*--------------------------------
 WORKSLIST / アクション / SP
---------------------------------*/

@media (max-width : 767px ){
	.hover-text{
 visibility:hidden;
}
	
.cap{
 visibility:hidden;
}	
}




/*--------------------------------
 WORKS/クレジット
---------------------------------*/

.works-credit {
	padding: var(--v-space) 0;
	margin-top: 30px;	
	width: 100%;	
	text-align: left;
	font-family: "Lato Light", "Zen Kaku Gothic New", sans-serif , JIS2004;
	letter-spacing: .4px;
	line-height: 2;
	color: dimgray;	
	padding-bottom: 60px;
	column-gap: 100px;	
	border-bottom: .5px solid #0000003a;	
	margin: auto;
	position: relative;	
}


.works-credit  p {
	font-size: 0.8rem;
}

.works-credit  a {
	text-decoration:underline;
}



/*---- 実績の説明まとまり（英タイトル以外）----*/


.works-credit-concept {
	font-family: "Lato Light", "Lato Medium", "Zen Kaku Gothic New";
	width: 100%;
	display: flex;
	padding-top: 40px;		
	gap: 20%;	
}

@media (max-width : 540px ){
.works-credit-concept {
	width: 100%;
	}}

@media (max-width : 767px ){
.works-credit-concept {
	flex-direction: row;
	gap: 50px;	
}}


@media (max-width : 540px ){
.works-credit-concept {
		flex-direction: column;
	}}

/*---- 実績のクレジット-----*/


.works-credit-list {
	width: 45%;	
	letter-spacing: .4px;
	font-size: 0.8rem;
}

@media (max-width : 540px ){
.works-credit-list {
	width: 100%;	
	letter-spacing: .4px;
	font-size: 0.8rem;
	}}



/*---- 実績のルビと日付-----*/

.wc-date {
	padding-bottom: 16px;
}

@media (max-width : 540px ){
.wc-date {
	padding-bottom: 16px;
	}}



/*---- 実績の説明文-----*/

.works-credit-message {
	width: 55%;	
	letter-spacing: .4px;
	font-size: 0.8rem;
	padding-bottom: 0px;
}

@media (max-width : 540px ){
.works-credit-message {
	width: 100%;	
	letter-spacing: .4px;
	font-size: 0.8rem;
	}}


/*--------------------------------
 WORKS/全体
---------------------------------*/

.works-page {
	padding: var(--v-space) 0;
	width: min(85%);
	margin: auto;
}



/*--------------------------------
 WORKS 画像エリア
---------------------------------*/


.wp-container {
	margin: auto;
	width: 100%;		
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
	gap: 1.875rem;
}

@media (max-width : 540px ){
.wp-container {
	margin: auto;
	width: 100%;		
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;	
	gap: 1.25rem;
}}

.works-page-items {
	width: 100%;
	height: auto;
}


/*--------------------------------
 WORKS-次の実績
---------------------------------*/
/* ------------------------------
 container
------------------------------ */
.w-container {
  margin: auto;
  position: relative;
  padding-top: 5rem;
}

@media (max-width: 767px) {
  .w-container {
    padding-top: 6.8125rem;
  }
}

/* ------------------------------
 next project section
------------------------------ */
.next-project {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  /*border-top: .5px solid #0000003a;*/
}

.inner {
  /*width: min(85%);
  margin-inline: auto;*/
  padding: 1rem 0;
}

@media (max-width: 767px) {
  .inner {
  padding: .5rem 0;
  }
}


/* ------------------------------
 title
------------------------------ */
.next-project-title {
  font-family: "Baskervville", serif;
  font-size: 1.4rem;
  font-style: italic;
  color: dimgray;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .next-project-title {
  font-size: 0.9rem;
  margin-top: 1rem;
  }
}

/* ------------------------------
 slider position (right overflow)
------------------------------ */
.row-right {
  width: 100vw;
  margin-left: auto;
  /*padding-left: 8vw; /* ← はみ出し量 */
}

/* ------------------------------
 splide base
------------------------------ */
.splide {
  overflow: visible;
}

.splide__track {
  overflow: hidden;
}

/* ------------------------------
 slider list
------------------------------ */
.workslider__lists {
  display: flex;
  gap: 1.25rem;
  padding: 32px 0;
}


/* ------------------------------
 slider item
------------------------------ */
.workslider__item {
  width: 18.5vw;
  flex-shrink: 0;
  transition: opacity 0.6s ease;
}

.workslider__item img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 5px;
}

.workslider__item p {
  margin-top: 12px;
  font-size: 0.8rem;
  font-family: "Lato Light", "Lato Medium","Zen Kaku Gothic New", sans-serif , JIS2004;
  letter-spacing: .5px;	
  color: #696969;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* hover */
.workslider__item:hover {
  opacity: 0.7;
}

/* ------------------------------
 responsive
------------------------------ */
@media (max-width: 768px) {
  .workslider__item {
    width: 30vw;
  }

  .workslider__item p {
    font-size: 0.6rem;
  }
}

/* ------------------------------
 back link
------------------------------ */
.backtolist {
  text-align: center;
  font-family: "Baskervville", serif;
  font-style: italic;
  text-decoration: underline;
  text-decoration-thickness:.5px;
  text-underline-offset: 10px;
  font-size: 1.3rem;
  margin-top: 8rem;	
}

@media (max-width: 767px) {
  .backtolist {
  font-size: 0.7rem;
  margin-top: 6rem;		  
  }
}







/*--------------------------------
 CONTACT
---------------------------------*/

.contact-page {
  padding: var(--v-space) 0;
}

/*--------------------------------
 説明エリア
---------------------------------*/

.contact-info {
  width: min(95%, 1145px);
  margin: 30px auto 0;
  padding: var(--v-space) 0 60px;
  border-bottom: 0.5px solid #0000003a;
}

.contact-info-text {
  display: flex;
  justify-content: center;
  gap: 160px;
}

@media (max-width: 540px) {
  .contact-info-text {
    flex-direction: column;
    gap: 10px;
  }
}

/* 日本語ルビ */

.rubi {
  width: 40%;
  display: flex;
}

.contact-textmessage {
  width: 60%;
  font-size: 0.8rem;
  line-height: 2;
  color: dimgray;
}

@media (max-width: 540px) {
  .rubi,
  .contact-textmessage {
    width: 100%;
  }
}



/*---- 説明のテキスト-----*/

.contact-textmessage {
	justify-content: center;	
	width: 60%;	
	letter-spacing: .5px;
	font-size: 0.8rem;
	padding-bottom: 0px;
}

@media (max-width : 540px ){
.contact-textmessage {
	width: 100%;
	letter-spacing: .5px;
	font-size: 0.8rem;
	padding-bottom: 0px;
	}}




/*---- フォーム部分-----*/

.contact-main-form{
	padding-bottom: 20px;	
}



form{
	width: 100%;
	margin: auto;	
	position: relative;	
	margin-top: 30px;		
	padding: var(--v-space) 0;	

}


/* PC基準幅 */
.contact-form {
	font-family: "Lato Light", "Lato Medium","Zen Kaku Gothic New", sans-serif , JIS2004;
	letter-spacing: .5px;	
	font-size: 0.8rem;
	line-height: 2;
	color: dimgray;	
	margin-top: 5px;
	padding-top: 15px;
	padding-bottom: 0px;
  width: 100%;
  max-width: 560px; /* ← ここがPC基準 */
	
}

textarea {
	font-family: "Lato Light", "Lato Medium","Zen Kaku Gothic New", sans-serif , JIS2004;
	font-size: 0.8rem;
	line-height: 2;
	border: none;
    margin: 24px 0px 96px 0px;
	border-radius:5px;
  min-height: 200px;
  padding: 20px;
	width: min(50%);	
	aspect-ratio: 2 / 1;
}

input {
	border: none;
    margin: 8px 0px;	
	color: dimgray;
	font-size: 15px;
	padding: 10px 64px;
	box-sizing: border-box;
}

input,
textarea {
  box-sizing: border-box;
}

input[type="interior"]{
	border: none;
	border-radius:1px;
	padding:20px;
}

input[type="text"],input[type="email"],input[type="tel"]{
	border: none;
	border-radius:2px;
	padding:15px 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  box-sizing: border-box;
}


input[type="checkbox"]{
	border: none;
	border-radius:1px;
	padding:20px;
}

input[type="submit"]{
	font-family: "Lato Medium","Zen Kaku Gothic New", sans-serif , JIS2004;
	letter-spacing: .5px;	
	font-size: 0.8rem;
	line-height: 1.8;	
  	background: #696969;
	border: none;
	color: white;
	border-radius:999px;	
	padding: 10px 70px;
	margin: 0 5px;
}

@media (max-width: 540px) {

  .contact-form {
    max-width: 100%;
  }

  input {
    padding: 12px 14px;
  }
	
input[type="checkbox"]{
	border: none;
	border-radius:1px;
	padding:5px;
}
	

  textarea {
	width: 100%;
    min-height: 140px;
    padding: 14px;
  }
}


/*--------------------------------
 FOOTER
---------------------------------*/
.footer-line {
	margin-top: 80px;
    width: 100%;
    position: relative;	
	box-sizing: border-box;
	overflow-x: hidden;
	border-top: .5px solid #0000003a;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 10px 20px 0px 20px ;	
}


.footer-copy {
	text-align: left;
	left: 0;
	width: 100%;
	font-family: "Lato Medium","Zen Kaku Gothic New", sans-serif , JIS2004;
	font-size:0.7rem;
	color: dimgray;	
}

.sns-text {
	font-family: "Lato Medium","Zen Kaku Gothic New", sans-serif , JIS2004;
	font-size: 0.7rem;
	color: dimgray;	
}

.sns-nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	}

.sns-nav li{
		margin-left: 20px;
}


@media (max-width : 767px ){
.footer-nav {
 visibility:hidden;
}
	
.footer-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
    padding-left: calc(var(--gridSP) * 20);
    padding-right: calc(var(--gridSP) * 20);
}
	
	}

