#inpage {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9900;
  background: #ffffff;
}
#inpage .inpage-inner p.black img {
  width: 300px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  animation: logopulse 4s ease infinite;
}
#inpage .inpage-inner p.white img {
  width: 300px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

@keyframes logopulse {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#drawer-area {
  display: none;
}

header#global-header {
  position: relative;
  background: #232323;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-start;
  z-index: 9901;
}
header#global-header h1 {
  width: 120px;
  height: auto;
  padding: 12px 0 8px 16px;
  margin-right: 16px;
}
header#global-header h1 a {
  display: inline-block;
}
header#global-header h1 a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  header#global-header h1 {
    margin-right: 8px;
  }
}
@media screen and (max-width: 480px) {
  header#global-header h1 {
    width: 110px;
    height: auto;
    padding: 10px 10px 0 0;
    margin: 0 auto;
  }
}
header#global-header nav#global-navi ul {
  height: 100%;
  width: 720px;
  display: flex;
  justify-content: space-around;
  flex: 1;
  align-items: center;
}
header#global-header nav#global-navi ul li {
  text-align: center;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
header#global-header nav#global-navi ul li:last-child {
  margin-right: 0;
}
header#global-header nav#global-navi ul li a {
  font-size: 14px;
  display: block;
  height: 46px;
  letter-spacing: 0.15em;
  padding-top: 15px;
  transition: all 0.5s ease;
  color: #ffffff;
  line-height: 1.2;
}
header#global-header nav#global-navi ul li a span {
  color: #ffffff;
  font-size: 11px;
}
header#global-header nav#global-navi ul li a:hover {
  background: #ffffff;
  color: #232323 !important;
}
header#global-header nav#global-navi ul li a:hover span {
  color: #232323;
}
header#global-header nav#global-navi ul li.point {
  text-align: center;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
header#global-header nav#global-navi ul li.point a {
  font-size: 14px;
  display: block;
  height: 46px;
  letter-spacing: 0.15em;
  padding-top: 15px;
  background: #FFD300;
  color: #343434;
}
header#global-header nav#global-navi ul li.point a span {
  color: #343434;
  font-size: 11px;
}
@media screen and (max-width: 1280px) {
  header#global-header nav#global-navi ul {
    width: 500px;
  }
  header#global-header nav#global-navi ul li a {
    height: 35px;
    letter-spacing: 0.15em;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header#global-header nav#global-navi ul {
    width: 500px;
  }
  header#global-header nav#global-navi ul li a {
    height: 38px;
    letter-spacing: 0.15em;
    padding-top: 14px;
  }
}
@media screen and (max-width: 480px) {
  header#global-header nav#global-navi {
    display: none;
  }
  header#global-header nav#global-navi ul {
    height: auto;
  }
}
header#global-header nav#inq-navi {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  height: 60px;
}
header#global-header nav#inq-navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  height: 100%;
}
header#global-header nav#inq-navi ul li {
  width: 100%;
  height: 100%;
}
header#global-header nav#inq-navi ul li a {
  display: block;
  height: 40px;
  text-align: center;
  padding-top: 18px;
}
header#global-header nav#inq-navi ul li a img.icon-mail {
  width: 21px;
  height: auto;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
header#global-header nav#inq-navi ul li a span {
  color: #ffffff;
}
header#global-header nav#inq-navi ul li a:hover span {
  color: #DABC43;
}
header#global-header nav#inq-navi ul li:nth-child(2) a {
  border-left: none;
  text-decoration: none;
}
header#global-header nav#inq-navi ul li:nth-child(2) a img.icon-tel {
  width: 20px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
