@charset "UTF-8";
/*
Theme Name: izumi-original
Theme URI: https://ms.its-create.com/wp-sample01/
Description: izumiのオリジナルテーマ
Author: izumi taguchi 
Author URI: http://its-create.com/
Version: 1.0.0

Style List *
 *  1.Common
 *  2.Home
 *  3.Other
 *  4.Responsive
 *  5.Iinview animate css
 *  6.nav for sp
*/
/* 1.Common */
/* エディターの見た目を整える */
html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background-color: #a78a6d;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

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;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: text-top;
  background: transparent;
  color: #0F5499;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: rgba(98, 199, 219, 0.22);
  color: #000;
  font-style: normal;
  font-weight: normal;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

p {
  color: #000;
  text-align: left;
  white-space: normal;
  word-wrap: normal;
  line-height: 1.75;
}

p b {
  background-color: rgba(0, 183, 238, 0.2);
  font-weight: 400;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

a {
  opacity: 1;
  vertical-align: bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
}

a:hover, a:active {
  opacity: 0.6;
  text-decoration: none;
}

.wp-caption {
  max-width: 100% !important;
}

.cf:before {
  content: "";
  display: table;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

em {
  color: #000;
}

sub {
  bottom: 0;
  font-size: 0.65rem;
}

.wrap {
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.full {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.pc {
  display: none;
}

.sp {
  display: initial;
}

/*  2.Home */
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header.bg {
  background-color: #774623;
  background-repeat: repeat;
  background-position: left top;
}

.site-header {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #774623;
}

.site-header .logo {
  height: 60px;
  width: auto;
  display: inline-block;
  margin-top: -0.25rem;
}

.gnav {
  display: inline-block;
}

.gnav li {
  display: inline-block;
  margin: 0 1.5vw;
}

.gnav #menu-item-141 {
  margin: 0 0.5vw 0 2.2vw;
}

.gnav #menu-item-142 {
  margin: 0 0.5vw;
}

.gnav a {
  color: #fff;
  /* text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7); */
  display: inline-block;
  /*  width:6.5rem; */
  text-align: center;
  font-weight: 600;
  font-size: 1.5vw;
  /* padding-bottom: calc(0.5rem + 5px); */
  /*ここ追加-hoverアクション*/
  position: relative;
}

.gnav i {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.25rem;
}

.gnav a:before {
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  border-bottom: 5px solid #f78da7;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.gnav a:hover:before {
  width: 100%;
}

.search-box {
  position: relative;
  width: 236px;
}

.btn-search {
  width: 24px;
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
}

.search-field {
  width: 236px;
  max-width: 100%;
  padding: 0.75rem;
  margin-top: 0.25rem;
  -webkit-appearance: none;
  border: none;
  /* background-color: #efefef; */
  background-color: #f78da7;
  font-size: 1rem;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: inherit !important;
}

.mainvisual {
  position: relative;
  width: 100%;
  max-height: 100vh;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  /* text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7); */
  margin-bottom: 4.5rem;
  /* margin-top: calc(55px + 4rem); */
  /*ここ追加*/
  overflow: hidden;
  /* @media screen and (max-width: 1000px) {
    .mainvisual{
      margin-top: calc(35px + 4rem);/
    }
  }   */
}

.mainvisual:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.11);
  z-index: 9;
}

.mainvisual .metaslider {
  max-width: 100% !important;
}

.mainvisual .metaslider .slides img,
.mainvisual .flexslider .slides img {
  width: 100%;
  max-width: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mainvisual .flexslider .slides img {
  height: auto;
}

.mainvisual .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  width: 75%;
}

.mainvisual h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}

.mainvisual .copy__frontpage {
  font-family: 'Noto Serif Display', serif;
  font-weight: 600;
}

.mainvisual p {
  color: #fff;
  text-align: center;
  font-size: 1.5vw;
}

section {
  padding: 0 1.5rem 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section h2 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.5rem;
}

.col2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f3ede6;
  padding: 2rem 0 0 0;
}

