@charset "UTF-8";
/*
	Theme Name: kota_wp_2
	Author: Quolia.inc
*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color:#000;
	font-family:"toppan-bunkyu-mincho-pr6n", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
img{
	max-width:100%;
}
a{
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
a.cover{
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:2;
}
.bold{
	font-weight:bold;
}
a.cover:hover{
	background:rgba(256,256,256,0.4);
}
.wrapper .inner .basic_text>a{
	color:#077f9c;
}
.inline-block{
	display:inline-block;
}
.mar_t_10{
	margin-top:10px;
}
.mar_t_20{
	margin-top:20px;
}
.mar_t_30{
	margin-top:30px;
}
.mar_t_40{
	margin-top:40px;
}
.mar_b_0{
	margin-bottom:0px;
}
.mar_b_5{
	margin-bottom:5px;
}
.mar_b_10{
	margin-bottom:10px;
}
.mar_b_20{
	margin-bottom:20px;
}
.mar_b_30{
	margin-bottom:30px;
}
.mar_b_40{
	margin-bottom:40px;
}
.mar_b_50{
	margin-bottom:50px;
}
.mar_b_60{
	margin-bottom:60px;
}
.mar_b_70{
	margin-bottom:70px;
}
.mar_b_80{
	margin-bottom:80px;
}
.mar_b_90{
	margin-bottom:90px;
}
.mar_b_100{
	margin-bottom:100px;
}
.mar_b_110{
	margin-bottom:110px;
}
.mar_b_120{
	margin-bottom:120px;
}
.mar_b_130{
	margin-bottom:130px;
}
.mar_b_140{
	margin-bottom:140px;
}
.mar_b_150{
	margin-bottom:150px;
}
.mar_b_160{
	margin-bottom:160px;
}
.mar_b_170{
	margin-bottom:170px;
}
.mar_b_180{
	margin-bottom:180px;
}
.mar_b_200{
	margin-bottom:200px;
}
.f_l{
	float:left;
}
.f_r{
	float:right;
}
.basic_text{
	font-size:16px;
	line-height:2;
	color:#585745;
	letter-spacing:0.1em;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.pc_on{
	display:block;
}
img.pc_on{
	display:inline-block;
}
.sp_on{
	display:none;
}
.relative{
	position:relative;
}
table{
}
.center_center{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.center_center_2{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -20%);
	-ms-transform: translate(-50%, -20%);
	-webkit-transform: translate(-50%, -20%);
	transform: translate(-50%, -20%);
}
body{
	overflow-x:hidden;
}
.inner{
	max-width:100%;
	width:1400px;
	margin:auto;
	padding:0px 30px 0px;
}
h2{
	text-align:center;
}
h3{
	text-align:center;
}
.flex{
	display:flex;
}
.wrapper{
	padding-top:216px;
}
.wrapper.top_page{
	padding-top:0;
}

.wrapper.top_page::before{
	position:fixed;
	z-index:-11;
	background-image:url(./images/top_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
	content:"";
	height:100vh;
	width:100%;
}
.main{
	height:100vh;
	width:100%;
}
.main .inner{
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
}
.progress .logo_area h2,
.main .inner .logo_area h2{
	text-align:center;
	margin-bottom:20px;
}
.progress .logo_area h2 img,
.main .inner .logo_area h2 img{
	width:210px;
}
.main .inner .menu{
	display:flex;
}
.main .inner .menu a{
	font-size:14px;
	letter-spacing:0.38em;
	color:#fff;
	display:inline-block;
	padding:0 10px;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.gallery_area,
.top_gallery{
	background:rgba(234,231,225,0.6);
}
.top_gallery .inner{
	padding:190px 30px 180px;
	width:1860px;
}
.top_gallery .inner h2{
	font-size:14px;
	letter-spacing:0.38em;
	padding:0 10px;
	margin-bottom:200px;
	text-align:center;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.gallery_area .flex{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:250px;
}
.top_gallery .flex{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:100px;
}
.gallery_area .flex{
	margin-bottom:0px;
}
.gallery_area .flex .box,
.top_gallery .flex .box{
	position:relative;
	width:25%;
	padding:0 20px;
	text-align:center;
	margin-bottom:65px;
}
.gallery_area .flex .box a,
.top_gallery .flex .box a{
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
.gallery_area .flex .box figure,
.top_gallery .flex .box figure{
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.gallery_area .flex .box figure img,
.top_gallery .flex .box figure img{
	transform: scale(1.2);
	transition: all 0.3s ease 0s;
}

.gallery_area .flex .box:hover figure img,
.top_gallery .flex .box:hover figure img{
	transform: scale(1);
}
.gallery_area .flex .box .caption,
.top_gallery .flex .box .caption{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.gallery_area .flex .box .caption .title,
.top_gallery .flex .box .caption .title{
	font-size:11px;
	line-height:2;
	letter-spacing:0.22em;
}
.gallery_area .flex .box .caption .icons,
.top_gallery .flex .box .caption .icons{
	display:flex;
	align-items:center;
}
.gallery_area .flex .box .caption .icons .icon_img,
.top_gallery .flex .box .caption .icons .icon_img{
	margin-right:3px;
}
.line_links_btn{
	display:inline-block;
	background-image:url(./images/btn_bg.jpg);
	background-position:left 0px top;
	background-repeat:repeat-y;
	background-size:100%;
	width:175px;
	height:45px;
	text-align:left;
	font-family: sofia-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:12px;
	letter-spacing:0.38em;
	position:relative;
	padding:16px 0 13px 10px;
	transition: all 0.3s ease 0s;
	cursor:pointer;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.line_links_btn.long{
	width:215px;
}
.line_links_btn:hover,
.line_links_btn.beige:hover{
	background-image:url(./images/btn_bg_black.jpg);
	background-position:left top;
	opacity:1;
	color:#FFF;
	padding:16px;
}
.line_links_btn.beige{
	background-image:url(./images/btn_bg_beige.jpg);
}
.line_links_btn::after{
	position:absolute;
	height:1px;
	width:30px;
	content:"";
	top: 50%;
	right: 0;
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	border-top:1px solid #000;
	transition: all 0.3s ease 0s;
}
.line_links_btn:hover::after{
	border-top:1px solid #FFF;
}
.footer_top{
	background:rgba(234,231,225,0.6);
}
.footer_top .in_box{
	width:980px;
	max-width:100%;
	margin:0 auto;
	/*transform: translate(0, 150px);*/
}
.footer_top .news{
	background:#262c34;
	height:300px;
	width:980px;
	max-width:100%;
	margin-bottom:2px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 17%;
}
.footer_top .news .text-center{
	display:none;
}
.footer_top .news ul{
	width:380px;
}
.footer_top .news li{
	display:flex;
	align-items:center;
	margin-bottom:25px;
}
.footer_top .news li .date{
	font-size:10px;
	letter-spacing:0.22em;
	margin-right:20px;
	color:#fff;
}
.footer_top .news li a{
	font-size:13px;
	letter-spacing:0.22em;
	color:#fff;
}
.footer_top .news li:last-child{
	margin-bottom:0px;
}
.footer_top .news .title_box .title{
	font-size:14px;
	letter-spacing:0.38em;
	color:#fff;
	margin-bottom:20px;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-style: normal;

}
.footer_top .contact{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#000;
	height:300px;
	width:980px;
	max-width:100%;
}
.footer_top .contact .title{
	font-size:14px;
	letter-spacing:0.38em;
	color:#fff;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.footer_bottom{
	position:relative;
}
.footer_bottom:before{
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(35,35,36,0.75);
	mix-blend-mode:soft-light;
}
.footer_bottom .in_box{
	width:980px;
	padding:240px 30px 20px;
	margin:0 auto;
}
.footer_bottom .logo_area h2{
	text-align:center;
	margin-bottom:40px;
}
.footer_bottom .logo_area h2 img{
	height:60px;
}
.footer_bottom .menu{
	display:flex;
	justify-content:center;
	margin-bottom:40px;
}
.footer_bottom .menu a{
	font-size:14px;
	letter-spacing:0.38em;
	color:#fff;
	display:inline-block;
	padding:0 10px;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.footer_bottom .insta{
	width:100%;
	margin-bottom:90px;
	display:flex;
	align-items:end;
}
.footer_bottom .insta .insta_title{
	width:25px;
	position:relative;
	padding-right:15px;
	padding-bottom:8px;
}
.footer_bottom .insta .insta_title img{
	width:10px;
}
.footer_bottom .insta .id{
	width:27px;
	padding-left:15px;
	position:relative;
	padding-bottom:8px;
}
.footer_bottom .insta .id img{
	width:12px;
}
.footer_bottom .insta .id_sp{
	display:none;
	text-align:center;
	margin-bottom:40px;
}
.footer_bottom .insta .id_sp a{
	font-size:13px;
	color:#fff;
	letter-spacing:0.3em;
	font-family: "fira-sans", sans-serif;
}
.footer_bottom .insta .sns_wrap{
	width:calc(100% - 55px);
}
.footer_bottom .copy{
	font-size:10px;
	letter-spacing:0.38em;
	color:#fff;
	text-align:center;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.top_page_wrap header{
	transition: all 0.3s ease 0s;
	transform: translate(0, -100%);
}
.top_page_wrap header.scrolled{
	transform: translate(0, 0);
}
header{
	display:flex;
	padding:50px 50px 70px;
	justify-content:center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	background:rgba(255,255,255,0.8);
	transition: all 0.3s ease 0s;
}
header.scrolled{
	padding:20px 50px 30px;
}
header .logo_area h1{
	text-align:center;
	margin-bottom:20px;
}
header .logo_area h1 img{
	height:60px;
	transition: all 0.3s ease 0s;
}
header.scrolled .logo_area h1 img{
	height:40px;
}
header .menu{
	display:flex;
}
header .menu a{
	font-size:14px;
	letter-spacing:0.38em;
	color:#000;
	display:inline-block;
	padding:0 10px;
	transition: all 0.3s ease 0s;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
header.scrolled .menu a{
	font-size:10px;
}
.title_tie{
	background:rgba(234,231,225,0.75);
	display:flex;
	justify-content:space-between;
	padding:70px 80px;
}
.title_tie .tag{
	display:flex;
}
.title_tie h2{
	font-size:14px;
	letter-spacing:0.38em;
	display:inline-block;
	font-weight:900;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-style: normal;

}
.title_tie h2 > a{
	font-size:14px;
	letter-spacing:0.38em;
	display:inline-block;
	font-weight:900;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.title_tie .tag p{
	font-size:12px;
	letter-spacing:0.28em;
	display:inline-block;
	padding:0 5px;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-style: italic;

}
.title_tie .tag a{
	font-size:12px;
	letter-spacing:0.28em;
	display:inline-block;
	padding:0 8px;
	color:#b08cbf;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-style: italic;
}
.title_tie .tag a.active{
	color:#000;
}
.gallery_area .inner{
	padding:0px 50px 130px;
	width:100%;
}
.about_area .inner{
	width:1040px;
	padding:100px 30px 100px;
}
.about_area .border{
	padding:0 0 85px;
	margin-bottom:75px;
	border-bottom:1px solid #000;
}
.about_area .text{
	padding-right:60px;
	width:calc(100% - 382px);
}
.about_area .flex figure img{
	width:382px;
}
.about_area .name{
	font-size:14px;
	letter-spacing:0.22em;
	margin-bottom:35px;
}
.about_area .name .post{
	display:block;
	font-size:10px;
	letter-spacing:0.22em;
	line-height:2.2;
}
.about_area .name .kana{
	font-size:10px;
	letter-spacing:0.22em;
}
.about_area .basic_text{
	font-size:12px;
	letter-spacing:0.3em;
	margin-bottom:55px;
}
.about_area .enkaku{
	margin-bottom:55px;
}
.about_area .enkaku .title{
	font-size:14px;
	letter-spacing:0.22em;
	margin-bottom:15px;
}
.about_area .enkaku table{
	width:100%;
}
.about_area .enkaku table td{
	font-size:12px;
	letter-spacing:0.22em;
	padding-bottom:15px;
	line-height:1.5;
}
.about_area .enkaku table td.date{
	width:150px;
}
.ami{
	width:100%;
	height:100vh;
	position:fixed;
	z-index:-9;
	top:0;
	left:0;
	mix-blend-mode: darken;
  background-color: rgba(163, 127, 69, 0.5);
  background-image: radial-gradient(#a37f45 20%, transparent 20%),
    radial-gradient(#a37f45 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;


}
.video{
	width:100%;
	height:100vh;
	position:fixed;
	z-index:-10;
	top:0;
	left:0;
	mix-blend-mode: multiply;
}
.video::before{
	position:absolute;
	width:100%;
	height:100%;
	/*background-image:url(./images/ami.png);*/
	display:block;
	content:'';
	mix-blend-mode:multiply;
	z-index:2;
}
.video .in{
	width:100%;
	height:100vh;
	position:relative;
	overflow:hidden;
	/*background:url(./images/top/pattern-01.png);*/
}
.video .in video{
	position: absolute;
	top: 0;
	left: 50%;
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(0%, 0%);
	transform: translate(-50%, 0%);
	min-width: 100%;
	min-height: 100vh;
	z-index:-1;
}
.news_area .inner{
	width:1040px;
	padding:100px 30px 100px;
}
.post_box{
	margin-bottom:25px;
	align-items:center;
}
.post_box .date{
	margin-right:10px;
	font-size:13px;
	letter-spacing:0.2em;
}
.post_box a{
	font-size:13px;
	letter-spacing:0.2em;
}
.news_area .text-center{
	padding-top:100px;
}
.loading{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:1000;
	background:rgba(255,255,255,0.8);
	display:flex;
	justify-content:center;
	align-items:center;
}
.wrapper .contact{
	width:100%;
}
.wrapper .contact h2{
	margin-bottom:70px;
}
.wrapper .contact p.attention{
	background-color:rgba(234,231,225,0.75);
	padding:10px 10px 8px;
	display:inline-block;
	color:#444444;
	font-size:12px;
	margin-bottom:40px;
}
.wrapper .contact table.contact_table{
	margin-bottom:100px;
	width:100%;
	max-width:100%;
}
.wrapper .contact table.contact_table th{
	width:160px;
	vertical-align:middle;
	text-align:left;
}
.wrapper .contact table.contact_table td{
	vertical-align:middle;
}
.wrapper .contact table.contact_table td input[type=text]{
	max-width:100%;
	width:800px;
	height:40px;
	font-size:15px;
	padding:5px;
}
.wrapper .contact table.contact_table td input[type=email]{
	max-width:100%;
	width:800px;
	height:40px;
	padding:5px;
	font-size:15px;
}
.wrapper .contact table.contact_table td textarea{
	width:800px;
	max-width:100%;
	height:200px;
	padding:5px;
	font-size:15px;
}
.wrapper .contact table.contact_table td,.wrapper .contact table.contact_table th{
	padding-bottom:40px;
}
.wrapper .contact input[type=submit]{
	width:375px;
	height:50px;
	max-width:100%;
	background-color:#444444;
	font-size:18px;
	color:#FFF;
	border:none;
	margin:0 auto;
	display:block;
	letter-spacing:0.1em;
}
.wrapper div.wpcf7-validation-errors,
.wrapper div.wpcf7-mail-sent-ok{
	border:2px solid #565656;
	padding:20px;
}
.wrapper div.screen-reader-response{
	display:none;
}
.wrapper div.wpcf7-validation-errors,
.wrapper div.wpcf7-mail-sent-ok{
	margin-top:150px;
}
.wrapper .wpcf7-not-valid-tip{
	display:block;
	padding-top:10px;
	font-size:12px;
}
.wrapper .single .inner,
.wrapper .gallery_single .inner{
	width:1040px;
	padding:60px 30px 200px;
}
.wrapper .gallery_single .inner .title{
	margin-bottom:60px;
	font-size:14px;
	letter-spacing:0.2em;
	text-align:center;
}
.wrapper .gallery_single .inner .main_img{
	margin-bottom:120px;
}
.wrapper .gallery_single .inner .slider{
	margin-bottom:200px;
}
.wrapper .gallery_single .inner .slider .swiper-main{
	margin-bottom:45px;
}
.slide-media{
	text-align:center;
}
.wrapper .gallery_single .inner .description{
	margin-bottom:120px;
	line-height:4;
	font-size:12px;
	letter-spacing:0.3em;
}
.wrapper .gallery_single .inner .info{
	line-height:4;
	font-size:12px;
	letter-spacing:0.3em;
}
.wrapper .gallery_single .inner .movie{
	margin-bottom:120px;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.wrapper .gallery_single .inner .movie iframe{
	width: 100%;
	height: 100%;
}
.wrapper .single .inner .title{
	margin-bottom:60px;
	font-size:14px;
	letter-spacing:0.2em;
	text-align:center;
}
.wrapper .single .inner #blog_area{
	line-height:4;
	font-size:12px;
	letter-spacing:0.3em;
	text-align:center;
}
header #menu_open{
	display:none;
}
.underpage .footer_bottom{
	background:rgba(35,35,36,0.75);
}
.footer_top{
	position:relative;
	height:450px;
}
.footer_top .in_box{
	position:relative;
	z-index:2;
}
.swiper-thumb .swiper-slide{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:2px solid #000;
}
.swiper-thumb .swiper-slide.swiper-slide-thumb-active{
	border:2px solid #007aff;
}
.wpcf7-turnstile.cf-turnstile{
	margin-bottom:30px;
}
/***** 全画面を覆う背景 *****/
.mask {
  position: fixed; /*固定表示*/
  display:flex;
  justify-content:center;
  align-items:center;
  z-index: 999; /*最前面へ*/
  top: 0;
  left: 0;
  width: 100vw; /*画面幅*/
  height: 100vh; /*画面の高さ*/
  background: #000; /*好きな色*/
  animation: fadeOut 0.4s forwards; /*フェードアウト*/
  animation-delay: 0.8s; /*円のアニメーション＋遅延時間*/
}
/*フェードアウトアニメーション*/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/***** 広がる円 *****/
.circle {
  /*width: 0;*/
  /*height: 0;*/
  /*background: #fff;*/ /*ページ全体の背景色*/
  /*animation: circle-open 0.5s ease-in forwards;*/
  /*animation-delay: 0.1s; */
  /*position:relative;*/
}
.mask img{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:80px;
	margin:auto;
  z-index: 2; /*最前面へ*/
}
/*円が拡大するアニメーション*/
@keyframes circle-open {
  0% {
    width: 0;
    height: 0;
    border-radius: 50%;
  }
  80% {
    /*少し拡大して止まる*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  99% {
    /*ぎりぎりまで正円*/
    width: 99vw;
    height: 99vw;
    border-radius: 50%;
  }
  100% {
    /*全画面*/
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}
@media screen and (max-width: 1250px) {
.gallery_area .flex .box,
.top_gallery .flex .box{
	position:relative;
	width:33%;
	padding:0 20px;
	text-align:center;
	margin-bottom:65px;
}
}
body .swiper-button-next:after,body .swiper-button-prev:after{
	color:#252c34;
}
body .swiper-thumb .swiper-slide.swiper-slide-thumb-active{
	/*border:14px solid #252c34;*/
	border:none;
	outline: 14px solid #252c34;
	outline-offset: -14px;
}
body .swiper-thumb .swiper-slide{
	border:none;
}
body .swiper-pagination-bullet-active{
	background:#252c34;
}
body .swiper-pagination-bullets.swiper-pagination-horizontal{
	top:-32px;
}
body .grecaptcha-badge{
	visibility:hidden;
}
/* ===== 2026.07 神子柴洸太リニューアル追加分 ===== */
.footer_bottom .insta .id .id_text{
	writing-mode: vertical-rl;
	font-size:12px;
	color:#fff;
	letter-spacing:0.3em;
	font-family: "fira-sans", sans-serif;
	white-space:nowrap;
}
.footer_bottom .insta .sns_wrap .insta_grid{
	display:flex;
}
.footer_bottom .insta .sns_wrap .insta_grid a{
	width:16.666%;
	display:block;
}
.footer_bottom .insta .sns_wrap .insta_grid a img{
	width:100%;
	height:auto;
	display:block;
}
.about_area .basic_text a{
	text-decoration:underline;
	color:inherit;
}

/* ===== GALLERY 縦型サムネイル（4:5）と高画質化 ===== */
.gallery_area .flex .box figure,
.top_gallery .flex .box figure{
	aspect-ratio: 4 / 5;
}
.gallery_area .flex .box figure img,
.top_gallery .flex .box figure img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
/* ===== 複数枚・動画アイコン（SVG） ===== */
.gallery_area .flex .box .caption .icons svg,
.top_gallery .flex .box .caption .icons svg{
	width:14px;
	height:14px;
	display:block;
	color:#3a3a3a;
}
.gallery_area .flex .box .caption .icons .icon_img,
.gallery_area .flex .box .caption .icons .icon_movie,
.top_gallery .flex .box .caption .icons .icon_img,
.top_gallery .flex .box .caption .icons .icon_movie{
	margin-left:6px;
}
/* ===== 旧ギャラリー導線 ===== */
.title_tie .old_gallery_link{
	margin-top:30px;
}
.title_tie .old_gallery_label{
	font-size:12px;
	letter-spacing:0.22em;
	margin-top:14px;
}
.title_tie .old_gallery_link .line_links_btn{
	width:auto;
	min-width:175px;
	white-space:nowrap;
	padding-right:56px;
	letter-spacing:0.2em;
}

/* ===== 2026.07 サイト全体フォントカラー #656496 ===== */
body{color:#656496}
.basic_text,
.wrapper .inner .basic_text>a,
header .menu a,
.title_tie .tag a.active,
.wrapper .contact input[type=submit],
body .swiper-button-next:after,body .swiper-button-prev:after{color:#656496}
.gallery_area .flex .box .caption .icons svg,
.top_gallery .flex .box .caption .icons svg{color:#8f8eb5}
.about_area .name,.about_area .basic_text,.enkaku,.enkaku table td,
.gallery_area .flex .box .caption .title,
.top_gallery .flex .box .caption .title,
.title_tie h2,.title_tie .old_gallery_label,.line_links_btn{color:#656496}
/* 和文見出しは筑紫Aオールド明朝（未提供環境はZen Old Mincho） */
.about_area .name,
.title_tie .old_gallery_label{font-family:"fot-tsukuaoldmin-pr6n","toppan-bunkyu-mincho-pr6n","Zen Old Mincho",serif}
.wrapper .contact,
.wrapper .contact th,.wrapper .contact td,
.wrapper .contact label,.wrapper .contact p{color:#656496}

/* ===== 2026.07 修正第2弾 ===== */
/* ヘッダーのサインを大きく（ジャギリ軽減） */
header .logo_area h1 img{height:84px}
header.scrolled .logo_area h1 img{height:56px}
/* 旧ギャラリーボタン：右側配置＋GALLERY見出しと中央揃え */
.title_tie{position:relative}
.title_tie .btn_right{
	position:absolute;
	right:8%;
	top:50%;
	transform:translateY(-50%);
	margin-top:0;
}
/* 黒背景・白抜きボタン */
.line_links_btn.btn_black{
	background-image:none;
	background-color:#171512;
	color:#fff;
	width:auto;
	min-width:0;
	height:40px;
	white-space:nowrap;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0 34px;
	letter-spacing:.22em;
	text-indent:.22em;
	font-family:"fot-tsukuaoldmin-pr6n","toppan-bunkyu-mincho-pr6n","Zen Old Mincho",serif;
	font-size:11px;
	line-height:1;
}
.line_links_btn.btn_black::after{
	content:"";
	position:absolute;
	right:16px;
	top:50%;
	width:26px;
	height:1px;
	background:#fff;
	transition:width .3s;
}
.line_links_btn.btn_black:hover::after{width:36px}
/* 作品詳細：PCでメイン作品が1画面に収まるように */
@media (min-width:900px){
	.wrapper .gallery_single .inner{padding:14px 30px 120px}
	.wrapper .gallery_single .inner .title{margin-bottom:16px}
	.wrapper .gallery_single .inner .main_img{margin-bottom:60px;text-align:center}
	.wrapper .gallery_single .inner .main_img img{
		max-height:calc(100vh - 345px);
		width:auto;
		max-width:100%;
	}
	.wrapper .gallery_single .inner .slider{margin-bottom:120px}
}
@media (max-width:899px){
	.title_tie .btn_right{
		position:static;
		transform:none;
		width:calc(100% + 30px);
		text-align:right;
		margin-top:20px;
		margin-right:-30px; /* 画面右端にくっつける */
	}
	.title_tie.gallery_tie{display:block}
	.line_links_btn.btn_black{
		font-size:10px;
		height:34px;
		padding:0 30px;
	}
	.line_links_btn.btn_black::after{right:10px;width:18px}
}
/* 作品詳細：上部帯をコンパクトに */
.title_tie.title_tie_single{padding:22px 80px}

/* ===== 作品詳細の動画（全ページ共通・縦横動画対応） ===== */
video{max-width:100%}
.wrapper .gallery_single .inner .movie.movie_video{
	aspect-ratio:auto;
	width:100%;
	text-align:center;
}
.wrapper .gallery_single .inner .movie.movie_video video{
	max-width:100%;
	max-height:74vh;
	width:auto;
	height:auto;
	margin:0 auto;
	display:block;
	background:#171512;
}

/* ===== スクロール時ヘッダーをコンパクトに（ロゴ左・メニュー右の1行） ===== */
header.scrolled{
	padding:10px 44px;
}
header.scrolled .logo_area{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
}
header.scrolled .logo_area h1{
	margin-bottom:0;
	text-align:left;
	line-height:0;
}
header.scrolled .logo_area h1 img{
	height:34px;
}
@media (max-width:899px){
	header.scrolled{
		padding:8px 20px 8px 16px;
	}
	header.scrolled .logo_area h1 img{
		height:28px;
	}
}

/* ===== 下層ページ：ヘッダーと被らないよう開始位置を調整 ===== */
.wrapper{padding-top:270px}
.wrapper.top_page{padding-top:0}
/* 作品詳細：タイトルの上下余白を拡大 */
.wrapper .gallery_single .inner{padding-top:44px}
.wrapper .gallery_single .inner .title{margin-bottom:46px}
/* SP：作品詳細の「< GALLERY」を中央寄せ */
@media (max-width:899px){
	.title_tie.title_tie_single{text-align:center}
	.title_tie.title_tie_single h2{display:block;text-align:center}
}
