@charset "UTF-8";
@-webkit-keyframes Up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-150px);
  }
}
@keyframes Up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-150px);
  }
}
@-webkit-keyframes Down {
  from {
    transform: translateY(-150px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes Down {
  from {
    transform: translateY(-150px);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*	font */
@font-face {
  font-family: "KiwiMaru";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/KiwiMaru-Regular.woff2");
  font-display: swap;
}
@font-face {
  font-family: "KiwiMaru";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/KiwiMaru-Medium.woff2");
  font-display: swap;
}
@font-face {
  font-family: "NuosuSIL";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NuosuSIL-Regular.woff2");
  font-display: swap;
}
@font-face {
  font-family: "KiwiMaru_vertical";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/KiwiMaru-vertical.woff2");
  font-display: swap;
}
@font-face {
  font-family: "ImprintMTShadow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ImprintMTShadow.woff2");
  font-display: swap;
}
body {
  font-family: KiwiMaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #201715;
  font-size: 16px;
  position: relative;
  background-image: url(../img/common/background.png);
  background-repeat: repeat;
  line-height: 2em;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 18px;
  }
}

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

/*---------------------------------------
parts
--------------------------------------- */
/* フェードイン */
.fadein {
  opacity: 0;
  transition: 1.5s;
}
.fadein.is-show {
  opacity: 1;
  -webkit-animation: fadeUpAnime 1s forwards;
          animation: fadeUpAnime 1s forwards;
}

/* テキスト */
.txt_red {
  color: #E53A28;
}

/* ボタン */
.btn_detail {
  background-color: #E53A28;
  border-radius: 50px;
  color: #fff;
  min-width: 390px;
  display: inline-block;
  padding: 20px 0;
  position: relative;
  margin-bottom: 120px;
  transition: all 0.2s cubic-bezier(0.39, 0.75, 0.23, 0.95);
}
@media screen and (max-width: 480px) {
  .btn_detail {
    font-size: 0.875em;
    min-width: 80%;
    padding: 12px 0;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .btn_detail:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(-0.5em);
  }
}
.btn_detail::after {
  content: "";
  width: 16px;
  height: 13px;
  display: block;
  background-image: url(../img/common/ico_arrow_y.png);
  background-repeat: repeat;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.tel {
  color: #E53A28;
  font-size: 1.22222em;
  position: relative;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 960px) {
  .tel:hover {
    transform: translateY(-0.1875em);
  }
}
@media screen and (min-width: 1360px) {
  .tel {
    padding-right: 20px;
  }
}
.tel span {
  padding-left: 22px;
}
.tel::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ico_tel.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* バナー */
.bnr_shop {
  width: 90%;
  border-radius: 40px;
  display: block;
  position: relative;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  z-index: 102;
  text-align: center;
  margin: -170px auto 50px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .bnr_shop:hover::after {
    transform: scale(1.1);
  }
}
.bnr_shop::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/bnr_onlineshop_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  z-index: -1;
  transition: all 0.2s cubic-bezier(0.39, 0.75, 0.23, 0.95);
  background-position: bottom;
}
@media screen and (min-width: 960px) {
  .bnr_shop::after {
    border-radius: 60px;
  }
}
@media screen and (min-width: 960px) {
  .bnr_shop {
    border-radius: 60px;
    margin: -200px auto 80px;
  }
  .bnr_shop::after {
    background-image: url(../img/common/bnr_onlineshop.png);
  }
}
@media screen and (min-width: 1360px) {
  .bnr_shop {
    width: 100%;
    max-width: 1200px;
  }
}
.bnr_shop .bnr_shop_inner {
  width: 100%;
  padding: 20px 0 0 0;
}
@media screen and (min-width: 960px) {
  .bnr_shop .bnr_shop_inner {
    width: 46%;
    padding: 70px 0 0 0;
  }
}
.bnr_shop .bnr_shop_inner h3 {
  font-family: "NuosuSIL";
  font-size: 2em;
  margin-bottom: 10px;
  color: #E53A28;
}
@media screen and (min-width: 960px) {
  .bnr_shop .bnr_shop_inner h3 {
    font-size: 2.666666em;
  }
}
.bnr_shop .bnr_shop_inner h3 span {
  display: block;
  color: #E0A649;
  font-size: 0.9em;
  font-family: KiwiMaru, sans-serif;
  font-size: 0.4999999em;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .bnr_shop .bnr_shop_inner h3 span {
    padding-top: 10px;
    line-height: 1em;
  }
}
.bnr_shop .bnr_shop_inner .bnr_shop_content {
  font-size: 0.888888em;
  line-height: 1.75em;
  padding-bottom: 140px;
}
@media screen and (min-width: 960px) {
  .bnr_shop .bnr_shop_inner .bnr_shop_content {
    padding-bottom: 50px;
  }
}
.bnr_shop .bnr_shop_inner .bnr_shop_content::before {
  content: "";
  width: 90%;
  height: 30px;
  background-size: auto 100%, auto 7px;
  background-image: url(../img/common/ico_airplane.png), url(../img/common/line_dot_w.png);
  background-repeat: no-repeat, repeat-x;
  background-position: top left, right 5% center;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (min-width: 960px) {
  .bnr_shop .bnr_shop_inner .bnr_shop_content::before {
    height: 48px;
    background-size: auto 100%, auto 10px;
  }
}

.bnr_kuchikomi {
  width: 80%;
  display: block;
  margin: 0 auto;
  transition: all 0.2s cubic-bezier(0.39, 0.75, 0.23, 0.95);
}
@media screen and (min-width: 768px) {
  .bnr_kuchikomi {
    width: 348px;
  }
}
@media screen and (min-width: 960px) {
  .bnr_kuchikomi:hover {
    transform: translateY(-0.5em);
  }
}

/*---------------------------------------
section
--------------------------------------- */
main {
  overflow: hidden;
  position: relative;
}

.section_inner {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1360px) {
  .section_inner {
    max-width: 1200px;
  }
}
.section_inner h2.section_title {
  font-family: NuosuSIL, sans-serif;
  font-size: 2.88889em;
  letter-spacing: 0.1em;
  padding-top: 104px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .section_inner h2.section_title {
    font-size: 2em;
    padding-top: 60px;
    margin-bottom: 20px;
  }
}
.section_inner h2.section_title span {
  display: block;
  color: #E53A28;
  font-size: 0.423077em;
  font-family: "KiwiMaru";
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .section_inner h2.section_title span {
    padding-top: 0;
  }
}
.section_inner h2.section_title::before {
  content: "";
  background-image: url(../img/common/title_bg_line.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 160px;
  height: 84px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .section_inner h2.section_title::before {
    width: 104px;
  }
}

/*---------------------------------------
header
--------------------------------------- */
#header_wrap {
  display: grid;
  grid-template-columns: auto;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 210;
  left: 0;
}
@media screen and (min-width: 960px) {
  #header_wrap {
    margin-top: 40px;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1360px) {
  #header_wrap {
    grid-template-columns: auto 80px;
    grid-column-gap: 40px;
  }
}

header {
  font-weight: 500;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  background-image: url(../img/common/background.png);
  background-repeat: repeat;
}
header.UpMove {
  -webkit-animation: Up 0.6s forwards;
          animation: Up 0.6s forwards;
  top: 0;
}
header.DownMove {
  -webkit-animation: Down 0.6s forwards;
          animation: Down 0.6s forwards;
}
@media screen and (min-width: 960px) {
  header {
    border-radius: 50px;
    background: #fff;
    background-image: none;
    min-height: 80px;
    padding: 0 3%;
  }
}
header #header_logo {
  width: 238px;
  line-height: 1em;
}
@media screen and (min-width: 960px) {
  header #header_logo {
    width: 360px;
  }
}
@media screen and (min-width: 1360px) {
  header #header_logo {
    width: 23%;
  }
}
header #header_logo img {
  vertical-align: bottom;
}
header #gnav_wrap {
  display: none;
  font-size: 1.2em;
}
@media screen and (min-width: 1360px) {
  header #gnav_wrap {
    font-size: 0.888888em;
  }
}
@media screen and (min-width: 1360px) {
  header #gnav_wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  header #gnav_wrap.open {
    display: flex;
    width: auto;
    position: inherit;
  }
}
header #gnav_wrap .header_info {
  font-size: 0.933333em;
  line-height: 1.429em;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (min-width: 1360px) {
  header #gnav_wrap .header_info {
    margin-top: 0;
  }
}
header .menu_button {
  transition: all 0.3s;
  width: 32px;
  height: 28px;
  cursor: pointer;
  position: relative;
  z-index: 1002;
}
@media screen and (min-width: 1360px) {
  header .menu_button {
    display: none;
  }
}
header .menu_button span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  transition: all 0.6s;
  background-color: #E53A28;
}
header .menu_button span:nth-of-type(1) {
  top: 0;
}
header .menu_button span:nth-of-type(2) {
  top: 12px;
}
header .menu_button span:nth-of-type(3) {
  bottom: 0;
}
header .menu_button.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-41deg);
}
header .menu_button.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu_button.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(40.5deg);
}

