@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* リセット
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Play");
@import url("https://deagostini.jp/site/common/css/common.css");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
small,
th,
var {
  font-style: inherit;
  font-weight: inherit;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
br {
  letter-spacing: normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}
/* ページ共通
---------------------------------------------------- */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cbox2Overlay, #cbox2Wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cbox2Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cbox2MiddleLeft, #cbox2BottomLeft {
  clear: left;
}
#cbox2Content {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
#cbox2LoadedContent {
  overflow: auto;
}
#cbox2LoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#cbox2Title {
  margin: 0;
}
#cbox2LoadingOverlay, #cbox2LoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cbox2Previous, #cbox2Next, #cbox2Close, #cbox2Slideshow {
  cursor: pointer;
}
/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cbox2Overlay {
  background: rgb(0, 0, 0) url(//deagostini.jp/site/common/overlay.png) 0 0 repeat;
}
#cbox2TopLeft {
  width: 21px;
  height: 21px;
  background: none -100px 0 no-repeat;
}
#cbox2TopRight {
  width: 21px;
  height: 21px;
  background: none -129px 0 no-repeat;
}
#cbox2BottomLeft {
  width: 21px;
  height: 21px;
  background: none -100px -29px no-repeat;
}
#cbox2BottomRight {
  width: 21px;
  height: 21px;
  background: none -129px -29px no-repeat;
}
#cbox2MiddleLeft {
  width: 21px;
  background: none left top repeat-y;
}
#cbox2MiddleRight {
  width: 21px;
  background: none right top repeat-y;
}
#cbox2TopCenter {
  height: 21px;
  background: none 0 0 repeat-x;
}
#cbox2BottomCenter {
  height: 21px;
  background: none 0 -29px repeat-x;
}
/* #cbox2Content{background:;}*/
#cbox2LoadedContent {
  margin-bottom: 28px;
  padding: 30px 60px 0px;
}
#cbox2Title {
  position: absolute;
  top: 636px;
  left: 60px;
  text-align: left;
  width: 860px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}
