@charset "UTF-8";
/* CSS Document */


/* contents-top */

.contents-top {
	width: 100%;
}

.contents-top img {
	width: 100%;
	height: auto;
}

.contents-top p {
    line-height: 2;
}

.contents-top .link01 a {
    font-weight: var(--base-weight);
    font-size: 18px;
line-height: 1.2;
letter-spacing: 0.05em;
    border-style : solid;
border-color : #FFF;
border-width : 1px;
    display: inline-block;
    padding: 10px 30px;
    min-width: 400px;
    text-align: center;
}

.contents-top .link01 a:hover {
    opacity: 1;
    background-color: #FFF;
    color: #000;
}

.contents-top-wrap {
    width: 100%;
    position: relative;
    background-color: #42210B;
    background-image: url("../../images/common/back-contents.png");
background-position: center top;
background-repeat: repeat-y;
background-size: 100% auto;
    margin-top: -2px;
}

/* main-img-top */

.main-img-top {
    width: 100%;
}

/* box-movie */

.box-movie {
    width: 100%;
}

.box-movie img, .box-movie video {
    width: 100%;
    height: auto;
}


/* box-img */

.layout04 .box {
	position: relative;
    overflow: hidden;
}

.layout04 .box img {
	width: 100%;
height: auto;
	transition:.5s all;
    z-index: -1;
}

.layout04 .box:hover img {
	transform:scale(1.2,1.2);
  transition:.5s all;
    z-index: -1;
}

.layout04 .box a:hover {
	opacity: 1;
}



/* contents01 */

.contents01 {
    width: 100%;
    position: relative;
}

.contents01::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/top/back01.png");
background-position: left top;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
    z-index: -1;
    opacity: 0.8;
    mix-blend-mode: multiply;
}

/* contents03 */

.contents03 {
    width: 100%;
    padding: 90px 0px;
}

/* contents05 */

.contents05 {
    width: 100%;
    text-align: center;
    padding: 120px 0px;
}

.contents05 .box-link {
    padding-top: 60px;
}

/* layout01 */

.layout01 {
    width: 100%;
    position: relative;
}

.layout01::before {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../../images/top/back02.png");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 85%;
	height: 100%;
    z-index: -1;
    opacity: 0.7;
    mix-blend-mode: multiply;
}

@media screen and (max-width: 1280px) {
    .layout01::before {
	width: 95%;
}
}

.layout01 .box-title {
    padding: 100px 0px;
    width: 85%;
    max-width: 1600px;
}

.layout01 h2 {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}

.layout01 h2::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: rgba(255,255,255,0.5);
    margin-left: 50px;
    margin-right: -10%;
}

.layout01 h2 img {
    width: 28%;
    max-width: 450px;
}

.layout01 h3 {
    text-align: center;
}

.layout01 .box-img-wrap {
    width: 100%;
    position: relative;
    margin-top: -300px;
}

.layout01 .box-img {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 60vw;
}

.layout01 .box-img .box {
    width: 55%;
    position: absolute;
}

