@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Zen_Kaku_Gothic_New;
    color: #202020;
    background-color: rgb(250, 246, 233);
}


/* ヘッダー */
.toppage-nav1 {
    display: none;
}

.top-img {
    width: 100%;
    position: fixed;
    background-color: rgb(255, 255, 255);
}

.top-img img {
    width: 40%;
    
}

nav.NavMenu{
    position: fixed;
    z-index: 2;
    top: 10%;
    right: 0; 
    text-align: center;
    width: 50%;
    transform: translateX(100%);
    transition: 0.6s;
}

nav.NavMenu ul{
    background-color: rgb(250, 246, 233);
}

nav.NavMenu ul li{
    font-size: 4vw;
    list-style-type: none;  
    border: 2px solid #1b1b1b79;
}


nav.NavMenu ul li a{
    display: block;
    padding: 1em 0;
    color: rgb(68, 68, 68);
    text-decoration: none;
}


nav.NavMenu.active{
    transform: translateX(0)
}



.Toggle {
    position: fixed;  
    right: 13px;
    top: 10px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 3;
}

.Toggle span {
    display: block;
    position: absolute;
    left: 6px;
    width: 60px;
    border-bottom: solid 6px #000;
    transition: .35s ease-in-out;
	
}

.Toggle span:nth-child(1) {
    top: 9px;
}

.Toggle span:nth-child(2) {
    top: 27px;
}

.Toggle span:nth-child(3) {
    top: 45px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    transform: rotate(45deg);
}


/* メインビジュアル */


.main-h2 {
    font-size: 4vw;
    text-align: center;
    padding-top: 30%;
    padding-bottom: 10%;
}

/* セクション */
.section-box {
    display: block;
    height: auto;
    margin-bottom: 10%;
}

.section-box:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
}

.picture-box1 {
    width: 25%;
    background-image: url(../images/pc-size1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
    padding: 30% ;
}

.picture-box2 {
    width: 25%;
    background-image: url(../images/pc-size2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
    padding: 30% ;
}

.picture-box3 {
    width: 25%;
    background-image: url(../images/pc-size3.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
    padding: 30% ;

}

.section-font {
    width: 100%;
    margin: 5% 0;
}

.section-font h3 {
    font-size: 5vw;
}

.section-font p {
    font-size: 4vw;
    line-height: 7vw;
}

/*他社との比較*/

.section1-h2 {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 5%;
}

.table-box1 table {
    border-collapse: collapse;
    margin-left: 5%;
    width: 90%;
    height: 500px;
}

.table-box1 table th {
    text-align: center;
    font-size: 3vw;
    background-color: rgb(207, 200, 171);
}

.table-box1 table td {
    text-align: center;
    font-size: 2.8vw;

}

table tr:nth-child(4) {
    height: 98px;
}

.td-box1 {
    color: rgb(187, 154, 6);
}


/*ボタン*/

.table-box1 h3 {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
}

.table-box1 h3 span {
    vertical-align: super; /*テキストを上付きにする*/
    font-size: 0.6em;
}

.button_box a {
    font-family: Kiwi_Maru;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    background: rgb(22, 28, 82);
    border-radius: 10px;
    border-bottom: solid 8px rgb(11, 14, 41);
}
.button_box a:hover {
    border-bottom: solid 2px rgb(11, 14, 41);
    transform: translateY(3px);
}

/*サイズガイド*/
.section2-h2 h2 {
    margin-top: 25%;
    margin-bottom: 5%;
    text-align: center;
}

.section2-h2 img {
    width: 95%;
    padding: 1%;
    padding-bottom: 8%;
}

.table-box2 table {
    width: 100%;
    height: 400px;
    border-collapse: collapse;
}

.table-box2 table th {
    text-align: center;
    font-size: 3vw;
    background-color: rgb(207, 200, 171);
}

.table-box2 table td {
    text-align: center;
    font-size: 2.8vw;
}

.table-box2 table tr:nth-child(even) td {
    background-color: #ffffff;
}

/*FAQ*/

.FAQ {
    background-image: url(../images/Q.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vw;
}

.FAQ h3 {
    text-align: center;
    margin-top: 10%;
    padding-top: 10%;
    padding-bottom: 5%;
}

.FAQ a {
    font-family: Kiwi_Maru;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #222118;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    background: rgb(244, 245, 239);
    border-radius: 20px;
    border-bottom: solid 8px rgb(223, 223, 223);
}
.FAQ a:hover {
    border-bottom: solid 2px rgb(223, 223, 223);
    transform: translateY(3px);
}

/* フッター */
footer {
    margin-top: 20%;
    background-color: rgb(190, 182, 149);
}

.footer-nav {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

footer img {
    width: 30%;
}

.footer-box {
    width: 100%;
    text-align: center;
}

.sns-icon {
    width: 50%;
    margin: 0 auto;
}

.footer-navbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer-navbox123 {
    width: 40%;
    line-height: 2;
    margin: 5% 5% ;
}

.footer-navbox123 h3 {
    font-size: 3vw;
}

.footer-navbox123 nav ul li {
    font-size: 3vw;
    list-style-type: none;
}

.footer-navbox123 nav ul li a {
    color: #202020;
    text-decoration: none;
}

.Copyright {
    text-align: center;
}
