﻿@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, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, small {
  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 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;
}

html {
  font-size: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  html {
    min-width: inherit;
    font-size: 1.5625vw;
  }
}

body {
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-size: 1.6rem !important;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 2.4rem !important;
  }
}

a {
  text-decoration: none;
}

a:focus,
#colorbox:focus {
  /*colorboxの青枠*/
  outline: none;
}

h2 {
  text-align: center;
}

h2 img {
  margin: auto;
}

hr {
  border: none;
}

img {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

em {
  font-style: normal;
}

.inner {
  max-width: 980px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}

.hvr {
  transition: 0.3s;
}

.hvr:hover {
  opacity: 0.7;
}

*[class^="abs"] {
  display: block;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .spScrlX {
    overflow-x: scroll;
  }
}

.mainContents {
  display: block;
}

.btnAnc {
  position: fixed;
  bottom: 20px;
  left: -3px;
  z-index: 9999;
}

.btnAnc a {
  display: block;
  transition: 0.3s;
}

.btnAnc a:hover {
  opacity: 0.7;
}

.btnAnc p + p {
  margin-top: 10px;
}

.btnAnc a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .btnAnc {
    padding: 4.6875vw 3.125vw 0;
    position: static;
  }
  .btnAnc p + p {
    margin-top: 1.5625vw;
  }
}

.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: 0.3s;
}

.btnFaq a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .btnFaq a {
    display: inline-block;
    font-size: 2.0rem;
  }
}

.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: 1.5625vw;
    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 {
    margin-bottom: 0;
    overflow: hidden;
  }
}

#contents {
  width: auto !important;
  color: #000;
  font-family: "Noto Sans Japanese";
}

#contents a:hover {
  text-decoration: none;
}

#deagoLogo {
  position: absolute;
  top: 15px;
  right: 24px;
  z-index: 9999;
}

#deagoLogo a {
  display: block;
  transition: 0.3s;
}

#deagoLogo a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #deagoLogo {
    width: 19.375vw;
    top: 1.875vw;
    left: 78.125vw;
  }
  #deagoLogo img {
    width: 100%;
    height: auto;
  }
}

#header {
  margin-bottom: 0px !important;
  height: 80px !important;
}

@media screen and (max-width: 767px) {
  #footer {
    display: none;
  }
}

.teikiFootPc {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0 40px;
  font-size: 11px;
}

.teikiFootPc .copy {
  text-align: left;
  float: left;
  width: 500px;
}

.teikiFootPc .bnBox {
  float: right;
  text-align: center;
  width: 450px;
}

.teikiFootPc .bnBox .ftTxt a {
  display: inline-block;
  transition: 0.3s;
}

.teikiFootPc .bnBox .ftTxt a:hover {
  opacity: 0.7;
}

.teikiFootPc .bnBox a {
  font-size: 12px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .teikiFootPc {
    display: none;
  }
}

.pagePBlock {
  text-align: center;
}

.btnOshirase {
  padding: 17px 0 13px;
}

.btnOshirase a {
  display: inline-block;
  background-image: url(/site/common/images/icn_oshirase.png);
  background-position: 35px center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 9px 30px 9px 70px;
  color: #449999 !important;
  font-size: 18px !important;
  text-align: left;
  text-decoration: none;
  border: 2px solid #ccc;
  border-radius: 50px;
  transition: 0.3s;
}

.btnOshirase a:hover {
  opacity: 0.7;
}

.snsWrap {
  display: inline-block;
  vertical-align: middle;
}

.snsBox {
  position: relative;
  height: 35px;
  text-align: center;
  margin: 0px auto 0;
}

.teikiFootSp {
  display: none;
}

@media screen and (max-width: 767px) {
  .teikiFootSp {
    display: block;
    padding: 6.25vw 4.6875vw 3.125vw;
    text-align: center;
  }
  .teikiFootSp .box-sns {
    display: flex;
    justify-content: center;
    width: auto;
    margin-bottom: 4.6875vw;
    padding-bottom: 0;
  }
  .teikiFootSp .box-sns li {
    width: 50px;
  }
  .teikiFootSp .box-sns li + li {
    margin-left: 12.5vw;
  }
  .teikiFootSp .btnFaqSp {
    margin-bottom: 3.125vw;
  }
  .teikiFootSp .btnFaqSp a {
    color: inherit;
    font-size: 2.2em;
    text-decoration: none;
  }
  .teikiFootSp .btnOshiraseSp a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8em;
    color: #1a46ab;
    font-size: 1.8rem;
    text-decoration: none;
    border: 1px solid #1a46ab;
    border-radius: 7.8125vw;
  }
  .teikiFootSp .btnOshiraseSp a:before {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    margin-right: 0.7em;
    border-right: 0.2em solid #1a46ab;
    border-bottom: 0.2em solid #1a46ab;
    transform: translateY(-0.1em) rotate(-45deg);
  }
}

.toTop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  transition: 0.3s;
}

.toTop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .toTop {
    display: none !important;
    width: 9.375vw;
    right: 4.6875vw !important;
    bottom: 4.6875vw !important;
  }
  .toTop img {
    height: auto;
  }
}

