@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* リセット
---------------------------------------------------- */
@import url("https://deagostini.jp/site/common/css/common.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset, img {
  border: 0;
  vertical-align: top;
}
address, caption, cite, code, dfn, em, strong, small, th, var {
  font-style: inherit;
  font-weight: inherit;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: "";
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
br {
  letter-spacing: normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}
/* ページ共通
---------------------------------------------------- */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cbox2Overlay, #cbox2Wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cbox2Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cbox2MiddleLeft, #cbox2BottomLeft {
  clear: left;
}
#cbox2Content {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
#cbox2LoadedContent {
  overflow: auto;
}
#cbox2LoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#cbox2Title {
  margin: 0;
}
#cbox2LoadingOverlay, #cbox2LoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cbox2Previous, #cbox2Next, #cbox2Close, #cbox2Slideshow {
  cursor: pointer;
}
/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cbox2Overlay {
  background: rgb(0, 0, 0) url(//deagostini.jp/site/common/overlay.png) 0 0 repeat;
}
#cbox2TopLeft {
  width: 21px;
  height: 21px;
  background: none -100px 0 no-repeat;
}
#cbox2TopRight {
  width: 21px;
  height: 21px;
  background: none -129px 0 no-repeat;
}
#cbox2BottomLeft {
  width: 21px;
  height: 21px;
  background: none -100px -29px no-repeat;
}
#cbox2BottomRight {
  width: 21px;
  height: 21px;
  background: none -129px -29px no-repeat;
}
#cbox2MiddleLeft {
  width: 21px;
  background: none left top repeat-y;
}
#cbox2MiddleRight {
  width: 21px;
  background: none right top repeat-y;
}
#cbox2TopCenter {
  height: 21px;
  background: none 0 0 repeat-x;
}
#cbox2BottomCenter {
  height: 21px;
  background: none 0 -29px repeat-x;
}
/* #cbox2Content{background:;}*/
#cbox2LoadedContent {
  margin-bottom: 28px;
  padding: 30px 60px 0px;
}
#cbox2Title {
  position: absolute;
  top: 636px;
  left: 60px;
  text-align: left;
  width: 860px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}
#cbox2Current {
  position: absolute;
  top: 0px;
  left: 60px;
  color: #FFFFFF;
}
#cbox2Slideshow {
  position: absolute;
  bottom: 3px;
  right: 30px;
  color: #FFFFFF;
}
#cbox2Previous {
  left: 10px;
  transform: rotate(-135deg);
}
#cbox2Next {
  right: 10px;
  transform: rotate(45deg);
}
#cbox2LoadingOverlay {
  background: url(//deagostini.jp/site/common/loading_background.png) center center no-repeat;
}
#cbox2LoadingGraphic {
  background: url(//deagostini.jp/site/common/loading.gif) center center no-repeat;
}
#cbox2Close {
  position: absolute;
  bottom: 11px;
  right: 60px;
  background: url(../images/colorbox_close.png);
  background-position: left 4px;
  background-repeat: no-repeat;
  width: 87px;
  height: 32px;
  text-indent: -9999px;
  border: 0px;
  border-radius: 5px;
}
/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
#cbox2Previous,
#cbox2Next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  text-indent: -9999px;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10000;
}
@media screen and (max-width:767px) {
  #cbox2Previous,
  #cbox2Next {
    border-color: rgb(255, 55, 55) rgb(255, 55, 55) transparent transparent;
  }
}
#cbox2Previous:hover,
#cbox2Next:hover {
  opacity: 0.7;
}
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ; /*lte IE 8*/
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
@keyframes kakudai {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes syukusyo {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes coverIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}
@keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes 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: 2.34375vw;
  }
}
body {
  font-size: 1.6rem !important;
  letter-spacing: 0;
  line-height: 1.6 !important;
}
@media screen and (max-width:767px) {
  body {
    min-width: 0;
  }
}
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: 980px;
  margin: auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .inner:not(.spPd0) {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}
.hvr {
  transition: 0.3s;
}
.hvr:hover {
  opacity: 0.7;
}
*[class^=abs] {
  display: block;
  position: absolute;
}
.set-anime {
  opacity: 0;
  transition: 0.5s;
}
.set-anime.show-anime {
  opacity: 1;
}
.mainContents {
  display: block;
}
.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;
  }
}
.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);
}
@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: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
#contents a:hover {
  text-decoration: none;
}
#deagoLogo {
  position: absolute;
  top: 17px;
  right: 24px;
  z-index: 9999;
}
@media screen and (max-width:767px) {
  #deagoLogo {
    top: 2.65625vw;
    right: 3.59375vw;
  }
}
#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: 0px;
  top: 35%;
  z-index: 1000;
}
.btnSprt:hover {
  filter: brightness(1.1);
}
@media screen and (max-width:767px) {
  .btnSprt {
    padding: 4.6875vw 3.125vw 0;
    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: 83px;
  z-index: 11;
  transition: opacity 0.3s;
}
.toTop:hover {
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .toTop {
    display: none !important;
  }
}
.footBanner {
  text-align: center;
  padding: 0px 0 20px 0;
}
.footBanner li {
  display: inline-block;
  margin: 10px;
}
.footBanner li img {
  height: 85px;
  width: auto;
}
.footerlink {
  font-size: 12px;
}
.footerlink li {
  font-size: inherit;
}
@media screen and (max-width:767px) {
  .footerCopyright {
    padding: 15px 0;
  }
  .footerCopyright .footerCopyrightInner {
    padding-bottom: 0;
  }
  .footerCopyright .footerCopyrightInner a img {
    width: 56px;
  }
  .footerCopyright .footerCopyrightInner > img {
    width: 305px;
  }
}
/*--------------------------------------
  ユニーク
---------------------------------------*/
a[name^=scrl] {
  position: relative;
}
.movZone {
  padding-bottom: 80px;
}
@media screen and (max-width:767px) {
  .movZone {
    padding-bottom: 12.5vw;
    width: 80vw;
    margin: 0 auto;
  }
}
.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: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  transition: 0.3s;
}
@media screen and (max-width:767px) {
  .movZone .tabs > li {
    font-size: 2.4rem;
  }
  .movZone .tabs > li.spMulti {
    font-size: 2rem;
  }
}
.movZone .tabs > li:not(.show) {
  cursor: pointer;
}
.movZone .tabs > li:not(.show):hover {
  background-color: #999;
}
.movZone .tabs > li.show {
  background-color: #000;
}
.movZone .movBox {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .movZone .movBox {
    border-top-width: 0.46875vw;
  }
}
.movZone .movBox > li {
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: filter 0.3s;
}
.movZone .movBox > li:hover {
  filter: brightness(150%);
}
.movZone .movBox > li:before {
  content: "";
  display: block;
  background: url("../images/mov_btn.svg") 0 0 no-repeat;
  width: 120px;
  height: 70px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width:767px) {
  .movZone .movBox > li:before {
    width: 18.75vw;
    height: 10.9375vw;
  }
}
.movZone .movBox > li.show {
  display: block;
}
.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;
}
/*--------------------------------------
  ページ内共通
---------------------------------------*/
.bg1 {
  background: url("../images/bg1.webp") 0 0 repeat;
}
.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;
}
.acrdBtn:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: auto;
  margin-right: 0.5em;
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  border-color: #f00 #f00 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 {
    right: 4.6875vw;
  }
}
.acrdBtn.show:before {
  transform: translateY(0.25em) rotate(-45deg);
}
.clkBlnBox {
  position: relative;
}
.clkBlnBox > img {
  width: 100%;
}
.clkBlnBox .clkBlns > span {
  position: absolute;
  cursor: pointer;
}
.clkBlnBox .clkBlns > span:before {
  content: "";
  display: inline-block;
  background: url(../images/clk_circle.webp) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  transition: opacity 0.3s;
  animation-name: syukusyo;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span:before {
    width: 10.9375vw;
    height: 10.9375vw;
  }
}
.clkBlnBox .clkBlns > span:hover:before {
  opacity: 0.7;
}
.clkBlnBox .clkBlns > span .bln {
  display: none;
  background-color: #fff;
  width: 18em;
  padding: 0.8em 1em;
  color: #050302;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.25;
  border-radius: 10px;
  position: absolute;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln {
    font-size: 2rem;
    border-radius: 1.5625vw;
  }
}
.clkBlnBox .clkBlns > span .bln:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
}
.clkBlnBox .clkBlns > span .bln strong {
  display: block;
  margin-bottom: 0.3em;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}