#cbox2Current {
  position: absolute;
  top: 10px;
  left: 60px;
  color: #FFFFFF;
}
#cbox2Slideshow {
  position: absolute;
  bottom: 3px;
  right: 30px;
  color: #FFFFFF;
}
#cbox2Previous {
  left: 10px;
  transform: rotate(-135deg);
}
#cbox2Next {
  right: 10px;
  transform: rotate(45deg);
}
#cbox2LoadingOverlay {
  background: url(//deagostini.jp/site/common/loading_background.png) center center no-repeat;
}
#cbox2LoadingGraphic {
  background: url(//deagostini.jp/site/common/loading.gif) center center no-repeat;
}
#cbox2Close {
  position: absolute;
  bottom: 11px;
  right: 60px;
  background: url(../images/colorbox_close.png);
  background-position: left 4px;
  background-repeat: no-repeat;
  width: 87px;
  height: 32px;
  text-indent: -9999px;
  border: 0px;
  border-radius: 5px;
}
/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
#cbox2Previous,
#cbox2Next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  text-indent: -9999px;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10000;
}
#cbox2Previous:hover,
#cbox2Next:hover {
  opacity: 0.7;
}
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ; /*lte IE 8*/
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
@keyframes kakudai {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes syukusyo {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes coverIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}
@keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mainChara {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move01 {
  0% {
    transform: translate(-100px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
  @media screen and (max-width:767px) {
    0% {
      transform: translate(-15.625vw, 4.6875vw);
    }
  }
}
@keyframes move02 {
  0% {
    transform: translate(80px, -40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
  @media screen and (max-width:767px) {
    0% {
      transform: translate(-12.5vw, -6.25vw);
    }
  }
}
@keyframes move03 {
  0% {
    transform: translate(0px, -50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
  @media screen and (max-width:767px) {
    0% {
      transform: translate(0vw, -7.8125vw);
    }
  }
}
@keyframes move04 {
  0% {
    transform: translate(-80px, -40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
  @media screen and (max-width:767px) {
    0% {
      transform: translate(12.5vw, -6.25vw);
    }
  }
}
@keyframes move05 {
  0% {
    transform: translate(100px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
  @media screen and (max-width:767px) {
    0% {
      transform: translate(15.625vw, 4.6875vw);
    }
  }
}
@keyframes move06 {
  0% {
    transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
  @media screen and (max-width:767px) {
    0% {
      transform: translate(0vw, 4.6875vw);
    }
  }
}
@keyframes move07 {
  0% {
    transform: translate(160px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
  @media screen and (max-width:767px) {
    0% {
      transform: translate(25vw, 4.6875vw);
    }
  }
}
@keyframes move08 {
  0% {
    transform: translate(0px, 0px) scale(0.95);
  }
  68% {
    transform: translate(0px, -20px) scale(1);
  }
  74.5% {
    transform: translate(0px, -22px) scale(1.02);
  }
  75% {
    transform: translate(0px, -24.5px) scale(1.02);
  }
  77.5% {
    transform: translate(0px, -25.8px) scale(1.0212);
  }
  79% {
    transform: translate(0px, -26px) scale(1.0215);
  }
  80% {
    transform: translate(0px, -23.5px) scale(1.0212);
  }
  88% {
    transform: translate(0px, -18px) scale(1.02);
  }
  90% {
    transform: translate(0px, -12px) scale(1.01);
  }
  94% {
    transform: translate(0px, -8px) scale(1.005);
  }
  98% {
    transform: translate(0px, -4px) scale(1.005);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes hayabusachan {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes historyBox {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}
@keyframes bgZoom {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated2 {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.animated3 {
  animation-duration: 3s;
  animation-fill-mode: both;
}
.animated4 {
  animation-duration: 4s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated2.infinite {
  animation-iteration-count: infinite;
}
.animated3.infinite {
  animation-iteration-count: infinite;
}
.animated4.infinite {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
.anim {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.anim0 {
  transition-delay: 0s;
}
.anim1 {
  transition-delay: 0.1s;
}
.anim2 {
  transition-delay: 0.2s;
}
.anim3 {
  transition-delay: 0.3s;
}
.anim4 {
  transition-delay: 0.4s;
}
.anim5 {
  transition-delay: 0.5s;
}
.anim6 {
  transition-delay: 0.6s;
}
.anim7 {
  transition-delay: 0.7s;
}
.anim8 {
  transition-delay: 0.8s;
}
.anim9 {
  transition-delay: 0.9s;
}
.anim10 {
  transition-delay: 1s;
}
.anim11 {
  transition-delay: 1.1s;
}
.anim12 {
  transition-delay: 1.2s;
}
.anim13 {
  transition-delay: 1.3s;
}
.anim14 {
  transition-delay: 1.4s;
}
.anim15 {
  transition-delay: 1.5s;
}
.anim16 {
  transition-delay: 1.6s;
}
.anim17 {
  transition-delay: 1.7s;
}
.anim18 {
  transition-delay: 1.8s;
}
.anim19 {
  transition-delay: 1.9s;
}
.anim20 {
  transition-delay: 2s;
}
.anim21 {
  transition-delay: 2.1s;
}
.anim22 {
  transition-delay: 2.2s;
}
.anim23 {
  transition-delay: 2.3s;
}
.anim24 {
  transition-delay: 2.4s;
}
.anim25 {
  transition-delay: 2.5s;
}
.anim26 {
  transition-delay: 2.6s;
}
.anim27 {
  transition-delay: 2.7s;
}
.anim28 {
  transition-delay: 2.8s;
}
.anim29 {
  transition-delay: 2.9s;
}
.anim30 {
  transition-delay: 3s;
}
.show-anime .anim {
  opacity: 1;
  transform: translateY(0);
}
html {
  min-width: 1200px;
  font-size: 10px;
}
@media screen and (max-width:767px) {
  html {
    min-width: inherit;
    font-size: 1.5625vw;
  }
}
:focus {
  outline: 0px;
}
body {
  font-family: "Noto Sans Japanese", sans-serif !important;
  font-size: 1.6rem !important;
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media screen and (max-width:767px) {
  body {
    min-width: 0;
    font-size: 2.4rem !important;
  }
}
a {
  text-decoration: none;
}
a:focus,
#colorbox:focus {
  /*colorboxの青枠*/
  outline: none;
}
h2 {
  text-align: center;
}
h2 img {
  margin: auto;
}
hr {
  border: none;
}
img {
  vertical-align: top;
}
@media screen and (max-width:767px) {
  img {
    max-width: 100%;
  }
}
svg {
  vertical-align: top;
}
em {
  font-style: normal;
}
.inner {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .inner {
    max-width: none;
  }
  .inner:not(.spPd0) {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}
.hvr {
  transition: 0.3s;
}
.hvr:hover {
  opacity: 0.7;
}
*[class^=abs] {
  display: block;
  position: absolute;
}
@media screen and (max-width:767px) {
  .spScrlX {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.set-anime {
  opacity: 0;
  transition: 0.5s;
}
.set-anime.show-anime {
  opacity: 1;
}
.mainContents {
  display: block;
  overflow: hidden;
}
.btnArea2 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: none;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.78);
}
.btnClose {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
#snsBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
}
#snsBtn li {
  float: left;
  margin-right: 10px;
}
@media screen and (max-width:767px) {
  #snsBtn {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .btnFaq {
    text-align: center;
  }
}
.btnFaq a {
  display: block;
  background-color: #fff;
  padding: 0 1.3em;
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 100px;
  transition: opacity 0.3s;
}
.btnFaq a:hover {
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .btnFaq a {
    display: inline-block;
    font-size: 2rem;
  }
}
.btnFaq a span {
  display: inline-block;
  padding: 0.4em 0 0.5em 1.4em;
  position: relative;
}
.btnFaq a span:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-bottom: 2px solid #9d9d9d;
  border-right: 2px solid #9d9d9d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate(0, 0.05em) rotate(-45deg);
}
.fixBtn {
  display: none;
}
@media screen and (max-width:767px) {
  .fixBtn {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 3.125vw;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .fixBtn a {
    display: block;
  }
  .fixBtn a img {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  #wrapper {
    overflow: hidden;
  }
}
@media screen and (max-width:767px) {
  #wrapper.pageTop {
    margin-bottom: 0vw;
  }
}
#contents {
  width: auto !important;
  color: #000;
  font-family: "Noto Sans Japanese";
}
#contents a:hover {
  text-decoration: none;
}
#deagoLogo {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9999;
}
@media screen and (max-width:767px) {
  #deagoLogo {
    top: 2.34375vw;
    left: 2.34375vw;
  }
}
#deagoLogo a {
  display: block;
  transition: opacity 0.3s;
}
#deagoLogo a:hover {
  opacity: 0.5;
}
#deagoLogo img,
#deagoLogo svg {
  width: 135px;
  height: 17px;
  fill: #fff;
}
@media screen and (max-width:767px) {
  #deagoLogo img,
  #deagoLogo svg {
    width: 21.09375vw;
    height: 2.65625vw;
  }
}
#header {
  margin-bottom: 0px !important;
  height: 80px !important;
}
.teikiFootPc {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0 40px;
  font-size: 11px;
}
.teikiFootPc .copy {
  text-align: left;
  float: left;
  width: 500px;
}
.teikiFootPc .bnBox {
  float: right;
  text-align: center;
  width: 450px;
}
.teikiFootPc .bnBox .ftTxt a {
  display: inline-block;
  transition: 0.3s;
}
.teikiFootPc .bnBox .ftTxt a:hover {
  opacity: 0.7;
}
.teikiFootPc .bnBox a {
  font-size: 12px;
  color: #333;
}
@media screen and (max-width:767px) {
  .teikiFootPc {
    display: none;
  }
}
.pagePBlock {
  text-align: center;
}
.btnSprt {
  position: fixed;
  left: -3px;
  bottom: 30px;
  z-index: 1000;
}
@media screen and (max-width:767px) {
  .btnSprt {
    position: static;
  }
}
.btnSprt a {
  display: block;
}
@media screen and (max-width:767px) {
  .btnSprt a img {
    width: 100%;
  }
}
.toTop {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  transition: opacity 0.3s;
}
.toTop:hover {
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .toTop {
    display: none !important;
  }
}
.footBanner {
  text-align: center;
  padding: 0px 0 20px 0;
}
.footBanner li {
  display: inline-block;
  margin: 10px;
}
.footBanner li img {
  height: 85px;
  width: auto;
}
.footerlink {
  font-size: 12px;
}
.footerlink li {
  font-size: inherit;
}
@media screen and (max-width:767px) {
  .footerCopyright {
    padding: 15px 0;
  }
  .footerCopyright .footerCopyrightInner {
    padding-bottom: 0;
  }
  .footerCopyright .footerCopyrightInner a img {
    width: 56px;
  }
  .footerCopyright .footerCopyrightInner > img {
    width: 305px;
  }
}
/*--------------------------------------
  ユニーク
---------------------------------------*/
a[name^=scrl] {
  position: relative;
}
/*--------------------------------------
  ページ内共通
---------------------------------------*/
a.u-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-image: linear-gradient(90deg, #e4007f 0%, #feee5f 20%, #55b99a 40%, #e4007f 60%, #feee5f 80%, #55b99a 100%);
  background-size: 300% 300%;
  padding: 0.35em 0;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: -1px;
  text-shadow: 0px 1px 0px #FFF;
  text-decoration: none;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: 1.5s;
}
a.u-btn:hover {
  background-position: 100% 0%;
}
a.u-btn:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 77%;
  top: 0.75em;
  box-shadow: 1px 0px 0px #FFF;
}
@media screen and (max-width:767px) {
  a.u-btn:after {
    border-top: 0.9375vw solid #e60012;
    border-right: 0.9375vw solid #e60012;
  }
}
a.u-btn.right::after {
  transform: rotate(135deg);
  top: 0.85em !important;
  right: 6%;
}
@media screen and (max-width:767px) {
  a.u-btn.right::after {
    border-top: 0.9375vw solid #222222;
    border-right: 0.9375vw solid #222222;
  }
}
.arw1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 240, 0, 0.8);
  width: 47px;
  height: 83px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: opacity 0.3s;
}
.arw1:hover {
  opacity: 0.5;
}
.arw1:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-bottom: 4px solid #000;
}
.arw1.pre {
  border-radius: 0 5px 5px 0;
  left: 0;
}
.arw1.pre:before {
  border-left: 4px solid #000;
  transform: translate(5px, 1px) rotate(45deg);
}
.arw1.nxt {
  border-radius: 5px 0 0 5px;
  right: 0;
}
.arw1.nxt:before {
  border-right: 4px solid #000;
  transform: translate(-5px, 1px) rotate(-45deg);
}
.acrdBtn {
  position: relative;
  cursor: pointer;
}
.acrdBtn:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: auto;
  margin-right: 0.5em;
  border-style: solid;
  border-width: 0.3em 0.3em 0 0;
  border-color: #fff #fff transparent transparent;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  transform: translateY(-0.25em) rotate(135deg);
}
.acrdBtn.show:before {
  transform: translateY(0.25em) rotate(-45deg);
}
.clkBlnBox {
  position: relative;
}
.clkBlnBox > img {
  width: 100%;
}
.clkBlnBox .clkBlns > span {
  position: absolute;
  cursor: pointer;
}
.clkBlnBox .clkBlns > span:before {
  content: "";
  display: inline-block;
  background: url(../images/clk_circle.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  transition: opacity 0.3s;
  animation-name: syukusyo;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span:before {
    width: 10.9375vw;
    height: 10.9375vw;
  }
}
.clkBlnBox .clkBlns > span:hover:before {
  opacity: 0.7;
}
.clkBlnBox .clkBlns > span .bln {
  display: none;
  background-color: #740003;
  width: 18em;
  padding: 0.8em 1em;
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln {
    font-size: 2rem;
  }
}
.clkBlnBox .clkBlns > span .bln:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
}
.clkBlnBox .clkBlns > span .bln strong {
  display: block;
  margin-bottom: 0.3em;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}
.clkBlnBox .clkBlns > span .bln.sz_10 {
  width: 10em;
}
.clkBlnBox .clkBlns > span .bln.sz_11 {
  width: 11em;
}
.clkBlnBox .clkBlns > span .bln.sz_12 {
  width: 12em;
}
.clkBlnBox .clkBlns > span .bln.sz_13 {
  width: 13em;
}
.clkBlnBox .clkBlns > span .bln.sz_14 {
  width: 14em;
}
.clkBlnBox .clkBlns > span .bln.sz_15 {
  width: 15em;
}
.clkBlnBox .clkBlns > span .bln.sz_16 {
  width: 16em;
}
.clkBlnBox .clkBlns > span .bln.sz_17 {
  width: 17em;
}
.clkBlnBox .clkBlns > span .bln.sz_18 {
  width: 18em;
}
.clkBlnBox .clkBlns > span .bln.sz_19 {
  width: 19em;
}
.clkBlnBox .clkBlns > span .bln.sz_20 {
  width: 20em;
}
.clkBlnBox .clkBlns > span .bln.sz_21 {
  width: 21em;
}
.clkBlnBox .clkBlns > span .bln.sz_22 {
  width: 22em;
}
.clkBlnBox .clkBlns > span .bln.sz_23 {
  width: 23em;
}
.clkBlnBox .clkBlns > span .bln.sz_24 {
  width: 24em;
}
.clkBlnBox .clkBlns > span .bln.sz_25 {
  width: 25em;
}
.clkBlnBox .clkBlns > span .bln.sz_26 {
  width: 26em;
}
.clkBlnBox .clkBlns > span .bln.sz_27 {
  width: 27em;
}
.clkBlnBox .clkBlns > span .bln.sz_28 {
  width: 28em;
}
.clkBlnBox .clkBlns > span .bln.sz_29 {
  width: 29em;
}
.clkBlnBox .clkBlns > span .bln.sz_30 {
  width: 30em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_10 {
    width: 10em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_11 {
    width: 11em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_12 {
    width: 12em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_13 {
    width: 13em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_14 {
    width: 14em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_15 {
    width: 15em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_16 {
    width: 16em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_17 {
    width: 17em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_18 {
    width: 18em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_19 {
    width: 19em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_20 {
    width: 20em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_21 {
    width: 21em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_22 {
    width: 22em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_23 {
    width: 23em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_24 {
    width: 24em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_25 {
    width: 25em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_26 {
    width: 26em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_27 {
    width: 27em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_28 {
    width: 28em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_29 {
    width: 29em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_30 {
    width: 30em;
  }
}
.clkBlnBox .clkBlns > span .bln.is_T {
  bottom: 50px;
}
.clkBlnBox .clkBlns > span .bln.is_T:before {
  border-width: 1em 0.5em 0;
  border-top-color: #740003;
  bottom: -0.95em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.is_T {
    bottom: 10.9375vw;
  }
}
.clkBlnBox .clkBlns > span .bln.is_B {
  top: 50px;
}
.clkBlnBox .clkBlns > span .bln.is_B:before {
  border-width: 0 0.5em 1em;
  border-bottom-color: #740003;
  top: -0.95em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.is_B {
    top: 10.9375vw;
  }
}
.clkBlnBox .clkBlns > span .bln.is_R {
  left: 50px;
}
.clkBlnBox .clkBlns > span .bln.is_R:before {
  border-width: 0.5em 1em 0.5em 0;
  border-right-color: #740003;
  left: -0.95em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.is_R {
    left: 10.9375vw;
  }
}
.clkBlnBox .clkBlns > span .bln.is_L {
  right: 50px;
}
.clkBlnBox .clkBlns > span .bln.is_L:before {
  border-width: 0.5em 0 0.5em 1em;
  border-left-color: #740003;
  right: -0.95em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.is_L {
    right: 10.9375vw;
  }
}
.clkBlnBox .clkBlns > span .bln.dir_T {
  bottom: 0;
}
.clkBlnBox .clkBlns > span .bln.dir_T:before {
  bottom: 1.1em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.dir_T:before {
    bottom: 4vw;
  }
}
.clkBlnBox .clkBlns > span .bln.dir_B {
  top: 0;
}
.clkBlnBox .clkBlns > span .bln.dir_B:before {
  top: 1.1em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.dir_B:before {
    top: 4vw;
  }
}
.clkBlnBox .clkBlns > span .bln.dir_R {
  left: 0;
}
.clkBlnBox .clkBlns > span .bln.dir_R:before {
  left: 1.2em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.dir_R:before {
    left: 3.75vw;
  }
}
.clkBlnBox .clkBlns > span .bln.dir_L {
  right: 0;
}
.clkBlnBox .clkBlns > span .bln.dir_L:before {
  right: 1em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.dir_L:before {
    right: 4.5vw;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spDir_C {
    left: -25vw;
  }
  .clkBlnBox .clkBlns > span .bln.spDir_C:before {
    left: 28.59375vw;
  }
}
.clkBlnBox .clkBlns > span.show {
  z-index: 1;
}
.clkBlnBox .clkBlns > span.show .bln {
  display: block;
}
.slick-slider {
  margin-bottom: 0;
}
.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  z-index: 1;
  transform: translate(0, 0);
  transition: 0.3s;
}
.slick-arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 6px solid #fff;
  border-bottom: 6px solid #fff;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .slick-arrow:before {
    width: 3.125vw;
    height: 3.125vw;
    border-width: 0 0 0.9375vw 0.9375vw;
  }
}
.slick-arrow:hover {
  opacity: 0.5;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  transform: translate(5px, 0) rotate(45deg);
}
.slick-next {
  right: 0;
}
.slick-next:before {
  transform: translate(-5px, 0) rotate(225deg);
}
.slick-dots {
  bottom: 0;
}
.slick-dots li {
  background-color: #ccc;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  background-color: #ffe100;
}
.slick-dots li button {
  display: none;
}
@media screen and (max-width:767px) {
  .slick-dots {
    margin-top: 6.25vw;
    position: static;
  }
  .slick-dots li {
    width: 3.125vw;
    height: 3.125vw;
  }
}
/*--------- アニメーション ---------*/
@keyframes scale1 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*--------- 定期ボタン ---------*/
.btnBox {
  display: block;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .btnBox {
    width: 100%;
    box-sizing: border-box;
  }
}
.btnBox a:before {
  content: "";
  opacity: 0;
  transition: 0.3s;
}
.btnBox a img {
  display: block;
  width: 100%;
}
@media screen and (max-width:767px) {
  .btnBox a img {
    height: auto;
  }
  .btnBox a img.pcShow {
    display: none;
  }
}
.btnBox a:hover:before {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*--------- プレゼント ---------*/
.teikiPre {
  text-align: center;
}
@media screen and (max-width:767px) {
  .teikiPre {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
  .teikiPre img {
    width: 100%;
    height: auto;
  }
}
.teikiPre > .ttl {
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .teikiPre > .ttl {
    width: 90.625vw;
    margin: 0 auto 3.125vw;
  }
}
.teikiPre > .btnBox {
  margin-bottom: 15px;
}
@media screen and (max-width:767px) {
  .teikiPre > .btnBox {
    margin-bottom: 4.6875vw;
  }
}
.teikiPre > .txt {
  margin-bottom: 45px;
}
@media screen and (max-width:767px) {
  .teikiPre > .txt {
    width: 90.625vw;
    margin: 0 auto 2.34375vw;
  }
}
.teikiPre .preBox {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width:767px) {
  .teikiPre .preBox {
    width: auto;
  }
}
.teikiPre .preBox > a {
  display: block;
  transition: opacity 0.3s;
}
.teikiPre .preBox > a:hover {
  opacity: 0.5;
}
.teikiPre .preNote {
  margin-top: 10px;
  color: #351a01;
  font-size: 1.2rem;
  line-height: 2.0833333333;
  text-align: left;
}
@media screen and (max-width:767px) {
  .teikiPre .preNote {
    margin-top: 2.34375vw;
    line-height: 1.5;
  }
}
.teikiPre .preNote strong {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .teikiPre .preNote strong {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    line-height: inherit;
  }
}
.orderBtn {
  display: block;
  max-width: 980px;
  margin: auto;
  position: relative;
}
.orderBtn:after {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.orderBtn:hover:after {
  opacity: 0.2;
}
.preBox + .orderBtn {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .orderBtn {
    max-width: none;
  }
  .orderBtn:after {
    border-radius: 0.78125vw;
  }
  .preBox + .orderBtn {
    margin-top: 1.5625vw;
  }
}
/*--------------------------------------
  ページ内レイアウト(唯一、特定の部分)
---------------------------------------*/
.naviArea {
  background-color: rgba(0, 15, 24, 0.8);
  border-style: solid;
  border-width: 1px;
  border-color: #fdd000;
  position: fixed;
  top: 130px;
  right: -400px;
  border-radius: 5px;
  z-index: 9999;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .naviArea {
    top: 7.8125vw;
  }
}
.naviArea li {
  font-size: 1.4rem;
}
.naviArea li + li {
  border-top: 1px solid #fdd000;
}
@media screen and (max-width:767px) {
  .naviArea li {
    font-size: 2.4rem;
  }
}
.naviArea li a {
  display: block;
  padding: 0.7142857143em 0.7142857143em 0.7142857143em 1.6428571429em;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 7px rgb(0, 15, 24), 0 0 7px rgb(0, 15, 24), 0 0 7px rgb(0, 15, 24), 0 0 7px rgb(0, 15, 24), 0 0 7px rgb(0, 15, 24), 0 0 7px rgb(0, 15, 24), 0 0 7px rgb(0, 15, 24);
  position: relative;
  transition: color 0.3s;
}
.naviArea li a:hover {
  color: #fdd000;
}
.naviArea li a:before {
  content: "";
  display: block;
  width: 0.4285714286em;
  height: 0.4285714286em;
  margin: auto;
  border-bottom: 0.1428571429em solid #be0615;
  border-right: 0.1428571429em solid #be0615;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.7142857143em;
  transform: translate(-0.1428571429em, 0.0714285714em) rotate(-45deg);
}
.clsNav {
  background: #fdd000;
  color: #000f18;
  height: 30px;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.clsNav:hover {
  opacity: 0.8;
}
@media screen and (max-width:767px) {
  .clsNav {
    height: auto;
    padding: 0.9375em;
    font-size: 2.4rem;
    text-align: left;
  }
}
.clsNav > * {
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .clsNav > * {
    padding-top: 0;
  }
}
.clsNav b {
  padding-right: 5px;
  font-size: 1.2857142857em;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .clsNav b {
    padding-right: 0.78125vw;
  }
}
.naviArea2 {
  position: fixed;
  top: 130px;
  right: 0px;
  z-index: 9999;
}
@media screen and (max-width:767px) {
  .naviArea2 {
    top: 7.8125vw;
  }
}
.naviArea2 .menuShow {
  display: block;
  transition: opacity 0.3s;
}
.naviArea2 .menuShow:hover {
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .navi3Wrap {
    display: none;
  }
}
.naviArea3 {
  background-color: #24a4b5;
  text-align: center;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  margin: 0;
  padding: 0;
}
.naviArea3.fix {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.naviInner3 {
  margin: 0;
  padding: 15px 0 10px 0;
}
.naviInner3 a {
  background-image: url(../images/nav_arw1.png);
  background-repeat: no-repeat;
  background-position: 19px 7px;
  margin: 0 0 0 0;
  padding: 0 22px 0 40px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  background-size: 20px;
  border-left: 1px solid #fff;
}
.naviInner3 a.bar {
  border-right: 1px solid #fff;
}
.naviInner3 a:hover {
  background-image: url(../images/nav_arw1_on.png);
  color: #dae535;
}
.naviAreaSp {
  display: none;
}
/*--------------------------------------
  新着情報ページ
---------------------------------------*/
.newsTtl {
  border-left: 4px solid #399;
  padding: 0px 0px 0px 10px;
  margin-bottom: 5px;
  color: #399;
  font-weight: bold;
  font-size: 15px;
}
.newsTxt {
  margin-bottom: 15px;
}
.block_main {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.block_main::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: url("../images/main/bg_cl-all.webp") 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .block_main::before {
    background: url("../images/main/bg_cl-all-sp.webp") 0 0 no-repeat;
    background-size: cover;
  }
}
.block_main .topimg {
  text-align: center;
}
@media screen and (max-width:767px) {
  .block_main .topimg {
    margin-top: -18vw;
    padding-bottom: 10vw;
  }
}
.block_main .partMain {
  background: #e3e879;
  height: 650px;
  position: relative;
}
@media screen and (max-width:767px) {
  .block_main .partMain {
    height: auto;
  }
}
.block_main .partMain h1 {
  position: relative;
  padding-top: 25px;
  text-align: center;
  animation: fadeIn 0.5s both;
  z-index: 10;
}
@media screen and (max-width:767px) {
  .block_main .partMain h1 {
    padding-top: 5vw;
    padding-left: 0;
    width: 100%;
  }
}
.block_main .partMain h1 .sub {
  display: inline-block;
  position: relative;
  animation: fadeIn 0.5s both;
  animation-delay: 0.3s;
  z-index: 10;
}
@media screen and (max-width:767px) {
  .block_main .partMain h1 .sub {
    width: 91.09375vw;
    margin: 0 auto;
  }
}
.block_main .partMain h1 .sub:after {
  position: absolute;
  content: "";
  left: -42px;
  top: 96px;
  width: 197px;
  height: 195px;
  background: url("../images/main/txt01_b.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .block_main .partMain h1 .sub:after {
    width: 21.71875vw;
    height: 21.71875vw;
    top: 8vw;
    left: -2.5vw;
    z-index: -5;
  }
}
.block_main .partMain h1 .mainTtl {
  position: relative;
  top: -144px;
  left: -33px;
  z-index: 5;
}
@media screen and (max-width:767px) {
  .block_main .partMain h1 .mainTtl {
    top: -12vw;
    left: 1vw;
  }
}
.block_main .next_main {
  background: #88cfe0;
  padding-top: 20px;
}
@media screen and (max-width:767px) {
  .block_main .next_main {
    padding: 0;
  }
}
.block_main .inner {
  top: 22px;
}
@media screen and (max-width:767px) {
  .block_main .inner {
    top: 0;
  }
}
.block_main .topic {
  margin-bottom: 45px;
  display: flex;
  background-color: #fff;
  padding: 5px 10px 5px 30px;
  align-items: center;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .block_main .topic {
    margin-top: -20vw;
    margin-bottom: 35vw;
    align-items: flex-start;
    padding: 3vw 3vw 3vw 5vw;
  }
}
.block_main .topic::before {
  content: "TOPICS：";
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .block_main .topic::before {
    font-size: 2.4rem;
  }
}
.block_main .topic a {
  display: flex;
  align-items: center;
  color: #000;
  width: 100%;
  text-decoration: none;
}
.block_main .substanceBox {
  display: flex;
  align-items: flex-start;
  padding: 25px 30px 25px 10px;
  position: relative;
  animation: fadeIn 1s both, move06 0.8s both;
  animation-delay: 0.6s;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox.pre picture {
    margin-left: 0;
  }
}
@media screen and (max-width:767px) {
  .block_main .substanceBox {
    margin-top: -5vw;
    display: block;
    width: auto;
    padding: 6vw 0 0;
    border-radius: 1.5625vw;
    z-index: 3;
  }
}
.block_main .substanceBox:first-of-type {
  margin: -15px auto auto -3.5%;
  padding: 35px 0px 0 30px;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox:first-of-type {
    margin: 0;
    padding: 0;
  }
}
.block_main .substanceBox:first-of-type a {
  position: absolute;
  width: 50%;
  right: 40px;
  top: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #00a1e9;
  padding: 10px 0 20px;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: -1px;
  text-shadow: 0px 1px 0px #fff;
  text-decoration: none;
  border-radius: 100px;
  box-sizing: border-box;
  transition: 0.5s;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox:first-of-type a {
    width: 50%;
    top: 73%;
    right: -40vw;
    left: 0;
    margin: 0 auto;
    padding: 1.25vw 0 3.125vw;
  }
}
.block_main .substanceBox:first-of-type a:hover {
  transform: scale(1.05);
}
.block_main .substanceBox:first-of-type a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0.9em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-shadow: 1px 0px 0px #fff;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox:first-of-type a::after {
    width: 0.3em;
    height: 0.3em;
    top: 38%;
    bottom: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    box-shadow: none;
  }
}
@media screen and (max-width:767px) {
  .block_main .substanceBox:first-of-type a img {
    width: 35vw;
  }
}
@media screen and (max-width:767px) {
  .block_main .substanceBox:first-of-type {
    padding-bottom: 5.46875vw;
  }
}
.block_main .substanceBox:nth-of-type(n + 2) {
  background: #f8ecf3;
  border: 5px solid #b72f8c;
  box-sizing: border-box;
  border-radius: 25px;
  margin: 15px auto 0 auto;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox:nth-of-type(n + 2) {
    border: 3px solid #b72f8c;
    margin: 3vw auto auto;
    padding: 5vw 5vw 7vw 5vw;
    border-radius: 10px;
  }
  .block_main .substanceBox:nth-of-type(n + 2) .imgs img:first-child {
    margin-top: -10vw;
  }
}
.block_main .substanceBox.ttl_fist {
  background: none;
  text-align: center;
  justify-content: center;
  border: none;
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox.ttl_fist {
    top: 0;
    padding: 0;
  }
}
.block_main .substanceBox.ttl_fist img {
  height: auto;
}
.block_main .substanceBox.box1 {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  animation-delay: 0.9s;
  padding-bottom: 40px;
  border: none;
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox.box1 {
    padding-bottom: 9vw;
    margin-top: 5vw;
    border-radius: 10px;
  }
}
.block_main .substanceBox.box1 .boxIn {
  display: flex;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox.box1 .boxIn {
    flex-direction: column;
  }
}
.block_main .substanceBox.box1 .boxIn .img {
  margin: 0 10px 0 30px;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox.box1 .boxIn .img {
    width: auto;
    margin: 0 2vw 0 0;
  }
}
.block_main .substanceBox.box1 .boxIn .img img {
  height: auto;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox.box1 .boxIn .img img {
    width: auto;
    height: auto;
  }
}
.block_main .substanceBox.box1 .boxIn .price {
  width: 520px;
  margin-left: 30px;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox.box1 .boxIn .price {
    width: 100%;
    margin-left: 0;
    border-top: 1px solid #b72f8c;
  }
}
.block_main .substanceBox.box1 .boxIn .price .ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #b72f8c;
}
.block_main .substanceBox.box1 .boxIn .price .lm-not {
  font-size: 1.2rem;
  margin-top: 20px;
}
.block_main .substanceBox.box1 .boxIn .price .lm-not li {
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox.box1 .boxIn .price .lm-not li {
    line-height: 1.4;
  }
}
@media screen and (max-width:767px) {
  .block_main .substanceBox.box1 .boxIn .price .lm-not {
    font-size: 2rem;
    margin-top: 2vw;
    text-align: left;
  }
}
.block_main .substanceBox.box1 .boxIn .price .lm-not p {
  color: #ff000f;
  margin-bottom: 5px;
}
.block_main .substanceBox.box1 .boxIn .price a.u-btn {
  margin-top: 15px;
  background-image: none;
  background-color: #ff4444;
  color: #fff;
}
.block_main .substanceBox.box1 .boxIn .price a.u-btn::after {
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  margin-top: 3px;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox.box1 .boxIn .price a.u-btn::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 10%;
  }
}
.block_main .substanceBox:nth-of-type(3) {
  animation-delay: 1.2s;
}
.block_main .substanceBox .imgs {
  text-align: center;
  margin-left: 20px;
  width: 385px;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox .imgs {
    margin-left: 0;
    margin-top: 0;
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .block_main .substanceBox .imgs .img {
    width: 79vw;
    max-width: none;
    position: relative;
  }
}
.block_main .substanceBox .imgs .btn {
  animation: fadeIn 0.8s 0.6s both;
  transition: 0.3s;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox .imgs .btn {
    margin: 0 -0.78125vw 0 -2.34375vw;
  }
}
.block_main .substanceBox .imgs .btn:hover {
  transform: scale(1.1);
  z-index: 100;
}
.block_main .substanceBox .imgs .btn a {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox .imgs .btn a {
    display: block;
  }
}
.block_main .substanceBox .txts {
  width: 520px;
  margin-left: 20px;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox .txts {
    width: auto;
    margin-left: 0;
  }
}
.block_main .substanceBox .txts a.u-btn {
  margin: 15px auto 10px;
  width: 100%;
}
.block_main .substanceBox .txts a.u-btn::after {
  transform: rotate(135deg);
}
@media screen and (max-width:767px) {
  .block_main .substanceBox .txts a.u-btn::after {
    top: 32%;
    border-color: #000;
  }
}
@media screen and (max-width:767px) {
  .block_main .substanceBox .txts a.u-btn {
    margin: 2vw auto 2vw auto;
    font-size: 5.3125vw;
  }
}
.block_main .substanceBox .txts .note {
  display: block;
  margin: 15px -10px 10px 0px;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox .txts .note {
    margin: 0;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.block_main .substanceBox .txts .note .red_txt {
  color: #ff000f;
}
.block_main .substanceBox.set-anime {
  top: -53px;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .block_main .substanceBox.set-anime {
    top: 0;
    left: 0vw;
    text-align: center;
  }
}
.block_main .movBox {
  position: relative;
}
.block_main .movBox.show-anime {
  top: 0;
}
.block_main .movBox .movIn {
  padding-top: 56%;
  position: relative;
}
.block_main .movBox .movIn iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.reachDay {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #ff000f;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .reachDay {
    font-size: 2.4rem;
  }
}
.faq-box {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: rgba(3, 137, 165, 0.8);
  display: flow-root;
  border-radius: 20px;
}
@media screen and (max-width:767px) {
  .faq-box {
    background-color: transparent;
  }
}
.faq-box .box {
  text-align: left;
  padding: 25px 25px 45px 25px;
  box-sizing: border-box;
  border-radius: 25px;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .faq-box .box {
    margin-top: 3.125vw;
    padding: 0;
    background: none;
    border-radius: 0;
  }
}
.faq-box .box dl {
  background: #fff;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 25px;
}
@media screen and (max-width:767px) {
  .faq-box .box dl {
    padding: 2.5vw;
    border-radius: 10px;
  }
}
.faq-box .box dl + dl {
  margin-top: 25px;
}
@media screen and (max-width:767px) {
  .faq-box .box dl + dl {
    margin-top: 3vw;
  }
}
.faq-box .box dl dt p,
.faq-box .box dl dd p {
  display: flex;
}
.faq-box .box dl dt p.ac,
.faq-box .box dl dd p.ac {
  align-items: center;
}
.faq-box .box dl dt p span,
.faq-box .box dl dd p span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  background: #da0716;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width:767px) {
  .faq-box .box dl dt p span,
  .faq-box .box dl dd p span {
    width: 8vw;
    height: 8vw;
    font-size: 1.8rem;
    margin-right: 2vw;
    top: 1vw;
  }
}
.faq-box .box dl dt {
  font-weight: bold;
}
.faq-box .box dl dt p {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #da0716;
}
@media screen and (max-width:767px) {
  .faq-box .box dl dt p {
    font-size: 2.2rem;
  }
}
.faq-box .box dl dd {
  font-weight: 500;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #ece271;
}
@media screen and (max-width:767px) {
  .faq-box .box dl dd {
    padding-top: 2vw;
    margin-top: 2vw;
  }
}
.faq-box .box dl dd p {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .faq-box .box dl dd p {
    font-size: 2.2rem;
  }
}
.faq-box .box dl dd p span {
  background: #47b3de;
}
.faq-box .box .btn a {
  width: 410px;
  margin: 30px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
}
.faq-box .box .btn a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width:767px) {
  .faq-box .box .btn a {
    width: 64.0625vw;
    margin: 5vw auto 0 auto;
    padding: 2vw;
  }
}
.faq-box .box .btn a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  .faq-box .box .btn a::after {
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.faqBtn.set-anime {
  margin-bottom: 45px;
}
@media screen and (max-width:767px) {
  .faqBtn.set-anime {
    margin-top: 4.6875vw;
    margin-bottom: 0;
  }
}
.cap-faq {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .cap-faq {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0;
  }
}
.block_top {
  background: url("../images/topblk/bg.png") repeat-x;
  background-size: 100%;
  padding: 0px 0 130px;
}
@media screen and (max-width:767px) {
  .block_top {
    background-size: auto;
    padding: 10.9375vw 0 0 0;
    margin-top: -54vw;
  }
}
.block_top .inner {
  text-align: center;
}
.block_top h2 {
  margin-bottom: 40px;
  animation: fadeIn 1s both, move06 0.8s both;
}
@media screen and (max-width:767px) {
  .block_top h2 {
    width: 90%;
    margin: auto auto 3vw;
  }
}
.block_top .lead {
  animation: fadeIn 1s both, move06 0.8s both;
}
.block_top .main {
  position: relative;
  text-align: center;
  top: 30px;
  animation: fadeIn 1s both, move06 0.8s both;
  animation-delay: 0.6s;
}
@media screen and (max-width:767px) {
  .block_top .main {
    left: 0;
    top: 4vw;
  }
}
@media screen and (max-width:767px) {
  .block_top .spMtMinus {
    margin-top: -10vw;
  }
}
.block_charas .charaArea {
  position: relative;
  background: url("../images/charas/bg_chara.webp") 0 0 no-repeat;
  background-size: cover;
  z-index: 5;
  padding-bottom: 0px;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea {
    padding: 8vw 0 5vw 0;
  }
}
.block_charas .charaArea .centerTxt {
  padding: 70px 0 20px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .centerTxt {
    width: 85.15625vw;
    margin: 0 auto;
    padding: 0 0 4.6875vw;
  }
}
.block_charas .charaArea .noice {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .noice {
    text-align: right;
    padding: 0 5vw;
  }
}
.block_charas .charaArea .box_in {
  text-align: center;
  margin: 30px 0 0 0;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .box_in {
    margin: 0 3.90625vw 5vw 3.90625vw;
  }
}
.block_charas .charaArea .cap12 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .cap12 {
    width: 78.90625vw;
    margin: 0 auto 7vw auto;
  }
}
.block_charas .charaArea .dl_but {
  text-align: center;
  margin-bottom: 40px;
}
.block_charas .charaArea .dl_but a:hover {
  transition: 0.8s;
  filter: brightness(140%);
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .dl_but {
    margin-bottom: 5vw;
  }
  .block_charas .charaArea .dl_but img {
    width: 80%;
    height: auto;
  }
}
.block_charas .charaArea .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 83px;
  transition: background-color 0.3s;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slick-arrow {
    width: 10vw;
    height: 10vw;
    background-color: #e4007f;
    border-radius: 50px;
  }
}
.block_charas .charaArea .slick-arrow:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-bottom: 6px solid #e4007f;
  border-right: 6px solid #e4007f;
  border-left: none;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slick-arrow:before {
    width: 3vw;
    height: 3vw;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.block_charas .charaArea .slick-arrow.slkBox1-arrow:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-bottom: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  border-left: none;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slick-arrow.slkBox1-arrow:before {
    width: 3vw;
    height: 3vw;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.block_charas .charaArea .slkBox1-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e20075 !important;
  width: 75px;
  height: 75px;
  z-index: 1;
  transform: translate(0, 0);
  transition: 0.3s;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1-arrow {
    width: 9.375vw;
    height: 9.375vw;
  }
}
.block_charas .charaArea .slick-prev {
  left: calc(50% - 550px);
}
.block_charas .charaArea .slick-prev:before {
  transform: translate(7px, 0) rotate(135deg);
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slick-prev:before {
    transform: translate(2px, 0) rotate(135deg);
  }
}
.block_charas .charaArea .slick-next {
  right: calc(50% - 550px);
}
.block_charas .charaArea .slick-next:before {
  transform: translate(-7px, 0) rotate(-45deg);
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slick-next:before {
    transform: translate(-1px, 0) rotate(-45deg);
  }
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slick-prev {
    left: 3.5vw;
    top: 40%;
  }
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slick-next {
    right: 3.5vw;
    top: 40%;
  }
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slick-dots {
    margin-top: 4.6875vw;
  }
}
.block_charas .charaArea .slkBox1 {
  padding-bottom: 20px;
  position: relative;
  top: 30px;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1 {
    padding-bottom: 4.6875vw;
  }
}
.block_charas .charaArea .slkBox1 li {
  width: 711px;
  height: 472px;
  margin: 0 30px;
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1 li {
    width: 84.375vw;
    height: auto;
    margin: 0 2vw;
    opacity: 1;
  }
  .block_charas .charaArea .slkBox1 li img {
    margin-left: 0vw;
  }
}
.block_charas .charaArea .slkBox1 li .img {
  position: relative;
}
.block_charas .charaArea .slkBox1 li .img .mdlCrl {
  position: absolute;
  bottom: 45px;
  left: 50px;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1 li .img .mdlCrl {
    width: 40.625vw;
    bottom: 4.6875vw;
    left: 5.46875vw;
  }
}
.block_charas .charaArea .slkBox1 li.slick-active {
  opacity: 1;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1 .slick-dots {
    position: static;
  }
  .block_charas .charaArea .slkBox1 .slick-dots li {
    background-color: #fff;
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 0.78125vw;
  }
  .block_charas .charaArea .slkBox1 .slick-dots li.slick-active {
    background-color: #e4007f;
  }
}
.block_charas .charaArea .slkBox1.show-anime {
  top: 0;
}
.block_charas .charaArea .slkBox1 .item .box {
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1 .item .box {
    margin: 0;
  }
}
.block_charas .charaArea .slkBox1 .item .img img {
  max-width: 100%;
}
.block_charas .charaArea .slkBox1 .item .txts {
  padding-left: 15px;
  text-align: center;
  position: relative;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1 .item .txts {
    padding-left: 0.78125vw;
  }
}
.block_charas .charaArea .slkBox1 .item .txts img {
  margin: auto;
}
.block_charas .charaArea .slkBox1 .item .txts dt {
  margin: -10px 0 -60px;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1 .item .txts dt {
    margin: 3.125vw 0 0;
    white-space: nowrap;
  }
  .block_charas .charaArea .slkBox1 .item .txts dt.spPT15W {
    padding-top: 2.34375vw;
  }
  .block_charas .charaArea .slkBox1 .item .txts dt.spPT25W {
    padding-top: 3.90625vw;
  }
  .block_charas .charaArea .slkBox1 .item .txts dt.spPT40W {
    padding-top: 6.25vw;
  }
  .block_charas .charaArea .slkBox1 .item .txts dt.spFz35 {
    font-size: 3.5rem;
  }
  .block_charas .charaArea .slkBox1 .item .txts dt.spFz32 {
    font-size: 3.2rem;
  }
}
.block_charas .charaArea .slkBox1 .item .txts dt span {
  display: block;
  background: url("../images/charas/sld_catch_bg.png") center 0 no-repeat;
  height: 196px;
  padding-top: 60px;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1 .item .txts dt span {
    background-size: contain;
    min-width: 35.15625vw;
    height: 30.625vw;
    padding-top: 7.8125vw;
  }
}
.block_charas .charaArea .slkBox1 .item .txts dt .spBtn {
  display: none;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1 .item .txts dt .spBtn {
    display: block;
    margin-top: 0.78125vw;
    line-height: 1;
    width: 70%;
    margin: 5px auto 0 auto;
  }
  .block_charas .charaArea .slkBox1 .item .txts dt .spBtn a {
    display: inline-flex;
  }
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1 .item .txts dd {
    display: none;
  }
}
.block_charas .charaArea .slkBox1Nav {
  padding: 0 0 40px;
  position: relative;
  top: 30px;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1Nav {
    display: none;
  }
}
.block_charas .charaArea .slkBox1Nav.show-anime {
  top: 0;
}
.block_charas .charaArea .slkBox1Nav .slick-prev {
  left: -105px;
}
.block_charas .charaArea .slkBox1Nav .slick-next {
  right: -105px;
}
.block_charas .charaArea .slkBox1Nav .item {
  width: 128px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.block_charas .charaArea .slkBox1Nav .item:hover {
  opacity: 0.5;
}
.block_charas .charaArea .slkBox1Nav .item .thum {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 190px;
  margin-bottom: 15px;
}
.block_charas .charaArea .slkBox1Nav .item .thum img {
  height: 125px;
  transition: 0.3s;
}
.block_charas .charaArea .slkBox1Nav .item h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.block_charas .charaArea .slkBox1Nav .item h3 img {
  height: 29px;
  transition: 0.3s;
}
.block_charas .charaArea .slkBox1Nav .item.slick-current .thum img {
  height: 167px;
}
.block_charas .charaArea .slkBox1Nav .item.slick-current h3 img {
  height: 32px;
}
.block_charas .spTxt {
  display: none;
}
@media screen and (max-width:767px) {
  .block_charas .spTxt {
    background-color: rgba(155, 95, 18, 0.9);
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 3rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .block_charas .spTxt.show {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block_charas .spTxt:before {
    content: "";
    display: block;
    background: url("../images/charas/icn_times.svg") 0 0 no-repeat;
    background-size: contain;
    width: 12.5vw;
    height: 12.5vw;
    position: absolute;
    top: 4.6875vw;
    right: 4.6875vw;
  }
  .block_charas .spTxt ul {
    padding: 4.6875vw;
  }
  .block_charas .spTxt li {
    display: none;
  }
}
.block_charas .detailTxt {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}
.block_charas .detailTxt ul {
  width: 800px;
  margin: 5% auto;
}
@media screen and (max-width:767px) {
  .block_charas .detailTxt ul {
    width: 100%;
    margin: 0 auto 10%;
  }
}
.block_charas .detailTxt ul .item {
  display: none;
  position: relative;
  color: #333;
  text-shadow: 1px 1px 3px #c1dff3, -1px -1px 3px #c1dff3, -1px 1px 3px #c1dff3, -1px -1px 3px #c1dff3;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 25px #fff;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width:767px) {
  .block_charas .detailTxt ul .item {
    padding: 4.6875vw;
    border-radius: 0;
  }
}
.block_charas .detailTxt ul .item p + p {
  margin-top: 1em;
}
.block_charas .detailTxt ul .item .closeBtn {
  position: absolute;
  content: "";
  bottom: -1.8em;
  right: 1em;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.block_buy {
  position: relative;
  text-align: center;
  background: url("../images/buy/buy_bg.webp");
  background-size: cover;
  padding: 70px 0;
}
@media screen and (max-width:767px) {
  .block_buy {
    padding: 10vw 0;
  }
}
.block_buy.cp .inner {
  padding-top: 20px;
}
.block_buy .inner {
  max-width: 1000px;
  padding-top: 40px;
}
@media screen and (max-width:767px) {
  .block_buy .inner {
    padding-top: 4vw;
  }
}
.block_buy .inner .ball {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .block_buy .inner .ball {
    margin-top: 5vw;
  }
}
@media screen and (max-width:767px) {
  .block_buy h2 {
    width: 85vw;
    margin: 0 auto;
  }
}
.block_buy .subttl {
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .block_buy .subttl {
    margin-bottom: 0;
  }
}
.block_buy .substanceBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 25px 30px 10px;
  position: relative;
  animation: fadeIn 1s both, move06 0.8s both;
  animation-delay: 0.9s;
  flex-wrap: wrap;
  background: #f8ecf3;
  border: 5px solid #b72f8c;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 2%;
}
.block_buy .substanceBox .imgs {
  width: 50%;
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox {
    display: block;
    width: auto;
    z-index: 3;
    border: 3px solid #00a0e9;
    border-radius: 10px;
    margin: 0 auto auto;
    padding: 4vw;
  }
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox img {
    width: 100%;
  }
}
.block_buy .substanceBox .imgs {
  text-align: center;
  width: 400px;
  position: relative;
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .imgs {
    width: auto;
    margin-top: 0;
  }
  .block_buy .substanceBox .imgs img:first-child {
    margin-top: 4vw;
  }
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .imgs .img {
    max-width: none;
    position: relative;
  }
}
.block_buy .substanceBox .imgs .btn {
  animation: fadeIn 0.8s 0.6s both;
  transition: 0.3s;
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .imgs .btn {
    margin: 0 -0.78125vw 0 -2.34375vw;
  }
}
.block_buy .substanceBox .imgs .btn:hover {
  transform: scale(1.1);
  z-index: 100;
}
.block_buy .substanceBox .imgs .btn a {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .imgs .btn a {
    display: block;
  }
}
.block_buy .substanceBox .imgs .bot-img {
  position: absolute;
  top: 170px;
  left: 28px;
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .imgs .bot-img {
    top: 38vw;
    left: 2vw;
  }
}
.block_buy .substanceBox .txts {
  width: 550px;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .txts {
    width: auto;
    margin-top: 0vw;
  }
}
.block_buy .substanceBox .txts a.u-btn {
  margin: 15px auto 10px;
}
.block_buy .substanceBox .txts a.u-btn::after {
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .txts a.u-btn::after {
    top: 0.7em;
  }
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .txts a.u-btn {
    margin: 4vw auto 2vw auto;
    font-size: 4.25rem;
    width: 100%;
  }
}
.block_buy .substanceBox:nth-last-of-type() {
  animation-delay: 1.2s;
}
.block_buy .substanceBox .note {
  display: block;
  margin: 15px 0px 10px 0;
  font-size: 1.2rem;
  text-align: left;
}
.block_buy .substanceBox .note .red {
  color: #ff0000;
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .note {
    margin: 3vw 0;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.block_buy .prezentBox {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width:767px) {
  .block_buy .prezentBox {
    margin-bottom: 6.9333333333vw;
  }
}
.block_buy .prezentBox .btn {
  display: block;
  background: #ca2429;
  width: 430px;
  padding: 0.3333333333em 0;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  border: 3px solid #fff;
  border-radius: 100px;
  box-shadow: 0 0 0 2px #001c51;
  box-sizing: border-box;
  position: absolute;
  top: 405px;
  right: 70px;
  transition: filter 0.3s;
}
.block_buy .prezentBox .btn:hover {
  filter: brightness(150%);
}
@media screen and (max-width:767px) {
  .block_buy .prezentBox .btn {
    width: 80vw;
    padding: 1.875vw 0;
    font-size: 4.2666666667vw;
    border-width: 0.8vw;
    box-shadow: 0 0 0 0.5333333333vw #001c51;
    top: 100vw;
    left: 5.8666666667vw;
  }
}
.block_buy .prezentBox .btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767px) {
  .block_buy .prezentBox .btn span {
    position: relative;
  }
}
.block_buy .prezentBox .btn span:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width:767px) {
  .block_buy .prezentBox .btn span:after {
    position: absolute;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 4vw;
  }
}
.block_buy .last-banner {
  padding-top: 40px;
  position: relative;
  top: 30px;
  left: 30px;
}
@media screen and (max-width:767px) {
  .block_buy .last-banner {
    padding-top: 6vw;
    left: 0;
  }
}
.block_buy .last-banner.show-anime {
  top: 0;
}
.block_buy .faqBtn {
  position: relative;
  top: 30px;
}
@media screen and (max-width:767px) {
  .block_buy .faqBtn {
    left: 0;
  }
}
.block_buy .faqBtn.show-anime {
  top: 0;
}
.block_buy .faqBtn a {
  display: flex;
  width: 533px;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  margin: auto;
  padding: 0.8571428571em 0.3571428571em;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-radius: 100px;
  box-sizing: border-box;
  transition: 0.5s;
  border: 2px solid #ffffff;
}
@media screen and (max-width:767px) {
  .block_buy .faqBtn a {
    background: #fff;
    border: 2px solid #01a4ea;
    width: auto;
    padding: 4.2666666667vw;
    font-size: 3.2rem;
    color: #01a4ea;
  }
}
.block_buy .faqBtn a:after {
  content: "";
  display: inline-block;
  width: 0.5714285714em;
  height: 0.5714285714em;
  margin-left: 0.5357142857em;
  border-top: 0.1785714286em solid #ffffff;
  border-right: 0.1785714286em solid #ffffff;
  transform: rotate(45deg);
  transition: 0.5s;
}
@media screen and (max-width:767px) {
  .block_buy .faqBtn a:after {
    border-top: 0.1785714286em solid #01a4ea;
    border-right: 0.1785714286em solid #01a4ea;
  }
}
.block_buy .faqBtn a:hover {
  background-color: #01a4ea;
  color: #fff;
}
.block_buy .faqBtn a:hover:after {
  border-color: #fff;
}
.block_buy .faqBtn a.campaign {
  background-color: #01a4ea;
}
.block_buy .faqBtn a.campaign:hover {
  background-color: rgba(0, 0, 0, 0);
}
.block_buy .flink {
  margin-top: 80px;
  position: relative;
  top: 30px;
}
@media screen and (max-width:767px) {
  .block_buy .flink {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (max-width:767px) {
  .block_buy .flink > img {
    width: 75vw;
    margin: 0 auto;
  }
}
.block_buy .flink.show-anime {
  top: 0;
}
.block_buy .flink .linkBox {
  margin-top: 45px;
}
@media screen and (max-width:767px) {
  .block_buy .flink .linkBox {
    margin-top: 5.3333333333vw;
  }
}
.block_buy .gaiyouBox {
  display: flex;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  border-radius: 10px;
  padding: 1em;
  margin: 2em 0 2.5em;
}
@media screen and (max-width:767px) {
  .block_buy .gaiyouBox {
    display: block;
    margin: 2em 0;
  }
}
.block_buy .gaiyouBox dt {
  font-weight: bold;
  font-size: 1.8rem;
  flex-shrink: 0;
  margin-right: 1em;
  padding: 0 2em 0 1em;
  border-right: 2px solid #929291;
}
@media screen and (max-width:767px) {
  .block_buy .gaiyouBox dt {
    border-right: 0px solid #929291;
    border-bottom: 1px solid #929291;
    font-size: 2.4rem;
    padding-bottom: 0.5em;
  }
}
.block_buy .gaiyouBox dd {
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .block_buy .gaiyouBox dd {
    font-size: 2rem;
    padding: 1em 0 0 0;
  }
}
.block_buy .gaiyouBox dd .kaishi {
  font-weight: bold;
  margin-top: 0.5em;
}
.block_buy .tanpin {
  padding-bottom: 40px;
}
@media screen and (max-width:767px) {
  .block_buy .tanpin {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width:767px) {
  .block_buy .bn_tanpin-img {
    width: 100%;
  }
}
/*---------- ヘッダーのSNS ----------*/
.hdSnsBtn {
  width: 62px;
  height: 62px;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}
.hdSnsBtn:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  .hdSnsBtn {
    width: 12vw;
    height: 12vw;
    right: 0;
  }
  .hdSnsBtn img {
    width: 100%;
    height: 100%;
  }
}
.hdSns {
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 10005;
}
.hdSns .btnClose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  color: #666;
  border-radius: 50px;
  position: absolute;
  right: 0em;
  top: 0.1em;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  .hdSns .btnClose {
    line-height: 1;
    width: 1em;
    right: 0.2em;
    top: 0.3em;
    font-size: 6rem;
  }
}
.hdSns .hdSnsList {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 13px 20px 13px 13px;
  right: -200vw;
  border-radius: 5px 0 0 5px;
  transition: 0.3s;
  display: flex;
}
.hdSns .hdSnsList img {
  width: auto;
  height: auto;
}
@media screen and (max-width:767px) {
  .hdSns .hdSnsList {
    padding: 3vw 13vw 3vw 3vw;
  }
  .hdSns .hdSnsList img {
    width: 10vw;
    max-width: none;
    height: auto;
  }
}
.hdSns .hdSnsList.show {
  right: 0;
}
.hdSns .hdSnsList li + li {
  margin-left: 10px;
}
/*---------- 帯 ----------*/
.navObi {
  background-color: #e60012;
  text-align: center;
}
.navObi.fix {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.navObi .inner {
  padding: 10px 0;
}
.navObi nav {
  display: flex;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .navObi nav {
    flex-wrap: wrap;
  }
}
.navObi nav a {
  display: block;
  margin: 0;
  padding: 0.7em 0.5em;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 0.3s;
}
@media screen and (max-width:767px) {
  .navObi nav a {
    border: none;
  }
}
.navObi nav a:first-of-type {
  border-left: 0px;
}
.navObi nav a span {
  display: inline-block;
  vertical-align: middle;
}
.navObi nav a span:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  margin-right: 0.8em;
  height: 0.6em;
  transform: rotate(45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.navObi nav a:hover {
  color: #dae535;
}
/*---------- フッター ----------*/
.tyokusouBox {
  text-align: center;
  padding: 30px 0 10px;
}
.tyokusouBox p {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .tyokusouBox p {
    margin: 0 4vw;
  }
}
.tyokusouBox span {
  display: flex;
  border: 3px solid #2c6652;
  color: #222;
  background-color: #FFF;
  font-size: 1.6rem;
  border-radius: 10px;
  padding: 0.8em 1.5em;
  align-items: center;
}
@media screen and (max-width:767px) {
  .tyokusouBox span {
    border: 2px solid #2c6652;
    font-size: 1.2rem;
    padding: 2.5vw;
  }
}
.tyokusouBox span:before {
  margin-top: -2px;
  content: "";
  display: inline-block;
  width: 43px;
  margin-right: 12px;
  height: 60px;
  background-image: url("/site/common/img/icn_tyokusou.png");
  background-repeat: no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .tyokusouBox span:before {
    margin-top: 0px;
  }
}
@media screen and (max-width:767px) {
  .cluboff {
    padding: 0 4.6875vw;
  }
}
.cluboff a {
  display: block;
  width: 973px;
  margin: 20px auto 0;
  transition: opacity 0.3s;
}
.cluboff a:hover {
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .cluboff a {
    width: 100%;
    margin-top: 4.6875vw;
    margin-bottom: 3vw;
  }
}
.nationalFoot {
  padding: 35px 0;
}
.nationalFoot > .inner {
  display: flex;
  justify-content: center;
  max-width: 948px;
}
@media screen and (max-width:767px) {
  .nationalFoot > .inner {
    flex-direction: column;
  }
}
.pagePBlock {
  width: 500px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .pagePBlock {
    width: 100%;
  }
}
.bnBtns {
  display: block;
  text-align: center;
}
.bnTrial a {
  display: block;
  transition: opacity 0.3s;
}
@media screen and (max-width:767px) {
  .bnTrial a {
    margin-bottom: 15px;
  }
}
.bnTrial a:hover {
  opacity: 0.5;
}
.btnNotice {
  padding: 0px 0 13px;
  line-height: 1;
}
.btnNotice a {
  display: inline-block;
  background-color: #fff;
  padding: 0 30px;
  color: #449999 !important;
  font-size: 18px !important;
  text-decoration: none;
  border: 2px solid #ccc;
  border-radius: 50px;
  transition: opacity 0.3s;
}
.btnNotice a:hover {
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .btnNotice a {
    font-size: 16px !important;
  }
}
.btnNotice a span {
  display: inline-block;
  background-image: url(/site/common/img/icn_oshirase.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 15px 0 15px 36px;
}
.ftSns {
  position: relative;
  height: 35px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .ftSns {
    height: auto;
    padding-bottom: 5%;
  }
}
.ftSns li {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .ftSns li {
    width: 24vw;
  }
}
.ftSns li + li {
  margin-left: 15px;
}
@media screen and (max-width:767px) {
  .ftSns li + li {
    margin-left: 3vw;
  }
}
.block_upsell h2 {
  padding: 30px 0;
  font-size: 4.8rem;
  font-weight: bold;
}
/*--------------------------------------
  よくあるご質問ページ
---------------------------------------*/
#pageFaq .inner {
  max-width: 915px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width:767px) {
  #pageFaq .inner {
    padding-top: 45px;
  }
}
#pageFaq .logo {
  background: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width:767px) {
  #pageFaq .logo {
    width: 70%;
    margin: 0 auto 50px;
  }
}
#pageFaq .logo a {
  display: inline-block;
}
#pageFaq h1 {
  margin-bottom: 20px;
  padding: 10px 15px;
  color: #333333;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media screen and (max-width:767px) {
  #pageFaq h1 {
    margin-bottom: 30px;
    padding: 10px 15px;
  }
}
#pageFaq .faqBox h2 {
  background: #D5E0DE;
  height: auto;
  text-align: left;
  font-weight: bold;
  padding: 5px !important;
  border-top: 2px solid #003333;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
}
@media screen and (max-width:767px) {
  #pageFaq .faqBox h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 10px !important;
  }
}
#pageFaq .faqBox h2 + p {
  background: url(dummy);
  /*android用*/
}
#pageFaq .faqBox .redtxt {
  font-size: 11px;
  color: #990000;
  padding-top: 5px;
}
#pageFaq .faqBox .back {
  text-align: center;
  padding: 10px;
}
#pageFaq .faqBox h3 {
  margin-top: 1px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#pageFaq .faqBox h4 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #900;
}
#pageFaq .faqBox .jutyuTxt,
#pageFaq .faqBox .supportTxt {
  margin-top: 1em;
}
.pageTopics {
  background: url(./images/product/bg_wrap1.jpg) no-repeat top;
  background-attachment: fixed;
  background-size: cover;
}
.pageTopics .contents {
  max-width: 980px;
  margin: 0 auto;
  width: 94%;
  padding-bottom: 40px;
  min-height: 70vh;
}
.pageTopics h2 {
  font-size: 4rem;
  padding: 30px 0;
}
.pageTopics .newsInner {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  max-width: 800px;
  width: 94%;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
  border-radius: 8px;
}
.pageTopics .newsInner h3 {
  background: rgba(15, 78, 149, 0.5);
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 1.7rem;
  margin: 0 0 20px 0;
}
.pageTopics .newsInner p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
.pageTopics .newsInner p a {
  color: #F8FF00;
}
.pageTopics dl {
  font-size: 1.6rem;
  border-bottom: 1px dotted #FFF;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
.pageTopics dl:last-child {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
/*--------------------------------------
  動画ページ
---------------------------------------*/
.supportPage {
  padding-bottom: 3%;
}
@media screen and (max-width:767px) {
  .supportPage #deagoLogo {
    top: 2vw;
  }
}
.supportPage .ttlArea {
  background: url("../images/movie/ttl_bg.png") center top repeat-x;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .supportPage .ttlArea {
    background-size: cover;
    padding: 0;
  }
}
.supportPage .ttlArea h1 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.supportPage .ttlArea h1 img {
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .supportPage .ttlArea h1 img {
    width: 90%;
  }
}
.supportPage .contArea {
  max-width: 1000px;
  margin: auto;
}
.supportPage .paging {
  text-align: left;
  margin: 4% 0;
}
.supportPage .paging li {
  display: inline-block;
  margin: 0 5px;
  border-left: 1px solid #333;
  padding-left: 10px;
}
.supportPage .paging li:last-child {
  border-right: 1px solid #333;
  padding-right: 10px;
}
.supportPage .paging li a {
  color: #333;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  .supportPage .paging li a {
    font-size: 3rem;
  }
}
.supportPage .paging li a:hover {
  text-decoration: none;
}
.supportPage .paging li a.on {
  color: #dd1b10;
}
.supportPage .tabs {
  display: flex;
  font-size: 2.2rem;
  text-align: center;
  border-left: 1px solid #dd1b10;
  border-right: 1px solid #dd1b10;
  position: relative;
}
@media screen and (max-width:767px) {
  .supportPage .tabs {
    font-size: 3rem;
    border: none;
  }
}
.supportPage .tabs:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-left: 1px solid #dd1b10;
  position: absolute;
  top: 0;
  left: 50%;
}
.supportPage .tabs li {
  width: 50%;
}
@media screen and (max-width:767px) {
  .supportPage .tabs li {
    border-right: none;
  }
}
.supportPage .tabs li a {
  display: block;
  padding: 2% 0;
  color: #dd1b10;
  text-decoration: none;
  transition: 0.3s;
}
.supportPage .tabs li a:hover {
  opacity: 0.7;
}
.supportPage .tabs li a:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-bottom: 0.2em solid #dd1b10;
  border-left: 0.2em solid #dd1b10;
  transform: translate(0, -0.2em) rotate(-45deg);
}
.supportPage article h2 {
  padding: 3em 0 1em;
  color: #dd1b10;
  font-size: 3rem;
}
@media screen and (max-width:767px) {
  .supportPage article h2 {
    padding: 2em 0 1em;
    font-size: 4rem;
  }
}
.supportPage article span {
  display: inline-block;
  padding: 0 0.1em;
  border-bottom: 5px solid #dd1b10;
}
.supportPage section {
  margin-bottom: 3%;
  border: 1px solid #333;
}
@media screen and (max-width:767px) {
  .supportPage section {
    margin: 0%;
  }
}
.supportPage section h3 {
  background: #dd1b10;
  padding: 1.5%;
  text-align: left;
  line-height: 1.5;
  color: #fff;
  font-size: 2.8rem;
}
@media screen and (max-width:767px) {
  .supportPage section h3 {
    font-size: 3.6rem;
  }
}
.supportPage section dl {
  padding: 2%;
  text-align: center;
  letter-spacing: -0.4em;
}
.supportPage section dl dt, .supportPage section dl dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.supportPage section dl dt {
  width: 27%;
  margin-right: 2%;
}
@media screen and (max-width:767px) {
  .supportPage section dl dt {
    display: none;
  }
}
.supportPage section dl dt img {
  max-width: 235px;
  width: 100%;
  height: auto;
}
.supportPage section dl dd {
  width: 71%;
}
@media screen and (max-width:767px) {
  .supportPage section dl dd {
    width: 100%;
  }
}
.supportPage section dl dd .box + .box {
  margin-top: 5%;
}
.supportPage section dl dd h4 {
  margin-bottom: 3%;
  font-size: 2.4rem;
}
@media screen and (max-width:767px) {
  .supportPage section dl dd h4 {
    font-size: 3rem;
  }
}
.supportPage section dl dd iframe {
  width: 100%;
  height: 40vh;
}
.supportPage .btnBack {
  max-width: 280px;
  padding: 2%;
  width: 100%;
  color: #FFFFFF !important;
  text-align: center;
  display: block;
  font-size: 24px;
  margin: 3% auto;
  background: #333;
  border-radius: 8px;
  box-shadow: 0px 3px #111;
}
.campaignPage {
  display: block;
  padding-bottom: 80px;
}
@media screen and (max-width:767px) {
  .campaignPage {
    padding-bottom: 12.5vw;
  }
}
.campaignPage .bg {
  background: url("../images/buy/buy_bg.webp");
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.campaignPage .block_buy.cp .inner {
  padding-bottom: 100px;
  margin-top: -40px;
}
.campaignPage .block_buy {
  background: none !important;
}
.campaignPage .secMain {
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width:767px) {
  .campaignPage .secMain {
    padding: 4.6875vw 0;
  }
}
@media screen and (max-width:767px) {
  .campaignPage .secMain h1 {
    width: 85%;
    margin: 0 auto;
  }
}
.campaignPage .secMain .lead {
  margin-top: 5px;
}
@media screen and (max-width:767px) {
  .campaignPage .secMain .lead {
    margin-top: 0vw;
  }
}
.campaignPage .secSummary .box {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box {
    border-radius: 0.9375vw;
  }
}
.campaignPage .secSummary .box h2 {
  background: #15a8bb;
  font-size: 3rem;
  font-weight: bold;
  padding: 0.4em 0;
  color: #fff;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box h2 {
    border-radius: 0.9375vw 0.9375vw 0 0;
  }
}
.campaignPage .secSummary .box .cont {
  padding: 30px 30px 60px;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont {
    padding: 4.6875vw 4.6875vw 9.375vw;
  }
}
.campaignPage .secSummary .box .cont h3 {
  background: #eee;
  color: #222;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.3em 0 0.3em 0.75em;
  margin-bottom: 20px;
  border-left: 4px solid rgb(121.0432692308, 226.3461538462, 239.9567307692);
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont h3 {
    margin-bottom: 3.125vw;
    border-left-width: 0.9375vw;
  }
}
.campaignPage .secSummary .box .cont ul {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont ul {
    margin-bottom: 4.6875vw;
  }
}
.campaignPage .secSummary .box .cont ul li {
  position: relative;
  padding-left: 1.2em;
}
.campaignPage .secSummary .box .cont ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 0.5em;
  left: 0.2em;
  border-radius: 50%;
  background: #15a8bb;
}
.campaignPage .secSummary .box .cont ul li + li {
  margin-top: 0.3em;
}
.campaignPage .secSummary .box .cont .sch {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.campaignPage .secSummary .box .cont .sch th,
.campaignPage .secSummary .box .cont .sch td {
  text-align: center;
  padding: 0.4em 0;
  border: 1px solid #15a8bb;
}
.campaignPage .secSummary .box .cont .sch thead {
  font-weight: bold;
  color: #222;
  background: rgb(121.0432692308, 226.3461538462, 239.9567307692);
}
.campaignPage .secSummary .box .cont .sch thead tr th {
  width: 16%;
  color: #000;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont .sch thead tr th {
    width: 16.6666666667%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont .sch thead tr th:nth-child(2) {
    width: 50%;
  }
}
.campaignPage .secSummary .box .cont .sch thead tr th:nth-child(3) {
  width: 10%;
}
.campaignPage .secSummary .box .cont .note {
  margin-bottom: 50px;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont .note {
    margin-bottom: 7.8125vw;
  }
}
.campaignPage .secSummary .box .cont .ajt {
  padding-right: 0.55em;
}
.campaignPage .secSummary .box .cont .ylwCont {
  display: flex;
  padding: 20px 30px 30px;
  border-radius: 6px;
  background: #fffcc5;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont .ylwCont {
    flex-direction: column;
    padding: 3.125vw 4.6875vw 7.8125vw;
    border-radius: 0.9375vw;
  }
}
.campaignPage .secSummary .box .cont .ylwCont .txt dt {
  font-weight: bold;
}
.campaignPage .secSummary .box .cont .ylwCont .txt dd {
  margin-bottom: 20px;
}
.campaignPage .secSummary .box .cont .ylwCont .txt dd:last-of-type {
  margin-bottom: 0;
}
.campaignPage .secSummary .box .cont .ylwCont .img {
  margin-left: 60px;
  padding-top: 25px;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont .ylwCont .img {
    margin-left: 0;
    padding-top: 4.6875vw;
  }
  .campaignPage .secSummary .box .cont .ylwCont .img img {
    width: 100%;
  }
}
.campaignPage .secSummary .box .cont .ylwCont + .img {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont .ylwCont + .img {
    margin-top: 6.25vw;
  }
  .campaignPage .secSummary .box .cont .ylwCont + .img img {
    width: 90%;
  }
}
.campaignPage .secSummary .box .cont a.u-btn {
  display: block;
  background-image: linear-gradient(90deg, rgb(52.2668269231, 211.6346153846, 232.2331730769) 0%, #15a8bb 20%, rgb(13.2764423077, 106.2115384615, 118.2235576923) 40%, rgb(52.2668269231, 211.6346153846, 232.2331730769) 60%, #15a8bb 80%, rgb(13.2764423077, 106.2115384615, 118.2235576923) 100%);
  width: 650px;
  margin: 30px auto 0;
  padding: 0;
  color: #fff;
  font-size: 2.7rem;
  text-shadow: 0px 0px 3px #15a8bb, 0px 0px 4px #15a8bb, 0px 0px 5px #15a8bb;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont a.u-btn {
    width: auto;
    margin-top: 4.6875vw;
    font-size: 2rem;
  }
}
.campaignPage .secSummary .box .cont a.u-btn:after {
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  box-shadow: none;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont a.u-btn:after {
    border-width: 0.78125vw 0.78125vw 0 0;
    top: 1.65em;
    right: 1.5em;
  }
}
.campaignPage .secSummary .box .cont a.u-btn span {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  padding: 0.4em 0;
  border: 3px solid #fff;
}
.campaignPage .btnBack {
  text-align: center;
  padding: 40px 0;
}
.campaignPage .btnBack a {
  display: inline-block;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 30px;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .campaignPage .btnBack a {
    font-size: 13px;
  }
}
.campaignPage .btnBack a:before {
  content: "";
  vertical-align: middle;
  margin-right: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: inline-block;
  width: 0.4em;
  transform: rotate(-45deg);
  height: 0.4em;
}
.campaignPage .faqBtn {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .campaignPage .faqBtn {
    margin-top: 6.25vw;
  }
}
.campaignPage .dlPage {
  text-align: center;
}
@media screen and (max-width:767px) {
  .campaignPage .dlPage.isType2 .block_buy.cp .inner {
    padding: 0;
  }
}
.campaignPage .dlPage h1 {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .campaignPage .dlPage h1 {
    padding-top: 9vw;
  }
}
.campaignPage .dlPage .bg2 {
  margin-top: -30px;
  background-color: #FFF;
  padding: 80px 0 50px 0;
}
@media screen and (max-width:767px) {
  .campaignPage .dlPage .bg2 {
    margin-top: -5vw;
    padding: 10vw 4vw 5vw 4vw;
  }
}
.campaignPage .dlPage .bg2 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.campaignPage .dlPage .bg2 li {
  margin: 0 10px;
}
@media screen and (max-width:767px) {
  .campaignPage .dlPage .bg2 li {
    margin-bottom: 3vw;
  }
}
.campaignPage .dlPage .bg2 li a {
  text-decoration: none;
  border: 3px solid #e51685;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
.campaignPage .dlPage .bg2 li a:hover {
  filter: brightness(1.1);
}
.campaignPage .dlPage .bg2 li a .txt {
  background-color: #e51685;
  color: #FFF;
  text-decoration: none;
  font-size: 2.4rem;
  padding: 0.8em;
}
.campaignPage .dlPage .bg2 li a .txt span {
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.campaignPage .dlPage .bg2 li a .txt span::before {
  flex-shrink: 0;
  margin: 0 0.6em;
  content: "";
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  border-right: 3px solid #FFF;
  border-top: 3px solid #FFF;
}
@media screen and (max-width: 767px) {
  .campaignPage button#but {
    width: 100%;
  }
}
.campaignPage button#but:disabled {
  background-image: linear-gradient(180deg, #9E9E9E 0%, #bec1bd 20%, #e0e3df 60%, #cdd3cd 70%, #aeafae 100%);
  color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
  border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
  text-shadow: 0px 0px 3px #e5e9e4, 0px 0px 4px #c6cbc5, 0px 0px 5px #dadfd9;
  cursor: default;
}
.campaignPage .CheckboxInput {
  padding: 12px 0px 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 380px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
  .campaignPage .CheckboxInput {
    width: 100%;
  }
}
.campaignPage #CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.campaignPage .CheckboxInput:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.campaignPage .CheckboxInput:hover > .CheckboxInput-DummyInput {
  transform: scale(1.1);
}
.campaignPage #CheckboxInput-Input:focus + .CheckboxInput-DummyInput {
  transform: scale(1.1);
}
.campaignPage #CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  background: #15a8bb;
  border: solid 1px #a39f9f;
}
.campaignPage #CheckboxInput-Input:checked + .CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.campaignPage .CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.campaignPage .CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.campaignPage #CheckboxInput-Input:checked + .CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.campaignPage .CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.08);
  /* border-radius: 50%; */
  transition: all 0.15s linear;
  border: solid 1px #beb9b9;
}
.campaignPage .CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .campaignPage .CheckboxInput-LabelText {
    font-size: 15px;
  }
}
.campaignPage .secSummary .box .cont button.u-btn {
  display: block;
  background-image: linear-gradient(90deg, rgb(52, 212, 232) 0%, rgb(21, 168, 187) 20%, rgb(13, 106, 118) 40%, rgb(52, 212, 232) 60%, rgb(21, 168, 187) 80%, rgb(13, 106, 118) 100%);
  width: 650px;
  color: rgb(255, 255, 255);
  font-size: 2.7rem;
  text-shadow: rgb(21, 168, 187) 0px 0px 3px, rgb(21, 168, 187) 0px 0px 4px, rgb(21, 168, 187) 0px 0px 5px;
  margin: 30px auto 0px;
  padding: 0px;
  margin: 10px auto 20px;
  padding: 5px 0;
  border-radius: 100px;
  cursor: pointer;
  border: 3px solid #fff;
}
@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
}
.FwB {
  font-weight: bold !important;
}
.FwN {
  font-weight: normal !important;
}
/*-- Etc --*/
.DisI {
  display: inline !important;
}
.DisB {
  display: block !important;
}
.DisIB {
  display: inline-block !important;
}
.DisT {
  display: table !important;
}
.DisTC {
  display: table-cell !important;
}
.DisN {
  display: none !important;
}
.DisF {
  display: flex !important;
}
.JcFS {
  justify-content: flex-start !important;
}
.JcFE {
  justify-content: flex-end !important;
}
.JcC {
  justify-content: center !important;
}
.JcSB {
  justify-content: space-between !important;
}
.JcSA {
  justify-content: space-around !important;
}
.AiFS {
  align-items: flex-start;
}
.AiFE {
  align-items: flex-end !important;
}
.AiC {
  align-items: center !important;
}
.AiS {
  align-items: stretch !important;
}
.AiB {
  align-items: baseline !important;
}
.TaL {
  text-align: left !important;
}
.TaR {
  text-align: right !important;
}
.TaC {
  text-align: center !important;
}
.VaT {
  vertical-align: top !important;
}
.VaM {
  vertical-align: middle !important;
}
.VaB {
  vertical-align: bottom !important;
}
.VaTB {
  vertical-align: text-bottom !important;
}
.FltL {
  float: left !important;
}
.FltR {
  float: right !important;
}
.FltN {
  float: none !important;
}
.PosS {
  position: static !important;
}
.PosR {
  position: relative !important;
}
.PosA {
  position: absolute !important;
}
.PosF {
  position: fixed !important;
}
.brWord {
  word-wrap: break-word;
}
.waNw {
  white-space: nowrap;
}
.printDown {
  display: none;
}
.printBreak {
  display: none;
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
  /*-- Width --*/
  .spWAuto {
    width: auto !important;
  }
  .sp {
    /*-- Etc --*/
  }
  .spFwB {
    font-weight: bold !important;
  }
  .spFwN {
    font-weight: normal !important;
  }
  .spDisI {
    display: inline !important;
  }
  .spDisB {
    display: block !important;
  }
  .spDisIB {
    display: inline-block !important;
  }
  .spDisT {
    display: table !important;
  }
  .spDisTC {
    display: table-cell !important;
  }
  .spDisN {
    display: none !important;
  }
  .spDisF {
    display: flex !important;
  }
  .spJcFS {
    justify-content: flex-start !important;
  }
  .spJcFE {
    justify-content: flex-end !important;
  }
  .spJcC {
    justify-content: center !important;
  }
  .spJcSB {
    justify-content: space-between !important;
  }
  .spJcSA {
    justify-content: space-around !important;
  }
  .spAiFS {
    align-items: flex-start;
  }
  .spAiFE {
    align-items: flex-end !important;
  }
  .spAiC {
    align-items: center !important;
  }
  .spAiS {
    align-items: stretch !important;
  }
  .spAiB {
    align-items: baseline !important;
  }
  .spTaL {
    text-align: left !important;
  }
  .spTaR {
    text-align: right !important;
  }
  .spTaC {
    text-align: center !important;
  }
  .spVaT {
    vertical-align: top !important;
  }
  .spVaM {
    vertical-align: middle !important;
  }
  .spVaB {
    vertical-align: bottom !important;
  }
  .spVaTB {
    vertical-align: text-bottom !important;
  }
  .spFltL {
    float: left !important;
  }
  .spFltR {
    float: right !important;
  }
  .spFltN {
    float: none !important;
  }
  .spPosS {
    position: static !important;
  }
  .spPosR {
    position: relative !important;
  }
  .spPosA {
    position: absolute !important;
  }
  .spPosF {
    position: fixed !important;
  }
}
#contents {
  position: relative;
  overflow: hidden;
}
.numWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 137px;
  right: 20px;
}
@media screen and (max-width:767px) {
  .numWrap {
    top: -18vw;
    right: 6vw;
    flex-direction: column;
  }
}
.numWrap .txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width:767px) {
  .numWrap .txt {
    font-size: 2rem;
    margin-right: 1vw;
    margin-bottom: 0.2vw;
  }
}
.numWrap.vertwo {
  top: 130px;
}
@media screen and (max-width:767px) {
  .numWrap.vertwo {
    top: -18vw;
    right: 6vw;
  }
}
.numBox {
  display: flex;
  width: 124px;
  height: 36px;
  border: 1px solid #333;
  border-radius: 3px;
  overflow: hidden;
  border-radius: 5px;
}
.numBox button {
  flex-shrink: 0;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  width: 34px;
  cursor: pointer;
  border: 0px;
  transition: opacity 0.3s;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
.numBox button:hover {
  opacity: 0.7;
}
.numBox .num {
  width: 100%;
  font-size: 1.7rem;
  font-weight: bold;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.numBox .num input {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 0px;
  box-shadow: 0px;
}
@media screen and (max-width:767px) {
  .numBox .num input {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .numBox {
    flex-shrink: 0;
    width: 25vw;
    height: 7vw;
    margin-top: 0;
    border-radius: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .numBox button {
    width: 8.06667vw;
  }
}
@media screen and (max-width: 767px) {
  .numBox button.minus {
    background-size: 4vw 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .numBox button.plus {
    background-size: 4vw 4vw;
  }
}
#wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.movZone {
  position: relative;
  z-index: 15;
}
.movZone .tabs {
  display: flex;
  margin: 0 -1px;
}
.movZone .tabs li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #666;
  width: 25%;
  margin: 0 1px;
  padding: 0.8em 0.5em 0.6em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
}
.movZone .tabs li.show {
  background: #2ccbff 0%;
  color: #41403e;
}
.movZone .movBox > li {
  box-sizing: border-box;
  position: relative;
  display: none;
  cursor: pointer;
  transition: filter 0.3s;
}
.movZone .movBox > li:hover {
  filter: brightness(150%);
}
.movZone .movBox > li.show {
  display: block;
}
.movZone .movBox > li:before {
  content: "";
  display: block;
  background: url("../images/mov_btn.svg") 0 0 no-repeat;
  width: 120px;
  height: 70px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width:767px) {
  .movZone .movBox > li:before {
    width: 18.75vw;
    height: 10.9375vw;
  }
}
.movZone .movBox img {
  width: 100%;
}
.movZone .movBox.multi {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.movZone .movBox.multi > li {
  width: 48.1%;
  margin-right: 3.8%;
}
.movZone .movBox.multi > li:nth-child(even) {
  margin-right: 0;
}
.movZone .movBox.multi > li:nth-child(n+3) {
  margin-top: 3.8%;
}
.movZone .movBox.multi > li:before {
  width: 114px;
  height: 66.5px;
}
@media screen and (max-width:767px) {
  .movZone .movBox.multi > li + li {
    margin-top: 4.6875vw;
  }
}
.cmBox {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
}
.cmBox .close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  position: fixed;
  right: 1%;
  top: 1%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.cmBox .close:hover {
  opacity: 0.5;
}
.cmBox iframe {
  width: 100%;
  border: 0px;
  max-width: 800px;
  height: 650px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .cmBox iframe {
    height: 80vw;
  }
}
.cmInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.topicsZone {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  z-index: 10;
  margin-top: 10px;
}
.movZone {
  margin: 0 auto 100px auto;
  max-width: 1000px;
}
@media screen and (max-width:767px) {
  .movZone {
    margin-bottom: 5vw;
  }
}
.movZone .movBox {
  border: 5px solid #2ccbff;
}/*# sourceMappingURL=style.css.map */
