@charset "utf-8";

/* @media以外の所は全てのサイズで読み込まれる。*/

body {
    font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

header {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 5px;
    top: 0;
    left: 0;
    z-index: 110;
    box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, .3);
    text-align: right;
    /*margin-bottom: -40px;*/
    height: 45px;
}

header .logo {
    height: 35px;
    width: auto;
}

#navToggle {
    display: none;
    /*通常時は非表示にしておきます*/
    position: absolute;
    /*bodyに対しての絶対位置指定です*/
    right: 11px;
    top: 11px;
    width: 25px;
    height: 25px;
    cursor: pointer
}

#navToggle div {
    position: relative
}


/*spanの絶対位置指定の親にします*/

#navToggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    border-bottom: solid 3px #999;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

#navToggle span:nth-child(1) {
    top: 0
}

#navToggle span:nth-child(2) {
    top: 10px
}

#navToggle span:nth-child(3) {
    top: 20px
}


/*header footer*/


/*header menu*/

header {
    display: table;
    font-size: 0;
    /*ul,liが親のfont-sizeを継承して隙間が空くのをリセット*/
    line-height: 0
}

nav {
    display: table-cell
}

header h1 {
    position: absolute;
    top: 5px;
    left: 5px;
    margin-bottom: 20px;
}

nav {
    text-align: right;
    vertical-align: bottom
}

header ul {
    font-size: 13px;
    line-height: 1;
    margin: 0 10px 10px 0
}

header ul li {
    line-height: 25px;
    margin-left: 3px;
    display: inline-block
}

header ul li::after {
    content: ' |';
    color: #ccc;
}

header ul li:last-child::after {
    content: ''
}

header ul li a {
    color: #bbb;
}

header ul li a:hover {
    color: #ddd;
}

nav a {
    text-decoration: none;
}

h1 span {
    position: relative;
    top: -13px;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
}

.content {
    margin: 0 auto;
    padding: 0;
    padding-bottom: 3em;
    width: 100%;
    position: relative;
    background: #ff5;
    background: url(../images/marry-press_2.jpeg) fixed;
}

h2 {
    box-sizing: border-box;
    font-size: 40px;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-family: 'Dancing Script', cursive;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .8);
}

.rider {
    padding: 1em;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.con-title {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: auto 200px;
    background-position: left bottom;
}


/*top*/

#top {
    position: relative;
    width: 100%;
    background: url(../images/top-bg.png) -40px 0/auto 100% no-repeat;
    min-height: 500px;
}

#top::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#415e96+0,415e96+100&0.5+0,1+100 */
    background: -moz-linear-gradient(top, rgba(65, 94, 150, 0.5) 0%, rgba(65, 94, 150, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(65, 94, 150, 0.5) 0%, rgba(65, 94, 150, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(65, 94, 150, 0.5) 0%, rgba(65, 94, 150, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80415e96', endColorstr='#415e96', GradientType=0);
    /* IE6-9 */
    mix-blend-mode: multiply;
}

.top-inn {
    width: 100%;
    position: absolute;
    z-index: 100;
    bottom: 0;
    height: 400px;
}

#top h2 {
    padding-top: 30px;
    display: block;
    height: 140px;
    width: 320px;
    margin: auto;
    top: -80px;
    position: relative;
    z-index: 100;
}

#top h2 span {
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
}

#top h2 span.top-tittle1 {
    font-size: 24px;
    text-align: center;
    left: 50px;
    top: 45px;
    text-shadow: none;
}

.top-tittle2 {
    font-size: 110px;
    text-align: center;
    position: absolute;
}

.top-tittle3 {
    font-size: 16px;
    text-align: center;
    bottom: -15px;
    text-shadow: none;
}

.top-title02 {
    max-width: 90%;
    position: absolute;
    z-index: 100;
    right: 0;
    left: 0;
    margin: auto;
    top: 0px;
    opacity: 0.8;
}

#top img.top-title {
    position: absolute;
    width: 85%;
    height: auto;
    z-index: 100;
    right: 0;
    left: 0;
    margin: auto;
    box-shadow: 1px 1px 1px 1px #000;
}

#top .rider {
    position: absolute;
    bottom: 0;
}


/*lead*/

#lead {
    padding-bottom: 0;
}

#lead .con-title {
    display: block;
    margin-top: 1px;
    background-image: url(../images/lead01.png);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 150% auto;
    background-position: center top;
    overflow: hidden;
}

