@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.sc-container, .sc-container div,
.sc-container dl, .sc-container dt, .sc-container dd,
.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 a, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

.sc-container img {
	border: 0;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4 {
	font-weight: normal;
	font-size: 100%;
}


/* ====================
***
==================== */
.sc-container {
	width: 100%;
    min-height: 100%;
    height: auto;
    margin: 16px auto 0;
    padding: 0;
    color: #000000;
    line-height: 1.79;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.sc-container, .sc-container div,
.sc-container dl, .sc-container dt, .sc-container dd,
.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 a, .sc-container span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
	letter-spacing: 0.12em;
    font-feature-settings: "palt";
}

.sc-container img {
	width: 100%;
	height: auto;
}

.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 {
	text-decoration: none;
	opacity: 1;
}

/*ページトップへ戻る*/
#page-top a {
	display: block;
	opacity: 1;
	width: 60px;
	height: 60px;
	background: url(../img/btn_pagetop_sp.png) left top;
	-webkit-transition: .4s;
	transition: .4s;
}


/* ====================
keyv-wrap
==================== */
.sc-container .keyv-wrap {
    margin: 0 auto 34px;
}

.sc-container .keyv {
    position: relative;
    margin: 0 0 37px;
}

.sc-container .keyv::before {
    display: block;
    padding-top: 147%;
    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: 10vw;
    right: 14vw;
    color: #ffffff;
    font-weight: normal;
    font-size: 8.5vw;
    font-family: 'Orelega One', cursive;
    letter-spacing: 0.02em;
    line-height: 1;
}

.sc-container .keyv-tit {
    margin: 0 auto 13px;
    font-weight: 900;
    font-size: 23px;
    line-height: 1.48;
    letter-spacing: 0.08em;
    text-align: center;
}

.sc-container .keyv-txt {
    width: 80%;
    margin: 0 auto;
}


/* ====================
about-wrap
==================== */
.sc-container .about-wrap {
	margin: 0 0 52px;
}

.sc-container .about-desc {
    margin: 0 auto 28px;
}

.sc-container .about-tit {
    margin: 0 0 27px;
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
}

.sc-container .about-tit span {
	display: block;
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 44px;
    font-family: 'Orelega One', cursive;
    letter-spacing: 0.02em;
}

.sc-container .about-desc-lead-wrap {
	position: relative;
	width: 80%;
    margin: 0 auto 15px;
    line-height: 2.2;
}

.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: 33px;
}

.sc-container .about-desc-lead-wrap::after {
	bottom: 4px;
}

.sc-container .about-desc-lead::before {
    top: 72px;
}

.sc-container .about-desc-lead span {
	display: block;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.08em;
}

.sc-container .about-desc-txt {
	width: 80%;
    margin: 0 auto 27px;
}

.sc-container .about-list {
	position: relative;
}

.sc-container .about-list::before {
    display: block;
    position: absolute;
    top: 4vw;
    left: 9vw;
    width: 2px;
    height: calc(100% - 12vw);
    background: #000000;
    content: "";
}

.sc-container .about-item {
    position: relative;
    margin: 0 0 11px;
    padding-left: 13vw;
}

