﻿@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* リセット
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Play");
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: black url(//deagostini.jp/site/common/overlay.png) 0 0 repeat;
}

#cbox2TopLeft {
  width: 21px;
  height: 21px;
  background: none -100px 0 no-repeat;
}

#cbox2TopRight {
  width: 21px;
  height: 21px;
  background: none -129px 0 no-repeat;
}

#cbox2BottomLeft {
  width: 21px;
  height: 21px;
  background: none -100px -29px no-repeat;
}

#cbox2BottomRight {
  width: 21px;
  height: 21px;
  background: none -129px -29px no-repeat;
}

#cbox2MiddleLeft {
  width: 21px;
  background: none left top repeat-y;
}

#cbox2MiddleRight {
  width: 21px;
  background: none right top repeat-y;
}

#cbox2TopCenter {
  height: 21px;
  background: none 0 0 repeat-x;
}

#cbox2BottomCenter {
  height: 21px;
  background: none 0 -29px repeat-x;
}

/* #cbox2Content{background:;}*/
#cbox2LoadedContent {
  margin-bottom: 28px;
  padding: 30px 60px 0px;
}

#cbox2Title {
  position: absolute;
  top: 636px;
  left: 60px;
  text-align: left;
  width: 860px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}

#cbox2Current {
  position: absolute;
  top: 10px;
  left: 60px;
  color: #FFFFFF;
}

#cbox2Slideshow {
  position: absolute;
  bottom: 3px;
  right: 30px;
  color: #FFFFFF;
}

#cbox2Previous {
  left: 10px;
  transform: rotate(-135deg);
}

#cbox2Next {
  right: 10px;
  transform: rotate(45deg);
}

#cbox2LoadingOverlay {
  background: url(//deagostini.jp/site/common/loading_background.png) center center no-repeat;
}

#cbox2LoadingGraphic {
  background: url(//deagostini.jp/site/common/loading.gif) center center no-repeat;
}

#cbox2Close {
  position: absolute;
  bottom: 11px;
  right: 60px;
  background: url(../images/colorbox_close.png);
  background-position: left 4px;
  background-repeat: no-repeat;
  width: 87px;
  height: 32px;
  text-indent: -9999px;
  border: 0px;
  border-radius: 5px;
}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
#cbox2Previous,
#cbox2Next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  text-indent: -9999px;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

#cbox2Previous:hover,
#cbox2Next:hover {
  opacity: 0.7;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  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: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .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: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated2.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated3.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated4.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: 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.66667vw;
  }
}

body {
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-size: 1.6rem !important;
  letter-spacing: 0;
  line-height: 1.6 !important;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

a {
  text-decoration: none;
}

a:focus,
#colorbox:focus {
  /*colorboxの青枠*/
  outline: none;
}

h2 {
  text-align: center;
}

h2 img {
  margin: auto;
}

hr {
  border: none;
}

img {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

svg {
  vertical-align: top;
}

em {
  font-style: normal;
}

.inner {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .inner:not(.spPd0) {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}

.hvr {
  transition: 0.3s;
}

.hvr:hover {
  opacity: 0.7;
}

*[class^="abs"] {
  display: block;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .spScrlX {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.set-anime {
  opacity: 0;
  transition: 0.5s;
}

.set-anime.show-anime {
  opacity: 1;
}

.mainContents {
  display: block;
}

.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;
    padding: 0 1.63636em;
    font-size: 1.1rem;
  }
}

.btnFaq a span {
  display: inline-block;
  padding: 0.4em 0 0.5em 1.4em;
  position: relative;
}

.btnFaq a span:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-bottom: 2px solid #9d9d9d;
  border-right: 2px solid #9d9d9d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate(0, 0.05em) rotate(-45deg);
}

.fixBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .fixBtn {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 2vw;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .fixBtn a {
    display: block;
  }
  .fixBtn a img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  #wrapper.pageTop {
    margin-bottom: 32vw;
  }
}

.hdSns {
  position: absolute;
  right: 24px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .hdSns {
    display: none;
  }
}

#contents {
  background-color: #000;
  width: auto !important;
  color: #fff;
  font-family: "Noto Sans Japanese";
}

#contents a:hover {
  text-decoration: none;
}

#deagoLogo {
  position: absolute;
  top: 15px;
  left: 24px;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  #deagoLogo {
    top: 0.46667vw;
    left: 8px;

  }
}

#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: 15vw;
    height: 4.53333vw;
  }
}

#header {
  margin-bottom: 0px !important;
  height: 68px !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;
  }
  #header {
  
  height: 60px !important;
}
  .header__inr img{
      width:138.59px;
      height:15.59px;
  }
}

.pagePBlock {
  text-align: center;
}

.btnSprt {
  position: fixed;
  left: -3px;
  bottom: 30px;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .btnSprt {
    position: static;
  }
}

.btnSprt a {
  display: block;
}

@media screen and (max-width: 767px) {
  .btnSprt a img {
    width: 100%;
  }
}

.toTop {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  transition: opacity 0.3s;
}

.toTop:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .toTop {
    display: none !important;
  }
}

.footBanner {
  text-align: center;
  padding: 0px 0 20px 0;
}

.footBanner li {
  display: inline-block;
  margin: 10px;
}

.footBanner li img {
  height: 85px;
  width: auto;
}

.footerlink {
  font-size: 12px;
}

.footerlink li {
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  .footerCopyright {
    padding: 15px 0;
  }
  .footerCopyright .footerCopyrightInner {
    padding-bottom: 0;
  }
  .footerCopyright .footerCopyrightInner a img {
    width: 56px;
  }
  .footerCopyright .footerCopyrightInner > img {
    width: 305px;
  }
}

/*--------------------------------------
  ユニーク
---------------------------------------*/
a[name^="scrl"] {
  position: relative;
}

/*--------------------------------------
  ページ内共通
---------------------------------------*/
.bg1 {
  background: url("../images/bg1.png") 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;
  cursor: pointer;
  transition: filter 0.3s;
}

.acrdBtn:hover {
  filter: brightness(150%);
}

.acrdBtn:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: auto;
  margin-right: 0.5em;
  border-style: solid;
  border-width: 0.3em 0.3em 0 0;
  border-color: #fff #fff transparent transparent;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  transform: translateY(-0.25em) rotate(135deg);
}

@media screen and (max-width: 767px) {
  .acrdBtn:after {
    right: 8vw;
  }
}

.acrdBtn.show:after {
  transform: translateY(0.25em) rotate(-45deg);
}

.clkBlnBox {
  position: relative;
}

.clkBlnBox > img {
  width: 100%;
}

.clkBlnBox .clkBlns > span {
  position: absolute;
  cursor: pointer;
}

.clkBlnBox .clkBlns > span:before {
  content: "";
  display: inline-block;
  background: url(../images/clk_circle.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  transition: opacity 0.3s;
  animation-name: syukusyo;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span:before {
    width: 18.66667vw;
    height: 18.66667vw;
  }
}

.clkBlnBox .clkBlns > span:hover:before {
  opacity: 0.7;
}

.clkBlnBox .clkBlns > span .bln {
  display: none;
  background-color: #740003;
  width: 18.0em;
  padding: 0.8em 1.0em;
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln {
    font-size: 2.0rem;
  }
}

.clkBlnBox .clkBlns > span .bln:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
}

