<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&amp;family=Noto+Sans+JP:wght@100..900&amp;display=swap");
/* リセット
---------------------------------------------------- */
@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%;
}
/* ページ共通
---------------------------------------------------- */
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}
.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}
.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}
.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}
.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}
.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}
.modaal-content-container {
  padding: 30px;
}
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}
.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container &gt; blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}
.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}
.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}
.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}
.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}
.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}
.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}
.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}
.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: 40%;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: -10px;
  }
  .modaal-gallery-prev {
    left: -10px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner &gt; div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.modaal-loading-spinner &gt; div &gt; div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}
.modaal-loading-spinner &gt; div:nth-of-type(1) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}
.modaal-loading-spinner &gt; div:nth-of-type(2) &gt; div,
.modaal-loading-spinner &gt; div:nth-of-type(3) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner &gt; div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner &gt; div:nth-of-type(2) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}
.modaal-loading-spinner &gt; div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner &gt; div:nth-of-type(3) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}
.modaal-loading-spinner &gt; div:nth-of-type(4) &gt; div,
.modaal-loading-spinner &gt; div:nth-of-type(5) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner &gt; div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner &gt; div:nth-of-type(4) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}
.modaal-loading-spinner &gt; div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner &gt; div:nth-of-type(5) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}
.modaal-loading-spinner &gt; div:nth-of-type(6) &gt; div,
.modaal-loading-spinner &gt; div:nth-of-type(7) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner &gt; div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner &gt; div:nth-of-type(6) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}
.modaal-loading-spinner &gt; div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner &gt; div:nth-of-type(7) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}
.modaal-loading-spinner &gt; div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner &gt; div:nth-of-type(8) &gt; div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}
.modaal-loading-spinner &gt; div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 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 {
  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: 18.75vw;
  }
}
#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 &gt; 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, #e3e90a 0%, #c3dd12 20%, #47ae33 40%, #e3e90a 60%, #47ae33 80%, #e3e90a 100%);
  background-size: 300% 300%;
  padding: 0.4em 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-shadow: 10px 10px 15px rgba(0, 0, 0, 0.27), 0 0 0 3px black, 0 0 0 6px white;
  box-sizing: border-box;
  position: relative;
  transition: 1.5s;
}
@media screen and (max-width:767px) {
  a.u-btn {
    box-shadow: 1.5625vw 1.5625vw 2.34375vw rgba(0, 0, 0, 0.27), 0 0 0 0.46875vw black, 0 0 0 0.9375vw white;
  }
}
a.u-btn:hover {
  background-position: 100% 0%;
}
a.u-btn:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 5px solid #e60012;
  border-right: 5px solid #e60012;
  transform: rotate(45deg);
  position: absolute;
  right: 0.9em;
  top: 0.85em;
  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;
  }
}
.bg1 {
  background-size: 100% auto;
}
.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: 1.2em;
  height: 1.2em;
  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);
}
@media screen and (max-width:767px) {
  .acrdBtn:before {
    width: 1em;
    height: 1em;
    margin-right: 0;
  }
}
.acrdBtn.show:before {
  transform: translateY(0.25em) rotate(-45deg);
}
.clkBlnBox {
  position: relative;
}
.clkBlnBox &gt; img {
  width: 100%;
}
.clkBlnBox .clkBlns &gt; span {
  position: absolute;
  cursor: pointer;
}
.clkBlnBox .clkBlns &gt; 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 &gt; span:before {
    width: 10.9375vw;
    height: 10.9375vw;
  }
}
.clkBlnBox .clkBlns &gt; span:hover:before {
  opacity: 0.7;
}
.clkBlnBox .clkBlns &gt; 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 &gt; span .bln {
    font-size: 2rem;
  }
}
.clkBlnBox .clkBlns &gt; span .bln:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
}
.clkBlnBox .clkBlns &gt; span .bln strong {
  display: block;
  margin-bottom: 0.3em;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_10 {
  width: 10em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_11 {
  width: 11em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_12 {
  width: 12em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_13 {
  width: 13em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_14 {
  width: 14em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_15 {
  width: 15em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_16 {
  width: 16em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_17 {
  width: 17em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_18 {
  width: 18em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_19 {
  width: 19em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_20 {
  width: 20em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_21 {
  width: 21em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_22 {
  width: 22em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_23 {
  width: 23em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_24 {
  width: 24em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_25 {
  width: 25em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_26 {
  width: 26em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_27 {
  width: 27em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_28 {
  width: 28em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_29 {
  width: 29em;
}
.clkBlnBox .clkBlns &gt; span .bln.sz_30 {
  width: 30em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_10 {
    width: 10em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_11 {
    width: 11em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_12 {
    width: 12em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_13 {
    width: 13em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_14 {
    width: 14em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_15 {
    width: 15em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_16 {
    width: 16em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_17 {
    width: 17em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_18 {
    width: 18em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_19 {
    width: 19em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_20 {
    width: 20em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_21 {
    width: 21em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_22 {
    width: 22em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_23 {
    width: 23em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_24 {
    width: 24em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_25 {
    width: 25em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_26 {
    width: 26em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_27 {
    width: 27em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_28 {
    width: 28em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_29 {
    width: 29em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spSz_30 {
    width: 30em;
  }
}
.clkBlnBox .clkBlns &gt; span .bln.is_T {
  bottom: 50px;
}
.clkBlnBox .clkBlns &gt; 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 &gt; span .bln.is_T {
    bottom: 10.9375vw;
  }
}
.clkBlnBox .clkBlns &gt; span .bln.is_B {
  top: 50px;
}
.clkBlnBox .clkBlns &gt; 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 &gt; span .bln.is_B {
    top: 10.9375vw;
  }
}
.clkBlnBox .clkBlns &gt; span .bln.is_R {
  left: 50px;
}
.clkBlnBox .clkBlns &gt; 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 &gt; span .bln.is_R {
    left: 10.9375vw;
  }
}
.clkBlnBox .clkBlns &gt; span .bln.is_L {
  right: 50px;
}
.clkBlnBox .clkBlns &gt; 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 &gt; span .bln.is_L {
    right: 10.9375vw;
  }
}
.clkBlnBox .clkBlns &gt; span .bln.dir_T {
  bottom: 0;
}
.clkBlnBox .clkBlns &gt; span .bln.dir_T:before {
  bottom: 1.1em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.dir_T:before {
    bottom: 4vw;
  }
}
.clkBlnBox .clkBlns &gt; span .bln.dir_B {
  top: 0;
}
.clkBlnBox .clkBlns &gt; span .bln.dir_B:before {
  top: 1.1em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.dir_B:before {
    top: 4vw;
  }
}
.clkBlnBox .clkBlns &gt; span .bln.dir_R {
  left: 0;
}
.clkBlnBox .clkBlns &gt; span .bln.dir_R:before {
  left: 1.2em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.dir_R:before {
    left: 3.75vw;
  }
}
.clkBlnBox .clkBlns &gt; span .bln.dir_L {
  right: 0;
}
.clkBlnBox .clkBlns &gt; span .bln.dir_L:before {
  right: 1em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.dir_L:before {
    right: 4.5vw;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns &gt; span .bln.spDir_C {
    left: -25vw;
  }
  .clkBlnBox .clkBlns &gt; span .bln.spDir_C:before {
    left: 28.59375vw;
  }
}
.clkBlnBox .clkBlns &gt; span.show {
  z-index: 1;
}
.clkBlnBox .clkBlns &gt; span.show .bln {
  display: block;
}
#cbox2Close {
  background: url("../images/colorbox_close.svg") center center no-repeat;
  background-size: 80% auto;
  width: 86px;
  height: 30px;
}
#cbox2Previous,
#cbox2Next {
  border-color: #fff #fff transparent transparent;
}
#cbox2Current {
  color: #fff;
  top: 0;
}
@media screen and (max-width: 584px) {
  #cbox2Overlay {
    opacity: 1 !important;
  }
  #colorbox,
  #cbox2Wrapper,
  #cbox2Content,
  #cbox2LoadedContent {
    width: 100% !important;
    height: 100vh !important;
  }
  #cbox2Title,
  #cbox2Current {
    width: 100% !important;
  }
  #cbox2TopLeft,
  #cbox2TopCenter,
  #cbox2TopRight,
  #cbox2MiddleLeft,
  #cbox2MiddleRight,
  #cbox2BottomLeft,
  #cbox2BottomCenter,
  #cbox2BottomRight {
    display: none !important;
  }
  #colorbox {
    max-width: none;
    position: fixed !important;
    top: 0 !important;
  }
  #cbox2Content {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  #cbox2LoadedContent {
    margin-bottom: 0;
    padding: 0;
  }
  #cbox2Previous,
  #cbox2Next {
    width: 5vw;
    height: 5vw;
    border-width: 1vw 1vw 0 0;
  }
  #cbox2Previous {
    left: 2.34375vw;
  }
  #cbox2Next {
    right: 2.34375vw;
  }
  #cbox2Current {
    font-size: 1.2rem;
    line-height: 1;
    top: 2.34375vw;
    left: 1.5625vw;
  }
  #cbox2Close {
    width: 21vw;
    height: 8vw;
    top: 0.78125vw;
    right: 0;
    bottom: auto;
  }
  .cbox2Photo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.modalNum .btnPageMdlCls {
  display: none !important;
}
.slick-slider {
  margin-bottom: 0;
}
.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  width: 70px;
  height: 70px;
  z-index: 1;
  transform: translate(0, 0);
  transition: 0.3s;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .slick-arrow {
    top: 40%;
    width: 12vw;
    height: 12vw;
  }
}
.slick-arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 6px solid #fff100;
  border-bottom: 6px solid #fff100;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .slick-arrow:before {
    width: 3.90625vw;
    height: 3.90625vw;
    border-width: 0 0 0.9375vw 0.9375vw;
  }
}
.slick-prev {
  left: 0;
}
@media screen and (max-width:767px) {
  .slick-prev {
    left: -2vw;
  }
}
.slick-prev:before {
  transform: translate(5px, 0) rotate(45deg);
}
.slick-next {
  right: 0;
}
@media screen and (max-width:767px) {
  .slick-next {
    right: -2vw;
  }
}
.slick-next:before {
  transform: translate(-5px, 0) rotate(225deg);
}
.slick-dots {
  bottom: 0;
}
.slick-dots li {
  background-color: #fff;
  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: 2.8125vw;
    height: 2.8125vw;
  }
}
/*--------- アニメーション ---------*/
@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 &gt; .ttl {
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .teikiPre &gt; .ttl {
    width: 90.625vw;
    margin: 0 auto 3.125vw;
  }
}
.teikiPre &gt; .btnBox {
  margin-bottom: 15px;
}
@media screen and (max-width:767px) {
  .teikiPre &gt; .btnBox {
    margin-bottom: 4.6875vw;
  }
}
.teikiPre &gt; .txt {
  margin-bottom: 45px;
}
@media screen and (max-width:767px) {
  .teikiPre &gt; .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 &gt; a {
  display: block;
  transition: opacity 0.3s;
}
.teikiPre .preBox &gt; 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 &gt; * {
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .clsNav &gt; * {
    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;
}
.mainNote {
  text-align: center;
  font-size: 16px;
  color: #e60012;
  font-weight: bold;
  margin-top: 1em;
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}
@media screen and (max-width:767px) {
  .mainNote {
    font-size: 13px;
    margin: 1em;
    text-align: left;
  }
}
.note {
  display: block;
  margin: 15px 15px 5px 0px;
  font-size: 1.1rem;
  text-align: left;
}
.note.red {
  color: red;
}
.note + .note {
  margin-top: 0 !important;
  padding-bottom: 1em;
}
@media screen and (max-width:767px) {
  .note {
    margin: 3vw 0 0 0;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.movZone {
  margin: 40px 0 70px 0;
}
.block_main {
  background: url("../images/main/bg.webp") 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  padding-bottom: 473px;
}
@media screen and (max-width:767px) {
  .block_main {
    background: url("../images/main/bg-sp.webp") 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 37vw;
  }
}
.block_main .partMain {
  position: relative;
  width: 100%;
  background-image: url("../images/main/charas.webp");
  background-repeat: no-repeat;
  background-position: center 40px;
}
@media screen and (max-width:767px) {
  .block_main .partMain {
    background-image: url(../images/main/charas_sp.webp);
    background-size: 114%;
    background-position: -5vw 23vw;
  }
}
.block_main .partMain .txt1 {
  text-align: center;
  padding: 35px 0 0px 0;
}
@media screen and (max-width:767px) {
  .block_main .partMain .txt1 {
    padding: 13vw 5vw 0 5vw;
  }
}
.block_main .partMain .txt2 {
  position: absolute;
  left: 50%;
  margin-left: -360px;
  top: 200px;
}
@media screen and (max-width:767px) {
  .block_main .partMain .txt2 {
    width: 32vw;
    left: 5vw;
    margin-left: 0;
    top: 42vw;
  }
}
.block_main .partMain .txt3 {
  text-align: center;
  /* margin-left: 125px; */
  margin-top: -9px;
  margin-left: -27px;
}
@media screen and (max-width:767px) {
  .block_main .partMain .txt3 {
    width: 65vw;
    margin-left: 0;
  }
}
.block_main .partMain .img {
  text-align: center;
  margin: -280px -113px 0 0;
}
@media screen and (max-width:767px) {
  .block_main .partMain .img {
    width: 118%;
    margin: -48vw auto 5vw -5vw;
  }
}
.block_main .partMain h1 {
  position: relative;
  text-align: center;
  animation: fadeIn 0.5s both;
  margin-top: -60px;
  z-index: 5;
}
@media screen and (max-width:767px) {
  .block_main .partMain h1 {
    width: 76vw;
    margin: 0 auto;
    margin-top: 16vw;
  }
}
.block_main .campaign-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.block_main .campaign-wrap a:hover img {
  filter: brightness(1.1);
}
@media screen and (max-width:767px) {
  .block_main .campaign-wrap {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}
.block_main .notthis {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .block_main .notthis {
    margin: 0 4.7vw 4.7vw;
  }
}
.block_main .inner .substanceBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 25px 30px 10px;
  position: relative;
  animation: fadeIn 1s both, move06 0.8s both;
  animation-delay: 0.6s;
}
@media screen and (max-width:767px) {
  .block_main .inner .substanceBox {
    margin-top: -5vw;
    display: block;
    width: auto;
    padding: 6vw 0 0;
    border-radius: 1.5625vw;
    z-index: 3;
  }
}
.block_main .inner .substanceBox:first-of-type {
  margin: -15px auto auto auto;
  padding: 30px 0px 40px 0px;
  z-index: 5;
  display: block;
}
.block_main .inner .substanceBox:first-of-type img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .block_main .inner .substanceBox:first-of-type {
    margin: 108vw auto 6vw auto;
    padding: 8vw 0 0;
  }
}
.block_main .inner .substanceBox:nth-of-type(n + 2) {
  background: url(../images/main/substance_bg.webp) no-repeat;
  background-size: 100% 100%;
  margin: 40px 0 auto;
  padding: 1.8%;
}
.block_main .inner .substanceBox:nth-of-type(n + 2) .imgs {
  width: 50%;
}
@media screen and (max-width:767px) {
  .block_main .inner .substanceBox:nth-of-type(n + 2) {
    background: url(../images/main/substance_bg-sp.webp) no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    margin: 6vw auto auto;
    padding: 2vw 0 4vw 0;
  }
  .block_main .inner .substanceBox:nth-of-type(n + 2) .imgs img:first-child {
    margin-top: -10vw;
  }
}
.block_main .inner .substanceBox:nth-of-type(2) {
  animation-delay: 0.9s;
}
.block_main .inner .substanceBox:nth-of-type(3) {
  animation-delay: 1.2s;
}
.block_main .inner .substanceBox .imgs {
  text-align: center;
}
@media screen and (max-width:767px) {
  .block_main .inner .substanceBox .imgs {
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  .block_main .inner .substanceBox .imgs .img {
    width: 84vw;
    max-width: none;
    position: relative;
    left: 3vw;
  }
}
.block_main .inner .substanceBox .imgs .btn {
  animation: fadeIn 0.8s 0.6s both;
  transition: 0.3s;
}
@media screen and (max-width:767px) {
  .block_main .inner .substanceBox .imgs .btn {
    margin: 0 -0.78125vw 0 -2.34375vw;
  }
}
.block_main .inner .substanceBox .imgs .btn:hover {
  transform: scale(1.1);
  z-index: 100;
}
.block_main .inner .substanceBox .imgs .btn a {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .block_main .inner .substanceBox .imgs .btn a {
    display: block;
  }
}
.block_main .inner .substanceBox .txts {
  width: 500px;
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .block_main .inner .substanceBox .txts {
    width: auto;
    margin: 4vw 5vw 0 5vw;
  }
}
.block_main .inner .substanceBox .txts a.u-btn {
  margin: 15px auto 10px;
  width: 90%;
}
.block_main .inner .substanceBox .txts a.u-btn::after {
  transform: rotate(135deg);
}
@media screen and (max-width:767px) {
  .block_main .inner .substanceBox .txts a.u-btn::after {
    top: 0.7em;
  }
}
@media screen and (max-width:767px) {
  .block_main .inner .substanceBox .txts a.u-btn {
    margin: 2vw auto 2vw auto;
    font-size: 4.25rem;
  }
}
.block_main .camp-box {
  position: relative;
  max-width: 1025px;
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .block_main .camp-box {
    max-width: auto;
    left: 0;
    top: 0;
    margin: 0 3.75vw 0 2.5vw;
  }
}
.block_main .camp-box a {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 3px;
  background-color: #fef000;
  border-radius: 20px 0 20px 0;
  padding: 6px 40px;
  font-size: 1.7rem;
  font-weight: 900;
  text-decoration: none;
  color: #e60012;
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .block_main .camp-box a {
    font-size: 1.8rem;
    border-radius: 3.125vw 0 3.125vw 0;
    padding: 1.5vw 4vw;
    top: auto;
    bottom: 0.8vw;
    right: 0.5vw;
  }
}
.block_main .camp-box a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  transform: rotate(45deg);
  margin-left: 5px;
}
@media screen and (max-width:767px) {
  .block_main .camp-box a::after {
    width: 1.5vw;
    height: 1.5vw;
    margin-left: 1vw;
  }
}
.block_main .camp-box a:hover {
  transition: 0.3s;
  filter: brightness(150%);
}
.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 .movBox img {
  max-width: 100%;
}
.block_main .movBox 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;
  }
}
@media screen and (min-width: 768px) {
  .charaList li {
    transition: 0.2s;
    display: inline-block;
  }
  .charaList li:hover {
    transform: scale(1.05);
  }
}
.block_top {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -400px;
}
@media screen and (max-width:767px) {
  .block_top {
    margin-top: -25vw;
  }
}
.block_top .bg-intro {
  background-image: url("../images/topblk/bg.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 80px 0 0 0;
}
@media screen and (max-width:767px) {
  .block_top .bg-intro {
    padding: 10vw 0;
  }
}
.block_top .bg-intro h2 {
  position: relative;
  z-index: 3;
}
@media screen and (max-width:767px) {
  .block_top .bg-intro h2 {
    margin: 0 auto;
  }
}
.block_top .bg-intro .zoom-txt {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 150px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .block_top .bg-intro .zoom-txt {
    margin-bottom: 4.6875vw;
  }
}
.block_top .bg-intro .inner {
  max-width: 1100px;
}
.block_top .bg-intro .inner .this .in {
  position: relative;
}
.block_top .bg-intro .inner .this .in .af_chara dt {
  margin-top: 160px;
  position: absolute;
  top: -290px;
  left: 50%;
  transform: translate(-50%, 0);
}
.block_top .bg-intro .inner .this .in ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
  position: relative;
  padding-bottom: 10px;
  max-width: 1000px;
  height: 1260px;
}
@media screen and (max-width:767px) {
  .block_top .bg-intro .inner .this .in ul {
    height: auto;
    margin: 5vw 0 0 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .block_top .bg-intro .inner .this .in ul li {
    margin: 1.5vw 1vw;
  }
}
@media screen and (min-width: 768px) {
  .block_top .bg-intro .inner .this .in ul li {
    position: absolute;
    width: 33%;
    z-index: 2;
  }
  .block_top .bg-intro .inner .this .in ul li.c1 {
    top: -70px;
    left: -20px;
  }
  .block_top .bg-intro .inner .this .in ul li.c2 {
    top: -80px;
    left: 340px;
  }
  .block_top .bg-intro .inner .this .in ul li.c3 {
    top: 850px;
    left: 780px;
  }
  .block_top .bg-intro .inner .this .in ul li.c4 {
    top: 600px;
    left: 50px;
  }
  .block_top .bg-intro .inner .this .in ul li.c5 {
    top: 393px;
    left: 480px;
  }
  .block_top .bg-intro .inner .this .in ul li.c6 {
    top: 250px;
    left: -30px;
  }
  .block_top .bg-intro .inner .this .in ul li.c7 {
    top: 610px;
    left: 760px;
  }
  .block_top .bg-intro .inner .this .in ul li.c8 {
    top: 609px;
    left: 410px;
  }
  .block_top .bg-intro .inner .this .in ul li.c9 {
    top: 180px;
    left: 710px;
  }
  .block_top .bg-intro .inner .this .in ul li.c10 {
    top: 180px;
    left: 210px;
  }
  .block_top .bg-intro .inner .this .in ul li.c11 {
    top: 90px;
    left: 470px;
  }
  .block_top .bg-intro .inner .this .in ul li.c12 {
    top: 362px;
    left: 505px;
  }
  .block_top .bg-intro .inner .this .in ul li.c13 {
    top: 810px;
    left: 50px;
  }
  .block_top .bg-intro .inner .this .in ul li.c14 {
    top: 770px;
    left: 470px;
  }
  .block_top .bg-intro .inner .this .in ul li.c15 {
    top: 420px;
    left: 170px;
  }
  .block_top .bg-intro .inner .this .in ul li.c16 {
    top: -107px;
    left: 750px;
  }
}
@media screen and (max-width:767px) {
  .block_top .bg-intro .inner .slick-dots {
    justify-content: center;
  }
}
.block_top .bg-intro .inner .slick-dots li {
  margin: 0 1vw;
}
.block_charas .sortArea {
  position: relative;
  text-align: center;
  margin-top: -110px;
  padding: 110px 0 45px;
  background: url("../images/charas/bg.webp") no-repeat top center !important;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .block_charas .sortArea {
    margin-top: -8.59375vw;
    padding: 8.59375vw 0;
    background: url("../images/charas/bg_sp.webp") no-repeat top center;
    background-size: cover;
    padding-bottom: 59vw;
  }
}
.block_charas .sortArea .charaImg {
  animation: fadeIn 1s both, move06 0.8s both;
  animation-delay: 0.6s;
}
.block_charas .sortArea .charaImg:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -150px;
  max-width: 800px;
  width: 111.40625vw;
  height: 137.1875vw;
  background: url("../images/charas/sort_img_l.webp") no-repeat;
  background-size: contain;
  z-index: 1;
  top: -1210px;
  min-width: 400px;
}
@media screen and (max-width: 1580px) {
  .block_charas .sortArea .charaImg:before {
    left: -300px;
  }
}
@media screen and (max-width:767px) {
  .block_charas .sortArea .charaImg:before {
    display: none;
  }
}
.block_charas .sortArea .charaImg:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -250px;
  max-width: 800px;
  width: 104.0625vw;
  height: 140vw;
  background: url("../images/charas/sort_img_r.webp") no-repeat;
  background-size: contain;
  z-index: 1;
  top: -1060px;
  min-width: 400px;
}
@media screen and (max-width: 1580px) {
  .block_charas .sortArea .charaImg:after {
    right: -300px;
  }
}
@media screen and (max-width:767px) {
  .block_charas .sortArea .charaImg:after {
    right: -48vw;
    bottom: 0vw;
    width: 153vw;
    height: 115vw;
    top: -70vw;
    background: url("../images/charas/sort_img_sp.webp") no-repeat;
    background-size: 75%;
  }
}
.block_charas .sortArea .mutantCont {
  position: relative;
  z-index: 2;
  animation: fadeIn 1s both, move06 0.8s both;
}
@media screen and (max-width:767px) {
  .block_charas .sortArea .mutantCont {
    padding-bottom: 9.375vw;
  }
}
.block_charas .sortArea .mutantCont.show-anime {
  top: 0;
}
@media screen and (max-width:767px) {
  .block_charas .sortArea .mutantCont h2 {
    padding-top: 6.25vw;
  }
}
@media screen and (max-width:767px) {
  .block_charas .sortArea .mutantCont h2 .ttlTxt {
    display: inline-block;
    width: 67.1875vw;
  }
}
@media screen and (max-width:767px) {
  .block_charas .sortArea .mutantCont h2 img {
    width: 100%;
  }
}
.block_charas .sortArea .mutantCont .lead {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .block_charas .sortArea .mutantCont .lead {
    margin: 5.46875vw 0 0;
  }
}
.block_charas .sortArea .mutantCont span {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  left: 50%;
  margin-left: -210px;
  margin-top: 45px;
}
@media screen and (max-width:767px) {
  .block_charas .sortArea .mutantCont span {
    position: static;
    display: block;
    margin-left: 0;
    margin-top: 5vw;
    font-size: 2rem;
  }
}
.block_charas .sortArea .mutantCont span a {
  color: #000000;
}
.block_charas .sortArea .mutantCont .szo_bn {
  display: inline-block;
  margin-top: 30px;
  width: auto;
}
@media screen and (max-width:767px) {
  .block_charas .sortArea .mutantCont .szo_bn {
    margin-top: 5vw;
  }
}
.block_charas .sortArea .mutantCont .szo_bn:hover {
  filter: brightness(120%);
  transition: 0.3s;
}
.block_charas .sortArea .sdownCont {
  position: relative;
  text-align: center;
  top: 30px;
  z-index: 2;
  padding-bottom: 540px;
  animation: fadeIn 1s both, move06 0.8s both;
  animation-delay: 0.3s;
}
@media screen and (max-width:767px) {
  .block_charas .sortArea .sdownCont {
    padding-bottom: 40vw;
  }
}
@media screen and (max-width:767px) {
  .block_charas .sortArea .sdownCont p {
    position: relative;
    top: -3.90625vw;
    left: 0;
  }
}
@media screen and (max-width:767px) {
  .block_charas .sortArea .sdownCont p img {
    width: 45.15625vw;
    height: 37.5vw;
  }
}
.block_charas .sortArea .sdownCont.show-anime {
  top: 0;
}
.block_charas .charaArea {
  position: relative;
  margin-top: -530px;
  background: url("../images/charas/bg_chara.webp") no-repeat top center !important;
  background-size: cover;
  z-index: 5;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea {
    margin-top: -53.125vw;
    background: url("../images/charas/bg_chara_sp.webp") no-repeat top center !important;
    background-size: cover;
  }
}
.block_charas .charaArea .centerTxt {
  padding: 120px 0 20px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .centerTxt {
    width: 85.15625vw;
    margin: 0 auto;
    padding: 20vw 0 4.6875vw;
  }
}
.block_charas .charaArea .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  width: 83px;
  height: 83px;
  transition: background-color 0.3s;
}
.block_charas .charaArea .slick-arrow:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-bottom: 6px solid #fff100;
  border-right: 6px solid #fff100;
  border-left: none;
  opacity: 1;
}
.block_charas .charaArea .slick-prev {
  left: calc(50% - 660px);
}
.block_charas .charaArea .slick-prev:before {
  transform: translate(7px, 0) rotate(135deg);
}
.block_charas .charaArea .slick-next {
  right: calc(50% - 660px);
}
.block_charas .charaArea .slick-next:before {
  transform: translate(-7px, 0) rotate(-45deg);
}
.block_charas .charaArea .slick-prev,
.block_charas .charaArea .slick-next {
  top: 35%;
}
@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: 584px;
  height: 713px;
  margin: 0 15px;
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1 li {
    width: 90vw;
    height: auto;
    margin: 0px;
    opacity: 1;
  }
}
.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: #ffe900;
  }
}
.block_charas .charaArea .slkBox1.show-anime {
  top: 0;
}
.block_charas .charaArea .slkBox1 .item .box {
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
@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 {
  text-align: left;
  color: #fff;
  position: absolute;
  left: 45px;
  top: 525px;
  font-size: 20px;
  width: 510px;
}
@media screen and (max-width:767px) {
  .block_charas .charaArea .slkBox1 .item .txts {
    left: 8vw;
    bottom: auto;
    top: 80vw;
    width: 75vw;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.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.webp") 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;
}
@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: -65px;
}
.block_charas .charaArea .slkBox1Nav .slick-next {
  right: -65px;
}
.block_charas .charaArea .slkBox1Nav .item {
  width: 180px;
  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: 199px;
  margin-bottom: 15px;
}
.block_charas .charaArea .slkBox1Nav .item .thum img {
  height: 130px;
  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: 194px;
}
.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 {
  background: url("../images/buy/bg.webp") 0 0 repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.block_buy.cp {
  background-image: none;
}
.block_buy.cp .inner {
  padding-top: 20px;
}
.block_buy .inner {
  max-width: 1020px;
  padding-top: 65px;
  padding-bottom: 112px;
}
@media screen and (max-width:767px) {
  .block_buy .inner {
    padding: 10.9333333333vw 4vw 9.0666666667vw;
  }
}
.block_buy h2 {
  position: relative;
}
@media screen and (max-width:767px) {
  .block_buy h2 {
    margin-bottom: 4vw;
  }
}
.block_buy h2.show-anime {
  top: 0;
}
.block_buy h2 img {
  position: relative;
  z-index: 100;
}
@media screen and (max-width:767px) {
  .block_buy h2 img {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .block_buy h2 .ttl-img {
    width: 57.8125vw;
  }
}
@media screen and (max-width:767px) {
  .block_buy .orderBox.orderBox01 {
    padding-top: 2vw;
  }
}
.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: flex-start;
  padding: 35px 25px 30px 10px;
  position: relative;
  animation: fadeIn 1s both, move06 0.8s both;
  animation-delay: 0.9s;
  flex-wrap: wrap;
  background: url(../images/main/substance_bg.webp) no-repeat;
  background-size: 100% 100%;
  margin: 35px 0 auto;
  padding: 2%;
}
.block_buy .substanceBox .imgs {
  width: 50%;
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox.sm-mar_cp {
    margin-top: 5vw;
  }
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox {
    display: block;
    width: auto;
    z-index: 3;
    background: url(../images/main/substance_bg-sp.webp) no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    margin: 18vw auto auto;
    padding: 0 0 4vw 0;
  }
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox img {
    width: 100%;
  }
}
.block_buy .substanceBox .imgs {
  text-align: center;
  width: 466px;
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .imgs {
    width: auto;
    margin-top: 0;
  }
  .block_buy .substanceBox .imgs img:first-child {
    margin-top: -10vw;
  }
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .imgs .img {
    width: 87vw;
    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;
  }
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .note {
    margin: 0 5vw;
  }
}
.block_buy .substanceBox .txts {
  width: 494px;
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .block_buy .substanceBox .txts {
    width: auto;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.block_buy .substanceBox .txts a.u-btn {
  margin: 15px auto 10px;
  width: 90%;
}
.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: 2vw auto 2vw auto;
    font-size: 4.25rem;
  }
}
.block_buy .substanceBox:nth-last-of-type() {
  animation-delay: 1.2s;
}
.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 .price {
  position: relative;
}
.block_buy .numWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 60px;
  right: 13px;
}
@media screen and (max-width:767px) {
  .block_buy .numWrap {
    top: 9vw;
    right: 2vw;
  }
}
.block_buy .numWrap .txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width:767px) {
  .block_buy .numWrap .txt {
    font-size: 1.6rem;
  }
}
.block_buy .numWrap .numBox {
  display: flex;
  width: 124px;
  height: 36px;
  border: 1px solid #333;
  border-radius: 3px;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width:767px) {
  .block_buy .numWrap .numBox {
    flex-shrink: 0;
    width: 26vw;
    height: 8vw;
    margin-top: 0;
    border-radius: 0.8vw;
  }
}
.block_buy .numWrap .numBox button:hover {
  opacity: 0.7;
}
.block_buy .numWrap .numBox .minus {
  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;
}
@media screen and (max-width:767px) {
  .block_buy .numWrap .numBox .minus {
    background-size: 4vw 0.8vw;
  }
}
.block_buy .numWrap .numBox .num {
  width: 100%;
  font-size: 1.7rem;
  font-weight: bold;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.block_buy .numWrap .numBox .num input {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 0px;
  box-shadow: 0px;
}
@media screen and (max-width:767px) {
  .block_buy .numWrap .numBox .num input {
    font-size: 3rem;
  }
}
.block_buy .numWrap .numBox .plus {
  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;
}
@media screen and (max-width:767px) {
  .block_buy .numWrap .numBox .plus {
    background-size: 4vw 4vw;
  }
}
.block_buy .faq-box {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width:767px) {
  .block_buy .faq-box .cap-faq {
    width: 80%;
    margin: 0 auto;
  }
}
.block_buy .faq-box .box {
  background: #0d4168;
  text-align: left;
  padding: 25px 25px 45px 25px;
  box-sizing: border-box;
  border-radius: 25px;
}
@media screen and (max-width:767px) {
  .block_buy .faq-box .box {
    margin-top: 0;
    padding: 0;
    background: none;
    border-radius: 0;
  }
}
.block_buy .faq-box .box dl {
  background: #fff;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 25px;
}
@media screen and (max-width:767px) {
  .block_buy .faq-box .box dl {
    padding: 2.5vw;
    border-radius: 10px;
  }
}
.block_buy .faq-box .box dl + dl {
  margin-top: 25px;
}
@media screen and (max-width:767px) {
  .block_buy .faq-box .box dl + dl {
    margin-top: 3vw;
  }
}
.block_buy .faq-box .box dl dt p,
.block_buy .faq-box .box dl dd p {
  display: flex;
}
.block_buy .faq-box .box dl dt p.ac,
.block_buy .faq-box .box dl dd p.ac {
  align-items: center;
}
.block_buy .faq-box .box dl dt p span,
.block_buy .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) {
  .block_buy .faq-box .box dl dt p span,
  .block_buy .faq-box .box dl dd p span {
    width: 8vw;
    height: 8vw;
    font-size: 1.8rem;
    margin-right: 2vw;
    top: 1vw;
  }
}
.block_buy .faq-box .box dl dt {
  font-weight: bold;
}
.block_buy .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) {
  .block_buy .faq-box .box dl dt p {
    font-size: 2.2rem;
  }
}
.block_buy .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) {
  .block_buy .faq-box .box dl dd {
    padding-top: 2vw;
    margin-top: 2vw;
  }
}
.block_buy .faq-box .box dl dd p {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .block_buy .faq-box .box dl dd p {
    font-size: 2.2rem;
  }
}
.block_buy .faq-box .box dl dd p span {
  background: #47b3de;
}
.block_buy .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;
}
.block_buy .faq-box .box .btn a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width:767px) {
  .block_buy .faq-box .box .btn a {
    width: 64.0625vw;
    margin: 5vw auto 0 auto;
    padding: 2vw;
  }
}
.block_buy .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) {
  .block_buy .faq-box .box .btn a::after {
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@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: #fff;
  margin: auto;
  padding: 0.8571428571em 0.3571428571em;
  color: #2a9722;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-radius: 100px;
  box-sizing: border-box;
  transition: 0.5s;
}
@media screen and (max-width:767px) {
  .block_buy .faqBtn a {
    width: auto;
    padding: 4.2666666667vw;
    font-size: 3.2rem;
  }
}
.block_buy .faqBtn a:after {
  content: "";
  display: inline-block;
  width: 0.5714285714em;
  height: 0.5714285714em;
  margin-left: 0.5357142857em;
  border-top: 0.1785714286em solid #2a9722;
  border-right: 0.1785714286em solid #2a9722;
  transform: rotate(45deg);
  transition: 0.5s;
}
.block_buy .faqBtn a:hover {
  background-color: #2a9722;
  color: #fff;
}
.block_buy .faqBtn a:hover:after {
  border-color: #fff;
}
.block_buy .last-banner {
  padding-top: 40px;
}
@media screen and (max-width:767px) {
  .block_buy .last-banner {
    padding-top: 5vw;
  }
}
.block_buy .flink {
  margin-top: 50px;
  position: relative;
  top: 30px;
}
@media screen and (max-width:767px) {
  .block_buy .flink {
    margin-top: 0;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width:767px) {
  .block_buy .flink &gt; 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: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 2em 0 2.5em;
  color: #fff;
  opacity: 0.8;
}
@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 #fff;
}
@media screen and (max-width:767px) {
  .block_buy .gaiyouBox dt {
    border-right: 0px solid #fff;
    border-bottom: 1px solid #fff;
    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: 400;
  margin-top: 0.5em;
}
.block_buy .tanpin {
  padding-bottom: 40px;
}
@media screen and (max-width:767px) {
  .block_buy .tanpin {
    padding-bottom: 5vw;
  }
}
/*---------- ヘッダーのSNS ----------*/
.hdSnsBtn {
  width: 62px;
  height: 62px;
  display: block;
  position: fixed;
  right: 0;
  top: -1px;
  z-index: 900;
}
.hdSnsBtn:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  .hdSnsBtn {
    width: 12vw;
    height: 12vw;
    right: 0vw;
  }
  .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: -240px;
  border-radius: 5px 0 0 5px;
  transition: 0.3s;
  display: flex;
}
@media screen and (max-width:767px) {
  .hdSns .hdSnsList {
    right: -100vw;
    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: #d7000f;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width:767px) {
  .navObi {
    display: none;
  }
}
.navObi.fix {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.navObi .inner {
  padding-top: 8px;
  padding-bottom: 7px;
}
.navObi nav {
  display: flex;
  justify-content: center;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.navObi nav a {
  display: block;
  width: 3333.3333333333%;
  margin: 0;
  padding: 0.7em 1em;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 0.3s;
}
.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: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.navObi nav a:hover {
  color: #dae535;
}
/*---------- フッター ----------*/
.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: 63.125vw;
    margin-top: 4.6875vw;
  }
}
.nationalFoot {
  padding: 35px 0 0;
  border-top: 1px solid #ccc;
}
.nationalFoot &gt; .inner {
  display: flex;
  justify-content: space-between;
  max-width: 948px;
}
@media screen and (max-width:767px) {
  .nationalFoot &gt; .inner {
    flex-direction: column;
  }
}
.pagePBlock {
  width: 500px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .pagePBlock {
    display: none;
  }
}
.bnBtns {
  display: block;
  text-align: center;
}
.bnTrial a {
  display: block;
  transition: opacity 0.3s;
}
.bnTrial a:hover {
  opacity: 0.5;
}
.btnNotice {
  padding: 17px 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;
}
.ftSns li + li {
  margin-left: 15px;
}
.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;
  background: url("../images/topblk/bg.webp") center top repeat;
  background-size: 100%;
  background-attachment: fixed;
}
@media screen and (max-width:767px) {
  .campaignPage {
    padding-bottom: 12.5vw;
  }
}
.campaignPage .secMain {
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width:767px) {
  .campaignPage .secMain {
    padding: 18vw 0 4.6875vw 0;
  }
}
.campaignPage .secMain h1 {
  margin-top: -30px;
}
@media screen and (max-width:767px) {
  .campaignPage .secMain h1 {
    width: 100%;
    margin: -8vw auto 3vw auto;
  }
}
.campaignPage .secMain .lead {
  margin-top: 5px;
}
@media screen and (max-width:767px) {
  .campaignPage .secMain .lead {
    margin-top: 0vw;
  }
}
.campaignPage .secMain .lead img {
  width: 100%;
}
.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: #2a9722;
  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 #7adf73;
}
@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: #2a9722;
}
.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 #2a9722;
}
.campaignPage .secSummary .box .cont .sch thead {
  font-weight: bold;
  color: #222;
  background: #7adf73;
}
.campaignPage .secSummary .box .cont .sch thead tr th {
  width: 16%;
  color: #fff;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont .sch thead tr th {
    width: 16.6666666667%;
    font-size: 1.4rem;
  }
}
.campaignPage .secSummary .box .cont .sch thead tr th:nth-child(3) {
  width: 20%;
}
@media screen and (max-width:767px) {
  .campaignPage .secSummary .box .cont .sch thead tr th:nth-child(3) {
    width: 16.6666666667%;
  }
}
.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, #3fd134 0%, #2a9722 20%, #195914 40%, #3fd134 60%, #2a9722 80%, #195914 100%);
  width: 650px;
  margin: 30px auto 0;
  padding: 0;
  color: #fff;
  font-size: 2.7rem;
  text-shadow: 0px 0px 3px #2a9722, 0px 0px 4px #2a9722, 0px 0px 5px #2a9722;
}
@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;
  }
}
button#but {
  display: block;
  background-image: linear-gradient(180deg, #39ab30 0%, #76cf6f 20%, #3fd134 60%, #2a9722 80%, #3a8335 100%);
  width: 650px;
  margin: 10px auto 20px;
  cursor: pointer;
  padding: 5px 0;
  color: #fff;
  border-radius: 100px;
  font-size: 2.7rem;
  text-shadow: 0px 0px 3px #2a9722, 0px 0px 4px #2a9722, 0px 0px 5px #2a9722;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  button#but {
    width: 100%;
  }
}
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;
}
.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) {
  .CheckboxInput {
    width: 100%;
  }
}
#CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.CheckboxInput:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.CheckboxInput:hover &gt; .CheckboxInput-DummyInput {
  transform: scale(1.1);
}
#CheckboxInput-Input:focus + .CheckboxInput-DummyInput {
  transform: scale(1.1);
}
#CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  background: #8BC34A;
  border: solid 1px #a39f9f;
}
#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;
}
.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;
}
.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;
}
#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;
}
.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;
}
.CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .CheckboxInput-LabelText {
    font-size: 15px;
  }
}
@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;
  }
}
.numWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px;
}
.numWrap .txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width:767px) {
  .numWrap .txt {
    font-size: 2.4rem;
  }
}
.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: 33.06667vw;
    height: 9.6vw;
    margin-top: 0;
    border-radius: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .numBox button {
    width: 9.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;
  }
}
.boxshop {
  background-image: url(../images/main/shop_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: auto 0 auto;
  padding: 3%;
}
@media screen and (max-width:767px) {
  .boxshop {
    background-image: url(../images/main/shop_bg-sp.webp);
    border-radius: 5px;
    margin: 0 auto;
    padding: 5vw 0;
  }
}
.boxshop.more-b_cp {
  padding: 3% 4% 6% 4%;
}
@media screen and (max-width:767px) {
  .boxshop.more-b_cp {
    padding: 5vw 5vw 12vw 5vw;
  }
}
.boxshop.more-b_cp .lm-not {
  padding-bottom: 30px !important;
}
@media screen and (max-width:767px) {
  .boxshop.more-b_cp .lm-not {
    padding-bottom: 5vw !important;
  }
}
.boxshop h3 {
  text-align: center;
}
@media screen and (max-width:767px) {
  .boxshop h3 {
    margin: 3vw 0;
  }
}
.boxshop .boxIn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .boxshop .boxIn {
    display: block;
    padding: 0;
  }
}
.boxshop .boxIn .img {
  text-align: center;
  margin-top: 20px;
  width: 276px;
}
@media screen and (max-width:767px) {
  .boxshop .boxIn .img {
    width: auto;
    margin: 0 4vw;
  }
}
.boxshop .boxIn .price {
  width: auto;
  margin-left: 30px;
}
@media screen and (max-width:767px) {
  .boxshop .boxIn .price {
    margin-left: 0;
    padding: 0 4vw;
  }
}
@media screen and (max-width:767px) {
  .boxshop .boxIn .price.no-pad_cp {
    padding: 0;
  }
}
.boxshop .boxIn .price .lm-not {
  font-size: 1.4rem;
  text-align: left;
  padding: 20px 20px 50px 20px;
  background-color: rgba(255, 243, 139, 0.8);
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .boxshop .boxIn .price .lm-not {
    font-size: 2rem;
    padding: 3vw 3vw 8vw 3vw;
  }
}
.boxshop .boxIn .price .lm-not p {
  color: #ff0000;
  font-weight: bold;
}
.boxshop .boxIn .price a {
  width: 90%;
  top: 20px;
  background-image: linear-gradient(90deg, #2ccbff 0%, #22a4ff 20%, #1c88ff 40%, #22a4ff 60%, #1c88ff 80%, #2ccbff 100%);
}
@media screen and (max-width:767px) {
  .boxshop .boxIn .price a {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .movZone {
    margin: 0vw 0 6vw 0;
  }
}
.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;
}
@media screen and (max-width:767px) {
  .movZone .tabs li {
    font-size: 2.4rem;
  }
}
.movZone .tabs li.show {
  background: linear-gradient(90deg, #2ccbff 0%, #22a4ff 20%, #1c88ff 40%, #22a4ff 60%, #1c88ff 80%, #2ccbff 100%);
  color: #41403e;
}
.movZone .movBox {
  position: relative;
  border: 3px solid #2ccbff;
}
@media screen and (max-width:767px) {
  .movZone .movBox {
    padding-bottom: 0;
    left: 0;
    top: 0;
  }
}
.movZone .movBox li {
  display: none;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: filter 0.3s;
}
.movZone .movBox li.show {
  display: block;
}
.movZone .movBox .movIn {
  padding-top: 56%;
  position: relative;
}
.movZone .movBox .movIn iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movZone .movBox &gt; li {
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: filter 0.3s;
}
.movZone .movBox &gt; li:hover {
  filter: brightness(150%);
}
.movZone .movBox &gt; 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 &gt; li:before {
    width: 18.75vw;
    height: 10.9375vw;
  }
}
.movZone .movBox img {
  width: 100%;
}
.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;
}
.u-btn_glay {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #c0c0c0;
  background-size: 300% 300%;
  padding: 0.4em 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-shadow: 10px 10px 15pxrgb 0 0 0/27%, 0 0 0 3px black, 0 0 0 6px white;
  box-sizing: border-box;
  position: relative;
  transition: 1.5s;
}
.topicsZone {
  background-color: #fff;
  padding: 0;
  position: static;
  max-width: 1000px;
  margin: 30px auto 0 auto;
  border-radius: 10px;
  width: 90%;
  padding: 0.5em;
}
.topicsZone a {
  text-decoration: none;
}
.main_ac {
  position: relative;
  padding: 30px 0 20px 0;
}
@media screen and (max-width:767px) {
  .main_ac {
    left: 0;
    padding: 0;
  }
}
.main_ac dl {
  border-radius: 25px;
  overflow: hidden;
  border: 2px solid #ddd0e7;
}
.main_ac dl dt {
  background-color: #00a0e9;
  padding: 15px 20px 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .main_ac dl dt {
    padding: 3vw;
  }
}
@media screen and (max-width:767px) {
  .main_ac dl dt img {
    width: 80%;
    height: auto;
  }
}
.main_ac dl dt.show {
  border-bottom: none;
}
.main_ac dl dd {
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  padding: 30px;
}
@media screen and (max-width:767px) {
  .main_ac dl dd {
    padding: 4vw;
  }
}
.main_ac dl dd .fl_in {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .main_ac dl dd .fl_in {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .main_ac dl dd .fl_in .fin_in__left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
}
.main_ac dl dd .fl_in .fin_in__left .img {
  margin-bottom: 10px;
}
.main_ac dl dd .fl_in .txt {
  margin-left: 40px;
}
@media screen and (max-width:767px) {
  .main_ac dl dd .fl_in .txt {
    margin-left: 0;
  }
}
.main_ac dl dd .fl_in .txt .note {
  color: red;
  font-size: 12px;
  margin: 8px 0;
}
@media screen and (max-width:767px) {
  .main_ac dl dd .fl_in .txt .note {
    margin: 1.5vw 0;
    font-size: 1.8rem;
  }
}
.main_ac dl dd .fl_in .txt ul {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .main_ac dl dd .fl_in .txt ul {
    margin-bottom: 3vw;
  }
}
.main_ac dl dd .fl_in .txt ul li {
  font-size: 1.2rem;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width:767px) {
  .main_ac dl dd .fl_in .txt ul li {
    font-size: 1.8rem;
  }
}
.main_ac dl dd .fl_in .txt a.u-btn {
  background-image: linear-gradient(90deg, #2ccbff 0%, #1f95ff 20%, #1b88ff 40%, #2ccbff 60%, #1b88ff 80%, #2ccbff 100%);
}
.orderBox {
  padding-top: 60px;
  z-index: 99;
  position: relative;
}
.orderBox h3 {
  text-align: center;
}
.orderBox.topB {
  padding-bottom: 30px;
}
@media screen and (max-width:767px) {
  .orderBox.topB {
    padding-top: 7vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .orderBox {
    padding-top: 7vw;
  }
}
.orderBox .boxS {
  background-image: url("../images/price_bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}
@media screen and (max-width:767px) {
  .orderBox .boxS {
    padding-top: 8vw;
    padding-bottom: 4vw;
    background-image: url("../images/price_bg_sp.webp");
    margin-bottom: 0;
  }
}
.orderBox .boxS + .boxS {
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .orderBox .boxS + .boxS {
    margin-top: 5vw;
  }
}
.orderBox .boxS.store-purchase {
  background-image: none;
  background-color: #ffffff;
  border-radius: 20px;
}
.orderBox .boxS.store-purchase .store-purchase-title {
  width: 100%;
  height: 80px;
  padding-left: 30px;
  background-color: #00a0e9;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 20px 20px 0 0;
  border: #ffffff solid 3px;
}
.orderBox h3 img {
  margin-top: -35px;
}
@media screen and (max-width:767px) {
  .orderBox h3 img {
    margin-top: -3vw;
  }
}
.orderBox .note {
  padding-top: 15px;
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .orderBox .note {
    font-size: 1.8rem;
  }
}
.orderBox .red {
  color: #d5001c;
  margin-top: 10px;
  text-align: left;
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .orderBox .red {
    font-size: 1.8rem;
    margin-top: 1vw;
  }
}
.orderBox .boxIn {
  display: flex;
  padding: 0px 30px 15px 20px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:767px) {
  .orderBox .boxIn {
    padding: 0 5vw 1vw 5vw;
    display: block;
  }
}
.orderBox .boxIn .img {
  width: 457px;
}
@media screen and (max-width:767px) {
  .orderBox .boxIn .img {
    width: 100%;
    margin-bottom: 3vw;
    margin-top: 3vw;
  }
}
.orderBox .boxIn .price {
  width: 460px;
}
@media screen and (max-width:767px) {
  .orderBox .boxIn .price {
    width: 100%;
  }
}
.orderBox .boxIn .price .u-btn {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .orderBox .boxIn .price .u-btn {
    margin-top: 6.5vw;
  }
}
.youtube {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .youtube {
    margin-top: 4.6875vw;
  }
}
.orderBox-wrap {
  position: relative;
}
.orderBox-wrap .dinosaur-left-img {
  position: absolute;
  top: -114px;
  left: -71px;
  z-index: 98;
}
@media screen and (max-width:767px) {
  .orderBox-wrap .dinosaur-left-img {
    width: 37.65625vw;
    top: -17.8125vw;
    left: -3.125vw;
  }
}
.orderBox-wrap .dinosaur-right-img {
  position: absolute;
  top: -114px;
  right: -71px;
  z-index: 98;
}
@media screen and (max-width:767px) {
  .orderBox-wrap .dinosaur-right-img {
    width: 33.75vw;
    top: -17.8125vw;
    right: -2.65625vw;
  }
}
a.buy-btn {
  width: 540px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 17px 20px 15px -16px #643006;
}
@media screen and (max-width:767px) {
  a.buy-btn {
    margin-bottom: 4.6875vw;
    width: 90vw;
    height: 13.28125vw;
  }
}
@media screen and (max-width:767px) {
  a.buy-btn .btn-text-img {
    width: 64.84375vw;
    height: 6.71875vw;
  }
}
.modaal-close {
  top: auto;
  left: auto;
  right: -15px;
  position: absolute;
  bottom: -25px;
}
.modaal-close {
  background-color: #666 !important;
}
.modaal-close:after,
.modaal-close:before {
  background-color: #fff !important;
}/*# sourceMappingURL=style.css.map */
</pre></body></html>