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

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

@keyframes cc_zoom_out {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.cc_img1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.cc_img1 .img1 {
    width: 100%;
    min-width: 1500px;
    opacity: 0;
    animation: cc_zoom_out 1s ease-out 0s normal both;
}
.cc_img1 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse 50% 100% at 50% 0%, rgba(53,53,53,0), rgba(53,53,53,0.5));
}
.cc_img1 section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
    margin: auto;
}
.cc_img1 section img {
    width: 100%;
}
.cc_img1 section h3 {
    width: 45%;
    max-width: 700px;
    margin: 0 auto 2em;
    line-height: 0;
}
.cc_img1 section h4 {
    width: 80%;
    max-width: 1340px;
    margin: 0 auto;
    line-height: 0;
}
.cc_img1 h5 {
    position: absolute;
    right: 4%;
    top: 6%;
    width: 20%;
    max-width: 150px;
    line-height: 0;
}
.cc_img1 h5 img {
    width: 100%;
}

.img2 {
    position: relative;
}
.img2 section img {
    width: 100%;
}
.swipe {
    display: none;
}
.img2 h3 {
    position: absolute;
    left: 4%;
    top: 7%;
    text-align: left;
    font-weight: 500;
    font-size: 2.2vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}

.re_bg {
    position: relative;
    background-image: url("../img/re_bg.webp");
    background-position: center center;
    background-size: cover;
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 192 / 93;
}
.re_bg img {
    position: absolute;
    left: 5%;
    bottom: 7%;
    line-height: 0;
    width: 50%;
}

.re_box1 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:0 80px;
	margin:0 auto;
	text-align:left;
}
.re_box1 ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.re_box1 ul li:first-child {
    width: 46%;
    flex-shrink: 0;
    padding-top: 5em;
}
.re_box1 ul li:first-child img {
    width: 100%;
}
.re_box1 ul li:last-child {
    width: 54%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}
.re_box1 ul li:last-child img {
    width: 120%;
    flex-shrink: 0;
    margin-top: -9%;
}
.re_box1 ul li h6 {
    width: 60%;
    line-height: 0;
    margin-bottom: 1.2em;
}
.re_box1 ul li h3 {
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.4;
}
.re_box1 ul li h4 {
    font-weight: 500;
    font-size: 1.24em;
    line-height: 1.5;
    color: #b7aea1;
    margin-top: 0.8em;
}
.re_box1 ul li p {
    margin-top: 1.2em;
    line-height: 1.7;
}

.re_tx1 {
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.4;
    color: #b7aea1;
    margin-bottom: 2em;
}
.re_box2 {
    
}
.re_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -4em;
}
.re_box2 ul li {
    width: 47%;
    margin-bottom: 4em;
}
.re_box2 ul li img {
    width: 100%;
}
.re_box2 ul li h4 {
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.5;
    color: #b7aea1;
    margin-bottom: 1em;
}
.re_box2 ul li section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.re_img2 {
    width: 41%;
}
.re_img2 p {
    font-size: 0.68em;
    line-height: 1.5;
    margin-top: 0.5em;
}
.re_tx2 {
    width: 54%;
    font-size: 0.92em;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
}
.re_illbox1 {
    box-sizing: border-box;
    width: 50%;
    padding-right: 1em;
    border-right: 1px solid #ccc;
}
.re_illbox2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1em;
}
.re_illbox1 p,.re_illbox2 p {
    text-align: center;
    line-height: 1.5;
    font-size: 0.68em;
    margin-top: 1em;
}
.re_adj1 {
    display: none !important;
    margin-top: 2em;
}
.re_adj2 {
    margin-top: 2em;
}
.re_adj3 {
    display: none !important;
    margin-top: 2em;
}

.img3_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.img3 {
    position: relative;
    width: 60%;
}
.img3 section img {
    width: 100%;
}
.img3_tx {
    width: 40%;
    background-image: url("../img/cc_bg.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img3 h3 {
    position: absolute;
    left: 4%;
    top: 7%;
    text-align: left;
    font-weight: 500;
    font-size: 2.2vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img3_tx h3 {
    font-weight: 500;
    font-size: 1.24em;
    line-height: 1.5;
    margin-bottom: 1em;
}
.img3_tx p {
    line-height: 1.7;
}


@media screen and (max-width: 1330px) {
.re_box1 ul {
    
}
.re_box1 ul li:first-child {
    width: 100%;
    flex-shrink: 0;
    padding-top: 5em;
}
.re_box1 ul li:first-child img {
    width: 100%;
}
.re_box1 ul li:last-child {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}
.re_box1 ul li:last-child img {
    width: 100%;
    flex-shrink: 0;
    margin-top: 0;
}
.re_box1 ul li h6 {
    width: 70%;
    max-width: 350px;
}

.img3 {
    position: relative;
    width: 100%;
}
.img3_tx {
    width: 100%;
    padding: 5em 0;
}

}

@media screen and (max-width: 1200px) {
.re_box2 ul li {
    width: 100%;
}
.re_img2 {
    width: 20%;
}
.re_tx2 {
    width: 76%;
}

.re_adj1 {
    display: flex !important;
}
.re_adj2 {
    display: none !important;
}
.re_adj3 {
    display: block !important;
}

}

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

.cc_img1 .img1 {
    width: 100%;
    min-width: auto;
}

.img2 h3 {
    left: 1.5em;
    top: 1.3em;
    font-size: 2.8vw;
}

.re_box1 {
	padding:0 6%;
}
.re_box1 ul li h3 {
    font-size: 1.6em;
}
.re_box1 ul li h4 {
    font-size: 1.16em;
}

.re_tx1 {
    font-size: 1.6em;
}

.img3 h3 {
    left: 1.5em;
    top: 1.3em;
    font-size: 2.8vw;
}

}

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

}

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

.cc_img1 section h3 {
    width: 70%;
    margin: 0 auto 1em;
}
.cnt_adj1 {
    padding-top: 3em;
}

.img2 section {
    overflow: auto;
}
.img2 section img {
    width: 900px;
}

.swipe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.swipe img {
    width: 70px;
}
.img2 h3 {
    left: 1.5em;
    top: 1.3em;
    font-size: 4.2vw;
}

.re_bg img {
    width: 70%;
}
.re_box1 {
	padding:0;
}
.re_box1 ul li:first-child {
    width: 84%;
    padding-top: 3em;
}
.re_box1 ul li h3 {
    font-size: 1.4em;
}
.re_box1 ul li h4 {
    font-size: 1.16em;
}

.re_tx1 {
    font-size: 1.4em;
}
.re_box2 ul li h4 {
    font-size: 1.08em;
    line-height: 1.5;
}
.re_box2 ul li section {
    justify-content: space-around;
}
.re_img2 {
    width: 50%;
    margin-bottom: 1em;
}
.re_tx2 {
    width: 90%;
}
.re_illbox1 {
    width: 80%;
    padding-right: 0;
    border-right-width: 0;
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
}
.re_illbox2 {
    width: 80%;
    padding-left: 0;
}
.re_illbox1 p,.re_illbox2 p {
    font-size: 0.76em;
}

.img3 section {
    overflow: auto;
}
.img3 section img {
    width: 600px;
}
.img3 h3 {
    left: 1.5em;
    top: 1.3em;
    font-size: 4.2vw;
}
.img3_tx {
    box-sizing: border-box;
    padding: 3em 7% 5em;
}
.img3_tx h3 {
    font-size: 1.16em;
    text-align: left;
}
.img3_tx p {
    text-align: justify;
    text-justify: inter-ideograph;
}

}