.clkBlnBox .clkBlns > span .bln strong {
  display: block;
  margin-bottom: 0.3em;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}

.clkBlnBox .clkBlns > span .bln.sz_10 {
  width: 10em;
}

.clkBlnBox .clkBlns > span .bln.sz_11 {
  width: 11em;
}

.clkBlnBox .clkBlns > span .bln.sz_12 {
  width: 12em;
}

.clkBlnBox .clkBlns > span .bln.sz_13 {
  width: 13em;
}

.clkBlnBox .clkBlns > span .bln.sz_14 {
  width: 14em;
}

.clkBlnBox .clkBlns > span .bln.sz_15 {
  width: 15em;
}

.clkBlnBox .clkBlns > span .bln.sz_16 {
  width: 16em;
}

.clkBlnBox .clkBlns > span .bln.sz_17 {
  width: 17em;
}

.clkBlnBox .clkBlns > span .bln.sz_18 {
  width: 18em;
}

.clkBlnBox .clkBlns > span .bln.sz_19 {
  width: 19em;
}

.clkBlnBox .clkBlns > span .bln.sz_20 {
  width: 20em;
}

.clkBlnBox .clkBlns > span .bln.sz_21 {
  width: 21em;
}

.clkBlnBox .clkBlns > span .bln.sz_22 {
  width: 22em;
}

.clkBlnBox .clkBlns > span .bln.sz_23 {
  width: 23em;
}

.clkBlnBox .clkBlns > span .bln.sz_24 {
  width: 24em;
}

.clkBlnBox .clkBlns > span .bln.sz_25 {
  width: 25em;
}

.clkBlnBox .clkBlns > span .bln.sz_26 {
  width: 26em;
}

.clkBlnBox .clkBlns > span .bln.sz_27 {
  width: 27em;
}

.clkBlnBox .clkBlns > span .bln.sz_28 {
  width: 28em;
}

.clkBlnBox .clkBlns > span .bln.sz_29 {
  width: 29em;
}

