@font-face {
    font-family: 'Noto Sans JP';
    src: url('../fonts/NotoSansJP-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url('../fonts/NotoSansJP-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-display: swap;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}
@media (max-width: 576px) {
    body {
        font-size: 14px;;
    }
}
main {
    background-color: #E7EAEE;
    padding-top: 60px;
}
img {
    width: 100%;
}
span {
    white-space: nowrap;
}
section {
    padding: 100px 0;
}
@media (max-width: 576px) {
    section {
        padding: 50px 0;
    }
}

header {
    padding: 0 6vw 0 24px;
    height: 106px;
}
@media (max-width: 1200px) {
    header {
        padding: 0;
        height: 60px;
    }
}
header a {
    color: #95183A;
    font-weight: bold;
    text-decoration: none;
    padding: 0 2rem;
}
@media (max-width: 1200px) {
    header a {
        padding: 0 1rem;
    }
}
header a:hover {
    color: #ffa100;
    transition : .5s;
}
header .header_logo {
    width: 200px;
}
@media (max-width: 1200px) {
    header .header_logo {
        width: 150px;
    }
}
@media (max-width: 576px) {
    header .header_logo {
        width: 100px;
    }
}
header .header_action_menu {
    width: 80px;
    position: fixed;
    top: 150px;
    right: 0;
    transform: translateX(100%);
    transition-property: transform, -webkit-transform;
    transition-duration: .8s;
}
header .header_action_menu--active {
    transform: translateX(0);
}

header .header_action_menu a {
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    letter-spacing: 2px;
}
header .header_action_menu a i {
    padding-left: 3px;
    padding-bottom: 3px;
}
.attention {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 992px) {
    .attention {
        min-height: 500px;
    }
}
.attention .attention_buildings {
    position: absolute;
    width: 6%;
    opacity: 0;
}
.attention .building_1 {
    bottom: 39%;
    right: 78%;
    width: 12%;
}
.attention .building_2 {
    bottom: 61%;
    right: 27%;
    animation-delay: .2s;
    width: 10%;
}
.attention .building_3 {
    bottom: 21%;
    right: 42%;
    animation-delay: .5s;
    width: 5%;
}
.attention .building_4 {
    bottom: 34%;
    right: 36%;
    animation-delay: .6s;
    width: 7%;
}
.attention .building_5 {
    bottom: 45%;
    right: 45%;
    animation-delay: .8s;
    width: 6%;
}
.attention .building_6 {
    bottom: 35%;
    right: 65%;
    animation-delay: .7s;
    width: 5%;
}
.attention .building_7 {
    bottom: 30%;
    right: 55%;
    animation-delay: .3s;
    width: 6%;
}
.attention .building_8 {
    bottom: 35%;
    right: 45%;
    animation-delay: .7s;
    width: 10%;
}
.attention .building_9 {
    bottom: 55%;
    right: 45%;
    animation-delay: .7s;
    width: 12%;
}
.content_up {
    animation-name: content_up;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes content_up {
    0% {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}
.attention .metazipang_land_removebg {
    overflow: hidden;
    padding-top: 50px;
}
.attention .attention_animation {
    position: absolute;
}
.attention .attention_animation-drawn {
    width: 5%;
    animation: attention_animation-drawn 20s ease-in-out infinite;
}
@keyframes attention_animation-drawn {
    0% {
        top: -35%;
        right: -45%;
    }
    10% {
        top: 3%;
        right: 4%;
    }
    15% {
        top: 10%;
        right: 6%;
    }
    60% {
        top: 45%;
        right: 80%;
    }
    100% {
        top: 80%;
        right: -15%;
    }
}
.attention .metazipang_land_removebg {
    width: 58%;
    position: absolute;
    right: 0;
    padding: 0;
}
@media (max-width: 992px) {
    .attention .metazipang_land_removebg {
        width: 100%;
    }
}
.attention .metazipang_land_text {
    width: 39%;
    margin: 5rem 0 3rem 0;
    color: #95183A;
    text-align: right;
}
@media (max-width: 992px) {
    .attention .metazipang_land_text {
        width: 100%;
        margin: 0;
        position: relative;
        text-align: center;
    }
    .attention .metazipang_land_text_area {
        padding: 10px 0;
        background-color: rgb(255 255 255 / 50%);
    }
}
.attention .metazipang_land_text .metazipang_land_text-catch {
    margin-bottom: 1.5rem;
    font-weight: bold;
}
.attention .metazipang_land_text .metazipang_land_text-mlp {
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 0;
}
.interest, .hexa, .nfts {
    background-color: #fff;
    position: relative;
}
.interest .interest_metazipang_word {
    position: absolute;
    left: 10%;
    top: -200px;
    width: 60px;
}
.interest .interest_hexa_right {
    position: absolute;
    right: 10%;
    top: 200px;
    width: 160px;
}
.interest .interest_hexa_left {
    position: absolute;
    left: 10%;
    top: 300px;
    width: 160px;
}
.interest video {
    border-radius: 5px;
}
@media (max-width: 992px) {
    .card-img-top {
        width: 50%;
    }
}
.japan .container-lg {
    position: relative;
}
.japan .japan_img {
    position: absolute;
    right:0;
    opacity: 0;
}
.japan .japan_text_area {
    position: relative;
    padding: 1rem;
    z-index: 1;
}
.japan .japan_text_area::after {
    content: "";
    display: block;
    width: 50%;
    height: 143px;
    background-color: #2290C2;
    position: absolute;
    bottom: -27px;
    left: 0;
    z-index: -1;
}
.japan .japan_text {
    padding: 3rem 2rem;
    background-color: #fff;
    opacity: 0;
}
.fade_in_right {
    transition: all 1s ease-in;
    transform: translateX(40px);
    opacity: 1 !important;
}
.fade_in_buttom {
    transition: all 0.5s ease-in;
    transform: translatey(-40px);
    opacity: 1 !important;
}
@media (max-width: 576px) {
    .fade_in_right {
        transition: all 1s ease-in;
        transform: translateX(20px);
        opacity: 1 !important;
    }
    .fade_in_buttom {
        transition: all 0.5s ease-in;
        transform: translatey(-20px);
        opacity: 1 !important;
    }
    }
.solution .solution_title {
    padding: .5rem 2rem;
    background-color: #95183A;
    position: absolute;
    font-weight: bold;
    color: #fff;
    bottom: 20px;
    right: 0;
    letter-spacing: 1px;
}
.title_large {
    font-family: 'Montserrat',sans-serif;
    letter-spacing: .06em;
    font-size: 3rem;
    color: #fff;
    text-shadow: 1px 1px 0 #95183A,-1px -1px 0 #95183A,-1px 1px 0 #95183A,1px -1px 0 #95183A,0 1px 0 #95183A,0-1px 0 #95183A,-1px 0 0 #95183A,1px 0 0 #95183A;
    margin-bottom: 1.5rem;
    position: relative;
}
.title_small {
    letter-spacing: .1em;
    color: #95183A;
    font-weight: bold;
    margin-bottom: .5rem;
    position: relative;
}
.hexa .hexa_title {
    text-align: center;
    background-image: url('../images/metazipang_land.jpg');
    background-position: center;
    padding-top: 3rem;
    padding-bottom: .5rem;
}
.hexa .hexa_title .title_small {
    color: #fff;
    background-color: #ffa100;
    display: inline;
    padding: 5px 10px;
}
.hexa .hexa_item {
    margin: 1rem 0;
}
.hexa .hexa_item .hexa_product_title {
    background-color: #95183A;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 1px;
}
.hexa .hexa_item .hexa_product_icon {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.price .price_image {
    width: 50%;
    margin: 0 auto;
}
.price .iframe-aspect {
    aspect-ratio: 16 / 9;
}
.price .iframe-aspect iframe {
    width: 100%;
    height: 100%;
}
.benefits .cp_card {
	position: relative;
	overflow: visible;
	padding-top: 4rem;
}
.benefits .cp_ribbon12 {
	position: absolute;
	z-index: 200;
	top: 15px;
	width: 90%;
	height: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.benefits .cp_ribbon12:before, .cp_ribbon12:after {
	position: absolute;
	top: 20px;
	bottom: -10px;
	width: 0;
	height: 0;
	content: '';
	border-width: 20px 20px;
}
.benefits .cp_ribbon12:before {
	left: -30px;
	border-style: solid;
	border-color: #c5265c #c5265c #c5265c transparent;
}
.benefits .cp_ribbon12:after {
	right: -30px;
	border-style: solid;
	border-color: #c5265c transparent #c5265c #c5265c;
}
.benefits .cp_ribbon12 .cp_ribbon {
    font-size: 1.75rem;
    position: relative;
	height: inherit;
	margin-bottom: 0;
	text-align: center;
	color: #ffffff;
	background: #95183A;
    z-index: 100;
}
.benefits .cp_ribbon12 .cp_ribbon:before, .cp_ribbon12 .cp_ribbon:after {
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #5f0e2f;
}
.benefits .cp_ribbon12 .cp_ribbon:before {
	left: 0;
	border-left: 10px solid transparent;
}
.benefits .cp_ribbon12 .cp_ribbon:after {
	right: 0;
	border-right: 10px solid transparent;
}
.nfts .nfts_hexa_nft {
    max-width: 740px;
    margin: 0 auto;
    display: block;
}
.action .action_button a {
    width: 200px;
    height: 70px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
}
footer {
    text-align: center;
    padding: 50px 0;
}
@media (max-width: 576px) {
    footer {
        padding: 25px 0;
    }
}
footer .logo {
    width: 200px;
    padding-left: 5px;
}
.header_action_menu_button:hover {
    transform: scale(1.2);
    transition : .5s;
}