@charset "utf-8";


/* ------------------------------------------------ Common -------------------------------------------------------- */

body {
    font-family: 'Noto Sans JP', 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    counter-reset: section;
    background-color: #fff;
}

@media screen and (max-width:550px) {
    body {
        font-size: 0.8rem;
    }
}

html,
body {
    height: auto;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    display: block;
}
a:hover{
    opacity: 0.7;   
    transition: all .3s ease-in-out;
}
button {
    cursor: pointer;
}
a:visited{
    opacity: 1;
}
button:hover{
    opacity: 0.7;   
    transition: all .3s ease-in-out;
}
button:visited{
    opacity: 1;
}

img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

h1 {
    line-height: 2.7rem;
    font-weight: 900;
    letter-spacing: 3px;
    z-index: 310;
}
h2 {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 900;
    letter-spacing: 2px;
    z-index: 310;
}
@media screen and (max-width:550px) {
    h1 {
      font-size: 1.5rem;
      line-height: 2.3rem;
    }
    h2 {
      font-size: 1.0rem;
      line-height: 1.6rem;
    }
}
@media screen and (max-width:420px) {
    h1 {
      font-size: 1.2rem;
      line-height: 2.0rem;
    }
    h2 {
      font-size: 0.9rem;
      line-height: 1.4rem;
    }
}


.orange { 
    color: #e67b47;
}
.gray {
    color: #575a5b;
}

:root {
    --vh: 1vh;
}


/* ------------------------------------------------ hamburger -------------------------------------------------------- */
.openbtn {
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    display: block;
    position: fixed;
    top: 45%;
    right: 20px;
    transition: all .3s ease-in-out;
}
.openbtn img{
    width: 30px;
}
.openbtn .open {
    display: block;
}
.openbtn .open.active {
    display: none;
}
.openbtn .close {
    display: none;
}
.openbtn .close.active {
    display: block;    
}
#hg-logo {
    display: block;
    width: 100%;
    position: relative;
    text-align: center; 
    margin: 24px auto;
    margin-bottom: 50px;
}
#hg-logo img {
    max-width: 380px;
}
.hg-box {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-top: 50px;
}
#nav-list-1 {
    width: 60%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}
#nav-list-1 li {
    margin-top: 30px;
    line-height: 1.0rem;
    padding-bottom: 15px;
}
#nav-list-1 a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0.02rem;
    text-decoration: none;
    color: #fff;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    margin-top: 10px;
}
#nav-list-3 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 50px;
}
#nav-list-3 li {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
#nav-list-3 a {
    margin: 0 auto;
    max-width: 50px;
}


@media screen and (max-width:768px) {
    .openbtn img{
        width: 25px;
    }    
}
@media screen and (max-width:550px) {
    .openbtn {
        right: 15px;
    }    
    .openbtn img{
        width: 20px;
    }    
    #hg-logo img {
        max-width: 280px;
    }
    #nav-list-1 li {
        margin-top: 20px;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    #nav-list-1 a {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    #nav-list-3 {
        margin-bottom: 30px;
    }
    #nav-list-3 li {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #nav-list-3 a {
        max-width: 40px;
    }
}
@media screen and (max-width:420px) {
    .openbtn {
        right: 12px;
    }    
    .openbtn img{
        width: 20px;
    }
    #hg-logo {
        margin-bottom: 30px;
    }
    #hg-logo img {
        max-width: 180px;
    }
    #nav-list-1 li {
        margin-top: 20px;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    #nav-list-1 a {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    #nav-list-3 {
        margin-bottom: 20px;
    }
    #nav-list-3 li {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #nav-list-3 a {
        max-width: 35px;
    }

}


/* ------------------------------------------------ background -------------------------------------------------------- */
#container #main-area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #e67b47;
    margin: 0 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
#container #main-area::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/img_wannyan_back.jpg) center center no-repeat;
    background-size: 120%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}


/* ------------------------------------------------ wn-center -------------------------------------------------------- */
#wn-center {
    max-width: 550px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    overflow: hidden;
    border-right: 5px solid #e67b47;
    border-left: 5px solid #e67b47;
}
#wn-title {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
#wn-eye {
    width: 100%;
    height: auto;
}
#wn-maintitle {
    width: 100%;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 300;
}
#wn-maintitle img {
    width: 80%;
}
#wn-maincopy {
    position: absolute;
    bottom: 25%;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 300;
}
#wn-maincopy img {
    width: 80%;
}
#wn-body {
    position: absolute;
    bottom: -16%;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 300;
}
#wn-body img {
    width: 70%;
    margin-right: 20%;
}

#wn-overview {
    width: 80%;
    text-align: left;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 50px;
}

.headline {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
}
img.imgnormal {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.line {
    color: #000;
    padding: 0;
    margin: 0 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.8rem;
    letter-spacing: 0.8px;
    transition: all .3s ease-in;
}
img.imgmargin {
    margin-top: 30px;
    margin-bottom: 30px;
}

#wn-howto {
    width: 100%;
    position: relative;
    display: block;
}
#wn-howto iframe {
    width: 90%;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 50px;
}
img.card-info {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 50px;
}

#wn-series {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 50px;
}
#wn-series small {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}
#wn-series a {
    display: inline;
}
.shopbutton {
    margin-bottom: 60px;
    text-align: center;
}
.shopbutton a {
    display: inline;
}
.shopbutton img {
    display: inline;
    width: 60%;
}
#wn-series p {
    text-align: center;
}
#wn-sns {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
#wn-sns .sns {
    margin: 20px;
    text-align: center;
}
#wn-sns a {
    display: inline;
}
#wn-sns img {
    max-width: 50px;
    display: inline;
}


@media screen and (max-width:550px) {
    #wn-body img {
        width: 54%;
    }
    .line {
        font-size: 1.0rem;
        line-height: 1.4rem;
    }
    #wn-sns img {
        max-width: 40px;
    }

}

@media screen and (max-width:420px) {
    #wn-body img {
        width: 40%;
    }
    .line {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
        #wn-sns img {
        max-width: 40px;
    }

}
 


/* ------------------------------------------------ footer -------------------------------------------------------- */

#footer {
    width: 100%;
    z-index: 200;
    position: relative;
}

#footer-area {
    width: 90%;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.footerlogo {
    display: block;
    text-align: center;
}
.footerlogo a {
    display: inline;
}
.footerlogo img {
    display: inline;
}
#footer-area img{
    max-width: 250px;
}
p.smalltext {
    color: #000;
    padding: 0;
    margin: 0 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.2rem;
    letter-spacing: 0.8px;
    text-align: center;
}
.smalltext a {
    display: inline;
}
#copy-area {
    width: 100%;
    position: relative;
    padding: 5px;
}

#copy-area p {
    text-align: center;
    font-family: itc-avant-garde-gothic-pro, 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
    letter-spacing: 0.02rem;
    font-size: 0.7rem;
    line-height: 0.6rem;
    margin: 0 5px;
    color: #000;
}

@media screen and (max-width:550px) {
    #footer-area img{
        max-width: 200px;
    }
    p.smalltext {
        font-size: 0.7rem;
        line-height: 1.1rem;
    }
    #copy-area p {
        font-size: 0.6rem;
    }

}

@media screen and (max-width:420px) {
     #footer-area img{
        max-width: 180px;
    }
    p.smalltext {
        font-size: 0.6rem;
        line-height: 0.9rem;
    }

}