.sc-container .about-item::before {
    display: block;
    position: absolute;
    top: 1.5vw;
    left: 7.2vw;
    width: 4vw;
    height: 4vw;
    background: url(../img/icn_circle.jpg?20210512) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .about-item-date {
    display: inline-block;
    width: 17vw;
    font-weight: normal;
    font-size: 26px;
    font-family: 'Orelega One', cursive;
    line-height: 1;
    letter-spacing: 0.02em;
    vertical-align: top;
}

.sc-container .about-item-txt {
    display: inline-block;
    width: 68vw;
    margin: 1vw 0 0 0;
    font-size: 12px;
    line-height: 1.625;
    letter-spacing: -0.04em;
    font-feature-settings: normal;
    vertical-align: top;
}

.sc-container .about-item-img {
	width: 41vw;
    margin: 1vw 0 0 19vw;
}

/* 個別設定 */
.sc-container .about-item:nth-child(8)::before {
    height: 5vw;
    background: url(../img/icn_arrow_01.jpg?20210512) no-repeat;
    background-size: contain;
}

.sc-container .about-item:nth-child(8) .about-item-date {
    margin: 0.5vw 0 0 0;
    font-weight: 900;
    font-size: 19px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.08em;
}


/* ====================
nav-wrap
==================== */
.sc-container .nav-wrap {
    margin: 0 0 73px;
    padding: 26px 0 5px;
    background: url(../img/bg_nav.jpg?20210512) no-repeat;
	background-size: 100% 100%;
}

.sc-container .nav-tit {
    margin: 0 0 27px;
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
}

.sc-container .nav-tit span {
	display: block;
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 44px;
    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: 94vw;
    margin: 0 2.5vw 4px 3.5vw;
}

.sc-container .nav-item {
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
	position: relative;
    width: 50%;
    margin: 0 0 12px;
}

.sc-container .nav-item-desc {
    display: block;
    width: 27vw;
}

.sc-container .nav-item-num {
    display: block;
    width: 7vw;
    margin: 0 auto 7px;
}

.sc-container .nav-item-name {
    display: block;
    margin: 0 0 6px;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Orelega One', cursive;
    letter-spacing: 0.02em;
    line-height: 0.85;
    text-align: center;
}

.sc-container .nav-item-ruby {
    display: block;
    margin: 0 0 9px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.27;
}

.sc-container .nav-item-btn {
    display: block;
    height: 20px;
    background: #000000;
    color: #dadbdb;
    letter-spacing: 0.08em;
    line-height: calc(20px - 3px);
    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: 3vw;
	font-weight: 700;
    font-size: 10px;
}

.sc-container .nav-item-btn span::after {
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: calc(50% - 12.25vw);
    width: 10px;
    height: 9px;
    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(even) {
	-webkit-box-pack: end;
    justify-content: flex-end;
}

.sc-container #nav_or-camper .nav-item-img {
    width: 22vw;
    top: 0.5vw;
    right: -5vw;
    z-index: 0;
}

.sc-container #nav_q-timex {
    height: 30vw;
}

.sc-container #nav_q-timex .nav-item-img {
    width: 26vw;
    top: 0.5vw;
    left: 2.5vw;
    z-index: 1;
}

.sc-container #nav_weekender {
    height: 33vw;
}

.sc-container #nav_weekender .nav-item-name {
    letter-spacing: -0.02em;
}

.sc-container #nav_weekender .nav-item-img {
    width: 29vw;
    top: 1.5vw;
    right: -10vw;
    z-index: 0;
}

.sc-container #nav_atlantis100 {
    height: 35vw;
}

.sc-container #nav_atlantis100 .nav-item-img {
    width: 27vw;
    top: 1.5vw;
    left: 1.5vw;
    z-index: 1;
}

.sc-container #nav_digital {
    height: 28vw;
}

.sc-container #nav_digital .nav-item-img {
    width: 25vw;
    top: -0.1vw;
    right: -6vw;
    z-index: 0;
}

.sc-container #nav_solar .nav-item-img {
    width: 26vw;
    top: -0.5vw;
    left: 2.5vw;
    z-index: 1;
}

.sc-container #nav_mechanical {
    height: 39vw;
}

.sc-container #nav_mechanical .nav-item-img {
    width: 21vw;
    top: 5.5vw;
    right: -3vw;
    z-index: 0;
}

.sc-container #nav_digiana {
    height: 42vw;
}

.sc-container #nav_digiana .nav-item-name {
	font-weight: 900;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.08em;
}

.sc-container #nav_digiana .nav-item-img {
    width: 27vw;
    top: 5.5vw;
    left: 1.5vw;
    z-index: 1;
}


/* ====================
cp-wrap
==================== */
.sc-container .cp-wrap {
    width: 94%;
    margin: -20px auto 80px;
}


/* ====================
section
==================== */
.sc-container .section {
    width: 100%;
    margin: 0 0 98px;
}

.sc-container #digiana.section {
    margin: 0 0 75px;
}

.sc-container .intro-tit {
	width: 80%;
    margin: 0 auto 25px;
    padding-top: 10px;
    border-top: solid 8px #000000;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
}

.sc-container .intro-tit span {
    display: block;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 29px;
    font-family: 'Orelega One', cursive;
    letter-spacing: 0.02em;
}

.sc-container .intro-name {
    width: 89%;
}

.sc-container .intro-lead {
    width: 80%;
    margin: 0 auto 27px;
    line-height: 2.2;
}

.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: 4.8vw;
    letter-spacing: 0.08em;
}

.sc-container .desc-area {
	width: 80%;
    margin: 0 auto 56px;
}

.sc-container .desc-box ~ .desc-box {
    margin: 52px 0 0;
}

.sc-container .desc-img {
    margin: 0 0 21px;
}

