#single_works{
width: 86%;
margin: 0 auto 0 auto;
padding: 0 0 80px 0;
}

#single_works .photo_area{
display: none;
visibility: hidden;
width: 100%;
margin: 0;
padding: 0;
}


#single_works .photo_area img{
width: 100%;
height: auto;
}


#single_works .text_area{
width: 100%;
margin: 75px 0 0 0;
padding: 0;
}







#single_works h1{
width: 100%;
margin: 0 auto 20px auto;
padding: 0;

/*Neue Haas Grotesk Display Pro 55 Roman*/
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;

/*FONT 375px計算*/
font-size: 14px;
font-size: 3.7333333vw;
font-size: clamp(13px, 3.7333333vw, 15.0px);

line-height: 1.3;
font-feature-settings: "kern";
letter-spacing: 0.00em;

user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}







#single_works .photo_area02 .photo_works{
width: 100%;
margin: 25px auto 0 auto;

user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}


#single_works .photo_area02 .photo_works img{
width: 100%;
height: auto;
user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}


/*日本語*/
#single_works .text_area .kaisetu_area_japanese{
width: 100%;
margin: 0 0 0 0;
padding: 0 0 0 0;

/*FONT 375px計算*/
font-size: 12px;
font-size: 3.1999999vw;
font-size: clamp(11px, 3.1999999vw, 13.0px);

line-height: 1.8;
}


/*英語*/
.kaisetu_area_english{
width: 100%;
margin: 30px 0 0 0;
padding: 0;

/*FONT 375px計算*/
font-size: 12px;
font-size: 3.1999999vw;
font-size: clamp(11px, 3.1999999vw, 13.0px);


/*Neue Haas Grotesk Display Pro 55 Roman*/
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;


line-height: 1.8;
}











/* Back to Indexのスタイリング */
.menu-header {
position: fixed; /* 画面に固定 */
top: 22px; /* 上からの位置 */
left: 50%;
transform: translateX(-50%); /* 水平中央揃え */
z-index: 990; /* 他の要素より手前に表示 */

width: 140px;
height: 17px;
line-height: 17px;

will-change: transform;
}


.menu-button{

display: flex;
align-items: center;

text-align: center;

padding: 0 0 0 0;

background-color: white;
border: 1px solid #000;
border-radius: 50px;


cursor: pointer;

transition: background-color 0.4s ease, color 0.4s ease;
transform: translateY(0);
transition:
background-color 0.4s ease,
color 0.4s ease,
transform 0.4s ease;


/*Neue Haas Grotesk Display Pro 55 Roman*/
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 13px;
}

.menu-button:hover {
background-color: #000;
color: #fff;
transform: translateY(0px);/* 少し下に移動させる */
}

.menu-button a{
display: block;
width: 100%;
height: 100%;
color: inherit; /* ★重要★ 親要素の文字色を継承する */
}









/*スマホ終了
--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {

#single_works{
width: 100%;
margin: 0;
padding: 0;
}


#single_works .niretu{
width:96%;
margin: 90px auto 50px auto;
padding: 0;

/*全体 子要素を折り返しせず、1行で配置*/
display: -webkit-flex;
display: flex;
flex-wrap: nowrap;
/*天地中央揃える */
-webkit-align-items: center;
align-items:center;
}

#single_works .photo_area{
flex-basis: 50%;
margin: 0;
padding: 0;

visibility: visible;
display: flex;
justify-content: center;
align-items: center;
}

#single_works .photo_area img{
width: 80%;
height: auto;
}


#single_works .text_area{
position: relative;
flex-basis: 50%;
margin: 0;
padding: 0;
}



#single_works h1{
width: 100%;
margin: 0 auto 30px auto;
padding: 0;

/*Neue Haas Grotesk Display Pro 55 Roman*/
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;


font-size: 17px;
line-height: 1.3;
font-feature-settings: "kern";
letter-spacing: 0.01em;
}


/*日本語*/
#single_works .text_area .kaisetu_area_japanese{
width: 100%;
margin: 0;
padding: 0;

font-size: 14px;
line-height: 1.8;
}







#single_works .photo_area02{
width:96%;
margin: 0 auto 0 auto;
padding: 0 0 0 0;
}


#single_works .photo_area02 .photo_works{
width: 100%;
margin: 0 0 50px 0;
padding: 0 0 0 0;

user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}


#single_works .photo_area02 .photo_works img{
width: 100%;
height: auto;
margin: 0 auto 50px auto;
}

#single_works h2.summary_abstract{
width: 100%;
margin: 30px auto 60px auto;

font-size: 13px;
}




/*英語*/
.kaisetu_area_english{
width: 46%;
margin: 50px 4% 0 50%;
padding: 0 0 0 0;

/*Neue Haas Grotesk Display Pro 55 Roman*/
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;


font-size: 15.5px;
line-height: 1.8;
}








/* Back to Indexのスタイリング */
.menu-header{
position: fixed;
top: 95px; /* 上からの位置 */
left: 20px;
transform: translateX(0%);

/*left: 50%;
transform: translateX(-50%);*/
z-index: 990;

width: 150px;
height: 20px;
line-height: 20px;

will-change: transform;
}

/* MENUボタン本体のスタイリング */
.menu-button{
cursor: pointer;

display: flex;
align-items: center;
text-align: left;

padding: 0 0 0 24px;

background-color: white;
border: 1px solid #000;
border-radius: 50px;

/*Neue Haas Grotesk Display Pro 55 Roman*/
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;

font-size: 14px;
line-height: 1.3;
font-feature-settings: "kern";
letter-spacing: 0.01em;

transition: background-color 0.4s ease, color 0.4s ease;
transform: translateY(0);
transition:
background-color 0.4s ease,
color 0.4s ease,
transform 0.4s ease;
}

.menu-button:hover{
background-color: #000;
color: #fff;
/* 少し下に移動させる */
transform: translateY(0px);
}

.menu-button a{
display: block;
width: 100%;
height: 100%;
color: inherit; /* ★重要★ 親要素の文字色を継承する */
}



}/*PC終了*/
