@keyframes bodyFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bodyFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  position: relative;
}

body#contentsBody {
  position: relative;
  animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
}

body#profileBody {
  position: relative;
}

#allWrap {
  position: relative;
  min-width: 1040px;
  width: 100%;
  height: 100%;
}

#allWrap.topBody {
  background-image: url("/img/bg.png");
  background-repeat: repeat;
  background-position: 50%;
  background-size: 280px auto;
}

#allWrap.contentsBody {}

#allWrap.companionBody {
  position: relative;
  background: rgb(255, 243, 228);
  background: -moz-linear-gradient(top,
      rgba(255, 243, 228, 1) 0%,
      rgba(203, 189, 171, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(255, 243, 228, 1) 0%,
      rgba(203, 189, 171, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 243, 228, 1) 0%,
      rgba(203, 189, 171, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3e4', endColorstr='#cbbdab', GradientType=0);
  background-attachment: fixed;
  /* background: rgb(2,2,1);
background: linear-gradient(90deg, rgba(2,2,1,1) 0%, rgba(88,64,54,1) 50%, rgba(2,2,1,1) 100%);} */
}

#allWrap.companionBody::after {
  content: "";
  position: absolute;
  background-image: url("/img/bg.png");
  background-repeat: repeat;
  background-position: 50%;
  background-size: 280px auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

#allWrap.selectionBody {
  position: relative;
  background: #000;
  background-image: url(/img/bg4.png);
  background-size: 280px auto;
  background-position: 50% 0;
  background-repeat: repeat;
  /* background: rgb(2,2,1);
background: linear-gradient(90deg, rgba(2,2,1,1) 0%, rgba(88,64,54,1) 50%, rgba(2,2,1,1) 100%);} */
}

#allWrap.profileBody {
  position: relative;
  background-color: #fff;
  /* background: rgb(255, 243, 228);
    background: -moz-linear-gradient(top, rgba(255, 243, 228, 1) 0%, rgba(203, 189, 171, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 243, 228, 1) 0%, rgba(203, 189, 171, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 243, 228, 1) 0%, rgba(203, 189, 171, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3e4', endColorstr='#cbbdab', GradientType=0);
    background-attachment: fixed; */
}

#allWrap.systemBody {
  position: relative;
  background-color: #fff;
  background-image: url("/img/bg.png");
  background-repeat: repeat;
  background-position: 50%;
  background-size: 280px auto;
  width: 100%;
  height: 100%;
}

#header-bg-Wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 9800;
  transition: 0.3s ease;
  /* background-image: url(/img/header_bg2.png); */
  /* background-image: url(/img/header_bg.png); */
  background-repeat: repeat;
  background-position: 50%;
  /* background-color: rgba(102, 22, 26, 1); */
  /* background: rgb(174, 9, 39);
    background: linear-gradient(90deg, rgba(174, 9, 39, 1) 0%, rgba(102, 22, 26, 1) 100%); */
  background: #66161a;
  /* box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); */
}

#header-bg-Wrap::after {
  content: "";
  background-image: url(/img//header_bg_visual.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% 100%;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 68px;
  left: 0;
}

/*
#header-bg-Wrap.change {
    top: -90px;
}
*/

#header-bg-Wrap #header-bg-inner {
  position: relative;
  /* max-width: 1280px; */
  width: 100%;
  margin: 0 auto;
}

/*
#header-bg-Wrap #header-bg-inner::after{
    content: "aaaa";
    background-image: url(/img//title/title_bg_visual.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% 100%;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 79px;
    left: 0;
}
*/

#header-bg-Wrap .logo {
  position: absolute;
  left: 2%;
  top: 18px;
  width: 220px;
  overflow: hidden;
  opacity: 1;
  z-index: 8000;
}

.menu_list_effect {
  opacity: 0;
  margin-left: -20px;
}

.menu_list_move {
  opacity: 1;
  margin-left: 0;
  overflow: hidden;
}

.menu_in_effect {
  opacity: 0;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transform-origin: center;
  transform: scale(1.2);
}

.menu_in_move {
  opacity: 1;
  transform-origin: center;
  transform: scale(1);
}

.head-fadeIn {
  opacity: 0;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transform-origin: center;
}

.head-fadeIn-move {
  opacity: 1;
  transform-origin: center;
}

#menu b.menuTitle {
  display: block;
  color: #fafafa;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -1px;
  padding-left: 10px;
}

#wrap-inner {
  position: relative;
  z-index: 100;
}

.contentsTitle {
  text-align: center;
  margin: 0 auto 0 auto;
  background: url(/img/title_bg2.svg);
  width: 800px;
  height: 107px;
  display: none;
}