.sc-container .desc-tit {
    margin: -4px 0 16px;
    border-bottom: solid 2px #000000;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.08em;
}

.sc-container .desc-txt span {
    display: block;
    margin: 0px 0 25px;
}

/* 個別設定 */
.sc-container #or-camper .intro-name {
    margin: -23px auto 14px;
}

.sc-container #q-timex .intro-name {
	margin: 12px auto 17px;
}

.sc-container #weekender .intro-name {
    margin: -8px auto 30px;
}

.sc-container #atlantis100 .intro-name {
    margin: -13px auto 14px;
}

.sc-container #atlantis100 .intro-lead span {
	letter-spacing: 0.06em;
}

.sc-container #digital .intro-name {
    margin: -13px auto 18px;
}

.sc-container #solar .intro-name {
	margin: 21px auto 19px;
}

.sc-container #mechanical .intro-name {
    margin: -25px auto 25px;
}

.sc-container #mechanical .intro-lead span {
	letter-spacing: 0.06em;
}

.sc-container #digiana .intro-name {
    margin: -8px auto 7px;
}


/* ====================
sc-itemlist-area
==================== */
.sc-container .itemlist-tit {
    width: 80%;
    margin: 0 auto 30px;
    padding: 8px 0 8px;
    border-top: solid 6px #000000;
    border-bottom: solid 2px #000000;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.sc-container .sc-itemlist {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 80vw;
    margin: 0 auto;
}

.sc-container .list {
    width: 38vw;
    margin: 0 0 27px;
    text-align: center;
}

.sc-container .itemimg {
    margin-bottom: 12px;
    display: block;
}

.sc-container .item-brand {
	display: block;
    margin: 0 0 7px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0;
}

.sc-container .item-name {
    display: block;
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 10.8px;
    letter-spacing: 0.02em;
    line-height: 1;
}

.sc-container .item-price {
    display: block;
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 13.2px;
    letter-spacing: 0.02em;
    line-height: 1;
}

.sc-container .item-price .tax {
    font-weight: 500;
    font-size: 9.6px;
    letter-spacing: 0.02em;
}

.sc-container .item-btn {
    display: block;
    width: 24vw;
    height: 20px;
    margin: 0 auto;
    background: #000000;
    color: #ffffff;
    font-weight: 500;
    font-size: 10.5px;
    letter-spacing: 0.1em;
    line-height: calc(20px - 1px);
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .item-btn:hover {
    background: #64643d;
}


/* ====================
last-wrap
==================== */
.sc-container .last-wrap {
	padding: 53px 0 50px;
    background: url(../img/bg_timex.jpg?20210512) no-repeat;
    background-size: 100%;
}

.sc-container .last-btn {
    display: block;
	position: relative;
	opacity: 1;
    width: 84%;
    margin: 0 auto 45px;
    padding: 20px 0 10px;
    color: #ffffff;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 0.06em;
    text-align: center;
    border: solid 1px #ffffff;
}

.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: 0 0 5px;
    padding-right: 6vw;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Orelega One', cursive;
    letter-spacing: 0;
}

.sc-container .last-btn span::after {
    display: block;
    position: absolute;
    top: calc(50% - 2vw);
    right: calc(50% - 18.5vw);
    width: 4vw;
    height: 4vw;
    background: url(../img/icn_arrow_03.png?20210512) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .last-logo {
    width: 35%;
    margin: 0 auto;
}




/* ====================
スクロール
==================== */
/* 左から */
.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;
}



/* ====================
2024.10 IRONMAN
==================== */

.sc-container .keyv-wrap {
    margin: 0 auto calc(90 / 780 * 100vw);
}
.sc-container .keyv.ironman .keyv-img-txt {
    bottom: calc(55 / 780 * 100vw);
    right: calc(42 / 780 * 100vw);
}


.sc-container .keyv-tit.ironman span.title-sub {
    font-family: 'Orelega One', cursive;
    letter-spacing: 0.02em;
    font-size: calc(60 / 780 * 100vw);
    display: block;
}
.sc-container .keyv-tit.ironman span.title-main {
    font-size: calc(80 / 780 * 100vw);
    font-weight: 900;
    letter-spacing: normal;
    display: block;
    margin-top: calc(-34 / 780 * 100vw);
    line-height: 1;
}
.sc-container .keyv-tit.ironman span.title-main sup {
    font-size: calc(80 / 780 * 100vw);
    vertical-align: text-top;
    display: inline-block;
    margin-top: calc(20 / 780 * 100vw);
}