.lead01 {
    display: block;
    padding-top: 180px;
    padding-bottom: 50px;
    text-align: center;
    line-height: 2;
}


/*peculiar*/

.peculiar01 {
    box-sizing: border-box;
    max-width: 90%;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
    border: 8px solid #fff;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
}

.peculiar01 img {
    width: 100%;
    margin-bottom: -5px;
}

.peculiar02, .peculiar03 {
    color: #1b238c;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1.5;
    text-align: right;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}

.peculiar03 {
    text-align: left;
    top: auto;
    bottom: 10px;
    left: 10px;
}

ul.peculiar04 li {
    font-size: 14px;
    line-height: 1.3;
    max-width: 84%;
    margin: 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px dotted #555;
}

ul.peculiar04 li.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


/*included*/

img.included01 {
    width: 35%;
    height: auto;
    float: left;
    border: 5px solid #fff;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
    margin: 5px 10px 10px 10px;
}

.included02 {
    /*background-color:  rgba(0, 0, 0, 0.15);*/
    border-top: 1px dotted #fff;
    overflow: hidden;
    padding-bottom: 10px;
}

#included h3 {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 4px;
    color: #fff;
}

#included h4 {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 4px;
    margin-bottom: 5px;
}

#included .flbox p {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1.5;
}

#included p.yourself, #included p.uramen {
    color: #fff;
    display: inline-block;
    padding: 1px 5px;
    margin-top: 5px;
    background-color: rgba(65, 94, 150, .8);
    border-radius: 5px;
    font-size: 12px;
}

#included p.uramen {
    background-color: #00a35e;
    margin-top: 8px;
}

img.included03 {
    box-sizing: border-box;
    max-width: 95%;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
    margin: 5px 10px 10px 10px;
}

#included p.included04 {
    font-size: 14px;
    padding: 10px;
}

.included05 {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    background-color: #5F5CFF;
    width: 20px;
    height: 20px;
    color: #fff;
    margin-right: 5px;
}

#included p.included06 {
    font-size: 14px;
    position: relative;
    margin: 0px 10px 5px;
    padding-left: 30px;
}


/*lineup*/

#lineup {
    background-color: rgba(255, 255, 255, .8);
}

#lineup h3 {
    font-size: 22px;
    color: #fff;
}

#peculiar .con-title {
    background-image: url(../images/con-title01.png);
}

#included .con-title {
    background-image: url(../images/con-title02.png);
}

#lineup .con-title {
    background-image: url(../images/con-title03.png);
}

#qestions .con-title {
    background-image: url(../images/con-title04.png);
}

#contact .con-title {
    background-image: url(../images/con-title05.png);
}

.item {
    position: relative;
    margin-bottom: 2em;
    background-color: #fff;
}

.item-title {
    position: relative;
    background-color: rgba(0, 0, 0, .8);
    padding: 8px 5px;
}

.sub-name {
    font-family: 'La Belle Aurore', cursive;
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 7px;
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
}

