@charset "UTF-8";
   #header {
background-color: #fff;
}
.works_wrap,
.works {
background-color: #c2d3ce;
}
.works_wrap .head_ttl,
.works .head_ttl {
margin-top: 120px;
margin-bottom: 0;
padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
.works_wrap .head_ttl,
.works .head_ttl {
margin-top: 50px;
margin-bottom: 0;
padding-bottom: 50px;
}
}
.works_select .type ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.works_select .type ul li {
font-size: clamp(1.8rem, 2vw, 2.6rem);
position: relative;
padding: 20px 50px;
font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 767px) {
.works_select .type ul li {
flex-basis: 30%;
text-align: center;
padding: 20px 10px;
font-size: clamp(1.4rem, 2vw, 2.6rem);
}
}
.works_select .type ul li:after {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%) rotate(45deg); width: 2px;
height: 25px; background-color: #333; }
.works_select .type ul li:last-child:after {
display: none;
}
.works_select .type ul li .current:before {
position: absolute;
content: "●";
color: #2b4740;
left: 50%;
transform: translateX(-50%);
top: -20px;
font-size: 20px;
}
@media screen and (max-width: 767px) {
.works_select .type ul li .current:before {
top: -10px;
}
}
.toggle {
text-align: center;
margin: 50px auto;
display: flex;
justify-content: center;
align-items: center;
}
.toggle button {
background: transparent;
border: none;
font-family: Arial, sans-serif;
font-size: 20px;
display: flex;
align-items: center;
cursor: pointer;
}
.toggle-content {
max-height: 0;
opacity: 0;
overflow: hidden;
transition: max-height 0.5s ease, opacity 0.5s ease;
padding: 0 10px;
margin-top: 5px;
}
.toggle-content.open {
max-height: 800px;
opacity: 1;
padding-top: 50px;
padding-bottom: 50px;
background-color: #c2d3ce;
}
@media screen and (max-width: 767px) {
.toggle-content.open {
padding: 30px 0;
}
}
.toggle-icon {
display: inline-flex;
width: 16px;
height: 16px;
font-weight: bold;
background-color: #fff;
padding: 20px;
border: 2px solid #000;
border-radius: 20px;
margin-left: 10px;
justify-content: center;
align-items: center;
}
.toggle-content {
width: 80%;
margin: auto;
font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 767px) {
.toggle-content {
width: 100%;
}
}
.toggle-content .area {
display: flex;
flex-wrap: wrap;
margin-bottom: 50px;
max-width: 800px;
margin: 80px auto;
}
@media screen and (max-width: 767px) {
.toggle-content .area {
margin: 50px auto;
}
}
.toggle-content .area h2 {
font-size: 20px;
margin-right: 20px;
}
@media screen and (max-width: 767px) {
.toggle-content .area h2 {
flex-basis: 100%;
}
}
.toggle-content .area ul {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.toggle-content .area ul {
margin-top: 30px;
}
}
.toggle-content .area ul li a {
border: 2px solid #000;
border-radius: 30px;
padding: 10px 20px;
margin-right: 10px;
margin-bottom: 10px;
font-size: 18px;
color: #000;
text-decoration: none;
background-color: #fff;
}
@media screen and (max-width: 767px) {
.toggle-content .area ul li a {
display: flex;
}
}
.toggle-content .area ul li a:hover {
background-color: #2b4740;
color: #fff;
}
.gallery_list {
display: flex;
flex-wrap: wrap;
width: 90%;
margin: auto;
justify-content: space-between;
}
.gallery_list .gallery_card {
flex-basis: 30%;
margin-bottom: 100px;
position: relative;
max-width: 30%;
}
@media screen and (max-width: 767px) {
.gallery_list .gallery_card {
flex-basis: 45%;
margin-bottom: 50px;
position: relative;
max-width: 45%;
}
}
.gallery_list .gallery_card .new {
position: absolute;
top: -20px;
left: -20px;
z-index: 999;
}
.gallery_list .gallery_card .img {
margin-bottom: 20px;
max-width: 500px;
max-height: 500px;
overflow: hidden;
}
.gallery_list .gallery_card .img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
transition: all 0.5s ease;
}
.gallery_list .gallery_card .img img:hover {
transform: scale(1.1);
}
.gallery_list .gallery_card .ttl {
font-family: "Kiwi Maru", serif;
font-size: clamp(1.8rem, 2vw, 2.6rem);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 20px;
}
.gallery_list .gallery_card .type ul {
display: flex;
flex-wrap: wrap;
}
.gallery_list .gallery_card .type ul li a {
border: 2px solid #000;
border-radius: 30px;
padding: 10px 20px;
margin-right: 10px;
margin-bottom: 10px;
font-size: 18px;
color: #000;
text-decoration: none;
background-color: #fff;
}
@media screen and (max-width: 767px) {
.gallery_list .gallery_card .type ul li a {
display: flex;
padding: 0.5em 1em;
font-size: 12px;
}
}
.gallery_list .gallery_card .type ul li a:hover {
background-color: #2b4740;
color: #fff;
}  .breadcrumbs_area {
max-width: 100vw;
width: 100vw;
padding: 30px 5% 0;
}
.gallery-single .gallery_detail .head {
background-color: #c2d3ce;
padding: 100px 0;
}
.gallery-single .gallery_detail .head_inner {
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 960px) {
.gallery-single .gallery_detail .head_inner {
align-items: center;
flex-direction: column;
}
}
.gallery-single .gallery_detail .head_inner .left {
flex-basis: 20%;
}
@media screen and (max-width: 960px) {
.gallery-single .gallery_detail .head_inner .left {
order: 2;
margin-top: 30px;
flex-basis: 100%;
width: 96%;
}
}
.gallery-single .gallery_detail .head_inner .left .ttl {
font-size: clamp(3.6rem, 6vw, 6rem);
font-family: "Cormorant Garamond", serif;
margin-bottom: 50px;
color: #000;
position: relative;
}
.gallery-single .gallery_detail .head_inner .left .ttl .ttl_ja {
display: block;
font-size: 20px;
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
}
.gallery-single .gallery_detail .head_inner .left .ttl:after {
content: "";
border-left: 1px solid #000;
transform: rotate(45deg);
position: absolute;
right: 0;
top: 20px;
width: 30px;
height: 90px;
}
.gallery-single .gallery_detail .head_inner .left .new {
position: relative;
left: -20px;
}
@media screen and (max-width: 767px) {
.gallery-single .gallery_detail .head_inner .left .new {
left: -5px;
}
}
.gallery-single .gallery_detail .head_inner .left .type span {
color: #000;
border: 1px solid #000;
padding: 3px;
margin-bottom: 20px;
}
.gallery-single .gallery_detail .head_inner .left .ttl_gallery {
font-family: "Kiwi Maru", serif;
font-size: clamp(1.8rem, 2vw, 2.6rem);
margin: 20px 0 50px;
color: #000;
font-weight: 500;
}
.gallery-single .gallery_detail .head_inner .left .infomation li {
color: #000;
display: flex;
margin-bottom: 10px;
}
.gallery-single .gallery_detail .head_inner .left .infomation li .type_item {
flex-basis: 40%;
}
@media screen and (max-width: 960px) {
.gallery-single .gallery_detail .head_inner .right {
width: 100%;
}
.gallery-single .gallery_detail .head_inner .right .ttl {
font-size: clamp(3.6rem, 6vw, 6rem);
font-family: "Cormorant Garamond", serif;
margin-bottom: 50px;
color: #000;
position: relative;
}
.gallery-single .gallery_detail .head_inner .right .ttl .ttl_ja {
display: block;
font-size: 20px;
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
}
.gallery-single .gallery_detail .head_inner .right .ttl:after {
content: "";
border-left: 1px solid #000;
transform: rotate(45deg);
position: absolute;
right: 0;
top: 20px;
width: 30px;
height: 90px;
}
}
.gallery-single .gallery_detail .head_inner .right .mainimg {
width: 920px;
height: 620px;
aspect-ratio: 2/3;
display: flex;
align-items: center;
}
@media screen and (max-width: 960px) {
.gallery-single .gallery_detail .head_inner .right .mainimg {
width: 100%;
height: 300px;
order: 1;
}
}
.gallery-single .gallery_detail .head_inner .right .mainimg img {
width: 100%;
height: 100%;
object-fit: cover;
}
.const_detail {
display: flex;
margin: 100px auto;
}
@media screen and (max-width: 767px) {
.const_detail {
flex-direction: column;
margin: 50px auto;
}
}
.const_detail h2 {
flex-basis: 15%;
font-size: clamp(2rem, 2vw, 3rem);
border-right: 1px solid #ccc;
}
@media screen and (max-width: 960px) {
.const_detail h2 {
flex-basis: 20%;
}
}
@media screen and (max-width: 767px) {
.const_detail h2 {
flex-basis: 100%;
border-right: none;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
}
.const_detail .txt {
flex-basis:85%;
margin-left: 5%;
font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
font-weight: 500;
}
@media screen and (max-width: 767px) {
.const_detail .txt {
margin-left: 0;
}
} .works_slide {
background-color: #c2d3ce; padding: 100px;
}
.works_slide .slick-track {
display: flex;
align-items: end;
justify-content: space-between;
}
.works_slide .slide {
text-align: center;
transition: transform 0.3s ease;
text-align: left;
}
.works_slide .slide.small img {
width: 500px;
height: 300px;
object-fit: cover;
border-radius: 20px;
}
@media screen and (max-width: 767px) {
.works_slide .slide.small img {
width: 80%;
height: 300px;
}
}
.works_slide .slide.large img {
width: 800px;
height: 600px;
object-fit: cover;
border-radius: 30px;
}
@media screen and (max-width: 767px) {
.works_slide .slide.large img {
width: 90%;
height: 300px;
}
}
.works_slide .slide .ttl {
font-size: clamp(2.4rem, 3.6vw, 3.6rem);
font-family: Arial, sans-serif; font-family: "Cormorant Garamond", serif;
color: #000;
}
.works_slide .slick-arrow {
display: block;
position: absolute;
top: 50%; transform: translateY(-50%);
color: #000; width: 50px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 40px;
font-size: 0;
z-index: 1000;
transition: all 0.3s ease;
}
.works_slide .slick-prev {
left: 50px; display: none !important;
}
.works_slide .slick-next {
right: 0; }
.works_slide .slick-next {
width: clamp(40px, 6vw, 60px);
height: auto;
aspect-ratio: 1/1;
z-index: 1;
left: 24%;
top: -42vh;
position: relative;
}
@media screen and (max-width: 767px) {
.works_slide .slick-next {
left: 35%;
}
}
.works_slide .slick-next::before, .works_slide .slick-next::after {
content: ""; background: #000;
display: block;
position: absolute;
transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
.works_slide .slick-next::before, .works_slide .slick-next::after {
display: none;
}
}
.works_slide .slick-next::before {
width: 80%;
height: 2px;
bottom: calc(50% - 0.5px);
right: 15%;
}
.works_slide .slick-next::after {
width: 10px;
height: 2px;
bottom: calc(50% + 1px);
right: 5px;
transform: rotate(45deg);
}
.works_slide .slick-next span {
position: absolute;
top: 59%; left: 50%;
transform: translateX(-50%);
font-size: 20px; color: #000;
}
@media screen and (max-width: 767px) {
.works_slide .slick-next span {
display: none;
}
}
@media (max-width: 768px) {
.works_slide {
padding: 30px; }
.works_slide .slide img {
width: 100%; height: auto;
}
.works_slide .slick-arrow {
width: 30px;
height: 30px;
font-size: 0rem;
line-height: 30px;
}
.works_slide .slick-next {
right: -30px;
}
} .template {
margin: 150px auto;
}
.template .headline_l h2 {
font-family: "Kiwi Maru", serif;
font-size: clamp(2.4rem, 3.6vw, 3.6rem);
font-weight: 500;
margin-bottom: clamp(3rem, 3.9vw, 8rem);
}
.template .headline_m h3 {
padding-bottom: 20px;
border-bottom: 1px solid #000;
font-family: "Kiwi Maru", serif;
font-size: clamp(2rem, 2vw, 3rem);
margin-bottom: clamp(3rem, 3.9vw, 8rem);
font-weight: 500;
}
.template .txt {
margin-bottom: clamp(3rem, 3.9vw, 8rem);
}
.template .txt p {
line-height: 2;
margin-bottom: 20px;
}
.template .leftimg,
.template .rightimg {
display: flex;
justify-content: space-between;
margin-bottom: clamp(3rem, 3.9vw, 8rem);
flex-wrap: wrap;
}
.template .leftimg .img,
.template .rightimg .img {
width: 48%;
}
@media screen and (max-width: 767px) {
.template .leftimg .img,
.template .rightimg .img {
flex-basis: 100%;
}
}
.template .leftimg .img img,
.template .rightimg .img img {
width: 100%;
aspect-ratio: 3/2;
object-fit: cover;
border-radius: 10px;
}
.template .leftimg .txt,
.template .rightimg .txt {
width: 48%;
}
@media screen and (max-width: 767px) {
.template .leftimg .txt,
.template .rightimg .txt {
flex-basis: 100%;
}
}
.template .leftimg .txt p,
.template .rightimg .txt p {
line-height: 2;
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.template .rightimg .img {
order: 1;
}
}
@media screen and (max-width: 767px) {
.template .rightimg .txt {
order: 2;
}
}
.template .img1 {
max-width: 100%;
height: auto;
margin: 0 auto 80px;
}
.template .img1 img {
margin: auto;
border-radius: 10px;
}
.template .img1 .cap {
display: block;
text-align: center;
margin-top: 10px;
}
.template .img2 {
display: flex;
justify-content: space-between;
margin-bottom: clamp(3rem, 3.9vw, 8rem);
flex-wrap: wrap;
}
.template .img2 .inner_img {
flex-basis: 48%;
}
@media screen and (max-width: 767px) {
.template .img2 .inner_img {
flex-basis: 100%;
margin-bottom: 20px;
}
}
.template .img2 .inner_img img {
width: 100%;
aspect-ratio: 3/2;
object-fit: cover;
border-radius: 10px;
}
.template .img2 .inner_img .cap {
display: block;
margin-top: 10px;
}
.template .img3 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: clamp(3rem, 3.9vw, 8rem);
}
.template .img3 .inner_img {
flex-basis: 32%;
}
@media screen and (max-width: 767px) {
.template .img3 .inner_img {
flex-basis: 100%;
margin-bottom: 20px;
}
}
.template .img3 .inner_img img {
width: 100%;
aspect-ratio: 3/2;
object-fit: cover;
border-radius: 10px;
}
.template .img3 .inner_img .cap {
display: block;
margin-top: 10px;
}
.template .img3_ver {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: clamp(3rem, 3.9vw, 8rem);
}
.template .img3_ver .inner_img {
flex-basis: 32%;
}
@media screen and (max-width: 767px) {
.template .img3_ver .inner_img {
flex-basis: 100%;
margin-bottom: 20px;
}
}
.template .img3_ver .inner_img img {
width: 100%;
aspect-ratio: 2/3;
object-fit: cover;
border-radius: 10px;
}
.template .img3_ver .inner_img .cap {
display: block;
margin-top: 10px;
} .other_work {
background-color: #2b4740;
color: #fff;
padding-top: 10px;
margin-top: 150px;
}
.single_other {
border: none;
background-color: #2b4740;
}
.card_list_other {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
padding: 0 5%;
}
@media screen and (max-width: 960px) {
.card_list_other {
padding: 0 2%;
}
}
@media screen and (max-width: 768px) {
.card_list_other {
padding: 0;
flex-wrap: wrap;
}
}
.card_list_other li {
flex-basis: 30%;
margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
.card_list_other li {
flex-basis: 25%;
}
}
@media screen and (max-width: 768px) {
.card_list_other li {
flex-basis: 50%;
margin: auto;
margin: 30px auto;
}
}
.card_list_other li a {
display: block;
padding: 25px;
}
@media screen and (max-width: 960px) {
.card_list_other li a {
padding: 5px;
}
}
.card_list_other li a:hover {
background-color: #2b4740;
color: #fff;
}
.card_list_other li a:hover .theme {
background-color: #fff;
color: #2b4740;
}
.card_list_other li a:hover .lifestyle {
color: #fff;
}
.card_list_other li a .card_img {
margin-bottom: 20px;
overflow: hidden;
}
.card_list_other li a .card_img img {
width: 450px;
height: 450px;
object-fit: cover;
border-radius: 15px;
}
@media screen and (max-width: 960px) {
.card_list_other li a .card_img img {
width: 250px;
height: 300px;
aspect-ratio: 1/2;
}
}
@media screen and (max-width: 768px) {
.card_list_other li a .card_img img {
width: 300px;
height: 300px;
aspect-ratio: 1/2;
}
}
.card_list_other li a h2 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 450px;
margin-bottom: 30px;
font-size: clamp(2rem, 2.4vw, 2.4rem);
font-weight: 400;
color: #fff;
}
@media screen and (max-width: 960px) {
.card_list_other li a h2 {
max-width: 250px;
}
}
.card_list_other li a .theme {
display: inline;
color: #fff;
border: 1px solid #fff;
padding: 5px;
} .pickupSlider {
margin: 150px auto 0;
}
.pickupSlider .slick-prev,
.pickupSlider .slick-next {
width: clamp(40px, 6vw, 60px);
height: auto;
aspect-ratio: 1/1;
border: 1px solid #aaaaaa;
background: #fff;
z-index: 1;
top: 37%;
}
.pickupSlider .slick-prev::before, .pickupSlider .slick-prev::after,
.pickupSlider .slick-next::before,
.pickupSlider .slick-next::after {
content: "";
height: 1px;
background: #000;
display: block;
position: absolute;
transition: 0.4s ease-in-out;
}
.pickupSlider .slick-prev::before,
.pickupSlider .slick-next::before {
width: 80%;
bottom: calc(50% - 0.5px);
right: 10%;
}
.pickupSlider .slick-prev::after,
.pickupSlider .slick-next::after {
width: 8px;
bottom: calc(50% + 1px);
}
.pickupSlider .slick-prev {
left: 0;
}
.pickupSlider .slick-prev::after {
transform: rotate(-35deg);
left: 10%;
}
.pickupSlider .slick-next {
right: 0;
}
.pickupSlider .slick-next::after {
transform: rotate(35deg);
right: 10%;
}
.sec-pickup .sec-ttl {
margin-bottom: -4em;
}
.sec-pickup .pickupWrap {
background: #fff;
padding: clamp(20px, 10vw, 50px) clamp(2.5%, 4vw, 80px);
}
.sec-pickup .pickupCts-box:not(:last-child) {
margin-bottom: clamp(40px, 4vw, 80px);
}
@media screen and (min-width: 1201px) {
.sec-pickup .pickupCts-box {
display: flex;
justify-content: space-between;
align-items: center;
}
.sec-pickup .pickupCts-box:nth-of-type(2n + 1) .secBox-body {
padding: 0 0 0 2%;
}
.sec-pickup .pickupCts-box:nth-of-type(2n) {
flex-direction: row-reverse;
}
.sec-pickup .pickupCts-box:nth-of-type(2n) .secBox-body {
padding: 0 2% 0 0;
}
}
.sec-pickup .pickupCts-box .secBox-head {
font-size: clamp(2rem, 2vw, 3.6rem);
}
@media screen and (min-width: 1201px) {
.sec-pickup .pickupCts-box .secBox-head {
width: 25%;
}
}
@media screen and (max-width: 767px) {
.sec-pickup .pickupCts-box .secBox-head {
font-size: clamp(2.4rem, 3vw, 3.6rem);
}
}
.sec-pickup .pickupCts-box .secBox-head .btnBsc {
margin: 80px auto 0;
}
@media screen and (max-width: 1200px) {
.sec-pickup .pickupCts-box .secBox-head .btnBsc {
display: none;
}
}
@media screen and (min-width: 1201px) {
.sec-pickup .pickupCts-box .secBox-body {
width: 73%;
}
}
.sec-pickup .pickupCts-box .secBox-body .btnBsc {
margin: clamp(40px, 4vw, 60px) auto 0;
}
@media screen and (min-width: 1201px) {
.sec-pickup .pickupCts-box .secBox-body .btnBsc {
display: none;
}
}
.sec-pickup .pickupCts-box .secBox-ttl {
border-top: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
letter-spacing: 0.05em;
text-align: center;
padding: 1em 0;
}
@media screen and (max-width: 1200px) {
.sec-pickup .pickupCts-box .secBox-ttl {
margin-bottom: clamp(25px, 4vw, 40px);
}
}
.back {
margin: 150px auto;
}
.back a {
display: block;
margin: auto;
}