@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :top.css
 style info :トップページのスタイル
=================================================================== */
header {
  width: 100%;
  background: #000;
}
@media screen and (min-width: 751px) {
  header {
    height: 44px;
  }
}
header .inner {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  header .inner {
    max-width: 1200px;
    padding: 0 20px;
  }
}
header .inner p {
  text-align: left;
}
@media screen and (min-width: 751px) {
  header .inner p {
    width: 170px;
  }
}
@media screen and (max-width: 750px) {
  header .inner p {
    width: 36%;
    padding: 3vw 0 1vw 2vw;
  }
  header .inner p img {
    vertical-align: baseline;
  }
}

.slick-slide.new:after {
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  .slick-slide.new:after {
    top: -10px !important;
    right: -10px !important;
  }
}
@media screen and (min-width: 751px) {
  .slick-slide.new:after {
    top: -1vw;
    right: -1vw;
  }
}
@media screen and (max-width: 750px) {
  .slick-slide.new:after {
    top: 4vw;
    right: -1vw;
  }
}

.wrap-inner {
  position: relative;
  z-index: -1;
}

/* ==========================================================
    VISUAL
  ========================================================== */
#topVisual {
  width: 100%;
  position: relative;
  background-repeat: no-repeat, repeat;
}
@media screen and (min-width: 1200px) {
  #topVisual {
    background-position: calc(50% - 284px) bottom, 0 0 !important;
    background-size: 801px, auto !important;
    height: 820px !important;
  }
}
@media screen and (min-width: 751px) {
  #topVisual {
    background-image: url(/yw-switch/img/top/bg_jibanyan_pc.png), url(/yw-switch/img/top/bg_orange.gif);
    background-position: left -14% bottom 0, 0 0;
    background-size: 64%, auto;
    height: 67vw;
  }
}
@media screen and (max-width: 750px) {
  #topVisual {
    background-image: url(/yw-switch/img/top/bg_jibanyan_sp.png), url(/yw-switch/img/top/bg_orange.gif);
    background-position: center top 20vw, 0 0;
    background-size: contain, auto;
  }
}
#topVisual .inner {
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 1200px) {
  #topVisual .inner {
    padding: 0 20px !important;
  }
}
@media screen and (min-width: 751px) {
  #topVisual .inner {
    max-width: 1200px;
    padding: 0 2%;
  }
}
@media screen and (max-width: 750px) {
  #topVisual .inner {
    padding: 1vw 0 12.6vw;
  }
}
@media screen and (min-width: 751px) {
  #topVisual .inner .img_switch_logo {
    float: left;
    width: 8%;
    max-width: 91px;
  }
}
@media screen and (max-width: 750px) {
  #topVisual .inner .img_switch_logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 16%;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
#topVisual .inner .img_logo {
  opacity: 0;
  -webkit-animation: fadein 0.4s ease-out 0.6s 1 forwards;
          animation: fadein 0.4s ease-out 0.6s 1 forwards;
}
@media screen and (min-width: 1200px) {
  #topVisual .inner .img_logo {
    top: 14px !important;
    left: 84px !important;
    width: 510px !important;
  }
}
@media screen and (min-width: 751px) {
  #topVisual .inner .img_logo {
    position: absolute;
    top: 1.4vw;
    left: 7vw;
    width: 43.4%;
  }
}
@media screen and (max-width: 750px) {
  #topVisual .inner .img_logo {
    width: 74%;
    margin: 0 auto 1vw;
  }
}
#topVisual .inner .txt_date {
  opacity: 0;
  -webkit-animation: fadein 0.4s ease-out 1s 1 forwards;
          animation: fadein 0.4s ease-out 1s 1 forwards;
}
@media screen and (min-width: 1200px) {
  #topVisual .inner .txt_date {
    top: 294px !important;
    left: 142px !important;
    width: 379px !important;
  }
}
@media screen and (min-width: 751px) {
  #topVisual .inner .txt_date {
    position: absolute;
    top: 25vw;
    left: 11vw;
    width: 32%;
  }
}
@media screen and (max-width: 750px) {
  #topVisual .inner .txt_date {
    width: 57.8%;
    margin: 0 auto 55vw;
  }
}