.gnav {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1360px) {
  .gnav {
    margin: 0 20px 0 0;
  }
}
.gnav ul {
  display: block;
}
@media screen and (min-width: 1360px) {
  .gnav ul {
    display: flex;
  }
}
.gnav ul li {
  text-align: center;
  position: relative;
  padding: 20px 0 0;
  margin: 0 0 20px;
}
@media screen and (min-width: 1360px) {
  .gnav ul li {
    padding: 0 20px;
    margin: 0;
  }
}
.gnav ul li:first-child::before {
  content: none;
}
.gnav ul li::before {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-image: linear-gradient(to right, #DED2B2, #DED2B2 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 4px);
  background-repeat: repeat-x;
  background-size: 6px 2px;
}
@media screen and (min-width: 1360px) {
  .gnav ul li::before {
    background-image: linear-gradient(to bottom, #DED2B2, #DED2B2 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 4px);
    background-repeat: repeat-y;
    background-size: 2px 6px;
    width: 2px;
    height: 65%;
    top: 20%;
    left: 0;
  }
}
.gnav ul li a {
  display: inline-block;
  letter-spacing: 0.1em;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 960px) {
  .gnav ul li a:hover {
    color: #E53A28;
    transform: translateY(-0.1875em);
  }
  .gnav ul li a:hover .gnav_cap {
    color: #E53A28;
  }
}
.gnav ul li a .gnav_cap {
  color: #E0A649;
  font-family: NuosuSIL, sans-serif;
  display: block;
  font-size: 0.666666em;
  line-height: 1.6em;
  transition: all 0.2s ease-out;
}

.btn_instagram {
  display: none;
  transition: all 0.2s ease-out;
}
.btn_instagram.UpMove {
  -webkit-animation: Up 0.6s forwards;
          animation: Up 0.6s forwards;
  top: 0;
}
.btn_instagram.DownMove {
  -webkit-animation: Down 0.6s forwards;
          animation: Down 0.6s forwards;
}
@media screen and (min-width: 960px) {
  .btn_instagram:hover {
    background-size: 42px 42px;
  }
}
@media screen and (min-width: 1360px) {
  .btn_instagram {
    display: block;
    text-indent: -9999px;
    background-image: url(../img/common/social_instagram.png);
    background-size: 34px 34px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    text-align: center;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  }
}

#sp_nav {
  font-size: 1.2em;
  opacity: 0;
  width: 100%;
  height: 150%;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  z-index: 0;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.39, 0.75, 0.23, 0.95);
  overflow: hidden;
}
#sp_nav.open {
  opacity: 1;
  z-index: 160;
}
@media screen and (min-width: 1360px) {
  #sp_nav.open {
    opacity: 0;
  }
}
#sp_nav .sp_nav_inner {
  width: 100%;
  overflow-y: auto;
  padding: 120px 0 50px;
  height: 100vh;
}
@media screen and (min-width: 960px) {
  #sp_nav .sp_nav_inner {
    padding: 250px 0 0;
  }
}

