@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.sc-container, .sc-container div, 
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4,
.sc-container p, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container dl {
	font-size: 0;
}

button {
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	appearance: none;
}

/* ====================
***
==================== */
.sc-container {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    background: #ffffff;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    line-height: 2;
    letter-spacing: 0.08em;
	font-feature-settings: "palt";
    overflow: hidden;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
}

.sc-container a:hover,
.sc-container a:active {
	opacity: 1;
	text-decoration: none;
}
.sc-container a[href] img, .sc-container a[href] {
    -webkit-transition: .4s;
    transition: .4s;
}

#page-top a {
	display: block;
	width: 100px;
	height: 100px;
	background: url(../img/btn_pagetop.png) left top;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}

.sc-container .txt {
	display: block;
}


/* ====================
keyv-wrap
==================== */
.sc-container .keyv-wrap {
	margin: 0 auto 74px;
}

.sc-container .keyv {
    position: relative;
    width: 1180px;
    margin: 0 auto 87px;
}

.sc-container .keyv::before {
    display: block;
    padding-top: 800px;
    content: "";
}

.sc-container .keyv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sc-container .keyv-img-txt {
    display: block;
	opacity: 0;
    position: absolute;
    bottom: 210px;
    right: 126px;
    color: #ffffff;
    font-weight: normal;
    font-size: 70px;
    font-family: 'Orelega One', cursive;
    letter-spacing: 0.02em;
    line-height: 1.043;
}

.sc-container .keyv-tit {
    margin: 0 auto 20px;
    font-weight: 900;
    font-size: 46px;
    line-height: 1.48;
    letter-spacing: 0.08em;
    text-align: center;
}

.sc-container .keyv-txt {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}


/* ====================
about-wrap
==================== */
.sc-container .about-wrap {
    width: 1180px;
    margin: 0 auto 157px;
}

.sc-container .about-desc {
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 1090px;
    margin: 0 0 75px 90px;
}

.sc-container .about-tit {
    margin: 0 0 75px;
    font-weight: 900;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
}

.sc-container .about-tit span {
	display: block;
    margin: 0 0 12px;
    font-weight: normal;
    font-size: 88px;
    font-family: 'Orelega One', cursive;
    letter-spacing: 0.02em;
}

.sc-container .about-desc-lead-wrap {
    line-height: 2.15;
    position: absolute;
    top: -20px;
    left: 0;
}

.sc-container .about-desc-lead-wrap::before,
.sc-container .about-desc-lead-wrap::after,
.sc-container .about-desc-lead::before {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000000;
	content: "";
}

.sc-container .about-desc-lead-wrap::before {
    top: 57px;
}

.sc-container .about-desc-lead-wrap::after {
    bottom: 5px;
}

.sc-container .about-desc-lead::before {
    top: 120px;
}

.sc-container .about-desc-lead span {
	display: block;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0.04em;
}

.sc-container .about-desc-txt {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 400px;
}

.sc-container .about-list {
    position: relative;
    width: 1090px;
    margin-left: 90px;
    padding: 37px 0 0;
}

.sc-container .about-list::before {
	display: block;
    position: absolute;
    top: 65px;
    left: 31px;
    width: 2px;
    height: calc(100% - 65px);
    background: #000000;
    content: "";
}

.sc-container .about-item {
	position: relative;
    padding-left: 70px;
}

