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

@font-face {
  font-family: 'BRLNSR';
  src: url('../font/BRLNSR.TTF') format('truetype');
}

@font-face {
  font-family: 'BRLNSB';
  src: url('../font/BRLNSB.TTF') format('truetype');
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  list-style-type: none;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
}

p{
  line-height: 1.8em;
}

textarea { font-size: 100%; }

img { vertical-align: bottom; }

hr { display: none; }

html{
  min-height: 620px;
  height: 100%;
  overflow-y: scroll;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

body{
  height: 100%;
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

a   { text-decoration: none; color: #000; }

.pc_view{
  display: none !important;
}

h1,h2{
  font-family: 'BRLNSB';
  color: #fff;
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  text-shadow: 
  black 2px 0px,  black -2px 0px,
  black 0px -2px, black 0px 2px,
  black 2px 2px , black -2px 2px,
  black 2px -2px, black -2px -2px,
  black 1px 2px,  black -1px 2px,
  black 1px -2px, black -1px -2px,
  black 2px 1px,  black -2px 1px,
  black 2px -1px, black -2px -1px;
}

header nav{
height: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -25%;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

header nav li{
font-family: 'BRLNSB';
    font-size: 5vw;
    letter-spacing: 0.4em;
    margin-bottom: 5%;
}

header nav li a{
  color: #000;
}

header nav li a:hover{
  color: #F3EC46 !important;
}

section.mainvisual {
border: 10px solid #fbec4b;
position: relative;
-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

section.mainvisual .inner{
height: 100%;
    left: 50%;
    margin-left: -45%;
    margin-top: -25%;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 90%;
}

section.mainvisual .inner img{
width: 30%;
    height: auto;
    margin-bottom: 7.5%;
}

section.mainvisual .inner h1{
font-size: 5.5vw;
    letter-spacing: 0.4em;
    line-height: 1.6em;
}

.snsbutton{
      position: fixed;
    bottom: 5%;
    right: 30px;
    width: 30px;
    z-index: 100;
}

.snsbutton li{
  margin-top: 20px;
}

.snsbutton li img{
  width: 100%;
  height: auto;
}

article.contents{
  overflow: hidden;
  background-color:#fbec4b;
padding-top: 10%;
}

footer{
background-color: #fbec4b;
    text-align: center;
    padding: 5%;
}

footer p{
  font-size: 10px;
}

#about,#information{
padding: 10% 5%;
    overflow: hidden;
}

#product{
padding: 10% 5% 10%;
    overflow: hidden;
}

#about .inner,
#product .inner{
  margin: 0 auto;
  width: 90%;
  max-width: 980px;
}

#information .inner{
  margin: 0 auto;
  width: 90%;
}

h2{
    font-size: 6.5vw;
  letter-spacing: 0.4em;
}

#about .inner h2,
#product .inner h2{
  text-align: center;
    margin-bottom: 7.5%;
}

#information .inner h2{
    margin-bottom: 7.5%;s
}

#about .inner h3{
text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5%;
}

#about .inner h3 br{
  display: none;
}

#about .inner p{
  text-align: left;
margin-bottom: 7.5%;
}

#about .inner p br{
  display: none;
}

#about .inner ul{
  text-align: center;
  font-size: 0;
}

#about .inner li{
width: 45%;
margin: 0 2.5%;
display: inline-block;
}

#about .inner li img{
  width: 100%;
  height: auto;
}

.media-list-item{
  width: 20%;
}

#product .inner li img{
  width: 100%;
  height: auto;
}

#information .inner .left{
text-align: center;
    margin-bottom: 7.5%;
}

#information .inner .left h3{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

#information .inner .right{
}

#information .inner .right img{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#information .inner .right p{
text-align: right;
}

#information .inner .right p a{
  text-decoration: underline;
}

#product .inner p{
  color: red;
  font-size: 12px;
}

.media-grid .media-list-item.no-border .thumbnail {
    pointer-events: none !important;
}

.scroll{
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.scroll a{
position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 0 0 40px;
    letter-spacing: 0.4em;
}

.scroll a:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: auto;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  animation: move 2s infinite;
}

/*矢印をアニメーションする*/
@keyframes move{
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}

.drawer-right .drawer-hamburger {
    top: 0.5% !important;
}























}




