header#global-header nav#inq-navi ul li:nth-child(2) a span {
  color: #ffffff;
}
header#global-header nav#inq-navi ul li:nth-child(2) a:hover span {
  color: #DABC43;
}
@media screen and (max-width: 768px) {
  header#global-header nav#inq-navi {
    width: 160px;
    height: 100%;
  }
  header#global-header nav#inq-navi ul li a {
    padding-top: 0 !important;
    height: 100%;
  }
  header#global-header nav#inq-navi ul li a img {
    margin-right: 0 !important;
  }
  header#global-header nav#inq-navi ul li a img.icon-mail {
    width: 18px;
    top: 20px;
  }
  header#global-header nav#inq-navi ul li a img.icon-tel {
    width: 24px !important;
    top: 20px !important;
    left: 4px;
  }
  header#global-header nav#inq-navi ul li a span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header#global-header nav#inq-navi {
    width: 90px;
    height: 100%;
  }
  header#global-header nav#inq-navi ul li {
    margin-right: 12px;
  }
  header#global-header nav#inq-navi ul li a {
    padding-top: 0 !important;
    height: 100%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    margin-top: 9px;
    overflow: hidden;
  }
  header#global-header nav#inq-navi ul li a img {
    margin-right: 0 !important;
    position: relative;
    transition: all 0.8s ease;
  }
  header#global-header nav#inq-navi ul li a img.icon-mail {
    width: 18px;
    top: 6px;
  }
  header#global-header nav#inq-navi ul li a img.icon-mail.active {
    -webkit-animation: moveicon1 1.2s ease-in forwards;
    animation: moveicon1 1.2s ease-in forwards;
  }
  header#global-header nav#inq-navi ul li a img.icon-tel {
    width: 20px !important;
    top: 8px !important;
    left: 1px;
  }
  header#global-header nav#inq-navi ul li a img.icon-tel.active {
    -webkit-animation: moveicon2 1.2s ease-in forwards;
    animation: moveicon2 1.2s ease-in forwards;
  }
  header#global-header nav#inq-navi ul li a span {
    display: none;
  }
  header#global-header nav#inq-navi ul li:nth-child(1) {
    background: none;
  }
  header#global-header nav#inq-navi ul li:nth-child(1) a {
    background: #141414;
    border-left: none;
  }
  header#global-header nav#inq-navi ul li:nth-child(2) {
    background: none;
  }
  header#global-header nav#inq-navi ul li:nth-child(2) a {
    background: #141414;
  }
  header#global-header nav#inq-navi ul li:nth-child(2) a.active {
    -webkit-animation: moveicon3 0.7s ease-in forwards;
    animation: moveicon3 0.7s ease-in forwards;
  }
}
@media screen and (max-width: 480px) {
  header#global-header {
    height: auto;
    position: fixed;
    z-index: 9901;
    width: 100%;
    height: 52px;
    background: #222222;
  }
}
header#global-header.move {
  -webkit-animation: headerMove 0.6s ease-in forwards;
  animation: headerMove 0.6s ease-in forwards;
}

@keyframes headerMove {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 200px;
  }
}
@keyframes moveicon1 {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1);
    left: 0;
    transform: skew(0, 0);
  }
  60% {
    left: -35px;
  }
  100% {
    left: 200px;
    transform: skew(20deg, 0);
  }
}
@keyframes moveicon2 {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.4);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveicon3 {
  0% {
    background: #141414;
  }
  50% {
    background: #e2cd74;
  }
  100% {
    background: #141414;
  }
}
div#key-visual {
  position: relative;
  margin-bottom: 120px;
  background: #f9f8f7;
  height: 209px;
}
div#key-visual .key-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../inquiry/images/svg/key-inquiry-bg.svg) no-repeat;
  background-size: auto 100%;
}
div#key-visual .key-bg .key-text {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 120px;
}
div#key-visual .key-bg .key-text img {
  width: 25%;
  height: auto;
}
@media screen and (max-width: 768px) {
  div#key-visual {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual .key-bg .key-text img {
    width: 45%;
  }
}

