@charset "UTF-8";

/*================================mainvisual================================*/
.mainvisual{
width: 100%;
max-width: 1920px;
margin:auto;
background: #fff ;
}
.mainvisual .slide .slick-track{
display: flex;
gap: 40px;
}
.mainvisual .slide .slick-slide {
position: relative;
}
.mainvisual .slide .slick-slide div{
line-height: 0;
}
.mainvisual .slide .slick-slide figure{
aspect-ratio: 16/9;
}
.mainvisual .slide img{
width: 100%;
height:100%;
object-fit: cover;
}
.mainvisual .slick-prev{
width: 162px;
left: 0;
}
.mainvisual .slick-next{
width: 162px;
right: 0;
}
.mainvisual .slick-arrow::before{
display: none;
}
.mainvisual .slide .slick-dots {
position: absolute;
top: initial;
bottom: 8%;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.mainvisual .slide .slick-dots li button:before{
position: absolute;
top: 0;
left:0;
transform: translateX(-50%);
width: 8px;
height: 8px;
content: '';
border-radius: 50%;
background: initial;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border: 1px solid #fff;
}
.mainvisual .slide .slick-dots li.slick-active button:before
{
opacity: 1;
background: #fff;
}
/*準備中対応*/
.mainvisual a{
pointer-events: none;
}
@media  only screen and (max-width: 768px) {
.mainvisual{
width: 100%;
max-width: 100%;
}
.mainvisual .slide .slick-track{
display: flex;
gap: 4vw;
}
.mainvisual .slick-prev{
width: 50px;
left: 0;
}
.mainvisual .slick-next{
width: 50px;
right: 0;
}
}
/*=============================== todays_sct ================================*/
.todays_sct{
position: relative;
width: 100%;
max-width: 1920px;
padding: 102px 0;
margin: auto;
background: #fff url(../images/bg-todays.jpg) repeat;
background-size: 300px;
}
.todays_sct .inner{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
/*gap: 0 53px;*/
gap: 0 33px;
position: relative;
width: 1200px;
padding: 58px;
margin: auto ;
background: #fff;
border-image: url(../images/border-9patch.png) 22 fill / 22px / 22px round;
}
.todays_sct .inner::after{
content: "";
position: absolute;
right: 80px;
bottom:-102px;
width: 171px;
height: 145px;
background: url(../images/parts-fukurou01.png) no-repeat;
}
.todays_sct .inner h3{
width: 100%;
text-align: center;
color: #333;
font-size: 2.4rem;
font-weight: 500;
background: url(../images/hr-wave.png) no-repeat bottom center;
background-size: 100% auto;
padding-bottom:32px;
margin-bottom: 40px;
}
.todays_sct .inner .current_date{
display: flex;
align-items: center;
gap: 10px;
}
.todays_sct .inner .date{
display: flex;
align-items: center;
font-family: Lato;
font-size:7rem;
font-weight: 700;
}
.todays_sct .inner .date span{
font-family: "Noto Sans";
font-size: 4.2rem;
font-weight: 500;
margin-left: 2px;
}
.todays_sct .inner .year{
display: block;
font-family: Lato;
font-size: 2.5rem;
font-weight: 700;
white-space: nowrap;
letter-spacing: -0.5px;
}
.todays_sct .inner .day_of_week{
display: block;
font-family: Lato;
font-size:3.4rem;
font-weight: 700;
white-space: nowrap;
letter-spacing: -0.5px;
}
.todays_sct .inner dl{
display: flex;
gap: 10px 0;
flex-wrap: wrap;
/*width: 380px;*/
width: 400px;
font-weight: 700;
white-space: nowrap;
}
.todays_sct .inner dl dt{
/*width: 140px;*/
width: 160px;
font-size: 1.7rem;
font-weight: 700;
margin-right: 50px;
}
.todays_sct .inner dl dd{
width:190px;
font-family: Lato;
font-size: 1.7rem;
font-weight: 400;
}
.todays_sct .inner dl dd .status{
display: inline-block;
width:60px;
margin-right: 16px;
}
.todays_sct .inner dl dd .hours{
display: inline-block;
width:120px;
}
@media  only screen and (max-width: 768px) {
.todays_sct{
width: 100%;
max-width: 100%;
padding: 80px 0;
background: #fff url(../images/bg-todays.jpg) repeat;
background-size: 200px;
}
.todays_sct .inner{
position: initial;
display: block;
width: calc(100% - 84px);
padding: 30px 10px;
margin: auto ;
text-align: center;
background: #fff;
border-image: url(../images/border-9patch.png) 22 fill / 22px / 22px round;
}
.todays_sct .inner::after{
aspect-ratio: 171/145;
content: "";
position: absolute;
right: initial;
left: 50%;
transform: translateX(-50%);
bottom:0;
width: 100px;
height: auto;
background: url(../images/parts-fukurou01.png) no-repeat;
background-size: 100% auto;
}
.todays_sct .inner h3{
width: 100%;
font-size: 2rem;
background: url(../images/hr-wave.png) no-repeat bottom center;
background-size: 100% auto;
padding-bottom:20px;
margin-bottom: 20px;
}
.todays_sct .inner .current_date{
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-bottom: 30px;
}
.todays_sct .inner .date{
font-size:4rem;
}
.todays_sct .inner .date span{
font-size: 2.8rem;
margin-left: 2px;
}
.todays_sct .inner .year{
font-size: 1.6rem;
}
.todays_sct .inner .day_of_week{
font-size:1.8rem;
}
.todays_sct .inner dl{
display: inline-block;
text-align: left;
width:auto;
margin-bottom: 24px;
}
.todays_sct .inner dl dt{
width:auto;
font-size: 1.7rem;
margin-right: 0;
margin-bottom: 8px;
}
.todays_sct .inner dl dd{
width:auto;
font-size: 1.5rem;
margin-bottom: 16px;
}
.todays_sct .inner dl dd .status{
width:70px;
margin-right: 0;
}
.todays_sct .inner dl dd .hours{
width:auto;
}
}
/*=============================== info_sct ================================*/
.info_sct{
position: relative;
width: 100%;
max-width: 1920px;
padding: 80px 0 160px;
margin: auto;
background: #fff;
}
.info_sct .inner{
position: relative;
width: 1160px;
padding: 0 40px;
margin: auto ;
}
.info_sct .tabs{
width: 1120px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
column-gap: 5px;
margin: auto;
}
/* ラジオボタンを非表示に */
.info_sct .tabs input[type="radio"] {
display: none;
}
.info_sct .tab-label {
position: relative;
top: 2px;
width: calc((100% - 20px) / 5);
height: 58px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: #777;
border-top: 1px solid #C4C4C4;
border-right: 1px solid #C4C4C4;
border-left: 1px solid #C4C4C4;
background: #FAFAFA;
margin: 0 ;
}
.info_sct .tab-label:hover {
color: #C65422;
background-color: #fff;
}
.info_sct .tabs input[type="radio"]:checked + .tab-label{
height: 60px;
background-color: #fff;
color: #C65422;
border-top: 2px solid #C65422;
border-right: 2px solid #C65422;
border-left: 2px solid #C65422;
padding-bottom: 2px;
}
.info_sct .tab-content {
width: 100%;
background-color: #fff;
order: 1; /* コンテンツを下の段に配置 */
display: none; /* デフォルトでは非表示 */
border-top: 2px solid #C65422;
}
/* 選択されたタブの内容を表示 */
.info_sct .tabs input[type="radio"]:checked + .tab-label + .tab-content {
display: block;
}
.info_sct .tab-content .info-entry > a{
color: var(--c-primary);
display: flex;
padding: 32px 80px 32px 40px;
align-items: center;
gap: 64px;
border-bottom: 1px solid #C4C4C4;
background: #fff url(../images/icon/icon-arrow01.svg) no-repeat right 40px center;
text-decoration: none;
transition: 0.3s;
}
.info_sct .tab-content .info-entry > a:hover{
color: #C65422;
}
.info_sct .tab-content .info-entry time{
width: 100px;
font-family: Lato;
font-size: 1.7rem;
font-weight: 700;
}
.info_sct .tab-content .info-entry .category_wrap{
  width: 184px;
  display: flex;
  justify-content: center;
}
.info_sct .tab-content .info-entry .category{
color: #fff;
width: 184px;
height: 38px;
display: flex;
justify-content: center;
align-items: center;
background: #C65422;
border: 1px solid #C65422;
text-decoration: none;
}
.info_sct .tab-content .info-entry a:hover .category{
opacity: 1;
color: #C65422;
background: #fff;
}
.info_sct .tab-content .info-entry .ttl{
width: 592px;
font-size: 1.7rem;
font-weight: 500;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
line-clamp: 1;
-webkit-line-clamp: 1;
}
.info_sct .btn01 a{
margin: 40px auto 0;
}
@media  only screen and (max-width: 768px) {
.info_sct{
max-width: 100%;
padding: 80px 0;
}
.info_sct .inner{
width: 100%;
padding: 0 10px;
}
.info_sct .inner h2{
margin-bottom: 50px;
}
.info_sct .inner h2 > *{
font-size:2.4rem;
padding-top: 50px;
background:url(../images/parts-h2.svg) no-repeat top center;
background-size: 30px auto;
}
.info_sct .tabs{
width:  100%;
overflow: hidden;
display: flex;
flex-wrap: wrap;
column-gap:1px;
margin: auto;
}
/* ラジオボタンを非表示に */
.info_sct .tabs input[type="radio"] {
display: none;
}
.info_sct .tab-label {
/*white-space: nowrap;*/
text-align: center;
position: relative;
top: 1px;
width: calc((100% - 4px) / 5);
height: 50px;
padding: 0 2px;
margin: 0;
font-size: 1.2rem;
line-height: 1.3;
}
.info_sct .tabs input[type="radio"]:checked + .tab-label{
height: 51px;
border-top: 1px solid #C65422;
border-right: 1px solid #C65422;
border-left: 1px solid #C65422;
padding-bottom: 1px;
}
.info_sct .tab-content {
border-top: 1px solid #C65422;
}
.info_sct .tab-content .info-entry > a{
color: var(--c-primary);
display: block;
padding: 16px 20px 16px 10px;
background: #fff url(../images/icon/icon-arrow01.svg) no-repeat right 10px center;
background-size: 6px auto;
}
.info_sct .tab-content .info-entry time{
display: block;
width: 100%;
font-size: 1.6rem;
margin-bottom: 5px;
}
.info_sct .tab-content .info-entry .category{
font-size: 1.2rem;
width: 110px;
height: 24px;
margin-bottom: 5px;
}
.info_sct .tab-content .info-entry .ttl{
display: block;
width: 100%;
font-size: 1.6rem;
line-height: 1.3;
display: -webkit-box;
-webkit-box-orient: vertical;
line-clamp: 2;
-webkit-line-clamp: 2;
}
.info_sct .btn01 a{
margin: 40px auto 0;
}
}
/*=============================== slide_sct ================================*/
.slide_sct{
position: relative;
width: 100%;
max-width: 1920px;
margin: auto;
}
.slide_sct::before{
content: "";
position: absolute;
top: -2px;
left: 0;
width: 1920px;
height: 20px;
background: url(../images/parts-wave-top.png) no-repeat top center;
background-size: 100% auto;
z-index: 1;
}
.slide_sct::after{
content: "";
position: absolute;
top: -48px;
left: 50%;
transform: translateX(-50%);
width: 1200px;
height:112px;
background: url(../images/parts-fukurou02.svg) no-repeat right 40px center;
background-size: 220px 112px;
z-index: 1;
}
.slide_sct .slide img{
width:100vw;
max-width:100vw;
min-width:1280px;
}
.slide_sct .slide figure{
position: relative;
}
.slide_sct .slide figcaption{
position: absolute;
bottom:104px;
left: 50%;
transform: translateX(-50%);
width: 1120px;
color: #fff;
font-size: 1.7rem;
font-weight: 500;
}
@media  only screen and (max-width: 768px) {
.slide_sct{
width: 100%;
max-width: 100%;
}
.slide_sct::before{
content: "";
left: 0;
background: url(../images/parts-wave-top.png) no-repeat top left;
background-size: auto 6px;
}
.slide_sct::after{
content: "";
position: absolute;
top: -58px;
left: 50%;
transform: translateX(-50%);
width: 100%;
height:112px;
background: url(../images/parts-fukurou02.svg) no-repeat right 20px center;
background-size: 180px 91px;
z-index: 1;
}
.slide_sct .slide img{
width:100vw;
max-width:100vw;
min-width:240vw;
margin-left: -70%;
}
.slide_sct .slide figcaption{
position: absolute;
top: 80%;
bottom:initial;
left: 5vw;
transform: translateY(-50%);
width:100%;
font-size: 1.6rem;
}
}
/*=============================== facilities_sct ================================*/
.facilities_sct{
position: relative;
width: 100%;
max-width: 1920px;
margin: auto;
padding: 0 0 160px 0px;
background: #fff url(../images/bg-geometric.png) center;
}
.facilities_sct .inner{
position: relative;
width: 1200px;
margin:auto;
}
.facilities_sct .inner .feature{
position: relative;
top: -58px;
display: flex;
justify-content: center;
gap: 90px;
position: relative;
width: 1200px;
padding: 50px;
background: #fff;
border-image: url(../images/border-9patch.png) 22 fill / 22px / 22px round;
margin-bottom:102px;
}
.facilities_sct .inner .feature::before{
position: absolute;
left: 40px;
bottom:-80px;
content: "";
width: 204px;
flex-shrink: 0;
aspect-ratio: 118/113;
background: url(../images/parts-feature01.svg) no-repeat;
background-size: 100% auto;
}
.facilities_sct .inner .feature::after{
position: absolute;
right: 60px;
top:-85px;
content: "";
aspect-ratio: 85/72;
width: 158px;
background: url(../images/parts-feature02.svg) no-repeat;
background-size: 100% auto;
}
.facilities_sct .inner .feature .catch{
display: block;
font-size:4.8rem;
font-weight: 500;
line-height:150%;
letter-spacing: 4px;
}
.facilities_sct .inner .feature .catch span{
color: #C65422;
}
.facilities_sct .inner .feature .wrap{
flex: 1;
}
.facilities_sct .inner .feature .wrap p{
font-size: 1.8rem;
font-weight: 500;
line-height: 200% ;
letter-spacing: 0.9px;
}
.facilities_sct .inner .feature .wrap .btn01{
margin-top: 40px;
}
.facilities_sct .inner .layout_container{
position: relative;
display: flex;
/*height: 642px;*/
padding: 14px 40px 0;
margin-bottom: 120px;
}
.facilities_sct .inner .hall::after{
position: absolute;
top:0 ;
left: -120px;
content: "";
width:800px ;
height: 642px;
background: url(../images/illust-facilities01.png) no-repeat left top;
}
.facilities_sct .inner .museum::after{
position: absolute;
top:0 ;
right: -120px;
content: "";
width:800px ;
height: 640px;
background: url(../images/illust-facilities02.png) no-repeat left top;
}
.facilities_sct .inner .cafe::after{
position: absolute;
top:0 ;
left: -120px;
content: "";
width:800px ;
height: 640px;
background: url(../images/illust-facilities03.png) no-repeat left top;
}
.facilities_sct .inner .layout_container:last-child{
margin-bottom: 0;
}
.facilities_sct .inner .layout_container .wrap {
width: 440px;
}
.facilities_sct .inner .layout_container .wrap figure{
width: 160px;
margin-bottom: 50px;
}
.facilities_sct .inner .cafe.layout_container .wrap figure{
width: 300px;
margin-bottom: 50px;
}
.facilities_sct .inner .layout_container .wrap figure img{
width: 100%;
height: auto;
}
.facilities_sct .inner .layout_container .wrap h2{
color: #333;
font-family: "Noto Serif JP";
font-size: 4.8rem;
font-weight: 700;
line-height:  150%;
letter-spacing: 4.8px;
margin-bottom: 44px;
}
.facilities_sct .inner .layout_container .wrap p{
font-size: 1.8rem;
font-weight: 500;
line-height: 200%;
letter-spacing: 1.4px;
margin-bottom: 56px;
}
.facilities_sct .inner .layout_container .wrap .notes{
display: inline-block;
color: #C65422;
font-size: 2.4rem;
font-weight: 500;
letter-spacing: 2.4px;
margin-bottom: 56px;
}
@media  only screen and (max-width: 768px) {
.facilities_sct{
width: 100%;
max-width: 100%;
padding: 0 0 80px 0px;
}
.facilities_sct .inner{
width: 100%;
padding: 0 20px;
}
.facilities_sct .inner .feature{
position: relative;
top: -5vw;
display: block;
width: calc(100% - 40px);
padding: 12vw 10px 32vw;
border-image: url(../images/border-9patch.png) 22 fill / 22px / 22px round;
margin:0 auto 34vw
}
.facilities_sct .inner .feature::before{
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom:calc(-20vw - 11px);
content: "";
width:60%;
flex-shrink: 0;
aspect-ratio: 118/113;
background: url(../images/parts-feature01.svg) no-repeat;
background-size: 100% auto;
}
.facilities_sct .inner .feature::after{
position: absolute;
right: 5vw;
top:calc(-9vw - 11px);
content: "";
aspect-ratio: 85/72;
width:45%;
background: url(../images/parts-feature02.svg) no-repeat;
background-size: 100% auto;
}
.facilities_sct .inner .feature .catch{
font-size:6vw;
margin-bottom: 10px;
}
.facilities_sct .inner .feature .wrap p{
font-size: 1.6rem;
line-height: 160%;
}
.facilities_sct .inner .feature .wrap p br{
display: none;
}
.facilities_sct .inner .feature .wrap .btn01{
margin-top: 20px;
}
.facilities_sct .inner .layout_container{
position: relative;
display: block;
height: auto;
padding: 0;
margin-bottom: 100px;
}
.facilities_sct .inner .hall::after{
display: block;
aspect-ratio: 800/642;
position: initial;
content: "";
width:120%;
height: auto;
background: url(../images/illust-facilities01.png) no-repeat left top;
background-size: 100% auto;
margin-left: -18%;
}
.facilities_sct .inner .museum::after{
display: block;
aspect-ratio: 80/64;
position: initial;
content: "";
width:120%;
height: auto;
background: url(../images/illust-facilities02.png) no-repeat left top;
background-size: 100% auto;
margin-right: -18%;
}
.facilities_sct .inner .cafe::after{
display: block;
aspect-ratio: 80/64;
position: initial;
content: "";
width:120%;
height: auto;
background: url(../images/illust-facilities03.png) no-repeat left top;
background-size: 100% auto;
margin-left: -18%;
}
.facilities_sct .inner .layout_container:last-child{
margin-bottom: 0;
}
.facilities_sct .inner .layout_container .wrap {
width: 100%;
margin-bottom: 50px;
}
.facilities_sct .inner .layout_container .wrap figure{
width: 40%;
margin: 0 auto 20px;
}
.facilities_sct .inner .cafe.layout_container .wrap figure{
width: 60%;
margin: 0 auto 20px;
}
.facilities_sct .inner .layout_container .wrap h2{
text-align: center;
font-size: 2.6rem;
letter-spacing: 4.8px;
margin-bottom: 20px;
}
.facilities_sct .inner .layout_container .wrap p{
font-size: 1.6rem;
margin-bottom: 40px;
line-height: 160%;
}
.facilities_sct .inner .layout_container .wrap .notes{
font-size:1.8rem;
margin-bottom: 20px;
}
}
/*=============================== service ================================*/
.service_sct{
position: relative;
width: 100%;
max-width: 1920px;
margin: auto;
padding: 100px 0 160px;
background: url(../images/bg-lattice02.png);
}
.service_sct .inner{
display:flex;
justify-content: space-between;
width: 1560px;
padding-left:40px ;
margin-left:auto ;
}
.service_sct .inner h2 a{
display:block;
text-decoration: none;
writing-mode: vertical-lr;
transition: 0.3s;
}
.service_sct .inner h2 a:hover{
opacity: 0.7;
}
.service_sct .inner h2 a > span:nth-child(1){
position: relative;
display:flex;
align-items: center;
gap: 40px;
color: #141414;
font-family: "Libre Baskerville", serif;
font-size: 10rem;
font-style: normal;
font-weight: 400;
letter-spacing: 5px;
margin-right: 10px;
}
.service_sct .inner h2 a > span:nth-child(1)::before{
content: "";
width: 1px;
height: 180px;
background: #141414;
}
.service_sct .inner h2 a > span:nth-child(2){
display: block;
color: #141414;
font-family: "Noto Serif JP";
font-size: 2rem;
font-weight: 500;
line-height: 110%;
letter-spacing: 4px;
margin-top: 230px;
}
.service_sct .inner h2 a:hover{
color: #222;
opacity: 0.7;
}
.service_sct .inner ul{
width: 1280px;
margin-top: 230px;
}
.service_sct .inner ul li{
margin-bottom: 40px;
overflow: hidden;
}
.service_sct .inner ul li:last-child{
margin-bottom: 0;
overflow: hidden;
}
.service_sct .inner ul li a{
position: relative;
width: 1280px;
height: 420px;
transition: 0.3s;
}
.service_sct .inner ul li a:hover{
color: #222;
opacity: 0.7;
}
.service_sct .inner ul li figure img{
width: 100%;
height: auto;
transition: 0.3s;
}
.service_sct .inner ul li a:hover figure img{
transform: scale(1.03);
}
.service_sct .inner ul li .ttl{
position: absolute;
left: 90px;
bottom: 45px;
}
.service_sct .inner ul li .ttl span:nth-child(1){
display: block;
color: #fff;
font-family: "Libre Baskerville", serif;
font-size: 80px;
font-weight: 400;
letter-spacing: 8px;
margin-bottom: 4px;
}
.service_sct .inner ul li .ttl span:nth-child(2){
display: block;
color: #fff;
font-family: "Noto Serif JP";
font-size: 30px;
font-weight: 500;
letter-spacing: 3px;
}
.service_sct .inner .btn02{
position: absolute;
bottom: 68px;
right: 316px;
}
@media  only screen and (max-width: 768px) {
.service_sct{
width: 100%;
max-width: 100%;
padding: 18vw 0 18vw;
background: url(../images/bg-lattice02.png);
}
.service_sct .inner{
display:flex;
justify-content: initial;
width: 100%;
margin-left:0;
padding-left: 0;
}
.service_sct .inner h2{
width: 20vw;
padding: 0 3vw;
}
.service_sct .inner h2 a > span:nth-child(1){
gap: 3vw;
font-size:8vw;
letter-spacing: 2vw;
margin-right:2vw;
}
.service_sct .inner h2 a > span:nth-child(1)::before{
content: "";
width: 1px;
height: 10vw;
}
.service_sct .inner h2 a > span:nth-child(2){
font-size:4vw;
letter-spacing: 2vw;
margin-top: 13vw;
}
.service_sct .inner ul{
flex: 1;
margin-top: -13vw;
}
.service_sct .inner ul li{
margin-bottom: 5vw;
}
.service_sct .inner ul li figure{
height: 40vw;
}
.service_sct .inner ul li figure img{
object-fit: cover;
width: 100%;
height: 100%;
transition: 0.3s;
}
.service_sct .inner ul li .ttl{
position: absolute;
left: 3vw;
bottom: 5vw;
}
.service_sct .inner ul li .ttl span:nth-child(1){
font-size: 5vw;
letter-spacing: 2vw;
margin-bottom: 1vw;
}
.service_sct .inner ul li .ttl span:nth-child(2){
font-size: 3vw;
}
.service_sct .inner .btn02{
display: none;
}
}

/*=============================== works ================================*/
.works_sct{
position: relative;
width: 100%;
max-width: 1920px;
margin: auto;
padding: 160px 0 560px 0px;
background: #141414 url(../images/bg-works.jpg) no-repeat center bottom;
}
.works_sct .inner h2{
width: 1200px;
margin: 0 auto 40px;
}
.works_sct .inner h2 a{
display: inline-block;
text-decoration: none;
transition: 0.3s;
}
.works_sct .inner h2 a > span:nth-child(1){
display: block;
color: #fff;
font-family: "Libre Baskerville", serif;
font-size: 10rem;
font-weight: 400;
letter-spacing: 5px;
margin-bottom: 16px;
}
.works_sct .inner h2 a > span:nth-child(2){
position: relative;
display: inline-flex;
align-items: center;
gap: 20px;
color: #fff;
font-family: "Noto Serif JP";
font-size: 2rem;
font-weight: 500;
letter-spacing: 4px;
}
.works_sct .inner h2 a > span:nth-child(2)::before{
display: block;
content: "";
width: 180px;
height: 1px;
background: #fff;
}
.works_sct .inner h2 a:hover{
opacity: 0.7;
}
.works_sct .inner .slide{
margin-bottom: 160px;
border-top: 1px solid #F6F6F6;
border-bottom: 1px solid #F6F6F6;
}
.works_sct .inner .slide .slick-slide a{
text-decoration: none;
}
.works_sct .inner .slide .slick-track{
display: flex;
gap: 30px;
}
.works_sct .inner .slide .slick-slide {
border-left: 1px solid #F6F6F6;
border-right: 1px solid #F6F6F6;
}
.works_sct .inner .slide figure{
overflow: hidden;
}
.works_sct .inner .slide figure img{
width: 100%;
height: auto;
transition: 0.3s;
}
.works_sct .inner .slide figure:hover img{
transform: scale(1.03);
}
.works_sct .inner .slide .wrap{
color: #F6F6F6;
font-family: "Noto Serif JP";
font-size: 1.3rem;
font-weight: 400;
letter-spacing: 0.65px;
padding: 30px 20px 15px;
}
.works_sct .inner .slide .wrap a{
color: #F6F6F6;
text-decoration: none;
}
.works_sct .inner .slide .wrap time{
position: relative;
}
.works_sct .inner .slide .wrap time::after{
color: #F6F6F6;
content: "/";
margin: 0 4px;
}
.works_sct .inner .slide .wrap object{
transition: 0.3;
}
.works_sct .inner .slide .wrap object:hover{
opacity: 0.7;
}
.works_sct .inner .slide .ttl{
color: #FFF;
font-family: "Noto Serif JP";
font-size: 20px;
font-weight: 500;
letter-spacing: 2px;
line-height: 1.3;
padding: 0 20px 30px;
}
.works_sct .inner .slide .slick-dots{
position: absolute;
bottom: -25px;
left: 0;
display: flex!important;
justify-content: center;
gap: 10px!important;
}
.works_sct .inner .slide .slick-dots li{
width: 30px!important;
height: 5px;
margin: 0;
}
.works_sct .inner .slide .slick-dots li button{
width: 100%;
height: 100%;
padding:0;
background: #828282;
}
.works_sct .inner .slide .slick-dots li.slick-active button{
width: 100%;
height: 100%;
padding:0;
background: #fff;
}
.works_sct .inner .slide .slick-dots li button::before {
position: absolute;
top: 0;
left: 0;
content: "";
line-height: 0;
width: 30px;
height: 5px;
}
.works_sct .inner .btn02{
position: absolute;
top: 236px;
left: calc(50% + 496px);
transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
.works_sct{
width: 100%;
max-width: 100%;
padding: 18vw  0 56vw 0px;
background: #141414 url(../images/bg-works.jpg) no-repeat center bottom;
background-size: 200% auto;
}
.works_sct .inner h2{
width: 100%;
margin: 0 auto 50px;
padding: 0 20px;
}
.works_sct .inner h2 a{
display: inline-block;
text-decoration: none;
transition: 0.3s;
}
.works_sct .inner h2 a > span:nth-child(1){
font-size: 8vw;
letter-spacing: 1vw;
margin-bottom: 2vw;
}
.works_sct .inner h2 a > span:nth-child(2){
gap: 2vw;
font-size: 4vw;
letter-spacing: 2vw;
}
.works_sct .inner h2 a > span:nth-child(2)::before{
display: block;
content: "";
width: 10vw;
height: 1px;
background: #fff;
}
.works_sct .inner .slide{
margin-bottom: 15vw;
}
.works_sct .inner .slide .slick-track{
gap: 5vw;
}
.works_sct .inner .slide .slick-slide a{
text-decoration: none;
}
.works_sct .inner .slide .wrap{
font-size: 3vw;
padding: 5vw 5vw 2vw;
}
.works_sct .inner .slide .ttl{
font-size: 4vw;
letter-spacing: 1vw;
padding: 0 5vw 5vw;
}
.works_sct .inner .slide .slick-dots{
position: absolute;
bottom: -25px;
left: 0;
display: flex!important;
justify-content: center;
gap: 15px!important;
}
.works_sct .inner .slide .slick-dots li{
width: 20px!important;
height: 4px;
margin: 0;
}
.works_sct .inner .slide .slick-dots li button::before {
position: absolute;
top: 0;
left: 0;
content: "";
line-height: 0;
width: 20px;
height: 4px;
}
.works_sct .inner .btn02{
text-align: center;
position: initial;
transform: initial;
margin-bottom: 18vw;
}
}
/*=============================== column1_sct ================================*/
.column1_sct{
position: relative;
width: 100%;
max-width: 1920px;
margin: auto;
padding: 140px 0;
background: #F6F6F6;
}
.column1_sct .inner{
width: 1200px;
margin: auto ;
display: flex;
justify-content: center;
gap: 80px;
}
.column1_sct .inner > *{
width: 560px;
}
.column1_sct .inner > * a{
display: block;
width: 560px;
text-decoration: none;
transition: 0.3s;
}
.column1_sct .inner > * a:hover{
opacity: 0.7;
}
.column1_sct .inner > * a figure{
overflow: hidden;
}
.column1_sct .inner > * a figure img{
width: 100%;
height: auto;
transition: 0.3s;
}
.column1_sct .inner > * a figure img:hover{
transform: scale(1.03);
}
.column1_sct .inner > * a h2{
margin-top: 15px;
background: url(../images/icon/icon-arrow02.svg) no-repeat center right;
}
.column1_sct .inner > * a h2 span:nth-child(1){
display: block;
color: #141414;
font-family: "Libre Baskerville", serif;
font-size: 40px;
font-weight: 400;
letter-spacing: 2px;
margin-bottom: 8px;
}
.column1_sct .inner > * a h2 span:nth-child(2){
color: #141414;
font-family: "Noto Serif JP";
font-size: 1.8rem;
font-weight: 500;
letter-spacing: 1.8px;
}
@media only screen and (max-width: 767px) {
.column1_sct{
width: 100%;
max-width:100%;
padding: 18vw 0 8vw;
}
.column1_sct .inner{
width: 100%;
display: block;
padding: 0 20px;
}
.column1_sct .inner > *{
width:100%;
margin-bottom: 10vw;
}
.column1_sct .inner > * a{
width:100%;
}
.column1_sct .inner > * a h2{
margin-top: 3vw;
background: url(../images/icon/icon-arrow02.svg) no-repeat center right;
background-size: 10vw;
}
.column1_sct .inner > * a h2 span:nth-child(1){
font-size: 6vw;
letter-spacing: 1vw;
margin-bottom: 1vw;
}
.column1_sct .inner > * a h2 span:nth-child(2){
font-size: 4vw;
letter-spacing:1vw;
}
}

/*=============================== sns_sct ================================*/
.sns_sct{
position: relative;
width: 100%;
max-width: 1920px;
margin: auto;
padding: 150px 0 0;
}
.sns_sct .inner{
width: 1200px;
margin: auto ;
}
.sns_sct .inner .es_area{
display: flex;
align-items: center;
justify-content: center;
color: #ccc;
width: 1200px;
height: 280px;
border: 1px dotted #ccc;
margin:auto;
}
.sns_sct .inner .gallery{
position: relative;
height: 1380px;
margin-top: 150px;
}
.sns_sct .inner .gallery figure:nth-child(1){
position: absolute;
top:0;
left: -40px;
width: 720px;
}
.sns_sct .inner .gallery figure:nth-child(2){
position: absolute;
top:200px;
right: -40px;
width: 420px;
}
.sns_sct .inner .gallery figure:nth-child(3){
position: absolute;
top:540px;
left: -140px;
width: 675px;
}
.sns_sct .inner .gallery figure:nth-child(4){
position: absolute;
top:920px;
right: 0;
width: 475px;
}
.sns_sct .inner .gallery figure img{
width: 100%;
height: auto;
}
@media only screen and (max-width: 767px) {
.sns_sct{
position: relative;
width: 100%;
max-width: 100%;
padding: 18vw 0;
}
.sns_sct .inner{
width: 100%;
}
.sns_sct .inner .es_area{
display: flex;
align-items: center;
justify-content: center;
color: #ccc;
width: 100%;
height: 280px;
border: 1px dotted #ccc;
margin:auto;
}
.sns_sct .inner .gallery{
position: relative;
height: auto;
margin-top: 18vw;
}
.sns_sct .inner .gallery figure{
margin-bottom: 10vw;
}
.sns_sct .inner .gallery figure:nth-child(1){
position: initial;
width: 100%;
margin-left: -10%;
}
.sns_sct .inner .gallery figure:nth-child(2){
position: initial;
width: 60%;
margin-left: auto;
}
.sns_sct .inner .gallery figure:nth-child(3){
position: initial;
width: 100%;
margin-left: -20%;
}
.sns_sct .inner .gallery figure:nth-child(4){
position: initial;
width: 80%;
margin:auto; 
}
.sns_sct .inner .gallery figure img{
width: 100%;
height: auto;
}
}