@charset "UTF-8";
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.clear {
  clear: both !important; }

.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

@media (max-width: 767px) {
  .smart_left {
    text-align: left !important; } }

@media (max-width: 767px) {
  .smart_right {
    text-align: right !important; } }

.white {
  color: #fff !important; }

.black {
  color: #000 !important; }

.gray {
  color: #666 !important; }

.gray_ddd {
  color: #ddd !important; }

.red {
  color: red !important; }

.f10 {
  font-size: 10px !important; }

.f12 {
  font-size: 12px !important; }

.f14 {
  font-size: 14px !important; }

.f16 {
  font-size: 16px !important; }

.f18 {
  font-size: 18px !important; }

.f20 {
  font-size: 20px !important; }

.bold {
  font-weight: bold !important; }

.normal {
  font-weight: normal !important; }

.w100 {
  width: 100% !important; }

.txt {
  white-space: nowrap !important;
  text-overflow: ellipsis !important; }

.block {
  display: block !important; }

.i-b {
  display: inline-block !important; }

.inline {
  display: inline !important; }

.none {
  display: none !important; }

.break {
  word-wrap: break-word !important; }

.b_top {
  border-top: 1px solid #eee; }

.b_btm {
  border-bottom: 1px solid #eee; }

.border0 {
  border: 0 !important; }

.radius0 {
  border-radius: 0 !important; }

/*マージン*/
.margin5 {
  margin: 5px !important; }

.margin0_5 {
  margin: 0 5px !important; }

.margin5_0 {
  margin: 5px 0 !important; }

.margin10 {
  margin: 10px !important; }

.margin0_10 {
  margin: 0 10px !important; }

.margin10_0 {
  margin: 10px 0 !important; }

.margin0 {
  margin: 0 !important; }

.margin15 {
  margin: 15px !important; }

.margin0_15 {
  margin: 0 15px !important; }

.margin15_0 {
  margin: 15px 0 !important; }

.margin20_0 {
  margin: 20px 0 !important; }

.margin0_auto {
  margin: 0 auto !important; }

/*パディング*/
.padding30 {
  padding: 30px !important; }

.padding20 {
  padding: 20px !important; }

.padding20_0 {
  padding: 20px 0 !important; }

.padding15 {
  padding: 15px !important; }

.padding10 {
  padding: 10px !important; }

.padding5 {
  padding: 5px !important; }

.padding0 {
  padding: 0 !important; }

.padding0_10 {
  padding: 0 10px !important; }

.padding10_0 {
  padding: 10px 0 !important; }

.padding0_5 {
  padding: 0 5px !important; }

.padding5_0 {
  padding: 5px 0 !important; }

.padding0_8 {
  padding: 0 8px !important; }

.padding0_15 {
  padding: 0 15px !important; }

/*float フロート*/
.f_right {
  float: right !important; }

.f_left {
  float: left !important; }

.f_none {
  float: none !important; }

/*ガター無し*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.trans, .head_img span, .head_img h1 {
  transition: all 800ms cubic-bezier(0.25, 0.25, 0.36, 0.82); }

.beforeA, .head_img span, .head_img h1 {
  opacity: 0;
  transform: translateY(30px); }

.appear {
  opacity: 1 !important;
  transform: translateY(0px) !important; }

img {
  width: 100%;
  height: auto; }

header {
  height: 100vh;
  position: relative; }
  header .inner {
    display: table;
    table-layout: fixed;
    height: 100vh;
    width: 80%;
    margin: 0 auto; }
  header .cart_btn {
    display: block;
    width: 30px;
    height: 0;
    padding-top: 30px;
    line-height: 30px;
    overflow: hidden;
    background-image: url(../image/svg/icon_cart.svg);
    background-repeat: no-repea;
    background-position: center;
    background-size: contain;
    margin: 8px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1; }

.head_img {
  display: table-cell;
  vertical-align: middle;
  height: auto; }
  .head_img span {
    display: block;
    width: 80%;
    max-width: 210px;
    height: 360px;
    margin: 0 auto 40px;
    background-image: url(../image/svg/head_img.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; }
  .head_img h1 {
    width: 100%;
    max-width: 550px;
    height: 0;
    padding-top: 130px;
    line-height: 130px;
    overflow: hidden;
    margin: 0 auto;
    background-image: url(../image/svg/shinozaki_hiloshi.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain; }

#instafeed.masonry {
  margin: 0 auto 60px; }
  #instafeed.masonry .item {
    width: 25%; }
    #instafeed.masonry .item a {
      display: block;
      margin: 0 5px 10px; }
      #instafeed.masonry .item a img {
        width: 100%;
        height: auto; }
  @media (max-width: 767px) {
    #instafeed.masonry {
      margin: 0 5px 60px; }
      #instafeed.masonry .item {
        width: 50%; } }

footer address {
  line-height: 35px;
  font-size: 12px; }
