@charset "UTF-8";
body {
  background-color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #0e0e0e;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  line-height: 2.2;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media only screen and (max-width:650px) {
  body {
    font-size: 14px;
  }
}

@keyframes scale_animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes opacity_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes down_animation {
  0% {
    top: 40px;
  }
  100% {
    top: 70px;
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 1px #004ba0;
  }
  100% {
    opacity: 0;
    transform-origin: center;
    transform: scale(1.6);
    box-shadow: 0 0 0 1px #004ba0;
  }
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes line-animation {
  0% {
    stroke-dashoffset: 2000px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-422 {
  0% {
    stroke-dashoffset: 422px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-1460 {
  0% {
    stroke-dashoffset: 1460px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-1591 {
  0% {
    stroke-dashoffset: 1591px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-1610 {
  0% {
    stroke-dashoffset: 1610px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-1892 {
  0% {
    stroke-dashoffset: 1892px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-2093 {
  0% {
    stroke-dashoffset: 2093px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-2532 {
  0% {
    stroke-dashoffset: 2532px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-2640 {
  0% {
    stroke-dashoffset: 2640px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-2720 {
  0% {
    stroke-dashoffset: 2720px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-2747 {
  0% {
    stroke-dashoffset: 2747px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-2776 {
  0% {
    stroke-dashoffset: 2776px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-3000 {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes line-animation-3011 {
  0% {
    stroke-dashoffset: 3011px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes translatey {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textAnime {
  to {
    transform: translateY(0px);
  }
}
@media only screen and (min-width:651px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #0e0e0e;
    text-decoration: none;
  }
  .tab_only {
    display: none;
  }
  .sp_only {
    display: none;
  }
}
@media only screen and (max-width:650px) {
  .pc_only {
    display: none;
  }
  .tab_only {
    display: none;
  }
}
.bahnschrift {
  font-family: bahnschrift, sans-serif;
}

a {
  color: #004ba0;
  text-decoration: none;
}

/*a:visited { color: $linkcolor_base; text-decoration: none; }*/
a:hover {
  color: #004ba0;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
}

a {
  transition: all 0.3s ease;
}

a img {
  transition: all 0.3s ease;
}

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

.fadein {
  opacity: 0;
  transform: translate(0px, 100px);
  transition: all 0.8s ease-in-out;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0px, 0px);
}

.page_center {
  width: 100%;
  padding: 0 3.35%;
}
@media print, screen and (min-width:1165px) {
  .page_center {
    width: 1165px;
    margin: 0 auto;
    padding: 0 0;
  }
}
@media only screen and (max-width:650px) {
  .page_center {
    padding: 0 5.3%;
  }
}

.widepage_center {
  width: 100%;
  padding: 0 3.35%;
}
@media only screen and (min-width:1488px) {
  .widepage_center {
    width: 1488px;
    margin: 0 auto;
    padding: 0 0;
  }
}
@media only screen and (max-width:650px) {
  .widepage_center {
    padding: 0 5.3%;
  }
}

.center {
  width: 100%;
  padding: 0 1.3%;
}
@media only screen and (max-width:650px) {
  .center {
    padding: 0 5.3%;
  }
}

.scroll_prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width:769px) {
  header.header {
    background-color: #fff;
  }
}
header.header .menu_btn {
  display: none;
}
@media only screen and (max-width:959px) {
  header.header .menu_btn {
    display: block;
    position: absolute;
    top: 24px;
    right: 0;
    width: 44px;
    height: 52px;
    cursor: pointer;
    z-index: 800;
  }
}
header.header .menu_btn .menu div {
  position: relative;
}
header.header .menu_btn .menu div span {
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  background-color: #004ba0;
  transition: all 0.4s;
}
header.header .menu_btn .menu div span:nth-of-type(1) {
  top: 0;
}
header.header .menu_btn .menu div span:nth-of-type(2) {
  top: 10px;
}
header.header .menu_btn .menu div span:nth-of-type(3) {
  top: 20px;
}
header.header .menu_btn .menu div.on span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
header.header .menu_btn .menu div.on span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  transition: all 0.4s;
}
header.header .menu_btn .menu div.on span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
@media only screen and (max-width:769px) {
  header.header .center {
    padding: 0;
  }
}
header.header .header_inner {
  padding: 1% 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media only screen and (max-width:769px) {
  header.header .header_inner {
    display: block;
    padding: 20px 5.3% 10px;
  }
}
header.header .header_inner .logo {
  width: 180px;
}
@media only screen and (max-width:959px) {
  header.header .header_inner .logo {
    width: 30%;
  }
}
header.header .header_inner .nav {
  width: 60%;
}
@media only screen and (max-width:959px) {
  header.header .header_inner .nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    padding: 2% 5.3%;
  }
}
header.header .header_inner .nav a {
  color: #0e0e0e;
}
header.header .header_inner .nav a:hover {
  text-decoration: none;
}
header.header .header_inner .nav .main_nav {
  display: flex;
  justify-content: end;
  width: 100%;
  padding: 2% 0 0;
}
@media only screen and (max-width:959px) {
  header.header .header_inner .nav .main_nav {
    display: block;
    padding: 5% 0 0;
  }
}
header.header .header_inner .nav .main_nav li {
  flex: 1 0 auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
  line-height: 30px;
  white-space: nowrap;
}
@media only screen and (max-width:769px) {
  header.header .header_inner .nav .main_nav li {
    width: 100%;
  }
}
header.header .header_inner .nav .main_nav li span, header.header .header_inner .nav .main_nav li a {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width:959px) {
  header.header .header_inner .nav .main_nav li span, header.header .header_inner .nav .main_nav li a {
    padding: 1% 0;
  }
}
@media only screen and (min-width:1488px) {
  header.header .header_inner .nav .main_nav li span, header.header .header_inner .nav .main_nav li a {
    font-size: 20px;
  }
}
header.header .header_inner .nav .main_nav li span:after, header.header .header_inner .nav .main_nav li a:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 2px;
  background: #0e0e0e;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header.header .header_inner .nav .main_nav li span:hover:after, header.header .header_inner .nav .main_nav li a:hover:after {
  transform: scale(1, 1);
}
header.header .header_inner .nav .main_nav li.has_sub {
  position: relative;
}
header.header .header_inner .nav .main_nav li.has_sub .sub_area {
  display: none;
}
header.header .header_inner .nav .main_nav li.has_sub.open {
  padding: 0 0 15%;
}
@media only screen and (max-width:769px) {
  header.header .header_inner .nav .main_nav li.has_sub.open {
    padding: 0;
  }
}
header.header .header_inner .nav .main_nav li.has_sub.open .sub_area {
  display: block;
  position: absolute;
  padding: 2% 5%;
}
@media only screen and (max-width:769px) {
  header.header .header_inner .nav .main_nav li.has_sub.open .sub_area {
    position: relative;
  }
}
header.header .header_inner .nav .main_nav li.has_sub.open .sub_area a {
  font-size: 14px;
}
header.header .header_inner .nav .main_nav li.has_sub.open .sub_area a:after {
  display: none;
}
header.header .header_inner .nav .main_nav li.has_sub.open .sub_area a:hover {
  text-decoration: underline;
}
@media only screen and (max-width:959px) {
  header.header .header_inner .nav .main_nav li.shop {
    padding: 2% 0;
  }
}
header.header .header_inner .nav .main_nav li.shop a {
  display: inline-block;
  padding: 0 10%;
  border-radius: 15px;
  border: 1px solid #0e0e0e;
}
header.header .header_inner .nav .main_nav li.shop a:after {
  display: none;
}
header.header .header_inner .nav .main_nav li.shop a:hover {
  border: 1px solid #004ba0;
  background-color: #004ba0;
  color: #fff;
}
header.header .header_inner .nav .sp_sns_nav {
  display: none;
}
@media only screen and (max-width:959px) {
  header.header .header_inner .nav .sp_sns_nav {
    display: block;
    width: 100%;
    padding: 5% 0 0;
  }
}
header.header .header_inner .nav .sp_sns_nav li {
  padding: 0 5% 0 0;
  white-space: nowrap;
  font-size: 16px;
}
header.header .header_inner .nav .sp_sns_nav li:before {
  content: "・";
}
header.header .header_inner .nav .sp_sns_nav li a:hover {
  opacity: 0.6;
}

.sns_nav {
  position: fixed;
  right: 2%;
  top: 650px;
  width: 500px;
  z-index: 400;
  transform: rotate(90deg);
  transform-origin: top right;
  font-family: "bahnschrift", sans-serif;
  font-weight: 200;
  display: inline-block;
}
@media only screen and (max-width:959px) {
  .sns_nav {
    display: none;
  }
}
.sns_nav li {
  display: inline-block;
  padding: 0 5% 0 0;
  white-space: nowrap;
  font-size: 16px;
}
.sns_nav li:before {
  content: "・";
}
.sns_nav li a {
  color: #0e0e0e;
}
.sns_nav li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.main {
  padding: 6.6% 0 4.6%;
}
@media only screen and (max-width:650px) {
  .main {
    padding: 20% 0 10%;
  }
}
@media only screen and (max-width:320px) {
  .main {
    padding: 30% 0 10%;
  }
}
.main h2.ttl {
  text-align: center;
}
.main h2.ttl .jp {
  display: block;
  font-size: 13px;
  line-height: 1.6;
}
@media only screen and (max-width:650px) {
  .main h2.ttl .jp {
    font-size: 12px;
  }
}
.main h2.ttl .en {
  display: inline-block;
  padding: 0 20px 30px;
  background: url("../images/common/bg_title.svg") no-repeat center bottom;
  background-size: 400px auto;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.22em;
  color: #004ba0;
}
@media only screen and (max-width:650px) {
  .main h2.ttl .en {
    padding: 0 16px 20px;
    font-size: 24px;
    background-size: 300px auto;
  }
}

footer.footer .pagetop {
  text-align: center;
  display: flex;
  justify-content: center;
}
footer.footer .pagetop p {
  border: 1px solid gray;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
@media only screen and (max-width:650px) {
  footer.footer .pagetop p {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width:320px) {
  footer.footer .pagetop p {
    width: 32px;
    height: 32px;
  }
}
footer.footer .pagetop p img {
  width: 20px;
}
@media only screen and (max-width:650px) {
  footer.footer .pagetop p img {
    width: 16px;
  }
}
@media only screen and (max-width:320px) {
  footer.footer .pagetop p img {
    width: 12px;
  }
}
footer.footer .pagetop p:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}
footer.footer .copyright {
  text-align: right;
  font-size: 12px;
}
@media only screen and (max-width:650px) {
  footer.footer .copyright {
    font-size: 10px;
  }
}/*# sourceMappingURL=common.css.map */