.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .navi {
    width: 540px !important;
    padding-top: 16px !important;
  }
}
@media screen and (min-width: 751px) {
  .navi {
    float: right;
    width: 47%;
    padding-top: 0.8vw;
  }
}
@media screen and (max-width: 750px) {
  .navi {
    width: 84%;
    margin: 0 auto;
  }
}
.navi li {
  opacity: 0;
}
@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 1200px) {
  .navi li {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 751px) {
  .navi li {
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 750px) {
  .navi li {
    margin-bottom: 1.8vw;
  }
}
.navi li:nth-child(1) {
  -webkit-animation: fadein 0.4s ease-out 1.1s 1 forwards;
          animation: fadein 0.4s ease-out 1.1s 1 forwards;
  width: 48.6%;
}
.navi li:nth-child(2) {
  -webkit-animation: fadein 0.4s ease-out 1.2s 1 forwards;
          animation: fadein 0.4s ease-out 1.2s 1 forwards;
  width: 48.6%;
}
.navi li:nth-child(3) {
  -webkit-animation: fadein 0.4s ease-out 1.3s 1 forwards;
          animation: fadein 0.4s ease-out 1.3s 1 forwards;
  width: 48.6%;
}
.navi li:nth-child(4) {
  -webkit-animation: fadein 0.4s ease-out 1.4s 1 forwards;
          animation: fadein 0.4s ease-out 1.4s 1 forwards;
  width: 48.6%;
}
.navi li a:hover img {
  -webkit-animation: bounce 0.8s linear 1;
          animation: bounce 0.8s linear 1;
}
@-webkit-keyframes bounce {
  from, 2%, 50%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.214, 0.61, 0.154, 1);
            animation-timing-function: cubic-bezier(0.214, 0.61, 0.154, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  30%, 34% {
    -webkit-animation-timing-function: cubic-bezier(0.754, 0.05, 0.854, 0.06);
            animation-timing-function: cubic-bezier(0.754, 0.05, 0.854, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.754, 0.05, 0.854, 0.06);
            animation-timing-function: cubic-bezier(0.754, 0.05, 0.854, 0.06);
    -webkit-transform: translate3d(0, -14px, 0);
            transform: translate3d(0, -14px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 2%, 50%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.214, 0.61, 0.154, 1);
            animation-timing-function: cubic-bezier(0.214, 0.61, 0.154, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  30%, 34% {
    -webkit-animation-timing-function: cubic-bezier(0.754, 0.05, 0.854, 0.06);
            animation-timing-function: cubic-bezier(0.754, 0.05, 0.854, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.754, 0.05, 0.854, 0.06);
            animation-timing-function: cubic-bezier(0.754, 0.05, 0.854, 0.06);
    -webkit-transform: translate3d(0, -14px, 0);
            transform: translate3d(0, -14px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@media screen and (min-width: 751px) {
  .navi li.new:after {
    top: -10px;
    right: -10px;
  }
}
@media screen and (max-width: 750px) {
  .navi li.new:after {
    top: -1vw;
    right: -1vw;
  }
}

#topicsArea {
  margin: -1px 0 0;
  background: url(/yw-switch/img/top/bg_orange.gif) repeat 0 -17vw;
}

.topics {
  clear: both;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .topics {
    width: 540px !important;
    padding-top: 16px !important;
  }
}
@media screen and (min-width: 751px) {
  .topics {
    width: 47%;
    padding-top: 0.8vw;
    float: right;
  }
}
@media screen and (max-width: 750px) {
  .topics {
    width: 84%;
    margin: 0 auto;
    float: none;
    padding: 0 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .topics h2 {
    width: 166px !important;
    margin: 0 0 10px !important;
  }
}
@media screen and (min-width: 751px) {
  .topics h2 {
    width: 31%;
    margin: 0 0 1.9%;
  }
}
@media screen and (max-width: 750px) {
  .topics h2 {
    width: 188px;
    margin: 0 0 14px;
  }
}
.topics .more {
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .topics .more {
    width: 145px !important;
    top: 20px !important;
    right: 0px !important;
  }
}
@media screen and (min-width: 751px) {
  .topics .more {
    width: 12vw;
    top: 1vw;
    right: 0px;
  }
}
@media screen and (max-width: 750px) {
  .topics .more {
    width: 20.5vw;
    top: 1vw;
    right: 0px;
  }
}
.topics .topics-inner {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .topics .topics-inner {
    height: 226px !important;
    padding: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  .topics .topics-inner {
    height: 18.8vw;
    padding: 1.7vw;
  }
}
@media screen and (max-width: 750px) {
  .topics .topics-inner {
    height: 350px;
    padding: 2.6vw;
  }
}
.topics .topics-inner .topics-detail {
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 1200px) {
  .topics .topics-inner .topics-detail {
    width: 498px !important;
    height: 186px !important;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 751px) {
  .topics .topics-inner .topics-detail {
    width: 100%;
    height: 15.5vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .topics .topics-inner .topics-detail {
    width: 78.7vw;
    height: 288px;
    margin: 0 auto;
  }
}
.topics .topics-inner .topics-detail::-webkit-scrollbar {
  width: 10px;
}
.topics .topics-inner .topics-detail::-webkit-scrollbar-track {
  background: #cccccc;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px #777;
          box-shadow: inset 0 0 2px #777;
}
.topics .topics-inner .topics-detail::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.topics .topics-inner .topics-detail li {
  padding: 0 0 15px;
  margin: 15px 0 0;
  border-bottom: 1px solid #6d6d6d;
}
@media screen and (min-width: 1200px) {
  .topics .topics-inner .topics-detail li {
    width: 441px !important;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 751px) {
  .topics .topics-inner .topics-detail li {
    width: 36.7vw;
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 750px) {
  .topics .topics-inner .topics-detail li {
    width: 73.8vw;
    font-size: 3.2vw;
  }
}
.topics .topics-inner .topics-detail li:first-child {
  margin: 0;
}
.topics .topics-inner .topics-detail li a {
  color: #c70067;
}
.topics .topics-inner .topics-detail li dt,
.topics .topics-inner .topics-detail li dd {
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  #naviArea {
    background: url(/yw-switch/img/top/bg_orange.gif) repeat 0 0;
    padding-top: 4vw;
  }
}

/* ==========================================================
    BEST
  ========================================================== */
#bestArea {
  -webkit-box-shadow: 0px 6px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 6px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  background-image: url(/yw-switch/img/top/bg_best_rep_top.jpg), url(/yw-switch/img/top/bg_best_rep_bottom.jpg), url(/yw-switch/img/top/bg_best_rep.jpg);
  background-repeat: repeat-x, repeat-x, repeat;
  background-position: top left, bottom left, 0 0;
}
@media screen and (min-width: 751px) {
  #bestArea {
    padding: 1.2vw 0 2.8vw;
  }
}
@media screen and (min-width: 1200px) {
  #bestArea {
    padding-top: 12px;
  }
}
@media screen and (max-width: 750px) {
  #bestArea {
    padding: 1.2vw 0 5.8vw;
  }
}
#bestArea p {
  margin: 0 auto;
  height: auto;
}
#bestArea p.main {
  position: relative;
}
@media screen and (min-width: 751px) {
  #bestArea p.main {
    width: 96%;
    margin-bottom: 30px;
    left: -0.6%;
  }
}
@media screen and (min-width: 1200px) {
  #bestArea p.main {
    width: 1120px;
    left: -20px;
  }
}
@media screen and (max-width: 750px) {
  #bestArea p.main {
    width: 90%;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 1200px) {
  #bestArea p img {
    width: auto !important;
  }
}
#bestArea .bnr {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #bestArea .bnr {
    width: 94%;
    max-width: 1160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 750px) {
  #bestArea .bnr {
    width: 94%;
  }
}
@media screen and (min-width: 751px) {
  #bestArea .bnr li {
    width: 49%;
  }
}
@media screen and (max-width: 750px) {
  #bestArea .bnr li:nth-child(1) {
    margin-bottom: 4vw;
  }
}
#bestArea .bnr li.new:after {
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  #bestArea .bnr li.new:after {
    top: -20px !important;
    right: -10px !important;
  }
}
@media screen and (min-width: 751px) {
  #bestArea .bnr li.new:after {
    top: -1vw;
    right: -1vw;
  }
}
@media screen and (max-width: 750px) {
  #bestArea .bnr li.new:after {
    top: -4vw;
    right: -1vw;
  }
}