.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: 2.34375vw 0;
  }
  .footerCopyright .footerCopyrightInner {
    padding-bottom: 0;
  }
  .footerCopyright .footerCopyrightInner a img {
    width: 80vw;
  }
  .footerCopyright .footerCopyrightInner > img {
    width: 47.65625vw;
  }
}

/*--------------------------------------
  ページ内共通
---------------------------------------*/
.txt-trade {
  font-size: 70%;
  display: inline-block;
  position: relative;
  top: -6px;
}

.txt-trade.trade2 {
  margin-left: 5px;
}

.set-anime {
  position: relative;
}

.set-anime .anim1, .set-anime .anim2 {
  position: relative;
  opacity: 0;
  top: 20px;
  transition: .5s;
}

.set-anime .anim2 {
  transition-delay: .3s;
}

.set-anime.show-anime .anim1, .set-anime.show-anime .anim2 {
  position: relative;
  opacity: 1;
  top: 0px;
}

.pageBg1 {
  background-image: url("../images/page_bg1.jpg");
  background-position: center top;
}

@media screen and (max-width: 767px) {
  .pageBg1 {
    background-size: 350%;
  }
}

.pageBg2 {
  background: url("../images/page_bg2.png") center top no-repeat;
  background-size: cover;
}

.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: 0.3s;
}

.arw1:hover {
  opacity: 0.7;
}

.arw1:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-bottom: 4px solid #000;
}

.arw1.pre {
  border-radius: 0 5px 5px 0;
  left: 0;
}

.arw1.pre:before {
  border-left: 4px solid #000;
  transform: translate(5px, 1px) rotate(45deg);
}

.arw1.nxt {
  border-radius: 5px 0 0 5px;
  right: 0;
}

.arw1.nxt:before {
  border-right: 4px solid #000;
  transform: translate(-5px, 1px) rotate(-45deg);
}

.acrdBtn {
  position: relative;
  cursor: pointer;
}

.acrdBtn:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: auto;
  margin-right: 0.5em;
  border-style: solid;
  border-width: 0.3em 0.3em 0 0;
  border-color: #fff #fff transparent transparent;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  transform: translateY(-0.25em) rotate(135deg);
}

.acrdBtn.show:before {
  transform: translateY(0.25em) rotate(-45deg);
}

.clkBlnBox {
  position: relative;
}

.clkBlnBox > img {
  width: 100%;
}

.clkBlnBox .clkBlns > span {
  position: absolute;
  cursor: pointer;
}

.clkBlnBox .clkBlns > span:before {
  content: "";
  display: inline-block;
  background: url(../images/clk_circle.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 37px;
  height: 37px;
  animation-name: kakudai;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span:before {
    width: 5.78125vw;
    height: 5.78125vw;
  }
}

.clkBlnBox .clkBlns > span:hover:before {
  opacity: 0.7;
}

.clkBlnBox .clkBlns > span .bln {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  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;
}

.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: rgba(0, 0, 0, 0.8);
  bottom: -1.0em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.is_T {
    bottom: 7.8125vw;
  }
}

.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: rgba(0, 0, 0, 0.8);
  top: -1.0em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.is_B {
    top: 7.8125vw;
  }
}

.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: rgba(0, 0, 0, 0.8);
  left: -1.0em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.is_R {
    left: 7.8125vw;
  }
}

.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: rgba(0, 0, 0, 0.8);
  right: -1.0em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.is_L {
    right: 7.8125vw;
  }
}

.clkBlnBox .clkBlns > span .bln.dir_T {
  bottom: 0;
}

.clkBlnBox .clkBlns > span .bln.dir_T:before {
  bottom: 0.8em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.dir_T:before {
    bottom: 0.55em;
  }
}

.clkBlnBox .clkBlns > span .bln.dir_B {
  top: 0;
}

.clkBlnBox .clkBlns > span .bln.dir_B:before {
  top: 0.55em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.dir_B:before {
    top: 0.35em;
  }
}

.clkBlnBox .clkBlns > span .bln.dir_R {
  left: 0;
}

.clkBlnBox .clkBlns > span .bln.dir_R:before {
  left: 0.5em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.dir_R:before {
    left: 0.3em;
  }
}

.clkBlnBox .clkBlns > span .bln.dir_L {
  right: 0;
}

.clkBlnBox .clkBlns > span .bln.dir_L:before {
  right: 0.85em;
}

@media screen and (max-width: 767px) {
  .clkBlnBox .clkBlns > span .bln.dir_L:before {
    right: 0.55em;
  }
}

.clkBlnBox .clkBlns > span.show {
  z-index: 1;
}

.clkBlnBox .clkBlns > span.show .bln {
  display: block;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-color: rgba(0, 0, 0, 0.9) !important;
  width: 70px;
  height: 70px;
  z-index: 1;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 10.9375vw;
    height: 10.9375vw;
  }
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow:after {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  margin: auto;
  border-left: 6px solid #fff;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .slick-arrow:after {
    width: 2.73438vw;
    height: 2.73438vw;
    border-width: 0 0 0.9375vw 0.9375vw;
  }
}