div#key-visual.sub-key {
  position: relative;
  margin-bottom: 63px;
  height: auto;
  overflow: hidden;
  top: -2px;
}
div#key-visual.sub-key .key-pic {
  position: relative;
}
div#key-visual.sub-key .key-pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
}
div#key-visual.sub-key .key-pic img.key-pic {
  display: inline;
}
div#key-visual.sub-key .key-pic img.key-pic-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  div#key-visual.sub-key .key-pic img.key-pic {
    display: none;
  }
  div#key-visual.sub-key .key-pic img.key-pic-sp {
    display: inline;
  }
}
div#key-visual.sub-key .key-pic span.key-text {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 31% !important;
  font-size: 140px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.8;
  letter-spacing: 0;
  line-height: 0.01;
}
div#key-visual.sub-key .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  top: -32px;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  div#key-visual.sub-key .key-pic span.key-text {
    font-size: 90px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#key-visual.sub-key .key-pic span.key-text {
    font-size: 70px;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.sub-key .key-pic span.key-text {
    font-size: 32px;
    padding-top: 8%;
    opacity: 0.9;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }
}
div#key-visual.sub-key.feature-key {
  margin-bottom: 56px;
}
div#key-visual.sub-key.feature-key .key-pic span.key-text {
  line-height: 0.8;
  padding-top: 1.2%;
}
div#key-visual.sub-key.feature-key .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 16px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  div#key-visual.sub-key {
    margin-bottom: 32px;
    padding-top: 0;
  }
  div#key-visual.sub-key.feature-key {
    margin-bottom: 56px;
    line-height: 1;
  }
  div#key-visual.sub-key.feature-key .key-pic span.key-text {
    line-height: 1;
    padding-top: 0.8%;
  }
  div#key-visual.sub-key.feature-key .key-pic span.key-text span.ja {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.sub-key {
    margin-bottom: 32px;
    padding-top: 48px;
  }
  div#key-visual.sub-key.feature-key {
    margin-bottom: 56px;
  }
  div#key-visual.sub-key.feature-key .key-pic span.key-text {
    line-height: 1;
    padding-top: 4%;
  }
  div#key-visual.sub-key.feature-key .key-pic span.key-text span.ja {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    top: -12px;
    padding-left: 6px;
  }
}

div#key-visual.top-key {
  position: relative;
  margin-bottom: 0;
  height: auto;
  top: -110px;
}
div#key-visual.top-key img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
div#key-visual.top-key .key-pic {
  display: block;
}
div#key-visual.top-key .key-pic-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  div#key-visual.top-key {
    top: 0;
  }
}

div#key-visual.confshoot {
  margin-bottom: 60px;
}
div#key-visual.confshoot div.key-bg p.key-text {
  padding-top: 60px;
}
div#key-visual.confshoot div.key-bg p.key-text img {
  width: 15%;
}
@media screen and (max-width: 480px) {
  div#key-visual.confshoot div.key-bg p.key-text {
    padding-top: 100px;
  }
  div#key-visual.confshoot div.key-bg p.key-text img {
    width: 40%;
  }
}

div#key-visual.inquiry div.key-bg p.key-text {
  padding-top: 60px;
}
div#key-visual.inquiry div.key-bg p.key-text img {
  width: 15%;
}
@media screen and (max-width: 480px) {
  div#key-visual.inquiry div.key-bg p.key-text {
    padding-top: 100px;
  }
  div#key-visual.inquiry div.key-bg p.key-text img {
    width: 40%;
  }
}

div#key-visual.plankey {
  margin-bottom: 56px;
}
div#key-visual.plankey .key-pic span.key-text {
  line-height: 0.4;
  padding-top: 1.2%;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
div#key-visual.plankey .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 16px;
  position: relative;
  top: -40px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  div#key-visual.plankey .key-pic span.key-text {
    font-size: 100px;
    padding-top: 0.4%;
  }
}
@media screen and (max-width: 768px) {
  div#key-visual.plankey .key-pic span.key-text {
    font-size: 72px;
    line-height: 0.8;
    padding-top: 0.4%;
  }
  div#key-visual.plankey .key-pic span.key-text span.ja {
    font-size: 23px;
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.plankey .key-pic span.key-text {
    font-size: 32px;
    line-height: 0.8;
    padding-top: 2%;
  }
  div#key-visual.plankey .key-pic span.key-text span.ja {
    font-size: 15px;
    top: -16px;
    padding-left: 0;
  }
}

div#key-visual.access {
  margin-bottom: 56px;
}
div#key-visual.access .key-pic span.key-text {
  line-height: 0.4;
  padding-top: 1.2%;
}
div#key-visual.access .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 0;
  position: relative;
  top: 0;
}
@media screen and (max-width: 1024px) {
  div#key-visual.access .key-pic span.key-text {
    font-size: 100px;
    padding-top: 0.4%;
  }
}
@media screen and (max-width: 768px) {
  div#key-visual.access .key-pic span.key-text {
    font-size: 72px;
    line-height: 0.8;
    padding-top: 0.4%;
  }
  div#key-visual.access .key-pic span.key-text span.ja {
    font-size: 23px;
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.access .key-pic span.key-text {
    font-size: 32px;
    line-height: 0.8;
    padding-top: 2%;
  }
  div#key-visual.access .key-pic span.key-text span.ja {
    font-size: 15px;
    top: 0;
    padding-left: 0;
  }
}