/* ==========================================================
    BENEFITS
  ========================================================== */
#benefitsArea {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  #benefitsArea {
    height: 340px !important;
    background-size: auto !important;
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  #benefitsArea {
    background-color: #ffea00;
    background-image: url(/yw-switch/img/top/bg_benefits_pc.jpg);
    background-repeat: no-repeat;
    background-position: calc(50% - 178px) bottom;
    height: 28vw;
    padding-top: 1.4vw;
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  #benefitsArea {
    background: #ffea00 url(/yw-switch/img/top/bg_benefits_sp.jpg) no-repeat 0 0;
    background-size: 100%;
    padding-bottom: 4vw;
  }
}
#benefitsArea .inner {
  position: relative;
}
@media screen and (min-width: 1200px) {
  #benefitsArea .inner {
    width: 1120px !important;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 751px) {
  #benefitsArea .inner {
    width: 96%;
    margin: 0 auto;
  }
}
#benefitsArea .inner h1 {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  #benefitsArea .inner h1 {
    width: 104px !important;
    top: 96px !important;
    left: 62px !important;
  }
}
@media screen and (min-width: 751px) {
  #benefitsArea .inner h1 {
    width: 10.4%;
    top: 7.4vw;
    left: 4.8vw;
  }
}
@media screen and (max-width: 750px) {
  #benefitsArea .inner h1 {
    width: 22.4%;
    top: 15.6vw;
    left: 11.8vw;
  }
}
@media screen and (min-width: 1200px) {
  #benefitsArea .inner p {
    width: 987px !important;
    margin-left: 154px !important;
  }
}
@media screen and (min-width: 751px) {
  #benefitsArea .inner p {
    width: 86%;
    margin-left: 14vw;
  }
}
@media screen and (max-width: 750px) {
  #benefitsArea .inner p {
    padding-top: 1.6vw;
  }
}
#benefitsArea .inner figure {
  -webkit-animation: spin 6s linear infinite;
          animation: spin 6s linear infinite;
  position: absolute;
  z-index: 1;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (min-width: 1200px) {
  #benefitsArea .inner figure {
    width: 224px !important;
    top: 34px !important;
    left: 0 !important;
  }
}
@media screen and (min-width: 751px) {
  #benefitsArea .inner figure {
    width: 20.4%;
    top: 2.6vw;
  }
}
@media screen and (max-width: 750px) {
  #benefitsArea .inner figure {
    width: 44.4%;
    top: 4.8vw;
  }
}

#tokutenArea {
  background: url(/yw-switch/img/top/tokuten_top.png) repeat-x, url(/yw-switch/img/top/tokuten_bg.jpg) repeat-x center 9px;
  position: relative;
  z-index: 10;
  margin: -10px 0 0;
}
@media screen and (min-width: 1200px) {
  #tokutenArea {
    height: 200px !important;
  }
}
@media screen and (min-width: 751px) {
  #tokutenArea {
    height: 16vw;
  }
}
@media screen and (max-width: 750px) {
  #tokutenArea {
    height: 26vw;
  }
}
@media screen and (min-width: 1200px) {
  #tokutenArea p {
    width: 549px !important;
    padding-top: 46px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
  }
}
@media screen and (min-width: 751px) {
  #tokutenArea p {
    width: 50%;
    padding-top: 2.8vw;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  #tokutenArea p {
    width: 84%;
    padding-top: 4.6vw;
    margin: 0 auto;
  }
}
#tokutenArea p.new:after {
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  #tokutenArea p.new:after {
    top: 25px !important;
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  #tokutenArea p.new:after {
    top: 3vw;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  #tokutenArea p.new:after {
    top: 5%;
    right: 0;
  }
}

/* ==========================================================
    CONTENT
  ========================================================== */