.clkBlnBox .clkBlns > span .bln.sz_30 {
  width: 30em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_10 {
    width: 10em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_11 {
    width: 11em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_12 {
    width: 12em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_13 {
    width: 13em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_14 {
    width: 14em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_15 {
    width: 15em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_16 {
    width: 16em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_17 {
    width: 17em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_18 {
    width: 18em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_19 {
    width: 19em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_20 {
    width: 20em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_21 {
    width: 21em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_22 {
    width: 22em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_23 {
    width: 23em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_24 {
    width: 24em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_25 {
    width: 25em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_26 {
    width: 26em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_27 {
    width: 27em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_28 {
    width: 28em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_29 {
    width: 29em;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spSz_30 {
    width: 30em;
  }
}

.clkBlnBox .clkBlns > span .bln.is_T {
  bottom: 50px;
}

.clkBlnBox .clkBlns > span .bln.is_T:before {
  border-width: 1.0em 0.5em 0;
  border-top-color: #740003;
  bottom: -0.95em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.is_T {
    bottom: 18.66667vw;
  }
}

.clkBlnBox .clkBlns > span .bln.is_B {
  top: 50px;
}

.clkBlnBox .clkBlns > span .bln.is_B:before {
  border-width: 0 0.5em 1.0em;
  border-bottom-color: #740003;
  top: -0.95em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.is_B {
    top: 18.66667vw;
  }
}

.clkBlnBox .clkBlns > span .bln.is_R {
  left: 50px;
}

.clkBlnBox .clkBlns > span .bln.is_R:before {
  border-width: 0.5em 1.0em 0.5em 0;
  border-right-color: #740003;
  left: -0.95em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.is_R {
    left: 18.66667vw;
  }
}

.clkBlnBox .clkBlns > span .bln.is_L {
  right: 50px;
}

.clkBlnBox .clkBlns > span .bln.is_L:before {
  border-width: 0.5em 0 0.5em 1.0em;
  border-left-color: #740003;
  right: -0.95em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.is_L {
    right: 18.66667vw;
  }
}

.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: 6.82667vw;
  }
}

.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: 6.82667vw;
  }
}

.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: 6.4vw;
  }
}

.clkBlnBox .clkBlns > span .bln.dir_L {
  right: 0;
}

.clkBlnBox .clkBlns > span .bln.dir_L:before {
  right: 1.0em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.dir_L:before {
    right: 7.68vw;
  }
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.spDir_C {
    left: -42.66667vw;
  }
  .clkBlnBox .clkBlns > span .bln.spDir_C:before {
    left: 48.8vw;
  }
}

.clkBlnBox .clkBlns > span.show {
  z-index: 1;
}

.clkBlnBox .clkBlns > span.show .bln {
  display: block;
}

#cbox2Close {
  background: url("../images/colorbox_close.svg") center center no-repeat;
  background-size: 80% auto;
  width: 86px;
  height: 30px;
}

@media screen and (max-width: 584px) {
  #cbox2Overlay {
    opacity: 1.0 !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: 8.53333vw;
    height: 8.53333vw;
    border-width: 1.70667vw 1.70667vw 0 0;
  }
  #cbox2Previous {
    left: 4vw;
  }
  #cbox2Next {
    right: 4vw;
  }
  #cbox2Current {
    font-size: 1.2rem;
    line-height: 1;
    text-shadow: 0 0 3px #324289, 0 0 3px #324289, 0 0 3px #324289;
    top: 4vw;
    left: 2.66667vw;
  }
  #cbox2Close {
    width: 22.93333vw;
    height: 8vw;
    top: 1.33333vw;
    right: 0;
    bottom: auto;
  }
  .cbox2Photo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.modalNum .btnPageMdlCls {
  display: none !important;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9) !important;
  width: 80px;
  height: 80px;
  top: 35%;
  z-index: 1;
  transform: translate(0, 0);
  transition: 0.3s;
}

.slick-arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 6px solid #fff;
  border-bottom: 6px solid #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-arrow:before {
    width: 5.33333vw;
    height: 5.33333vw;
    border-width: 0 0 1.6vw 1.6vw;
  }
}

.slick-arrow:hover {
  opacity: 0.5;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  transform: translate(5px, 0) rotate(45deg);
}

.slick-next {
  right: 0;
}

.slick-next:before {
  transform: translate(-5px, 0) rotate(225deg);
}

.slick-dots {
  bottom: 0;
}

.slick-dots li {
  background-color: #ccc;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background-color: #ffe100;
}

.slick-dots li button {
  display: none;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 10.66667vw;
    position: static;
  }
  .slick-dots li {
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

/*--------- アニメーション ---------*/
@keyframes scale1 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*--------- 定期ボタン ---------*/
.btnBox {
  display: block;
  width: 1008px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btnBox {
    width: 100%;
    box-sizing: border-box;
  }
}

.btnBox a img {
  transition: .2s;
}

.btnBox a:hover img {
  filter: brightness(1.3);
}

.btnBox a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btnBox a img {
    height: auto;
  }
  .btnBox a img.pcShow {
    display: none;
  }
}

/*--------- プレゼント ---------*/
.teikiPre {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .teikiPre {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
  .teikiPre img {
    width: 100%;
    height: auto;
  }
}

.teikiPre > .ttl {
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .teikiPre > .ttl {
    width: 90.13333vw;
    margin: 0 auto 3.2vw;
  }
}

.teikiPre > .btnBox {
  margin-bottom: 29px;
}

@media screen and (max-width: 767px) {
  .teikiPre > .btnBox {
    margin-bottom: 6.13333vw;
  }
}

.teikiPre > .txt {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .teikiPre > .txt {
    width: 89.6vw;
    margin: 0 auto 6.13333vw;
  }
}

.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 + a {
  margin-top: 25px;
}

.teikiPre .preBox > a:hover {
  opacity: 0.5;
}

.teikiPre .preNote {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 2.08333;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .teikiPre .preNote {
    margin-top: 2.66667vw;
    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: 1.33333vw;
  }
  .preBox + .orderBtn {
    margin-top: 2.66667vw;
  }
}

/*--------------------------------------
  ページ内レイアウト(唯一、特定の部分)
---------------------------------------*/

/*--------------------------------------
  新着情報ページ
---------------------------------------*/
.newsTtl {
  border-left: 4px solid #399;
  padding: 0px 0px 0px 10px;
  margin-bottom: 5px;
  color: #399;
  font-weight: bold;
  font-size: 15px;
}

.newsTxt {
  margin-bottom: 15px;
}

.block_main .bg {
  background: url("../images/main/bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.block_main .pc .inner {
  height: 815px;
}

.block_main .pc .inner > * {
  position: absolute;
}

.block_main .pc h1 {
  top: 20px;
  left: 0px;
}

.block_main .pc .price {
  bottom: 10px;
  left: -25px;
}

.block_main .pc .mainImage {
  top: 137px;
  left: -30px;
}

.block_main .pc .copy {
  bottom: 140px;
  right: 0px;
}

.block_main .pc .txt {
  top: 55px;
  right: 0px;
}

.block_main .pc .txt2 {
  top: 150px;
  right: 0px;
}

.block_main .pc .btnBox {
  width: 489px;
  height: 85px;
  bottom: 45px;
  right: 0px;
  z-index: 5;
}

.block_main .sp img {
  width: 100%;
}

.block_intro {
  padding: 80px 0;
  background-image: url("../images/intro/bg.jpg");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .block_intro {
    padding: 5vw 0 5vw 0;
    background-size:cover;
  }  
}

.block_intro .bnSprt {
  position: fixed;
  left: 0px;
  bottom: 5%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.block_intro .bnSprt a {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .block_intro .bnSprt {
    padding-bottom: 10vw;
    position: static;
    flex-direction: row;
    justify-content: space-between;
  }
  .block_intro .bnSprt a {
    width: 100%;
  }
}

.block_intro h2 {
  margin-bottom: .8em;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .block_intro h2 {
    margin-bottom: 0;
    font-size: 3rem;
  }
}

.block_intro h2 strong {
  display: inline-block;
  position: relative;
}

.block_intro h2 strong span {
  font-size: 42%;
  position: absolute;
  left: 0px;
  top: -1em;
  margin-left:265px;
}

.block_intro .lead {
  font-size: 1.8rem;
  line-height: 1.61111;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .block_intro .lead {
    text-align: left;
    margin-top: 5.33333vw;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
  .block_intro h2 strong span {
  
  margin-left:60%;
}
}

.block_intro .descImg {
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .block_intro .descImg {
    margin-top: 6.4vw;
  }
}

.block_intro .movBox {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .block_intro .movBox {
    padding: 5.33333vw 0;
  }
}

.block_intro .movBox iframe {
  width: 100%;
  max-height: 550px;
  height: 50vw;
}

.block_intro .bnBox {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .block_intro .bnBox {
    padding-bottom: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .block_intro .btnBox {
    display: none;
  }
}

.movZone .movBox > li {
  box-sizing: border-box;
}

.movZone .movBox h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: .3em;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  .movZone .movBox h3 {
    font-size: 1.6rem;
  }
}

.movZone .movBox img {
  width: 100%;
}

.movZone .movBox .box {
  position: relative;
  cursor: pointer;
  transition: filter 0.3s;
}

.movZone .movBox .box:hover {
  filter: brightness(150%);
}

.movZone .movBox .box: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 .box:before {
    width: 12vw;
    height: 7vw;
  }
}

.movZone .movBox.multi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.movZone .movBox.multi > li {
  width: 48.1%;
  margin-right: 3.8%;
}

.movZone .movBox.multi > li:nth-child(even) {
  margin-right: 0;
}

.movZone .movBox.multi > li:nth-child(n + 3) {
  margin-top: 3.8%;
}

.movZone .movBox.multi > li:before {
  width: 114px;
  height: 66.5px;
}

.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: 1.0em;
  height: 1.0em;
  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;
}

.block_detail {
  padding: 80px 0;
  background-image: linear-gradient(to bottom, #000000 0%, #333031 100%);
}

@media screen and (max-width: 767px) {
  .block_detail {
    padding: 10vw 0 5vw 0;
  }
}

.block_detail h2 {
  margin-bottom: .8em;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.block_detail h2 em {
  border-bottom: 1px solid #FFF;
  padding-bottom: .2em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .block_detail h2 {
    font-size: 2.6rem;
  }
}

.block_detail .lead {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .block_detail .lead {
    font-size: 1.35rem;
    font-weight: normal;
  }
}

.block_detail .box1 {
  align-items: center;
  display: flex;
  background-color: #262626;
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .block_detail .box1 {
    display: block;
    margin: 5vw 0;
    background-color: transparent;
  }
}

.block_detail .box1 .ph {
  width: 475px;
}

@media screen and (max-width: 767px) {
  .block_detail .box1 .ph {
    width: 100%;
  }
}

.block_detail .box1 .txt {
  box-sizing: border-box;
  width: 525px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .block_detail .box1 .txt {
    width: auto;
    padding: 3vw 0 0 0;
  }
}

.block_detail .box1 .txt dt {
  color: #fffc16;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .block_detail .box1 .txt dt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .block_detail .box1 .txt dd {
    font-size: 1.2rem;
  }
}

.block_detail .detailSld {
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .block_detail .detailSld {
    margin: 9.33333vw 0;
  }
}

.block_detail .detailSld .imgList .slick-slide {
  box-sizing: border-box;
  width: 584px;
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .block_detail .detailSld .imgList .slick-slide {
    width: 86vw;
    margin: 0 .8vw;
  }
}

.block_detail .detailSld .imgList .slick-slide img {
  border: 1px solid #fffc16;
}

.block_detail .detailSld .imgList .slick-slide dt {
  color: #fffc16;
  font-weight: bold;
  font-size: 1.8rem;
  margin: .8em 0 .4em 0;
}

@media screen and (max-width: 767px) {
  .block_detail .detailSld .imgList .slick-slide dt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .block_detail .detailSld .imgList .slick-slide dd {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .block_detail .detailSld .imgList .slick-slide {
    padding: 0 2vw;
  }
}

@media screen and (max-width: 767px) {
  .block_detail .detailSld .slick-dots {
    margin-top: 2.66667vw;
  }
}

.block_detail .detailSld .slick-dots li {
  width: 3.73333vw;
  height: 3.73333vw;
}

@media screen and (max-width: 767px) {
  .block_detail .detailSld .slick-dots li.slick-active {
    background-color: #d6000f;
  }
}

.slick-slide {
  opacity: .3;
}

.slick-slide.slick-current {
  opacity: 1;
}

.box1 h3 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #ffd800;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.box1 .spScroll {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box1 .spScroll {
    overflow-x: scroll;
  }
  .box1 .spScroll img {
    width: 150vw;
    max-width: none;
  }
}

.slick-next {
  left: 50%;
  margin-left: 324px;
}

.slick-prev {
  left: 50%;
  margin-left: -401px;
}

.block_gimmick {
  padding: 80px 0;
  background-image: url("../images/gimmick/bg.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .block_gimmick {
    padding: 10vw 0 5vw 0;
  }
}

.block_gimmick h2 {
  margin-bottom: .8em;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.block_gimmick h2 em {
  border-bottom: 1px solid #FFF;
  padding-bottom: .2em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .block_gimmick h2 {
    font-size: 2.6rem;
  }
}

.block_gimmick .bdT {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 50px;
}

.block_gimmick .ttl {
  display: flex;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  align-items: center;
}

.block_gimmick .ttl .icon {
  margin-right: 15px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .block_gimmick .ttl .icon {
    width: 10.66667vw;
    margin-right: 3vw;
  }
}

.block_gimmick .ttl .txt {
  font-weight: bold;
}

.block_gimmick .ttl .txt .sub {
  display: block;
  line-height: 1;
  font-size: 2.4rem;
  color: #ffd800;
}

@media screen and (max-width: 767px) {
  .block_gimmick .ttl .txt .sub {
    font-size: 1.1rem;
  }
}

.block_gimmick .ttl .txt .main {
  display: block;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .block_gimmick .ttl .txt .main {
    font-size: 1.6rem;
  }
}

.block_gimmick .detailSld {
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .block_gimmick .detailSld {
    margin: 9.33333vw 0;
  }
}

.block_gimmick .detailSld.lst {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .block_gimmick .detailSld.lst {
    margin-bottom: 5.33333vw;
  }
}

.block_gimmick .detailSld .imgList .slick-slide {
  box-sizing: border-box;
  width: 584px;
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .block_gimmick .detailSld .imgList .slick-slide {
    width: 86vw;
    margin: 0 .8vw;
  }
}

.block_gimmick .detailSld .imgList .slick-slide img {
  border: 1px solid #fffc16;
}

.block_gimmick .detailSld .imgList .slick-slide dt {
  color: #fffc16;
  font-weight: bold;
  font-size: 1.8rem;
  margin: .8em 0 .4em 0;
}

@media screen and (max-width: 767px) {
  .block_gimmick .detailSld .imgList .slick-slide dt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .block_gimmick .detailSld .imgList .slick-slide dd {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .block_gimmick .detailSld .imgList .slick-slide {
    padding: 0 2vw;
  }
}

@media screen and (max-width: 767px) {
  .block_gimmick .detailSld .slick-dots {
    margin-top: 2.66667vw;
  }
}

.block_gimmick .detailSld .slick-dots li {
  width: 3.73333vw;
  height: 3.73333vw;
}

@media screen and (max-width: 767px) {
  .block_gimmick .detailSld .slick-dots li.slick-active {
    background-color: #d6000f;
  }
}

.block_gimmick .box2 {
  border: 1px solid #ffd800;
  padding: 25px;
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .block_gimmick .box2 {
    padding: 5vw;
    margin-top: 5vw;
  }
}

.block_gimmick .box2 + .box2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .block_gimmick .box2 + .box2 {
    margin-bottom: 2.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .block_gimmick .box2 dd {
    font-size: 1.2rem;
  }
}

.block_gimmick .box2 dt {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #ffd800;
  font-weight: bold;
  border-bottom: 1px solid #ffd800;
  padding-bottom: .7em;
  margin-bottom: .7em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .block_gimmick .box2 dt {
    font-size: 1.6rem;
  }
}

.block_gimmick .box2 dt span {
  font-size: 70%;
}

.block_gimmick .box2 dd .img {
  position: absolute;
  right: 30px;
  top: -20px;
  width: 350px;
}

@media screen and (max-width: 767px) {
  .block_gimmick .box2 dd .img {
    position: static;
    width: 100%;
  }
}

.block_gimmick .box2 dd .img img {
  max-width: 100%;
}

.block_gimmick .box2 dd strong {
  font-weight: bold;
}

.block_gimmick .box2 dd ul {
  margin-top: 1em;
}

.block_gimmick .box2 dd ul li {
  display: inline-block;
  margin-right: 1em;
  font-weight: bold;
  color: #ffd800;
}

.block_gimmick .notes {
  text-align: right;
  margin-bottom: 60px;
  font-size: 1.2rem;
  padding-top: .5em;
}

@media screen and (max-width: 767px) {
  .block_gimmick .notes {
    margin-bottom: 10.66667vw;
    font-size: 1rem;
  }
}

.block_gimmick .notes .inner {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  .block_gimmick .notes .inner {
    padding-bottom: 8vw;
  }
}

.block_magazine {
  background: url("../images/mag/bg_wrap.png") center top no-repeat #0c0102;
  background-size: 100% auto;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .block_magazine {
    background-image: url("../images/mag/bg_wrap_sp.png");
    padding: 6.4vw 0 5.33333vw;
  }
}

.block_magazine h2 {
  margin-bottom: 1.66667em;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .block_magazine h2 {
    margin-bottom: 6.66667vw;
    font-size: 1.1rem;
  }
}

.block_magazine h2 small {
  display: block;
  margin-bottom: 0.83333em;
}

@media screen and (max-width: 767px) {
  .block_magazine h2 small {
    margin-bottom: 3.2vw;
    line-height: 1.36364;
  }
}

.block_magazine h2 strong {
  display: block;
  font-size: 2em;
}

@media screen and (max-width: 767px) {
  .block_magazine h2 strong {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

.block_magazine h2 strong > span {
  display: inline-block;
  padding-bottom: 0.41667em;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .block_magazine h2 strong > span {
    padding-bottom: 3.46667vw;
  }
}

.block_magazine .acrds {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds {
    margin-bottom: 5.86667vw;
  }
}

.block_magazine .acrds .acrdBox .acrdBtn {
  display: flex;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdBtn {
    font-size: 1.8rem;
  }
}

.block_magazine .acrds .acrdBox .acrdBtn:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background-color: #000;
  width: 14px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdBtn:before {
    width: 2.13333vw;
    margin-right: 0.8vw;
  }
}

.block_magazine .acrds .acrdBox .acrdBtn:after {
  margin-right: 0;
  border-width: 0.2em 0.2em 0 0;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdBtn:after {
    right: 5.33333vw;
  }
}

.block_magazine .acrds .acrdBox .acrdBtn span {
  display: block;
  width: 100%;
  padding: 0.28125em 2.1875em 0.28125em 0.9375em;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdBtn span {
    padding: 2.13333vw 18.66667vw 2.13333vw 4vw;
  }
}

.block_magazine .acrds .acrdBox .acrdCont {
  display: none;
}

.block_magazine .acrds .acrdBox .acrdCont .in {
  padding: 20px 0 15px;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdCont .in {
    padding: 4vw 2.66667vw;
  }
}

.block_magazine .acrds .acrdBox .acrdCont .lbl {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdCont .lbl {
    margin-bottom: 2.66667vw;
  }
}

.block_magazine .acrds .acrdBox .acrdCont .lbl span {
  display: inline-block;
  background-color: #000;
  padding: 4px 12px 3px;
  color: #fff71d;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdCont .lbl span {
    font-size: 1.4rem;
  }
}

.block_magazine .acrds .acrdBox .acrdCont .lead {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-shadow: 0px 1px 3px black;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdCont .lead {
    margin-bottom: 5.33333vw;
    font-size: 1.2rem;
    line-height: 1.41667;
  }
}

.block_magazine .acrds .acrdBox .acrdCont .imgBlnBox {
  position: relative;
}

.block_magazine .acrds .acrdBox .acrdCont .imgBlnBox .imgs {
  position: relative;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdCont .imgBlnBox .imgs {
    text-align: center;
  }
}

.block_magazine .acrds .acrdBox .acrdCont .imgBlnBox .imgs .img {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdCont .imgBlnBox .imgs .img {
    position: static;
  }
}

.block_magazine .acrds .acrdBox .acrdCont .imgBlnBox .imgs .img:nth-child(1) {
  left: -6px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdCont .imgBlnBox .imgs .img:nth-child(1) {
    margin-bottom: 2.66667vw;
    padding-left: 10.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdCont .imgBlnBox .imgs .img:nth-child(1) img {
    width: 68.8vw;
  }
}

.block_magazine .acrds .acrdBox .acrdCont .imgBlnBox .imgs .img:nth-child(2) {
  right: -10px;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdCont .imgBlnBox .imgs .img:nth-child(2) img {
    width: 100%;
  }
}

.block_magazine .acrds .acrdBox .acrdCont .imgBlnBox span {
  position: absolute;
}

.block_magazine .acrds .acrdBox .acrdCont .imgBox {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox .acrdCont .imgBox img {
    width: 100%;
  }
}

.block_magazine .acrds .acrdBox + .acrdBox {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox + .acrdBox {
    margin-top: 1.6vw;
  }
}

.block_magazine .acrds .acrdBox:nth-child(1) .acrdBtn span {
  background-color: #e60012;
}

.block_magazine .acrds .acrdBox:nth-child(1) .acrdCont .imgBlnBox .imgs {
  height: 431px;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox:nth-child(1) .acrdCont .imgBlnBox .imgs {
    height: auto;
  }
}

.block_magazine .acrds .acrdBox:nth-child(1) .acrdCont .imgBlnBox span .bln {
  background-color: #e60012;
}

.block_magazine .acrds .acrdBox:nth-child(2) .acrdBtn span {
  background-color: #f26522;
}

.block_magazine .acrds .acrdBox:nth-child(2) .acrdCont .imgBlnBox .imgs {
  height: 501px;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox:nth-child(2) .acrdCont .imgBlnBox .imgs {
    height: auto;
  }
}

.block_magazine .acrds .acrdBox:nth-child(2) .acrdCont .imgBlnBox span .bln {
  background-color: #f26522;
}

.block_magazine .acrds .acrdBox:nth-child(3) .acrdBtn span {
  background-color: #0080c6;
}

.block_magazine .acrds .acrdBox:nth-child(4) .acrdBtn span {
  background-color: #9664aa;
}

.block_magazine .acrds .acrdBox:nth-child(5) .acrdBtn span {
  background-color: #138c8a;
}

.block_magazine .acrds .acrdBox:nth-child(6) .acrdBtn span {
  background-color: #9a7033;
}

.block_magazine .acrds .acrdBox:nth-child(7) .acrdBtn span {
  background-color: #20b259;
}

@media screen and (max-width: 767px) {
  .block_magazine .acrds .acrdBox:nth-child(7) .acrdCont .imgBox img {
    width: 68.8vw;
  }
}

.block_magazine .profBox {
  background-color: rgba(0, 0, 0, 0.6);
  width: 728px;
  margin: 0 auto 50px;
  padding: 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .block_magazine .profBox {
    width: auto;
    margin: 0 5.33333vw;
    padding: 4vw;
  }
}

.block_magazine .profBox .img {
  float: left;
}

@media screen and (max-width: 767px) {
  .block_magazine .profBox .img {
    width: 16.8vw;
    margin: 0 2.66667vw 1.33333vw 0;
  }
}

@media screen and (max-width: 767px) {
  .block_magazine .profBox .img img {
    width: 100%;
  }
}

.block_magazine .profBox dl {
  margin-left: 92px;
}

@media screen and (max-width: 767px) {
  .block_magazine .profBox dl {
    margin-left: 0;
  }
}

.block_magazine .profBox dl dt {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .block_magazine .profBox dl dt {
    font-size: 1.2rem;
    line-height: 1.33333;
  }
}

.block_magazine .profBox dl dd {
  margin-top: 9px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .block_magazine .profBox dl dd {
    margin-top: 1.33333vw;
    font-size: 1.0rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .block_magazine .profBox dl dd span {
    display: block;
    clear: both;
  }
}

.block_magazine .kumitateMov {
  background: url("../images/mag/kumitate_mov_img.png") 628px center no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 983px;
  margin: 0 auto 60px;
  padding: 22px 45px 30px;
  border: 5px solid #af9b64;
  box-shadow: 3.857px 4.596px 5px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .block_magazine .kumitateMov {
    background-position: 82.66667vw 27.46667vw;
    background-size: 65.6vw auto;
    max-width: none;
    margin: 0 8vw 10.66667vw;
    padding: 4vw;
    border-width: 0.8vw;
    box-shadow: 1.02853vw 1.2256vw 1.33333vw 0 rgba(0, 0, 0, 0.3);
  }
}

.block_magazine .kumitateMov h3 {
  margin-bottom: 0.38462em;
  color: #00bdb3;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .block_magazine .kumitateMov h3 {
    margin-bottom: 1.33333vw;
    font-size: 1.4rem;
  }
}

.block_magazine .kumitateMov p {
  margin-bottom: 1.25em;
  padding-right: 320px;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .block_magazine .kumitateMov p {
    padding: 0px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.block_magazine .kumitateMov a {
  display: block;
  background-color: #007871;
  margin-right: 366px;
  padding: 0.6em;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  border: 2px solid #007871;
  border-radius: 100px;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .block_magazine .kumitateMov a {
    margin-right: 0;
    padding: 2.66667vw;
    font-size: 1.4rem;
    border-width: 0.53333vw;
  }
}

.block_magazine .kumitateMov a:hover {
  background-color: #fff;
  color: #007871;
}

.block_magazine .kumitateService {
  max-width: 850px;
  margin: 0 auto 70px auto;
}

@media screen and (max-width: 767px) {
  .block_magazine .kumitateService {
    max-width: none;
    padding: 0 8vw;
    margin-bottom: 0px;
  }
}

.block_magazine .kumitateService a {
  display: block;
  background: url("../images/mag/bg_slant.png") 0 0 repeat;
  padding: 3px 4px;
  color: #2ea8a3;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 100px;
  transition: opacity 0.3s;
}

.block_magazine .kumitateService a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .block_magazine .kumitateService a {
    background-size: 6.93333vw auto;
    padding: 0.8vw 1.06667vw;
    font-size: 1.2rem;
  }
}

.block_magazine .kumitateService a span {
  display: block;
  background-color: #fff;
  padding: 1.25em 4em 1.25em 9.9em;
  border-radius: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .block_magazine .kumitateService a span {
    padding: 3vw 3vw 3vw 18vw;
  }
}

.block_magazine .kumitateService a span:before, .block_magazine .kumitateService a span:after {
  content: "";
  display: block;
  position: absolute;
}

.block_magazine .kumitateService a span:before {
  background: url("../images/mag/kumitate_service_img.png") 0 0 repeat;
  width: 122px;
  height: 135px;
  bottom: 0;
  left: 54px;
}

@media screen and (max-width: 767px) {
  .block_magazine .kumitateService a span:before {
    background-size: contain;
    width: 13.33333vw;
    height: 16vw;
    left: 3vw;
  }
}

.block_magazine .kumitateService a span:after {
  width: 16px;
  height: 16px;
  margin: auto;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #2ea8a3 #2ea8a3 transparent;
  top: 0;
  bottom: 0;
  right: 45px;
  transform: translate(0, 0) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .block_magazine .kumitateService a span:after {
    display: none;
  }
}

.block_magazine .kumitateService a span em {
  display: inline-block;
  background: linear-gradient(to bottom, transparent 60%, #fff20c 60%);
}

.block_number {
  padding-bottom: 59px;
}

@media screen and (max-width: 767px) {
  .block_number {
    padding-bottom: 7.2vw;
  }
}

.block_number .inner {
  max-width: 1200px;
  width: 85%;
}

@media screen and (max-width: 767px) {
  .block_number .inner {
    max-width: none;
    width: 100%;
  }
}

.block_number h2 {
  padding: 54px 0 44px;
  color: #fff;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 6.6rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .block_number h2 {
    padding: 10.93333vw 0 7.46667vw;
    font-size: 2.4rem;
  }
}

.block_number h2 span {
  display: inline-block;
  padding-bottom: 0.37879em;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .block_number h2 span {
    padding-bottom: 0.45833em;
  }
}

@media screen and (max-width: 767px) {
  .block_number .spScrlX {
    margin-bottom: 4vw;
  }
}

.block_number .numBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .block_number .numBox {
    width: 201.6vw;
    padding: 0 5.33333vw 4.26667vw;
    margin-bottom: 0;
  }
}

.block_number .numBox a {
  display: block;
  color: #000;
  text-decoration: none;
  width: 19%;
}

.block_number .numBox a p {
  background-color: #e60012;
  margin-bottom: 1em;
  padding: 0.35em 0.5em 0.4em;
  font-size: 2.0rem;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .block_number .numBox a p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .block_number .numBox a .img {
    width: 37.33333vw !important;
  }
}

.block_number .numBox a .img img {
  width: 100%;
  transition: 0.3s;
}

.block_number .numBox a:hover .img img {
  transform: scale(1.1);
}

.block_number .toNext {
  font-size: 2.7rem;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .block_number .toNext {
    font-size: 1.4rem;
  }
}

.block_number .toNext small {
  display: block;
  margin-top: 0.27778em;
  font-size: 0.66667em;
}

.block_teiki .teikiTtl {
  background-color: #d6151f;
  padding: 18px 0 22px;
}

@media screen and (max-width: 767px) {
  .block_teiki .teikiTtl {
    padding: 2.66667vw 0 2.93333vw;
  }
  .block_teiki .teikiTtl img {
    width: 89.6vw;
    height: auto;
  }
}

.block_teiki .bg {
  background: url("../images/teiki/bg_wrap.png") center top no-repeat #181314;
  background-size: 100% auto;
  padding: 40px 0 50px;
}

@media screen and (max-width: 767px) {
  .block_teiki .bg {
    background-image: url("../images/teiki/bg_wrap_sp.png");
    padding: 5.06667vw 0 10.66667vw;
  }
}

.block_teiki .priceBox {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .block_teiki .priceBox {
    display: block;
    margin-bottom: 4.26667vw;
  }
  .block_teiki .priceBox img {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .block_teiki .priceBox li {
    text-align: center;
  }
  .block_teiki .priceBox li img {
    width: 89.33333vw;
  }
}

.block_teiki .priceBox li:nth-child(1) {
  padding: 0 39px 0 0;
}

@media screen and (max-width: 767px) {
  .block_teiki .priceBox li:nth-child(1) {
    padding: 0 0 2.93333vw;
  }
}

.block_teiki .bn01 {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .block_teiki .bn01 {
    margin-bottom: 5.6vw;
  }
  .block_teiki .bn01 img {
    width: 90.13333vw;
  }
}

.block_teiki .teikiBottom {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .block_teiki .teikiBottom {
    padding-top: 5.33333vw;
  }
}

.block_teiki .teikiBottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .block_teiki .teikiBottom .inner {
    display: block;
  }
}

.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: 8vw;
    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: 2.1rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .block_teiki .teikiBottom .ftTxt {
    margin-bottom: 6.66667vw;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
  }
}

/*---------- SNS ----------*/
.snsBtns {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .snsBtns {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .snsBtns li {
    width: 45.33333vw;
  }
}

.snsBtns li + li {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .snsBtns li + li {
    margin-left: 4.26667vw;
  }
}

.snsBtns li a {
  display: block;
}

/*---------- ヘッダーのSNS ----------*/
#hdSns {
  position: absolute;
  right: 16px;
  top: 41px;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  #hdSns {
    display: none;
  }
}

/*---------- 帯 ----------*/
.navObi {
  background-color: #d7000f;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.navObi  p{
      font-size: 40px;
    font-weight: bolder;
  }
@media screen and (max-width: 767px) {
  .navObi {
    /*display: none;*/
    text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  }
  .navObi nav a{
      font-size:15px;
  }
  .navObi  p{
      font-size:15px;
  }
}

.navObi.fix {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.navObi .inner {
  padding-top: 8px;
  padding-bottom: 7px;
}

.navObi nav {
  display: flex;
  justify-content: center;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.navObi nav a {
  display: block;
  margin: 0;
  padding: 0.7em 1em;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  
  .navObi nav a{
      font-size:15px;
  }
  
}
.navObi nav a span {
  display: inline-block;
  vertical-align: middle;
}

.navObi nav a span:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  margin-right: 0.8em;
  height: 0.6em;
  transform: rotate(45deg);
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}

.navObi nav a:hover {
  color: #dae535;
}

/*---------- フッター ----------*/
.cluboff a {
  display: block;
  width: 973px;
  margin: 20px auto 0;
  transition: opacity 0.3s;
}

.cluboff a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .cluboff a {
    width: 62.93333vw;
    margin-top: 4.53333vw;
  }
}

@media screen and (max-width: 767px) {
  .cluboff img {
    width: 100%;
  }
}

.nationalFoot {
  padding: 35px 0;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .nationalFoot {
    padding: 8vw 0;
  }
}

.nationalFoot > .inner {
  display: block;
  justify-content: space-between;
  align-items: center;
  max-width: 780px;
}

@media screen and (max-width: 767px) {
  .nationalFoot > .inner {
    display: block;
  }
}

.bnBtns {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bnBtns {
    margin-top: 4.53333vw;
  }
}

.bnTrial a {
  display: block;
  transition: opacity 0.3s;
}

.bnTrial a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .bnTrial img {
    width: 100%;
  }
}

.btnNotice {
  padding-bottom: 13px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .btnNotice {
    padding-bottom: 3.2vw;
  }
}

.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 {
    padding: 0 8vw;
    font-size: 1.6rem !important;
  }
}

.btnNotice a span {
  display: inline-block;
  background-image: url(/site/common/img/icn_oshirase.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 15px 0 15px 36px;
}

@media screen and (max-width: 767px) {
  .btnNotice a span {
    background-size: 6.66667vw 4.53333vw;
    padding: 4vw 0 4vw 9.33333vw;
  }
}

.orderPage {
  background: url("../images/teiki/bg_wrap.jpg") center top no-repeat;
  background-size: cover;
  padding: 0px;
  overflow: hidden;
  /* グレーアウト */
  /* グレーアウト */
  /*
      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: 1.0em;
}

.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: url("../images/intro/bg_wrap.jpg") center top no-repeat;
  background-size: cover;
  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;
  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;
  }
}

.block_upsell {
  background: url("../images/upsell/bg.jpg") center top;
}

@media screen and (min-width: 768px) {
  .block_upsell {
    padding: 67px 50px;
  }
}

@media screen and (max-width: 767px) {
  .block_upsell {
    padding: 8vw 0;
  }
}

.block_upsell .notes {
  text-align: center;
  padding-top: 15px;
}

.block_upsell .notes p {
  color: #000;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .block_upsell .notes p {
    padding: 0 4vw;
  }
}

@media screen and (max-width: 767px) {
  .block_upsell img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .block_upsell .inner {
    max-width: 980px;
  }
}

@media screen and (min-width: 768px) {
  .block_upsell h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .block_upsell h2 {
    margin-bottom: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .block_upsell .noteBox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .block_upsell .noteBox {
    margin-bottom: 8vw;
  }
}

.block_upsell .noteBox p {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .block_upsell .noteBox p {
    font-size: 2.2rem;
    line-height: 1.31818;
  }
}

@media screen and (max-width: 767px) {
  .block_upsell .noteBox p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.block_upsell .noteBox p em {
  color: #cf000d;
}

@media screen and (min-width: 768px) {
  .block_upsell .noteBox figure {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .block_upsell .noteBox figure {
    margin-top: 5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .block_upsell .spScrlX {
    width: 100%;
    overflow-x: scroll;
  }
}

.block_upsell ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .block_upsell ol {
    width: 300vw;
    flex-wrap: nowrap;
  }
}

.block_upsell ol li {
  width: 316px;
  margin: 5px;
}

@media screen and (max-width: 767px) {
  .block_upsell ol li {
    width: 90%;
    margin: 0 auto 3vw 3vw;
  }
}

.block_upsell ol li img:hover {
  filter: brightness(1.1);
}

/*--------------------------------------
  よくあるご質問ページ
---------------------------------------*/
#pageFaq .inner {
  max-width: 915px;
  margin: 0 auto;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  #pageFaq .inner {
    padding-top: 30px;
  }
}

#pageFaq .logo {
  background: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #pageFaq .logo {
    width: 70%;
    margin: 0 auto 30px;
  }
}

#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;
    font-size: 1.8rem;
    padding: 10px 15px;
  }
}

#pageFaq .faqBox {
  font-size: 1.4rem;
}

#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: 1.0em;
}

.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 {
  display: block;
  background: url("../images/num/modal_bg_wrap.png") center bottom no-repeat #324289;
  background-size: 100% auto;
  max-width: 767px;
  margin: auto;
  padding: 8% 8% 16%;
  color: #fff;
}

@media screen and (max-width: 584px) {
  .modalNum {
    padding-top: 10.66667%;
    padding-bottom: 26.66667%;
  }
}

.modalNum .secMain {
  text-align: center;
}

.modalNum .secMain h1 {
  background-color: #da2128;
  margin-bottom: 1.0em;
  padding: 0.2em 0.5em 0.4em;
  font-size: 1.8rem;
  line-height: 1;
}

@media screen and (max-width: 584px) {
  .modalNum .secMain h1 {
    font-size: 2.2rem;
  }
}

.modalNum .secMain h1 em {
  font-weight: bold;
}

.modalNum .secMain h1 strong {
  font-size: 1.4em;
  font-weight: bold;
}

@media screen and (max-width: 584px) {
  .modalNum .secMain .hyosi {
    margin-right: -3.46667vw;
  }
}

.modalNum .secMain .hyosi img {
  width: 100%;
}

.modalNum .secMain .date {
  margin-bottom: 2.0em;
  font-size: 1.4rem;
}

@media screen and (max-width: 584px) {
  .modalNum .secMain .date {
    font-size: 1.6rem;
  }
}

.modalNum .secDetail h2 {
  margin-bottom: 0.3em;
  color: #ffde00;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 584px) {
  .modalNum .secDetail h2 {
    font-size: 2.2rem;
  }
}

.modalNum .secDetail ul {
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 584px) {
  .modalNum .secDetail ul {
    font-size: 1.8rem;
  }
}

.modalNum .secDetail ul li {
  display: flex;
  align-items: flex-start;
}

.modalNum .secDetail ul li + li {
  margin-top: 0.8em;
}

.modalNum .secDetail ul li i {
  flex-shrink: 0;
  padding: 0.2em 0.3em 0 0;
}

.modalNum .secDetail ul li i:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 1.0em;
  height: 1.0em;
  border-radius: 50%;
}

