@charset "UTF-8";
/* コンテンツ */

#title {
    background-image: url("../img/title_bg.webp");
}

.cc_panel {
    overflow: hidden;
}
.cc_panel ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.cc_panel ul li p {
    position: relative;
    color: #fff;
    font-size: 1.5vw;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.8;
}
.cc_panel ul li {
    position: relative;
    width: 25%;
    aspect-ratio:4 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
}
.cc_panel ul li section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
.cc_panel ul li:nth-child(2) section,.cc_panel ul li:nth-child(3) section,.cc_panel ul li:nth-child(5) section,.cc_panel ul li:nth-child(8) section,.cc_panel ul li:nth-child(10) section,.cc_panel ul li:nth-child(12) section,.cc_panel ul li:nth-child(13) section,.cc_panel ul li:nth-child(15) section {
    background-color: rgba(0,0,0,0.4);
}
.cc_panel ul li:nth-child(1) {
    background-image: url("../img/01.jpg");
}
.cc_panel ul li:nth-child(2) {
    background-image: url("../img/02.jpg");
}
.cc_panel ul li:nth-child(3) {
    background-image: url("../img/03.jpg");
}
.cc_panel ul li:nth-child(4) {
    background-image: url("../img/04.jpg");
}
.cc_panel ul li:nth-child(5) {
    background-image: url("../img/05.jpg");
}
.cc_panel ul li:nth-child(6) {
    background-image: url("../img/06.jpg");
}
.cc_panel ul li:nth-child(7) {
    background-image: url("../img/07.jpg");
}
.cc_panel ul li:nth-child(8) {
    background-image: url("../img/08.jpg");
}
.cc_panel ul li:nth-child(9) {
    background-image: url("../img/09.jpg");
}
.cc_panel ul li:nth-child(10) {
    background-image: url("../img/10.jpg");
}
.cc_panel ul li:nth-child(11) {
    background-image: url("../img/11.jpg");
}
.cc_panel ul li:nth-child(12) {
    background-image: url("../img/12.jpg");
}
.cc_panel ul li:nth-child(13) {
    background-image: url("../img/13.jpg");
}
.cc_panel ul li:nth-child(14) {
    background-image: url("../img/14.jpg");
}
.cc_panel ul li:nth-child(15) {
    background-image: url("../img/15.jpg");
}
.cc_panel ul li:nth-child(16) {
    background-image: url("../img/16.jpg");
}

.cc_tx h3 {
    font-family: "LINE Seed Bold",sans-serif;
    font-weight: normal;
    font-size: 2em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1em;
}
.cc_tx p {
    line-height: 2;
    text-align: center;
}

.cc_img {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	margin:0 auto;
    background-image: url("../img/gaikan.webp");
    background-position: center center;
    background-size: cover;
    aspect-ratio:16 / 9;
    overflow: hidden;
}
.cc_img p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.cc_img p img {
    width: 95%;
}

.t_more span {
    display: block;
    width: 350px;
    height: 50px;
    line-height: 1;
    margin: auto;
}
.t_more span a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 2px;
    text-indent: 2px;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: rgba(17,17,17,0.8);
    transition: all 0.3s;
}
.t_more span a:hover {
    color: #c08a13;
    border: 2px solid #c08a13;
}

.ex_bg {
    overflow: hidden;
}
.ex_box {
    margin-bottom: 3em;
}
.ex_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ex_box ul li {
    width: 49%;
}
.ex_box ul li img {
    width: 100%;
}


@media screen and (max-width: 960px) {

.cc_panel ul li p {
    font-size: 2.2vw;
    letter-spacing: 1px;
}
.cc_panel ul li {
    width: calc(100% / 3);
}
.cc_panel ul li:nth-child(16) {
    display: none;
}

.cc_tx h3 {
    font-size: 4vw;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 1.5em;
}
.cc_tx p {
    line-height: 2;
    text-align: left;
}

.cc_img {
    aspect-ratio:4 / 3;
}

.t_more span {
    width: 18em;
    height: 3em;
}
.t_more span a {
    font-size: 1.24em;
}

}

@media screen and (max-width: 520px) {

.cc_panel ul li p {
    font-size: 3.5vw;
    letter-spacing: 0;
}
.cc_panel ul li {
    width: calc(100% / 2);
}
.cc_panel ul li:nth-child(16) {
    display: block;
}

.cc_tx h3 {
    font-size: 4.3vw;
}

.ex_box {
    margin-bottom: 3em;
}
.ex_box ul {
    flex-direction: column-reverse;
}
.ex_box ul li {
    width: 100%;
}
.ex_box ul li:last-child {
    margin-bottom: 2em;
}

.t_more span {
    width: 16em;
    height: 3em;
}
.t_more span a {
    font-size: 1.16em;
}

}