.description {
    position: relative;
    top: -80px;
    margin-bottom: -70px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.photo {
    overflow: hidden;
}

.main-img {
    width: 105%;
}

.enlarge {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

.enlarge a {
    padding: 0;
    margin: 0;
    width: 32.5%;
    height: 32.5%;
}

.enlarge a img {
    width: 100%;
    height: 100%;
}

.product-page {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 5px 0;
    color: #000;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0f3fa+0,d8f0fc+50,b8e2f6+51,b6dffd+100;Shape+2+Style */
    background: rgb(224, 243, 250);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(224, 243, 250, 1) 0%, rgba(216, 240, 252, 1) 50%, rgba(184, 226, 246, 1) 51%, rgba(182, 223, 253, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(224, 243, 250, 1) 0%, rgba(216, 240, 252, 1) 50%, rgba(184, 226, 246, 1) 51%, rgba(182, 223, 253, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(224, 243, 250, 1) 0%, rgba(216, 240, 252, 1) 50%, rgba(184, 226, 246, 1) 51%, rgba(182, 223, 253, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd', GradientType=0);
    /* IE6-9 */
}

.more {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}


/*qestions*/

#question.content {
    height: auto;
}

section.qanda {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #555;
}

.question h3 {
    position: relative;
    padding: 15px 10px 15px 55px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1em;
    border-bottom: dotted 1px #999;
}

.question h3:after {
    position: absolute;
    width: 40px;
    height: 40px;
    content: "Q";
    text-align: center;
    padding-bottom: 0px;
    top: 10px;
    left: 0;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .8);
    color: #ccc;
    border-radius: 5px;
}

.answer p {
    line-height: 1.5;
}

#contact .flbox {
    padding-left: 10px;
}

a.toi {
    display: inline-block;
    margin: 1em 0;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px solid #999;
    border-radius: 10px;
    text-decoration: none;
    color: #444;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
}


/*footer*/

footer {
    box-sizing: border-box;
    text-align: center;
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 110;
}

ul.footernav {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-top: 1px solid #fff;
    /*border-bottom:  1px solid #fff;*/
    font-size: 0;
}

ul.footernav li {
    display: inline-block;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

ul.footernav li a {
    display: block;
    /*border-left: 2px solid rgba(255, 255, 255, 0.5);*/
    line-height: 30px;
    font-size: 14px;
    width: 100%;
    min-width: 90px;
    height: 30px;
    text-decoration: none;
    color: #000;
}


/*ul.footernav li:first-child a {
    border-left: none;
}*/

address {
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 10px;
    box-shadow: 3px -3px 10px 3px rgba(0, 0, 0, .2);
}

address a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

ul.footernav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
}

ul.footernav li {
    flex-grow: 1;
    flex-shrink: 1;
}

@media screen and (min-width:480px) {
    /*　画面サイズが480pxからはここを読み込む　スマホ*/
    #lead .con-title {
        background-size: 100% auto;
    }
    .lead01 {
        padding-top: 200px;
    }
    #included h4 {
        font-size: 18px;
        padding-left: 10px;
    }
    #included p {
        font-size: 14px;
    }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　タブレット　*/
    br.onoff {
        display: none;
    }
    h2 {
        font-size: 60px;
    }
    #top h2 span.top-tittle1 {
        font-size: 24px;
        left: 50px;
        top: 40px;
    }
    .top-tittle2 {
        font-size: 110px;
    }
    .top-tittle3 {
        font-size: 16px;
        bottom: -15px;
    }
    .con-title {
        background-size: auto 250px;
    }
    #top::after {
        width: 50%;
        left: 50%;
    }
    #top .con-title {
        width: 50%;
    }
    .top-inn {
        width: 50%;
        right: 0;
    }
    #lead .con-title {
        background-size: 100% auto;
        background-position: center bottom;
    }
    .lead01 {
        padding-top: 200px;
    }
    .peculiar01 {
        width: 45%;
    }
    .included02 {
        box-sizing: border-box;
        padding: 10px;
        width: 50%;
    }
    #included h3 {
        padding: 8px;
        width: 100%;
    }
    .flbox {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-lineup: flex-start;
        align-content: flex-start;
    }
    .item {
        width: 49%;
    }
    .description {
        padding-bottom: 30px;
    }
    .answer {
        padding-left: 55px;
    }
}