.modalNum .secDetail ul li dl {
  width: 100%;
}

.modalNum .secDetail ul li dt {
  font-weight: bold;
}

.modalNum .secDetail ul li dd {
  font-size: 1.2em;
}

.modalNum .secParts {
  margin-top: 5.0rem;
}

@media screen and (max-width: 584px) {
  .modalNum .secParts {
    margin-top: 4.0rem;
  }
}

.modalNum .secParts h3 {
  margin-bottom: 0.3em;
  color: #ffde00;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 584px) {
  .modalNum .secParts h3 {
    font-size: 2.2rem;
  }
}

.modalNum .secParts p {
  margin-bottom: 2.0em;
  font-size: 1.4rem;
}

@media screen and (max-width: 584px) {
  .modalNum .secParts p {
    font-size: 1.8rem;
  }
}

.modalNum .secParts .img {
  text-align: center;
}

.modalNum .secParts .img img {
  width: 100%;
}

.modalNum .btnPageMdlCls {
  display: none;
}

@media screen and (max-width: 584px) {
  .modalNum .btnPageMdlCls {
    display: block;
    margin-top: 26.66667%;
    text-align: center;
  }
  .modalNum .btnPageMdlCls a {
    display: inline-block;
    background-color: #999;
    padding: 0.6em 1.5em;
    color: #fff;
    font-size: 2.0rem;
    text-decoration: none;
    border-radius: 2.66667vw;
  }
}

