@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	basic layout
================================================== */
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.list:hover {
  opacity: 0.8;
}
a.link_a {
  text-decoration: underline;
}

body.overflow {
  overflow: hidden;
}

img,
iframe {
  width: 100%;
}

#wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/common_img/top_bg01.gif) right top/26vw auto no-repeat;
  color: #222222;
  -webkit-text-size-adjust: 100%;
  font-size: 4.088vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #wrapper {
    background: url(../images/common_img/top_bg01.gif) right top/260px auto no-repeat;
    font-size: 1.6rem;
  }
}
/* ========== end △ */

.container {
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
  padding: 0vw 3.8325vw 0vw 3.8325vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .container {
    padding: 0 20px 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ========== end △ */
.container.mode_m {
  max-width: 1440px;
}
.container.no_padding {
  padding: 0vw 0vw 0vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .container.no_padding {
    padding: 0;
  }
}
/* ========== end △ */

.en {
  font-family: "Unna", serif;
  letter-spacing: 0.1em;
}

.cont_wrap {
  width: 100%;
  box-sizing: border-box;
}

/* ==================================================
	keyframes
================================================== */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes txt_rotate {
  0% {
    transform: rotatey(0);
  }
  80% {
    transform: rotatey(0);
  }
  100% {
    transform: rotatey(360deg);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  3% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  6% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  10% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  14% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  20% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1, 1.12) translate(-7.5%, -6%) skew(9deg, 0deg);
  }
  25% {
    transform: scale(1, 0.88) translate(7.5%, 6%) skew(-9deg, 0deg);
  }
  32% {
    transform: scale(1, 1.06) translate(4%, -4%) skew(-6deg, 0deg);
  }
  40% {
    transform: scale(1, 0.94) translate(-4%, 4%) skew(6deg, 0deg);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes scroll_arrow {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(20px);
  }
  90% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes slide_info {
  0% {
    opacity: 0;
    transform: translateX(-6vw) scale(1);
  }
  10% {
    opacity: 1;
    transform: translateX(-6vw) scale(1);
  }
  80% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  90% {
    opacity: 0;
    transform: translateX(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(0) scale(1);
  }
}
/* ==================================================
	header
================================================== */
#header {
  width: 100%;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  display: flex;
  align-items: center;
  padding: 2.555vw 3.8325vw 2.555vw 3.8325vw;
  position: relative;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #header .inner {
    padding: 30px 40px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #header .inner {
    box-sizing: border-box;
    margin: 0 auto;
  }
  #header .hum_wrap {
    display: none;
  }
}
/* ========== end △ */

.site-header {
  transition: 0.3s ease all;
}

.site-header.hide {
  transform: translateY(-100%);
}

.logo {
  display: block;
  align-items: center;
  z-index: 12;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .logo {
    transition: all 0.3s ease;
  }
  .logo:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
.logo h1 {
  display: flex;
  align-items: center;
}
.logo img {
  width: auto;
  height: 5.3655vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .logo img {
    height: 40px;
  }
}
/* ========== end △ */

/* ==================================================
	gnav
================================================== */
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  .nav_gnav .nav_box {
    background: rgba(242, 240, 231, 0.888);
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    right: -100%;
    top: 0;
    box-sizing: border-box;
    overflow: auto;
    padding: 22.995vw 3.8325vw 15.33vw 3.8325vw;
  }
  .nav_gnav .nav_box.active {
    opacity: 1;
    right: 0;
  }
  .nav_gnav .nav_box .nav_inner {
    width: 70%;
    background: #fff;
    border-radius: 4.088vw;
    overflow: hidden;
    padding: 15.33vw 7.665vw 15.33vw 7.665vw;
    border-radius: 3vw;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
  }
  .nav_gnav .nav_box .h_nav ul li a {
    display: block;
    font-family: "Unna", serif;
    text-align: center;
    font-size: 4.8545vw;
  }
  .nav_gnav .nav_box .sns_nav {
    margin-top: 10.22vw;
    display: flex;
    justify-content: center;
    gap: 5vw;
  }
  .nav_gnav .nav_box .sns_nav > li {
    width: fit-content;
    margin-top: 0;
  }
  .nav_gnav .nav_box .sns_nav > li a {
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: table_form;
  }
  .nav_gnav li {
    font-size: 3.3215vw;
    text-align: center;
  }
  .nav_gnav li + li {
    margin-top: 2.044vw;
  }
  .nav_gnav li a {
    display: inline-block;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .nav_gnav {
    margin-left: auto;
  }
  .nav_gnav .nav_inner {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: -10px;
  }
  .nav_gnav .nav_inner .h_nav > ul {
    display: flex;
    gap: 20px 0;
    position: relative;
  }
  .nav_gnav .nav_inner .h_nav > ul::after {
    width: 0;
    height: 60%;
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    right: 0;
    border-right: 1px dotted #222222;
  }
  .nav_gnav .nav_inner .h_nav > ul > li {
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
  }
  .nav_gnav .nav_inner .h_nav > ul > li::after {
    width: 0;
    height: 60%;
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    border-left: 1px dotted #222222;
  }
  .nav_gnav .nav_inner .h_nav > ul > li > a {
    font-size: 1.6rem;
    font-family: "Unna", serif;
    padding: 8px 10px;
  }
  /* ▽ PC layout ========== */
  /* ========== end △ */
}
@media only screen and (min-width: 781px) and (min-width: 781px) {
  .nav_gnav .nav_inner .h_nav > ul > li > a {
    transition: all 0.3s ease;
  }
  .nav_gnav .nav_inner .h_nav > ul > li > a:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 781px) {
  .nav_gnav .nav_inner .sns_nav {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .nav_gnav .nav_inner .sns_nav li a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
  }
  /* ▽ PC layout ========== */
  /* ========== end △ */
}
@media only screen and (min-width: 781px) and (min-width: 781px) {
  .nav_gnav .nav_inner .sns_nav li a {
    transition: all 0.3s ease;
  }
  .nav_gnav .nav_inner .sns_nav li a:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  .nav_gnav .nav_inner .sns_nav {
    display: none;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  .hum_wrap {
    position: relative;
    z-index: 11;
    width: 10.22vw;
    height: 7.665vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }
  .hum_trigger {
    z-index: 12;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    display: inline-block;
    font-size: 2.555vw;
    transition: all 0.5s;
    box-sizing: border-box;
    letter-spacing: 0.1em;
  }
  .hum_trigger span {
    background: #383730;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 80%;
    left: 10%;
    height: 2px;
    border-radius: 5px;
  }
  .hum_trigger span:nth-of-type(1) {
    top: 2.044vw;
  }
  .hum_trigger span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .hum_trigger span:nth-of-type(3) {
    bottom: 2.044vw;
  }
  .hum_trigger.active span:nth-of-type(1) {
    transform: translateY(2vw) rotate(-45deg);
    top: 1.40525vw;
  }
  /* ▽ PC layout ========== */
  /* ========== end △ */
}
@media only screen and (max-width: 780px) and (min-width: 781px) {
  .hum_trigger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
}
@media print, screen and (max-width: 780px) {
  .hum_trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-hum 0.8s forwards;
  }
  @-webkit-keyframes active-hum {
    100% {
      height: 0;
    }
  }
  @keyframes active-hum {
    100% {
      height: 0;
    }
  }
  .hum_trigger.active span:nth-of-type(3) {
    bottom: 1.40525vw;
    transform: translateY(-2.6vw) rotate(45deg);
  }
  /* ▽ PC layout ========== */
  /* ========== end △ */
}
@media only screen and (max-width: 780px) and (min-width: 781px) {
  .hum_trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}
/* ========== end △ */
/* ==================================================
	footer
================================================== */
#footer {
  background: #383730;
  color: #fff;
  padding: 20.44vw 0vw 0vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer {
    padding: 140px 0 0;
  }
}
/* ========== end △ */
#footer .container {
  position: relative;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head {
    display: flex;
    justify-content: space-between;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #footer .head {
    display: block;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .top {
    width: 560px;
    display: flex;
    justify-content: space-between;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #footer .head .top {
    margin: 0 auto;
  }
}
/* ========== end △ */
#footer .head .top .logo {
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .top .logo {
    margin: 0;
  }
}
/* ========== end △ */
#footer .head .top .logo img {
  width: auto;
  height: 10.731vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .top .logo img {
    height: 60px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .top .data {
    width: 275px;
  }
}
/* ========== end △ */
#footer .head .bottom {
  margin-top: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .bottom {
    width: 420px;
    margin-top: 0;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #footer .head .bottom {
    margin: 100px auto 0;
  }
}
/* ========== end △ */
#footer .head .bottom .f_nav {
  border-top: 1px solid #56554f;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .bottom .f_nav {
    border-top: none;
    margin: -5px -10px 0 0;
  }
}
/* ========== end △ */
#footer .head .bottom .f_nav ul {
  display: flex;
  flex-wrap: wrap;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .bottom .f_nav ul {
    gap: 20px;
    flex-wrap: nowrap;
  }
}
/* ========== end △ */
#footer .head .bottom .f_nav li {
  box-sizing: border-box;
  width: 50%;
  border-bottom: 1px solid #56554f;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .bottom .f_nav li {
    width: auto;
    border-bottom: none;
  }
}
/* ========== end △ */
#footer .head .bottom .f_nav li:nth-child(odd) {
  border-right: 1px solid #56554f;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .bottom .f_nav li:nth-child(odd) {
    border-right: none;
  }
}
/* ========== end △ */
#footer .head .bottom .f_nav li a {
  font-family: "Unna", serif;
  display: block;
  padding: 1.533vw 2.555vw 1.533vw 2.555vw;
  text-align: center;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .bottom .f_nav li a {
    transition: all 0.3s ease;
  }
  #footer .head .bottom .f_nav li a:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .bottom .f_nav li a {
    padding: 0 10px;
  }
}
/* ========== end △ */
#footer .head .bottom .sns_nav {
  margin-top: 10.22vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .bottom .sns_nav {
    margin-top: 50px;
  }
}
/* ========== end △ */
#footer .head .bottom .sns_nav li {
  width: 48%;
}
#footer .head .bottom .sns_nav li a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-family: "Unna", serif;
  text-align: center;
  padding: 1.533vw 2.555vw 1.533vw 2.555vw;
  border-radius: 10px;
  margin: 0 auto;
  border: 1px solid #56554f;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .bottom .sns_nav li a {
    transition: all 0.3s ease;
  }
  #footer .head .bottom .sns_nav li a:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .head .bottom .sns_nav li a {
    padding: 5px 10px;
  }
}
/* ========== end △ */
#footer .head .bottom .sns_nav li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#footer .head .bottom .sns_nav li a span .ico {
  width: auto;
  height: 20px;
}
#footer .head .bottom .sns_nav li:nth-child(2) a span .ico {
  height: 16px;
}
#footer .copy {
  margin-top: 20.44vw;
  padding: 8.176vw 3.8325vw 8.176vw 3.8325vw;
  border-top: 1px solid #56554f;
  text-align: center;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .copy {
    margin-top: 140px;
    padding: 50px 20px;
  }
}
/* ========== end △ */
#footer .copy small {
  font-family: "Unna", serif;
  font-size: 3.3215vw;
  color: #999999;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #footer .copy small {
    font-size: 1.4rem;
  }
}
/* ========== end △ *//*# sourceMappingURL=base.css.map */