.layout01 .box-img .box:nth-child(1) {
left: 0px;
bottom: 0px;
    clip-path: url(#clip-frame);
    width: 60%;
}

.layout01 .box-img .box:nth-child(2) {
right: 0px;
top: 0px;
    clip-path: url(#clip-frame2);
}

.layout01 .box-img-wrap .box-text {
    position: absolute;
left: 0px;
top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    flex-direction: column;
    gap:50px;
    padding-top: 50px;
}

.layout01 .box-img-wrap .box-text .box {
    width: 100%;
}

.layout01 .box-img-wrap .box-text a:hover {
    opacity: 1;
}

.layout01 .box-img-wrap .box-text .box:nth-child(2) {
    text-align: right;
    position: relative;
}

.layout01 .box-img-wrap .box-text .box:nth-child(2)::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/top/icon01.svg");
background-position: center;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 130px;
    margin-top: -100px;
}

.layout01 .box-img-wrap .box-text img {
    width: 65%;
    max-width: 1400px;
}

.layout01 .box-detail {
    width: 95%;
    padding-bottom: 70px;
    position: relative;
    margin-top: -120px;
}

.layout01 .box-detail .inner {
    margin-left: 35%;
}

.layout01 .box-detail h4, .layout01 .box-detail h5, .layout01 .box-detail h6 {
    text-align: right;
}

.layout01 .box-detail h4 {
    font-family: var(--title-font);
	color : var(--color-main);
    font-weight: var(--base-weight0);
    font-size: 2.6vw;
    font-style: italic;
line-height: 0.9;
letter-spacing: 0em;
    margin-bottom: 30px;
}

.layout01 .box-detail h5 {
    font-weight: var(--base-weight2);
    font-size: 3.2vw;
line-height: 1.3;
letter-spacing: 0em;
    margin-bottom: 30px;
}

@media screen and (min-width: 1800px) {
    
    .layout01 .box-detail h4 {
    font-size: 40px;
}
    
    .layout01 .box-detail h5 {
    font-size: 65px;
}
}

@media screen and (max-width: 1280px) {
    .layout01 .box-detail h4 {
    font-size: 33px;
}
    
    .layout01 .box-detail h5 {
    font-size: 46px;
}
}

.layout01 .box-detail h6 a {
    position: relative;
}

.layout01 .box-detail h6 a::after {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../../images/top/arrow01.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 95px;
    margin-bottom: -150px;
}

.layout01 .box-detail p {
    padding: 10px 0px 40px;
    padding-left: 10%;
}



/* layout02 */

.layout02 {
	width: 100%;
    position: relative;
}

.layout02 .box-img {
	position: relative;
    width: 100%;
    height: 44vw;
}

.layout02 .box-img .box {
    position: absolute;
}

.layout02 .box-img .box:nth-child(1) {
right: 0px;
bottom: 0px;
    clip-path: url(#clip-frame4);
    width: 60%;
}

.layout02 .box-img .box:nth-child(2) {
left: 0px;
top: 0px;
    clip-path: url(#clip-frame3);
    width: 75%;
}

.layout02 .box-title {
	position: absolute;
left: 0px;
top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.layout02 .box-title::before {
    content: "";
	position: absolute;
left: 0px;
top: 37%;
	width: 100%;
	height: 28%;
    background-image: url("../../images/top/back-title.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    mix-blend-mode:multiply;
    
}

.layout02 .box-title .inner {
	position: relative;
    text-align: center;
}

.layout02 h2, .layout02 h3 {
	font-size: 36px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0em;
font-weight: var(--base-weight3);
}

.layout02 h2 {
	font-size: 65px;
    margin-bottom: 7px;
}

.layout02 h3 {
	font-size: 30px;
}


/* layout03 */

.layout03 {
    width: 100%;
    position: relative;
    background-color: #050606;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-top: -8vw;
    z-index: -1;
}

@media screen and (max-width: 1280px) {
    .layout03 {
    margin-top: -40px;
}
}

.layout03 > div{
    width: 50%;
}

.layout03 .box-detail {
    display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.layout03 .box-detail .inner {
    width: 85%;
    max-width:760px;
    padding-top: 80px;
   
}

.layout03 h2, .layout05 h2, .box-name h5 {
    font-family: var(--title-font);
	color : var(--color-sub);
    font-weight: var(--base-weight0);
    font-size: 5vw;
line-height: 0.9;
letter-spacing: 0em;
    font-style: italic;
    margin-bottom: 30px;
}

.layout05 h2 {
	color : var(--color-main);
}

.layout05 h2 {
    margin-bottom: 50px;
}

.box-name h5 {
	color : #000;
    font-weight: var(--base-weight2);
    margin-bottom: 0px;
}

.layout07 .box-name h5 {
    font-size: 2.2vw;
}

.layout08 .box-name h5 {
    font-size: 3.5vw;
}

.layout03 h3, .layout07 h3, .layout07 h4, .box-name h6 {
font-size: 3vw;
line-height: 1.2;
letter-spacing: 0em;
font-weight: var(--base-weight3);
}

.layout07 h3 {
line-height: 1.4;
    padding: 30px 0px 15px;
}

.layout07 h4 {
line-height: 1.4;
font-size: 1.65vw;
    margin-bottom: 40px;
}

.box-name h6 {
font-weight: var(--base-weight2);
color : #000;
font-size: 1.4vw;
    padding-top: 10px;
}

.layout03 p, .layout07 p, .layout08 p {
    font-size: 1vw;
}

.layout03 p {
    padding: 30px 0px 60px;
}

@media screen and (min-width: 1800px) {
  
.layout03 h2, .layout05 h2 {
    font-size: 80px;
}
    
.layout03 h3, .layout07 h3 {
    font-size: 53px;
}
    
.layout07 h4 {
    font-size: 30px;
    margin-bottom: 50px;
}
    
.layout07 .box-name h5 {
    font-size: 37px;
}

.layout08 .box-name h5 {
    font-size: 45px;
}
    
.box-name h6 {
font-size: 20px;
}
    
    .layout03 p, .layout07 p, .layout08 p {
    font-size: 16px;
}
    
    .layout03 p {
        padding: 40px 0px 80px;
}
}

@media screen and (max-width: 1280px) {
   
.layout03 .box-detail .inner {
    padding-top: 50px;
}
    
.layout03 h2, .layout05 h2 {
    font-size: 65px;
}

.layout05 h2 {
    margin-bottom: 40px;
}
    
.layout03 h3, .layout07 h3 {
    font-size: 38px;
}
    
.layout07 h4 {
    font-size: 22px;
}

.layout07 .box-name h5 {
    font-size: 27px;
}

.layout08 .box-name h5 {
    font-size: 45px;
}
    
.box-name h6 {
font-size: 17px;
}
    
    .layout03 p, .layout07 p, .layout08 p {
    font-size: 14px;
}
}


/* layout04 */

.layout04 {
    width: 85%;
    max-width: 1350px;
    display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
gap:30px 2%;
}

.layout04 .box{
    width: 23.5%;
}

.layout04 .box a {
    position: relative;
    display: block;
}

.contents03 .layout04 .box a::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
    z-index: 1;
}

.contents03 .layout04 .box:nth-child(1) a::before {
	background-image: url("../../images/top/link-c01.png");
}

.contents03 .layout04 .box:nth-child(2) a::before {
	background-image: url("../../images/top/link-c02.png");
}

.contents03 .layout04 .box:nth-child(3) a::before {
	background-image: url("../../images/top/link-c03.png");
}

.contents03 .layout04 .box:nth-child(4) a::before {
	background-image: url("../../images/top/link-c04.png");
}


/* layout05 */

.layout05 {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.layout05 h3 {
    font-size: 24px;
line-height: 1.2;
letter-spacing: 0em;
    font-weight: var(--base-weight2);
    padding: 55px 0px 30px;
    position: relative;
}

.layout05 h3::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/top/text04.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 40px;
}


/* layout07 */

.layout07 {
    padding: 70px 0px;
}

.layout07, .layout08 {
    width: 90%;
    max-width: 1550px;
}

.layout07, .layout08 .box-detail {
    display: flex;
  justify-content: center;
flex-wrap: wrap;
}

.layout07 .box-detail {
    padding-left: 5%;
}

.layout07 > div, .layout08 .box {
    width: 50%;
}

.layout07 .box-img {
    position: relative;
}

.layout07 .box-img .box {
    position: absolute;
    width: 70%;
    clip-path: url(#clip-frame5);
}

.layout07 .box-img .box:nth-child(1) {
    left: 0px;
    top: 0px;
}

.layout07 .box-img .box:nth-child(2) {
    right: 0px;
    bottom: 0px;
}

/* layout08 */

.layout08 {
    padding-bottom: 120px;
}

.layout08 .box-detail {
    padding-top: 30px;
}

.layout08 .box:not(:last-child) {
    border-right-style : solid;
border-color : #FFF;
border-width : 1px;
}

.layout08 .box:nth-child(1) {
    padding-right: 4%;
}

.layout08 .box:nth-child(2) {
    padding-left: 4%;
}


/* box-name */

.box-name {
    position: relative;
    margin-bottom: 30px;
}

.layout07 .box-name {
    padding-left: 5vw;
}

.layout08 .box-name {
    padding-left: 5.5vw;
    display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
    align-items: flex-end;
gap:0px 30px;
}

.box-name::before {
    content: "";
	position: absolute;
left: 0px;
bottom: 0px;
background-position: left bottom;
background-repeat: no-repeat;
	background-size: 100% auto;
    height: 7vw;
}

.layout07 .box-name::before {
	background-image: url("../../images/top/logo02.png");
	width: 4vw;
}

.layout08 .box-name::before {
	background-image: url("../../images/top/logo01.png");
	width: 4.5vw;
}

@media screen and (min-width: 1800px) {
    
.layout07 .box-name {
    padding-left: 80px;
}
    
.layout08 .box-name {
    padding-left: 85px;
}
   
.box-name::before {
	height: 120px;
}
    
.layout07 .box-name::before {
	width: 65px;
}
    
.layout08 .box-name::before {
	width: 70px;
}
    
}


@media screen and (max-width: 1280px) {
    
.layout07 .box-name {
    padding-left: 65px;
}
    
.layout08 .box-name {
    padding-left: 75px;
}
   
.box-name::before {
	height: 80px;
}
    
.layout07 .box-name::before {
	width: 50px;
}
    
.layout08 .box-name::before {
	width: 60px;
}
    
}

.box-name p {
   color: #000;
    font-size: 18px;
    line-height: 1.6;
    border-left-style : solid;
border-color : #000000;
border-width : 1px;
    padding-left: 30px;
}


/* layout09 */

.layout09 {
   width: 100%;
    text-align: center;
}

.layout09 .box-text {
   padding: 70px 0px;
}

.layout09 h2 img {
    width: 60%;
    max-width: 840px;
}

.layout09 h3 {
    font-family: var(--title-font);
	color : #000;
    font-weight: var(--base-weight0);
    font-size: 26px;
line-height: 0.9;
letter-spacing: 0.05em;
    font-style: italic;
    padding-top: 40px;
}




.sp-view {
	display: none;
}