.col3-wrap div {
  /* display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; */
  margin-bottom: 1.5rem;
}

.latest-article {
  width: 50%;
}

.news {
  width: 50%;
}

.news ul {
  border-style: solid;
  border-width: 32px 27px 27px;
  -o-border-image: url(img/bg-news.png) 32 27 27 repeat;
  border-image: url(img/bg-news.png) 32 27 27 fill repeat;
  list-style: none;
  padding: 1rem;
  max-height: 295px;
  overflow-y: scroll;
}

.news li {
  margin-bottom: 1rem;
}

.news .date {
  display: block;
  font-size: 0.9375rem;
  color: #666666;
  margin-bottom: 0.25rem;
}

.news a {
  color: #000;
  border-bottom: 1px solid #000;
}

.latest-article article,
.recommended article {
  position: relative;
}

.latest-article article h3,
.recommended article h3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
}

.latest-article article .category,
.recommended article .category {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99999;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url(img/bg-category.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 80%;
  color: #fff;
  padding: 0.75rem 1rem 1.25rem;
  min-height: 3rem;
  min-width: 130px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.latest-article article:before,
.recommended article:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  /* background: url(img/filter.png) left top; */
  z-index: 9999;
}

.recommended {
  clear: both;
  padding-top: 2rem;
}

.recommended .article-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recommended a {
  display: inline-block;
  width: 24%;
  margin-bottom: 1rem;
}

.recommended article h3 {
  font-size: 1.5vw;
}

.sidebar {
  padding: 0 1.5rem;
  margin: 4rem 0;
  overflow: hidden;
}

.category-list {
  list-style: none;
  width: 65%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.category-list li {
  display: inline-block;
}

.category-list a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.75rem 4.5rem;
  margin: 0 0.75rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15rem;
  text-align: center;
}

.side-right-wrap {
  width: 35%;
  float: right;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.side-right-wrap #archives-dropdown-2 {
  width: 236px;
  max-width: 100%;
  padding: 0.5rem;
  -webkit-appearance: none;
  border: 1px solid #efefef;
  background-color: #fff;
  font-size: 1rem;
  border-radius: 0;
  margin-bottom: 1.5rem;
}

.side-right-wrap #searchform {
  width: 236px;
  max-width: 100%;
  padding: 0.75rem;
  -webkit-appearance: none;
  border: none;
  background-color: #efefef;
  font-size: 1rem;
  border-radius: 0;
  margin-bottom: 1.5rem;
  margin-top: 0.25rem;
}

.site-footer {
  clear: both;
  background-color: #774623;
  position: relative;
  padding: 1.5rem;
}

.site-footer a, .site-footer small {
  color: #fff;
}

.site-footer small {
  font-size: 0.875rem;
  display: block;
  text-align: center;
  font-weight: 100;
}

.site-footer li {
  display: inline-block;
  margin-right: 1.5rem;
}

.site-footer .logo {
  /*  height: 60px;
     width: auto; */
  position: absolute;
  top: 0;
  right: 1.5rem;
  width: 30vw;
  max-width: 200px;
  display: inline-block;
  /* margin: 1.5rem; */
  margin-top: 1.5rem;
  z-index: 10;
}

.site-footer .logo img {
  vertical-align: bottom;
  /* max-width: 10vw;
       max-height: 100%; */
  height: auto;
}

.site-footer .footer-wrap {
  margin-bottom: 20px;
}

.site-footer .fnav {
  width: 45%;
}

.site-footer .pagetop {
  width: 4rem;
  position: absolute;
  top: -2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 1;
}