div#key-visual.gallery {
  margin-bottom: 56px;
}
div#key-visual.gallery .key-pic span.key-text {
  line-height: 0.4;
  padding-top: 1.2%;
}
div#key-visual.gallery .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 0;
  position: relative;
  top: 0;
}
@media screen and (max-width: 1024px) {
  div#key-visual.gallery .key-pic span.key-text {
    font-size: 100px;
    padding-top: 0.4%;
  }
}
@media screen and (max-width: 768px) {
  div#key-visual.gallery .key-pic span.key-text {
    font-size: 72px;
    line-height: 0.8;
    padding-top: 0.4%;
  }
  div#key-visual.gallery .key-pic span.key-text span.ja {
    font-size: 23px;
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.gallery .key-pic span.key-text {
    font-size: 32px;
    line-height: 0.8;
    padding-top: 2%;
  }
  div#key-visual.gallery .key-pic span.key-text span.ja {
    font-size: 15px;
    top: 0;
    padding-left: 0;
  }
}

#inquiry {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  position: relative;
}
#inquiry h2 {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -60%;
}
#inquiry h2 img {
  width: 518px;
  height: 238px;
}
#inquiry h2 img.pcinq {
  display: inline;
}
#inquiry h2 img.spinq {
  display: none;
}
@media screen and (max-width: 1024px) {
  #inquiry h2 {
    top: -55%;
  }
}
@media screen and (max-width: 768px) {
  #inquiry h2 {
    top: -40%;
  }
  #inquiry h2 img {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  #inquiry h2 {
    top: -24%;
  }
  #inquiry h2 img {
    width: 70%;
  }
  #inquiry h2 img.pcinq {
    display: none;
  }
  #inquiry h2 img.spinq {
    display: inline;
  }
}
#inquiry .inqline {
  width: 50%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 47%;
}
@media screen and (max-width: 1024px) {
  #inquiry .inqline {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #inquiry .inqline .linebox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #inquiry .inqline .linebox h3 {
    text-align: center;
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #inquiry .inqline {
    width: 100%;
    display: block;
  }
  #inquiry .inqline .linebox {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  #inquiry .inqline .linebox h3 {
    text-align: center;
    width: 100%;
  }
}
#inquiry .inqline .linebox {
  height: 50px;
  width: 100%;
}
#inquiry .inqline .linebox h3 {
  padding-bottom: 4px;
}
#inquiry .inqline .linebox h3 i {
  font-weight: lighter;
  margin-left: 12px;
  padding-top: 2px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #232323;
}
#inquiry .inqline .linebox h3 i span {
  position: relative;
  bottom: 8px;
}
@media screen and (max-width: 520px) {
  #inquiry .inqline .linebox h3 i span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #inquiry .inqline .linebox h3 {
    border-left: none;
  }
  #inquiry .inqline .linebox h3 i {
    margin-left: 0;
  }
}
#inquiry .inqline1 {
  margin-bottom: 40px;
}
#inquiry .inqline1 .linebox h3 i img {
  margin-right: 12px;
  width: 37px;
  height: 30px;
}
#inquiry .inqline1 .line-icon {
  text-align: center;
}
#inquiry .inqline1 .line-icon img {
  width: 55px;
  height: 100%;
  position: relative;
  right: 50px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #inquiry .inqline1 .line-icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #inquiry .inqline1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #inquiry .inqline1 {
    margin-bottom: 12px;
  }
}
#inquiry .inqline2 {
  margin-bottom: 40px;
}
#inquiry .inqline2 .linebox h3 i img {
  margin-right: 12px;
  width: 37px;
  height: 30px;
}
#inquiry .inqline2 .line-icon {
  text-align: center;
}
#inquiry .inqline2 .line-icon img {
  width: 55px;
  height: 100%;
  position: relative;
  right: 50px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #inquiry .inqline2 .line-icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #inquiry .inqline2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #inquiry .inqline2 {
    margin-bottom: 12px;
  }
}
#inquiry .inqline3 .linebox h3 i img {
  margin-right: 8px;
  width: 24px;
  height: 40px;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  #inquiry .inqline3 .linebox h3 i img {
    position: relative;
    top: 6px;
  }
}
#inquiry .inqline3 .line-icon {
  text-align: center;
}
#inquiry .inqline3 .line-icon img {
  width: 28px;
  height: 100%;
  position: relative;
  right: 50px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #inquiry .inqline3 .line-icon {
    display: none;
  }
}
#inquiry .line-icon {
  width: 100%;
}
#inquiry .btn {
  width: 100%;
}
#inquiry .btn a {
  display: block;
  text-align: center;
  position: relative;
}
#inquiry .btn.inqbtn1 a {
  color: #ffffff;
  font-size: 18px;
  padding: 8px 12px;
  background: #232323;
  border-radius: 6px;
}
#inquiry .btn.inqbtn2 a {
  text-align: center;
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #232323;
  background: #ffffff !important;
  padding: 8px 12px;
  letter-spacing: 0.11em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #inquiry .btn {
    width: 80%;
    margin: 0 auto;
  }
  #inquiry .btn.inqbtn1 a {
    font-size: 14px;
  }
  #inquiry .btn.inqbtn2 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #inquiry .btn {
    width: 70%;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #inquiry .btn {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  #inquiry {
    padding: 48px 0 24px;
  }
}