.clkBlnBox .clkBlns > span .bln.sz_8 {
  width: 8em;
}
.clkBlnBox .clkBlns > span .bln.sz_9 {
  width: 9em;
}
.clkBlnBox .clkBlns > span .bln.sz_10 {
  width: 10em;
}
.clkBlnBox .clkBlns > span .bln.sz_11 {
  width: 11em;
}
.clkBlnBox .clkBlns > span .bln.sz_12 {
  width: 12em;
}
.clkBlnBox .clkBlns > span .bln.sz_13 {
  width: 13em;
}
.clkBlnBox .clkBlns > span .bln.sz_14 {
  width: 14em;
}
.clkBlnBox .clkBlns > span .bln.sz_15 {
  width: 15em;
}
.clkBlnBox .clkBlns > span .bln.sz_16 {
  width: 16em;
}
.clkBlnBox .clkBlns > span .bln.sz_17 {
  width: 17em;
}
.clkBlnBox .clkBlns > span .bln.sz_18 {
  width: 18em;
}
.clkBlnBox .clkBlns > span .bln.sz_19 {
  width: 19em;
}
.clkBlnBox .clkBlns > span .bln.sz_20 {
  width: 20em;
}
.clkBlnBox .clkBlns > span .bln.sz_21 {
  width: 21em;
}
.clkBlnBox .clkBlns > span .bln.sz_22 {
  width: 22em;
}
.clkBlnBox .clkBlns > span .bln.sz_23 {
  width: 23em;
}
.clkBlnBox .clkBlns > span .bln.sz_24 {
  width: 24em;
}
.clkBlnBox .clkBlns > span .bln.sz_25 {
  width: 25em;
}
.clkBlnBox .clkBlns > span .bln.sz_26 {
  width: 26em;
}
.clkBlnBox .clkBlns > span .bln.sz_27 {
  width: 27em;
}
.clkBlnBox .clkBlns > span .bln.sz_28 {
  width: 28em;
}
.clkBlnBox .clkBlns > span .bln.sz_29 {
  width: 29em;
}
.clkBlnBox .clkBlns > span .bln.sz_30 {
  width: 30em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_10 {
    width: 10em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_11 {
    width: 11em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_12 {
    width: 12em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_13 {
    width: 13em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_14 {
    width: 14em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_15 {
    width: 15em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_16 {
    width: 16em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_17 {
    width: 17em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_18 {
    width: 18em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_19 {
    width: 19em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_20 {
    width: 20em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_21 {
    width: 21em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_22 {
    width: 22em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_23 {
    width: 23em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_24 {
    width: 24em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_25 {
    width: 25em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_26 {
    width: 26em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_27 {
    width: 27em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_28 {
    width: 28em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_29 {
    width: 29em;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_30 {
    width: 30em;
  }
}
.clkBlnBox .clkBlns > span .bln.is_T {
  bottom: 50px;
}
.clkBlnBox .clkBlns > span .bln.is_T:before {
  border-width: 1em 0.5em 0;
  border-top-color: #fff;
  bottom: -0.95em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.is_T {
    bottom: 10.9375vw;
  }
}
.clkBlnBox .clkBlns > span .bln.is_B {
  top: 50px;
}
.clkBlnBox .clkBlns > span .bln.is_B:before {
  border-width: 0 0.5em 1em;
  border-bottom-color: #fff;
  top: -0.95em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.is_B {
    top: 10.9375vw;
  }
}
.clkBlnBox .clkBlns > span .bln.is_R {
  left: 50px;
}
.clkBlnBox .clkBlns > span .bln.is_R:before {
  border-width: 0.5em 1em 0.5em 0;
  border-right-color: #fff;
  left: -0.95em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.is_R {
    left: 10.9375vw;
  }
}
.clkBlnBox .clkBlns > span .bln.is_L {
  right: 50px;
}
.clkBlnBox .clkBlns > span .bln.is_L:before {
  border-width: 0.5em 0 0.5em 1em;
  border-left-color: #fff;
  right: -0.95em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.is_L {
    right: 10.9375vw;
  }
}
.clkBlnBox .clkBlns > span .bln.dir_T {
  bottom: 0;
}
.clkBlnBox .clkBlns > span .bln.dir_T:before {
  bottom: 1.1em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.dir_T:before {
    bottom: 4vw;
  }
}
.clkBlnBox .clkBlns > span .bln.dir_B {
  top: 0;
}
.clkBlnBox .clkBlns > span .bln.dir_B:before {
  top: 1.1em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.dir_B:before {
    top: 4vw;
  }
}
.clkBlnBox .clkBlns > span .bln.dir_R {
  left: 0;
}
.clkBlnBox .clkBlns > span .bln.dir_R:before {
  left: 1.2em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.dir_R:before {
    left: 3.75vw;
  }
}
.clkBlnBox .clkBlns > span .bln.dir_L {
  right: 0;
}
.clkBlnBox .clkBlns > span .bln.dir_L:before {
  right: 1em;
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.dir_L:before {
    right: 4.5vw;
  }
}
@media screen and (max-width:767px) {
  .clkBlnBox .clkBlns > span .bln.spDir_C {
    left: -25vw;
  }
  .clkBlnBox .clkBlns > span .bln.spDir_C:before {
    left: 28.59375vw;
  }
}
.clkBlnBox .clkBlns > span.show {
  z-index: 1;
}
.clkBlnBox .clkBlns > span.show .bln {
  display: block;
}
.slick-slider {
  margin-bottom: 0;
}
.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9) !important;
  width: 60px;
  height: 60px;
  z-index: 1;
  transform: translate(0, 0);
  transition: 0.3s;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .slick-arrow {
    width: 9.375vw;
    height: 9.375vw;
  }
}
.slick-arrow:before {
  content: "";
  width: 18px;
  height: 18px;
  border-left: 4px solid #fff605;
  border-bottom: 4px solid #fff605;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .slick-arrow:before {
    width: 3.125vw;
    height: 3.125vw;
    border-width: 0 0 0.9375vw 0.9375vw;
  }
}
.slick-arrow:hover {
  opacity: 0.5;
}
.slick-prev {
  left: 2%;
  top: 38%;
}
@media screen and (max-width:767px) {
  .slick-prev {
    top: 50%;
  }
}
.slick-prev:before {
  transform: translate(5px, 0) rotate(45deg);
}
.slick-next {
  right: 2%;
  top: 38%;
}
@media screen and (max-width:767px) {
  .slick-next {
    top: 50%;
  }
}
.slick-next:before {
  transform: translate(-5px, 0) rotate(225deg);
}
.slick-dots {
  bottom: 0;
}
.slick-dots li {
  background-color: #a8a8a8;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  background-color: #ffdb15;
}
.slick-dots li button {
  display: none;
}
@media screen and (max-width:767px) {
  .slick-dots {
    margin-top: 4.6875vw;
    position: static;
  }
  .slick-dots li {
    width: 3.125vw;
    height: 3.125vw;
  }
}
/*--------- アニメーション ---------*/
@keyframes scale1 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*--------- 定期ボタン ---------*/
.btnBox {
  display: block;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .btnBox {
    width: 100%;
    box-sizing: border-box;
  }
}
.btnBox a:before {
  content: "";
  opacity: 0;
  transition: 0.3s;
}
.btnBox a img {
  display: block;
  width: 100%;
}
@media screen and (max-width:767px) {
  .btnBox a img {
    height: auto;
  }
  .btnBox a img.pcShow {
    display: none;
  }
}
.btnBox a:hover:before {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*--------- プレゼント ---------*/
.teikiPre {
  text-align: center;
}
@media screen and (max-width:767px) {
  .teikiPre {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
  .teikiPre img {
    width: 100%;
    height: auto;
  }
}
.teikiPre > .ttl {
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .teikiPre > .ttl {
    width: 90.625vw;
    margin: 0 auto 3.125vw;
  }
}
.teikiPre > .btnBox {
  margin-bottom: 15px;
}
@media screen and (max-width:767px) {
  .teikiPre > .btnBox {
    margin-bottom: 4.6875vw;
  }
}
.teikiPre > .txt {
  margin-bottom: 45px;
}
@media screen and (max-width:767px) {
  .teikiPre > .txt {
    width: 90.625vw;
    margin: 0 auto 2.34375vw;
  }
}
.teikiPre .preBox {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width:767px) {
  .teikiPre .preBox {
    width: auto;
  }
}
.teikiPre .preBox > a {
  display: block;
  transition: opacity 0.3s;
}
.teikiPre .preBox > a:hover {
  opacity: 0.5;
}
.teikiPre .preNote {
  margin-top: 10px;
  color: #351a01;
  font-size: 1.2rem;
  line-height: 2.0833333333;
  text-align: left;
}
@media screen and (max-width:767px) {
  .teikiPre .preNote {
    margin-top: 2.34375vw;
    line-height: 1.5;
  }
}
.teikiPre .preNote strong {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .teikiPre .preNote strong {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    line-height: inherit;
  }
}
.orderBtn {
  display: block;
  max-width: 980px;
  margin: auto;
  position: relative;
}
.orderBtn:after {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.orderBtn:hover:after {
  opacity: 0.2;
}
.preBox + .orderBtn {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .orderBtn {
    max-width: none;
  }
  .orderBtn:after {
    border-radius: 0.78125vw;
  }
  .preBox + .orderBtn {
    margin-top: 1.5625vw;
  }
}
/*--------------------------------------
  ページ内レイアウト(唯一、特定の部分)
---------------------------------------*/
.naviArea {
  background-color: rgba(0, 15, 24, 0.8);
  border-style: solid;
  border-width: 1px;
  border-color: #fdd000;
  position: fixed;
  top: 130px;
  right: -400px;
  border-radius: 5px;
  z-index: 9999;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .naviArea {
    top: 7.8125vw;
  }
}
.naviArea li {
  font-size: 1.4rem;
}
.naviArea li + li {
  border-top: 1px solid #fdd000;
}
@media screen and (max-width:767px) {
  .naviArea li {
    font-size: 2.4rem;
  }
}
.naviArea li a {
  display: block;
  padding: 0.7142857143em 0.7142857143em 0.7142857143em 1.6428571429em;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 7px rgb(0, 15, 24), 0 0 7px rgb(0, 15, 24), 0 0 7px rgb(0, 15, 24), 0 0 7px rgb(0, 15, 24), 0 0 7px rgb(0, 15, 24), 0 0 7px rgb(0, 15, 24), 0 0 7px rgb(0, 15, 24);
  position: relative;
  transition: color 0.3s;
}
.naviArea li a:hover {
  color: #fdd000;
}
.naviArea li a:before {
  content: "";
  display: block;
  width: 0.4285714286em;
  height: 0.4285714286em;
  margin: auto;
  border-bottom: 0.1428571429em solid #be0615;
  border-right: 0.1428571429em solid #be0615;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.7142857143em;
  transform: translate(-0.1428571429em, 0.0714285714em) rotate(-45deg);
}
.clsNav {
  background: #fdd000;
  color: #000f18;
  height: 30px;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.clsNav:hover {
  opacity: 0.8;
}
@media screen and (max-width:767px) {
  .clsNav {
    height: auto;
    padding: 0.9375em;
    font-size: 2.4rem;
    text-align: left;
  }
}
.clsNav > * {
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .clsNav > * {
    padding-top: 0;
  }
}
.clsNav b {
  padding-right: 5px;
  font-size: 1.2857142857em;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .clsNav b {
    padding-right: 0.78125vw;
  }
}
.naviArea2 {
  position: fixed;
  top: 130px;
  right: 0px;
  z-index: 9999;
}
@media screen and (max-width:767px) {
  .naviArea2 {
    top: 7.8125vw;
  }
}
.naviArea2 .menuShow {
  display: block;
  transition: opacity 0.3s;
}
.naviArea2 .menuShow:hover {
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .navi3Wrap {
    display: none;
  }
}
.naviArea3 {
  background-color: #24a4b5;
  text-align: center;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  margin: 0;
  padding: 0;
}
.naviArea3.fix {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.naviInner3 {
  margin: 0;
  padding: 15px 0 10px 0;
}
.naviInner3 a {
  background-image: url(../images/nav_arw1.webp);
  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.webp);
  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;
}
#cbox2Close {
  background: url("../images/colorbox_close.svg") center center no-repeat;
  background-size: 80% auto;
  width: 100px;
  height: 50px;
  top: 0px;
  background-color: #000;
  right: 0px;
  position: fixed;
  border-radius: 0;
  padding: 15px;
}
@media screen and (min-width: 767px) {
  #cbox2LoadedContent img {
    max-width: 80vw;
  }
}
@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: auto;
    padding-bottom: 0;
  }
  #cbox2LoadedContent {
    margin-bottom: 0;
    padding: 0;
  }
  #cbox2Previous,
  #cbox2Next {
    width: 5vw;
    height: 5vw;
    border-width: 1vw 1vw 0 0;
  }
}
@media screen and (max-width: 584px) and (max-width: 584px) {
  #cbox2Previous,
  #cbox2Next {
    border-color: rgb(255, 60, 60) rgb(255, 60, 60) transparent transparent;
  }
}
@media screen and (max-width: 584px) {
  #cbox2Previous {
    left: 2.34375vw;
  }
  #cbox2Next {
    right: 2.34375vw;
  }
  #cbox2Current {
    font-size: 1.2rem;
    line-height: 1;
    text-shadow: 0 0 3px #324289, 0 0 3px #324289, 0 0 3px #324289;
    top: 2.34375vw;
    left: 1.5625vw;
  }
  #cbox2Close {
    width: 23vw;
    height: 8vw;
    top: 0.78125vw;
    right: 0;
    bottom: auto;
  }
  .cbox2Photo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.modalNum .btnPageMdlCls {
  display: none !important;
}
.block_main {
  position: relative;
}
.block_main .bg {
  position: relative;
  background-color: #000000;
}
.block_main .pc {
  overflow: hidden;
}
.block_main .pc .inner {
  max-width: 1090px;
  height: 704px;
}
.block_main .pc .inner > * {
  position: absolute;
}
.block_main .pc h1 {
  top: 15px;
  left: 93%;
  transform: translate(-50%, 0);
  z-index: 5;
}
.block_main .pc .day {
  bottom: 50px;
  right: 0px;
  z-index: 4;
}
.block_main .pc .scale {
  bottom: 205px;
  left: 94%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.block_main .pc .price {
  bottom: 110px;
  right: 0;
  z-index: 4;
}
.block_main .pc .txt {
  left: 93%;
  transform: translate(-50%, 0);
  top: 80px;
  z-index: 5;
}
.block_main .pc .chara01 {
  left: -79px;
  top: 12px;
  z-index: 4;
}
.block_main .pc .chara02 {
  right: -132px;
  top: 518px;
  z-index: 4;
}
.block_main .pc .btn {
  bottom: 4%;
  right: -13%;
  z-index: 4;
  transition: filter 0.3s;
}
.block_main .pc .btn:hover {
  filter: brightness(150%);
}
@media screen and (max-width:767px) {
  .block_main .sp img {
    width: 100%;
  }
}
.block_main .slkBox {
  position: relative;
  padding: 20px 0;
  z-index: 2;
  background: #000;
}
@media screen and (max-width:767px) {
  .block_main .slkBox {
    padding: 4.6875vw 0 4.6875vw;
  }
}
.block_main .slkBox .slick-slide {
  width: 242px;
  position: relative;
}
.block_main .slkBox .slick-slide img {
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .block_main .slkBox .slick-slide {
    width: 46.875vw;
  }
}
.block_main .slkBox ul.slideBox li {
  margin-left: 12px;
}
@media screen and (max-width:767px) {
  .block_main .slkBox ul.slideBox li {
    margin-left: 2.34375vw;
  }
  .block_main .slkBox ul.slideBox li img {
    width: 54.6875vw;
    height: auto;
  }
}
.block_main .slkBox ul.slideBox li a::after {
  content: url("../images/lineup/icon.png");
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
}
.block_main .slkBox ul.slideBox li a:hover {
  transition: 0.4s;
  filter: brightness(150%);
}
@media screen and (max-width:767px) {
  .block_main .slkBox ul.slideBox .slick-arrow {
    top: 35%;
  }
}
.block_main .slkBox ul.slideBox .slick-dots {
  bottom: -12px;
}
@media screen and (max-width:767px) {
  .block_main .slkBox ul.slideBox .slick-dots {
    bottom: 0;
  }
}
.block_main .slkBox ul.slideBox .slick-dots li {
  width: 20px;
  height: 3px;
  border-radius: 0;
  margin: 0 2px;
}
@media screen and (max-width:767px) {
  .block_main .slkBox ul.slideBox .slick-dots li {
    width: 4.375vw;
    height: 0.78125vw;
  }
  .block_main .slkBox ul.slideBox .slick-dots li + li {
    margin-left: 1.09375vw;
  }
}
.block_main .slkBox ul.slideBox .slick-dots li.slick-active {
  background: #d8ba2e;
}
.block_intro {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/intro/bg.webp);
  background-position: 50%;
  color: #000000;
  position: relative;
}
.block_intro::after {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 1344px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
@media screen and (max-width:767px) {
  .block_intro::after {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .block_intro {
    padding: 6.25vw 0;
  }
}
.block_intro .l-wrap {
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .block_intro .l-wrap {
    padding: 0 4.6875vw;
  }
}
.block_intro .intro-title {
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 4rem;
  color: #ffffff;
  letter-spacing: -3px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .block_intro .intro-title {
    margin-bottom: 1.5625vw;
  }
}
.block_intro .intro-title span {
  color: #f4e37e;
}
@media screen and (max-width:767px) {
  .block_intro .intro-title {
    width: 100%;
    font-size: 2.3rem;
  }
}
.block_intro .intro-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap {
    margin-top: 0;
  }
}
.block_intro .intro-wrap .list li {
  list-style: disc;
}
.block_intro .intro-wrap .popular-item {
  padding-left: 187px;
  display: block;
  height: 70px;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  border-radius: 5px;
}
.block_intro .intro-wrap .popular-item:hover {
  opacity: 0.8;
}
.block_intro .intro-wrap .popular-item:after {
  content: "";
  display: block;
  width: 11px;
  height: 19px;
  background-image: url("../images/intro/arrow-more.webp");
  position: absolute;
  top: 37%;
  left: 32%;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .popular-item:after {
    top: 42%;
    left: 35%;
  }
}
.block_intro .intro-wrap .popular-item.show:after {
  transform: rotate(-90deg);
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .popular-item {
    font-size: 1.7rem;
    height: 12.5vw;
    padding-left: 35.9375vw;
  }
}
.block_intro .intro-wrap .popular-item:hover {
  cursor: pointer;
}
.block_intro .intro-wrap .intro-item-contents {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .intro-item-contents {
    gap: 0;
    flex-direction: column;
    align-items: center;
    margin-top: 4.6875vw;
  }
}
.block_intro .intro-wrap .intro-item-contents .intro-item-contents__left {
  flex: 1;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .intro-item-contents .intro-item-contents__left {
    display: contents;
  }
}
.block_intro .intro-wrap .intro-item-contents .intro-item-contents__left .intro-item-contents__left__p01 {
  margin-bottom: 20px;
  font-family: "Noto Serif JP";
  font-size: 3rem;
  color: #f4e37e;
  font-weight: bold;
  line-height: 1.3;
  margin-right: -1em;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .intro-item-contents .intro-item-contents__left .intro-item-contents__left__p01 {
    font-size: 2.2rem;
    text-align: center;
  }
}
.block_intro .intro-wrap .intro-item-contents .intro-item-contents__left .intro-item-contents__left__p02 {
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 1.8;
}
.block_intro .intro-wrap .intro-item-contents .intro-item-contents__left .corection-group {
  background-color: #ffffff;
  padding: 20px 25px 30px;
  color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .intro-item-contents .intro-item-contents__left .corection-group {
    order: 2;
    margin-top: 4.84375vw;
    padding: 4.6875vw 3.125vw 4.6875vw;
  }
}
.block_intro .intro-wrap .intro-item-contents .intro-item-contents__left .corection-group .dummy {
  margin: 18px 0;
  height: 150px;
  background-color: #ffffff;
}
.block_intro .intro-wrap .intro-item-contents .intro-item-contents__left .corection-group .crct-first {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .intro-item-contents .intro-item-contents__left .corection-group .crct-first {
    font-size: 1.5rem;
  }
}
.block_intro .intro-wrap .intro-item-contents .intro-item-contents__left .corection-group .crct-scnd {
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .intro-item-contents .intro-item-contents__left .corection-group .crct-scnd {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .intro-item-contents .intro-item-contents__right {
    width: 100%;
    order: 1;
  }
}
.block_intro .intro-wrap .intro-item-contents .intro-item-contents__right img {
  width: 100%;
}
.block_intro .intro-wrap .title {
  padding: 10px 0;
  margin-bottom: 30px;
  background-image: linear-gradient(90deg, rgb(221, 0, 127), rgb(34, 32, 136) 53%, rgb(221, 0, 127));
  color: #ffffff;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  display: block;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .title {
    margin: 0 -3.125vw;
    margin-bottom: 6.25vw;
    font-size: 4.8vw;
  }
}
.block_intro .intro-wrap .annotation {
  margin-bottom: 30px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .annotation {
    font-size: 3.75vw;
    margin-bottom: 4.6875vw;
  }
}
.block_intro .intro-wrap .series-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  row-gap: 40px;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .series-contents {
    grid-template-columns: 1fr 1fr;
    row-gap: 6.25vw;
  }
}
.block_intro .intro-wrap .series-contents .box-wrap {
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.block_intro .intro-wrap .series-contents .box-wrap:hover img {
  transform: scale(1.05);
}
.block_intro .intro-wrap .series-contents .box-wrap img {
  transition: 0.3s;
  max-width: 95%;
}
.block_intro .intro-wrap .series-contents .box-wrap .box-title {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap .series-contents .box-wrap .box-title {
    margin-top: 3.125vw;
    font-size: 3.75vw;
  }
}
.block_intro .title {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 35px;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .block_intro .title {
    font-size: 4.7vw;
    font-feature-settings: "palt";
    text-align: center;
  }
}
.block_intro .explanation {
  color: #ffffff;
  display: flex;
  position: relative;
}
@media screen and (max-width:767px) {
  .block_intro .explanation {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:767px) {
  .block_intro .explanation::after {
    content: "";
    width: 110%;
    height: 30vw;
    display: block;
    background: linear-gradient(0deg, rgb(0, 0, 0) 40%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0);
  }
}
.block_intro .explanation .text-wrap {
  margin-right: 30px;
}
@media screen and (max-width:767px) {
  .block_intro .explanation .text-wrap {
    margin: 0;
    display: contents;
  }
}
.block_intro .explanation .text-wrap .text01 {
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .block_intro .explanation .text-wrap .text01 {
    margin-left: auto;
    font-size: 3.75vw;
    order: 2;
    flex: 1;
  }
}
.block_intro .explanation .text-wrap .text02 {
  font-size: 12px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .block_intro .explanation .text-wrap .text02 {
    margin-top: -20.3125vw;
    font-size: 2.8125vw;
    order: 3;
  }
}
.block_intro .explanation .main-img {
  max-width: 482px;
  width: 100%;
  margin-top: -160px;
}
@media screen and (max-width:767px) {
  .block_intro .explanation .main-sp-img {
    margin-left: -20vw;
    margin-right: 3vw;
    width: 61.71875vw;
    order: 1;
  }
}
.block_intro .intro-background-bottom {
  background: linear-gradient(to top, #000, #000 70%, #000 80%, transparent);
}
.block_intro .intro-background-bottom .inner {
  position: relative;
}
.block_intro .intro-background-bottom .btm-ph {
  margin-top: 75px;
}
@media screen and (max-width:767px) {
  .block_intro .intro-background-bottom .btm-ph {
    margin-top: 14.0625vw;
  }
}
.block_intro .intro-background-bottom .btm-ph p {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 3.2rem;
  color: #ffffff;
  position: absolute;
  top: 0%;
  left: 0%;
}
@media screen and (max-width:767px) {
  .block_intro .intro-background-bottom .btm-ph p {
    font-size: 2.4rem;
    top: -7.96875vw;
    left: 4.6875vw;
  }
}
.block_intro .intro-background-bottom .btm-ph p span {
  color: #f4e37e;
}
.block_intro .intro-background-bottom .intro-clearcase {
  padding-bottom: 100px;
  z-index: 99;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: -90px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .block_intro .intro-background-bottom .intro-clearcase {
    margin-top: -10.9375vw;
    padding-bottom: 10.9375vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
}
.block_intro .intro-background-bottom .intro-clearcase .clearcase-img {
  margin-top: -70px;
  margin-right: 44px;
  z-index: 100;
  position: relative;
}
@media screen and (max-width:767px) {
  .block_intro .intro-background-bottom .intro-clearcase .clearcase-img {
    width: 36.09375vw;
    height: 36.09375vw;
    margin-top: 4.84375vw;
    margin-right: 3.59375vw;
    order: 2;
  }
}
.block_intro .intro-background-bottom .intro-clearcase .clearcase-right {
  color: #ffffff;
}
@media screen and (max-width:767px) {
  .block_intro .intro-background-bottom .intro-clearcase .clearcase-right {
    display: contents;
  }
}
.block_intro .intro-background-bottom .intro-clearcase .clearcase-right .clearcase-right-01 {
  text-align: center;
  color: #f4e37e;
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  line-height: 2.3;
  position: relative;
}
.block_intro .intro-background-bottom .intro-clearcase .clearcase-right .clearcase-right-01::before {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  background-color: #f4e37e;
  position: absolute;
  bottom: -5px;
  left: -64px;
}
@media screen and (max-width:767px) {
  .block_intro .intro-background-bottom .intro-clearcase .clearcase-right .clearcase-right-01 {
    width: 100%;
    order: 1;
    border-bottom: 1px solid #f4e37e;
    font-size: 1.8rem;
  }
  .block_intro .intro-background-bottom .intro-clearcase .clearcase-right .clearcase-right-01::before {
    content: none;
  }
}
.block_intro .intro-background-bottom .intro-clearcase .clearcase-right .clearcase-right-02 {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .block_intro .intro-background-bottom .intro-clearcase .clearcase-right .clearcase-right-02 {
    order: 3;
    flex: 1;
    font-size: 1.5rem;
    letter-spacing: -0.6px;
  }
}
.block_intro .intro-background-bottom .intro-clearcase .clearcase-right .clearcase-right-03 {
  margin-top: 20px;
  margin-top: 10px;
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .block_intro .intro-background-bottom .intro-clearcase .clearcase-right .clearcase-right-03 {
    width: 100%;
    order: 4;
  }
}
.block_intro .intro-wrap01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap01 {
    margin-top: 7.03125vw !important;
    width: auto;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}
.block_intro .intro-wrap01.ver02 {
  margin-top: 100px;
}
.block_intro .intro-wrap01 .title {
  padding: 10px 0;
  margin-bottom: 30px;
  background-image: linear-gradient(90deg, rgb(208, 180, 15), rgb(240, 229, 158) 53%, rgb(208, 180, 15));
  color: #000000;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  display: block;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap01 .title {
    margin: 0 -3.125vw;
    margin-bottom: 4.6875vw;
    font-size: 6.25vw;
  }
}
.block_intro .intro-wrap01 .table-hidden {
  height: 300px;
  overflow-y: scroll;
  border-radius: 10px;
}
.block_intro .intro-wrap01 .list-table {
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  border-collapse: collapse;
}
.block_intro .intro-wrap01 .list-table tr:first-child .td01 {
  width: 49%;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap01 .list-table tr:first-child .td01 {
    width: auto;
  }
}
.block_intro .intro-wrap01 .list-table tr:first-child .td02 {
  width: 49%;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap01 .list-table tr:first-child .td02 {
    width: auto;
  }
}
.block_intro .intro-wrap01 .list-table tr:nth-child(odd) {
  background-color: #d6d6d6;
}
.block_intro .intro-wrap01 .list-table tr:nth-child(even) {
  background-color: #ffffff;
}
.block_intro .intro-wrap01 .list-table tr {
  border-bottom: #000 1px solid;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap01 .list-table tr {
    border-bottom: none;
  }
}
.block_intro .intro-wrap01 .list-table tr td {
  height: 80px;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .block_intro .intro-wrap01 .list-table tr td {
    height: 14.0625vw;
    padding: 2.34375vw 3.125vw;
    font-size: 3.75vw;
    display: block;
    border-bottom: #000 1px solid;
    line-height: 1.2;
  }
}
.block_intro .sp-slide {
  position: relative;
  z-index: 2;
}
.block_intro .sld_list .slid-li {
  padding: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .block_intro .sld_list .slid-li {
    padding: 1.5625vw;
  }
}
.slkBox {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .slkBox {
    padding: 4.6875vw 0 4.6875vw;
    width: 100vw;
    margin-left: -4.6875vw;
  }
}
.slkBox .slick-slide {
  width: 429px;
  position: relative;
}
.slkBox .slick-slide img {
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .slkBox .slick-slide {
    width: 67.5vw;
  }
}
.slkBox ul.slideBox li {
  margin-left: 30px;
}
@media screen and (max-width:767px) {
  .slkBox ul.slideBox li {
    margin-left: 2.34375vw;
  }
}
.slkBox ul.slideBox li a {
  text-decoration: none;
  color: #fff83d;
  text-align: center;
}
.slkBox ul.slideBox li a:hover {
  transition: 0.4s;
  filter: brightness(150%);
}
.slkBox ul.slideBox li a img {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .slkBox ul.slideBox li a img {
    margin-bottom: 1.5625vw;
  }
}
.slkBox ul.slideBox li a p:not(.slid-year) {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .slkBox ul.slideBox li a p:not(.slid-year) {
    font-size: 1.6rem;
  }
}
.slkBox ul.slideBox li a .slid-year {
  margin-top: 8px;
  color: #ffffff;
}
@media screen and (max-width:767px) {
  .slkBox ul.slideBox li a .slid-year {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  .slkBox ul.slideBox .slick-arrow {
    top: 35%;
  }
}
.slkBox ul.slideBox .slick-dots {
  bottom: -42px;
}
@media screen and (max-width:767px) {
  .slkBox ul.slideBox .slick-dots {
    bottom: 0;
  }
}
.slkBox ul.slideBox .slick-dots li {
  width: 20px;
  height: 3px;
  border-radius: 0;
  margin: 0 2px;
}
@media screen and (max-width:767px) {
  .slkBox ul.slideBox .slick-dots li {
    width: 4.375vw;
    height: 0.78125vw;
  }
  .slkBox ul.slideBox .slick-dots li + li {
    margin-left: 1.09375vw;
  }
}
.slkBox ul.slideBox .slick-dots li.slick-active {
  background: #d8ba2e;
}
.slick-next {
  right: 5%;
  top: 38%;
}
.slick-prev {
  left: 5%;
  top: 38%;
}
.slkBox ul.slideBox .slick-dots li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0px 4px;
}
.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9) !important;
  width: 60px;
  height: 60px;
  z-index: 1;
  transform: translate(0, 0);
  transition: 0.3s;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
.slick-arrow:before {
  content: "";
  width: 18px;
  height: 18px;
  border-left: 4px solid #ff0000;
  border-bottom: 4px solid #ff0000;
  opacity: 1;
}
.popular-group {
  height: 178px;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  overflow: hidden;
  position: relative;
  transition: height 0.3s;
}
.popular-group .list {
  display: grid;
  gap: 0.3em;
}
.popular-group .list li {
  padding-bottom: 0.3em;
  border-bottom: 1px dotted #CCC;
  font-weight: bold;
}
.popular-group .list li em {
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .popular-group .list li em {
    font-size: 1.2rem;
  }
}
.popular-group .list li.cpoy {
  font-weight: bold;
  padding: 0.5em 0;
}
.popular-group::after {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
}
.popular-group.show {
  height: auto;
}
.popular-group.show::after {
  background: none;
}
.popular-group span {
  margin-bottom: 10px;
  color: #730000;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .popular-group span {
    font-size: 1.9rem;
  }
}
.block_magazine {
  background: url("../images/magazine/bg.webp") 0 0;
  background-size: cover;
  padding: 80px 0 70px 0;
}
@media screen and (max-width:767px) {
  .block_magazine {
    padding: 8vw 0 8vw 0;
  }
}
.block_magazine h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  .block_magazine h2 {
    font-size: 6.25vw;
  }
}
.block_magazine h2 span {
  padding: 10px 30px;
  padding-bottom: 0;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width:767px) {
  .block_magazine h2 span {
    padding: 1.5625vw 4.6875vw;
  }
}
.block_magazine .next_txt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 30px 0 30px 0;
  color: #990000;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .block_magazine .next_txt {
    margin: 3vw 0 6vw 0;
    font-size: 3.75vw;
  }
}
.block_magazine .next_txt .tyuu {
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  .block_magazine .next_txt .tyuu {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width:767px) {
  .block_magazine .noice {
    text-align: center;
    margin-bottom: 5vw;
    color: #000;
    font-weight: bold;
  }
}
.block_magazine .im-mgz {
  position: relative;
  display: inline-block;
}
.block_magazine .im-mgz:after {
  content: "";
  display: inline-block;
  width: 141px;
  height: 38px;
  background-image: url(../images/search.webp);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 12px;
  left: 12px;
  background-size: 100%;
}
@media screen and (max-width:767px) {
  .block_magazine .im-mgz:after {
    width: 19vw;
    height: 5vw;
    left: 7%;
    bottom: 8%;
  }
}
.block_magazine .im-mgz img {
  box-shadow: 8px 7px 8px -5px #777777;
}
.block_magazine .note2 {
  text-align: center;
  color: #000;
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .block_magazine .note2 {
    font-size: 12px;
  }
}
.block_magazine .sld_mgz {
  padding-bottom: 40px;
}
.block_magazine .sld_mgz .band-top {
  position: relative;
}
.block_magazine .sld_mgz .band-top .band {
  width: 100%;
  height: 50px;
  padding-left: 25px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 0%;
  left: 0%;
  font-size: 23px;
  font-weight: 700;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .band-top .band {
    height: 7.8125vw;
    padding-left: 3.90625vw;
    font-size: 3.59375vw;
  }
}
.block_magazine .sld_mgz .band-top .band.no01 {
  background-image: linear-gradient(90deg, rgb(25, 41, 140), rgb(31, 126, 194) 50%, rgb(25, 41, 140));
}
.block_magazine .sld_mgz .band-top .band.no02 {
  background-image: linear-gradient(90deg, rgb(0, 109, 186), rgb(125, 206, 244) 50%, rgb(0, 109, 186) 100%, rgb(125, 206, 244) 50%);
}
.block_magazine .sld_mgz .band-top .band.no03 {
  background-image: linear-gradient(90deg, rgb(0, 154, 71), rgb(0, 173, 169) 45%, rgb(0, 154, 71));
}
.block_magazine .sld_mgz .band-top .band.no04 {
  background-image: linear-gradient(90deg, rgb(243, 155, 4), rgb(255, 240, 142) 45%, rgb(243, 155, 4));
}
.block_magazine .sld_mgz .band-top .band.no05 {
  background-image: linear-gradient(90deg, rgb(149, 6, 131), rgb(227, 0, 127) 45%, rgb(149, 6, 131));
}
.block_magazine .sld_mgz .band-top .band.no06 {
  background-image: linear-gradient(90deg, rgb(231, 18, 23), rgb(228, 0, 127) 45%, rgb(242, 153, 116));
}
.block_magazine .sld_mgz .slid-li {
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .slid-li {
    width: auto;
    padding: 2.34375vw;
  }
}
.block_magazine .sld_mgz .slick-track {
  display: flex;
}
.block_magazine .sld_mgz .slick-slide {
  height: auto !important;
}
.block_magazine .sld_mgz .slick-dots li {
  margin: 0 10px;
  background: #919191;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .slick-dots li {
    margin: 0 1.875vw;
  }
}
.block_magazine .sld_mgz .slick-dots li.slick-active {
  background: #fc0000;
}
.block_magazine .sld_mgz .in_ct {
  width: 685px;
  height: 100%;
  background-color: #e2e2e2;
  padding: 20px 25px 35px 25px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct {
    width: 85vw;
    margin: 0;
    padding: 3.125vw;
  }
}
.block_magazine .sld_mgz .in_ct .magazine-title {
  margin-left: 15px;
  font-size: 2.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct .magazine-title {
    font-size: 3.59375vw;
  }
}
.block_magazine .sld_mgz .in_ct .magazine-title::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-right: 10px;
  background-image: url("../images//magazine/icon-title.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.block_magazine .sld_mgz .in_ct img {
  max-width: 100%;
  max-height: 280px;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct img {
    max-height: 43.75vw;
  }
}
.block_magazine .sld_mgz .in_ct.is_no1 {
  background-color: #d3d3d4;
}
.block_magazine .sld_mgz .in_ct.is_no1 .im-cen {
  height: 280px;
  position: relative;
  justify-content: flex-start;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct.is_no1 .im-cen {
    height: 43.75vw;
  }
}
.block_magazine .sld_mgz .in_ct.is_no1 .im-cen .img01 {
  width: 70%;
}
.block_magazine .sld_mgz .in_ct.is_no1 .im-cen .img01.im-mgz:after {
  right: auto;
  top: 12px;
  left: 12px;
}
.block_magazine .sld_mgz .in_ct.is_no1 .im-cen .img02 {
  width: 70%;
  position: absolute;
  bottom: 0%;
  right: 0%;
}
@media (max-width: 580px) {
  .block_magazine .sld_mgz .in_ct.is_no1 .im-cen .img02 {
    width: 80%;
  }
}
.block_magazine .sld_mgz .in_ct.is_no2 {
  background-color: #d3d3d4;
}
.block_magazine .sld_mgz .in_ct.is_no3 {
  background-color: #d5daee;
}
.block_magazine .sld_mgz .in_ct.is_no4 {
  background-color: #fbdbc0;
}
.block_magazine .sld_mgz .in_ct.is_no4 .im-cen {
  height: 280px;
  position: relative;
  justify-content: flex-start;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct.is_no4 .im-cen {
    height: 43.75vw;
  }
}
.block_magazine .sld_mgz .in_ct.is_no4 .im-cen .img04 {
  width: 55%;
}
.block_magazine .sld_mgz .in_ct.is_no4 .im-cen .img04.im-mgz:after {
  right: auto;
  top: 20px;
  left: 20px;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct.is_no4 .im-cen .img04.im-mgz:after {
    top: 9px;
    left: 8px;
  }
}
.block_magazine .sld_mgz .in_ct.is_no4 .im-cen .img05 {
  width: 55%;
  position: absolute;
  bottom: 0%;
  right: 0%;
}
.block_magazine .sld_mgz .in_ct.is_no5 {
  background-color: #fbdbc0;
}
.block_magazine .sld_mgz .in_ct.is_no6 {
  background-color: #fbdbc0;
}
.block_magazine .sld_mgz .in_ct.is_no7 {
  background-color: #e1e4e9;
}
.block_magazine .sld_mgz .in_ct.is_no8 {
  background-color: #e1e4e9;
}
.block_magazine .sld_mgz .in_ct.is_no9 {
  background-color: #ebd3b7;
}
.block_magazine .sld_mgz .in_ct.is_no10 {
  background-color: #f0eac9;
}
.block_magazine .sld_mgz .in_ct.is_no11 {
  background-color: #d7e6e2;
}
.block_magazine .sld_mgz .in_ct.is_no12 {
  background-color: #e1e0f0;
}
.block_magazine .sld_mgz .in_ct.is_no13 {
  background-color: #f6edcb;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct + .in_ct {
    margin-top: 0vw;
    width: 95vw;
  }
}
.block_magazine .sld_mgz .in_ct dt {
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
.block_magazine .sld_mgz .in_ct .im-cen {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct .im-cen {
    align-items: flex-start;
  }
}
.block_magazine .sld_mgz .in_ct dd {
  padding: 0 10px;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct dd {
    padding: 0 2vw;
  }
}
.block_magazine .sld_mgz .in_ct dd .cap {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ffd200;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct dd .cap {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.block_magazine .sld_mgz .in_ct dd .two_img {
  width: 100%;
  height: 357px;
  position: relative;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct dd .two_img {
    height: auto;
  }
}
.block_magazine .sld_mgz .in_ct dd .two_img a {
  position: absolute;
  width: 360px;
  height: 245px;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct dd .two_img a {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.block_magazine .sld_mgz .in_ct dd .two_img a:nth-child(1) {
  left: 0;
  bottom: 0;
}
.block_magazine .sld_mgz .in_ct dd .two_img a:nth-child(1)::after {
  right: auto;
  left: 20px;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct dd .two_img a:nth-child(1)::after {
    left: auto;
    right: 3%;
  }
}
.block_magazine .sld_mgz .in_ct dd .two_img a:nth-child(2) {
  right: 0;
  top: 0;
}
.block_magazine .sld_mgz .in_ct a {
  display: inline-block;
}
.block_magazine .sld_mgz .in_ct p {
  font-size: 1.6rem;
  margin: 10px 0 0px 0;
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct p {
    margin: 2vw 0 0vw 0;
    line-height: 1.6;
  }
}
.block_magazine .sld_mgz .in_ct .img {
  text-align: center;
}
.block_magazine .sld_mgz .in_ct .img:hover {
  filter: brightness(1.2);
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .in_ct .acrd1-02_img::after {
    bottom: 5%;
  }
}
.block_magazine .sld_mgz .slick-arrow {
  top: 40%;
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.block_magazine .sld_mgz .slick-arrow::before {
  border-left: 4px solid #fff103;
  border-bottom: 4px solid #fff103;
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .slick-arrow.slick-next {
    right: 2vw;
  }
}
@media screen and (max-width:767px) {
  .block_magazine .sld_mgz .slick-arrow.slick-prev {
    left: 2vw;
  }
}
.block_detail {
  background: url("../images/detail/bg.webp") 0 0 no-repeat;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width:767px) {
  .block_detail {
    padding: 8vw 0;
  }
}
.block_detail .top-view h2.ttl {
  font-size: 4rem;
  color: #fed900;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .block_detail .top-view h2.ttl {
    font-size: 2.8rem;
  }
}
.block_detail .top-view .next-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  margin: 20px 0 50px 0;
}
@media screen and (max-width:767px) {
  .block_detail .top-view .next-ttl {
    text-align: left;
    font-size: 1.6rem;
    margin: 3vw 0 10vw 0;
  }
}
.block_detail .top-view .fl-size {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease-in-out;
}
.block_detail .top-view .fl-size li {
  display: none;
}
.block_detail .top-view .fl-size li.show-car {
  display: block;
}
@media screen and (max-width:767px) {
  .block_detail .top-view .fl-size li img {
    width: 90vw;
    height: auto;
  }
}
.block_detail .top-view .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .block_detail .top-view .tab {
    margin-top: 8vw;
    justify-content: space-between;
  }
}
.block_detail .top-view .tab li {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  background: #fff;
  width: 225px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.block_detail .top-view .tab li:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  .block_detail .top-view .tab li {
    width: 31%;
    height: 9vw;
    font-size: 1.8rem;
  }
}
.block_detail .top-view .tab li:nth-child(2) {
  margin: 0 15px;
}
@media screen and (max-width:767px) {
  .block_detail .top-view .tab li:nth-child(2) {
    margin: 0;
  }
}
.block_detail .top-view .tab li.show_tab {
  color: #fff;
  background: #d0121b;
}
.block_detail .model {
  margin-top: 20px;
  color: #fff;
  padding: 5px;
  text-align: center;
  max-width: 550px;
  margin: 20px auto;
  box-sizing: border-box;
}
.block_detail .last-box-t {
  max-width: 550px;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
  color: #000;
  width: 100%;
  text-align: left;
  line-height: 2;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  border: 1px solid #fff;
}
@media screen and (max-width:767px) {
  .block_detail .last-box-t {
    border-left: 0;
    border-right: 0;
  }
}
@media screen and (max-width:767px) {
  .block_detail .last-box-t {
    border-radius: 0;
    margin: 6vw 0 0 0;
  }
}
.block_detail .last-box-t p {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 15px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .block_detail .last-box-t p {
    padding: 2vw;
    font-size: 1.4rem;
  }
}
.block_detail .last-box-t p span {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .block_detail .last-box-t p span {
    font-size: 1.6rem;
  }
}
.block_detail .bot-gimic {
  max-width: 980px;
  margin: 100px auto 0 auto;
}
@media screen and (max-width:767px) {
  .block_detail .bot-gimic {
    margin-top: 8vw;
    max-width: unset;
  }
}
.block_detail .bot-gimic .fl-clickcar {
  display: flex;
  position: relative;
}
@media screen and (max-width:767px) {
  .block_detail .bot-gimic .fl-clickcar {
    display: block;
  }
}
.block_detail .bot-gimic .fl-clickcar dt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .block_detail .bot-gimic .fl-clickcar dt {
    position: static;
  }
}
.block_detail .bot-gimic .fl-clickcar dt .capt span {
  font-size: 2.6rem;
  font-weight: bold;
  background: #540004;
  padding: 8px 10px 10px 18px;
}
@media screen and (max-width:767px) {
  .block_detail .bot-gimic .fl-clickcar dt .capt span {
    display: block;
    width: 100%;
    font-size: 2rem;
    padding: 2vw 1vw;
    text-align: center;
  }
}
.block_detail .bot-gimic .fl-clickcar dt .noice {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fed900;
  margin: 15px 0;
}
@media screen and (max-width:767px) {
  .block_detail .bot-gimic .fl-clickcar dt .noice {
    justify-content: center;
    margin: 3vw 0;
  }
}
.block_detail .bot-gimic .fl-clickcar dt .noice::before {
  content: "";
  display: inline-block;
  background: url("../images/detail/click.webp") 0 0 no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 5px;
}
@media screen and (max-width:767px) {
  .block_detail .bot-gimic .fl-clickcar dt .noice::before {
    margin-right: 1vw;
  }
}
.block_detail .bot-gimic .fl-clickcar dt p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  .block_detail .bot-gimic .fl-clickcar dt p {
    font-size: 1.6rem;
    margin: 0 3vw;
  }
}
.block_detail .bot-gimic .fl-clickcar dt p em {
  color: #fed900;
}
.block_detail .bot-gimic .fl-clickcar dd {
  margin-top: -100px;
  right: -40px;
  position: relative;
}
@media screen and (max-width:767px) {
  .block_detail .bot-gimic .fl-clickcar dd {
    margin-top: 0vw;
    right: 0vw;
  }
}
.block_detail .bot-gimic .fl-clickcar dd .list-click li {
  position: absolute;
  z-index: 5;
  transition: 0.2s;
  animation: click-ic 1.2s ease-in-out alternate infinite;
}
.block_detail .bot-gimic .fl-clickcar dd .list-click li:hover {
  transform: scale(1.2);
  opacity: 1 !important;
}
.block_detail .bot-gimic .fl-clickcar dd .list-click li img {
  transition: 0.2s;
}
@media screen and (max-width:767px) {
  .block_detail .bot-gimic .fl-clickcar dd .list-click li img {
    width: 6vw;
    height: 6vw;
  }
}
.block_detail .bot-gimic .fl-clickcar dd .list-click li:nth-child(1) {
  top: 27%;
  right: 37%;
}
.block_detail .bot-gimic .fl-clickcar dd .list-click li:nth-child(2) {
  top: 30%;
  right: 15%;
}
.block_detail .bot-gimic .fl-clickcar dd .list-click li:nth-child(3) {
  top: 50%;
  right: 54%;
}
.block_detail .bot-gimic .fl-clickcar dd .list-click li:nth-child(4) {
  top: 70%;
  left: 15%;
}
.block_detail .bot-gimic .fl-clickcar dd .list-click li:nth-child(5) {
  top: 60%;
  left: 25%;
}
.block_detail .bot-gimic .fl-clickcar dd .list-click li:nth-child(6) {
  top: 35%;
  right: 25%;
}
.block_detail .bot-gimic .fl-clickcar dd .list-click li:nth-child(7) {
  top: 45%;
  right: 31%;
}
.block_detail .bot-gimic .fl-clickcar dd .list-click li:nth-child(8) {
  top: 46%;
  right: 14%;
}
.block_detail .bot-gimic .sm-noice {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .block_detail .bot-gimic .sm-noice {
    margin: 2vw 0 3vw 0;
  }
}
.block_detail .fl-last-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgb(63, 0, 2) 40%, rgb(255, 255, 255) 40%);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 30px;
}
@media screen and (max-width:767px) {
  .block_detail .fl-last-box {
    padding: 0;
    background: linear-gradient(180deg, rgb(63, 0, 2) 21%, rgb(255, 255, 255) 21%);
    display: block;
    margin-top: 6vw;
  }
}
@media screen and (max-width:767px) {
  .block_detail .fl-last-box .in {
    padding: 0 4vw 4vw 4vw;
  }
}
@media screen and (max-width:767px) {
  .block_detail .fl-last-box .txt {
    margin-bottom: 4vw;
  }
}
.block_detail .fl-last-box .txt .big {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .block_detail .fl-last-box .txt .big {
    background-color: #3f0002;
    font-size: 1.7rem;
    padding: 4vw;
  }
}
.block_detail .fl-last-box .txt .im-t {
  margin: 50px 0 20px 0;
}
@media screen and (max-width:767px) {
  .block_detail .fl-last-box .txt .im-t {
    margin: 6.25vw 0 3.125vw 0;
  }
}
@media screen and (max-width:767px) {
  .block_detail .fl-last-box .txt .img {
    padding-bottom: 4vw;
  }
}
.block_detail .fl-last-box .txt p {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width:767px) {
  .block_detail .fl-last-box .txt p {
    font-size: 1.6rem;
  }
}
@keyframes click-ic {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block_detail .detail-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 95px;
}
.block_detail .detail-wrap .title {
  padding: 10px 0;
  margin-bottom: 30px;
  background-color: rgb(255, 208, 0);
  color: #000000;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  display: block;
}
.block_detail .detail-wrap .table-hidden {
  height: 300px;
  overflow-y: scroll;
  border-radius: 10px;
}
.block_detail .detail-wrap .list-table {
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  border-collapse: collapse;
}
.block_detail .detail-wrap .list-table tr:first-child .td01 {
  width: 50%;
}
.block_detail .detail-wrap .list-table tr:first-child .td02 {
  width: 50%;
}
.block_detail .detail-wrap .list-table tr:nth-child(odd) {
  background-color: #d6d6d6;
}
.block_detail .detail-wrap .list-table tr:nth-child(even) {
  background-color: #ffffff;
}
.block_detail .detail-wrap .list-table tr {
  border-bottom: #000 1px solid;
}
.block_detail .detail-wrap .list-table tr td {
  padding: 10px 20px;
}
.block_detail .sld_list .slid-li {
  width: 240px;
  display: flex;
  justify-content: center;
}
.detail-modal.modaal-inline .modaal-container {
  max-width: none;
  width: 80vw;
  max-width: 1000px;
}
.detail-modal.modaal-inline .modaal-container ul {
  background-color: #393939;
  padding: 20px 15px;
}
@media screen and (max-width:767px) {
  .detail-modal.modaal-inline .modaal-container ul {
    background-color: transparent;
    padding: 0;
  }
}
.detail-modal.modaal-inline .modaal-container .in {
  display: flex;
  width: 80vw;
  justify-content: center;
  max-width: 970px;
  gap: 20px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width:767px) {
  .detail-modal.modaal-inline .modaal-container .in {
    gap: 0;
    width: 100%;
    flex-direction: column;
  }
}
.detail-modal.modaal-inline .modaal-container .in .cont {
  width: 48%;
}
.detail-modal.modaal-inline .modaal-container .in .cont.ac {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
@media screen and (max-width:767px) {
  .detail-modal.modaal-inline .modaal-container .in .cont.ac {
    padding: 0;
  }
}
.detail-modal.modaal-inline .modaal-container .in .cont img {
  border: 1px solid #fff;
}
@media screen and (max-width:767px) {
  .detail-modal.modaal-inline .modaal-container .in .cont {
    width: 100%;
  }
}
.detail-modal.modaal-inline .modaal-container .in .cont p {
  margin-top: 1em;
  padding-bottom: 2em;
}
.block_number {
  position: relative;
  padding: 70px 0;
  color: #fff;
  background-image: url("../images/num/bg.webp");
  background-size: cover;
  background-position: 50% 0%;
  /* モーダル内のナビゲーションボタン */
  /*-------------------------------------------*/
}
@media screen and (max-width:767px) {
  .block_number {
    background-color: #f0d5a4;
    background-repeat: no-repeat;
    padding: 4vw 0;
  }
  .block_number .inner {
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .block_number .inner {
    max-width: 1100px;
  }
}
.block_number .ttl {
  margin-bottom: 35px;
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  background-image: url("../images/num/title.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.2;
  font-family: "Noto Serif JP", "Times New Roman", serif;
}
@media screen and (max-width:767px) {
  .block_number .ttl {
    margin-bottom: 5.46875vw;
    font-size: 6.25vw;
    background-image: url("../images/num/title-sp.webp");
  }
}
.block_number .ttl .main-ttl {
  padding: 18px 0;
  display: block;
}
@media screen and (max-width:767px) {
  .block_number .ttl .main-ttl {
    font-size: 4.21875vw;
  }
}
.block_number .ttl .main-ttl .red {
  color: #ff1212;
  font-size: 5rem;
}
@media screen and (max-width:767px) {
  .block_number .ttl .main-ttl .red {
    font-size: 5.3125vw;
  }
}
.block_number .title-detail {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
@media screen and (max-width:767px) {
  .block_number .title-detail {
    margin-bottom: 6.25vw;
    padding: 0 6.25vw;
    font-size: 3.75vw;
    text-align: left;
  }
}
.block_number .lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 40px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width:767px) {
  .block_number .lead {
    font-size: 3.75vw;
    margin-top: 2.34375vw;
    padding: 1.5625vw 0 6.25vw 0;
  }
}
@media screen and (max-width:767px) {
  .block_number .spScrlX {
    margin-bottom: 4.6875vw;
  }
}
.block_number .numBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .block_number .numBox {
    margin-bottom: 35px;
  }
}
@media screen and (max-width:767px) {
  .block_number .numBox {
    padding: 0 5.46875vw 3.125vw;
    gap: 1.5625vw;
  }
}
.block_number .numBox a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .block_number .numBox a {
    width: 18%;
  }
}
@media screen and (max-width:767px) {
  .block_number .numBox a {
    width: 30%;
  }
}
.block_number .numBox a .num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  background-color: #000000;
  height: 50px !important;
}
@media screen and (min-width: 767px) {
  .block_number .numBox a .num {
    height: 0px;
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .block_number .numBox a .num {
    padding: 1.5625vw;
    height: auto !important;
    font-size: 3.4375vw;
  }
}
.block_number .numBox a .num.num01 {
  background-color: #c7000c;
}
.block_number .numBox a .num.num02 {
  background-color: #004486;
}
.block_number .numBox a .num.num03 {
  background-color: #335a26;
}
.block_number .numBox a .num.num04 {
  background-color: #e38b16;
}
.block_number .numBox a .num.num05 {
  background-color: #b5b9cc;
}
.block_number .numBox a .img {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .block_number .numBox a .img {
    margin-top: 3vw;
  }
}
.block_number .numBox a .img img {
  width: 100%;
  transition: 0.3s;
  height: auto;
}
.block_number .numBox a:hover .img img {
  transform: scale(1.05);
}
.block_number .numBox a .name {
  margin: 10px 0 15px 0;
  font-size: 22px;
  color: #000000;
}
@media screen and (max-width:767px) {
  .block_number .numBox a .name {
    margin: 1.5625vw 0 2.34375vw 0;
    font-size: 3.75vw;
  }
}
@media screen and (max-width:767px) {
  .block_number .numBox .lineup-plan {
    width: 30%;
    margin-top: 9.375vw;
    display: block;
    font-size: 3.75vw;
    font-weight: 700;
    color: #000000;
  }
}
@media screen and (max-width:767px) {
  .block_number .numBox .lineup-plan .kome {
    font-size: 2.65625vw;
    font-weight: 400;
  }
}
.block_number .nextplan {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.block_number .toNext {
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width:767px) {
  .block_number .toNext {
    font-size: 2.8125vw;
  }
}
.block_number .toNext span {
  font-size: 2.7rem;
}
.block_number .toNext small {
  display: block;
}
.block_number #modal-content {
  position: relative;
}
.block_number .click-tyuu {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width:767px) {
  .block_number .click-tyuu {
    margin-bottom: 3.90625vw;
    font-size: 3.90625vw;
  }
}
.block_number .btn-area {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .block_number .btn-area {
    display: none !important;
  }
}
.block_number .btn-area .btn-area_li {
  flex: 1;
  display: flex;
  justify-content: center;
}
.block_number .btn-area .btn-area_li .change-btn {
  max-width: 175px;
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #000;
  color: #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}
.block_number .btn-area .btn-area_li .change-btn:hover {
  opacity: 0.6;
}
.block_number .btn-area .btn-area_li.show_tab .change-btn {
  background-color: #ffffff;
  color: #990000;
  position: relative;
}
.block_number .btn-area .btn-area_li.show_tab .change-btn::after {
  content: "";
  width: 13px;
  height: 11px;
  background-image: url("../images/num/arrow-bottom.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, 0);
}
.block_number .intro-car-area {
  color: #000000;
}
@media screen and (max-width:767px) {
  .block_number .intro-car-area .car-area_li {
    display: block !important;
    border-bottom: #ffffff 1px solid;
  }
}
@media screen and (max-width:767px) {
  .block_number .intro-car-area .car-area_li.bor-none {
    border: none;
  }
}
.block_number .intro-car-area .car-area_li .gallery-item::after {
  content: "";
  display: inline-block;
  width: 6.25vw;
  height: 3.75vw;
  background-image: url("../images/num/close.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .block_number .intro-car-area .car-area_li .gallery-item {
    padding: 10px 30px;
    background-color: #000000;
    color: #ffffff;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    font-size: 4.375vw;
  }
}
.block_number .intro-car-area .car-area_li .gallery-item.show::after {
  content: "";
  display: inline-block;
  width: 6.25vw;
  height: 3.75vw;
  background-image: url("../images/num/open.webp");
}
@media screen and (max-width:767px) {
  .block_number .intro-car-area .car-area_li .gallery-item.show + .series {
    display: block !important;
  }
}
.block_number .intro-car-area .car-area_li .series {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .block_number .intro-car-area .car-area_li .series {
    padding: 4.6875vw;
    display: none !important;
    border-radius: 0;
  }
}
.block_number .intro-car-area .car-area_li .series .region {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #990000;
}
.block_number .intro-car-area .car-area_li .series .region::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #990000;
}
@media screen and (max-width:767px) {
  .block_number .intro-car-area .car-area_li .series .region {
    display: none;
  }
}
.block_number .intro-car-area .car-area_li .series .gallery {
  margin-bottom: 40px;
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width:767px) {
  .block_number .intro-car-area .car-area_li .series .gallery {
    gap: 3.125vw;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:767px) {
  .block_number .intro-car-area .car-area_li .series .gallery li {
    width: 30%;
  }
}
.block_number .intro-car-area .car-area_li .series .gallery li img {
  margin-bottom: 10px;
}
.block_number .intro-car-area .car-area_li .series .gallery li p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .block_number .intro-car-area .car-area_li .series .gallery li p {
    font-size: 2.8125vw;
  }
}
.block_number .intro-car-area .car-area_li .series .list {
  padding: 20px;
  border-radius: 5px;
  background-color: #eedab4;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .block_number .intro-car-area .car-area_li .series .list {
    padding: 3.125vw;
    font-size: 3.4375vw;
  }
}
.block_teiki {
  color: #000;
}
.block_teiki .preBox {
  margin-bottom: 26px;
}
@media screen and (max-width:767px) {
  .block_teiki .preBox {
    margin-bottom: 6.09375vw;
  }
}
.block_teiki .preBox .tyuu {
  margin-top: 10px;
  color: #000000;
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .block_teiki .preBox .tyuu {
    text-align: left;
    font-size: 2.8125vw;
    letter-spacing: -0.1rem;
  }
}
.block_teiki .txtPre {
  margin-bottom: 17px;
}
@media screen and (max-width:767px) {
  .block_teiki .txtPre {
    margin-bottom: 2.65625vw;
  }
}
.block_teiki .bg {
  padding: 50px 0 60px;
  background: url("../images/teiki/bg.webp?v2");
  background-position: 50%;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .block_teiki .bg {
    padding: 4.6875vw 0 7.8125vw;
  }
}
.block_teiki .notes {
  font-size: 1.2rem;
  margin-top: 1em;
}
@media screen and (max-width:767px) {
  .block_teiki .notes {
    margin-top: 2.8125vw;
  }
}
.block_teiki .priceBox {
  margin: 35px 0;
  text-align: center;
}
@media screen and (max-width:767px) {
  .block_teiki .priceBox {
    margin: 2vw 0 2.96875vw 0;
  }
}
.block_teiki .mgz-case {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .block_teiki .mgz-case {
    padding: 0vw 3.90625vw;
  }
}
.block_teiki .teikiPre {
  text-align: center;
}
.block_teiki .teikiPre > .btnBox {
  margin-bottom: 17px;
}
@media screen and (max-width:767px) {
  .block_teiki .teikiPre > .btnBox {
    margin-bottom: 2.03125vw;
  }
}
.block_teiki .teikiBottom .inner .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767px) {
  .block_teiki .teikiBottom .inner .box {
    display: block;
  }
}
.block_teiki .teikiBottom .inner .copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}
.block_teiki .teikiBottom .inner .copyright .txt {
  font-size: 1.1rem;
}
@media screen and (max-width:767px) {
  .block_teiki .teikiBottom .inner .copyright .txt {
    font-size: 1rem;
  }
}
.block_teiki .teikiBottom .inner .copyright .img {
  margin: 50px 0;
}
@media screen and (max-width:767px) {
  .block_teiki .teikiBottom .inner .copyright .img {
    margin: 5vw 0;
  }
  .block_teiki .teikiBottom .inner .copyright .img img {
    height: 7vw;
    width: auto;
  }
}
.block_teiki .teikiBottom .inner .copyright .logo-smc {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .block_teiki .teikiBottom .inner .copyright .logo-smc {
    margin-top: 4vw;
  }
  .block_teiki .teikiBottom .inner .copyright .logo-smc img {
    height: 13vw;
    width: auto;
  }
}
.block_teiki .teikiBottom .inner .last {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .block_teiki .teikiBottom .inner .last {
    margin-top: 5vw;
    font-size: 1.4rem;
  }
}
.block_teiki .teikiBottom .inner .bnSprt {
  position: fixed;
  left: 0px;
  bottom: 30px;
  z-index: 1000;
}
@media screen and (max-width:767px) {
  .block_teiki .teikiBottom .inner .bnSprt {
    margin-top: 4.6875vw;
    position: static;
  }
}
.block_teiki .teikiBottom .inner .bnSprt a {
  display: block;
  transition: opacity 0.3s;
}
.block_teiki .teikiBottom .inner .bnSprt a:hover {
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .block_teiki .teikiBottom .inner .bnSprt a img {
    width: 100%;
  }
}
.block_teiki .teikiBottom .ftTxt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .block_teiki .teikiBottom .ftTxt {
    font-size: 2.8125vw;
    margin-bottom: 4.53125vw;
    text-align: center;
    line-height: 1.6;
  }
}
.block_teiki .teikiBottom .offer {
  font-size: 1.4rem;
  font-weight: 400;
}
.block_teiki .teikiBottom .copy {
  margin-top: 30px;
  text-align: center;
  font-family: "小塚ゴシック Pr6N";
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 700;
}
.block_teiki .teikiBottom .btnFaq {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .block_teiki dl.box_tk {
    margin-top: 4vw;
  }
}
.block_teiki dl.box_tk .s_but-sp {
  background-color: #494643;
  color: #fff100;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.5;
  padding: 2vw 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block_teiki dl.box_tk .s_but-sp::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 3vw;
  border-top: 3px solid #fff100;
  border-right: 3px solid #fff100;
  transform: rotate(135deg);
  margin-right: 1vw;
}
.block_teiki dl.box_tk .s_but-sp.move_ar::after {
  transform: rotate(-45deg);
}
.block_teiki dl.box_tk .last_box {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
  background: #494643;
  padding: 30px;
  color: #fff;
}
@media screen and (max-width:767px) {
  .block_teiki dl.box_tk .last_box {
    background: linear-gradient(180deg, rgb(197, 195, 194) 40%, rgb(179, 175, 175) 91%);
    display: none;
    margin-top: 0;
    padding: 0 0 5vw 0;
    color: #000;
  }
}
.block_teiki dl.box_tk .last_box .txt {
  width: 60%;
  text-align: left;
}
@media screen and (max-width:767px) {
  .block_teiki dl.box_tk .last_box .txt {
    width: 92%;
    padding: 4vw 4vw 0 4vw;
  }
}
.block_teiki dl.box_tk .last_box .txt .cap {
  font-size: 2.2rem;
  color: #fff100;
  font-weight: bold;
}
.block_teiki dl.box_tk .last_box .txt p {
  line-height: 1.65;
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .block_teiki dl.box_tk .last_box .txt p {
    font-size: 2.2rem;
    margin-top: 0;
  }
}
.block_teiki dl.box_tk .last_box .r_im {
  width: 35%;
}
@media screen and (max-width:767px) {
  .block_teiki dl.box_tk .last_box .r_im {
    width: 100%;
  }
}
.block_teiki dl.box_tk .last_box .r_im small {
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .block_teiki dl.box_tk .last_box .r_im small {
    color: #000;
    margin-top: 2vw;
    font-size: 1.4rem;
  }
}
/*---------- ヘッダーのSNS ----------*/
.hdSnsBtn {
  width: 62px;
  height: 62px;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}
.hdSnsBtn:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  .hdSnsBtn {
    width: 12vw;
    height: 12vw;
    right: 12vw;
  }
  .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: -100vw;
  border-radius: 5px 0 0 5px;
  transition: 0.3s;
  display: flex;
}
.hdSns .hdSnsList img {
  width: auto;
  height: auto;
}
@media screen and (max-width:767px) {
  .hdSns .hdSnsList {
    padding: 3vw 13vw 3vw 3vw;
  }
  .hdSns .hdSnsList img {
    width: 10vw;
    max-width: none;
    height: auto;
  }
}
.hdSns .hdSnsList.show {
  right: 0;
}
.hdSns .hdSnsList li + li {
  margin-left: 10px;
}
/*---------- 帯 ----------*/
.naviArea {
  background-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-color: #fdd000;
  position: fixed;
  top: 0px;
  right: -400px;
  border-radius: 5px;
  z-index: 10002;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .naviArea {
    top: 0;
  }
}
.naviArea li {
  font-size: 1.4rem;
}
.naviArea li + li {
  border-top: 1px solid #fdd000;
}
@media screen and (max-width:767px) {
  .naviArea li {
    font-size: 1.6rem;
  }
}
.naviArea li a {
  display: block;
  padding: 0.7142857143em 0.7142857143em 0.7142857143em 1.6428571429em;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
.naviArea li a:hover {
  opacity: 0.6;
}
.naviArea li a:before {
  content: "";
  display: block;
  width: 0.4285714286em;
  height: 0.4285714286em;
  margin: auto;
  border-bottom: 0.1428571429em solid #ff0000;
  border-right: 0.1428571429em solid #ff0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.7142857143em;
  transform: translate(-0.1428571429em, 0.0714285714em) rotate(-45deg);
}
.naviArea li a[target=_blank]::after {
  content: "";
  background: url("../images/external-link.webp") 0 0 no-repeat;
  display: inline-block;
  background-size: contain;
  width: 11px;
  height: 11px;
  margin-left: 5px;
}
@media screen and (max-width:767px) {
  .naviArea li a[target=_blank]::after {
    margin-left: 2vw;
  }
}
.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: 1.6rem;
    text-align: left;
  }
}
.clsNav > * {
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .clsNav > * {
    padding-top: 0;
  }
}
.clsNav b {
  padding-right: 5px;
  font-size: 1.2857142857em;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .clsNav b {
    padding-right: 0.78125vw;
  }
}
.naviArea2 {
  position: fixed;
  top: 63px;
  right: 0px;
  z-index: 888;
}
@media screen and (max-width:767px) {
  .naviArea2 {
    top: 0vw;
  }
}
.naviArea2 .menuShow {
  display: block;
  width: 62px;
  height: 62px;
  transition: opacity 0.3s;
}
.naviArea2 .menuShow:hover {
  opacity: 0.5;
}
.naviArea2 .menuShow img {
  background-color: #000;
}
@media screen and (max-width:767px) {
  .naviArea2 .menuShow {
    width: 12vw;
    height: 12vw;
  }
  .naviArea2 .menuShow img {
    width: 12vw;
    height: 12vw;
  }
}
@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.webp);
  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.webp);
  color: #dae535;
}
.naviAreaSp {
  display: none;
}
/*---------- 帯 ----------*/
.navObi {
  background-color: #e60012;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.navObi.fix {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.navObi .inner {
  padding-top: 8px;
  padding-bottom: 7px;
}
@media screen and (max-width:767px) {
  .navObi .inner {
    padding: 10px 0;
  }
}
.navObi nav {
  display: flex;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .navObi nav {
    display: inherit;
  }
}
.navObi nav a {
  display: block;
  margin: 0;
  padding: 0.7em 0.5em;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}
