@charset "UTF-8";

:root{
    --textcolor: #ffffff;
}

body{
    box-sizing: border-box;
    color:var(--textcolor);
    background-color: #cc9966;
    line-height: inherit;
    letter-spacing: .1em;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

/* 共通部分
---------------------------------------- */
.wrapper{
    max-width: 1200px;
    margin: 0 auto;
}

html{
    font-size: 100%; 
}

.d-flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

a{
    text-decoration: none;
    cursor: pointer;
}


/* Main
---------------------------------------- */
.mv-top{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

#home{
    background-image: url(../images/mv_top.jpg);
    min-height: 100vh;
    top:0px;
    }

p , h1{
    text-align:center;
}

.wrapper{
    text-align: center;
}

.sub-tytle{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight:200;
    font-size:3rem;
    margin:0 auto;
    margin-top: 105px;
    margin-bottom: -10px;
    display: inline-block;
    text-align:center;
}

.sub-tytle-deco{
 margin:auto;
}

.page-title{
    font-weight:800;
    font-size:14rem;
    margin-top:-10px;
    line-height: 115%;
}

.sub-tytle-under{
    /* font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","sans-serf" ; */
    font-weight:600;
    font-size:2.6rem;
    background-color: #ffffff;
    color:#000000;
    margin-top: 15px;
}

.button-subtitle{
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","sans-serf" ;
    font-weight:500;
    font-size:1.7rem;
    margin-top:50px;
}

.button{
    font-weight:600;
    font-size:3.3rem;
    color:#ffffff;
    padding:35px 60px;
    border: 4px solid;
    border-radius:20px;
    border-color:#ffffff;
    margin-top: 20px;
    display: inline-block;
    transition: background-color linear .3s;
    width:500px;
}

.button-outdoor{
    background-color: #82c887;

}

.button-indoor{
    background-color: #cc9966;
}

.button-outdoor:hover{
    background-color: #4e7851;
    box-shadow: 0 0 3px rgba(0,0,0,0);
}

.button-indoor:hover{
    background-color: #884b23;
    box-shadow: 0 0 3px rgba(0,0,0,0);
}

/* ---/リボン--- */
h2 {
    line-height: 80px;
    position: relative;
    height: 80px;
    margin: 2em 50px 1em;
    padding: 0 2rem;
    text-align: center;
    color: #fff;
    background: #ffffff;
  }
  
  h2:before,
  h2:after {
    position: absolute;
    top: 0;
    display: block;
    height: 48px;
    content: '';
    border: 40px solid #ffffff;
  }
  
  h2:before {
    left: -20px;
    border-left-width: 20px;
    border-left-color: transparent;
  }
  
  h2:after {
    right: -20px;
    border-right-width: 20px;
    border-right-color: transparent;
  }
  
  h2 span {
    position: relative;
    display: block;
  }
/* ---/リボン--- */
.sp{
    display: none;
}

.footer{
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","sans-serf" ;
    margin-top: 20px;
    padding: 20px 0;
    text-align: center;
}

/* 750px以上、1000px以下の幅に適応
---------------------------------------- */

@media ( max-width : 1000px){
 .sub-tytle-under{
    font-size: 2rem;
 }
 .sp{
    display: none;
 }
}

/* 414px以上、750px以下の幅に適応
---------------------------------------- */

@media ( max-width : 768px){
 #home{
    background-image: url(../images/PC_TOP_820.jpg);
 }
 .wrapper{
    padding-top: 100px;
 }
 .sub-tytle{
    font-size: 1.6rem;
 }

 .sub-tytle-deco{
    width:40%;
 }

 .page-title{
    font-size: 8rem;
    margin-top:-10px;
 }

 .sub-tytle-under{
    font-size: 1.5rem;
    margin-top:10px;
 }

 .button-subtitle{
    font-size: 1.2rem;
    margin-top:30px;
 }

 .button{
    font-size: 1.7rem;
    padding:30px 70px;
    border: 4px solid;
    border-radius:20px;
    border-color:#ffffff;
    margin-top: 20px;
    width:330px;
 }


 /* ---/リボン--- */

  h2 span {
    position: relative;
    display: block;
  }
/* ---/リボン--- */

}


/* 414pxまでの幅に適応
---------------------------------------- */

@media ( max-width : 414px){
    /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
    /* .pc { display: none !important; }
    .sp {
        display: block !important;
        width:100%;
        } */

 #home{
    background-image: url(../images/PC_TOP_414.jpg);
 }
 .wrapper{
    padding: 50px;
 }
 .sub-tytle{
    font-size: 1.5rem;
 }

 .sub-tytle-deco{
    width:70%;
 }

 .page-title{
    font-size: 3rem;
    margin-top:10px;
 }
 h2{
    padding: 0;
    margin: 2em 10px 1em;
 }
 h2::before{
    left: -50px;
 }
 h2::after{
    right: -50px;
 }
 .sub-tytle-under{
    font-size: 0.9rem;
    margin-top:10px;
 }

 .button-subtitle{
    font-size: 1rem;
    margin-top:30px;
 }

 .button{
    font-size: 1.7rem;
    padding:30px 70px;
    border: 4px solid;
    border-radius:20px;
    border-color:#ffffff;
    margin-top: 20px;
    width:330px;
 }
 .footer{
    margin-top: 0px;
    padding: 20px 0;
    font-size: .6rem;
}

}