@media screen and (max-width: 1024px) {
  #inquiry .inqbox {
    margin-left: 0;
  }
  #inquiry .inqbox .linebox i {
    display: block !important;
    border-bottom: none !important;
  }
}

#inquiry h2 .spinq {
  position: relative;
  top: -30px;
}
#inquiry h2 .spinq.view {
  -webkit-animation: updown 0.4s ease-in forwards;
  animation: updown 0.4s ease-in forwards;
}
#inquiry .inqline1 {
  position: relative;
}
#inquiry .inqline1.view {
  -webkit-animation: updown1 0.4s ease-in forwards;
  animation: updown1 0.4s ease-in forwards;
}
#inquiry .inqline2 {
  position: relative;
}
#inquiry .inqline2.view {
  -webkit-animation: updown2 0.4s ease-in forwards;
  animation: updown2 0.4s ease-in forwards;
}

@keyframes updown {
  0% {
    top: -30px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 0;
  }
}
@keyframes updown1 {
  0% {
    top: 0;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0;
  }
}
@keyframes updown2 {
  0% {
    top: 0;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0;
  }
}
.backtop {
  text-align: center;
}
.backtop a {
  display: block;
  padding: 6px 0 4px;
  background: #333333;
  transition: all 0.8s ease;
}
.backtop a i {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  transition: all 0.8s ease;
}
.backtop a:hover {
  background: #f9f9f9;
}
.backtop a:hover i {
  color: #333333;
}