@media screen and (max-width:767px) {
  .navObi nav a {
    display: inline-block;
    padding: 0.7em 0.3em;
    font-size: 12px;
    border-left: none;
  }
}
.navObi nav a:first-of-type {
  border-left: 0px;
}
.navObi nav a span {
  display: inline-block;
  vertical-align: middle;
}
.navObi nav a span:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  margin-right: 0.8em;
  height: 0.6em;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.navObi nav a:hover {
  color: #dae535;
}
/*---------- フッター ----------*/
.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 > .inner {
  display: flex;
  justify-content: space-between;
  max-width: 948px;
}
@media screen and (max-width:767px) {
  .nationalFoot > .inner {
    flex-direction: column;
  }
}
.pagePBlock {
  width: 500px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .pagePBlock {
    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.webp);
  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;
}
.orderPage {
  background: #d3101e;
  padding: 0px;
  overflow: hidden;
  border: 1px solid #cf0000;
  /* グレーアウト */
  /* グレーアウト */
  /*
      ColorBox Core Style
      The following rules are the styles that are consistant between themes.
      Avoid changing this area to maintain compatability with future versions of ColorBox.
  */
  /* 
      Example user style
      The following rules are ordered and tabbed in a way that represents the
      order/nesting of the generated HTML, so that the structure easier to understand.
  */
  /* #cbox2Content{background:;}*/
  /*
      The following fixes png-transparency for IE6.  
      It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
      Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
      Colorbox preloads navigation hover classes to account for this.
      !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
      while regular CSS background images are relative to the CSS document.
  */
}
.orderPage dl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width:767px) {
  .orderPage dl {
    display: block;
  }
}
.orderPage dl dt {
  width: 25%;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .orderPage dl dt {
    padding: 10px;
    font-size: 2.4rem;
    width: auto;
  }
}
.orderPage dl dd {
  display: flex;
  box-sizing: border-box;
  width: 75%;
  background: #FFF;
  align-items: center;
  padding: 13px;
}
@media screen and (max-width:767px) {
  .orderPage dl dd {
    display: block;
    width: auto;
  }
}
.orderPage dl dd p {
  font-size: 1.4rem;
  margin-left: 1em;
}
.orderPage dl dd input {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  max-width: 300px;
  border-radius: 5px;
  border: 1px solid #CCC;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .orderPage dl dd input {
    margin-bottom: 0.3em;
    font-size: 2rem;
  }
}
.orderPage #colorbox:focus,
.orderPage #cbox2Wrapper:focus,
.orderPage div:focus {
  outline: none;
}
.orderPage .alertTxt2 {
  color: #ff343a;
  font-size: 110%;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .orderPage .alertTxt2 {
    margin-left: -52%;
  }
}
.orderPage .fontB {
  font-weight: bold;
}
.orderPage .tbl {
  margin: 1em 0;
  width: 100%;
}
.orderPage .tbl td {
  padding: 0.5em;
  border: 1px solid #666;
}
.orderPage .tbl th {
  padding: 0.5em;
  border: 1px solid #666;
  background: #CCC;
}
.orderPage .orderPage h3 {
  font-weight: bold;
}
.orderPage .orderPage .teikiPre {
  max-width: 980px;
  margin: auto;
  padding: 50px 30px;
}
@media screen and (max-width:767px) {
  .orderPage .orderPage .teikiPre {
    padding: 3% 2.5%;
  }
}
.orderPage .orderPage .teikiPre .txt {
  padding-left: 0;
}
.orderPage .orderPage .teikiPre .preNote {
  color: #000;
}
@media screen and (max-width:767px) {
  .orderPage .orderPage img {
    height: auto;
  }
}
.orderPage .orderPage .note {
  text-align: left;
}
.orderPage .orderPage .note span {
  font-size: 1em;
}
.orderPage .gentei {
  text-decoration: line-through;
  display: inline-block;
}
.orderPage .gentei:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  margin: 0 0.3em;
  transform: rotate(45deg);
}
.orderPage .selectArea.noOrder {
  width: 190px;
  position: absolute;
  left: -200px;
  background: #CCC;
  margin-top: 5px;
}
.orderPage .selectArea.noOrder:after {
  background: url(../images/order/arrow3.png) no-repeat;
}
.orderPage .fontRed {
  font-weight: bold;
}
.orderPage .aboutLink {
  font-size: 80%;
}
.orderPage h1 {
  background-color: #d1171f;
  padding: 15px 5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .orderPage h1 {
    padding: 10px 5%;
  }
}
.orderPage .preZone {
  padding: 40px 0 50px;
  max-width: 980px;
  margin: 0 auto;
}
.orderPage .preZone .taC {
  text-align: center;
}
.orderPage .preZone .preBox {
  padding: 15px 0;
  text-align: center;
}
.orderPage .preZone .preBox a + a img {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .orderPage .preZone .preBox a + a img {
    margin-top: 1%;
  }
}
.orderPage .preZone img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}
.orderPage .preZone .clearfix p {
  text-align: left;
}
.orderPage .preZone .preNote {
  padding: 0.5em 0 0 0;
  text-align: left;
  font-size: 0.7rem;
  line-height: 1.6;
}
.orderPage .preZone .preNote strong {
  display: block;
}
.orderPage .fontRed {
  color: #ff0008;
}
.orderPage .btnCluboffTxt {
  color: #1995cd !important;
}
.orderPage .orderBox {
  background-color: #eee;
  padding-bottom: 30px;
}
.orderPage .orderBox h2 {
  position: relative;
  text-align: center;
  top: -50px;
}
.orderPage .kumitateSelect .selectArea label b {
  text-indent: -5px;
  margin-left: 4px;
  display: inline-block;
  width: 250px;
  vertical-align: middle;
}
.orderPage .sectionWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
}
.orderPage .sectionWrap2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.orderPage section:not(.teikiPre) {
  max-width: 980px;
  background: #FFF;
  margin: 0 auto;
  width: 95%;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.orderPage .sectionWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
}
.orderPage h3 {
  font-size: 23px;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 0 0 15px 0;
  margin: 0 0 15px 230px;
}
.orderPage h3 span {
  display: inline-block;
  vertical-align: middle;
}
.orderPage h3 span .font {
  font-size: 1rem;
}
@media screen and (max-width:767px) {
  .orderPage h3 span .font {
    display: block;
    font-size: 0.7rem;
  }
}
.orderPage h3 span strong {
  font-size: 80%;
}
.orderPage h3 em {
  font-style: normal;
  font-size: 70%;
  color: #FFF;
  background: #cf0000;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 10px;
  line-height: 1;
}
.orderPage .photo {
  position: absolute;
  left: 19px;
  top: 15px;
}
.orderPage .txt {
  padding: 0 0 0 230px;
  font-size: 14px;
}
.orderPage .txt .leadTxt {
  font-size: 20px;
  padding: 0px 0 10px 0;
}
.orderPage .step1 h3 {
  margin: 0 0 15px 340px;
}
.orderPage .step1 .photo {
  top: 20px;
  width: 320px;
}
.orderPage .step1 .photo img {
  width: 100%;
  height: auto;
}
.orderPage .step1 .priceTxt li.fontPrice {
  display: block;
  margin-top: 10px;
}
.orderPage .step1 .txt {
  padding: 0 0 0 340px;
}
.orderPage .step1 .selectArea {
  margin-left: 340px;
  margin-top: 40px;
}
.orderPage .leadTxt2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.orderPage .bgPink {
  background: #ff343a;
  border-radius: 5px;
  padding: 10px;
  color: #FFF;
}
.orderPage .priceTxt {
  letter-spacing: -0.4em;
  padding: 0 0 10px 0;
}
.orderPage .fontS {
  font-size: 12px !important;
  margin-bottom: 10px;
}
.orderPage .fontL {
  font-size: 20px !important;
}
.orderPage .fontPrice {
  font-size: 20px;
  font-weight: bold;
  color: #ff0008;
}
.orderPage .priceTxt li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  line-height: 1.2;
}
.orderPage .priceTxt li.fontPrice {
  line-height: 1.4;
}
.orderPage .fontPrice.kumitatePrice,
.orderPage .fontPrice strong {
  font-size: 130%;
}
.orderPage .fontPrice small {
  color: #333;
  font-weight: normal;
  font-size: 80%;
  padding-top: 0.5em;
  display: block;
}
.orderPage .selectArea {
  margin-top: 15px;
  background: #fffe4d;
  padding: 20px 0px 20px 15px;
  border-radius: 5px;
  position: relative;
  margin-left: 230px;
}
.orderPage .selectArea input[type=checkbox], .orderPage .selectArea input[type=radio] {
  opacity: 0;
  position: absolute;
}
.orderPage .selectArea label {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
}
.orderPage .selectArea input[type=checkbox]:checked + label:before, .orderPage .selectArea input[type=radio]:checked + label:before {
  background: url(../images/order/check.png) no-repeat left top;
}
.orderPage .selectArea input[type=checkbox] + label:before, .orderPage .selectArea input[type=radio] + label:before {
  content: "";
  display: inline-block;
  background: url(../images/order/check.png) no-repeat left bottom;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 10px;
}
.orderPage .selectArea select {
  padding: 10px;
  font-size: 1.2rem;
  width: 100%;
}
.orderPage .selectArea:after {
  content: "";
  display: inline-block;
  background: url(../images/order/arrow2.png) no-repeat;
  width: 73px;
  height: 54px;
  position: absolute;
  bottom: -51px;
  left: 50%;
}
.orderPage .selectArea.noFlow:after {
  display: none;
}
.orderPage .selectArea.teiki label em {
  margin-left: 140px;
  position: relative;
  font-weight: bold;
}
.orderPage .selectArea.binder label span {
  margin-left: 125px;
  position: relative;
}
.orderPage .selectArea li {
  display: inline-block;
  vertical-align: middle;
}
.orderPage .numSelect {
  text-align: center;
  position: absolute;
  left: 62px;
  top: 19px;
}
.orderPage .numSelect p {
  font-size: 16px;
  padding-bottom: 5px;
}
.orderPage .btnBox {
  padding: 0 0 30px 0;
  text-align: center;
  position: relative;
}
.orderPage .btnBox .btnWrap {
  background: rgba(238, 238, 238, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.orderPage #order_btnBox #order_url:before {
  content: normal;
}
.orderPage #order_btnBox #order_url:hover {
  opacity: 0.8;
}
.orderPage #order_btnBox.off {
  opacity: 0.3;
}
.orderPage #order_btnBox.off #order_url {
  cursor: default;
}
.orderPage #order_btnBox.off #order_url:hover {
  opacity: 1;
}
.orderPage .preZone .preBox img.spShow,
.orderPage .spShow {
  display: none;
}
.orderPage .fontPrice em {
  font-style: normal;
  font-size: 80%;
}
.orderPage .col2Section h3 {
  margin: 0 0 15px 0;
}
.orderPage .kumitateSelect {
  letter-spacing: -0.5em;
}
.orderPage .kumitateSelect .selectArea {
  margin-left: 0px;
}
.orderPage .kumitateSelect .col2 {
  display: inline-block;
  position: relative;
  width: 49%;
  vertical-align: top;
  letter-spacing: normal;
  box-sizing: border-box;
}
.orderPage .kumitateSelect .col2 .photo {
  position: absolute;
  left: 0px;
  top: 60px;
}
.orderPage .kumitateSelect .col2.col2R {
  margin-left: 10px;
}
.orderPage .kumitateSelect.kumitate2 {
  margin-left: -220px;
  margin-right: -10px;
}
.orderPage .kumitateSelect .col3 {
  display: inline-block;
  position: relative;
  width: 32%;
  vertical-align: top;
  letter-spacing: normal;
  box-sizing: border-box;
}
.orderPage .kumitateSelect .col3.col3R {
  margin-left: 10px;
}
.orderPage .kumitateSelect.kumitate2 .selectArea label b {
  width: 227px;
}
.orderPage .kumitateSelect .selectArea label {
  font-size: 19px;
}
.orderPage .col2Section .txt {
  padding-left: 210px;
}
.orderPage .recordImg {
  float: left;
}
.orderPage .kumitateSelect .leadTxt {
  border-bottom: 2px solid #000;
  text-align: center;
  padding: 0 0 5px 0;
  font-size: 20px;
  margin-bottom: 3%;
  font-weight: bold;
}
.orderPage .col2Section .lead2 {
  font-size: 140%;
  line-height: 1.6;
  padding-bottom: 1%;
}
.orderPage .scrlTxt {
  height: 236px;
  background: #FFF;
  width: 980px;
  margin: 15px auto;
  margin-bottom: 30px;
  border: 1px solid #a3a3a3;
  box-sizing: border-box;
  overflow: scroll;
}
.orderPage .scrlTxt p {
  padding: 25px 25px 0px 25px;
  font-size: 14px;
  line-height: 1.428;
}
.orderPage .siharaiTxt {
  text-align: center;
  font-size: 180%;
  padding: 10px 0 0px 0;
  font-weight: bold;
}
.orderPage .douiBox {
  text-align: center;
  padding-bottom: 20px;
}
.orderPage .douiBox label {
  font-size: 18px;
  cursor: pointer;
}
.orderPage .douiBox label input {
  width: 42px;
  height: 29px;
  margin-right: 4px;
}
.orderPage .kiyakuWrap {
  display: none;
}
.orderPage .selectArea label small {
  font-size: 50%;
  font-weight: normal;
}
.orderPage .selectArea label em {
  font-style: normal;
}
.orderPage .kiyakuTtl {
  text-align: center;
  font-size: 140%;
  padding: 10px 0;
  font-weight: bold;
}
.orderPage #colorbox,
.orderPage #cbox2Overlay,
.orderPage #cbox2Wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
.orderPage #cbox2Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
.orderPage #cbox2MiddleLeft,
.orderPage #cbox2BottomLeft {
  clear: left;
}
.orderPage #cbox2Content {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.orderPage #cbox2LoadedContent {
  overflow: auto;
}
.orderPage #cbox2LoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.orderPage #cbox2Title {
  margin: 0;
}
.orderPage #cbox2LoadingOverlay,
.orderPage #cbox2LoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.orderPage #cbox2Previous,
.orderPage #cbox2Next,
.orderPage #cbox2Close,
.orderPage #cbox2Slideshow {
  cursor: pointer;
}
.orderPage #cbox2Overlay {
  background: black url(//deagostini.jp/site/common/overlay.png) 0 0 repeat;
}
.orderPage #cbox2TopLeft {
  width: 21px;
  height: 21px;
  background: none -100px 0 no-repeat;
}
.orderPage #cbox2TopRight {
  width: 21px;
  height: 21px;
  background: none -129px 0 no-repeat;
}
.orderPage #cbox2BottomLeft {
  width: 21px;
  height: 21px;
  background: none -100px -29px no-repeat;
}
.orderPage #cbox2BottomRight {
  width: 21px;
  height: 21px;
  background: none -129px -29px no-repeat;
}
.orderPage #cbox2MiddleLeft {
  width: 21px;
  background: none left top repeat-y;
}
.orderPage #cbox2MiddleRight {
  width: 21px;
  background: none right top repeat-y;
}
.orderPage #cbox2TopCenter {
  height: 21px;
  background: none 0 0 repeat-x;
}
.orderPage #cbox2BottomCenter {
  height: 21px;
  background: none 0 -29px repeat-x;
}
.orderPage #cbox2LoadedContent {
  margin-bottom: 28px;
  padding: 30px 60px 0px;
}
.orderPage #cbox2Title {
  position: absolute;
  top: 636px;
  left: 60px;
  text-align: left;
  width: 860px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}