.sc-container .about-item::before {
	display: block;
    position: absolute;
    top: 12px;
    left: 20px;
    width: 24px;
    height: 24px;
    background: url(../img/icn_circle.jpg?20210512) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .about-item-date {
	display: inline-block;
    position: relative;
	width: 108px;
    font-weight: normal;
    font-size: 48px;
    font-family: 'Orelega One', cursive;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    vertical-align: top;
}

.sc-container .about-item-date::after {
    display: block;
    position: absolute;
    top: 28px;
    right: -66px;
    width: 45px;
    height: 1px;
    background: #7f7f7f;
    content: "";
}

.sc-container .about-item-txt {
    display: inline-block;
	position: relative;
    z-index: 1;
    margin: 12px 0 0 0;
    padding-left: 73px;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -0.04em;
    font-feature-settings: normal;
    vertical-align: top;
}

.sc-container .about-item-txt span {
    font-weight: 900;
    font-size: 21px;
    line-height: 1.52;
}

.sc-container .about-item-img {
    display: block;
    position: absolute;
    z-index: 0;
}

/* 個別設定 */
.sc-container .about-item:nth-child(1) {
	margin: 0 0 61px;
}

.sc-container .about-item:nth-child(1) .about-item-img {
    top: -38px;
    right: calc(50% - 232px);
}

.sc-container .about-item:nth-child(2) {
    margin: 0 0 21px;
}

.sc-container .about-item:nth-child(2) .about-item-date::after {
    right: -218px;
    width: 197px;
}

.sc-container .about-item:nth-child(2) .about-item-txt {
    padding-left: 225px;
}

.sc-container .about-item:nth-child(2) .about-item-img {
    top: -68px;
    right: calc(50% - 568px);
}

.sc-container .about-item:nth-child(3) {
    margin: 0 0 27px;
}

.sc-container .about-item:nth-child(4) {
    margin: 0 0 17px;
}

.sc-container .about-item:nth-child(4) .about-item-date::after {
    right: -126px;
    width: 105px;
}

.sc-container .about-item:nth-child(4) .about-item-txt {
	padding-left: 135px;
}

.sc-container .about-item:nth-child(4) .about-item-img {
    top: -57px;
    right: calc(50% - 322px);
}

.sc-container .about-item:nth-child(5) {
    margin: 0 0 26px;
}

.sc-container .about-item:nth-child(6) {
	margin: 0 0 11px;
}

.sc-container .about-item:nth-child(7) {
    margin: 0 0 18px;
}

.sc-container .about-item:nth-child(8)::before {
	top: 18px;
    height: 26px;
    background: url(../img/icn_arrow_01.jpg?20210512) no-repeat;
    background-size: contain;
}

.sc-container .about-item:nth-child(8) .about-item-date::after {
    top: 22px;
}

.sc-container .about-item:nth-child(8) .about-item-date {
    margin: 8px 0 0 0;
    padding-left: 6px;
    font-weight: 900;
    font-size: 34px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.14em;
}


/* ====================
nav-wrap
==================== */
.sc-container .nav-wrap {
	margin: 0 0 157px;
    padding: 66px 0 0;
    background: url(../img/bg_nav_pc.jpg?20210512) no-repeat;
}

.sc-container .nav-tit {
	margin: 0 0 76px;
    font-weight: 900;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
}

.sc-container .nav-tit span {
    display: block;
    margin: 0 0 12px;
    font-weight: normal;
    font-size: 88px;
    font-family: 'Orelega One', cursive;
    letter-spacing: 0.02em;
}

.sc-container .nav-list-tit {
    width: 80%;
    margin: 0 auto 15px;
    padding-bottom: 4px;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-align: center;
    border-bottom: solid 1px #000000;
}

.sc-container .nav-list {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    width: 1180px;
    margin: 0 auto 33px;
}

.sc-container .nav-item {
    display: -webkit-box;
    display: flex;
    position: relative;
    width: 50%;
    margin: 0 0 54px;
}

.sc-container .nav-item-desc {
    display: block;
    width: 410px;
    color: #000000;
}

.sc-container .nav-item-num {
    display: block;
    position: relative;
    margin: 0 0 15px;
}

.sc-container .nav-item-num::after {
    display: block;
    position: absolute;
    bottom: 5px;
    right: -119px;
    width: 350px;
    height: 1px;
    background: #000000;
    content: "";
}

.sc-container .nav-item-num span {
	font-weight: 900;
    font-size: 20px;
    margin-right: 30px;
    letter-spacing: 0;
}

.sc-container .nav-item-name {
	display: block;
    margin: 0 0 16px;
    font-weight: normal;
    font-size: 58px;
    font-family: 'Orelega One', cursive;
    letter-spacing: 0.02em;
    line-height: 0.85;
}

.sc-container .nav-item-ruby {
    display: block;
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1;
}

.sc-container .nav-item-btn {
    display: block;
    width: 200px;
    height: 34px;
    background: #000000;
    color: #dadbdb;
    letter-spacing: 0.12em;
    line-height: calc(34px - 2px);
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .nav-item-btn:hover {
	background: #64643d;
}

.sc-container .nav-item-btn span {
    position: relative;
    padding-right: 8px;
    font-weight: 700;
    font-size: 16px;
}

.sc-container .nav-item-btn span::after {
	display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: -26px;
    width: 15px;
    height: 14px;
    background: url(../img/icn_arrow_02.png?20210512) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .nav-item-img {
    display: block;
    position: absolute;
}

/* 個別設定 */
.sc-container .nav-item:nth-child(odd) {
	text-align: right;
}

.sc-container .nav-item:nth-child(odd) .nav-item-ruby {
    margin-right: -5px;
}

.sc-container .nav-item:nth-child(odd) .nav-item-btn {
	margin-left: 210px;
}

.sc-container .nav-item:nth-child(even) {
	-webkit-box-pack: end;
    justify-content: flex-end;
}

.sc-container .nav-item:nth-child(even) .nav-item-desc {
    width: 402px;
}

.sc-container .nav-item:nth-child(even) .nav-item-num::after {
    left: -119px;
}

.sc-container .function .nav-item {
	margin: 0 0 86px;
}

.sc-container .function .nav-item:nth-child(odd) .nav-item-num span {
	margin-right: 48px;
}

.sc-container .function .nav-item:nth-child(even) .nav-item-num span {
    margin-right: 48px;
    margin-left: 16px;
}

.sc-container #nav_or-camper .nav-item-img {
    top: -17px;
    right: -40px;
    z-index: 0;
}

.sc-container #nav_q-timex .nav-item-img {
    top: -23px;
    left: 20px;
    z-index: 1;
}

.sc-container #nav_weekender .nav-item-name {
	letter-spacing: -0.02em;
    margin: 0 0 8px;
}