/*--------------------------------------
  動画ページ
---------------------------------------*/
.supportPage {
  padding-bottom: 3%;
}

@media screen and (max-width: 767px) {
  .supportPage #deagoLogo {
    top: 2vw;
  }
}

.supportPage .ttlArea {
  background: url("../images/movie/ttl_bg.png") center top repeat-x;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .supportPage .ttlArea {
    background-size: cover;
    padding: 0;
  }
}

.supportPage .ttlArea h1 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.supportPage .ttlArea h1 img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .supportPage .ttlArea h1 img {
    width: 90%;
  }
}

.supportPage .contArea {
  max-width: 1000px;
  margin: auto;
}

.supportPage .paging {
  text-align: left;
  margin: 4% 0;
}

.supportPage .paging li {
  display: inline-block;
  margin: 0 5px;
  border-left: 1px solid #333;
  padding-left: 10px;
}

.supportPage .paging li:last-child {
  border-right: 1px solid #333;
  padding-right: 10px;
}

.supportPage .paging li a {
  color: #333;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .supportPage .paging li a {
    font-size: 3.0rem;
  }
}

.supportPage .paging li a:hover {
  text-decoration: none;
}

.supportPage .paging li a.on {
  color: #dd1b10;
}

.supportPage .tabs {
  display: flex;
  font-size: 2.2rem;
  text-align: center;
  border-left: 1px solid #dd1b10;
  border-right: 1px solid #dd1b10;
  position: relative;
}

