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

@media screen and (min-width: 768px) {
	body {
	min-width: 1420px;
	}
}


/* contents-top */

.contents-top {
	width: 100%;
	position: relative;
}

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

.contents-top-wrap {
	width: 100%;
    padding-top: 20px;
}


/* main-img-top */

.main-img-top .box-inner {
	width: 100%;
	position: relative;
}

.main-img-top .box-inner::after {
	content: "";
	position: absolute;
right: 3%;
top: 0px;
	background-image: url("../../images/common/scroll.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 200px;
	width: 12px;
	height: 100vh;
}

.main-img-top .box-text {
	position: absolute;
right: 0%;
top: 0%;
	width: 100%;
    height: 100%;
    display: flex;
  justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
    padding: 0px 8%;
}

.main-img-top .box-text .inner {
    width: 48%;
    padding-bottom: 80px;
    background-image: url("../../images/top/icon01.svg");
background-position: left bottom;
background-repeat: no-repeat;
background-size: auto 45px;
    position: relative;
    top: -5%;
}


/* contents01 */

.contents01 {
	width: 100%;
}

/* contents02 */

.contents02 {
	width: 100%;
    height: 1480px;
    background-image: url("../../images/top/back01.png");
background-position: center top;
background-repeat: no-repeat;
background-size: auto 100%;
    position: relative;
    padding-top: 200px;
}

.contents02::before {
    content: "";
	position: absolute;
left: 5%;
top: 0px;
	background-image: url("../../images/top/icon02.png");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 1050px;
	height: 540px;
    margin-top: -280px;
}

.contents02::after {
    content: "";
	position: absolute;
right: 3%;
top: 0px;
	background-image: url("../../images/top/icon04.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 500px;
	height: 120px;
    margin-top: -35px;
}


/* contents03 */

.contents03 {
	width: 100%;
    padding: 30px 0px 130px;
    background-image: url("../../images/top/back02.jpg");
background-position: center bottom;
background-repeat: no-repeat;
background-size: cover;
    text-align: center;
}

/* layout-sell */

.layout-sell {
	width: 100%;
    padding-bottom: 100px;
    position: relative;
    background-image: url("../../images/top/back03.jpg");
background-position: left top;
background-repeat: no-repeat;
background-size: 60% auto;
}

.contents04 .box-inner {
	max-width: 1280px;
}

/* layout01 */

.layout01 {
	max-width: 1280px;
    position: relative;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: center;
    gap:0px 60px;
    padding-bottom: 300px;
}

.layout01::before {
	content: "";
	position: absolute;
right: 0px;
bottom: 0px;
	background-image: url("../../images/top/img02.png");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 530px;
	height: 320px;
    margin-right: -40px;
}

.layout01 .box-img {
    flex: 1;
}

.layout01 .box-text {
    width: 630px;
}

.layout01 h2 {
    font-size: 38px;
   line-height: 1.7;
letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.layout01 p {
    line-height: 2.2;
}

/* layout02 */

.layout02 {
    width: 92%;
    max-width: 1550px;
}

.layout02 > div:not(:last-child) {
    margin-bottom: 25px;
}

.layout02 .lay01 {
    padding-left: 2%;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    position: relative;
}

.layout02 .lay01 .box-detail {
    width: 530px;
}

.layout02 .lay01 .box-point {
   flex: 1;
    padding-left: 60px;
}

.layout02 .lay02, .layout02 .lay03 {
    padding-left: 15%;
}

.layout02 .lay03 .box-point {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: flex-start;
    gap:25px 0px;
}

.layout02 .lay03 .box-point .box {
    width: 48%;
}

.layout02 .lay03 .box-point .box:nth-child(2) {
    margin-top: 120px;
}

.layout02 .lay03 .box-point .box:nth-child(2)::after {
    content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("../../images/top/icon03.png");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 420px;
	height: 405px;
    margin-top: -405px;
}

.layout02 .lay03 .box-point .box:nth-child(3) {
    margin-top: -120px;
}

.layout02 .lay03 .box-point .box:nth-child(2), .layout02 .lay03 .box-point .box:nth-child(4) {
     min-height: 250px;
}

.layout02 .box-point .box {
    background-color: #FFF;
    position: relative;
    border-radius: 20px;
    padding: 25px 40px;
    padding-left: 80px;
}

.layout02 .box-point .box::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 120px;
	width: 120px;
	height: 100%;
    margin-left: -60px;
}

.layout02 .box-point .point01::before {
	background-image: url("../../images/top/p01.svg");
}

.layout02 .box-point .point02::before {
	background-image: url("../../images/top/p02.svg");
}

.layout02 .box-point .point03::before {
	background-image: url("../../images/top/p03.svg");
}

.layout02 .box-point .point04::before {
	background-image: url("../../images/top/p04.svg");
}

.layout02 .box-point .point05::before {
	background-image: url("../../images/top/p05.svg");
}

.layout02 .box-point .point06::before {
	background-image: url("../../images/top/p06.svg");
}


.layout02 h2, .layout02 h3, .layout02 .box-detail p {
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: var(--base-font-weight2);
}

.layout02 h2 {
    font-size: 26px;
    font-family: var(--subtitle-font);
    letter-spacing: 0em;
}

.layout02 h3 {
    font-size: 42px;
    padding: 15px 0px;
}

.layout02 h4 {
color: var(--color-main);
font-weight: var(--base-font-weight2);
    font-size: 23px;
line-height: 1.4;
letter-spacing: 0.05em;
    padding-bottom: 12px;
    border-bottom-style : dotted;
border-color : var(--color-main);
border-width : 3px;
    margin-bottom: 20px;
}

.layout02 .box-detail p {
    line-height: 2;
}

.layout02 ul li {
    line-height: 1.6;
    text-indent: -16px;
    margin-left: 16px;
}

.layout02 ul li:not(:last-child) {
    margin-bottom: 10px;
}

/* layout03 */


.layout03 {
    width: 1040px;
}

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

.layout03 .box-movie {
    width: 100%;
}

.layout03 .movie {
    position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.layout03 .movie iframe {
    position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.layout03 h2 img {
    height: 110px;
    width: auto;
}

.layout03 p {
    width: 540px;
}


/* layout-sell_text */

.layout-sell_text {
    display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
    padding: 120px 0px;
}



.sp-view {
	display: none;
}