.slick-arrow:hover {
  opacity: 0.6;
}

.slick-prev {
  left: 0;
}

.slick-prev:after {
  transform: translate(2px, 0) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .slick-prev:after {
    transform: translate(0.3125vw, 0) rotate(45deg);
  }
}

.slick-next {
  right: 0;
}

.slick-next:after {
  transform: translate(-2px, 0) rotate(225deg);
}

@media screen and (max-width: 767px) {
  .slick-next:after {
    transform: translate(-0.3125vw, 0) rotate(225deg);
  }
}

.slick-dots {
  bottom: 0;
}

.slick-dots li {
  background-color: #666;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background-color: #333;
}

.slick-dots li button {
  display: none;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 3.125vw;
    position: static;
  }
  .slick-dots li {
    background-color: #fff;
    width: 2.1875vw;
    height: 2.1875vw;
    margin: 0 1.09375vw;
  }
  .slick-dots li.slick-active {
    background-color: #be1313;
  }
}

/*--------- アニメーション ---------*/
@keyframes scale1 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*--------- 定期ボタン ---------*/
.btnBox {
  display: block;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/*.btnbox1{
    display: block;
    top:0px;
  width: 180px;
  height:158px;
  left:20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute
}
.btnbox2{
    display: block;
    top:0px;
  width: 180px;
  height:158px;
  left:220px;
  margin-left: auto;
  margin-right: auto;
  position: absolute
}*/
.btnbox1{
    display: block;
    top:0px;
  width: 830px;
  height:158px;
  left:84px;
  margin-left: auto;
  margin-right: auto;
  position: absolute
}
.btnbox2{
    display: block;
    top:0px;
  width: 180px;
  height:158px;
  left:308px;
  margin-left: auto;
  margin-right: auto;
  position: absolute
}
.btnbox3{
    display: block;
    top:0px;
  width: 180px;
  height:158px;
  left:412px;
  margin-left: auto;
  margin-right: auto;
  position: absolute
}

@media screen and (max-width: 767px) {
  .btnBox {
    width: 100%;
    box-sizing: border-box;
  }
}

.btnBox a:before {
  content: "";
  opacity: 0;
  transition: 0.3s;
}

.btnBox a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btnBox a img {
    height: auto;
  }
  .btnBox a img.pcShow {
    display: none;
  }
  /*.btnbox1{
    display: block;
    top:0px;
  width: 27%;
  height:48%;
  left:8%;
  margin-left: auto;
  margin-right: auto;
  position: absolute
}
.btnbox2{
    display: block;
    top:0px;
  width: 27%;
  height:48%;
  right:36%;
  margin-left: auto;
  margin-right: 0;
  position: absolute
}*/
  .btnbox1{
    display: block;
    top:0px;
  width: 27%;
  height:48%;
  left:16%;
  margin-left: auto;
  margin-right: auto;
  position: absolute
}
.btnbox2{
    display: block;
    top:0px;
  width: 27%;
  height:48%;
  right:17%;
  margin-left: auto;
  margin-right: 0;
  position: absolute
}
.btnbox3{
    display: block;
    top:0px;
   width: 27%;
  height:48%;
  left:65%;
   margin-left: auto;
  margin-right: auto;
  position: absolute
}
}

