@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@72,500&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1621;
  background: url("../img/bg_bottom.png") repeat-x bottom center #fff;
}
@media only screen and (max-width: 768px) {
  body {
    background: url("../img/bg_bottom-sp.png") no-repeat bottom center;
    background-size: 100%;
  }
}

a,
a:link,
a:visited {
  color: #ef5080;
}

#btn-nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  #btn-nav {
    display: block;
    position: fixed;
    top: 3.125vw;
    right: 3.125vw;
    width: 12.5vw;
    height: 12.5vw;
    background-color: #1a1621;
    z-index: 30;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav span {
    position: absolute;
    left: 2.5vw;
    width: 7.65625vw;
    height: 0.3125vw;
    background-color: #b0a58c;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav span:nth-child(1) {
    top: 4.84375vw;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav span:nth-child(2) {
    top: 6.09375vw;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav span:nth-child(3) {
    top: 7.34375vw;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav.active span:nth-child(1) {
    transform: rotate(25deg);
    top: 5.9375vw;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav.active span:nth-child(2) {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav.active span:nth-child(3) {
    transform: rotate(-25deg);
    top: 5.9375vw;
  }
}

#header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  min-width: 1130px;
  background-color: #fff;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #header {
    display: none;
    height: 100vh;
    padding: 0 13.28125vw 0 14.375vw;
    min-width: unset;
    background: url("../img/global/bg_nav_rp.png") repeat-y top center, url("../img/global/bg_nav.jpg") repeat-y top center;
    background-size: 100%;
    overflow-y: scroll;
  }
}
#header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("../img/global/nav_icon.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #header::after {
    display: none;
  }
}
#header .logo {
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
  width: 160px;
}
@media only screen and (max-width: 768px) {
  #header .logo {
    position: static;
    width: 42.1875vw;
    transform: unset;
    padding-top: 6.25vw;
    margin-bottom: 13.28125vw;
  }
}
#header .logo img {
  width: 100%;
}
#header nav {
  position: absolute;
  top: 50%;
  right: 125px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #header nav {
    position: static;
    transform: unset;
    margin-bottom: 12.5vw;
  }
}
#header nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #header nav ul {
    display: block;
  }
}
#header nav ul li {
  position: relative;
  padding: 0 38px 0 30px;
}
@media only screen and (max-width: 768px) {
  #header nav ul li {
    padding: 0 0 0 14.0625vw;
    margin-bottom: 7.8125vw;
  }
}
#header nav ul li.on a {
  color: #ef5080;
}
#header nav ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background-color: #1a1621;
}
@media only screen and (max-width: 768px) {
  #header nav ul li:not(:last-child)::after {
    left: 0;
    right: inherit;
    width: 8.4375vw;
    height: 4.21875vw;
    background: url("../img/global/nav_icon_list.png") no-repeat top center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #header nav ul li:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8.4375vw;
    height: 4.21875vw;
    background: url("../img/global/nav_icon_list.png") no-repeat top center;
    background-size: contain;
  }
}
#header nav ul li a {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #1a1621;
  font-family: "Bodoni 72", "Bodoni Moda", serif;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #header nav ul li a {
    font-size: 40px;
    font-size: 6.25vw;
  }
}
#header nav ul li a:hover {
  color: #ef5080;
}
#header .top {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header .top {
    display: inline;
    padding-bottom: 12.5vw;
  }
}
#header .top a {
  line-height: 1;
  letter-spacing: 0.15em;
  color: #1a1621;
  font-family: "Bodoni Moda", serif;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #header .top a {
    font-size: 40px;
    font-size: 6.25vw;
  }
}
#header .top a:hover {
  color: #ef5080;
}

#footer {
  position: relative;
  text-align: center;
  padding: 40px 0;
  background-color: #1a1621;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 7.8125vw 0;
  }
}
#footer #pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #footer #pagetop {
    bottom: 4.6875vw;
    right: 4.6875vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer img {
    width: 100%;
  }
}
#footer .twitter {
  width: 86px;
  text-align: center;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 768px) {
  #footer .twitter {
    width: 27.5vw;
    margin: 0 auto 4.6875vw;
  }
}
#footer .twitter img {
  width: 100%;
}
#footer .logo {
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #footer .logo {
    width: 27.8125vw;
    margin: 0 auto 3.125vw;
  }
}
#footer p {
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #footer p {
    font-size: 20px;
    font-size: 3.125vw;
  }
}