@media screen and (max-width: 767px) {
  .supportPage .tabs {
    font-size: 3.0rem;
    border: none;
  }
}

.supportPage .tabs:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-left: 1px solid #dd1b10;
  position: absolute;
  top: 0;
  left: 50%;
}

.supportPage .tabs li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .supportPage .tabs li {
    border-right: none;
  }
}

.supportPage .tabs li a {
  display: block;
  padding: 2% 0;
  color: #dd1b10;
  text-decoration: none;
  transition: 0.3s;
}

.supportPage .tabs li a:hover {
  opacity: 0.7;
}

.supportPage .tabs li a:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-bottom: 0.2em solid #dd1b10;
  border-left: 0.2em solid #dd1b10;
  transform: translate(0, -0.2em) rotate(-45deg);
}

.supportPage article h2 {
  padding: 3.0em 0 1.0em;
  color: #dd1b10;
  font-size: 3.0rem;
}

@media screen and (max-width: 767px) {
  .supportPage article h2 {
    padding: 2.0em 0 1.0em;
    font-size: 4.0rem;
  }
}

.supportPage article span {
  display: inline-block;
  padding: 0 0.1em;
  border-bottom: 5px solid #dd1b10;
}

.supportPage section {
  margin-bottom: 3%;
  border: 1px solid #333;
}