.btnBox a:hover:before {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*--------- プレゼント ---------*/
.teikiPre {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .teikiPre {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
  .teikiPre img {
    width: 100%;
    height: auto;
  }
}

.teikiPre > .ttl {
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .teikiPre > .ttl {
    margin: 0 auto 2.8125vw;
  }
}

.teikiPre > .btnBox {
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .teikiPre > .btnBox {
    margin-bottom: 2.34375vw;
  }
}

.teikiPre > .txt {
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .teikiPre > .txt {
    width: 73.90625vw;
    margin: 0 auto 2.65625vw;
  }
}

.teikiPre .preBox {
  width: 980px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .teikiPre .preBox {
    width: auto;
  }
}

.teikiPre .preBox > a {
  display: block;
  transition: 0.3s;
}

.teikiPre .preBox > a:hover {
  opacity: 0.7;
}

.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.1875vw;
    font-size: 1.6rem;
    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 {
    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: 5px;
  }
  .preBox + .orderBtn {
    margin-top: 3.125vw;
  }
}

/*--------------------------------------
  ページ内レイアウト(唯一、特定の部分)
---------------------------------------*/
.naviArea {
  background-color: rgba(0, 15, 24, 0.8);
  border-style: solid;
  border-width: 1px;
  border-color: #ffe800;
  position: fixed;
  top: 130px;
  right: -290px;
  border-radius: 5px;
  z-index: 9999;
  overflow: hidden;
  font-family:Arial;
}

.naviArea li {
  padding: 10px;
  font-size: 25px;
}

.naviArea li + li {
  border-top: 1px solid #ffe800;
}

@media screen and (max-width: 767px) {
  .naviArea li {
    font-size: 2.4rem;
    padding: 3.125vw;
  }
}

.naviArea li a {
  display: block;
  background: url(../images/arw_r1.png) no-repeat left center;
  padding: 0 0 0 13px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 7px #000f18, 0 0 7px #000f18, 0 0 7px #000f18, 0 0 7px #000f18, 0 0 7px #000f18, 0 0 7px #000f18, 0 0 7px #000f18;
}

.naviArea li a:hover {
  color: #ffe800;
}

@media screen and (max-width: 767px) {
  .naviArea li a {
    padding-left: 0;
  }
}

.clsNav {
  background: #ffe800;
  color: #000f18;
  height: 30px;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .clsNav {
    height: auto;
    padding: 1.875vw 1.875vw;
    font-size: 2.2rem;
    text-align: left;
  }
}

.clsNav > * {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .clsNav > * {
    padding-top: 0;
  }
}

.clsNav b {
  padding-right: 5px;
  font-size: 1.28571em;
  line-height: 1;
}

.naviArea2 {
  position: fixed;
  top: 130px;
  right: 0px;
  z-index: 9999;
}
.header_logo{
    margin-left: 250px;
    
}
.sns_line{
    position:fixed; 
   
    margin-left: 150px;

     width:116px; 
     height:36px;
    
}

.sns_facebook{
    position:fixed; 
    margin-left: 350px;
     width:134px; 
     height:23px;
}
.sns_mailto{
    position:fixed; 
    margin-left: 530px;
   
     height:23px;
}

.sns_mailto img{ 
   
     height:23px;
}
.naviArea4 {
  position: fixed;
  width:48px;
  left:0px;
  top: 130px;
  right: 0px;
  z-index: 9999;
}
.naviArea5 {
    background-color:white;
      position: fixed; 
      left:0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .naviArea4 {
  position: fixed;
  
  left:0px;
  top: 130px;
  right: 0px;
  /*z-index: 9999;*/
  width:0;
  height:0;
}
  .naviArea4>*{
      position: fixed;
  
  left:10000px;
  top: 130px;
  right: 0px;
  /*z-index: 9999;*/
  width:0;
  height:0;
  -webkit-appearance: none;
  }
  .shop >* {
       position:fixed;
  
  left:10000px;
  top: 130px;
  right: 0px;
  /*z-index: 9999;*/
  width:0;
  height:0;
  -webkit-appearance: none;
  }
  .naviArea5 {
  position:absolute;  
  border-top:10px;
  left:0px;
  top: 0px;
  right: 0px;
  /*z-index: 9999;*/
  width:100%;
  height:141px;

}
  .header_logo{
    margin-left: 0px;
    width:360px;
    height:150px;
}
  .sns_line{
  position:absolute;
    margin-left: 0px;
  margin-top:10px;
     width:134px; 
     height:23px;
 
  }
  /*.sns_line picture{
   

     width:116px; 
     height:36px;
    
}*/
  .sns_facebook{
    position:absolute; 
    margin-left: 114px;
    margin-top:10px;
     width:134px; 
     height:23px;
}
.sns_mailto{
    position:absolute; 
    margin-left: 249px;
   margin-top:10px;
     height:23px;
}

.sns_mailto img{ 
   
     height:23px;
}
}



@media screen and (max-width: 767px) {
  .navi3Wrap {
    display: none;
  }
}

.naviArea3 {
  background-color: #24a4b5;
  text-align: center;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  margin: 0;
  padding: 0;
}

.naviArea3.fix {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.naviInner3 {
  margin: 0;
  padding: 13px 0 10px 0;
}

.naviInner3 a {
  background-image: url(../images/nav_arw1.png);
  background-repeat: no-repeat;
  background-position: 19px 7px;
  margin: 0 0 0 0;
  padding: 0 22px 0 40px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  background-size: 20px;
  border-left: 1px solid #fff;
}

.naviInner3 a.bar {
  border-right: 1px solid #fff;
}

.naviInner3 a:hover {
  background-image: url(../images/nav_arw1_on.png);
  color: #dae535;
}

.toTop {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}

.naviAreaSp {
  display: none;
}

/*--------------------------------------
  新着情報ページ
---------------------------------------*/
.newsTtl {
  border-left: 4px solid #399;
  padding: 0px 0px 0px 10px;
  margin-bottom: 5px;
  color: #399;
  font-weight: bold;
  font-size: 15px;
}

.newsTxt {
  margin-bottom: 15px;
}

.main {
  background: #bac4cb;
}

@media screen and (max-width: 767px) {
  .main {
    background: none;
    height: auto;
  }
}

.main .bg {
    margin-top: 125px;
  background: url("../images/main/bg.png") center top no-repeat;
}

@media screen and (max-width: 767px) {
  .main .bg {
      margin-top:151px;
    background: none;
  }
}

.main .inner {
  height: 931px;
}

@media screen and (max-width: 767px) {
  .main .inner {
    height: auto;
    padding: 0;
  }
}

.main .inner .pc > * {
  position: absolute;
}

.main h1 {
  top: 36px;
  left: 60px;
}

.main .price {
  top: 618px;
  left: 5px;
}

.main .copy {
  top: 40px;
  left: 593px;
}

.main .license {
  top: 733px;
  left: 598px;
}

.topBlk {
  background: url("") center top no-repeat #dbdddd;
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .topBlk {
    background-image: url("");
    background-size: 100% auto;
    padding-bottom: 4.6875vw;
  }
}

.topBlk .inner.no1 {
  padding-top: 60px;
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .topBlk .inner.no1 {
    padding-top: 46.875vw;
    padding-bottom: 0px;
  }
}

.topBlk .inner.no1 h2 {
  margin-bottom: 1.0em;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: left;
  letter-spacing: -0.05em;
  color: #fdff7b;
  font-style: italic;
  text-shadow: 2px 2px 1px #000000;
}

@media screen and (max-width: 767px) {
  .topBlk .inner.no1 h2 {
    margin-bottom: 0.8em;
    line-height: 1.42857;
    text-align: center;
    text-shadow: 0.3125vw 0.3125vw 0.15625vw #fff;
  }
}

.topBlk .inner.no1 h2 strong {
  display: block;
  font-size: 5rem;
  font-weight: inherit;
}

.topBlk .inner.no1 .lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
  color:#bd206c;
  text-shadow: 2px 2px 1px #fff;
}

@media screen and (max-width: 767px) {
  .topBlk .inner.no1 .lead {
    margin-bottom: 0em;
    font-size: 2.4rem;
    line-height: 1.66667;
    text-shadow: 0.3125vw 0.3125vw 0.15625vw #fff;
  }
}

.topBlk .inner.no1 .img1 {
  position: absolute;
  bottom: -245px;
  right: -50px;
}

@media screen and (max-width: 767px) {
  .topBlk .inner.no1 .img1 {
    position: static;
    margin-left: -4.6875vw;
    margin-right: -4.6875vw;
  }
}

@media screen and (max-width: 767px) {
  .topBlk .inner.no1 .img1 img {
    width: 100%;
  }
}

.topBlk .img2 {
  background: url("") center top no-repeat;
  /*height: 860px;
  margin: -165px 0 -105px;*/
  text-align: center;
}

@media screen and (max-width: 767px) {
  .topBlk .img2 {
    background-image: url("");
    background-position: bottom;
    background-size: 100% auto;
    /*height: 74vw;
    margin: -26.5625vw 0 -1.5625vw;*/
  }
}

.topBlk .inner.no2 {
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .topBlk .inner.no2 {
    margin-bottom: 4.6875vw;
  }
}

.topBlk .inner.no2 .movBox .movIn {
  padding-top: 483px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topBlk .inner.no2 .movBox .movIn {
    padding-top: 40.625vw;
  }
}

.topBlk .inner.no2 .movBox .movIn iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.intro-block {
  position: relative;
  text-align: center;
  text-shadow: 2px 2px 2px #fff;
}

.intro-block .img {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .intro-block .img {
    margin: 0 -14vw 0 -8vw;
  }
}

.intro-block .img img {
  max-width: 100%;
}

.intro-block h2 {
  padding: 90px 45px 40px;
  font-weight: bold;
  font-size: 4rem;
  color:#710a72;
}

@media screen and (max-width: 767px) {
  .intro-block h2 {
    font-size: 3.2rem;
    text-align: left;
    padding: 9.375vw 0 3.125vw;
  }
  .intro-block h2 br {
    display: none;
  }
}

.intro-block .lead {
  padding: 0 0 4em 0;
  font-size: 1.8rem;
  color:#9b239c;
}

@media screen and (max-width: 767px) {
  .intro-block .lead {
    font-size: 2.14rem;
    text-align: left;
    padding: 0 0 1em 0;    
  }
}

.detail-block {
  padding-bottom: 75px;
  position: relative;
  text-align: center;
  text-shadow: 2px 2px 2px #fff;
}

@media screen and (max-width: 767px) {
  .detail-block {
    padding-bottom: 11.71875vw;
    text-shadow: 0.3125vw 0.3125vw 0.3125vw #fff;
  }
}

.detail-block h2 {
  padding: 80px 0 30px;
  font-weight: bold;
  font-size: 4rem;
  color:#710a72;
}

@media screen and (max-width: 767px) {
  .detail-block h2 {
    padding: 7.8125vw 0 4.6875vw;
    font-size: 2.8rem;
  }
}

.detail-block .img {
  text-align: center;
  padding: 3em 0;
}

@media screen and (max-width: 767px) {
  .detail-block .img {
    padding: 5vw 3vw 8vw 3vw;
  }
}

.detail-block .img img {
  max-width: 100%;
}

.detail-block .lead {
  font-size: 1.8rem;
  color:#9b239c;
}

@media screen and (max-width: 767px) {
  .detail-block .lead {
    font-size: 2.4rem;
    text-align: left;
    margin: 0 4.6875vw;
  }
}

.detail-block .detail_slide li.slide_img {
  margin: 0 10px;
  width: 550px;
}

@media screen and (max-width: 767px) {
  .detail-block .detail_slide li.slide_img {
    width: inherit;
    margin: 0 1.5625vw;
  }
}

.detail-block .detail_slide li.slide_img img {
  width: 100%;
}

.detail-block .detail_slide .slick-dots {
  margin-top: 4.6875vw;
}

.collection-block {
  background: url("../images/collection/bg.png") center top no-repeat;
  background-size: cover;
  padding: 80px 0 70px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .collection-block {
    padding: 9.375vw 0 5.46875vw;
  }
}

.collection-block h2 {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 4.0rem;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .collection-block h2 {
    margin-bottom: 2.0em;
    font-size: 2.8rem;
    line-height: 1.57143;
  }
}

.collection-block .note {
  font-size: 1.4rem;
  padding-top: 0.5em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .collection-block .note {
    text-align: left;
  }
}

.collection-block .collectionSld {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .collection-block .collectionSld {
    margin-bottom: 9.375vw;
  }
}

.collection-block .collectionSld .item .in {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .collection-block .collectionSld .item .in {
    padding: 0 2.34375vw;
  }
}

.collection-block .lineupPlan {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 30px 35px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .collection-block .lineupPlan {
    padding: 0 3.125vw 3.125vw;
    border-radius: 0.78125vw;
  }
}

.collection-block .lineupPlan dt {
  margin-bottom: -1.58333em;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -1.875em;
}

@media screen and (max-width: 767px) {
  .collection-block .lineupPlan dt {
    margin: 0 -3.125vw -2.91667em;
  }
}

.collection-block .lineupPlan dt span {
  display: inline-block;
  background: url("../images/collection/lineup_ttl_bg.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 1.08333em 6.41667em 1.41667em;
}

@media screen and (max-width: 767px) {
  .collection-block .lineupPlan dt span {
    display: block;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

.collection-block .lineupPlan dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .collection-block .lineupPlan dd {
    display: block;
    font-size: 1.7rem;
    line-height: 1.88235;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) {
  .collection-block .lineupPlan dd p {
    width: auto !important;
  }
}

.collection-block .lineupPlan dd p:nth-child(odd) {
  width: 57%;
}

.collection-block .lineupPlan dd p:nth-child(even) {
  width: 43%;
}

.collection-block .lineupPlan dd p:before {
  content: "・";
}

.magazine-block {
  padding: 80px 0 60px;
}

@media screen and (max-width: 767px) {
  .magazine-block {
    padding: 9.375vw 0 8.75vw;
  }
}

.magazine-block h2 {
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 4.0rem;
  line-height: 1.375;
  text-shadow: 2px 2px 1px #fff;
}

@media screen and (max-width: 767px) {
  .magazine-block h2 {
    margin-bottom: 1.71429em;
    font-size: 3.2rem;
    line-height: 1.5;
    text-shadow: 0.3125vw 0.3125vw 0.15625vw #fff;
  }
}

.magazine-block .magSld .item {
  width: 920px;
}

@media screen and (max-width: 767px) {
  .magazine-block .magSld .item {
    width: auto;
  }
}

.magazine-block .magSld .item .in {
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .magazine-block .magSld .item .in {
    padding: 0 4.6875vw;
  }
}

.magazine-block .magSld .item .in dl {
  background: url("../images/mag/sld_ttl_bg.png") 0 0 no-repeat #fff;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .magazine-block .magSld .item .in dl {
    background-size: auto 15.46875vw;
    padding: 4.6875vw 3.90625vw 3.90625vw 4.6875vw;
  }
}

.magazine-block .magSld .item .in dt {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .magazine-block .magSld .item .in dt {
    display: block;
    margin-bottom: 15px;
  }
}

.magazine-block .magSld .item .in dt h3 {
  width: 40%;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .magazine-block .magSld .item .in dt h3 {
    width: auto;
    margin-bottom: 0.19231em;
  }
}

.magazine-block .magSld .item .in dt p {
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .magazine-block .magSld .item .in dt p {
    font-size: 2.1rem;
    line-height: 1.73684;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) {
  .magazine-block .magSld .item .in dd img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .magazine-block .magSld .slick-dots {
    margin-top: 3.75vw;
  }
}

.magazine-block .magSld .slick-dots li:not(.slick-active) {
  background-color: #898989;
}

.number-block {
  padding: 0px 0 50px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .number-block {
    padding-bottom: 5vw;
  }
}

.number-block .inner {
  max-width: 1300px;
  padding: 0px;
}

.number-block .inner .blkLead {
  padding-bottom: 2em;
  font-weight: bold;
}

.number-block h2 {
  font-size: 4rem;
  font-weight: bold;
  background-image: url(../images/number/ttl.png);
  background-repeat: no-repeat;
  text-shadow: 2px 2px 3px #0285c8;
  background-position: center;
  color: #FFF;
  padding: 0.8em  0;
}

@media screen and (max-width: 767px) {
  .number-block h2 {
    background-size: contain;
  }
}

.number-block .numBox {
  white-space: nowrap;
  overflow-x: auto;
  text-align: center;
  height: 220px;
  padding: 15px 10px 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .number-block .numBox {
    height: 50vw;
  }
}

.number-block .numBox a {
  width: calc(100% / 6);
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  transition: .1s;
}

@media screen and (max-width: 767px) {
  .number-block .numBox a {
    width: 40vw;
  }
  .number-block .numBox a:first-child {
    margin-left: 2vw;
  }
}

.number-block .numBox a:hover {
  transform: scale(1.05);
}

.number-block .numBox a img {
  max-width: 100%;
  width: 90%;
  height: auto;
}

.number-block .numBox a p {
  color: #333;
  font-weight: bold;
  padding: 0.5em;
}

.number-block .numBox a p:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  margin-right: 0.5em;
}

.number-block .toNext {
  padding-top: 40px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .number-block .toNext {
    padding-top: 3vw;
  }
}

.number-block .toNext small {
  font-size: 1.8rem;
  display: block;
}

.teiki-block {
  background-color: #dbdddd;
  background-size: 100% auto;
}

.teiki-block .teikiTtl {
  background-color: #ed1b23;
  padding: 16px 0 17px;
}

@media screen and (max-width: 767px) {
  .teiki-block .teikiTtl {
    padding: 2.65625vw 0 3.28125vw;
  }
  .teiki-block .teikiTtl img {
    width: 89.375vw;
    height: auto;
  }
}

.teiki-block .bg {
  background: url("../images/teiki/bg.png") center top no-repeat;
  background-size: 100% auto;
  padding: 42px 0 108px;
}

@media screen and (max-width: 767px) {
  .teiki-block .bg {
    padding: 7.65625vw 0 3.90625vw;
  }
}

.teiki-block .priceBox {
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
  .teiki-block .priceBox {
    display: block;
    margin-bottom: 2.5vw;
  }
  .teiki-block .priceBox img {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .teiki-block .priceBox li {
    text-align: center;
  }
}

.teiki-block .priceBox li.price {
  padding: 14px 59px 0 0;
}

@media screen and (max-width: 767px) {
  .teiki-block .priceBox li.price {
    margin-bottom: -1.875vw;
    padding: 0;
  }
}

.teiki-block .priceBox li.price img {
  width: 453px;
}

@media screen and (max-width: 767px) {
  .teiki-block .priceBox li.price img {
    width: 90.9375vw;
  }
}

@media screen and (max-width: 767px) {
  .teiki-block .priceBox li.binder img {
    width: 89.53125vw;
  }
}

.teiki-block .teikiBottom {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .teiki-block .teikiBottom {
    padding-top: 3.125vw;
  }
}

.teiki-block .teikiBottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .teiki-block .teikiBottom .inner {
    display: block;
  }
}

.teiki-block .teikiBottom .ftTxt {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .teiki-block .teikiBottom .ftTxt {
    margin-bottom: 3.90625vw;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.45;
  }
}

.teiki-block .copyright {
  margin-top: 1.0em;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .teiki-block .copyright {
    margin-top: 1.2em;
    font-size: 1.4rem;
    text-align: center;
  }
}

/*---------- ヘッダーのSNS ----------*/
#hdSns {
  display: flex;
  position: absolute;
  right: 16px;
  top: 41px;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  #hdSns {
    display: none;
  }
}

#hdSns li + li {
  margin-left: 16px;
}