.sc-container .keyv-tit.ironman {
    margin: 0 auto calc(60 / 780 * 100vw);
}

.sc-container .section.ironman {
    margin: 0 auto calc(68 / 780* 100vw);
}
.sc-container .section.ironman .desc-img {
    margin-bottom: calc(38 / 780* 100vw);
}
.sc-container .section.ironman .desc-tit {
    padding-bottom: calc(25 / 780* 100vw);
    line-height: 1.33;
    margin-top: 0;
}
.sc-container .section.ironman .desc-box ~ .desc-box {
    margin-top: calc(87 / 780 * 100vw);
}

.sc-container .desc-img-caption {
    font-size: calc(24 / 780 * 100vw);
    text-align: right;
    display: block;
    letter-spacing: normal;
    padding-top: calc(18 / 780 * 100vw);
}
.sc-container .section.ironman .desc-area {
    margin: 0 auto calc(30 / 780 * 100vw);
}

.sc-container .section.ironman .itemlist-title-sub {
    text-align: center;
    font-size: calc(32 / 780 * 100vw);
    font-weight: 900;
    padding-bottom: calc(25 / 780 * 100vw);
    letter-spacing: 0.05em;
}
.sc-container .section.ironman .itemlist-title-sub span {
    font-size: calc(40 / 780 * 100vw);
    font-weight: 900;
    letter-spacing: 0.05em;
}


.sc-container .cp {
    background-color: #000000;
    position: relative;
    padding-bottom: calc(57 / 780 * 100vw);
    margin-bottom: calc(85 / 780 * 100vw);
}
.sc-container .cp-date {
    font-size: calc(40 / 780 * 100vw);
    line-height: 1;
    font-weight: 900;
    color: #000000;
    background-color: #ffffff;
    width: calc(340 / 780 * 100vw);
    height: calc(60 / 780 * 100vw);
    position: absolute;
    left: calc(50% - (calc(170 / 780 * 100vw)));
    top: calc(-28 / 780* 100vw);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: calc(60 / 780 * 100vw);
    letter-spacing: normal;
    padding-bottom: calc(22 / 780 * 100vw);
}
.sc-container .cp-date::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: calc(17 / 780 * 100vw) solid transparent;
    border-left: calc(17 / 780 * 100vw) solid transparent;
    border-top: calc(17 / 780 * 100vw) solid #ffffff;
    border-bottom: 0;
    position: absolute;
    bottom: calc(-15 / 780 * 100vw);
    left: calc(50% - (calc(17 / 780 * 100vw)));
    letter-spacing: normal;
}

.sc-container .cp-date span {
    font-size: calc(32 / 780 * 100vw);
    line-height: 1;
    font-weight: 900;
    color: #000000;
    line-height: calc(60 / 780 * 100vw);
    letter-spacing: normal;
}

.sc-container .cp-title-main {
    font-size: calc(40 / 780 * 100vw);
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    padding-top: calc(65 / 780 * 100vw);
    letter-spacing: normal;
    position: relative;
    z-index: 1;
}
.sc-container .cp-title-main::after {
    content: "IRONMAN METAL CAMPAIGN!";
    display: block;
    color: #474747;
    text-align: center;
    margin-top: calc(-34 / 780 * 100vw);
    position: relative;
    z-index: -1;
}
.sc-container .cp-title-sub {
    font-size: calc(52 / 780 * 100vw);
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding-top: calc(14 / 780 * 100vw);
    letter-spacing: 0.05em;
    display: block;
}
.sc-container .cp-title-sub span {
    font-size: calc(40 / 780 * 100vw);
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
    padding-top: calc(20 / 780 * 100vw);
    display: block;
}

.sc-container .cp-btn {
    width: calc(600 / 780 * 100vw);
    height: calc(80 / 780 * 100vw);
    background: #ffffff;
    color: #000000;
    font-size: calc(32 / 780 * 100vw);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: calc(42 / 780 * 100vw) auto 0;
    position: relative;
}
.sc-container .cp-btn::after {
    content: "";
    display: block;
    width: calc(16 / 780 * 100vw);
    height: calc(16 / 780 * 100vw);
    border-right: solid calc(2 / 780 * 100vw) #000000;
    border-bottom: solid calc(2 / 780 * 100vw) #000000;
    transform: rotate(-45deg);
    position: absolute;
    right: calc(64 / 780 * 100vw);
    top: calc(50% - (calc(8 / 780 * 100vw)));
}