footer#global-footer {
  background: #f7f6f4;
  position: relative;
}
footer#global-footer div.footer-inner {
  width: 980px;
  margin: 0 auto;
  padding: 24px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer#global-footer div.footer-inner {
    width: 100%;
    display: block;
  }
}
footer#global-footer div.footer-left {
  width: 200px;
}
footer#global-footer div.footer-left ul li {
  padding-top: 20px;
}
footer#global-footer div.footer-left ul li.logo {
  width: 200px;
}
footer#global-footer div.footer-left ul li.logo a img {
  width: 100%;
  height: auto;
}
footer#global-footer div.footer-left ul li.logo-text {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  footer#global-footer div.footer-left {
    width: 100%;
  }
  footer#global-footer div.footer-left ul li.logo {
    width: 100%;
    text-align: center;
  }
  footer#global-footer div.footer-left ul li.logo a img {
    width: 140px;
    height: auto;
  }
  footer#global-footer div.footer-left ul li.logo-text {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  footer#global-footer div.footer-left ul li.logo {
    padding-top: 0;
  }
  footer#global-footer div.footer-left ul li.logo a img {
    position: relative;
    left: -5px;
  }
}
footer#global-footer ul.info {
  margin: 18px 0 0 64px;
}
footer#global-footer ul.info li {
  margin-bottom: 8px;
  letter-spacing: 0.15em;
  font-size: 13px;
  text-align: right;
}
footer#global-footer ul.info li a {
  margin-right: 16px;
  width: 28px;
  display: inline-block;
}
footer#global-footer ul.info li a img {
  width: 24px;
  height: auto;
}
footer#global-footer ul.info li a img[src$=".svg"] {
  width: 28px;
  height: auto;
}
footer#global-footer ul.info li a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 520px) {
  footer#global-footer ul.info li:nth-child(1) {
    display: none;
  }
  footer#global-footer ul.info li:nth-child(2) {
    display: none;
  }
  footer#global-footer ul.info li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer#global-footer ul.info {
    margin: 18px 0 0 12px;
  }
  footer#global-footer ul.info li {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  footer#global-footer ul.info {
    margin: 8px 0 0 8px;
  }
  footer#global-footer ul.info li {
    margin-bottom: 0;
  }
}
footer#global-footer .copy {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: right;
}
footer#global-footer .copy small {
  color: #333333;
  font-family: sans-serif;
  font-size: 6px;
  font-weight: lighter;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  footer#global-footer .copy {
    width: 100%;
    padding-bottom: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  footer#global-footer .copy small {
    padding-left: 3px;
  }
}

div#key-visual.satsuei {
  margin-bottom: -2px;
}
div#key-visual.satsuei .key-pic {
  display: grid;
  place-items: center;
}
div#key-visual.satsuei .key-pic span.key-text {
  text-align: center;
  width: 100%;
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  position: absolute;
  left: auto;
  top: auto !important;
  color: #363636;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  div#key-visual.satsuei .key-pic span.key-text {
    font-size: 48px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 520px) {
  div#key-visual.satsuei .key-pic span.key-text {
    font-size: 24px;
    padding-top: 24px;
  }
}

#main {
  padding: 100px 0 280px;
  background: #F7F6F4;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  #main {
    padding: 56px 0 200px;
  }
}
@media screen and (max-width: 520px) {
  #main {
    padding-bottom: 100px;
    padding-top: 32px;
  }
}
#main .content {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #main .content {
    width: 95%;
  }
}