@media screen and (max-width: 767px) {
  .supportPage section {
    margin: 0%;
  }
}

.supportPage section h3 {
  background: #dd1b10;
  padding: 1.5%;
  text-align: left;
  line-height: 1.5;
  color: #fff;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .supportPage section h3 {
    font-size: 3.6rem;
  }
}

.supportPage section dl {
  padding: 2%;
  text-align: center;
  letter-spacing: -0.4em;
}

.supportPage section dl dt, .supportPage section dl dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.supportPage section dl dt {
  width: 27%;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .supportPage section dl dt {
    display: none;
  }
}

.supportPage section dl dt img {
  max-width: 235px;
  width: 100%;
  height: auto;
}

.supportPage section dl dd {
  width: 71%;
}

@media screen and (max-width: 767px) {
  .supportPage section dl dd {
    width: 100%;
  }
}

.supportPage section dl dd .box + .box {
  margin-top: 5%;
}

.supportPage section dl dd h4 {
  margin-bottom: 3%;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .supportPage section dl dd h4 {
    font-size: 3.0rem;
  }
}

.supportPage section dl dd iframe {
  width: 100%;
  height: 40vh;
}

.supportPage .btnBack {
  max-width: 280px;
  padding: 2%;
  width: 100%;
  color: #FFFFFF !important;
  text-align: center;
  display: block;
  font-size: 24px;
  margin: 3% auto;
  background: #333;
  border-radius: 8px;
  box-shadow: 0px 3px #111;
}