/*  3.Other */
.post p {
  margin-bottom: 1.25rem;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.form p {
  margin-bottom: 1.25rem;
}

.form form p {
  margin-bottom: 0;
}

.wpcf7-form-control {
  margin-bottom: 1.5rem;
  border: 1px solid #d5bb8c;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7-form-control.wpcf7-submit {
  border: 1px solid #dcdcdc;
  background-color: #774623;
  padding: 0.75rem 5rem;
  font-size: 1.25rem;
  color: #fff;
  width: auto;
  cursor: pointer;
  display: table;
  margin: 0 auto;
}

main .post .wpcf7-form p {
  margin-bottom: 0;
  font-size: 1rem;
}

/* エディターで付与されるクラスに対する追加 */
main .post p {
  margin-bottom: 1.25rem;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

main .post {
  width: 80%;
  max-width: 1200px;
  padding: 2rem;
  background-color: #f3ede6;
  margin: 0 auto;
}

main .post ol,
main .post ul {
  margin: 0 0 1.25rem 2rem;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  list-style-position: outside;
}

main .post li {
  margin-bottom: 0.5rem;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

/* ページネーション */
.next-posts-link {
  width: 50%;
  float: right;
  text-align: right;
}

.prev-posts-link {
  width: 50%;
  float: left;
  text-align: left;
}

.next-posts-link a,
.prev-posts-link a {
  border: 1px solid #333;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  color: #000;
  width: auto;
  margin: 3rem 0 3rem 0;
}

main .post h2 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

/*////ここ変更////*/
main .post h2 {
  font-size: 1.5rem;
  margin-bottom: 5rem;
  text-align: center;
  border-bottom: 3px solid #f78da7;
  border-top: 3px solid #f78da7;
  padding: 0.5rem;
}

/*welcart*/
.item {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.price {
  font-size: 1.0rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

/* 店長ブログ */
.blog-title {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

.blog-date {
  color: #774623;
  text-align: center;
}

/*pagetop*/
.site-footer .pagetop {
  display: block;
  right: 0;
  top: inherit;
  bottom: 160px;
  width: 50px;
  height: 50px;
  background-color: #f78da7;
  opacity: 0.8;
  position: fixed;
  z-index: 50;
}

.site-footer .pagetop > a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
}

.site-footer .pagetop:after {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.site-footer .pagetop:hover:after {
  top: 40%;
}

/*  4.Responsive */
@media screen and (max-width: 1000px) {
  .mainvisual h1 {
    font-size: 2.5rem;
  }
  .mainvisual p {
    font-size: 1rem;
  }
  .recommended a {
    width: 48%;
    margin: 1%;
  }
  .recommended article h3 {
    font-size: 1rem;
  }
  .mainvisual {
    background-attachment: scroll;
    height: 100vh;
  }
  .mainvisual .metaslider .slides img,
  .mainvisual .flexslider .slides img {
    width: auto;
    max-width: none;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  .gnav li {
    margin-bottom: 30px;
  }
  .gnav li.menu-item-141 {
    margin-top: 50px;
  }
  .gnav a {
    font-size: 1.8rem;
    width: auto;
    text-align: left !important;
    font-weight: 400 !important;
  }
  .gnav i {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  header .search-box {
    display: none;
  }
  /* .site-header .logo {
    
  } */
  .gnav li {
    margin-bottom: 20px;
  }
  .gnav a {
    font-size: 1.2rem;
    width: auto;
    font-weight: 400 !important;
  }
  .gnav i {
    font-size: 1.6rem;
  }
  .mainvisual .copy {
    width: 75%;
  }
  .mainvisual h1 {
    font-size: 2rem;
  }
  section h2 {
    font-size: 1.25rem;
  }
  .category-list {
    width: 50%;
  }
  .side-right-wrap {
    width: 50%;
  }
  .search-box,
  .search-field {
    max-width: 100%;
  }
}

@media screen and (max-width: 530px) {
  header .search-box {
    display: none;
  }
  .site-header .logo {
    height: auto;
    width: 30vw;
    min-width: 180px;
    /* ここテスト */
  }
  .gnav li {
    margin-bottom: 20px;
  }
  /*  .gnav a {
    font-size: 1.4rem;
    font-weight: 400!important;
  } */
  .gnav i {
    font-size: 6vw;
  }
  .mainvisual h1 {
    font-size: 2.0rem;
  }
  .mainvisual p {
    /* font-size: 0.825rem; */
    font-size: 1.0rem;
  }
  .latest-article,
  .news {
    width: 100%;
  }
  .news ul {
    margin-top: -1rem;
  }
  section h2 {
    margin-bottom: 2rem;
  }
  .recommended a {
    width: 100%;
    margin-bottom: 1rem;
  }
  .recommended article h3 {
    font-size: 1rem;
  }
  .category-list {
    width: 100%;
    float: none;
    margin-bottom: 2rem;
  }
  .side-right-wrap {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 2rem;
  }
  .category-list {
    text-align: center;
  }
  .category-list a {
    width: 15rem;
  }
  .search-box {
    width: 15rem;
    display: inline-block;
  }
  .fnav {
    width: 100%;
    margin-bottom: 1rem;
  }
  .site-footer small {
    font-size: 0.725rem;
    line-height: 1.5;
  }
  main .post {
    width: 100%;
    padding: 2rem 1rem;
  }
}

/*  5.Iinview animate css */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*  6.nav for sp */
/*ハンバーガーメニュー*/
.site-header.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .site-header.pc {
    display: none;
  }
  .site-header.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    padding: 2rem 10%;
    background-color: #774623;
    opacity: 1.0;
  }
  .site-header.sp .logo {
    display: block;
  }
  .site-header.sp .search-box {
    display: none;
  }
  .site-header.sp .nav-sp {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem 10%;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    background-color: #774623;
    opacity: 1;
    z-index: -100;
  }
  .site-header.sp .is-nav {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .site-header.sp .is-nav .logo {
    opacity: 0;
  }
  .site-header.sp .is-nav .gnav {
    display: none;
  }
  /*active時*/
  .site-header.sp.is-activ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 10%;
    opacity: 1;
    background-color: #f3ede6;
  }
  .site-header.sp.is-activ .logo {
    opacity: 0;
  }
  .site-header.sp.is-activ .nav-sp {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 2rem 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.9;
    z-index: 100;
  }
  .site-header.sp.is-activ .nav-sp .is-nav {
    opacity: 1;
  }
  .site-header.sp.is-activ .nav-sp .is-nav .logo {
    display: block;
    opacity: 1;
  }
  .site-header.sp.is-activ .nav-sp .is-nav .is-menu {
    position: absolute;
    top: 50%;
    left: 20%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .site-header.sp.is-activ .nav-sp .is-nav .gnav {
    display: block;
  }
  .site-header.sp.is-activ .nav-sp .is-nav .gnav #menu-gnav-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  /*ボタン*/
  #menuBtn {
    /*display: block;*/
    /*  position: absolute; */
    /* top: 37px; */
    /* right: 10%;
    top:2rem; */
    position: relative;
    width: 38px;
    height: 20px;
    z-index: 10000;
  }
  /*共通*/
  #menuBtn span {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f78da7;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity, margin, background-color, -webkit-transform;
    transition-property: opacity, margin, background-color, -webkit-transform;
    transition-property: opacity, margin, background-color, transform;
    transition-property: opacity, margin, background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  /*通常時*/
  #menuBtn span:nth-of-type(1) {
    top: 0;
    -webkit-transform-origin: right center !important;
    transform-origin: right center !important;
  }
  #menuBtn span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  #menuBtn span:nth-of-type(3) {
    bottom: 0;
    -webkit-transform-origin: right center !important;
    transform-origin: right center !important;
  }
  /*使用時*/
  .site-header.is-activ #menuBtn span:nth-of-type(1) {
    top: 0;
    -webkit-transform-origin: right center !important;
    transform-origin: right center !important;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-left: -2px;
  }
  .site-header.is-activ #menuBtn span:nth-of-type(2) {
    opacity: 0;
  }
  .site-header.is-activ #menuBtn span:nth-of-type(3) {
    bottom: 0;
    margin-bottom: 0;
    -webkit-transform-origin: right center !important;
    transform-origin: right center !important;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    margin-left: -2px;
  }
}
/*# sourceMappingURL=style.css.map */