@charset "utf-8";

/* ----------------------------------------------------------------
Utility
----------------------------------------------------------------- */

/**
 * Reset
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,textarea,p,a,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }
address,caption,code,em,th { font-style: normal; font-weight: normal; }
li,dt,dd { list-style: none; }
a:focus { outline: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content: '' }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input,textarea,select { font-family: inherit; font-size: inherit; font-weight: inherit; }
span,i,em { font-style: inherit; }

/**
 * Clearfix
 */

.clear { width:100%; }
.clear:after {
content: ""; 
display: block; 
clear: both;
}

/**
 * Lib
 */

.mgb0 { margin-bottom: 0!important; }
.mgb5 { margin-bottom: 5px!important; }
.mgb10 { margin-bottom: 10px!important; }
.mgb15 { margin-bottom: 15px!important; }
.mgb20 { margin-bottom: 20px!important; }
.mgb25 { margin-bottom: 25px!important; }
.mgb30 { margin-bottom: 30px!important; }
.mgb35 { margin-bottom: 35px!important; }
.mgb40 { margin-bottom: 40px!important; }
.mgb45 { margin-bottom: 45px!important; }
.mgb50 { margin-bottom: 50px!important; }
.mgb60 { margin-bottom: 60px!important; }
.mgb70 { margin-bottom: 70px!important; }
.mgb80 { margin-bottom: 80px!important; }
.mgb90 { margin-bottom: 90px!important; }
.mgb100 { margin-bottom: 100px!important; }
.mgb150 { margin-bottom: 150px!important; }

.mgt60 { margin-top: 60px!important; }

.tac { text-align: center!important; }
.tal { text-align: left!important; }
.tar { text-align: right!important; }
.fll { float: left!important; }
.flr { float: right!important; }

.fs10 { font-size: 10px!important; }
.fs11 { font-size: 11px!important; }
.fs12 { font-size: 12px!important; }
.fs13 { font-size: 13px!important; }

/* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

body {
-webkit-text-size-adjust: 100%;
text-align: center;
color: #444;
background: #fff;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 14px;
line-height: 30px;
margin: 0 auto;
}

#main a { text-decoration: none }
#main a:hover { text-decoration: none }

#main a:link, #main a:visited, #main a:active, #main a:hover {
color: #CF665E;
text-decoration: underline;
}

#main a:active, #main a:hover {
color: #CF665E;
}

/* ----------------------------------------------------------------
Menu
----------------------------------------------------------------- */

#menu {
display: none;
}

#menu h1 {
margin: 0 0 60px 0;
padding: 0;
}

#menu #navi li {
margin: 0 0 8px 0;
padding: 0;
}

#menu #navi li a:hover img {
opacity: 0.6;
}

#navi_sp {
display: block;
}

#navi_sp li#facebook {
background: url("../image/icon_facebook.png") 15px 50% no-repeat;
background-size: 20px;
}

#navi_sp li#facebook .drawer-menu-item {
padding: 0 0 0 30px;
}

#navi_sp li#blog {
background: url("../image/icon_blog.png") 15px 50% no-repeat;
background-size: 20px;
padding: 0 0 0 30px;
}

#navi_sp li#blog .drawer-menu-item {
padding: 0 0 0 30px;
}

#navi_sp li#twitter {
background: url("../image/icon_twitter.png") 15px 50% no-repeat;
background-size: 20px;
padding: 0 0 0 30px;
}

#navi_sp li#twitter .drawer-menu-item {
padding: 0 0 0 30px;
}

#navi_sp li#x {
background: url("../image/icon_x.png") 15px 50% no-repeat;
background-size: 20px;
padding: 0 0 0 30px;
}

#navi_sp li#x .drawer-menu-item {
padding: 0 0 0 30px;
}

#navi_sp li#insta {
background: url("../image/icon_insta.png") 15px 50% no-repeat;
background-size: 20px;
padding: 0 0 0 30px;
}