#content {
  text-align: center;
}
#content #pvArea {
  background: url(/yw-switch/img/top/pv_area_bg.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  #content #pvArea {
    padding: 37px 0 0 !important;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea {
    padding: 3vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea {
    background: url(/yw-switch/img/top/pv_area_bg_sp.png) no-repeat;
    background-size: cover;
    padding: 2.8vw 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #content #pvArea h2 {
    width: 524px !important;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea h2 {
    width: 43.7vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea h2 {
    width: 91.4vw;
    margin: 5.5vw auto 0;
  }
}
#content #pvArea .inner .h1Area {
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center top, 0 0, 0 0;
}
@media screen and (min-width: 1200px) {
  #content #pvArea .inner .h1Area {
    background-position: calc(50% - 4px) top, 0 0, 0 0 !important;
    background-size: auto, auto, auto !important;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea .inner .h1Area {
    background-image: url(/yw-switch/img/top/h1_bg_pc.png);
    background-size: 100%, 70%, auto;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .inner .h1Area {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  #content #pvArea .inner .h1Area h1 {
    width: 884px !important;
    margin: 0 auto 66px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea .inner .h1Area h1 {
    width: 74%;
    margin: 0 auto 2vw;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .inner .h1Area h1 {
    width: 100%;
    margin: 0 auto 4.6vw;
  }
}
#content #pvArea .inner .h1Area h1.new:after {
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  #content #pvArea .inner .h1Area h1.new:after {
    top: -55px !important;
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea .inner .h1Area h1.new:after {
    top: -5vw;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .inner .h1Area h1.new:after {
    top: 31%;
    right: 10%;
  }
}
#content #pvArea .inner .h1Area p {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media screen and (min-width: 1200px) {
  #content #pvArea .inner .h1Area p {
    font-size: 20px !important;
    margin: 0 0 55px;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea .inner .h1Area p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .inner .h1Area p {
    font-size: 3.4vw;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
#content #pvArea .inner .h1Area p em {
  color: #c70067;
}
#content #pvArea .inner p {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media screen and (min-width: 1200px) {
  #content #pvArea .inner p {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea .inner p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .inner p {
    font-size: 3.4vw;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
#content #pvArea .inner p em {
  color: #c70067;
}
#content #pvArea .fix-pv {
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(/yw-switch/img/top/bg_line_movie.png) repeat-x center bottom;
}
@media screen and (min-width: 1200px) {
  #content #pvArea .fix-pv {
    width: 1100px !important;
    padding: 60px 0 40px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea .fix-pv {
    width: 91.7vw;
    padding: 5.3vw 0 3.3vw;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .fix-pv {
    display: block;
    width: 74.6vw;
    padding: 12vw 0 5vw;
  }
}
#content #pvArea .fix-pv li {
  float: left;
}
@media screen and (min-width: 1200px) {
  #content #pvArea .fix-pv li {
    width: 358px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea .fix-pv li {
    width: 29.8vw;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .fix-pv li {
    float: none;
    width: 68.6vw;
    margin: 0 auto 5vw;
  }
}
@media screen and (min-width: 1200px) {
  #content #pvArea .fix-pv li:nth-child(2) {
    margin: 0 15px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea .fix-pv li:nth-child(2) {
    margin: 0 1.2vw;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .fix-pv li:last-child {
    margin: 0 auto 0;
  }
}
#content #pvArea .fix-pv li.new:after {
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  #content #pvArea .fix-pv li.new:after {
    top: -30px !important;
    right: 0px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea .fix-pv li.new:after {
    top: -3vw;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .fix-pv li.new:after {
    top: -7vw;
    right: 0;
  }
}
#content #pvArea .slide-area {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #content #pvArea .slide-area {
    padding: 0 0 14.4vw;
  }
}
#content #pvArea .slide-area .slider {
  display: none;
}
@media screen and (min-width: 1200px) {
  #content #pvArea .slide-area .slider {
    width: 1110px !important;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea .slide-area .slider {
    width: 93.8%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .slide-area .slider {
    width: 100%;
    margin: 0 auto 10vw;
  }
}
@media screen and (min-width: 1200px) {
  #content #pvArea .slide-area .slider .slick-slide {
    width: 541px !important;
    margin: 0 24px 0 0 !important;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea .slide-area .slider .slick-slide {
    width: 45.1vw;
    margin: 0 2vw 0 0;
  }
}
#content #pvArea .slide-area .slider .slick-track {
  padding: 40px 0;
}
@media screen and (min-width: 751px) {
  #content #pvArea .slide-area .slider .slick-prev {
    left: -60px;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .slide-area .slider .slick-prev {
    left: 20px;
  }
}
@media screen and (min-width: 751px) {
  #content #pvArea .slide-area .slider .slick-next {
    right: -60px;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .slide-area .slider .slick-next {
    right: 20px;
  }
}
#content #pvArea .slide-area .sp-slider {
  width: 90% !important;
  margin: 0 auto !important;
}
#content #pvArea .slide-area .sp-slider .slick-slide {
  padding: 5vw 0 0;
  margin-right: 13.4vw;
  width: 74.2vw;
}
@media screen and (max-width: 750px) {
  #content #pvArea .slide-area .sp-slider .slick-prev {
    left: -30px;
  }
}
@media screen and (max-width: 750px) {
  #content #pvArea .slide-area .sp-slider .slick-next {
    right: -30px;
  }
}
#content #pvArea .slide-area .slick-initialized {
  display: block;
}
@media screen and (min-width: 1200px) {
  #content #sec01 {
    padding: 37px 0 0 !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec01 {
    padding: 3vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #content #sec01 {
    padding: 2.8vw 0 0;
  }
}
#content #sec01 .inner .h1Area {
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center top, 0 0, 0 0;
}
@media screen and (min-width: 1200px) {
  #content #sec01 .inner .h1Area {
    background-position: calc(50% - 4px) top, 0 0, 0 0 !important;
    background-size: auto, auto, auto !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec01 .inner .h1Area {
    background-image: url(/yw-switch/img/top/h1_bg_pc.png);
    background-size: 100%, 70%, auto;
  }
}
@media screen and (max-width: 750px) {
  #content #sec01 .inner .h1Area {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  #content #sec01 .inner .h1Area h1 {
    width: 884px !important;
    margin: 0 auto 66px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec01 .inner .h1Area h1 {
    width: 74%;
    margin: 0 auto 2vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec01 .inner .h1Area h1 {
    width: 100%;
    margin: 0 auto 4.6vw;
  }
}
#content #sec01 .inner .h1Area h1.new:after {
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  #content #sec01 .inner .h1Area h1.new:after {
    top: -55px !important;
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  #content #sec01 .inner .h1Area h1.new:after {
    top: -5vw;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  #content #sec01 .inner .h1Area h1.new:after {
    top: 31%;
    right: 10%;
  }
}
#content #sec01 .inner .h1Area p {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media screen and (min-width: 1200px) {
  #content #sec01 .inner .h1Area p {
    font-size: 20px !important;
    margin: 0 0 55px;
  }
}
@media screen and (min-width: 751px) {
  #content #sec01 .inner .h1Area p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec01 .inner .h1Area p {
    font-size: 3.4vw;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
#content #sec01 .inner .h1Area p em {
  color: #c70067;
}
#content #sec01 .inner .slideArea {
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  #content #sec01 .inner .slideArea {
    padding-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content #sec01 .inner .slideArea {
    padding-top: 2vw;
  }
}
#content #sec01 .inner .slideArea .slider {
  display: none;
}
@media screen and (min-width: 1200px) {
  #content #sec01 .inner .slideArea .slider {
    width: 71% !important;
    margin: 0 auto 70px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec01 .inner .slideArea .slider {
    width: 80%;
    margin: 0 auto 6vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec01 .inner .slideArea .slider {
    width: 100%;
    margin: 0 auto 10vw;
  }
}
#content #sec01 .inner .slideArea .slider .slick-list {
  overflow: inherit;
}
#content #sec01 .inner .slideArea .slider .slick-slide {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 8px 0;
          box-shadow: rgba(0, 0, 0, 0.2) 4px 8px 0;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  #content #sec01 .inner .slideArea .slider .slick-slide {
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  #content #sec01 .inner .slideArea .slider .slick-slide {
    margin: 0 20px;
  }
}
#content #sec01 .inner .slideArea .slider .slick-slide:first-child {
  margin: 0 2.5% 0 0;
}
@media screen and (min-width: 751px) {
  #content #sec01 .inner .slideArea .slider .slick-prev {
    left: -30px;
  }
}
@media screen and (max-width: 750px) {
  #content #sec01 .inner .slideArea .slider .slick-prev {
    left: 20px;
  }
}
@media screen and (min-width: 751px) {
  #content #sec01 .inner .slideArea .slider .slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 750px) {
  #content #sec01 .inner .slideArea .slider .slick-next {
    right: 20px;
  }
}
#content #sec01 .inner .slideArea .slick-initialized {
  display: block;
}
#content #sec01 .inner p {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media screen and (min-width: 1200px) {
  #content #sec01 .inner p {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec01 .inner p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec01 .inner p {
    font-size: 3.4vw;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
