/* .allwrap {
    overflow: hidden;
} */

@viewport {
    width: 100vw;
    /*実際のビューポートの幅を端末の幅に設定*/
}

ul {
    margin: 0;
    padding: 0;
}

.body {
    font-family: sans-serif;
}

.firstWrap {
    background-image: url(img/kasa.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
}

.firstWrap::before {
    background-color: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
}

.box01 {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 0;
}

h1 {
    display: block;
    margin: 0 auto;
    padding-top: 5%;
    width: 90%;
    text-align: center;
}

.lead01 {
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    font-family: sans-serif;
    text-align: center;
    color: #fff;
}

.textcenter {
    font-family: sans-serif;
    text-align: center;
}


/* 
    ===========================================
Gnavi 
===========================================
  */

.btnWrap {
    display: block;
    text-align: center;
}

.btnbox {
    position: relative;
    margin: 10% auto 0;
    padding-bottom: 10%;
    display: block;
    list-style: none;
}

.btnbox li {
    margin-top: 5%;
}

.btnbox li img {
    width: 90%;
}

.divideWrap {
    width: 94%;
    display: flex;
    left: 0;
    right: 0;
    margin: auto;
    list-style: none;
}

.divideWrap li {
    width: 50%;
    margin-top: 0;
}


/* 
    ===========================================
youtube 埋め込み
===========================================
  */

.top {
    margin-top: 10%;
}

.tuffyWrap {
    width: 94%;
    margin: -10% auto 0;
}

.tuffy01 {
    display: block;
    width: 35%;
    margin: 0 0 5% auto;
    max-width: 600px;
}

.tuffy02 {
    display: block;
    width: 27%;
    max-width: 600px;
    margin: 20% 0 -15% 0;
}

.titleLink {
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    margin: 15% auto 0;
}

.sizeTuffySmall01 {
    width: 25%;
    margin: 20% 0 -2% auto;
}

.sizeTuffySmall02 {
    margin: 18% auto -5% 0;
}

.logoBlock01 {
    margin-top: 15%;
}

.logoBlock02 {
    margin-top: 0;
}

.titleLink02 {
    display: block;
    width: 65%;
    max-width: 650px;
    text-align: center;
    margin: 0 auto 0;
}

.sizeAdjust01 {
    width: 35%;
}

.sizeAdjust02 {
    width: 60%;
}

.sizeAdjust03 {
    width: 50%;
}

.youtube {
    width: 80%;
    margin: 0 auto 20%;
    box-sizing: border-box;
    border: solid 10px;
}

.youtube .inner {
    padding-top: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.youtube .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bottomspace {
    margin-bottom: 25%;
}

.color01 {
    border-color: #F88166;
    background-color: #F88166;
}

.color02 {
    border-color: #388DE2;
    background-color: #388DE2;
}

.color03 {
    border-color: #4BA781;
    background-color: #4BA781;
}

.color04 {
    border-color: #A37CBC;
    background-color: #A37CBC;
}

.color05 {
    border-color: #C4AB89;
    background-color: #C4AB89;
}


/*
    ===========================================
上に戻るボタン
===========================================
*/

#content {
    position: relative;
}

#topBtn {
    width: 60vm;
    height: 60vm;
    position: fixed;
    right: 10px;
    bottom: 50px;
    background: #016759;
    opacity: 0.9;
}

#topBtn a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}

#topBtn a::after {
    content: '▲';
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 13px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

a.button {
    display: block;
    font-size: 12px;
    color: #333333;
    text-align: center;
    background: #f2f2f2;
    padding: 10px;
    text-decoration: none;
    transition-duration: 0.3s;
    margin-top: 40px;
}

a.button:hover {
    opacity: 0.7;
}


/* 
    ===========================================
フッター
===========================================
  */

.tuffy03 {
    position: relative;
}

.tuffy03 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 27%;
    max-width: 600px;
    /* text-align: center; */
}

.bottomLogo {
    width: 96%;
    margin: 0 auto 0;
}

.toughLogo {
    width: 25%;
    max-width: 400px;
    margin-bottom: 0;
}

footer {
    background-color: #5F5F5F;
    width: 100%;
    margin: 2% 0 0;
}

footer p {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-family: sans-serif;
    padding: 0;
}

footer p.name {
    font-size: 10px;
    width: 100%;
    text-align: center;
    padding: 20px auto 0px;
}

footer p.copyright {
    font-size: 10px;
    width: 100%;
    text-align: center;
    padding: 0 auto 0px;
}