#navi_sp li#insta .drawer-menu-item {
padding: 0 0 0 30px;
}

/* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

#main {
position: relative;
width: 500px;
min-height: 100%;
text-align: left;
margin: 0 auto;
padding: 0;
}

#main img {
max-width: 500px;
}

.block {
clear: block;
width: 460px;
margin: 0 20px;
padding: 10px 0 50px 0;
}

#main h2 {
text-align: center;
margin: 30px 0 20px 0;
padding: 0;
}

#main h3 {
text-align: center;
font-weight: normal;
font-size: 28px;
letter-spacing: 3px;
margin: 0 0 10px 0;
padding: 0;
}

#main h4 {
text-align: center;
color: #777;
font-weight: normal;
font-size: 12px;
margin: 0 0 40px 0;
padding: 0;
}

#main h5 {
font-weight: bold;
font-size: 14px;
line-height: 30px;
letter-spacing: 2px;
border-bottom: 1px solid #ddd;
margin: 0 0 10px 0;
padding: 0;
}

#main p {
font-size: 14px;
line-height: 30px;
margin: 0 0 30px 0;
padding: 0;
}

/* ----------------------------------------------------------------
Home
----------------------------------------------------------------- */

#home #main {
text-align: center;
}

#home #main h1 {
margin: 30px auto 20px auto;
padding: 0;
}

/* ----------------------------------------------------------------
Work
----------------------------------------------------------------- */

#work #main h3 {
text-align: left;
font-weight: bold;
font-size: 14px;
line-height: 30px;
letter-spacing: 2px;
border-bottom: 1px solid #ddd;
margin: 0 0 10px 0;
padding: 0;
}

#work #main p {
font-size: 14px;
line-height: 30px;
margin: 0 0 50px 0;
padding: 0;
}

/* ----------------------------------------------------------------
Contact
----------------------------------------------------------------- */

#contact #main p {
margin: 0 0 30px 0;
}

#contact .caution {
color: #efc20d;
}

#contact dl {
clear: both;
width: 460px;
text-align: left;
margin: 0 auto 30px auto;
}

#contact dt {
clear: both;
font-weight: bold;
letter-spacing: 1px;
margin: 0 0 5px 0;
}

#contact dd {
clear: both;
width: 460px;
margin: 0 0 20px 0;
}

#contact.confirm dd {
background: #efefef;
outline: 0;
min-height: 28px;
padding: 8px;
}

#contact input {
width: 440px;
background: #efefef;
border: 1px solid #ccc;
margin: 0;
padding: 8px;
}

#contact textarea {
width: 440px;
height: 300px;
background: #efefef;
border: 1px solid #ccc;
margin: 0;
padding: 8px;
}

#contact input:focus,
#contact textarea:focus {
background: #fff;
border: 1px solid #ccc;
outline: 0;
}

#contact table {
margin: 0 auto 30px auto;
}

#contact th {
text-align: left;
vertical-align: top;
width: 180px;
padding: 8px;
}

#contact td {
text-align: left;
padding: 8px;
}

#contact input.back {
clear: both;
width: 300px;
font-size: 18px;
font-weight: normal;
vertical-align: middle;
background: #f0f0f0;
border: none;
margin: 0;
padding: 8px;
}

#contact input#confirm {
font-weight: bold;
letter-spacing: 2px;
cursor: pointer;
width: 200px;
height: 50px;
border: none;
background: #efc20d;
margin: 0 0 50px 0;
}

#contact input#send {
font-weight: bold;
letter-spacing: 2px;
cursor: pointer;
width: 200px;
height: 50px;
border: none;
background: #efc20d;
margin: 0 0 10px 0;
}

#contact input#back {
font-weight: bold;
letter-spacing: 2px;
cursor: pointer;
width: 200px;
height: 50px;
border: none;
background: #eee;
margin: 0 0 50px 0;
}

audio {
width: 100%;
margin: 0 0 40px 0;
}

