	/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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;
    font-style:normal;
    font-weight:normal
}

html { 
    scroll-behavior: smooth;
}


h1,h2,h3,h4,p,li,a {
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","heisei-maru-gothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
img {
	width: 100%;
    height: auto;
	vertical-align:top;
}

body {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

a {
    transition: .2s;
    text-decoration: none;
}
a:hover {
    opacity: .7;
    transition: .2s;
}



/* ----- wrap ----- */

.logo {
    max-width: 85%;
    margin: 0 auto 5%;
}

.btn img {
    max-width: 77%;
    margin: 15px auto;
}

.btn {
    background-color: #e4e177;
}

  
#movie {
    background-color: #e4e177;
    padding-top: 30px;
}
#instagram-media {
    margin: 0 auto;
}









@media screen and (max-width:520px){

}

@media screen and (max-width:430px) {

}

@media screen and (max-width:375px) {

}