.orderPage #cbox2Current {
  position: absolute;
  top: 10px;
  left: 60px;
  color: #FFFFFF;
}
.orderPage #cbox2Slideshow {
  position: absolute;
  bottom: 3px;
  right: 30px;
  color: #FFFFFF;
}
.orderPage #cbox2Previous {
  left: 10px;
  transform: rotate(-135deg);
}
.orderPage #cbox2Next {
  right: 10px;
  transform: rotate(45deg);
}
.orderPage #cbox2LoadingOverlay {
  background: url(//deagostini.jp/site/common/loading_background.png) center center no-repeat;
}
.orderPage #cbox2LoadingGraphic {
  background: url(//deagostini.jp/site/common/loading.gif) center center no-repeat;
}
.orderPage #cbox2Close {
  position: absolute;
  bottom: 11px;
  right: 60px;
  background: url(../images/colorbox_close.png);
  background-position: left 4px;
  background-repeat: no-repeat;
  width: 87px;
  height: 32px;
  text-indent: -9999px;
  border: 0px;
  border-radius: 5px;
}
.orderPage #cbox2Previous,
.orderPage #cbox2Next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  text-indent: -9999px;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10000;
}
.orderPage #cbox2Previous:hover,
.orderPage #cbox2Next:hover {
  opacity: 0.7;
}
.orderPage input::-moz-focus-inner,
.orderPage button::-moz-focus-inner {
  border: 0;
}
@media screen and (max-width: 767px) {
  .orderPage .selectArea.step2 {
    margin-top: 1px;
  }
  .orderPage .selectArea.noOrder {
    position: static;
    width: auto;
    border-radius: 0px;
  }
  .orderPage .selectArea.noOrder:after {
    display: none;
    background-image: none;
  }
  .orderPage .selectArea.noOrder label {
    width: 300px;
  }
  .orderPage .preZone img {
    margin-top: 1%;
  }
  .orderPage .step1 {
    height: auto;
  }
  .orderPage .step1 h3 {
    margin: 0 0 15px 0px;
  }
  .orderPage .step1 .photo {
    top: 10px;
    text-align: center;
    width: auto;
    display: block;
  }
  .orderPage .step1 .photo img {
    width: 60%;
    height: auto;
  }
  .orderPage .step1 .txt {
    padding: 0 0 0 0px;
    width: auto;
  }
  .orderPage .step1 .selectArea {
    margin-left: -8px;
    margin-top: 3%;
  }
  .orderPage .step1 .priceTxt {
    text-align: center;
  }
  .orderPage .kumitateSelect.kumitate2 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .orderPage .kumitateSelect .col3 {
    display: block;
    width: auto;
  }
  .orderPage .kumitateSelect .col3.col3R {
    margin-left: 0px;
  }
  .orderPage .kumitateSelect .col3:first-child label b {
    text-indent: 0px;
  }
  .orderPage .kumitateSelect.kumitate2 .selectArea label b {
    width: 80%;
  }
  .orderPage .preZone {
    width: auto;
  }
  .orderPage .preZone .preBox {
    width: auto;
  }
  .orderPage .preZone .preBox .preBg {
    width: auto;
  }
  .orderPage .preZone .preBox a {
    display: block;
    padding-bottom: 5px;
  }
  .orderPage .preZone .preBox a img {
    width: 100%;
  }
  .orderPage .preZone .preBox img.pcShow {
    display: none;
  }
  .orderPage .preZone .preBox img.spShow {
    display: inline;
  }
  .orderPage .spShow {
    display: inline;
  }
  .orderPage .kumitateSelect .selectArea label b {
    width: 80%;
    text-indent: -13px;
    margin-left: 13px;
    vertical-align: middle;
  }
  .orderPage .preZone .preBox .preBg > * {
    position: static;
  }
  .orderPage .pageOrder img {
    width: 100%;
    height: auto;
  }
  .orderPage .preZone {
    padding: 3% 0%;
  }
  .orderPage .preZone .preBox {
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 0px;
  }
  .orderPage .preZone .preBox > .preBg {
    height: auto;
    box-sizing: border-box;
    background-size: cover;
    border: 3px solid #FFFFFF;
    padding: 2%;
  }
  .orderPage .preZone .preBox > .preBg > * {
    position: static;
  }
  .orderPage .preZone .preBox > .preBg > .imgNo3 {
    display: block;
    margin-top: -4%;
  }
  .orderPage .preZone .preBox > .preBg > .imgNo1 {
    top: 0px;
    left: 0;
    position: relative;
  }
  .orderPage .preZone .preBox > .preBg > .imgNo4 {
    margin-top: 5px;
    display: block;
  }
  .orderPage .preZone .clearfix > a {
    display: none;
  }
  .orderPage .orderBox h2 {
    width: 75%;
    margin: 0 auto;
    top: -20px;
  }
  .orderPage section {
    padding: 8px 8px 0px 8px;
  }
  .orderPage .selectArea {
    padding: 8px 0 8px 8px;
    margin: 10px -8px 0 -8px;
    border-radius: 0px;
  }
  .orderPage h3 {
    margin: 0 0 3% 0;
    padding: 0 0 2% 0;
    font-size: 14px;
  }
  .orderPage .photo {
    position: static;
    text-align: left;
    display: inline-block;
    width: 33%;
    vertical-align: top;
  }
  .orderPage .photo img {
    width: 95%;
  }
  .orderPage .txt {
    display: inline-block;
    width: 65%;
    padding: 1% 0 0 0px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
  }
  .orderPage .txt.is_no2 {
    display: block;
    width: auto;
  }
  .orderPage .fontL {
    font-size: 12px !important;
  }
  .orderPage .priceTxt li {
    margin-right: 5px;
    font-size: 12px;
  }
  .orderPage .bgPink {
    padding: 6px;
  }
  .orderPage .priceTxt {
    padding: 0px 0 9px 0;
  }
  .orderPage .priceTxt li.fontPrice {
    font-size: 14px;
    margin: 10px 0 0 0;
    padding-bottom: 0px;
    line-height: 1.2;
  }
  .orderPage .fontS {
    font-size: 9px !important;
    line-height: 1.4;
  }
  .orderPage .selectArea label {
    font-size: 13px;
  }
  .orderPage .selectArea label small {
    display: block;
  }
  .orderPage .selectArea.teiki label em {
    display: inline-block;
    margin-left: 105px;
    vertical-align: middle;
  }
  .orderPage .selectArea label span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .orderPage .selectArea label span.subTxt {
    width: 83%;
  }
  .orderPage .selectArea.binder label span {
    display: inline-block;
    margin-left: 90px;
    vertical-align: middle;
  }
  .orderPage .numSelect p {
    font-size: 9px;
  }
  .orderPage .selectArea input[type=checkbox]:checked + label:before {
    background-size: 30px 60px;
  }
  .orderPage .selectArea input[type=checkbox] + label:before {
    background-size: 30px 60px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }
  .orderPage .selectArea select {
    padding: 7px;
  }
  .orderPage .btnBox {
    padding: 0 2%;
  }
  .orderPage .txt .leadTxt {
    font-size: 13px;
    line-height: 1.4;
  }
  .orderPage .txt .leadTxt.spMB0 {
    margin-bottom: 0;
  }
  .orderPage .txt .leadTxt br {
    display: none;
  }
  .orderPage .fontS br {
    display: none;
  }
  .orderPage h3.step2Ttl {
    font-size: 12px;
  }
  .orderPage h3 em {
    margin-right: 5px;
    padding: 1px 5px 0px 5px;
    line-height: 15px;
    height: 15px;
  }
  .orderPage .fontPrice small {
    display: block;
    padding-top: 3%;
  }
  .orderPage .numSelect {
    padding-left: 0px;
  }
  .orderPage .teiki .numSelect {
    top: 10px;
    left: 42px;
  }
  .orderPage .binder .numSelect {
    top: 12px;
    left: 42px;
  }
  .orderPage .selectArea select {
    padding: 5px 0px 5px 2px;
    font-size: 11px;
    line-height: 31px;
    height: 31px;
    box-sizing: border-box;
    margin-top: -4px;
  }
  .orderPage .selectArea::after {
    width: 53px;
    height: 34px;
    bottom: -33px;
    left: 41%;
    background-size: contain;
  }
  .orderPage .preZone > p {
    margin-bottom: 10px;
  }
  .orderPage .preZone .preBox > .clearfix {
    padding-top: 10px;
  }
  .orderPage .preZone .preBox > .clearfix p {
    font-size: 11px;
    line-height: 1.4;
  }
  .orderPage .priceTxt li.fontPrice em {
    font-size: 80%;
  }
  .orderPage .pcShow {
    display: none;
  }
  .orderPage .fontS.mlNone {
    margin-left: -52%;
    padding-top: 3vw;
  }
  .orderPage .kumitateSelect .col2 {
    display: block;
    width: auto;
    margin-bottom: 0px;
  }
  .orderPage .kumitateSelect .leadTxt {
    font-size: 14px;
  }
  .orderPage .col2Section .lead2 {
    font-size: 100%;
  }
  .orderPage .kumitateSelect .col2 .photo {
    position: static;
  }
  .orderPage .kumitateSelect .col2.col2R {
    margin-left: 0px;
    margin-top: 1px;
  }
  .orderPage .kumitateSelect .selectArea label {
    font-size: 14px;
  }
  .orderPage .col2Section .txt {
    padding-left: 0px;
    display: inline-block;
  }
  .orderPage .kumitateSelect .selectArea {
    margin: 1px -8px 0 -8px;
  }
  .orderPage .kumitateSelect .selectArea.noArrow:after {
    display: none;
  }
  .orderPage .fontPrice {
    font-size: 14px;
  }
  .orderPage .siharaiTxt {
    font-size: 120%;
  }
  .orderPage .scrlTxt {
    height: 180px;
    background: #FFF;
    width: 95%;
  }
  .orderPage .scrlTxt p {
    padding: 10px 10px 0px 10px;
  }
}
@media screen and (max-width: 321px) {
  .orderPage .selectArea label {
    font-size: 11px;
  }
}
/*--------------------------------------
  よくあるご質問ページ
---------------------------------------*/
#pageFaq .inner {
  max-width: 915px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width:767px) {
  #pageFaq .inner {
    padding-top: 45px;
  }
}
#pageFaq .logo {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width:767px) {
  #pageFaq .logo {
    margin: 0 auto 5vw;
  }
  #pageFaq .logo img {
    width: 80%;
  }
}
#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;
}
/*--------------------------------------
  近刊のモーダル
---------------------------------------*/
.modalNum {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  margin: auto;
  color: #000;
}
@media screen and (max-width:767px) {
  .modalNum {
    height: 109.375vw;
  }
}
.modalNum h3 {
  font-size: 2rem;
  font-weight: bold;
  background-color: #000;
  padding: 0.3em 0.8em;
  border-radius: 5px;
  border: 4px double #fff;
  line-height: 1.2;
  color: #fff100;
  margin: 0 0 0.5em 0;
  text-align: left;
}
@media screen and (max-width:767px) {
  .modalNum h3 {
    font-size: 1.4rem;
  }
}
.modalNum .hd {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
}
.modalNum .hd img {
  max-width: 100%;
}
.modalNum .hd .right-contents {
  flex: 1;
}
.modalNum .hd .parts {
  text-align: left;
}
.modalNum .hd .parts img {
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .modalNum .hd .parts {
    font-size: 1.4rem;
  }
}
.modalNum .hd .parts .text {
  margin-bottom: 15px;
}
.modalNum .infoMain {
  text-align: center;
}
.modalNum .infoMain h1 {
  margin-bottom: 1em;
  padding: 3px;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
  background-color: #000000;
}
@media screen and (max-width:767px) {
  .modalNum .infoMain h1 {
    font-size: 2.4rem;
  }
}
.modalNum .infoMain h1 span {
  display: flex;
  align-items: center;
  height: 1.8em;
  padding: 0.2em 0.8em;
}
.modalNum .infoMain h1 em {
  font-weight: bold;
}
.modalNum .infoMain h1 strong {
  font-size: 1.4em;
  font-weight: bold;
}
.modalNum .infoMain h1 .date {
  display: block;
  font-size: 80%;
  margin-left: 1em;
  font-weight: bold;
}
.modalNum .infoMain .in {
  padding: 0 30px 30px 30px;
}
@media screen and (max-width:767px) {
  .modalNum .infoMain .in {
    padding: 0 3vw 5vw 3vw;
  }
}
@media screen and (max-width:767px) {
  .modalNum .infoMain .in .img img {
    height: 50vw;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width:767px) {
  .modalNum .infoMain .in ul {
    margin-top: 4vw;
  }
}
.modalNum .infoMain .in ul li {
  list-style: none !important;
  text-align: left;
  font-weight: bold;
  list-style: disc;
}
.modalNum .infoMain .in ul li .red-t {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 5px;
  margin-right: 0.5em;
  color: #d0121b;
}
@media screen and (max-width:767px) {
  .modalNum .infoMain .in ul li .red-t {
    font-size: 1.4rem;
    margin-bottom: 1vw;
  }
}
.modalNum .infoMain .in ul li p {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  .modalNum .infoMain .in ul li p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width:767px) {
  .modalNum .infoMain .in ul li + li {
    margin-top: 3vw;
  }
}
.modalNum .infoMain .modal-title {
  margin: 0.5em 0;
  font-size: 2.4rem;
  color: #000;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width:767px) {
  .modalNum .infoMain .modal-title {
    margin-bottom: 4.6875vw;
    font-size: 4.375vw;
  }
}
/*--------------------------------------
  introモーダル
---------------------------------------*/
.modalItr {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 900px;
  margin: auto;
  color: #000;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width:767px) {
  .modalItr {
    max-width: none;
    min-height: initial;
    max-height: 70vh;
    height: auto;
  }
}
.modalItr .detail-inner {
  padding: 30px;
}
@media screen and (max-width:767px) {
  .modalItr .detail-inner {
    padding: 4.6875vw;
  }
}
.modalItr .detail-inner .mainImg .img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: 5px solid;
  -o-border-image: linear-gradient(30deg, #e3ac35 0%, #f6ee90 40%, #e3ac35 100%) 1;
     border-image: linear-gradient(30deg, #e3ac35 0%, #f6ee90 40%, #e3ac35 100%) 1;
}
.modalItr .detail-inner .mainImg .img img {
  width: 100%;
}
.modalItr .detail-inner dl dt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .modalItr .detail-inner dl dt {
    font-size: 1.2rem;
    margin-bottom: 3.125vw;
  }
}
.modalItr .detail-inner dl dt em {
  display: inline-block;
  font-size: 2rem;
  color: #fff100;
  margin-bottom: 0.25em;
  padding: 0 0.5em;
  background: #000;
}
@media screen and (max-width:767px) {
  .modalItr .detail-inner dl dt em {
    font-size: 1.6rem;
  }
}
.modalItr .detail-inner dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .modalItr .detail-inner dl dd {
    font-size: 1.4rem;
  }
}
.modalItr .detail-inner .surroundings {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}
@media screen and (max-width:767px) {
  .modalItr .detail-inner .surroundings {
    margin-top: 3.90625vw;
  }
}
.modalItr .detail-inner .surroundings li {
  width: calc(33.3333333333% - 10px);
}
.modalItr .detail-inner .surroundings li img {
  width: 100%;
  cursor: pointer;
}
.modalItr .detail-inner .surroundings li img.active {
  opacity: 0.6;
}
.modalItr .detail-inner .dtl-size {
  display: block;
  margin-top: 1em;
  padding: 0.25em 1em;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  background: #565656;
}
@media screen and (max-width:767px) {
  .modalItr .detail-inner .dtl-size {
    font-size: 1rem;
    border-radius: 1.5625vw;
    text-align: left;
  }
}
.modalItr .lineup-bg {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  height: 90vh;
  background-color: rgb(199, 199, 199);
  background-image: url("../images//intro/bg.webp");
  overflow-y: scroll;
}
@media (max-width: 1000px) {
  .modalItr .lineup-bg {
    height: 70vh;
    font-size: 14px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width:767px) {
  .modalItr .lineup-bg {
    font-size: 1.4rem;
  }
}
.modalItr .lineup-bg .lineup-ul .lineup-li {
  padding: 15px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 2%;
  text-align: left;
}
.modalItr .lineup-bg .lineup-ul .lineup-li:nth-child(odd) {
  background-color: #f5f5f5;
}
.modalItr .lineup-bg .lineup-ul .lineup-li img {
  width: 80px;
  height: auto;
}
@media screen and (max-width:767px) {
  .modalItr .lineup-bg .lineup-ul .lineup-li {
    padding: 3.125vw;
    justify-content: center;
  }
}
.modalItr .lineup-bg .lineup-ul .lineup-li .li-no {
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-weight: 700;
  background-color: rgb(82, 82, 82);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .modalItr .lineup-bg .lineup-ul .lineup-li .li-no {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media screen and (max-width:767px) {
  .modalItr .lineup-bg .lineup-ul .lineup-li img {
    width: 17.34375vw;
    flex: 0;
  }
}
@media screen and (max-width:767px) {
  .modalItr .lineup-bg .lineup-ul .lineup-li p {
    width: 100%;
  }
}
/*--------------------------------------
  動画ページ
---------------------------------------*/
.movPagetop {
  text-align: right;
  position: fixed;
  right: 0;
  bottom: 0;
}
.supportPage {
  background-color: #000;
}
.supportPage #deagoLogo2022 {
  display: none;
}
@media screen and (max-width:767px) {
  .supportPage #deagoLogo2022 {
    top: 2vw;
    left: 2vw;
  }
}
.supportPage .ttlArea {
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .supportPage .ttlArea {
    padding: 3vw 0 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 {
  background: linear-gradient(180deg, rgb(0, 0, 0) 12%, rgb(59, 45, 34) 28%, rgb(98, 76, 54) 54%, rgb(45, 34, 27) 84%, rgb(18, 12, 13) 94%);
  padding-top: 30px;
  padding-bottom: 3%;
}
@media screen and (max-width:767px) {
  .supportPage .contArea {
    padding-top: 5vw;
  }
}
.supportPage .contArea .listBox {
  margin: auto;
  background-color: #FFF;
  max-width: 900px;
  width: 90%;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .supportPage .contArea .listBox {
    border-radius: 1.5625vw;
  }
}
.supportPage .contArea section {
  padding: 1em 1.5em 1em 1.5em;
  border-bottom: 1px dotted #CCC;
}
@media screen and (max-width:767px) {
  .supportPage .contArea section {
    padding: 3vw 4vw;
  }
}
.supportPage .contArea section:last-of-type {
  border-bottom: 0px;
}
.supportPage .contArea section a {
  color: #000;
  font-size: 1.8rem;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .supportPage .contArea section a {
    font-size: 2.2rem;
  }
}
.supportPage .contArea section a span {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #e70013;
  color: #FFF;
  margin-right: 0.8em;
  border-radius: 8px;
}
@media screen and (max-width:767px) {
  .supportPage .contArea section a span {
    text-align: center;
    width: 13vw;
  }
}
.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: #e70013;
}
.supportPage .tabs {
  display: flex;
  font-size: 2.2rem;
  text-align: center;
  border-left: 1px solid #e70013;
  border-right: 1px solid #e70013;
  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 #e70013;
  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: #e70013;
  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 #e70013;
  border-left: 0.2em solid #e70013;
  transform: translate(0, -0.2em) rotate(-45deg);
}
.supportPage section h3 {
  background: #e70013;
  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;
  width: 100%;
  text-align: center;
  display: block;
  margin: 3% auto;
  background: #fff;
  border-radius: 8px;
  border-radius: 50px;
  box-shadow: 0px 3px #111;
}
.supportPage .btnBack a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  font-size: 2.4rem;
}
@media screen and (max-width:767px) {
  .supportPage .btnBack a {
    font-size: 3rem;
  }
}
@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;
  }
}
.slick-slide {
  outline: 0px;
}
.show_but_bot {
  display: none;
}
.next_ttl {
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 0 0;
}
@media screen and (max-width:767px) {
  .next_ttl {
    font-size: 1.9rem;
    margin-top: 0;
  }
}
.pcFix {
  position: fixed;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 999;
  left: 0;
  bottom: 0;
  padding: 7px;
  box-sizing: border-box;
  align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff !important;
  text-decoration: none !important;
  transition: filter 0.3s;
}
@media screen and (min-width: 767px) {
  .pcFix {
    min-width: 1200px;
  }
}
.pcFix:hover {
  filter: brightness(150%);
}
.pcFix .img {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
@media screen and (max-width:767px) {
  .pcFix .img {
    display: none;
  }
}
.pcFix .img img {
  max-width: 120px;
  margin-right: 15px;
}
.pcFix .img p {
  display: flex;
  flex-direction: column;
}
.pcFix .img p em {
  display: block;
  font-size: 1.6rem;
  color: #000;
  background-color: #ffd200;
  text-align: center;
  border-radius: 30px;
}
.pcFix .btn {
  text-align: right;
  padding-left: 10px;
}
@media screen and (max-width:767px) {
  .pcFix .btn {
    padding-left: 0;
  }
}
.pcFix .btn img {
  width: 100%;
  max-width: 450px;
}
.bg_overlap {
  background: url("../images/bg_ol.webp") no-repeat;
  background-size: cover;
}
#footer {
  padding-bottom: 90px;
}
@media screen and (max-width:767px) {
  #footer {
    padding-bottom: 0vw;
  }
}
.pdfBtn {
  text-align: center;
  padding-top: 1em;
}
.pdfBtn a {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  background-color: #6d0000;
  border-radius: 50px;
  padding: 0.8em 2em;
  color: #fff;
  font-weight: bold;
  width: 300px;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .pdfBtn a {
    font-size: 2.4rem;
  }
}
.pdfBtn a:hover {
  filter: brightness(1.1);
}
.pdfBtn a:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  transform: rotate(-45deg);
  right: 5%;
  top: 40%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.topicsZone {
  color: #fff;
  background-color: #666;
  padding: 5px 0;
}
.topicsZone a {
  color: #fff;
  text-decoration: none;
}
.naviArea li a[target=_blank]::after {
  content: "";
  background: url(../images/external-link.png) 0 0 no-repeat;
  display: inline-block;
  visibility: visible;
  background-size: contain;
  width: 16px;
  height: 15px;
  margin-left: 5px;
}
.safariBrows rt {
  translate: 0 0.7em;
}
#cbox2Current {
  opacity: 0;
}
.modaal-outer-wrapper {
  overflow: hidden;
  height: 98vh;
}
.modaal-noscroll {
  overflow-y: scroll;
}
@media screen and (max-width:767px) {
  .modaal-gallery-control {
    bottom: -60px;
  }
}
@media screen and (max-width:767px) {
  .modaal-gallery-prev {
    left: 33%;
    right: auto;
  }
  .modaal-gallery-next {
    left: auto;
    right: 33%;
  }
}
.modaal-close {
  top: auto;
  left: auto;
  right: -30px;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -30px;
}
@media screen and (max-width:767px) {
  .modaal-close {
    width: 35px;
    height: 35px;
    right: 0px;
    bottom: -10px;
  }
}
@media screen and (max-width:767px) {
  .modaal-close::before {
    top: 7px;
    left: 16px;
  }
}
@media screen and (max-width:767px) {
  .modaal-close::after {
    top: 7px;
    left: 16px;
  }
}
.modaal-close {
  background-color: #666 !important;
}
.modaal-gallery-control {
  background-color: #ffffff !important;
}
.modaal-close:after,
.modaal-close:before {
  background-color: #fff !important;
}
.modaal-gallery-control:after,
.modaal-gallery-control:before {
  background-color: #000 !important;
}
.modaal-inline.detail-modal .modaal-container img {
  max-width: 100%;
}
.modaal-inline.detail-modal .modaal-container .nav-buttons span.next {
  right: -8%;
  margin: 0;
  left: auto;
}
@media screen and (max-width:767px) {
  .modaal-inline.detail-modal .modaal-container .nav-buttons span.next {
    margin: 0 10px;
  }
}
.modaal-inline.detail-modal .modaal-container .nav-buttons span.prev {
  left: -8%;
  margin: 0;
}
@media screen and (max-width:767px) {
  .modaal-inline.detail-modal .modaal-container .nav-buttons span.prev {
    margin: 0 10px;
  }
}
.modaal-inline.mag-modal .modaal-container {
  max-width: 1200px;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0);
}
@media screen and (max-width:767px) {
  .modaal-inline.mag-modal .modaal-container {
    max-width: none;
  }
}
.modaal-inline.mag-modal .modaal-container .nav-buttons span.next {
  right: -60px;
  margin: 0;
  left: auto;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .modaal-inline.mag-modal .modaal-container .nav-buttons span.next {
    margin: 0 10px;
  }
}
.modaal-inline.mag-modal .modaal-container .nav-buttons span.prev {
  left: -60px;
  margin: 0;
}
@media screen and (max-width:767px) {
  .modaal-inline.mag-modal .modaal-container .nav-buttons span.prev {
    margin: 0 10px;
  }
}
.modaal-inline.mag-modal .modaal-container img {
  max-width: 90%;
}
@media screen and (max-width:767px) {
  .modaal-inline.mag-modal .modaal-container img {
    max-width: 100%;
  }
}
.modaal-inline .modaal-inner-wrapper {
  padding-top: 30px;
}
@media screen and (max-width:767px) {
  .modaal-inline .modaal-inner-wrapper {
    padding: 4.6875vw 3.125vw;
  }
}
.modaal-inline .modaal-container {
  background-color: transparent;
  width: 100%;
  max-width: 610px;
}
.modaal-inline .modaal-content-container {
  padding: 0;
}
.modaal-inline .section {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .nav-buttons {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    flex-direction: row-reverse;
    position: relative;
    top: 6px;
  }
}
.nav-buttons span {
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  transition: background-color 0.3s;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
@media screen and (max-width:767px) {
  .nav-buttons span {
    width: 30px;
    height: 30px;
    position: static;
    margin: 0 10px;
  }
}
.nav-buttons span:before {
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  background-image: url("../images/arrow.svg");
  background-size: 100%;
  background-position: center;
  margin-left: 5px;
}
@media screen and (max-width:767px) {
  .nav-buttons span:before {
    width: 12px;
    height: 22px;
  }
}
.nav-buttons span.prev {
  top: 50%;
  left: 50%;
  margin-left: -400px;
  transform: scaleX(-1);
}
@media screen and (max-width:767px) {
  .nav-buttons span.prev {
    margin-left: 33%;
  }
}
.nav-buttons span.next {
  top: 50%;
  left: 50%;
  margin-left: 330px;
}
@media screen and (max-width:767px) {
  .nav-buttons span.next {
    margin-left: 0;
    margin-right: 33%;
  }
}
.sub-title {
  font-size: 3.6rem;
  display: inline-block;
  color: #990000;
  font-weight: 700;
}
.sub-title::after {
  content: "";
  width: 100%;
  height: 2px;
  margin-top: 10px;
  display: block;
  background-color: #990000;
}
@media screen and (max-width:767px) {
  .sub-title::after {
    content: none;
  }
}
@media screen and (max-width:767px) {
  .sub-title {
    padding: 2.03125vw 2.34375vw 1.5625vw 2.34375vw;
    font-size: 5.625vw;
    border: #990000 3px solid;
  }
}
.sub-title.bottom {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .sub-title.bottom {
    margin-bottom: 6.25vw;
  }
}/*# sourceMappingURL=style.css.map */