/*---------------------------------------
footer
--------------------------------------- */
footer {
  position: relative;
  margin-top: 120px;
}
footer::before {
  content: "";
  background-image: url(../img/common/background_circle.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  background-size: auto 100%;
  height: 218px;
  top: -40px;
  left: 0;
  background-position: top center;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  footer::before {
    height: 172px;
    top: -45px;
  }
}
@media screen and (min-width: 960px) {
  footer::before {
    top: -32px;
    height: 390px;
  }
}
footer #footer_inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #7B6237;
}
footer #footer_inner::before {
  content: "";
  background-image: url(../img/common/background_kurumaebi.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -270px;
  left: 0;
  width: 109px;
  height: 92px;
  transform: scale(-1, 1);
  z-index: 1;
}
@media screen and (min-width: 960px) {
  footer #footer_inner::before {
    left: -25%;
    width: 198px;
    height: 164px;
    bottom: -80px;
  }
}
@media screen and (min-width: 960px) {
  footer #footer_inner {
    max-width: 1200px;
  }
}
footer #footer_inner #footer_logo {
  width: 65%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -57px;
}
@media screen and (min-width: 768px) {
  footer #footer_inner #footer_logo {
    width: 348px;
  }
}
footer #footer_inner ul {
  display: block;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer #footer_inner ul {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  footer #footer_inner ul li {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 960px) {
  footer #footer_inner ul li {
    margin-right: 40px;
  }
}
footer #footer_inner ul li a {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  footer #footer_inner ul li a {
    font-size: 1.22222em;
  }
}
@media screen and (min-width: 960px) {
  footer #footer_inner ul li a:hover {
    color: #E53A28;
    transform: translateY(-0.1875em);
  }
}
footer #footer_inner ul li a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  background-image: url(../img/common/ico_arrow_r.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 10px;
}
footer #footer_inner ul li:last-child {
  margin-right: 0px;
}
footer #footer_bottom {
  border-bottom: 30px solid #fff;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  footer #footer_bottom {
    border-bottom: 90px solid #fff;
  }
}
@media screen and (min-width: 960px) {
  footer #footer_bottom {
    background-color: rgba(0, 0, 0, 0);
  }
}
footer #footer_bottom #footer_bottom_inner {
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #7B6237;
}
@media screen and (min-width: 768px) {
  footer #footer_bottom #footer_bottom_inner {
    display: grid;
    grid-template-areas: "info social" "info copy";
    width: 85%;
  }
}
@media screen and (min-width: 960px) {
  footer #footer_bottom #footer_bottom_inner {
    max-width: 1200px;
  }
}
footer #footer_bottom #footer_bottom_inner #footer_info {
  font-size: 0.88889em;
  text-align: left;
  line-height: 1.75em;
  grid-area: info;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer #footer_bottom #footer_bottom_inner #footer_info {
    margin-bottom: 0;
  }
}
footer #footer_bottom #footer_bottom_inner #footer_info h2 {
  font-weight: 500;
  font-size: 1.125em;
  margin-bottom: 10px;
}
footer #footer_bottom #footer_bottom_inner #social_area {
  grid-area: social;
  display: flex;
  justify-content: right;
  color: #E0A649;
  font-family: "NuosuSIL";
  font-size: 1.22222em;
  line-height: 1em;
  align-items: center;
  align-self: start;
  margin-bottom: 30px;
}
footer #footer_bottom #footer_bottom_inner #social_area dt {
  margin-right: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  footer #footer_bottom #footer_bottom_inner #social_area dt {
    margin-right: 20px;
  }
}
footer #footer_bottom #footer_bottom_inner #social_area dt::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 100%;
  background-image: url(../img/common/title_bg_speech.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  top: 0;
  left: -42px;
}
@media screen and (min-width: 768px) {
  footer #footer_bottom #footer_bottom_inner #social_area dt::before {
    left: -60px;
  }
}
footer #footer_bottom #footer_bottom_inner #social_area dt::before span {
  font-size: 0.920455em;
}
footer #footer_bottom #footer_bottom_inner #social_area dd {
  margin-right: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  footer #footer_bottom #footer_bottom_inner #social_area dd {
    margin-right: 10px;
  }
}
footer #footer_bottom #footer_bottom_inner #social_area dd:last-child {
  margin-right: 0;
}
footer #footer_bottom #footer_bottom_inner #social_area dd::after {
  position: absolute;
  bottom: -3px;
  right: -3px;
  content: "";
  background: #E0A649;
  display: block;
  border-radius: 30px;
  z-index: 0;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  footer #footer_bottom #footer_bottom_inner #social_area dd::after {
    width: 60px;
    height: 60px;
  }
}
footer #footer_bottom #footer_bottom_inner #social_area dd a {
  border: 1px solid #E0A649;
  border-radius: 30px;
  display: block;
  background: #fff;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-size: 16px 16px;
  position: relative;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  footer #footer_bottom #footer_bottom_inner #social_area dd a {
    width: 60px;
    height: 60px;
    background-size: 26px 26px;
  }
}
@media screen and (min-width: 960px) {
  footer #footer_bottom #footer_bottom_inner #social_area dd a:hover {
    transform: translate(3px, 3px);
    background-size: 36px 36px;
  }
}
footer #footer_bottom #footer_bottom_inner #social_area dd a#social_instagram {
  background-image: url(../img/common/social_instagram.png);
}
footer #footer_bottom #footer_bottom_inner #social_area dd a#social_facebook {
  background-image: url(../img/common/social_facebook.png);
}
footer #footer_bottom #footer_bottom_inner #social_area dd a#social_twitter {
  background-image: url(../img/common/social_twitter.png);
}
footer #footer_bottom #footer_bottom_inner .copyright {
  grid-area: copy;
  justify-self: end;
  align-self: end;
  font-size: 0.77778em;
  line-height: 1em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  footer #footer_bottom #footer_bottom_inner .copyright {
    text-align: center;
  }
}

#btn_pagetop {
  display: none;
  width: 46px;
  position: absolute;
  bottom: 100px;
  right: 5%;
  z-index: 150;
  transition: all 0.2s cubic-bezier(0.39, 0.75, 0.23, 0.95);
}
@media screen and (min-width: 768px) {
  #btn_pagetop {
    width: 80px;
  }
}
@media screen and (min-width: 960px) {
  #btn_pagetop:hover {
    transform: translateY(-0.5em);
  }
}

/*---------------- 出し分け用パーツ ----------------*/
@media screen and (min-width: 960px) {
  .pc_hide {
    display: none;
  }
  .sp_hide {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .pc_hide {
    display: inline;
  }
  .sp_hide {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */