/*
Theme Name: doope Theme
Description: doope
Theme URI:
Author: Stove & Lantern
Author URI: https://stoveandlantern.com/
Version: 1.0
*/
/* --------------------------
 * header
-------------------------- */
#header {
  height: 90px;
  width: 100%;
  display: block;
  position: fixed;
  z-index: 999;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1279px) {
  #header {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 50px;
  }
}
#header.fixed {
  transition: 0.5s ease all;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
@media screen and (max-width: 1023px) {
  #header.fixed {
    background-color: white !important;
  }
}
#header.fixed:hover {
  background-color: white !important;
}
@media screen and (max-width: 1023px) {
  #header.fixed:hover {
    background-color: white !important;
  }
}
#header #logo {
  width: 160px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -22px;
}
@media screen and (max-width: 1279px) {
  #header #logo {
    width: 150px;
    left: 25px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  #header #logo {
    width: 110px;
    left: 15px;
    margin-top: -12px;
  }
}
#header #gnav {
  display: block;
  height: 90px;
  line-height: 90px;
  position: absolute;
  top: 0%;
  margin-top: 0px;
  right: 220px;
}
@media screen and (max-width: 1279px) {
  #header #gnav {
    display: none;
  }
}
#header #gnav ul {
  font-size: 0;
}
#header #gnav ul li {
  display: inline-block;
  position: relative;
}
#header #gnav ul li a {
  display: block;
  padding: 0 20px;
  font-size: 1.5rem;
  height: 90px;
  line-height: 94px;
}
#header #gnav ul li::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #C2374F;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 0.25s ease;
  transform-origin: right top;
  transform: scale(0, 1);
}
#header #gnav ul li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#header .link {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  position: absolute;
  right: 110px;
  top: 50%;
  margin-top: -27px;
}
@media screen and (max-width: 1279px) {
  #header .link {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    right: 75px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  #header .link {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    right: 60px;
    margin-top: -18px;
  }
}
#header .link a {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1A1311;
}
#header .link a figure {
  width: 18px;
  margin-top: -5px;
}
@media screen and (max-width: 1279px) {
  #header .link a figure {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  #header .link a figure {
    width: 14px;
  }
}
#header .link a:hover {
  background-color: #C2374F;
}

.home header {
  background-color: transparent !important;
}
.home header #logo {
  opacity: 0;
}
.home header #logo figure img.wh {
  display: block;
}
.home header #logo figure img.bk {
  display: none;
}
.home header #gnav {
  width: 600px;
  right: 50% !important;
  margin-right: -300px;
}
.home header #gnav ul {
  text-align: center;
}
.home header #gnav ul li {
  opacity: 0;
}
.home header #gnav ul li a {
  color: #FFFFFF;
}
.home header .link {
  opacity: 0;
}
.home header.fixed {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
@media screen and (max-width: 1023px) {
  .home header.fixed {
    background-color: white !important;
  }
}
.home header.fixed:hover {
  background-color: white !important;
}
@media screen and (max-width: 1023px) {
  .home header.fixed:hover {
    background-color: white !important;
  }
}
.home header.fixed #logo figure img.wh {
  display: none;
}
.home header.fixed #logo figure img.bk {
  display: block;
}
.home header.fixed #gnav {
  right: 220px !important;
  width: auto;
  margin-right: 0px;
}
.home header.fixed #gnav ul li a {
  color: #1A1311;
}
.home header.load #logo {
  animation: topin 0.5s 0.8s ease forwards;
}
.home header.load #gnav ul li:nth-child(1) {
  animation: topin 0.5s 0.9s ease forwards;
}
.home header.load #gnav ul li:nth-child(2) {
  animation: topin 0.5s 1s ease forwards;
}
.home header.load #gnav ul li:nth-child(3) {
  animation: topin 0.5s 1.1s ease forwards;
}
.home header.load #gnav ul li:nth-child(4) {
  animation: topin 0.5s 1.2s ease forwards;
}
.home header.load #gnav ul li:nth-child(5) {
  animation: topin 0.5s 1.3s ease forwards;
}
.home header.load .link {
  animation: topin 0.5s 1.4s ease forwards;
}

/* --------------------------
 * btn
-------------------------- */
.btn {
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #75212F;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.3s ease;
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: 0;
}
.btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn.std {
  display: block;
  width: 240px;
  background-color: #C2374F;
  border-radius: 30px;
}
@media screen and (max-width: 1536px) {
  .btn.std {
    width: 210px;
    border-radius: 25px;
  }
}
.btn.std a {
  text-align: center;
  height: 60px;
  color: #FFFFFF;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 60px;
  font-weight: 600;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 1536px) {
  .btn.std a {
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
  }
}
.btn.std:hover a {
  color: #FFFFFF;
}
.btn.std.bk {
  background-color: #1A1311;
}
.btn.std.bk a {
  color: #FFFFFF;
  z-index: 9;
}
.btn.std.bk:hover a {
  color: #FFFFFF;
}
.btn.std.wh {
  background-color: #FFFFFF;
}
.btn.std.wh a {
  color: #C2374F;
  z-index: 9;
}
.btn.std.wh:hover a {
  color: #FFFFFF;
}
.btn.std.gfont a {
  line-height: 64px;
}
@media screen and (max-width: 1536px) {
  .btn.std.gfont a {
    line-height: 54px;
  }
}
.btn.min {
  display: block;
  width: 200px;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #1A1311;
}
.btn.min a {
  text-align: center;
  height: 40px;
  color: #1A1311 !important;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 40px;
  font-weight: 600;
  z-index: 9;
  position: relative;
}
.btn.min a:hover {
  color: #FFFFFF !important;
}
.btn.min.bdnon {
  border: none !important;
}
.btn.min.color {
  background-color: #C2374F;
  border: none;
}
.btn.min.color a {
  color: #FFFFFF !important;
  line-height: 40px;
}
.btn.min.gfont a {
  line-height: 44px;
}
.btn.foot {
  display: block;
  width: 290px;
  background-color: #C2374F;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #1A1311;
}
@media screen and (max-width: 1536px) {
  .btn.foot {
    width: 240px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .btn.foot {
    margin: 0 auto;
  }
}
.btn.foot a {
  text-align: center;
  height: 60px;
  color: #FFFFFF;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 60px;
  font-weight: 600;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 1536px) {
  .btn.foot a {
    height: 50px;
    line-height: 50px;
    font-size: 1.3rem;
    letter-spacing: 0.5;
  }
}
.btn.foot:hover a {
  color: #FFFFFF;
}

/* --------------------------
 * loop_wrap
-------------------------- */
.loop {
  display: block;
}

.loop__box {
  display: flex;
  width: 100vw;
}

.loop__box img {
  min-width: 100vw;
  padding-right: 90px;
}
@media screen and (max-width: 1023px) {
  .loop__box img {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .loop__box img {
    padding-right: 20px;
  }
}

.loop__box img:first-child {
  animation: loop 100s -50s linear infinite;
}

.loop__box img:last-child {
  animation: loop2 100s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* --------------------------
 * hamburger
-------------------------- */
.home #hamburger {
  opacity: 0;
}
.home #hamburger.load {
  animation: topin 0.5s 1.5s ease forwards;
}

#hamburger {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  cursor: pointer;
  top: 18px;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C2374F;
  border-radius: 25px;
  transition: 0.5s ease all;
}
@media screen and (max-width: 1279px) {
  #hamburger {
    width: 40px;
    height: 40px;
    right: 25px;
    border-radius: 20px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #hamburger {
    width: 36px;
    height: 36px;
    right: 15px;
    border-radius: 18px;
    top: 7px;
  }
}
#hamburger .inner {
  width: 25px;
  height: 8px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1279px) {
  #hamburger .inner {
    width: 20px;
  }
}
#hamburger .inner span {
  height: 1px;
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  transition: 0.3s ease all;
}
#hamburger .inner span:nth-child(1) {
  width: 100%;
  top: 0;
}
#hamburger .inner span:nth-child(2) {
  width: 80%;
  bottom: 0;
}
#hamburger.active {
  z-index: 999999999;
  background-color: #1A1311;
}
#hamburger.active .inner span:nth-child(1) {
  top: 4px;
  transform: rotate(45deg);
}
#hamburger.active .inner span:nth-child(2) {
  width: 100%;
  bottom: 4px;
  transform: rotate(-45deg);
}

/* --------------------------
 * footer
-------------------------- */
#footer {
  color: #FFFFFF;
  display: block;
  padding-bottom: 150px;
  background-image: url(images/common/mask_foot.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1279px) {
  #footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  #footer {
    padding-bottom: 100px;
    background-image: url(images/common/mask_foot_sp.svg);
  }
}
@media screen and (max-width: 1023px) {
  #footer {
    padding-bottom: 80px;
  }
}
#footer.wh {
  background-color: #FFFFFF;
}
#footer.color {
  background-color: #C2374F;
}
#footer.gray {
  background-color: #f5f5f5;
}
#footer .container {
  padding: 250px 0 0;
  position: relative;
  display: block;
}
@media screen and (max-width: 1279px) {
  #footer .container {
    padding: 150px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container {
    padding: 150px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .container {
    padding: 100px 0 0;
  }
}
#footer .container .flexWrap {
  margin-bottom: 150px;
}
@media screen and (max-width: 1279px) {
  #footer .container .flexWrap {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container .flexWrap {
    margin-bottom: 50px;
  }
}
#footer .container .flexWrap .lArea {
  width: 390px;
  padding-right: 150px;
}
@media screen and (max-width: 1536px) {
  #footer .container .flexWrap .lArea {
    width: 360px;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container .flexWrap .lArea {
    width: 240px;
    text-align: center;
    margin: 0 auto 50px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .container .flexWrap .lArea {
    width: 200px;
    margin-bottom: 40px;
  }
}
#footer .container .flexWrap .lArea h2 {
  margin-bottom: 50px;
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  #footer .container .flexWrap .lArea h2 {
    margin-bottom: 15px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  #footer .container .flexWrap .lArea h2 {
    margin-bottom: 10px;
  }
}
#footer .container .flexWrap .lArea h3 {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1536px) {
  #footer .container .flexWrap .lArea h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container .flexWrap .lArea h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #footer .container .flexWrap .lArea h3 {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
#footer .container .flexWrap .lArea p {
  font-size: 1.4rem;
}
@media screen and (max-width: 1536px) {
  #footer .container .flexWrap .lArea p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container .flexWrap .lArea p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .container .flexWrap .lArea p {
    font-size: 1.1rem;
  }
}
#footer .container .flexWrap .cArea {
  width: calc(100% - 670px);
}
@media screen and (max-width: 1536px) {
  #footer .container .flexWrap .cArea {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 1023px) {
  #footer .container .flexWrap .cArea {
    display: none;
  }
}
#footer .container .flexWrap .cArea ul {
  display: block;
  float: left;
  margin-right: 35px;
  line-height: 57px;
}
@media screen and (max-width: 1536px) {
  #footer .container .flexWrap .cArea ul {
    line-height: 54px;
  }
}
@media screen and (max-width: 1279px) {
  #footer .container .flexWrap .cArea ul {
    display: none;
  }
}
#footer .container .flexWrap .cArea ul > li {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 1536px) {
  #footer .container .flexWrap .cArea ul > li {
    font-size: 1.6rem;
  }
}
#footer .container .flexWrap .cArea ul > li a {
  color: #FFFFFF;
}
#footer .container .flexWrap .cArea ul > ul {
  padding-left: 20px;
  line-height: 35px;
  margin-top: 10px;
}
@media screen and (max-width: 1536px) {
  #footer .container .flexWrap .cArea ul > ul {
    line-height: 33px;
  }
}
#footer .container .flexWrap .cArea ul > ul > li {
  font-size: 1.5rem;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 1536px) {
  #footer .container .flexWrap .cArea ul > ul > li {
    font-size: 1.4rem;
  }
}
#footer .container .flexWrap .cArea ul > ul > li::before {
  content: "";
  width: 8px;
  height: 1px;
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  left: -20px;
  top: 50%;
}
#footer .container .flexWrap .cArea ul > ul > li a {
  color: #FFFFFF;
}
#footer .container .flexWrap .rArea {
  width: 280px;
}
@media screen and (max-width: 1536px) {
  #footer .container .flexWrap .rArea {
    width: 240px;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container .flexWrap .rArea {
    width: 100%;
    text-align: center;
  }
}
#footer .container .flexWrap .rArea h3 {
  text-align: right;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 25px;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  #footer .container .flexWrap .rArea h3 {
    text-align: center;
  }
}
#footer .container .flexWrap .rArea .phone {
  margin-bottom: 35px;
}
#footer .container .flexWrap .rArea .phone a {
  color: #FFFFFF;
  display: block;
  font-size: 4.2rem;
  letter-spacing: 2px;
  text-align: right;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 1536px) {
  #footer .container .flexWrap .rArea .phone a {
    font-size: 3.7rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container .flexWrap .rArea .phone a {
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
}
#footer .container .flexWrap .rArea .phone p {
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 1536px) {
  #footer .container .flexWrap .rArea .phone p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container .flexWrap .rArea .phone p {
    text-align: center;
  }
}
#footer .container .copyright {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1536px) {
  #footer .container .copyright {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container .copyright {
    text-align: center;
    font-size: 1.1rem;
  }
}
#footer .container .social {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 222px;
}
@media screen and (max-width: 1023px) {
  #footer .container .social {
    position: relative;
    right: inherit;
    width: 222px;
    bottom: inherit;
    margin: 0 auto 50px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #footer .container .social {
    margin: 0 auto 20px;
    text-align: center;
  }
}
#footer .container .social p {
  font-size: 1.1rem;
  letter-spacing: 1px;
  float: left;
  position: relative;
  top: 13px;
  color: #FFFFFF;
  padding-right: 10px;
}
@media screen and (max-width: 1023px) {
  #footer .container .social p {
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
    top: 0;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container .social ul {
    text-align: center;
    line-height: 50px;
    height: 40px;
    font-size: 0;
    display: block;
  }
}
#footer .container .social ul li {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-left: 5px;
}
@media screen and (max-width: 1023px) {
  #footer .container .social ul li {
    float: none;
    display: inline-block;
    margin: 0 5px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
  }
}
#footer .container .social ul li a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
#footer .container .social ul li a img {
  width: 100%;
  height: auto;
}
#footer .container .social ul li a:hover {
  opacity: 0.7;
}
#footer .container .social ul li:nth-child(1) a {
  padding: 2px;
}
#footer .container .social ul li:nth-child(2) a {
  padding: 11px;
}
#footer .container .social ul li:nth-child(3) a {
  padding: 10px;
}

