@charset "UTF-8";
html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  background: #FFF;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3',
 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝',
 'ＭＳ 明朝', serif;
}

.fnt-meiryo {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック',
 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
 sans-serif;
}

.fnt-gothic {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック',
 'MS PGothic', sans-serif;
}

.fnt-garamond {
  font-family: 'Cormorant Garamond', serif;
}

.fnt-shs-n {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fnt-shs-b {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fnt-han-n {
  font-family: YakuHanJP_Narrow, YakuHanJP_Noto, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "noto-M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-style: normal;
  /* font-feature-settings: 'pwid'; */
  font-feature-settings: 'smcp';
}

@font-face {
  font-family: 'mobo';
  src: url("../font/MOBO.otf");
  /* IE9 Compat Modes */
  src: url("../font/MOBO.eot?#iefix") format("embedded-opentype"), url("../font/MOBO.woff2") format("woff2"), url("../font/MOBO.woff") format("woff"), url("../font/MOBO.ttf") format("truetype"), url("../font/MOBO.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

.fnt-mobo {
  font-family: 'mobo', serif;
  font-weight: normal;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
  width: 100%;
  z-index: 100;
  padding-top: 85px;
}

header .hamberger-btn {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #EF8FA3;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  z-index: 109;
  display: none;
}

header .hamberger-btn::after {
  content: 'menu';
  position: absolute;
  bottom: 2px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #FFF;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

header .hamberger-btn .hamberger-inner {
  width: 35px;
  position: absolute;
  top: 14px;
  left: 12px;
}

header .hamberger-btn .hamberger-inner span {
  width: 100%;
  height: 3px;
  margin-bottom: 4px;
  background: #FFF;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

header .hamberger-btn .hamberger-inner span.line {
  top: 10px;
  transition: all 0.3s ease;
}

header .hamberger-btn:hover .hamberger-inner span.line {
  width: 50%;
}

.menu-open header .hamberger-btn {
  box-sizing: border-box;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  z-index: 109;
}

.menu-open header .hamberger-btn::after {
  content: 'close';
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.16em;
  color: #f0ebe7;
  width: 100%;
}

.menu-open header .hamberger-btn .hamberger-inner {
  width: 60px;
  position: absolute;
  top: 32px;
  left: 45px;
}

.menu-open header .hamberger-btn .hamberger-inner span {
  width: 30px;
  height: 2px;
  margin-bottom: 4px;
  background: #f0ebe7;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg) translateY(7px);
}

.menu-open header .hamberger-btn .hamberger-inner span.line {
  top: 10px;
  transition: all 0.3s ease;
  transform: rotate(-45deg) translateY(-7px);
}

.menu-open header .hamberger-btn:hover .hamberger-inner span {
  opacity: 0.8;
}

.js-nav-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: 99;
  visibility: visible;
  background: #FFF;
}

.js-nav-box .scroll-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 40px 0 60px;
}

.js-nav-box .scroll-box img {
  max-width: 50%;
  width: 100%;
  height: auto;
}

.js-nav-box .nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 85px;
}

.js-nav-box .nav-list li {
  line-height: 16px;
  border-left: 2px solid #4C4948;
}

.js-nav-box .nav-list li:last-child {
  border-right: 2px solid #4C4948;
}

.js-nav-box .nav-list li:last-child a {
  padding: 0 10px;
}

.js-nav-box .nav-list li a {
  color: #4C4948;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 15px;
  line-height: 16px;
  padding: 0 26px;
}

.js-nav-box .nav-list li a.active, .js-nav-box .nav-list li a:hover {
  color: #FF7398;
}

#nav-sec ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
}

#nav-sec ul li {
  position: relative;
}

#nav-sec ul li + li::before {
  background: #FAD7D2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 3px;
  height: 58px;
}

#nav-sec ul li a {
  text-align: center;
  width: 232px;
  position: relative;
  display: block;
  background: url(../img/shared/icon_nav.png) no-repeat bottom center;
  background-size: 24px;
  padding-bottom: 30px;
  transition: all 0.35s ease;
  letter-spacing: 0.2em;
}

#nav-sec ul li a:hover {
  transform: scale(1.05, 1.05);
  background: url(../img/shared/icon_nav_on.png) no-repeat bottom center;
  background-size: 24px;
}

#nav-sec ul li a.active {
  background: url(../img/shared/icon_nav_on.png) no-repeat bottom center;
  background-size: 24px;
}

#nav-sec ul li a span {
  font-style: normal;
  display: block;
  font-size: 12px;
  color: #FF7398;
}

#nav-sec ul li a i {
  font-style: normal;
  font-size: 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  height: 40px;
}

#nav-sec ul li a i small {
  font-size: 17px;
  width: 100%;
}

