@charset "UTF-8";
/* ==========================================================================
   animation
   @media以下にcss animationの@keyframesを指定するとIEでアニメーションが動作しないので注意。
   ========================================================================== */
@keyframes animationA {
  0% { }
  100% { } }

/* ==========================================================================
   Foundation
   ========================================================================== */
body {
  color: #4a4a4a;
  font-family: 'Rubik', sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7eee4;
  font-size: 14px;
  font-weight: 300; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

ol,
ul {
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
  border-style: none; }

a {
  color: #4a4a4a;
  text-decoration: none;
  outline: none;
  -webkit-touch-callout: none; }

@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none; } }

a:focus,
*:focus {
  outline: none; }

body {
  margin: 0; }

br.SPbr {
  display: none; }
  @media screen and (max-width: 768px) {
    br.SPbr {
      display: inline; } }

br.PCbr {
  display: inline; }
  @media screen and (max-width: 768px) {
    br.PCbr {
      display: none; } }

.SPview {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .SPview {
      display: block !important; } }

.PCview {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .PCview {
      display: none !important; } }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  font-weight: bold;
  font-family: 'Rubik', sans-serif;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

/* iOSでのデフォルトスタイルをリセット */
input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input::-webkit-search-decoration,
  textarea::-webkit-search-decoration {
    display: none; }
  input:focus,
  textarea:focus {
    outline-offset: -2px; }

.l-container {
  width: 100%;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #f7eee4;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: .25s opacity, .25s visibility; }
  .loading.is-show {
    opacity: 1;
    visibility: visible; }
  .loading img {
    width: 200px;
    height: auto; }

.l-contents {
  padding: 20px; }

.no-js-text {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #a02e00;
  font-weight: 500; }

/* ==========================================================================
   Layout
   ========================================================================== */
.l-footer {
  padding: 20px; }
  .l-footer .copyright-wrap {
    font-size: 10px;
    text-align: center; }

.l-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 20px; }
  .l-header .logo {
    width: 200px;
    height: auto; }

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.link-btn {
  margin: 0 0 20px; }
  .link-btn:last-child {
    margin: 0; }
  .link-btn.whatsapp a::before {
    background: url(/img/whatsapp.png) no-repeat;
    background-size: cover; }
  .link-btn.instagram a::before {
    background: url(/img/instagram.png) no-repeat;
    background-size: cover; }
  .link-btn a {
    display: block;
    padding: 20px 20px 20px 80px;
    background-color: #fff;
    color: #813535;
    border-radius: 4px;
    box-shadow: 0 3px 0 #e6cfcf;
    position: relative; }
    .link-btn a::before {
      content: '';
      width: 40px;
      height: 40px;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }

/* Project
   ----------------------------------------------------------------- */
/* ==========================================================================
   print
   ========================================================================== */
osition: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }

/* Project
   ----------------------------------------------------------------- */
/* ==========================================================================
   print
   ========================================================================== */