#content #sec01 .inner p em {
  color: #c70067;
}
#content .content02 {
  text-align: center;
  background-repeat: no-repeat, repeat;
  background-position: center top, 0 0, 0 0;
}
@media screen and (min-width: 1200px) {
  #content .content02 {
    padding: 100px 0 0 !important;
    margin: 0 0 -20px;
    background-position: center bottom !important;
    background-size: auto !important;
  }
}
@media screen and (min-width: 751px) {
  #content .content02 {
    background-image: url(/yw-switch/img/top/content_bg_pc.png);
    background-size: 100%, 70%, auto;
    padding: 7vw 0 0;
    background-position: center 2vw;
  }
}
@media screen and (max-width: 750px) {
  #content .content02 {
    background-image: url(/yw-switch/img/top/content_bg_sp.png);
    background-size: 100%, 54%, auto;
    padding: 15vw 0 0;
  }
}
#content #sec02 {
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 1200px) {
  #content #sec02 {
    width: 496px !important;
    margin: 0 auto !important;
    top: -0.8vw !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec02 {
    width: 38%;
    margin: 0 auto;
    top: 0.1vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec02 {
    width: 66%;
    margin: 0 auto;
    top: 0.4vw;
  }
}
#content #sec02.new:after {
  top: 0;
  right: 25%;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  #content #sec02.new:after {
    top: -20px;
    right: 23;
  }
}
#content .sec02 {
  background-image: url(/yw-switch/img/top/bg_chara_tsuchinoko.png), url(/yw-switch/img/top/bg_green.gif);
  background-repeat: no-repeat, repeat;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  #content .sec02 {
    background-position: calc(50% - 440px) bottom, 0 0 !important;
    background-size: auto, auto !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 751px) {
  #content .sec02 {
    background-position: calc(50% - 36vw) bottom, 0 0;
    background-size: 11%, auto;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 750px) {
  #content .sec02 {
    background-position: calc(50% - 10vw) bottom, 0 0;
    background-size: 18%, auto;
    padding-bottom: 17vw;
  }
}
#content .sec02 .inner {
  position: relative;
}
#content .sec02 .inner .slideArea {
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  #content .sec02 .inner .slideArea {
    padding-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content .sec02 .inner .slideArea {
    padding-top: 2vw;
  }
}
#content .sec02 .inner .slideArea .slider {
  display: none;
}
@media screen and (min-width: 1200px) {
  #content .sec02 .inner .slideArea .slider {
    width: 1083px !important;
    margin: 0 auto 70px !important;
  }
}
@media screen and (min-width: 751px) {
  #content .sec02 .inner .slideArea .slider {
    width: 80%;
    margin: 0 auto 6vw;
  }
}
@media screen and (max-width: 750px) {
  #content .sec02 .inner .slideArea .slider {
    margin: 0 auto 10vw;
  }
}
#content .sec02 .inner .slideArea .slider .slick-list {
  overflow: inherit;
}
@media screen and (min-width: 751px) {
  #content .sec02 .inner .slideArea .slider .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 750px) {
  #content .sec02 .inner .slideArea .slider .slick-prev {
    left: 0;
  }
}
@media screen and (min-width: 751px) {
  #content .sec02 .inner .slideArea .slider .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 750px) {
  #content .sec02 .inner .slideArea .slider .slick-next {
    right: 0;
  }
}
#content .sec02 .inner .slideArea .slick-initialized {
  display: block;
}
@media screen and (min-width: 751px) {
  #content .sec02 .inner .slideArea .slick-slide img {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
  }
  #content .sec02 .inner .slideArea .slick-active img {
    -webkit-filter: brightness(1) !important;
            filter: brightness(1) !important;
  }
}
#content .sec02 .inner figure {
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  #content .sec02 .inner figure {
    top: 70px !important;
    right: 50% !important;
    width: 351px !important;
    margin-right: -450px !important;
  }
}
@media screen and (min-width: 751px) {
  #content .sec02 .inner figure {
    top: 5.4vw;
    right: 14vw;
    width: 27.4%;
  }
}
@media screen and (max-width: 750px) {
  #content .sec02 .inner figure {
    top: 61.4vw;
    right: 3.4vw;
    width: 40.4%;
  }
}
#content .sec02 .inner p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
}
@media screen and (min-width: 1200px) {
  #content .sec02 .inner p {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  #content .sec02 .inner p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 750px) {
  #content .sec02 .inner p {
    font-size: 3.4vw;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
#content #sec03 {
  position: relative;
  z-index: 2;
  background: url(/yw-switch/img/top/bg_purple.gif) repeat 0 0;
}
@media screen and (min-width: 1200px) {
  #content #sec03 {
    padding: 106px 0 165px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 {
    padding: 9vw 0 19vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 {
    padding: 57vw 0 18vw;
  }
}
#content #sec03 h1 {
  position: absolute;
  z-index: 9999;
}
@media screen and (min-width: 1200px) {
  #content #sec03 h1 {
    width: 383px !important;
    top: 18px !important;
    margin-left: -590px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 h1 {
    width: 32%;
    top: 2vw;
    left: 50%;
    margin-left: -48.4vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 h1 {
    width: 52%;
    top: 4vw;
    left: 2vw;
  }
}
#content #sec03 figure {
  position: absolute;
}
@media screen and (min-width: 1200px) {
  #content #sec03 figure {
    top: 396px !important;
    left: 50% !important;
    width: 641px !important;
    margin-left: -642px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 figure {
    top: 32.4vw;
    left: -2vw;
    width: 50%;
    z-index: 9999;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 figure {
    top: -1vw;
    right: -20vw;
    width: 79.4%;
  }
}
#content #sec03 .inner {
  position: relative;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .inner {
    width: 1076px !important;
    margin-left: -296px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .inner {
    left: 50%;
    width: 86%;
    margin-left: -24vw;
  }
}
#content #sec03 .inner .slideArea {
  background: url(/yw-switch/img/top/bg_switch.png) no-repeat center top;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .inner .slideArea {
    padding: 58px 0 !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .inner .slideArea {
    padding: 4.5vw 0 1vw;
    background-size: 100%;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .inner .slideArea {
    padding: 7.8vw 0 1vw;
    background-size: 150%;
  }
}
#content #sec03 .inner .slideArea .slider {
  display: none;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .inner .slideArea .slider {
    width: 615px !important;
    margin: 0 auto 70px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .inner .slideArea .slider {
    width: 57.4%;
    margin: 0 auto 10vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .inner .slideArea .slider {
    width: 86%;
    margin: 0 auto 16vw;
  }
}
@media screen and (min-width: 1200px) {
  #content #sec03 .inner .slideArea .slider .slick-dots {
    bottom: -100px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .inner .slideArea .slider .slick-dots {
    bottom: -9vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .inner .slideArea .slider .slick-dots {
    bottom: -14vw;
  }
}
#content #sec03 .inner .slideArea .slider .slick-prev {
  display: none !important;
}
#content #sec03 .inner .slideArea .slider .slick-next {
  display: none !important;
}
#content #sec03 .inner .slideArea .slick-initialized {
  display: block;
}
#content #sec03 .inner p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .inner p {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .inner p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .inner p {
    font-size: 3.4vw;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
#content #sec03 .detail01 {
  position: relative;
  margin: 253px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail01 {
    width: 1200px !important;
    margin: 253px auto 0 !important;
    padding: 0 20px;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail01 {
    margin: 18vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail01 {
    margin: 140px auto 0;
    padding: 0;
  }
}
#content #sec03 .detail01 h2 {
  width: 72%;
  margin: 0 auto;
  position: absolute;
  top: -8%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail01 h2 {
    width: 861px !important;
    top: -80px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail01 h2 {
    top: -8%;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail01 h2 {
    top: -3%;
  }
}
#content #sec03 .detail01 h2.new:after {
  top: -20px;
  right: 0;
  z-index: 999;
}
#content #sec03 .detail01 .detail-inner {
  position: relative;
  padding: 110px 30px 40px;
  background: url(/yw-switch/img/top/detail_bg_pc.png) no-repeat 0 0;
  border-radius: 20px;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail01 .detail-inner {
    padding: 110px 30px 40px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail01 .detail-inner {
    padding: 10vw 30px 40px;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail01 .detail-inner {
    background: url(/yw-switch/img/top/detail_bg_sp.png) no-repeat 0 0;
    background-size: cover;
    border-radius: 0;
  }
}
#content #sec03 .detail01 .detail-inner p {
  margin: 0 0 30px;
  font-size: 20px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail01 .detail-inner p {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail01 .detail-inner p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail01 .detail-inner p {
    font-size: 3.4vw;
  }
}
#content #sec03 .detail01 .detail-inner ul {
  overflow: hidden;
}
#content #sec03 .detail01 .detail-inner ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 19px;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail01 .detail-inner ul li {
    width: 540px !important;
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail01 .detail-inner ul li {
    width: 48.8%;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail01 .detail-inner ul li {
    float: none;
    width: 100%;
    margin: 0 0 29px;
  }
}
#content #sec03 .detail01 .detail-inner ul li:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail01 .detail-inner ul li:nth-child(even) {
    margin-right: 0 !important;
  }
}
#content #sec03 .detail01 .detail-inner ul li:nth-child(4) {
  margin-top: -40px;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail01 .detail-inner ul li:nth-child(4) {
    width: 520px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail01 .detail-inner ul li:nth-child(4) {
    width: 47.9%;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail01 .detail-inner ul li:nth-child(4) {
    margin-top: 0;
  }
}
#content #sec03 .detail02 {
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail02 {
    width: 1200px !important;
    margin: 53px auto 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail02 {
    margin: 10vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail02 {
    margin: 20vw auto 0;
    padding: 0;
  }
}
#content #sec03 .detail02 h2 {
  width: 72%;
  margin: 0 auto;
  position: absolute;
  top: -8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail02 h2 {
    width: 861px !important;
    top: -45px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail02 h2 {
    top: -6%;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail02 h2 {
    top: -6%;
  }
}
#content #sec03 .detail02 h2.new:after {
  top: -20px;
  right: 0;
  z-index: 999;
}
#content #sec03 .detail02 .detail-inner {
  position: relative;
  overflow: hidden;
  padding: 0 30px 40px;
  background: url(/yw-switch/img/top/detail02_bg_pc.png) no-repeat 0 0;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail02 .detail-inner {
    padding: 70px 30px 40px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail02 .detail-inner {
    padding: 6vw 30px 40px;
    background-size: 100%;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail02 .detail-inner {
    background: url(/yw-switch/img/top/detail02_bg_sp.png) no-repeat 0 0;
    background-size: 100%;
    border-radius: 0;
    padding: 13vw 0 40px;
  }
}
#content #sec03 .detail02 .detail-inner p {
  text-align: left;
  margin: 0 0 30px;
  font-size: 20px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail02 .detail-inner p {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail02 .detail-inner p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail02 .detail-inner p {
    text-align: center;
    font-size: 3.4vw;
  }
}
#content #sec03 .detail02 .detail-inner .inner {
  position: relative;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail02 .detail-inner .inner {
    width: 1076px !important;
    margin-left: -756px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail02 .detail-inner .inner {
    left: 50%;
    width: 96%;
    margin-left: -64vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail02 .detail-inner .inner {
    padding: 25vw 0 0;
  }
}
#content #sec03 .detail02 .detail-inner .inner .slideArea {
  background: url(/yw-switch/img/top/bg_switch.png) no-repeat center top;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail02 .detail-inner .inner .slideArea {
    padding: 58px 0 !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail02 .detail-inner .inner .slideArea {
    padding: 4.5vw 0 1vw;
    background-size: 100%;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail02 .detail-inner .inner .slideArea {
    padding: 7.8vw 0 1vw;
    background-size: 150%;
  }
}
#content #sec03 .detail02 .detail-inner .inner .slideArea .slider {
  display: none;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail02 .detail-inner .inner .slideArea .slider {
    width: 615px !important;
    margin: 0 auto 70px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail02 .detail-inner .inner .slideArea .slider {
    width: 57.4%;
    margin: 0 auto 10vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail02 .detail-inner .inner .slideArea .slider {
    width: 86%;
    margin: 0 auto 16vw;
  }
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail02 .detail-inner .inner .slideArea .slider .slick-dots {
    bottom: -100px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail02 .detail-inner .inner .slideArea .slider .slick-dots {
    bottom: -9vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail02 .detail-inner .inner .slideArea .slider .slick-dots {
    bottom: -14vw;
  }
}
#content #sec03 .detail02 .detail-inner .inner .slideArea .slider .slick-prev {
  display: none !important;
}
#content #sec03 .detail02 .detail-inner .inner .slideArea .slider .slick-next {
  display: none !important;
}
#content #sec03 .detail02 .detail-inner .inner .slideArea .slick-initialized {
  display: block;
}
#content #sec03 .detail02 .detail-inner .inner p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
}
@media screen and (min-width: 1200px) {
  #content #sec03 .detail02 .detail-inner .inner p {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #sec03 .detail02 .detail-inner .inner p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 750px) {
  #content #sec03 .detail02 .detail-inner .inner p {
    font-size: 3.4vw;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
#content #foot {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1200px) {
  #content #foot {
    padding: 50px 0 !important;
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #foot {
    padding: 5vw 0;
  }
}
@media screen and (max-width: 750px) {
  #content #foot {
    padding: 6vw 0;
  }
}
#content #foot:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/yw-switch/img/top/bg_orange.gif) repeat 0 0;
}
#content #foot .inner {
  position: relative;
}
@media screen and (min-width: 1200px) {
  #content #foot .inner {
    width: 1060px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #foot .inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #content #foot .inner {
    width: 84%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  #content #foot .inner figure {
    float: left;
    width: 49.6%;
  }
}
@media screen and (min-width: 1200px) {
  #content #foot .inner figure {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  #content #foot .inner figure {
    margin-bottom: 8vw;
  }
}
#content #foot .inner .twBox {
  position: relative;
}
@media screen and (min-width: 751px) {
  #content #foot .inner .twBox {
    float: right;
    width: 44%;
  }
}
#content #foot .inner .twBox h2 {
  font-weight: bolder;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 4px 4px 0;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  #content #foot .inner .twBox h2 {
    font-size: 26px !important;
    margin-bottom: 0.4% !important;
  }
}
@media screen and (min-width: 751px) {
  #content #foot .inner .twBox h2 {
    font-size: 2vw;
    margin-bottom: 4px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 750px) {
  #content #foot .inner .twBox h2 {
    font-size: 5vw;
    margin-bottom: 1.4vw;
    line-height: 1.2;
  }
}
#content #foot .inner .twBox .timeline {
  clear: both;
}
@media screen and (min-width: 1200px) {
  #content #foot .inner .twBox .timeline {
    padding-top: 2px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #foot .inner .twBox .timeline {
    padding-top: 0.4vw;
  }
}
@media screen and (min-width: 751px) {
  #content #foot .inner .twBox .btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  #content #foot .inner .twBox .btn {
    margin-top: 2vw;
  }
}
#content #foot .inner .twBox .btn a {
  color: #fff;
  float: right;
  background: #23a4ee;
  border-radius: 100px;
  position: relative;
  display: block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 0;
          box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 0;
}
@media screen and (min-width: 1200px) {
  #content #foot .inner .twBox .btn a {
    font-size: 16px !important;
    padding: 2px 60px 4px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #foot .inner .twBox .btn a {
    font-size: 1.4vw;
    padding: 0.2vw 5vw 0.3vw;
  }
}
@media screen and (max-width: 750px) {
  #content #foot .inner .twBox .btn a {
    font-size: 3.4vw;
    padding: 0vw 5vw 0.3vw;
  }
}
#content #foot .inner .twBox .btn a:after {
  content: "";
  border: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 1200px) {
  #content #foot .inner .twBox .btn a:after {
    right: 14px !important;
    margin-top: -4px !important;
  }
}
@media screen and (min-width: 751px) {
  #content #foot .inner .twBox .btn a:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 6px;
    height: 6px;
    right: 1vw;
    margin-top: -0.4vw;
  }
}
@media screen and (max-width: 750px) {
  #content #foot .inner .twBox .btn a:after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    width: 1.4vw;
    height: 1.4vw;
    right: 2vw;
    margin-top: -1.2vw;
  }
}
#content #foot .inner .twBox .fb {
  float: right;
}
@media screen and (max-width: 750px) {
  #content #foot .inner .twBox .fb {
    margin: -3vw 0 0;
  }
}
#content #foot .inner .twBox .fb a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 4px 4px 0;
}
@media screen and (min-width: 1200px) {
  #content #foot .inner .twBox .fb a {
    font-size: 20px !important;
    margin: -30px 0 0 !important;
  }
}
@media screen and (min-width: 751px) {
  #content #foot .inner .twBox .fb a {
    font-size: 20px;
    margin: -3vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #content #foot .inner .twBox .fb a {
    font-size: 20px;
    margin: -3vw 0 0;
  }
}