.sc-container #nav_weekender .nav-item-img {
    top: -39px;
    right: -74px;
    z-index: 0;
}

.sc-container #nav_atlantis100 .nav-item-name {
    letter-spacing: 0;
    margin: 0 0 6px;
}

.sc-container #nav_atlantis100 .nav-item-img {
    top: -34px;
    left: 10px;
    z-index: 1;
}

.sc-container #nav_digital .nav-item-img {
    top: -32px;
    right: -50px;
    z-index: 0;
}

.sc-container #nav_solar .nav-item-name {
    margin: 0 0 6px;
}

.sc-container #nav_solar .nav-item-img {
	top: -28px;
    left: 20px;
    z-index: 1;
}

.sc-container #nav_mechanical .nav-item-name {
    letter-spacing: -0.02em;
    margin: 0 0 8px;
}

.sc-container #nav_mechanical .nav-item-img {
	top: -36px;
    right: -30px;
    z-index: 0;
}

.sc-container #nav_digiana .nav-item-name {
    margin: 23px 0 18px;
    font-weight: 900;
    font-size: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.08em;
}

.sc-container #nav_digiana .nav-item-img {
    top: -33px;
    left: 16px;
    z-index: 1;
}


/* ====================
cp-wrap
==================== */
.sc-container .cp-wrap {
    width: 750px;
    margin: -54px auto 157px;
}

.sc-container .cp-img a:hover {
	opacity: 0.8;
}


/* ====================
section
==================== */
.sc-container .section {
	width: 1180px;
    margin: 0 auto 211px;
}

.sc-container #digiana.section {
    margin: 0 auto 162px;
}

.sc-container .intro-area {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 1090px;
    margin: 0 0 110px 90px;
}

.sc-container .intro-tit {
	position: absolute;
    top: 0;
    left: 2px;
    width: 400px;
    padding-top: 17px;
    border-top: solid 13px #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
}

.sc-container .intro-tit span {
	display: block;
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 48px;
    font-family: 'Orelega One', cursive;
    letter-spacing: 0.02em;
}

.sc-container .intro-name {
    position: absolute;
}

.sc-container .intro-lead {
    width: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 2.15;
}

.sc-container .intro-lead span {
    display: block;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)) 0 100%/100% 2px no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)) 0 100%/100% 2px no-repeat;
    background-position: 0 1.85em;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0.04em;
}

.sc-container .desc-area {
    width: 1000px;
    margin: 0 auto 120px;
}

.sc-container .desc-box {
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.sc-container .desc-box:nth-child(2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sc-container .desc-box ~ .desc-box {
    margin: 80px 0 0;
}

.sc-container .desc-txt-wrap {
	width: 400px;
}

.sc-container .desc-tit {
    margin: 0 0 50px;
    padding-bottom: 10px;
    border-bottom: solid 2px #000000;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0.04em;
    line-height: 1;
}

.sc-container .desc-txt {
	margin-top: -12px;
}

.sc-container .desc-txt span {
    display: block;
}

.sc-container .desc-txt span ~ span {
    margin: 30px 0 0;
}

.sc-container .desc-img {
	width: 520px;
}

/* 個別設定 */
.sc-container #or-camper .intro-name {
    top: 64px;
    left: -40px;
}

.sc-container #q-timex .intro-name {
    top: 130px;
    left: -26px;
}

.sc-container #weekender .intro-name {
    top: 103px;
    left: -29px;
}

