@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: block;
}
a:hover, a:focus {
  outline: none;
}

ol, ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table, tr, th, td {
  border-collapse: collapse;
  font-size: 100%;
  vertical-align: top;
  border-spacing: 0;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
textarea,
button {
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .sp {
    display: block !important;
  }
}

/*----------------------------------------------------
コンテンツ共通
----------------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 1000px) {
  .inner {
    width: 96%;
    margin: 0 auto 0px;
    padding: 0 10px;
  }
}

h3.sec__ttl {
  display: inline-block;
  position: relative;
  line-height: 1;
  text-align: left;
  font-size: 40px;
  font-size: 4rem;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  h3.sec__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h3.sec__ttl::before {
  content: "Vision";
  display: block;
  position: absolute;
  top: 10px;
  left: 30px;
  font-family: "Yellowtail", cursive;
  font-weight: normal;
  font-size: 64px;
  font-size: 6.4rem;
  color: #dc0000;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  h3.sec__ttl::before {
    font-size: 30px;
    font-size: 3rem;
  }
}

.ttl__center {
  text-align: center;
}

.btn_01 input,
.btn_01 a {
  display: block;
  width: 348px;
  height: 87px;
  line-height: 83px;
  background: #dc0000;
  border-radius: 45px;
  border: 2px solid #dc0000;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .btn_01 input,
  .btn_01 a {
    width: 280px;
    height: 74px;
    line-height: 70px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.btn_01 input:hover,
.btn_01 a:hover {
  background: #ffffff;
  color: #dc0000;
  transform: scale(1.02, 1.02);
}
@media screen and (max-width: 1000px) {
  .btn_01 input:hover,
  .btn_01 a:hover {
    transform: none;
  }
}

.fixed__rakuten {
  display: none;
  position: fixed;
  top: 34%;
  right: -1px;
  z-index: 996;
}
@media screen and (max-width: 1000px) {
  .fixed__rakuten {
    top: 58%;
  }
}
.fixed__rakuten p {
  width: 116px;
  position: relative;
  background: #dc0000;
  writing-mode: vertical-rl;
  line-height: 1.2;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .fixed__rakuten p {
    max-height: 284px;
  }
}
@media screen and (max-width: 1000px) {
  .fixed__rakuten p {
    width: 56px;
  }
}
.fixed__rakuten p::before {
  content: "";
  display: block;
  width: 91px;
  height: 92px;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../img/kamisama.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .fixed__rakuten p::before {
    width: 34px;
    height: 35px;
    top: -25px;
  }
}
.fixed__rakuten p a {
  position: relative;
  padding: 50px 30px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .fixed__rakuten p a {
    padding: 20px 20px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .fixed__rakuten p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.fixed__rakuten p a::before {
  content: "";
  width: 21px;
  height: 17px;
  position: absolute;
  bottom: 40px;
  left: 34px;
  background: url("../img/window_icon.png") no-repeat;
}
@media all and (-ms-high-contrast: none) {
  .fixed__rakuten p a::before {
    left: 38px;
  }
}
@media screen and (max-width: 1000px) {
  .fixed__rakuten p a::before {
    content: none;
  }
}
.fixed__rakuten:hover p::before {
  animation: bound 0.8s;
}
@keyframes bound {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-18px);
  }
  50% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.bg_none {
  background: none;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
header {
  display: block;
  width: 302px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #180000;
  z-index: 998;
}
@media screen and (max-width: 1000px) {
  header {
    width: 100%;
    height: 100vh;
  }
}
header .header__inner {
  position: relative;
}
header .header__inner h1.header__logo {
  margin-bottom: 20px;
  text-align: center;
}
header .header__inner h1.header__logo a {
  display: inline-block;
}
header .header__inner h1.header__logo a img {
  width: 129px;
  height: 118px;
}
@media screen and (max-width: 1000px) {
  header .header__inner h1.header__logo a img {
    width: 90px;
    height: 78px;
  }
}
header .header__inner nav {
  padding-top: 5vw;
}
@media screen and (max-width: 1000px) {
  header .header__inner nav {
    padding-top: 12%;
  }
}
header .header__inner nav .header__menu li a {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  header .header__inner nav .header__menu li a {
    padding: 16px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
header .header__inner nav .header__menu li a:hover {
  color: #dc0000;
}
@inclue sp_css {
  header .header__inner nav .header__menu li a:hover {
    color: #ffffff;
  }
}
header .header__inner nav p {
  display: block;
  width: 211px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1000px) {
  header .header__inner nav p {
    margin: 16px auto 0;
  }
}
header .header__inner nav p a {
  padding: 20px 20px 20px 70px;
  position: relative;
  border: 2px solid #ffffff;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  header .header__inner nav p a {
    line-height: 1.5;
  }
}
header .header__inner nav p a::before {
  content: "";
  display: block;
  width: 41px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  background: url("../img/store_icon.png") no-repeat;
}
header .header__inner nav p a::after {
  content: "";
  display: block;
  width: 14px;
  height: 13px;
  position: absolute;
  bottom: 23px;
  right: 40px;
  background: url("../img/window_icon.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  header .header__inner nav p a::after {
    right: 48px;
  }
}
header .header__inner nav p a:hover {
  background: #dc0000;
  border-color: #dc0000;
}
@media screen and (max-width: 1000px) {
  header .header__inner nav p a:hover {
    background: none;
    border-color: #ffffff;
  }
}
header .header__inner nav .m-mart {
  display: block;
  width: 211px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1000px) {
  header .header__inner nav .m-mart {
    margin: 20px auto 0;
  }
}
header #open__nav {
  width: 302px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #180000;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 998;
  transform: translateX(100%);
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  header #open__nav {
    width: 100%;
    border-left: none;
  }
}
header #open__nav.slide__in {
  transform: translateX(0);
  transition: 0.3s;
}

.menu__trigger {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 30px;
  right: 30px;
  background: #180000;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .menu__trigger {
    width: 50px;
    height: 50px;
    top: 6px;
    right: 6px;
  }
}
.menu__trigger span {
  display: block;
  height: 1px;
  background: #ffffff;
  position: absolute;
  transition: all 0.4s;
}
.menu__trigger span:nth-child(1) {
  width: 35px;
  top: 23px;
  right: 12px;
}
@media screen and (max-width: 1000px) {
  .menu__trigger span:nth-child(1) {
    width: 25px;
    top: 17px;
    right: 11px;
  }
}
.menu__trigger span:nth-child(2) {
  width: 25px;
  top: 33px;
  right: 12px;
}
@media screen and (max-width: 1000px) {
  .menu__trigger span:nth-child(2) {
    width: 15px;
    top: 28px;
    right: 11px;
  }
}
.menu__trigger.close span:nth-child(1) {
  top: 28px;
  transform: rotate(40deg);
}
@media screen and (max-width: 1000px) {
  .menu__trigger.close span:nth-child(1) {
    top: 22px;
  }
}
.menu__trigger.close span:nth-child(2) {
  width: 35px;
  top: 28px;
  transform: rotate(-40deg);
}
@media screen and (max-width: 1000px) {
  .menu__trigger.close span:nth-child(2) {
    top: 22px;
  }
}
.menu__trigger:hover span:nth-child(2) {
  width: 35px;
}
@media screen and (max-width: 1000px) {
  .menu__trigger:hover span:nth-child(2) {
    width: 25px;
  }
}

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
  clear: both;
  padding: 25px 7.6%;
  background: #180000;
  color: #ffffff;
}
@media screen and (max-width: 1500px) {
  footer {
    padding: 25px 5%;
  }
}
@media screen and (max-width: 1000px) {
  footer {
    padding: 40px 20px;
  }
}
footer .footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
footer .footer__content .footer__prof {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  footer .footer__content .footer__prof {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
footer .footer__content .footer__prof h1 {
  margin-right: 30px;
  line-height: 72px;
}
@media screen and (max-width: 1000px) {
  footer .footer__content .footer__prof h1 {
    margin: 0 0 20px;
  }
}
footer .footer__content .footer__prof h1 img {
  width: 79px;
  height: 72px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  footer .footer__content .footer__prof h1 img {
    margin-right: 16px;
  }
}
footer .footer__content .footer__prof p {
  font-weight: normal;
}
footer .footer__content .footer__menu {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1300px) {
  footer .footer__content .footer__menu {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  footer .footer__content .footer__menu {
    width: 100%;
  }
}
footer .footer__content .footer__menu li {
  margin-left: 10.3%;
  text-align: end;
}
@media screen and (max-width: 1500px) {
  footer .footer__content .footer__menu li {
    margin-left: 6.3%;
  }
}
footer .footer__content .footer__menu li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  footer .footer__content .footer__menu li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: left;
  }
}
footer .footer__content .footer__menu li a {
  display: inline-block;
  color: #ffffff;
}
footer .footer__content .footer__menu li a:hover {
  color: #dc0000;
}
@media screen and (max-width: 1000px) {
  footer .footer__content .footer__menu li a {
    color: #ffffff;
  }
}
footer .copy {
  text-align: right;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  footer .copy {
    font-size: 14px;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=common.css.map */