.slick-dots {
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .slick-dots {
    bottom: -50px !important;
  }
}
@media screen and (min-width: 751px) {
  .slick-dots {
    bottom: -5.4vw;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .slick-dots li {
    margin: 0 10px !important;
  }
}
@media screen and (min-width: 751px) {
  .slick-dots li {
    margin: 0 0.7vw;
  }
}
@media screen and (max-width: 750px) {
  .slick-dots li {
    margin: 0 1.6vw;
  }
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 2.4vw;
  height: 4vw;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
@media screen and (min-width: 1200px) {
  .slick-dots li button {
    width: 29px !important;
    height: 36px !important;
  }
}
@media screen and (min-width: 751px) {
  .slick-dots li button {
    width: 2.4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .slick-dots li button {
    width: 4vw;
    height: 5vw;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  background: url(/yw-switch/img/top/bg_slide_indicator_off.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
@media screen and (min-width: 1200px) {
  .slick-dots li button:before {
    width: 29px !important;
    height: 36px !important;
  }
}
@media screen and (min-width: 751px) {
  .slick-dots li button:before {
    width: 2.4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .slick-dots li button:before {
    background-size: 98%;
    width: 4vw;
    height: 5vw;
  }
}
.slick-dots li button:hover:before {
  background: url(/yw-switch/img/top/bg_slide_indicator_on.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .slick-dots li button:hover:before {
    background-size: 98%;
  }
}
.slick-dots li.slick-active button:before {
  background: url(/yw-switch/img/top/bg_slide_indicator_on.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .slick-dots li.slick-active button:before {
    background-size: 98%;
  }
}