.content_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .content_box {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 520px) {
  .content_box {
    display: block;
  }
}
.content_box .box_left,
.content_box .box_right {
  width: 49%;
  background: #fff;
  padding: 24px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .content_box .box_left,
.content_box .box_right {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  .content_box .box_left,
.content_box .box_right {
    width: 100%;
    padding: 10px;
  }
}
.content_box .box_left *,
.content_box .box_right * {
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.content_box .box_left .overlay,
.content_box .box_right .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFD300;
  opacity: 1;
  transition: all 0.5s ease 0.3s;
}
.content_box .box_left .overlay.js-on,
.content_box .box_right .overlay.js-on {
  opacity: 0;
}
.content_box .box_left {
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  .content_box .box_left {
    margin-bottom: 16px;
  }
}
.content_box .box_left .inner h2 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  color: #FFD300;
  text-shadow: 1.5px -1.5px 0 rgb(30, 30, 30);
}
@media screen and (max-width: 1100px) {
  .content_box .box_left .inner h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  .content_box .box_left .inner h2 {
    font-size: 1.8rem;
    padding-right: 8px;
  }
}
.content_box .box_left .inner .subtitle {
  line-height: 1;
  text-align: center;
  font-size: 1.8rem;
  color: #6F6F6F;
  margin-bottom: 12px;
}
@media screen and (max-width: 1100px) {
  .content_box .box_left .inner .subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .content_box .box_left .inner .subtitle {
    font-size: 14px;
    margin-bottom: 12px;
    padding-right: 8px;
  }
}
.content_box .box_left .inner .subtitle span {
  color: #D2C06A;
}
@media screen and (max-width: 520px) {
  .content_box .box_left .inner .priceinfo1 {
    display: none;
  }
}
.content_box .box_left .inner .price_box {
  margin-bottom: 12px;
}
@media screen and (max-width: 1100px) {
  .content_box .box_left .inner .price_box {
    font-size: 24px;
  }
}
.content_box .box_left .inner .price_box .price_wrap,
.content_box .box_left .inner .price_box del {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 2.1rem;
}
.content_box .box_left .inner .price_box .price_wrap .price_left,
.content_box .box_left .inner .price_box del .price_left {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 3px solid #8B8B8B;
}
.content_box .box_left .inner .price_box .price_wrap .price_left p,
.content_box .box_left .inner .price_box del .price_left p {
  line-height: 1;
}
.content_box .box_left .inner .price_box del {
  margin-bottom: 12px;
}
.content_box .box_left .inner .price_box .price_wrap .price_left p,
.content_box .box_left .inner .price_box .price_wrap .price_right p {
  color: #FFD300;
}
.content_box .box_left .inner .desc {
  text-align: center;
  color: #A3A3A3;
}
.content_box .box_right {
  display: grid;
  place-items: center;
  position: relative;
}
.content_box .box_right .inner h2 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  color: #FFD300;
  text-shadow: 1.5px -1.5px 0 rgb(30, 30, 30);
}
@media screen and (max-width: 1100px) {
  .content_box .box_right .inner h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  .content_box .box_right .inner h2 {
    font-size: 1.8rem;
    padding-right: 8px;
  }
}
.content_box .box_right .inner .subtitle {
  text-align: center;
  font-size: 1.8rem;
  color: #6F6F6F;
  margin-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  .content_box .box_right .inner .subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .content_box .box_right .inner .subtitle {
    font-size: 14px;
    margin-bottom: 12px;
    padding-right: 8px;
  }
}
.content_box .box_right .inner .subtitle span {
  color: #D2C06A;
}
.content_box .box_right .inner .priceinfo1 {
  font-size: 2.4rem;
  text-align: center;
}
.content_box .box_right .inner .priceinfo1 p {
  color: #E6536F;
}
@media screen and (max-width: 1100px) {
  .content_box .box_right .inner .priceinfo1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .content_box .box_right .inner .priceinfo1 {
    margin-bottom: 10px;
  }
}
.content_box .box_right .inner .priceinfo2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.content_box .box_right .inner .desc {
  text-align: center;
  color: #A3A3A3;
}

#setsubi {
  padding: 32px 8px 8px;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  #setsubi {
    padding: 32px 10px;
  }
}
#setsubi * {
  line-height: 1;
}
#setsubi .area_header {
  text-align: center;
  margin-bottom: 24px;
}
#setsubi .area_header h2 {
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #FFD300;
  text-shadow: 1.5px -1.5px 0 rgb(30, 30, 30);
}
@media screen and (max-width: 1100px) {
  #setsubi .area_header h2 {
    font-size: 32px;
  }
}
#setsubi .area_header p {
  color: #6F6F6F;
  font-weight: bold;
}
#setsubi .setsubi_body {
  display: grid;
  grid-template-columns: 49.5% 49.5%;
  column-gap: 1%;
  row-gap: 8px;
}
@media screen and (max-width: 520px) {
  #setsubi .setsubi_body {
    display: block;
  }
}
#setsubi .setsubi_body .setsubi {
  font-size: 24px;
  padding: 15px 12px 12px 12px;
  background: #F5F5F0;
  font-weight: bold;
  text-align: center;
  color: #B5A038;
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: all 0.6s ease-in-out;
  position: relative;
  opacity: 0;
  left: -64px;
}
#setsubi .setsubi_body .setsubi:nth-child(even) {
  left: auto;
  right: -64px;
}
#setsubi .setsubi_body .setsubi.js-on {
  left: 0;
  opacity: 1;
}
#setsubi .setsubi_body .setsubi.js-on:nth-child(even) {
  left: auto;
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  #setsubi .setsubi_body .setsubi {
    margin-bottom: 10px;
    font-size: 21px;
    padding: 15px 7px 7px;
  }
}
#setsubi .setsubi_body .setsubi span {
  display: inline-block;
  font-size: 14px;
  padding: 10px 4px 4px 4px;
  color: #676767;
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 520px) {
  #setsubi .setsubi_body .setsubi span {
    font-size: 12px;
  }
}

.optwrap {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
}
@media screen and (max-width: 520px) {
  .optwrap {
    display: block;
  }
}