@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　パソコン　*/
    br.onoff {
        display: none;
    }
    h2 {
        font-size: 60px;
    }
    .con-title {
        background-size: 100% auto;
        height: 230px;
    }
    #top {
        background: url(../images/top-bg.png) 0px center/110% no-repeat;
    }
    #top::after {
        box-sizing: border-box;
        width: 520px;
        left: 50%;
    }
    #top .con-title {
        width: 550px;
    }
    .top-inn {
        box-sizing: border-box;
        width: 550px;
        height: 380px;
        left: 50%;
    }
    #top .rider {
        box-sizing: border-box;
        width: 520px;
    }
    #top h2 span.top-tittle1 {
        font-size: 35px;
        left: 90px;
        top: 40px;
    }
    .top-tittle2 {
        font-size: 130px;
    }
    .top-tittle3 {
        font-size: 20px;
        bottom: -40px;
    }
    .content {
        padding-bottom: 30px;
    }
    #lead .con-title {
        background-size: 100% auto;
        background-position: center bottom 30%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .lead01 {
        padding-top: 250px;
        padding-bottom: 80px;
        font-size: 18px;
    }
    .peculiar01 {
        width: 45%;
    }
    #peculiar .flbox, #included .flbox {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-lineup: flex-start;
        align-content: flex-start;
    }
    /*#lead.content {
        background: url(../images/con-bg01.png) fixed left bottom/30% no-repeat, url(../images/marry-press_2.jpeg) fixed;
    }*/
    img.included01 {
        width: 100px;
    }
    .included02 {
        box-sizing: border-box;
        padding: 10px;
        width: 33.3%;
    }
    #included h3 {
        box-sizing: border-box;
        padding: 8px;
        width: 100%;
    }
    #included p {
        font-size: 14px;
    }
    #peculiar.content {
        background: url(../images/con-bg01.png) fixed left bottom/30% no-repeat, url(../images/marry-press_2.jpeg) fixed;
    }
    #included.content {
        background: url(../images/con-bg02.png) fixed right bottom/30% no-repeat, url(../images/marry-press_2.jpeg) fixed;
    }
    #lineup.content {
        background: url(../images/con-bg03.png) fixed left bottom/30% no-repeat, url(../images/marry-press_2.jpeg) fixed;
    }
    #qestions.content {
        background: url(../images/con-bg04.png) fixed right bottom/30% no-repeat, url(../images/marry-press_2.jpeg) fixed;
    }
    #contact.content {
        background: url(../images/con-bg05.png) fixed left bottom/30% no-repeat, url(../images/marry-press_2.jpeg) fixed;
    }
    .flbox {
        max-width: 1024px;
        margin: 0 auto;
    }
    .item {
        height: 530px;
        overflow: hidden;
        box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
    }
    .item-title {
        background-color: rgba(0, 0, 0, .8);
        padding: 13px 10px;
        border-top: 1px solid #fff;
    }
    h2 {
        width: 1024px;
        margin: auto;
    }
    .rider {
        width: 1000px;
        margin: auto;
    }
    .peculiar01 {
        max-width: 1024px;
    }
    ul.peculiar04 li {
        max-width: 950px;
    }
    #lineup h3 {
        font-size: 25px;
    }
    .sub-name {
        right: 10px;
        bottom: 15px;
        font-size: 18px;
    }
    .photo {
        position: relative;
    }
    .main-img {
        height: 600px;
        width: auto;
    }
    .description {
        position: absolute;
        top: 0;
        right: 0;
        padding-left: 100px;
        padding-top: 80px;
        font-size: 18px;
        line-height: 2;
        width: 550px;
        height: 500px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+15 */
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */
    }
    .enlarge {
        position: absolute;
        margin-right: 40px;
        width: 480px;
        bottom: 10px;
        right: 10px;
    }
    .enlarge img {
        width: 140px;
        height: 140px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
    }
    a.product-page {
        position: absolute;
        width: 300px;
        bottom: 200px;
        right: 130px;
    }
    .answer {
        padding-left: 55px;
        padding-bottom: 1em;
    }
    section.qanda {
        box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
        margin-top: 2em;
        border-bottom: none;
    }
}

@media screen and (max-width: 640px) {
    /*header menu*/
    /*nav要素は絶対位置指定にして、ビューの外側に置いて見えなくします。
　　nav の中の ul li は横並びを解除して縦組みにレイアウトし直します。*/
    header nav {
        position: absolute;
        /*bodyに対しての絶対位置*/
        right: 0;
        top: -500px;
        /*通常時はビュー外*/
        background: rgba(0, 0, 0, .8);
        width: 150px;
        padding: 0 10px;
        -webkit-transition: .5s ease-in-out;
        /*transitionで動きを*/
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        text-align: left
    }
    header ul {
        margin: 0
    }
    header ul li {
        display: block;
        margin: 0;
        border-bottom: dotted 1px #fff;
        line-height: 3
    }
    header ul li a {
        display: block
    }
    header ul li::after {
        content: ''
    }
    header ul li:last-child {
        border-bottom: none
    }
    /* Toggle(Button) */
    /*display:noneだったボタンを display:blockにして表示します*/
    #navToggle {
        display: block
    }
    /* Click Toggle(Button) */
    /*ここから jQueryで header要素に付けた「.openNav」を利用します*/
    /*.openNavが付いた要素内のボタン（#navToggle）内のspanへの指定*/
    /*最初のspanをマイナス45度に*/
    .openNav #navToggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    /*2番目と3番目のspanを45度に*/
    .openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    /*header menu*/
    /*.openNavが付いた要素の中のnavを 縦方向に351px移動（=表示される）*/
    .openNav nav {
        -moz-transform: translateY(545px);
        -webkit-transform: translateY(545px);
        transform: translateY(545px)
    }
}