.contentsTitle span {
  font-family: "Coral W00 Black", sans-serif;
  color: #231815;
  font-size: 60px;
  line-height: 1;
  display: block;
  font-weight: 200;
  letter-spacing: -1px;
  padding-top: 30px;
}

.contentsTitle h1 {
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  background: #4d4d4d;
  color: #fff;
  padding: 1px;
  display: inline-block;
}

.contentsTitleProf {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}

.contentsTitleProf span {
  font-family: "Pacifico", sans-serif;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 1;
  display: block;
  font-weight: 400;
  letter-spacing: -1px;
}

.contentsTitleProf h1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #e41378;
  padding: 5px 0 0 0;
}

#wrap {
  width: 100%;
  height: 100%;
}

#contents {
  position: relative;
  min-height: 1080px;
  padding: 80px 0 100px 0;
}

#footerWrap {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1000;
  background: url(/img/footer_bg.jpg) repeat;
}

#footerWrap::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 80%;
  background: rgb(102, 22, 26);
  background: linear-gradient(0deg,
      rgba(102, 22, 26, 0) 0%,
      rgba(102, 22, 26, 1) 100%);
}

#footer-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
  z-index: 10;
}

dl#footer {
  position: relative;
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  text-align: right;
  padding: 50px 0 0 0;
}

dl#footer dt {
  width: 300px;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 2%;
}

dl#footer dt img {
  width: 100%;
}

dl#footer dd.info {
  font-family: "gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ded4bc;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  padding: 20px 2px 0 0;
  display: inline-block;
}

dl#footer dd.fb {
  width: 100%;
  height: 2px;
  background: #66161a;
  margin: 20px 0;
}

dl#footer dd.info span.infoTitle {
  font-family: "gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ded4bc;
  margin-left: 16px;
  font-size: 14px;
}

dl#footer dd.info a {
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}

dl#footer dd.footerMenu {
  position: relative;
}

dl#footer dd.footerMenu ul {
  text-align: right;
  overflow: hidden;
  padding-right: 3px;
  margin-top: -10px;
}

dl#footer dd.footerMenu ul li {
  position: relative;
  display: inline-block;
}

dl#footer dd.footerMenu ul li a {
  display: block;
  margin: 10px 4px;
  border-right: 1px solid #999;
  padding: 0 12px 0 0;
}

dl#footer dd.footerMenu ul li:last-child a {
  margin: 10px 0 10px 6px;
  padding: 0 0 0 0;
  border: none;
}

dl#footer dd.footerMenu ul li a.active span {
  color: #fff;
}

dl#footer dd.footerMenu ul li a span {
  color: #ded4bc;
  line-height: 1;
  padding: 5px 0;
  display: block;
  font-family: "gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  padding: 2px;
}

dl#footer dd.footerMenu ul li a:hover span {
  color: #fff;
}

dl#footer dd.footerBorder {
  height: 6px;
  width: 100%;
  margin: 60px 0;
}

dl#footer dd#copyRight {
  text-align: right;
  margin-top: 20px;
}

dl#footer dd#copyRight b {
  display: inline-block;
  color: #ded4bc;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "gothic", serif;
}

dl#footer dd.pandora {
  position: relative;
  max-width: 400px;
  width: 96%;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}

dl#footer dd.pandora a {
  display: block;
  padding: 5px;
  background: #000;
}

dl#footer dd.pandora a b {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #ccc;
}

dl#footer dd.pandora a img {
  width: 100%;
}

dl#footer dd.tw {
  width: 40px;
  position: relative;
  text-align: center;
  margin: 20px 20px 0 auto;
}

dl#footer dd.tw a {
  display: block;
  transition: 0.3s ease;
  width: 40px;
  height: 40px;
  background-color: #ded4bc;
  border-radius: 50%;
}

dl#footer dd.tw a i {
  display: inline-block;
  color: #000;
  font-size: 26px;
  padding: 1px 0 0 2px;
  line-height: 40px;
}

dl#footer dd.tw a:hover {
  opacity: 0.8;
}

dl#footer dd.tw a img {
  width: 100%;
}

.breadcrumb_list {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.breadcrumb_list li {
  display: inline-block;
  margin: 0 5px;
}

.breadcrumb_list li a {
  display: block;
  color: #ded4bc;
  font-size: 12px;
  padding: 0 2px;
}

.breadcrumb_list li a:hover {
  color: #fff;
}

.breadcrumb_list li span {
  display: block;
  color: #ded4bc;
  font-size: 12px;
  padding: 0 2px;
  text-decoration: none;
}

.breadcrumb_list li b {
  color: #ded4bc;
  font-size: 12px;
  padding: 0 2px;
  text-decoration: underline;
}

#footerBottomWrap {
  position: relative;
  /*    background: #e5e5e5;*/
  background: #141414;
}