.option_area {
  transition: all 0.4s ease;
  position: relative;
  padding: 32px 8px;
  background: #fff;
  margin-bottom: 40px;
}
.option_area.opt1 {
  left: -80%;
}
.option_area.opt1.js-on {
  left: 0;
}
.option_area.opt2 {
  right: -80%;
}
.option_area.opt2.js-on {
  right: 0;
}
@media screen and (max-width: 1100px) {
  .option_area {
    padding: 32px 8px;
  }
}
.option_area * {
  line-height: 1;
}
.option_area .area_header {
  text-align: center;
  margin-bottom: 24px;
}
.option_area .area_header h2 {
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  color: #FFD300;
  text-shadow: 1.5px -1.5px 0 rgb(30, 30, 30);
}
@media screen and (max-width: 1100px) {
  .option_area .area_header h2 {
    font-size: 32px;
  }
}
.option_area .area_header p {
  color: #6F6F6F;
  font-weight: bold;
}
.option_area .option_body {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  column-gap: 0.5%;
  row-gap: 6px;
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  .option_area .option_body {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    row-gap: 8px;
  }
}
.option_area .option_body .opt {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 14px 6px;
  background: #F5F5F0;
  color: #414141;
}
@media screen and (max-width: 520px) {
  .option_area .option_body .opt {
    font-size: 12px;
    padding: 12px 8px;
  }
}
.option_area .opt_pic {
  width: 80%;
  margin: 0 auto 36px;
}
.option_area .opt_pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.option_area .opt_price .area_subheader {
  text-align: center;
  margin-bottom: 16px;
}
.option_area .opt_price .area_subheader h3 {
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #D2C06A;
  font-size: 32px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1100px) {
  .option_area .opt_price .area_subheader h3 {
    font-size: 24px;
  }
}
.option_area .opt_price .area_subheader p {
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #A3A3A3;
}
.option_area .opt_price .opt_price_body {
  text-align: center;
}
.option_area .opt_price .opt_price_body .price {
  font-size: 36px;
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #E6536F;
}
@media screen and (max-width: 520px) {
  .option_area .opt_price .opt_price_body .price {
    font-size: 18px;
  }
}
.option_area .opt_price .opt_price_body .price span {
  font-size: 26px;
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #E6536F;
}
@media screen and (max-width: 520px) {
  .option_area .opt_price .opt_price_body .price span {
    font-size: 15px;
  }
}

.btn_area .main_btn {
  width: 75%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1100px) {
  .btn_area .main_btn {
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  .btn_area .main_btn {
    display: block;
    margin-bottom: 16px;
  }
}
.btn_area .main_btn a {
  display: inline-block;
  text-align: center;
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  padding: 12px 24px;
  line-height: 1.4;
  width: 38%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 520px) {
  .btn_area .main_btn a {
    width: 100%;
    padding: 12px 0;
  }
}
.btn_area .main_btn a.inq_btn {
  color: #E6536F;
  outline: 2px solid #E6536F;
}
.btn_area .main_btn a.inq_btn:hover {
  background: rgba(230, 83, 111, 0.35);
  color: #fff;
}
.btn_area .main_btn a.inq_btn:hover img {
  animation: rotatationIcon 0.4s infinite;
}
@media screen and (max-width: 520px) {
  .btn_area .main_btn a.inq_btn {
    margin-bottom: 16px;
  }
}
.btn_area .main_btn a.riyou_btn {
  color: #FFD300;
  outline: 2px solid #FFD300;
}
.btn_area .main_btn a.riyou_btn:hover {
  background: rgba(255, 211, 0, 0.35);
  color: #585858;
}
.btn_area .main_btn a.riyou_btn:hover img {
  animation: rotatationIcon 0.4s infinite;
}
.btn_area .sub_btn {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .btn_area .sub_btn {
    width: 85%;
  }
}
.btn_area .sub_btn a {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 24px 0;
  font-family: kaisotai, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  background: #585858;
  color: #D2C06A;
  transition: all 0.6s ease;
}
.btn_area .sub_btn a:hover {
  background: #1a1a1a;
  color: rgb(255, 210, 0);
}

@keyframes rotatationIcon {
  0% {
    transform: rotateZ(0deg);
  }
  99% {
    transform: rotateZ(359deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

/*# sourceMappingURL=satsuei.css.map */