#hdSns li a {
  display: block;
}

/*---------- 帯 ----------*/
.navObi {
  background-color: #d7000f;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .navObi {
    display: none;
  }
}

.navObi.fix {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.navObi .inner {
  padding-top: 8px;
  padding-bottom: 7px;
}

.navObi nav {
  display: flex;
  justify-content: center;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.navObi nav a {
  display: block;
  width: 3333.33333%;
  margin: 0;
  padding: 0.7em 1em;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 0.3s;
}

.navObi nav a span {
  display: inline-block;
  vertical-align: middle;
}

.navObi nav a span:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  margin-right: 0.8em;
  height: 0.6em;
  transform: rotate(45deg);
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}

.navObi nav a:hover {
  color: #dae535;
}

/*---------- フッター ----------*/
.nationalFoot {
  padding: 35px 0 0;
  border-top: 1px solid #ccc;
}

.nationalFoot > .inner {
  display: flex;
  justify-content: space-between;
  max-width: 948px;
}

@media screen and (max-width: 767px) {
  .nationalFoot > .inner {
    flex-direction: column;
  }
}

.pagePBlock {
  width: 500px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pagePBlock {
    display: none;
  }
}

.bnBtns {
  display: block;
  text-align: center;
}

.bnTrial a {
  display: block;
  transition: 0.3s;
}

.bnTrial a:hover {
  opacity: 0.7;
}

.btnNotice {
  padding: 17px 0 13px;
  line-height: 1;
}

.btnNotice a {
  display: inline-block;
  background-color: #fff;
  padding: 0 30px;
  color: #449999 !important;
  font-size: 18px !important;
  text-decoration: none;
  border: 2px solid #ccc;
  border-radius: 50px;
  transition: 0.3s;
}

.btnNotice a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .btnNotice a {
    font-size: 16px !important;
  }
}