@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;
  }
}

.tyokusouBox {
  text-align: center;
  padding: 30px 0 10px;
}

.tyokusouBox p {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .tyokusouBox p {
    margin: 0 4vw;
  }
}

.tyokusouBox span {
  display: flex;
  border: 3px solid #2c6652;
  color: #222;
  background-color: #FFF;
  font-size: 1.6rem;
  border-radius: 10px;
  padding: .8em 1.5em;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .tyokusouBox span {
    border: 2px solid #2c6652;
    font-size: 1.2rem;
    padding: 2.5vw;
  }
}

.tyokusouBox span:before {
  margin-top: -2px;
  content: "";
  display: inline-block;
  width: 43px;
  margin-right: 12px;
  height: 60px;
  background-image: url("../images/icn_tyokusou.png");
  background-repeat: no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .tyokusouBox span:before {
    margin-top: 0px;
  }
}

.bnBbs {
  position: fixed;
  right: 0;
  bottom: 85px;
  max-width: 300px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .bnBbs {
    position: static;
    max-width: 100%;
    margin-right: 1vw;
    margin-bottom: 3vw;
  }
}

.bnBbs img {
  max-width: 100%;
}

/*--------------------------------------
  TOPICS
---------------------------------------*/
.topicsZone{
  background-color:#D7000F;
  width:100%;
  left:0;
  z-index:1;
  position:relative;
}
.topicsZone p{
	background:url(../../common/images/topics.png) -1px 6px no-repeat;
	padding:9px 0 8px 86px;
}
.topicsZone a{
  color:#fff;
  text-decoration:none;
}
.topicsZone a:hover{text-decoration:underline !important;
}
@media screen and (max-width: 767px) {
  .topicsZone{
    border-top: 1px solid #fff;
    font-size: 1.4rem;
  }
}
.movie2{
   
    width: 80%;
    height: 450px;
    margin: 2% 8%;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .movie2{
   
    width: 80%;
    height: auto;
    margin: 2% 8%;
    text-align: center;
}
}
.header--page{
    text-align:center;
    background-color:#0c2141;   
    padding-top: 23px;
    padding-bottom: 17px;
}
.header--page .header__inr img{
   width:auto;
   margin-left: 10px;
}


.naviArea2 .menuShow img{
  width:45px; 
  
}
.naviArea2 a img{
  width:45px; 
  
}
.naviArea3 a img{
  width:45px; 
  
}
.naviArea4 a img{
  width:45px; 
  
}
.naviArea5 a img{
  width:45px; 
  
}

@media screen and (max-width: 767px) {
  
  .naviArea2 .menuShow img{
  width:45px; 
  
}

.naviArea3 a img{
  width:45px; 
  
}
.naviArea4 a img{
  width:45px; 
  
}
.naviArea5 a img{
  width:45px; 
  
}
.header--page .header__inr img{
  
   margin-left: 0px;
}
}