@media only screen and (max-width: 1249px) and (min-width: 767px) {
  #nav-sec ul li a {
    width: 202px;
  }
  #nav-sec ul li a span {
    font-size: 11px;
  }
  #nav-sec ul li a i {
    font-size: 20px;
  }
  #nav-sec ul li a i small {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 767px) {
  .js-nav-box .scroll-box {
    padding: 0 25px;
  }
  .js-nav-box .scroll-box img {
    max-width: 100%;
  }
  header h1 {
    width: 200px;
  }
  .js-nav-box .nav-list li a {
    font-size: 14px;
    line-height: 15px;
    padding: 0px 18px;
  }
  #nav-sec ul li a {
    width: 155px;
  }
  #nav-sec ul li a span {
    font-size: 10px;
  }
  #nav-sec ul li a i {
    font-size: 18px;
  }
  #nav-sec ul li a i small {
    font-size: 14px;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  header .hamberger-btn {
    display: block;
  }
  header {
    padding-top: 60px;
  }
  .js-nav-box {
    height: 60px;
  }
  .js-nav-box .sub {
    position: fixed;
    background: #FFF;
    width: 100%;
    height: 110vh;
    z-index: 99;
    transition: all 0.3s ease;
    right: -105%;
    top: 0;
  }
  .menu-open .js-nav-box {
    height: 60px;
  }
  .menu-open .js-nav-box .sub {
    right: 0;
  }
  .menu-open .js-nav-box .nav-list {
    display: block;
    height: auto;
    padding: 25vw 10% 20vw;
  }
  .menu-open .js-nav-box .nav-list li {
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
    border: none;
  }
  .menu-open .js-nav-box .nav-list li a {
    text-align: left;
    padding: 0;
    font-size: 16px;
    border: none;
  }
  .menu-open .js-nav-box .nav-list li:last-child {
    border-right: none;
  }
  .js-nav-box .scroll-box {
    padding: 0;
  }
  .js-nav-box .scroll-box .logo-nav {
    width: 154px;
    margin: 10px;
  }
  .js-nav-box .scroll-box img {
    max-width: 100%;
  }
  #nav-sec ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-wrap: wrap;
    padding: 20px 0 1px;
  }
  #nav-sec ul li {
    position: relative;
    width: 50%;
    margin-bottom: 20px;
  }
  #nav-sec ul li + li::before {
    background: #FAD7D2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 3px;
    height: 58px;
  }
  #nav-sec ul li:nth-child(3)::before, #nav-sec ul li:nth-child(5)::before {
    display: none;
  }
  #nav-sec ul li a {
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    background: url(../img/shared/icon_nav.png) no-repeat bottom center;
    background-size: 24px;
    padding-bottom: 30px;
    transition: all 0.35s ease;
    letter-spacing: 0.2em;
  }
  #nav-sec ul li a:hover {
    transform: scale(1, 1);
  }
  #nav-sec ul li a.active {
    background: url(../img/shared/icon_nav_on.png) no-repeat bottom center;
    background-size: 24px;
  }
  #nav-sec ul li a span {
    font-style: normal;
    display: block;
    font-size: 10px;
    color: #FF7398;
  }
  #nav-sec ul li a i {
    font-style: normal;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    height: 40px;
  }
  #nav-sec ul li a i small {
    font-size: 14px;
    width: 100%;
  }
  .menu-open header .hamberger-btn::after {
    content: 'close';
    position: absolute;
    bottom: 2px;
    font-size: 11px;
    color: #FFF;
    width: 100%;
  }
  .menu-open header .hamberger-btn .hamberger-inner {
    width: 60px;
    position: absolute;
    top: 15px;
    left: 23px;
  }
  .menu-open header .hamberger-btn .hamberger-inner span {
    width: 24px;
    height: 2px;
    margin-bottom: 4px;
    background: #FFF;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg) translateY(7px);
  }
  .menu-open header .hamberger-btn .hamberger-inner span.line {
    top: 10px;
    transition: all 0.3s ease;
    transform: rotate(-45deg) translateY(-7px);
    width: 24px;
  }
  .menu-open header .hamberger-btn:hover .hamberger-inner span {
    opacity: 0.8;
  }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  position: relative;
  color: #4C4948;
  z-index: 99;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 0.075em;
  padding: 45px 0 70px;
}

footer .box {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}

footer .nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

footer .nav-list li {
  line-height: 14px;
  border-left: 2px solid #4C4948;
}

footer .nav-list li:last-child {
  border-right: 2px solid #4C4948;
}

footer .nav-list li:last-child a {
  padding: 0 7px;
}

footer .nav-list li a {
  color: #4C4948;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 13px;
  line-height: 14px;
  padding: 0 20px;
}

footer .nav-list li a.active1, footer .nav-list li a:hover {
  color: #FF7398;
}

footer .logo-ft {
  width: 240px;
  margin: auto;
}

footer .logo-ft img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1023px) and (min-width: 767px) {
  footer {
    font-size: 11px;
  }
  footer .nav-list li a {
    color: #4C4948;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 11px;
    line-height: 12px;
    padding: 0 18px;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    position: relative;
    color: #4C4948;
    z-index: 99;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    letter-spacing: 0.075em;
    padding: 45px 0 70px;
    display: flex;
    flex-wrap: wrap-reverse;
    text-align: center;
  }
  footer .box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  footer .nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-bottom: 35vw;
  }
  footer .nav-list li {
    line-height: 14px;
    border-left: 2px solid #4C4948;
  }
  footer .nav-list li:last-child {
    border-right: 2px solid #4C4948;
  }
  footer .nav-list li:last-child a {
    padding: 0 6px;
  }
  footer .nav-list li a {
    color: #4C4948;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 10px;
    line-height: 12px;
    padding: 0 7px;
  }
  footer .nav-list li a.active1, footer .nav-list li a:hover {
    color: #FF7398;
  }
  footer .logo-ft {
    width: 200px;
    margin: 37px auto -37vw;
  }
  footer .logo-ft img {
    width: 100%;
    height: auto;
  }
}

/*=============================================
 * style custom
 *=============================================*/
.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.slick-dots {
  width: 100%;
  margin: auto;
  display: flex;
  z-index: 99;
  position: absolute;
}

.slick-dots li {
  width: 12px;
  height: 12px !important;
  margin: 0 7px;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #513722;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background: #513722;
}

.slick-arrow {
  position: absolute;
  background: none;
  border: none;
  font-size: 0;
  width: 20px;
  height: 20px;
}

.slick-arrow::after {
  content: '<';
  font-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  color: #513722;
  font-weight: bold;
  transform: scaleY(1.5);
}

.slick-arrow.slick-next::after {
  content: '>';
}