.sc-container #atlantis100 .intro-name {
    top: 90px;
    left: -30px;
}

.sc-container #atlantis100 .intro-lead span {
    top: 110px;
    left: -25px;
}

.sc-container #digital .intro-name {
	top: 150px;
    left: -25px;
}

.sc-container #solar .intro-name {
    top: 150px;
    left: -25px;
}

.sc-container #mechanical .intro-name {
    top: 80px;
    left: -25px;
}

.sc-container #digiana .intro-name {
    top: 80px;
    left: -25px;
}


/* ====================
sc-itemlist-area
==================== */
.sc-container .sc-itemlist-area {
    width: 1000px;
    margin: 0 auto;
}

.sc-container .itemlist-tit {
    margin: 0 auto 55px;
	padding: 13px 0 14px;
    border-top: solid 12px #000000;
    border-bottom: solid 3px #000000;
    font-weight: 900;
    font-size: 32px;
    line-height: 1;
    text-align: center;
}

.sc-container .sc-itemlist {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.sc-container .list {
    width: 235px;
    margin: 0 0 60px 20px;
    text-align: center;
}

.sc-container .list:nth-child(4n+1) {
    margin-left: 0;
}

.sc-container .thumb {
	position: relative;
}

.sc-container .itemimg {
	display: block;
    width: 235px;
	height: 250px;
	overflow: hidden;
    margin-bottom: 18px;
}

.sc-container .itemimg:hover img {
	-webkit-transform: scale(1.06, 1.06) rotate(0.001deg);
	transform: scale(1.06, 1.06) rotate(0.001deg);
}

.sc-container .item-brand {
	display: block;
    margin: 0 0 8px;
    color: #000000;
    font-size: 22px;
    line-height: 1.27;
    font-weight: 900;
    letter-spacing: 0;
}

.sc-container .item-name {
    display: block;
    margin: 0 0 5px;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1;
}

.sc-container .item-price {
    display: block;
    margin: 0 0 13px;
    color: #000000;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 1;
}

.sc-container .item-price .tax {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    vertical-align: 2px;
}

.sc-container .item-btn {
    display: block;
    width: 148px;
    height: 34px;
    margin: 0 auto;
    background: #000000;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: calc(34px - 1px);
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .item-btn:hover {
	background: #64643d;
}


/* ====================
last-wrap
==================== */
.sc-container .last-wrap {
    padding: 83px 0 88px;
    background: url(../img/bg_timex_pc.jpg?20210512) no-repeat;
    background-position: center;
}

.sc-container .last-btn {
	display: block;
	position: relative;
	z-index: 1;
    width: 628px;
    margin: 0 auto 95px;
    padding: 51px 0 46px;
    color: #ffffff;
    font-weight: 900;
    font-size: 34px;
    letter-spacing: 0.06em;
    text-align: center;
    border: solid 2px #ffffff;
    box-sizing: border-box;
    line-height: 1;
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .last-btn::before {
    display: block;
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #ffffff;
    content: "";
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .last-btn:hover::before {
	opacity: 0.15;
}

.sc-container .last-btn span {
    display: inline-block;
    position: relative;
    margin: 22px 0 0;
    padding-right: 40px;
    font-weight: normal;
    font-size: 30px;
    font-family: 'Orelega One', cursive;
    letter-spacing: 0;
}

.sc-container .last-btn span::after {
	display: block;
    position: absolute;
    top: calc(50% - 11px);
    right: 0;
    width: 22px;
    height: 21px;
    background: url(../img/icn_arrow_03.png?20210512) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .last-logo {
    width: 260px;
    margin: 0 auto;
}


/* ====================
2024.10 IRONMAN
==================== */
.sc-container .keyv.ironman .keyv-img-txt {
    bottom: 54px;
    right: 47px;
}
.sc-container .text-area.ironman {
    margin-top: -10px;
}
.sc-container .keyv-tit.ironman {
    margin: 0 auto 8px;
}
.sc-container .keyv-tit.ironman span.title-sub {
    font-family: 'Orelega One', cursive;
    letter-spacing: 0.04em;
    font-size: 56px;
    display: block;
}
.sc-container .keyv-tit.ironman span.title-main {
    font-size: 68px;
    letter-spacing: normal;
    display: block;
    margin-top: -22px;
}
.sc-container .keyv-tit.ironman span.title-main sup {
    font-size: 47px;
    vertical-align: text-top;
    display: inline-block;
    margin-top: 12px;
}

.sc-container .keyv-wrap {
    margin: 0 auto 69px;
}
.sc-container .section.ironman {
    margin: 0 auto 39px;
}
.sc-container .section.ironman .desc-box.rev {
    flex-direction: row-reverse;
}
.sc-container .section.ironman .desc-txt-wrap {
    padding-top: 25px;
}
.sc-container .section.ironman .desc-tit {
    font-size: 24px;
    line-height: 1.33;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.sc-container .section.ironman .desc-box ~ .desc-box {
    align-items: flex-start;
}
.sc-container .desc-img-caption {
    font-size: 15px;
    text-align: right;
    display: block;
    padding-top: 13px;
}
.sc-container .section.ironman .itemlist-title-sub {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 22px;
}
.sc-container .section.ironman .itemlist-title-sub span {
    font-size: 32px;
}
.sc-container .section.ironman .desc-area {
    margin: 0 auto 69px;
}
.sc-container .sc-itemlist.ironman {
    justify-content: center;
}


.sc-container .cp {
    background-color: #000000;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 85px;
}
.sc-container .cp-date {
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
    color: #000000;
    background-color: #ffffff;
    width: 357px;
    height: 62px;
    position: absolute;
    left: calc(50% - 178px);
    top: -42px;
    text-align: center;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding-top: 17px;
    z-index: 2;
}
.sc-container .cp-date::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 14px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 14px);
    letter-spacing: normal;
}
.sc-container .cp-date span {
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    color: #000000;
    letter-spacing: normal;
    padding-top: 6px;
}
.sc-container .cp-title-main {
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    padding-top: 44px;
    letter-spacing: normal;
    position: relative;
    z-index: 2;
}
.sc-container .cp-title-main::after {
    content: "IRONMAN METAL CAMPAIGN!";
    display: block;
    color: #474747;
    text-align: center;
    margin-top: -34px;
    position: relative;
    z-index: -1;
}
.sc-container .cp-title-sub {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding-top: 14px;
    letter-spacing: inherit;
    position: relative;
    z-index: 2;
}
.sc-container .cp-title-sub span {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: inherit;
    padding-left: 10px;
}
.sc-container .cp-btn {
    width: 280px;
    height: 40px;
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 27px auto 0;
    position: relative;
    z-index: 2;
}
.sc-container .cp-btn::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: solid 2px #000000;
    border-bottom: solid 2px #000000;
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
}
.sc-container .cp a {
    position: relative;
	transition: .4s;
}
.sc-container .cp a::after {
    content: "";
    width: 100%;
    height: 240px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
	transition: .4s;
}
.sc-container .cp a:hover::after {
    content: "";
    width: 100%;
    height: 240px;
    background: #505050;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 1;
}



/* ====================
スクロール
==================== */
/* 左から */
.keyv-img-txt.fadein,
.about-desc-lead.fadein span {opacity:0;transform:translateX(-40px)}

/* 下から */
.nav-item-img.fadein {opacity:0;transform:translateY(40px)}

/* 左下から */
.intro-name.fadein {opacity:0;transform:translate(-40px,40px)}

/* その場 */
.desc-img.fadein,
.itemimg.fadein {opacity:0;transform:none}

.keyv-img-txt.fadein.scrollin,
.about-desc-lead.fadein.scrollin span,
.nav-item-img.fadein.scrollin,
.intro-name.fadein.scrollin,
.desc-img.fadein.scrollin,
.itemimg.fadein.scrollin {opacity:1;transition:.8s .4s ease;transform:none}

/* 上からテキスト */
.about-item-date.fadein {
	opacity: 1;
	transform: none;
}

.about-item-date {
	position: relative;
}

.about-item-date.fadein::before {
	width: 100%;
	height: calc(100% + 1vw);
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: scale(1,1);
	transform-origin: right top;
}

.about-item-date.fadein::before {
	background: #ffffff;
}

.about-item-date.fadein.scrollin {
	transition: 1.6s;
}

.about-item-date.fadein.scrollin::before {
	transform: scale(1,0);
	transition: 1.6s;
	transform-origin: right top;
}

/* 左からテキスト */
.intro-tit.fadein span {
	opacity: 1;
	transform: none;
}

.intro-tit span {
	position: relative;
}

.intro-tit.fadein span::before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: scale(1,1);
	transform-origin: right top;
}

.intro-tit.fadein span::before {
	background: #ffffff;
}

.intro-tit.fadein.scrollin span {
	transition: 2s;
}

.intro-tit.fadein.scrollin span::before {
	transform: scale(0,1);
	transition: 2s;
	transform-origin: right top;
}



