/* 
html5doctor.com Reset Stylesheet
v1.6.1
Author: Richard Clark - http://richclarkdesign.com 
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Common */
a:hover {
    -webkit-transition: opacity .15s ease .1s;
    transition: opacity .15s ease .1s;
    opacity: .7;
}
.spOnly {
    display: none;
}
html {
    font-size:62.5%;
} 
body {
    font-size: 1.5rem;
    color: #000;
    font-family: 'Shuei MaruGo B',sans-serif;
    line-height: 2;
}
@media screen and (max-width: 768px){
    img {
        width: 100%;
    }
    .spOnly {
        display: block;
    }
    .pcOnly {
        display: none;
    }
    .anchor {
        display: block;
        padding-top: 60px;
        margin-top: -60px;
    }
}
/* Header */
.top .header{
    background-color: #009863;
    height: 60px;
    line-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.top .header h2{
    padding: 10px 0 0 40px;
}
/* .top .header .gnav {
    position: absolute;
    top: 0;
} */
.header{
    position: relative;
}
.gnav-top ul {
    display: none;
    width: 100%;
    margin: 0;
    padding: 50px 0 5px;
}
.gnav-top .menu {
    opacity: 0;
}
.nav-open .gnav-top .menu {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
}
.gnav-top .hamburger {
    position: absolute;
    right: 0;
    top: 4px;
    width: 100px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    display: block;
  }
.gnav-top ul li{
    padding: 0 0 60px;
    background-image: none;
    width: 100%;
    height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.gnav-top ul li a {
    font-size: 2rem;
    color: #014428;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.gnav-top ul li.account a {
    padding: 0 0 0 25px;
}
.gnav-top ul li.account a:before {
    left: 6px;
}
.gnav-top .hamburger__line {
    position: absolute;
    left: 23px;
    width: 50px;
    height: 5px;
    background-color: #014428;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.gnav-top .hamburger__line--1 {
    top: 10px;
}
.gnav-top .hamburger__line--2 {
    top: 24px;
}
.gnav-top .hamburger__line--3 {
    top: 38px;
}
.gnav-top .black-bg {
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0,0,0,.8);
    cursor: pointer;
    display: none;
}
.gnav-top ul.line-last {
    margin-bottom: -12px;
}
/* 表示された時用のCSS */
.nav-open .gnav-top {
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 200;
    margin-top: -10px;
}
.nav-open .gnav-top ul.gv_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: -10px 0 -25px;
}
.nav-open .gnav-top ul.gv_link li{
    width: 100%;
    height: 417px;
    padding: 0;
    margin: 0;
}
.nav-open .gnav-top ul.gv_link li a {
    display: block;
    height: auto;
    line-height: 0;
    padding: 0;
}
.nav-open .gnav-top ul {
    display: block;
    background-color: #FFFFFF;
}
.nav-open .black-bg {
    top: 50px;
    opacity: 1;
    display: block;
}
.nav-open .hamburger__line--1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 25px;
}
.nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
}
.nav-open .hamburger__line--3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 25px;
}
.gnav-top ul li a:before {
    content: '';
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
}
.gnav-top ul li:nth-of-type(1) a:before {
    width: 56px;
    height: 59px;
    background-image: url(../img/icon_33qa.png);
    background-size: contain;
    top: -50px;
    left: 12px;
}
.gnav-top ul li:nth-of-type(2) a:before {
    width: 55px;
    height: 56px;
    background-image: url(../img/icon_77words.png);
    background-size: contain;
    top: -50px;
    right: -5px;
}
.gnav-top ul li:nth-of-type(3) a:before {
    width: 53px;
    height: 58px;
    background-image: url(../img/icon_movie.png);
    background-size: contain;
    top: -50px;
    right: 123px;
}
.gnav-top ul li:nth-of-type(4) a:before {
    width: 45px;
    height: 64px;
    background-image: url(../img/icon_store.png);
    background-size: contain;
    top: -54px;
    left: -15px;
}
.header {
    width: 100%;
    height: 65px;
    background-color: #dde1f1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.header .inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header .inner h2 {
    position: absolute;
    top: 21px;
    left: 0;
}
.header .inner h2 a{
    position: relative;
    line-height: 0;
    display: inline-block;
    -webkit-transform: scale(1,.95);
            transform: scale(1,.95);
}
.header .inner h2 a:before {
    content: '';
    display: block;
    width: 62px;
    height: 51px;
    background-size: contain;
    background-image: url(../img/icon_ttl@2x.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    left: 0px;
}
.gnav {
    position: absolute;
    right: 0;
}
.gnav ul li {
    height: 52px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/slash.png);
    background-repeat: no-repeat;
    background-position: right 12px;
}
.gnav ul li a {
    padding: 0 30px 0 25px;
    height: 65px;
    display: block;
    color: #000;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 65px;
    position: relative;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s;
}
.gnav ul li a:before {
    content: '';
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
}
.gnav ul li.help a:before {
    width: 18px;
    background-size: 18px;
    background-image: url(../img/icon_help@2x.png);
    left: 0;
}
.gnav ul li.cart a:before {
    width: 26px;
    background-size: 26px;
    background-image: url(../img/icon_cart@2x.png);
    left: -6px;
}
.gnav ul li.account a:before {
    width: 11px;
    background-size: 11px;
    background-image: url(../img/icon_account@2x.png);
    left: -7px;
}
.gnav ul li.account {
    background: none;
}
.gnav ul li.account a {
    padding: 0 0 0 10px;
}
.hamburger{
    display: none;
}
.gnav ul li.spOnly {
    display: none;
}
@media screen and (max-width: 768px){
    .header {
        height: 50px;
    }
    .header .inner h2 {
        top: 9px;
        left: 10px;
    }
    .header .inner h2 a{
        width: 80%;
        padding-left: 0;
    }
    .gnav {
        padding-top: 50px;
    }
    .gnav ul {
        display: none;
        width: 100%;
        margin: 0;
        padding-top: 30px;
    }
    .gnav .menu {
        opacity: 0;
    }
    .nav-open.gnav .menu {
        opacity: 1;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .hamburger {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 300;
        display: block;
      }
    .gnav ul li{
        padding: 0 0 30px;
        background-image: none;
        width: 25%;
        height: 30px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .gnav ul li a{
        font-size: 1.4rem;
        height: 30px;
        line-height: 30px;
        padding: 0 0 0 25px;
    }
    .gnav ul li.account a {
        padding: 0 0 0 25px;
    }
    .gnav ul li.account a:before {
        left: 6px;
    }
    .hamburger__line {
        position: absolute;
        left: 23px;
        width: 18px;
        height: 2px;
        background-color: #000;
        -webkit-transition: all .6s;
        transition: all .6s;
    }
    .hamburger__line--1 {
        top: 16px;
    }
    .hamburger__line--2 {
        top: 24px;
    }
    .hamburger__line--3 {
        top: 32px;
    }
    .black-bg {
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: rgba(0,0,0,.8);
        cursor: pointer;
        display: none;
    }
    .gnav ul.line-last {
        margin-bottom: -12px;
    }
    /* 表示された時用のCSS */
    .nav-open.gnav {
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 200;
    }
    .nav-open.gnav ul.gv_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: -10px 0 -25px;
    }
    .nav-open.gnav ul.gv_link li{
        width: 100%;
        height: 417px;
        padding: 0;
        margin: 0;
    }
    .nav-open.gnav ul.gv_link li a {
        display: block;
        height: auto;
        line-height: 0;
        padding: 0;
    }
    .nav-open.gnav ul {
        display: block;
        background-color: #FFFFFF;
    }
    .nav-open .black-bg {
        top: 50px;
        opacity: 1;
        display: block;
    }
    .nav-open .hamburger__line--1 {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 25px;
    }
    .nav-open .hamburger__line--2 {
        width: 0;
        left: 50%;
    }
    .nav-open .hamburger__line--3 {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 25px;
    }
    /* 追加 */
    .gnav-top ul {
        padding-bottom: 5px;
    }
    .gnav-top ul li {
        width: 100%;
        padding: 0 0 30px;
    }
    .gnav-top ul li:nth-of-type(1) a:before {
        width: 40px;
        top: -45px;
        left: -8px;
    }
    .gnav-top ul li:nth-of-type(2) a:before {
        width: 38px;
        top: -44px;
        right: -3px;
    }
    .gnav-top ul li:nth-of-type(3) a:before {
        width: 37px;
        top: -45px;
        right: 86px;
    }
    .gnav-top ul li:nth-of-type(4) a:before {
        width: 35px;
        top: -50px;
        left: -12px;
    }
    .header .inner h2 a:before{
        display: none;
    }
    .top .header {
        height: 40px;
        line-height: 40px;
    }
    .top .header h2 {
        padding: 3px 0 0 10px;
    }
    .top .header h2 img{
        width: 40%;
    }
    .gnav-top ul li {
        width: 100%;
        padding: 0 0 30px;
    }
    .gnav-top ul li a{
        font-size: 1.4rem;
    }
    .gnav-top .hamburger{
        top: -4px;
        width: 50px;
        height: 40px;
    }
    .gnav-top .hamburger__line {
        width: 18px;
        height: 2px;
    }
    .gnav-top .hamburger__line--1 {
        top: 16px;
    }
    .gnav-top .hamburger__line--2 {
        top: 24px;
    }
    .gnav-top .hamburger__line--3 {
        top: 32px;
    }
    .nav-open .gnav-top{
        margin-top: -3px;
    }
    .nav-open .gnav-top .hamburger__line--1 {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 25px;
    }
    .nav-open .gnav-top .hamburger__line--2 {
        width: 0;
        left: 50%;
    }
    .nav-open .gnav-top .hamburger__line--3 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px;
    }

}
@media screen and (max-width: 640px){
    .header .inner h2 {
        top: 10px;
        left: 10px;
    }
    .gnav ul li{
        width: 52%;
    }
}
/* column */
.column{
    color: #ffffff;
    background-color: #009863;
    padding: 80px 0;
}
.column h4{
    font-size: 3.6rem;
    text-align: center;
    padding-bottom: 50px;
}
.column p{
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2em;
    font-size: 1.8rem;
}
.column .img{
    text-align: center;
    padding-bottom: 2em;
}
.column a{
    color: #ffffff;
    text-decoration: underline;
}
@media screen and (max-width: 768px){
    .column h4 {
        font-size: 2rem;
    }
    .column p{
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 640px){
    .column h4 {
        text-align: center;
        padding-bottom: 30px;
        line-height: 1.5;
    }
}
/* Footer */
.footer {
    background: url(../img/bg_footer.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    background-color: #009863;
    padding: 170px 0 100px;
    text-align: center;
}
.footer .link {
    max-width: 845px;
    margin: 0 auto;
    position: relative;
}
.footer a{
    color: #014428;
}
.footer ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style-type: none;
}
.footer .list1 {
    line-height: 0;
}
.footer .list1 img{
    height: 32px;
}
.footer .list2 {
    max-width: 625px;
    margin: 50px auto 20px;
    font-size: 1.4rem;
}
.footer .list2 li:after {
    margin: 0 5px;
    content: '/';
    color: #014428;
}
.footer .list2 li:last-of-type:after {
    content: '';
}
/* 情報 */
.footer .info{
    max-width: 880px;
    width: 84%;
    margin: 0 auto 240px;
    color: #ffffff;
    font-size: 1.8rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer .info h3{
    font-size: 4rem;
    -webkit-transform: scale(1, 0.95);
            transform: scale(1, 0.95);
    line-height: 1.4;
    padding-bottom: .6em;
}
.footer .info .term{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    
}
.footer .info .term p:first-of-type{
    border: 2px solid;
    border-radius: 30px;
    padding: 0 1em;   
    display: inline-table;
}
.footer .info .term p:last-of-type{
    font-size: 2.3rem;
    padding-left: .5em;
}
.footer .info .term span{
    font-size: 1.7rem;
    margin-top: -.5em;
    display: block;
}
@media screen and (max-width: 768px){
    .footer{
        background: url(../img/bg_footer_sp.jpg) no-repeat;
        background-size: 100% auto;
        background-position: center bottom;
        background-color: #009863;
        padding: 40px 0 30px;
    }
    .footer .list1 img {
        width: auto;
        height: 26px;
    }
    .footer .copyright img {
        width: 45%;
    }
    .footer .list1 {
        width: 74.6%;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .footer .list1 li {
        width: 50%;
        text-align: left;
        margin-bottom: 25px;
    }
    .footer .list1 li.home {
        width: 100%;
        text-align: center;
    }
    .footer .list2 {
        width: 85%;
        font-size: 1.2rem;
        margin: 0px auto 80px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer .copyright img {
        width: 67.73%;
        margin: 0 auto;
    }
    /* 情報 */
    .footer .info{
        display: block;
        font-size: 1.3rem;
        margin: 0 auto 60px;
    }
    .footer .info h3 {
        font-size: 2.2rem;
    }
    .footer .info .term{
        font-size: 1.2rem;
        margin-bottom: 30px;
    }
    .footer .info .term p:first-of-type {
        border: 1px solid;
    }
    .footer .info .term p:last-of-type{
        font-size: 1.4rem;
    }
    .footer .info .term span{
        font-size: 1.2rem;
    }
}

}