/* --------------------------
 * spNav
-------------------------- */
#spNavWrap {
  display: none;
  z-index: 99999998;
  background-color: rgba(194, 55, 79, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#spNav {
  z-index: 99999999;
  position: fixed;
  top: -450px;
  right: 0px;
  height: 450px;
  width: 500px;
  display: block;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 30px;
  overflow: hidden;
  transition: 0.3s ease-in-out all;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #spNav {
    height: 100%;
    width: 220px;
    right: -220px;
    top: 0;
    border-radius: 0px;
    overflow: scroll !important;
    min-height: 100%;
  }
}
#spNav.active {
  display: block;
  height: 450px;
  width: 500px;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  #spNav.active {
    width: 220px;
    border-radius: 0px;
    top: 0px;
    right: 0;
  }
}
#spNav.active .inner ul > li {
  opacity: 1;
  left: 0;
}
#spNav.active .inner ul > li:nth-child(1) {
  transition: 0.5s 0.5s ease all;
}
#spNav.active .inner ul > li:nth-child(2) {
  transition: 0.5s 0.6s ease all;
}
#spNav.active .inner ul > li:nth-child(3) {
  transition: 0.5s 0.7s ease all;
}
#spNav.active .inner ul > li:nth-child(4) {
  transition: 0.5s 0.8s ease all;
}
#spNav.active .inner ul > li:nth-child(5) {
  transition: 0.5s 0.9s ease all;
}
#spNav.active .inner ul > li:nth-child(6) {
  transition: 0.5s 1s ease all;
}
#spNav.active .inner .sns {
  opacity: 1;
  margin-left: 0;
  transition: 0.5s 1s ease all;
}
#spNav .inner {
  padding: 100px 30px 0px 70px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #spNav .inner {
    padding: 50px 0px 0px;
    min-height: 100%;
    height: auto;
  }
}
#spNav .inner > ul {
  width: 50%;
  float: left;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul {
    width: 100%;
    float: none;
  }
}
#spNav .inner > ul:first-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul:first-child li:last-child {
    border-bottom: none;
  }
}
#spNav .inner > ul li {
  width: 100%;
  position: relative;
  left: -20px;
  opacity: 0;
  display: block;
  float: left;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul li {
    width: 100%;
    margin-bottom: 0px;
    float: none;
    border-top: 1px solid #dddddd;
  }
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul li:last-child {
    border-bottom: 1px solid #dddddd;
  }
}
#spNav .inner > ul li > a, #spNav .inner > ul li p {
  display: block;
  padding-left: 20px;
  position: relative;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 600;
  transition: 0.3s ease all;
  color: #1A1311;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul li > a, #spNav .inner > ul li p {
    font-size: 1.4rem;
    padding: 15px 0px;
    padding-left: 15px;
  }
}
#spNav .inner > ul li > a > img, #spNav .inner > ul li p > img {
  width: 7px;
  left: 0;
  top: 13px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul li > a > img, #spNav .inner > ul li p > img {
    width: 6px;
    top: 25px;
    left: inherit;
    right: 15px;
  }
}
#spNav .inner > ul li > a span, #spNav .inner > ul li p span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #C2374F;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul li > a span, #spNav .inner > ul li p span {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
#spNav .inner > ul li > a:hover, #spNav .inner > ul li p:hover {
  color: #C2374F;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul li > a:hover, #spNav .inner > ul li p:hover {
    color: #1A1311;
  }
}
#spNav .inner > ul li.dropdown {
  display: block;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul li.dropdown {
    font-size: 1rem;
    margin-bottom: 0px;
  }
}
#spNav .inner > ul li.dropdown.current {
  height: auto;
}
#spNav .inner > ul li.dropdown.current p img {
  transform: rotate(-90deg);
}
#spNav .inner > ul li.dropdown.current p:hover {
  color: #1A1311;
}
#spNav .inner > ul li.dropdown p img {
  transform: rotate(90deg);
  display: none;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul li.dropdown p img {
    display: block;
  }
}
#spNav .inner > ul li.dropdown > ul.menu {
  padding-left: 0px;
  display: block;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul li.dropdown > ul.menu {
    height: auto;
    display: none;
    padding-top: 0;
  }
}
#spNav .inner > ul li.dropdown > ul.menu > li {
  height: 36px;
  line-height: 36px;
  margin: 0 0 0px;
  padding: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul li.dropdown > ul.menu > li {
    margin-bottom: 0px;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
}
#spNav .inner > ul li.dropdown > ul.menu > li::before {
  content: "";
  width: 8px;
  height: 1px;
  display: block;
  background-color: #1A1311;
  position: absolute;
  left: 0px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul li.dropdown > ul.menu > li::before {
    content: none;
  }
}
#spNav .inner > ul li.dropdown > ul.menu > li a {
  font-size: 1.5rem;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  #spNav .inner > ul li.dropdown > ul.menu > li a {
    background-color: #f5f5f5;
    padding: 0;
    padding-left: 15px;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
  }
}
#spNav .inner > ul li.dropdown > ul.menu > li a:hover {
  color: #C2374F;
}
#spNav .inner .sns {
  text-align: center;
  opacity: 0;
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  #spNav .inner .sns {
    padding: 20px 0 40px;
    float: none;
  }
}
#spNav .inner .sns p {
  font-size: 1.2rem;
  letter-spacing: 1px;
  position: relative;
  color: #1A1311;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
#spNav .inner .sns ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #spNav .inner .sns ul li {
    margin: 0 5px;
  }
}
#spNav .inner .sns ul li a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
#spNav .inner .sns ul li a figure {
  width: 100%;
  height: auto;
}
#spNav .inner .sns ul li a:hover {
  opacity: 0.7;
}
#spNav .inner .sns ul li:nth-child(1) a {
  padding: 2px;
}
#spNav .inner .sns ul li:nth-child(2) a {
  padding: 10px;
}
#spNav .inner .sns ul li:nth-child(3) a {
  padding: 9px;
}/*# sourceMappingURL=style.css.map */