#footerBottom {
  position: relative;
  padding: 10px 6px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

#footerBottom span {
  display: block;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}

#footerBottom span a {
  margin-right: 4px;
  display: block;
}

#footerBottom span img {
  width: 44px;
}

#footerBottom .link {
  font-size: 8px;
  color: #808080;
  display: inline-block;
  margin: 0 5px;
}

#footerBottom .link a {
  font-size: 10px;
  line-height: 10px;
  color: #808080;
  display: inline-block;
  margin: 0 0 0 5px;
}

#footerBottom .link a:hover {
  background: #fff;
}

.back {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.fixed {
  position: fixed;
  top: 0;
  /*ページ上部の固定する位置*/
  width: 100%;
  z-index: 9999;
}

/***************************スクロールトップ***************************/
.foot-fixArea {
  position: fixed;
  z-index: 8998;
  width: 100%;
  height: 40px;
  bottom: 0;
  right: 0;
}

.foot-fix {
  position: relative;
}

.fixBG {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  z-index: 0;
  /* background: url(/img/footer_bg.jpg) repeat;
    background-position: 50%;
    background-color: #863845; */
  /* background: rgb(174,9,39);
    background: linear-gradient(90deg, rgba(174,9,39,1) 0%, rgba(102,22,26,1) 100%); */
  /* background-color: rgba(102, 22, 26, 1); */
  background-color: #66161a;
}

.fixBG::after {
  content: "";
  position: absolute;
  top: -49px;
  left: 0;
  background-image: url(/img/fix_area_visual.svg);
  background-position: 50% 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
}

.foot-fixArea .foot-fix a.pageTopBtn {
  display: block;
  transition: 0.3s ease;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  right: 20px;
  background: #66161a;
  text-align: center;
}

.foot-fixArea .foot-fix a.pageTopBtn i {
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  transition: 0.3s ease;
  padding-top: 3px;
}

.foot-fixArea .foot-fix a.pageTopBtn:hover {
  background: #fff;
}

.foot-fixArea .foot-fix a.pageTopBtn:hover i {
  color: #000;
}

.foot-fixArea .fix-tel {
  position: absolute;
  display: block;
  width: 280px;
  top: -8px;
  left: 20px;
}

.foot-fixArea .fix-tel a {
  display: block;
}

.foot-fixArea .fix-tel a img {
  width: 100%;
}

@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    overflow: auto;
  }

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.9);
    z-index: 10001;
    cursor: default;
  }

  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .featherlight .featherlight-content {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(/img/comment_area_bg.png);
    background-repeat: repeat;
    background-size: 280px auto;
    background-position: 50%;
    cursor: auto;
    border-radius: 5px;
    margin: 50px 0;
    padding: 100px 30px;
  }

  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 60px;
    width: 60px;
    font-size: 40px;
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    background: none;
    color: #aaa;
    z-index: 2000;
  }

  .featherlight .featherlight-image {
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    border: 0;
  }
}

/*******************************タイトル系**********************************/
.imgs {
  width: 100%;
}

.systemTitle {
  position: relative;
  width: 1000px;
  background: transparent;
  border-left: solid 5px #f0264b;
  margin: 70px auto 20px 0;
}

.systemTitle span {
  color: #f0264b;
  font-family: "Crimson Text", "メイリオ", serif;
  font-size: 54px;
  line-height: 1;
  text-align: left;
  padding: 5px 10px;
  display: block;
}

.systemTitle span:first-letter {
  color: #fafafa;
  font-size: 80px;
}

.systemTitle b {
  font-size: 14px;
  line-height: 1;
  color: #f0264b;
  text-align: left;
  display: block;
  padding: 0 0 0 15px;
}

.tdr {
  /* animation: kaiten 2s infinite alternate; */
  animation-name: relay;
  animation-duration: 3s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
}

@keyframes rota {
  0% {
    transform: rotateY(0);
    opacity: 0;
  }

  100% {
    transform: rotateY(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes rota {
  0% {
    transform: rotateY(0);
    opacity: 0;
  }

  100% {
    transform: rotateY(360deg);
    opacity: 1;
  }
}

@keyframes relay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes relay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#discountArea {
  position: relative;
}

#discountArea .discount {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

#discountArea .discount dl {
  padding: 0 20px;
}

#discountArea .discount dl dd {
  max-width: 500px;
  margin: 0 auto;
}

#discountArea .discount dt.boxBanner {
  margin-bottom: 20px;
  border: 3px double #ccc;
}