.btnNotice a span {
  display: inline-block;
  background-image: url(/site/common/images/icn_oshirase.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 15px 0 15px 36px;
}

.ftSns {
  position: relative;
  height: 35px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ftSns {
    height: auto;
    padding-bottom: 5%;
  }
}

.ftSns li {
  display: inline-block;
  vertical-align: middle;
}

.ftSns li + li {
  margin-left: 15px;
}

/*--------------------------------------
  よくあるご質問ページ
---------------------------------------*/
#pageFaq .inner {
  max-width: 915px;
  margin: 0 auto;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  #pageFaq .inner {
    padding: 7.03125vw 3.125vw 0;
  }
}

#pageFaq .logo {
  background: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #pageFaq .logo {
    width: 70%;
    margin: 0 auto 7.8125vw;
  }
}

#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: 4.6875vw;
    padding: 1.5625vw 2.34375vw;
    border-radius: 0.78125vw;
  }
}

#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: 4.6875vw;
    margin-bottom: 2.34375vw;
    padding: 1.5625vw !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;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*-- font-size --*/
.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;
}

.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;
  }
  /*-- font-size --*/
  .spFwB {
    font-weight: bold !important;
  }
  .spFwN {
    font-weight: normal !important;
  }
  /*-- Etc --*/
  .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;
  }
  .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;
  }
  /*.header--home__outer{
      height:126px
  }
  .header--home{
      position:fixed;
      width:100%;
      min-width:1024px;
      z-index:100;
      background:url(../images/common/header_bg.png) 50% 0;
      box-shadow:0 -36px 18px 36px rgba(0,0,0,.2)
  }
  .header--home .header__inr{
      position:relative;
      width:1000px;
      height:126px
      ;margin:0 auto
  }
  .header--home .header__logo{
      position:absolute;top:2px;left:-4px
  }
  .header--home .header__nav{
      background:url(../images/common/header_nav.png) no-repeat;
      position:absolute;
      top:53px;
      left:330px
  }
  .header--home .header__nav .headerNav{
      background:url(../images/common/header_nav.png) no-repeat;
      zoom:1
  }
  .header--home .header__nav .headerNav:after,.header--home .header__nav .headerNav:before{
      content:" ";
      display:table
  }
  .header--home .header__nav .headerNav>li{
      float:left
  }
  .header--home .header__nav .headerNav>li a{
      display:block;
      height:55px;
      text-indent:-9999px;
      overflow:hidden
  }
  .header--home .header__nav .headerNav>li a:hover{
      opacity:.3;
      background:#fff
  }
  .header--home .header__nav .headerNav>li.headerNav__01 a{
      width:173px
  }
  .header--home .header__nav .headerNav>li.headerNav__02 a{
      width:157px
  }
  .header--home .header__nav .headerNav>li.headerNav__03 a{
      width:160px
  }
  .header--home .header__btns{
      position:absolute;
      top:36px;
      right:0
  }
  .header--home .header__btn_appli{
      box-shadow:0 3px 3px 0 rgba(28,28,28,.14);
      border-radius:3px
  }
  .header--home .header__btn_appli a .extrahover__elm{
      border-radius:3px
  }
  .header--home .header__btn_faq{
      line-height:1.3;
      font-size:1.1rem;
      margin:5px 0 0;
      text-align:center
  }
  .header--home .header__btn_faq a{
      color:#9a9a9a;
      text-decoration:none

  }
  .header--home .header__btn_faq a:hover{
       opacity:.7
   }
  .header--home .header__btn_faq .ico_ques{
      margin:0 5px 3px 0;
      vertical-align:middle
  }
  .header--home .header__sns{
      position:absolute;
      top:0;
      right:180px;
      width:555px;
      height:42px;
      background:url(../images/common/header_nav.png) 100% 0 no-repeat
  }
  .header--home .header__sns .header_sns{
      line-height:1
  }
  .header--home .header__sns .header_sns .header_sns__facebookpage{
      position:absolute;
      top:5px;
      left:600px
  }
  .header--home .header__sns .header_sns .header_sns__facebookpage a{
      text-indent:-9999px;
      overflow:hidden;
      display:block;
      width:134px;
      height:23px;
      background:url(../images/common/sns_facebookpage.png) no-repeat
  }
  .header--home .header__sns .header_sns .header_sns__facebook{
      position:absolute;
      top:5px;
      left:269px;
      width:170px;
      height:20px
  }
  .header--home .header__sns .header_sns .header_sns__twitter{
      position:absolute;
      top:5px;
      left:445px;
      width:100px;
      height:20px;
      overflow:hidden
  }
  .header--home .header__sns .header_sns .header_sns__twitter iframe{
      visibility:visible!important
  }
  .header--home .header__sns .header_sns .header_sns__mailto{
      position:absolute;
      top:5px;
      left:446px
  }
  .header--home .header__sns .header_sns .header_sns__mailto a{
      text-indent:-9999px;
      overflow:hidden;
      display:block;
      width:102px;
      height:20px;
      background:url(../images/common/mailto.png) no-repeat

  }*/
}
.naviArea5>ul{
    position: fixed;
    top: 5px;
    right: 00px;
    left: 0px;
    margin-left: 558px;
}
@media screen and (max-width: 767px){
    .naviArea5 > ul {
         margin-left: 0px;
    top: 100px;
    position:absolute;
    }
   
}