@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Zen_Maru_Gothic;
    color: #505050;
}

a {
    text-decoration: none;
    color: #505050;
}

ul {
    list-style: none;
}


@font-face {
    font-family: Zen_Maru_Gothic;
    src: url(../font/Zen_Maru_Gothic/ZenMaruGothic-Regular.ttf);
}


/* ヘッダー */
header {
    display: block;
    width: 100%;
    margin-bottom: 5%;
}

header h1 {
    width: 78%;
    margin-top: 10%;
    margin-left: 10%;
    padding-right: 7.5%;
    text-align: center;
}

header h1 a {
    text-decoration: none;
    font-size: 10vw;
    line-height: 2;
}

nav {
    width: 84%;
    margin: 8% auto 0 auto;
}


nav ul {
    display: flex;
}


nav ul li {
    list-style: none;
    width: calc(100% / 3);
    text-align: center;
}

nav ul li a {
    padding: 8% 5%;
    font-size: 4vw;
}



.sns-icon {
    width: 84%;
    margin: 10% auto;
    text-align: center;
}

.sns-icon .fa-brands {
    display: inline-block;
    font-size: 8vw;
}

.sns-icon a:nth-of-type(2) {
    margin: 0 9%;
}


/* メインセクション */
section {
    width: 100%;
}

.top {
    position: relative;
    width: 84%;
    margin: 3% auto 10% auto;
}


.top .main-vs {
    display: none;
}

.top .tablet {
    display: none;
}

.top .smartphone {
    width: 100%;
    vertical-align: bottom;
    border-radius: 1vw;
}

.top h2 {
    display: none;
}


.top-flexbox {
    display: block;
    width: 84%;
    margin-bottom: 10%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.top-box {
    width: 100%;
}

.tittle {
    width: 84%;
    margin: 10% auto;
    text-align: center;
    font-size: 8vw;
}

.top-box h3 {
    width: 100%;
    text-align: center;
    font-size: 5vw;
}

.top-box h4 {
    margin-bottom: 3%;
    text-align: center;
    font-size: 4.5vw;
}


.top-box ion-icon {
    display: block;
    margin-bottom: 3%;
    width: 25%;
    font-size: 7vw;
    margin-left: auto;
    margin-right: auto;
}


.top-box p {
    width: 100%;
    margin-bottom: 15%;
    line-height: 2;
    font-size: 3vw;
}


.flexbox {
    display: block;
    width: 84%;
    margin: 0 auto 4% auto;
}

.box {
    width: 75%;
    height: 55vw;
    margin: 20% auto 10% auto;
    border-radius: 2%;
}


.box img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 1vw;
    border: 0.1vw solid #505050;
}


.box h3 {
    display: none;

}

.Back-icon {
    width: 10%;
    height: 10vw;
    margin: 0 auto;
    padding-top: 5%;
    text-align: center;
    opacity: 0.7;
}

.Back-icon ion-icon {
    font-size: 6vw
}

/* フッター */
footer {
    list-style: none;
    width: 84%;
    height: fit-content;
    margin: 8% auto 3% auto;
}


.footer-logo {
    display: none;
}



.footer-flexbox {
    width: 84%;
    margin: 0 auto;
}

.footer-flexbox ul {
    display: flex;
}

.footer-flexbox ul li {
    width: calc(100% / 3);
    text-align: center;
}

.footer-flexbox ul li a {
    padding: 8% 5%;
    color: #202020;
    font-size: 4vw;
}


footer p {
    width: 40%;
    text-align: center;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    color: #202020;
}