#discountArea .discount dt.boxBanner img {
  width: 100%;
}

#discountArea .discount dd.boxTitle {
  text-align: center;
}

#discountArea .discount dd.boxTitle b {
  display: inline-block;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  color: #555;
  font-weight: bold;
  line-height: 140%;
}

#discountArea .discount .boxNotice {
  position: relative;
  text-align: center;
}

#discountArea .discount .boxNotice li {
  margin: 20px 0 5px 0;
}

#discountArea .discount .boxNotice li p b {
  display: inline-block;
  background-color: #555;
  color: #fff;
  padding: 3px 8px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
}

#discountArea .discount .boxNotice span {
  display: inline-block;
  font-size: 34px;
  color: #c8132e;
  font-weight: bold;
  padding: 8px 0 0 0;
  white-space: nowrap;
  font-style: italic;
}

#discountArea .discount .boxNotice span small {
  display: inline-block;
  font-size: 16px;
  color: #c8132e;
  font-weight: bold;
}

#discountArea .discount .boxTxt {
  text-align: right;
  padding-top: 10px;
}

#discountArea .discount .boxTxt b {
  display: block;
  font-size: 12px;
  color: #555;
  line-height: 140%;
}

.change-price-wrap {
  width: 800px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.change-price {
  position: relative;
}

.change-price a {
  display: block;
}

.change-price a img {
  width: 100%;
}

.lightbox dl {
  position: relative;
  padding: 0 5%;
}

.lightbox dl dt {
  overflow: hidden;
}

.lightbox dl dt img {
  width: 100%;
}

.lightbox dl dd.disTit {
  position: relative;
  margin: 20px 0;
}

.lightbox dl dd.disTit b {
  font-family: "Noto serif JP", serif;
  font-size: 40px;
  color: #000;
  display: inline-block;
}

.lightbox dl dd.disTit-sub {
  position: relative;
  margin: 30px 0 -5px 0;
}

.lightbox dl dd.disTit-sub b {
  font-weight: bold;
  color: 555;
  font-size: 20px;
  line-height: 160%;
  padding: 0 5px;
  display: inline-block;
}

.lightbox dl dd.disBody {
  padding: 10px 0 0 0;
  line-height: 160%;
  text-align: left;
  font-size: 16px;
  color: #555;
}

.lightbox dl dd.disBody span {
  display: block;
  text-align: center;
  padding: 10px 0;
}

.lightbox dl dd.disBody b {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: red;
  font-size: 26px;
  line-height: 160%;
  padding: 0 5px;
}

.lightbox dl dd.disBody2 {
  padding: 10px 0 0 0;
  line-height: 140%;
  font-size: 14px;
}

table.disTable {
  position: relative;
  border-collapse: separate;
  width: 100%;
  padding: 10px 0 0 0;
}

table.disTable tbody {
  width: 100%;
  height: 100%;
}

table.disTable tr {}

table.disTable tr th {
  padding: 20px 0 20px 0;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 26%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  background-color: #f3f3f3;
}

table.disTable tr th.tht {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

table.disTable tr th span {
  /* font-family: "Alice", "Noto sans JP", sans-serif; */
  font-size: 20px;
  display: block;
  line-height: 120%;
  letter-spacing: 0;
}

table.disTable tr td.td1,
table.disTable tr td.td3 {
  text-align: center;
  font-size: 24px;
  padding: 15px 0 15px 0;
  line-height: 140%;
  width: 35%;
  border-bottom: 1px solid #ccc;
}

table.disTable tr td.td1 span {
  display: inline-block;
  font-size: 20px;
  color: #555;
}

table.disTable tr td.td3 {
  border-right: 1px solid #ccc;
}

table.disTable tr td.td3 span {
  display: inline-block;
  color: red;
  font-size: 24px;
}

table.disTable tr td.td3 span b {
  display: block;
  font-size: 13px;
  text-align: left;
  color: #555;
}

table.disTable tr td.td2 {
  text-align: center;
  font-size: 20px;
  padding: 15px 0 15px 0;
  line-height: 140%;
  width: 4%;
  border-bottom: 1px solid #ccc;
}

table.disTable tr td.tdt {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

table.disTable tr td.tdt span {
  font-size: 20px;
  color: #555;
}
table.disTable tr td{
  background-color: #f3f3f3;
}

table.disTable tr td span {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 120%;
  letter-spacing: 0;
}

table.disTable tr td span.tdeco {
  position: relative;
  text-decoration: line-through red;
}

table.disTable tr td a {
  text-align: left;
  line-height: 1;
  transition: 0.3s ease;
  display: inline-block;
}