@charset "UTF-8";
@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); }
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); }
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@font-face {
  font-family: 'NotoSans-Bold';
  src: url(../font/NotoSansCJKjp-Bold.otf); }

@font-face {
  font-family: 'NotoSans-Medium';
  src: url(../font/NotoSansCJKjp-Medium.otf); }

@font-face {
  font-family: 'NotoSans-Regular';
  src: url(../font/NotoSansCJKjp-Regular.otf); }

.u-red {
  color: #f0027f; }

.u-blue {
  color: #002ac6; }

.u-mark {
  background: #fffc00;
  padding: 0.5rem;
  margin: 0 0.5rem; }

body {
  font-family: NotoSans-Medium, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  color: #333333; }

.wrapper a:link,
.wrapper a:visited,
.wrapper a:hover,
.wrapper a:active {
  color: #333333; }

.wrapper a:link,
.wrapper a:visited {
  text-decoration: underline; }

.wrapper a:hover,
.wrapper .a:active {
  text-decoration: none; }

.wrapper .aside-container a {
  text-decoration: none; }

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
  color: #000;
  background: #fff; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit; }

del,
ins {
  text-decoration: none; }

ul li {
  list-style: none; }

caption,
th {
  text-align: left; }

/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000; }

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input,
button,
textarea,
select {
  *font-size: 100%; }

body.device-type-desktop {
  overflow: scroll !important; }

.wrapper .related-programs-subtitle-2TQOq {
  color: #333; }

#rectangle-desktop {
  min-height: 300px; }

#rectangle-desktop,
#superbanner-mobile,
#rectangle-mobile {
  text-align: center; }

#superbanner-mobile iframe {
  vertical-align: bottom; }

#superbanner-desktop {
  position: absolute;
  top: 0;
  right: 0;
  left: 352px;
  margin: auto;
  width: 728px;
  height: 90px; }

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.wrapper #common-onair {
  font-family: Noto Sans Japanese, sans-serif;
  font-size: 1.4rem;
  line-height: 2.0rem; }
  .wrapper #common-onair a.common-onair-scheduleHeaderButton-23Qrc {
    line-height: 2.4rem;
    color: #ffffff; }
  .wrapper #common-onair .common-onair-scheduleItemTimeActiveNow-1l0Wm {
    color: #ffffff; }
  .wrapper #common-onair .common-onair-scheduleItemTitleActive-1A491 {
    color: #ffffff; }
  .wrapper #common-onair .common-onair-scheduleHeaderDayOfWeek-1CJWq {
    color: #fff; }
  .wrapper #common-onair .common-onair-scheduleHeaderDate-2khQV {
    font-family: Noto Sans Japanese, sans-serif; }

.social-button-icon {
  cursor: pointer;
  border-radius: 50%;
  width: 5.0rem;
  height: 5.0rem;
  position: relative;
  margin-bottom: 0.8rem;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

.social-button-icon > svg {
  fill: #fff;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.social-box {
  position: relative; }
  .social-box #social-button {
    display: block;
    text-align: center; }
    .social-box #social-button .social-button-icon {
      margin: 1rem 1rem 2rem;
      display: inline-block;
      vertical-align: middle; }

.device-type-mobile .social-button {
  margin-bottom: 1.0rem; }

.social-button-twitter {
  background-color: #55acee; }

.social-button-twitter:hover {
  background-color: rgba(85, 172, 238, 0.6); }

.social-button-facebook {
  background-color: #3b5998; }

.social-button-facebook:hover {
  background-color: rgba(59, 89, 152, 0.6); }

.social-button-line {
  background-color: #00c300; }

.social-button-line:hover {
  background-color: rgba(0, 195, 0, 0.6); }

.page-section {
  box-sizing: border-box;
  color: #212121; }

.common-onair-scheduleHeaderButton-23Qrc {
  line-height: 3.0rem; }

.wrapper .modal {
  display: none; }

.wrapper .modal.active {
  display: block; }

.wrapper .btn-more-box .load-more {
  display: none; }

#common-footer a {
  font-size: 1.2rem; }

.common-footer-sp-primaryContainer-19Olw {
  margin-top: 0 !important; }

.wrapper .related-programs-container-21xlP a {
  background: #ffffff; }
  .wrapper .related-programs-container-21xlP a:hover {
    background: #ffffff; }

.wrapper .present-moreLinkContainer-1iHUK a {
  color: #00a0c6; }

.wrapper .present-circle-2iOfl {
  border-radius: 50%;
  position: absolute;
  right: 0.4rem;
  bottom: 0.7rem;
  width: 1.8rem;
  height: 1.8rem;
  opacity: .8;
  -webkit-transform: scale(1.3) rotate(0.001deg);
  transform: scale(1.3) rotate(0.001deg); }

.wrapper .present-moreLink-3dBoY {
  padding-right: 3rem; }

.wrapper .present-container-3kCP1 {
  margin-top: 0.6rem; }

.wrapper .ranking-container-3O6CH {
  margin-top: 0.6rem; }

.wrapper .present-moreLinkContainer-1iHUK {
  margin-top: 0; }

.wrapper .present-container-3kCP1 {
  margin-bottom: 0.6rem; }

.wrapper .present-header-1TvSX,
.wrapper .ranking-header-3Maul {
  font-size: 1.8rem; }

.sp-header-banner,
.sp-footer-banner {
  text-align: center; }

.param-link {
  cursor: pointer; }

#common-onair {
  line-height: 2.0rem; }
  #common-onair a {
    text-decoration: none; }

.cf:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.cf, .clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .cf, * html .clearfix {
  height: 1%; }

.cf, .clearfix {
  display: block; }

.u-f11 {
  font-size: 1.1rem !important; }

.u-f12 {
  font-size: 1.2rem !important; }

.u-f13 {
  font-size: 1.3rem !important; }

.u-f14 {
  font-size: 1.4rem !important; }

.u-f15 {
  font-size: 1.5rem !important; }

.u-f16 {
  font-size: 1.6rem !important; }

.u-f17 {
  font-size: 1.7rem !important; }

.u-f18 {
  font-size: 1.8rem !important; }

.u-f19 {
  font-size: 1.9rem !important; }

.u-f20 {
  font-size: 2.0rem !important; }

.u-f21 {
  font-size: 2.1rem !important; }

.u-f22 {
  font-size: 2.2rem !important; }

.u-f23 {
  font-size: 2.3rem !important; }

.u-f24 {
  font-size: 2.4rem !important; }

.u-f25 {
  font-size: 2.5rem !important; }

.u-f26 {
  font-size: 2.6rem !important; }

.u-f27 {
  font-size: 2.7rem !important; }

.u-f28 {
  font-size: 2.8rem !important; }

.u-f29 {
  font-size: 2.9rem !important; }

.u-f30 {
  font-size: 3.0rem !important; }

.u-f31 {
  font-size: 3.1rem !important; }

.u-f32 {
  font-size: 3.2rem !important; }

.u-f33 {
  font-size: 3.3rem !important; }

.u-f34 {
  font-size: 3.4rem !important; }

.u-f35 {
  font-size: 3.5rem !important; }

.u-f36 {
  font-size: 3.6rem !important; }

.u-f37 {
  font-size: 3.7rem !important; }

.u-f38 {
  font-size: 3.8rem !important; }

.u-f39 {
  font-size: 3.9rem !important; }

.u-f40 {
  font-size: 4.0rem !important; }

.u-tl {
  text-align: left !important; }

.u-tc {
  text-align: center !important; }

.u-tr {
  text-align: right !important; }

.u-db {
  display: block !important; }

.u-di {
  display: inline-block !important; }

.u-fl {
  float: left !important; }

.u-fr {
  float: right !important; }

.u-b {
  font-weight: bold !important; }

.u-cp {
  cursor: pointer !important; }

.u-vt {
  vertical-align: top !important; }

.u-vm {
  vertical-align: middle !important; }

.u-vba {
  vertical-align: baseline !important; }

.u-vbo {
  vertical-align: bottom !important; }

.device-type-desktop .u-mtn {
  margin-top: 0 !important; }

.device-type-desktop .u-mts {
  margin-top: 1rem !important; }

.device-type-desktop .u-mtm {
  margin-top: 2rem !important; }

.device-type-desktop .u-mtl {
  margin-top: 3rem !important; }

.device-type-desktop .u-mtx {
  margin-top: 4rem !important; }

.device-type-desktop .u-mtxl {
  margin-top: 5rem !important; }

.device-type-desktop .u-mbn {
  margin-bottom: 0 !important; }

.device-type-desktop .u-mbs {
  margin-bottom: 1rem !important; }

.device-type-desktop .u-mbm {
  margin-bottom: 2rem !important; }

.device-type-desktop .u-mbl {
  margin-bottom: 3rem !important; }

.device-type-desktop .u-mbx {
  margin-bottom: 4rem !important; }

.device-type-desktop .u-mbxl {
  margin-bottom: 5rem !important; }

.device-type-desktop .u-mln {
  margin-left: 0 !important; }

.device-type-desktop .u-mls {
  margin-left: 1rem !important; }

.device-type-desktop .u-mlm {
  margin-left: 2rem !important; }

.device-type-desktop .u-mll {
  margin-left: 3rem !important; }

.device-type-desktop .u-mlx {
  margin-left: 4rem !important; }

.device-type-desktop .u-mlxl {
  margin-left: 5rem !important; }

.device-type-desktop .u-mrn {
  margin-right: 0 !important; }

.device-type-desktop .u-mrs {
  margin-right: 1rem !important; }

.device-type-desktop .u-mrm {
  margin-right: 2rem !important; }

.device-type-desktop .u-mrl {
  margin-right: 3rem !important; }

.device-type-desktop .u-mrx {
  margin-right: 4rem !important; }

.device-type-desktop .u-mrxl {
  margin-right: 5rem !important; }

.device-type-desktop .u-mra {
  margin-right: auto !important; }

.device-type-desktop .u-mla {
  margin-left: auto !important; }

.device-type-desktop .u-mca {
  margin-left: auto !important;
  margin-right: auto !important; }

.device-type-desktop .u-ptn {
  padding-top: 0 !important; }

.device-type-desktop .u-pts {
  padding-top: 1rem !important; }

.device-type-desktop .u-ptm {
  padding-top: 2rem !important; }

.device-type-desktop .u-ptl {
  padding-top: 3rem !important; }

.device-type-desktop .u-ptx {
  padding-top: 4rem !important; }

.device-type-desktop .u-ptxl {
  padding-top: 5rem !important; }

.device-type-desktop .u-pbn {
  padding-bottom: 0 !important; }

.device-type-desktop .u-pbs {
  padding-bottom: 1rem !important; }

.device-type-desktop .u-pbm {
  padding-bottom: 2rem !important; }

.device-type-desktop .u-pbl {
  padding-bottom: 3rem !important; }

.device-type-desktop .u-pbx {
  padding-bottom: 4rem !important; }

.device-type-desktop .u-pbxl {
  padding-bottom: 5rem !important; }

.device-type-desktop .u-pln {
  padding-left: 0 !important; }

.device-type-desktop .u-pls {
  padding-left: 1rem !important; }

.device-type-desktop .u-plm {
  padding-left: 2rem !important; }

.device-type-desktop .u-pll {
  padding-left: 3rem !important; }

.device-type-desktop .u-plx {
  padding-left: 4rem !important; }

.device-type-desktop .u-plxl {
  padding-left: 5rem !important; }

.device-type-desktop .u-prn {
  padding-right: 0 !important; }

.device-type-desktop .u-prs {
  padding-right: 1rem !important; }

.device-type-desktop .u-prm {
  padding-right: 2rem !important; }

.device-type-desktop .u-prl {
  padding-right: 3rem !important; }

.device-type-desktop .u-prx {
  padding-right: 4rem !important; }

.device-type-desktop .u-prxl {
  padding-right: 5rem !important; }

.device-type-mobile .u-mtn {
  margin-top: 0 !important; }

.device-type-mobile .u-mts {
  margin-top: 1rem !important; }

.device-type-mobile .u-mtm {
  margin-top: 1.5rem !important; }

.device-type-mobile .u-mtl {
  margin-top: 2rem !important; }

.device-type-mobile .u-mtx {
  margin-top: 3rem !important; }

.device-type-mobile .u-mtxl {
  margin-top: 3.5rem !important; }

.device-type-mobile .u-mbn {
  margin-bottom: 0 !important; }

.device-type-mobile .u-mbs {
  margin-bottom: 1rem !important; }

.device-type-mobile .u-mbm {
  margin-bottom: 1.5rem !important; }

.device-type-mobile .u-mbl {
  margin-bottom: 2rem !important; }

.device-type-mobile .u-mbx {
  margin-bottom: 3rem !important; }

.device-type-mobile .u-mbxl {
  margin-bottom: 3.5rem !important; }

.device-type-mobile .u-mln {
  margin-left: 0 !important; }

.device-type-mobile .u-mls {
  margin-left: 1rem !important; }

.device-type-mobile .u-mlm {
  margin-left: 1.5rem !important; }

.device-type-mobile .u-mll {
  margin-left: 2rem !important; }

.device-type-mobile .u-mlx {
  margin-left: 3rem !important; }

.device-type-mobile .u-mlxl {
  margin-left: 3.5rem !important; }

.device-type-mobile .u-mrn {
  margin-right: 0 !important; }

.device-type-mobile .u-mrs {
  margin-right: 1rem !important; }

.device-type-mobile .u-mrm {
  margin-right: 1.5rem !important; }

.device-type-mobile .u-mrl {
  margin-right: 2rem !important; }

.device-type-mobile .u-mrx {
  margin-right: 3rem !important; }

.device-type-mobile .u-mrxl {
  margin-right: 3.5rem !important; }

.device-type-mobile .u-mra {
  margin-right: auto !important; }

.device-type-mobile .u-mla {
  margin-left: auto !important; }

.device-type-mobile .u-mca {
  margin-left: auto !important;
  margin-right: auto !important; }

.device-type-mobile .u-ptn {
  padding-top: 0 !important; }

.device-type-mobile .u-pts {
  padding-top: 1rem !important; }

.device-type-mobile .u-ptm {
  padding-top: 1.5rem !important; }

.device-type-mobile .u-ptl {
  padding-top: 2rem !important; }

.device-type-mobile .u-ptx {
  padding-top: 3rem !important; }

.device-type-mobile .u-ptxl {
  padding-top: 3.5rem !important; }

.device-type-mobile .u-pbn {
  padding-bottom: 0 !important; }

.device-type-mobile .u-pbs {
  padding-bottom: 1rem !important; }

.device-type-mobile .u-pbm {
  padding-bottom: 1.5rem !important; }

.device-type-mobile .u-pbl {
  padding-bottom: 2rem !important; }

.device-type-mobile .u-pbx {
  padding-bottom: 3rem !important; }

.device-type-mobile .u-pbxl {
  padding-bottom: 3.5rem !important; }

.device-type-mobile .u-pln {
  padding-left: 0 !important; }

.device-type-mobile .u-pls {
  padding-left: 1rem !important; }

.device-type-mobile .u-plm {
  padding-left: 1.5rem !important; }

.device-type-mobile .u-pll {
  padding-left: 2rem !important; }

.device-type-mobile .u-plx {
  padding-left: 3rem !important; }

.device-type-mobile .u-plxl {
  padding-left: 3.5rem !important; }

.device-type-mobile .u-prn {
  padding-right: 0 !important; }

.device-type-mobile .u-prs {
  padding-right: 1rem !important; }

.device-type-mobile .u-prm {
  padding-right: 1.5rem !important; }

.device-type-mobile .u-prl {
  padding-right: 2rem !important; }

.device-type-mobile .u-prx {
  padding-right: 3rem !important; }

.device-type-mobile .u-prxl {
  padding-right: 3.5rem !important; }

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top, .2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left, .2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right, .2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.device-type-desktop .external-style, .device-type-desktop a.external-link:hover:before, .device-type-desktop .twitter-area a[target="_blank"]:hover:before, .device-type-desktop .instagram-area a[target="_blank"]:hover:before, .device-type-mobile .twitter-area .device-type-desktop a[target="_blank"]:hover:before, .device-type-mobile .instagram-area .device-type-desktop a[target="_blank"]:hover:before, .device-type-desktop section.twitter .parts-twitter a[target="_blank"]:hover:before, section.twitter .parts-twitter .device-type-desktop a[target="_blank"]:hover:before {
  content: "";
  width: 80px;
  height: 32px;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -32px;
  left: -8px;
  z-index: 1000; }

.device-type-desktop a.external-link {
  position: relative; }

.device-type-desktop .twitter-area a[target="_blank"], .device-type-desktop .instagram-area a[target="_blank"] {
  display: block;
  position: relative; }
  .device-type-desktop .twitter-area a[target="_blank"]:hover:before, .device-type-desktop .instagram-area a[target="_blank"]:hover:before {
    top: -22px; }

.device-type-mobile .external-style, .device-type-desktop .twitter-area .device-type-mobile a[target="_blank"]:hover:before, .device-type-desktop .instagram-area .device-type-mobile a[target="_blank"]:hover:before, .device-type-mobile a.external-link:hover:before, .device-type-mobile .twitter-area a[target="_blank"]:hover:before, .device-type-mobile .instagram-area a[target="_blank"]:hover:before, .device-type-mobile section.twitter .parts-twitter a[target="_blank"]:hover:before, section.twitter .parts-twitter .device-type-mobile a[target="_blank"]:hover:before {
  content: "";
  width: 8.0rem;
  height: 3.2rem;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -3.2rem;
  left: -0rem;
  z-index: 1000; }

.device-type-mobile a.external-link {
  position: relative; }

.device-type-mobile .twitter-area a[target="_blank"], .device-type-mobile .instagram-area a[target="_blank"] {
  display: block;
  position: relative; }

body.second #wrapper {
  background-color: #f3f3f3; }
  body.second #wrapper #mainvisual {
    background-color: #fff;
    max-width: 100% !important; }
    body.second #wrapper #mainvisual .second-header {
      width: 1080px;
      min-height: 120px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      body.second #wrapper #mainvisual .second-header .second-header-ttl {
        width: 50%; }
      body.second #wrapper #mainvisual .second-header .second-header-btn {
        width: 50%; }
        body.second #wrapper #mainvisual .second-header .second-header-btn a {
          display: block;
          width: 100%;
          height: 61px;
          margin: 29.5px 0;
          background: url(../common-img/second-logo.png) no-repeat center; }
  body.second #wrapper .second-news {
    opacity: 0;
    background-color: #fff;
    margin-top: -40px;
    padding: 40px 0; }
    body.second #wrapper .second-news section.news {
      width: 1080px;
      margin: 0 auto; }
      body.second #wrapper .second-news section.news .news-list {
        margin: 0; }
  body.second #wrapper .second_up-btn {
    width: 1080px;
    margin: -15px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    body.second #wrapper .second_up-btn p {
      width: 50%;
      padding: 0 15px;
      box-sizing: border-box; }
      body.second #wrapper .second_up-btn p a {
        color: #fff;
        display: block;
        width: 315px;
        height: 60px;
        line-height: 60px;
        font-size: 21px;
        letter-spacing: 0.2em;
        text-decoration: none;
        text-align: center;
        background: url(../common-img/btn-arrow.png) no-repeat center right 18px;
        background-size: 28px;
        box-sizing: border-box;
        border-radius: 30px; }
      body.second #wrapper .second_up-btn p.pink a {
        float: right;
        background-color: #e8198c; }
      body.second #wrapper .second_up-btn p.blue a {
        float: left;
        padding: 0 30px 0 0px;
        background-color: #00a2cb; }
  body.second #wrapper .second-box {
    padding-bottom: 48px; }
    body.second #wrapper .second-box.white {
      background-color: #fff; }
    body.second #wrapper .second-box .contents-box, body.second #wrapper .second-box .swiper-contents-box {
      width: 1080px;
      margin: 0 auto;
      background: #ffffff;
      padding: 40px;
      border: 1px solid #e9e9e9;
      box-sizing: border-box; }
      body.second #wrapper .second-box .contents-box .ttl-label, body.second #wrapper .second-box .swiper-contents-box .ttl-label {
        height: 44px !important;
        line-height: 44px !important;
        font-family: NotoSans-Bold, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif" !important;
        font-size: 18px !important;
        text-align: center !important;
        color: #245400 !important;
        background-color: #d9e3c5 !important;
        letter-spacing: 0.1em !important; }
    body.second #wrapper .second-box .single-img {
      margin: 20px auto;
      max-width: 670px; }
      body.second #wrapper .second-box .single-img img {
        width: 100%; }
    body.second #wrapper .second-box .swiper-contents-box {
      padding: 0 0 48px;
      border: none; }
      body.second #wrapper .second-box .swiper-contents-box h2 {
        height: 70px;
        font-family: NotoSans-Bold, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
        background-color: #e8198c;
        color: #fff;
        font-size: 24px;
        line-height: 70px;
        text-align: center;
        letter-spacing: 0.2em;
        border: 1px solid #e9e9e9; }
      body.second #wrapper .second-box .swiper-contents-box .text-box {
        margin-top: 20px;
        margin-bottom: 30px;
        padding: 0 22px; }
    body.second #wrapper .second-box .swiper {
      padding-top: 35px;
      margin-bottom: 30px; }
    body.second #wrapper .second-box .swiper-container {
      width: 845px;
      height: auto !important;
      overflow: hidden;
      background-color: #fff; }
      body.second #wrapper .second-box .swiper-container .swiper-slide {
        position: relative; }
        body.second #wrapper .second-box .swiper-container .swiper-slide img {
          max-width: 670px;
          max-height: 440px; }
      body.second #wrapper .second-box .swiper-container .swiper-button-prev {
        left: 0%;
        background: url(../common-img/slider/slider_arrow_left.png) no-repeat center; }
      body.second #wrapper .second-box .swiper-container .swiper-button-next {
        right: 0%;
        background: url(../common-img/slider/slider_arrow_right.png) no-repeat center; }
  body.second #wrapper section.contact {
    padding: 48px 0 35px;
    background-color: #fff; }
    body.second #wrapper section.contact .contact-box {
      width: 1080px;
      font-family: NotoSans-Regular, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
      margin: 0 auto;
      background: #ffffff;
      border: 1px solid #e9e9e9;
      box-sizing: border-box;
      text-align: center;
      letter-spacing: 0.1em; }
      body.second #wrapper section.contact .contact-box h2 {
        height: 70px;
        font-family: NotoSans-Bold, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
        background-color: #e8198c;
        color: #fff;
        font-size: 24px;
        line-height: 70px;
        text-align: center;
        letter-spacing: 0.2em; }
      body.second #wrapper section.contact .contact-box h3 {
        margin: 44px 0 33px;
        font-size: 19.82px;
        line-height: 19.82px; }
      body.second #wrapper section.contact .contact-box p {
        margin-bottom: 17px;
        font-size: 18px;
        line-height: 25.61px; }
        body.second #wrapper section.contact .contact-box p.address {
          display: inline-block;
          height: 45px;
          line-height: 45px;
          margin: 35px 0 48px;
          padding: 0 25px;
          border-radius: 22.5px;
          color: #bc003e;
          background-color: #ebebeb; }

body.access #wrapper .second-header-ttl {
  background: url(../access/img/header-ttl.png) no-repeat center left;
  background-size: 130px; }

body.access #wrapper .address-box p em {
  font-weight: bold; }

body.access #wrapper .ttl-label {
  margin-bottom: 35px; }

body.access #wrapper .address-text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 36px;
  font-family: NotoSans-Regular, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  letter-spacing: 0.075em; }

body.access #wrapper .address-img {
  margin-bottom: 30px;
  text-align: center; }

body.access #wrapper .access-map {
  position: relative; }
  body.access #wrapper .access-map div.close {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none; }
    body.access #wrapper .access-map div.close.on {
      pointer-events: auto; }
  body.access #wrapper .access-map .map-modal {
    width: 600px;
    padding: 25px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.36);
    overflow: scroll; }
    body.access #wrapper .access-map .map-modal .close {
      float: right;
      margin: -15px -15px 0 0; }
    body.access #wrapper .access-map .map-modal li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      body.access #wrapper .access-map .map-modal li.roppongi-pink-3, body.access #wrapper .access-map .map-modal li.roppongi-pink-b, body.access #wrapper .access-map .map-modal li.azabu-0 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      body.access #wrapper .access-map .map-modal li.roppongi-gray-d {
        display: block; }
        body.access #wrapper .access-map .map-modal li.roppongi-gray-d .img {
          display: inline-block;
          vertical-align: top;
          margin-top: 10px;
          margin-bottom: 20px; }
        body.access #wrapper .access-map .map-modal li.roppongi-gray-d .text {
          display: inline-block;
          vertical-align: top;
          margin: 0 25px 20px; }
      body.access #wrapper .access-map .map-modal li .img {
        margin-top: 30px;
        width: 280px;
        text-align: center; }
        body.access #wrapper .access-map .map-modal li .img img {
          width: 100%;
          max-height: 100%; }
      body.access #wrapper .access-map .map-modal li .text {
        width: 175px;
        margin: 20px 25px 0; }
        body.access #wrapper .access-map .map-modal li .text img {
          display: block;
          position: absolute;
          top: 10px;
          left: 25px; }
      body.access #wrapper .access-map .map-modal li .note {
        margin-top: 10px;
        /*display: none;*/ }
      body.access #wrapper .access-map .map-modal li .icon {
        /*display: none;*/ }

body.access #wrapper .access-route {
  border: 2px solid #a6dfed; }
  body.access #wrapper .access-route .switch-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    body.access #wrapper .access-route .switch-btn p {
      width: 50%;
      padding: 25px 0;
      text-align: center;
      font-family: NotoSans-Regular, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
      font-size: 23.1px;
      line-height: 23.1px;
      letter-spacing: 0.075em;
      cursor: pointer;
      background-color: #00a2cb;
      color: #fff; }
      body.access #wrapper .access-route .switch-btn p.active, body.access #wrapper .access-route .switch-btn p:hover {
        background-color: #fff;
        color: #000; }
  body.access #wrapper .access-route .route {
    display: none; }
    body.access #wrapper .access-route .route h3 {
      margin-top: 30px;
      font-size: 24px;
      text-align: center; }
    body.access #wrapper .access-route .route ul {
      padding: 25px 25px 80px; }
      body.access #wrapper .access-route .route ul:last-of-type li:last-child {
        border: none; }
      body.access #wrapper .access-route .route ul li {
        padding: 25px 25px 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: url(../common-img/list-arrow.png) no-repeat center bottom; }
        body.access #wrapper .access-route .route ul li:last-child {
          background: none;
          border-bottom: dotted 3px #000; }
        body.access #wrapper .access-route .route ul li.roppongi-gray-d {
          display: block;
          font-size: 0; }
          body.access #wrapper .access-route .route ul li.roppongi-gray-d .icon {
            margin-bottom: 20px; }
          body.access #wrapper .access-route .route ul li.roppongi-gray-d .img {
            display: inline-block;
            width: 245px;
            vertical-align: top; }
          body.access #wrapper .access-route .route ul li.roppongi-gray-d .text {
            display: inline-block;
            margin: 0 22px;
            width: 155px;
            font-size: 16px;
            vertical-align: top; }
        body.access #wrapper .access-route .route ul li.roppongi-pink-3, body.access #wrapper .access-route .route ul li.roppongi-pink-b, body.access #wrapper .access-route .route ul li.azabu-0 {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        body.access #wrapper .access-route .route ul li .img {
          text-align: center; }
          body.access #wrapper .access-route .route ul li .img.large {
            margin-bottom: 20px; }
        body.access #wrapper .access-route .route ul li .text {
          margin: 0 30px; }
          body.access #wrapper .access-route .route ul li .text img {
            display: block;
            margin-bottom: 20px; }
        body.access #wrapper .access-route .route ul li .note {
          margin-top: 30px;
          font-size: 18px; }
    body.access #wrapper .access-route .route.on {
      display: block; }

body.access #wrapper .print-btn {
  display: none; }
  body.access #wrapper .print-btn.on {
    display: block; }
  body.access #wrapper .print-btn a {
    display: block;
    width: 315px;
    height: 60px;
    margin: 45px auto 25px;
    text-align: center;
    line-height: 60px;
    background: url(../common-img/btn-arrow.png) no-repeat right 18px center;
    background-color: #00a2cb;
    font-size: 21px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px; }

body.atrium #wrapper .second-box {
  padding: 40px 0 !important;
  border-top: 1px solid #e9e9e9; }
  body.atrium #wrapper .second-box:last-of-type {
    padding: 40px 0 48px !important; }
  body.atrium #wrapper .second-box h2 {
    margin-bottom: 20px; }

body.atrium #wrapper .second-header-ttl {
  background: url(../atrium/img/header-ttl.png) no-repeat center left;
  background-size: 230px; }

body.atrium #wrapper .contents-bnr {
  padding: 48px 0 0;
  text-align: center; }

body.tour #wrapper .second-box .contents-box {
  padding: 0; }
  body.tour #wrapper .second-box .contents-box .subscription {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    body.tour #wrapper .second-box .contents-box .subscription p {
      width: 33.333%;
      height: 70px;
      line-height: 70px;
      font-family: NotoSans-Bold, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
      font-size: 18px;
      text-align: center;
      background-color: #e8198c; }
      body.tour #wrapper .second-box .contents-box .subscription p a {
        color: #fff;
        display: block;
        text-decoration: none; }
      body.tour #wrapper .second-box .contents-box .subscription p.active, body.tour #wrapper .second-box .contents-box .subscription p:hover {
        background-color: #fff; }
        body.tour #wrapper .second-box .contents-box .subscription p.active a, body.tour #wrapper .second-box .contents-box .subscription p:hover a {
          color: #000; }
      body.tour #wrapper .second-box .contents-box .subscription p:first-child {
        margin-right: 0.1%; }
      body.tour #wrapper .second-box .contents-box .subscription p:last-child {
        margin-left: 0.1%; }
  body.tour #wrapper .second-box .contents-box .switch-box {
    padding: 50px 30px; }
    body.tour #wrapper .second-box .contents-box .switch-box h2 {
      margin-bottom: 35px;
      text-align: center;
      font-size: 24px;
      letter-spacing: 0.1em; }
    body.tour #wrapper .second-box .contents-box .switch-box .ttl-label {
      margin-bottom: 30px; }
    body.tour #wrapper .second-box .contents-box .switch-box p {
      font-size: 15px;
      line-height: 30px;
      text-align: center; }
    body.tour #wrapper .second-box .contents-box .switch-box.question .faq-list .q {
      margin: 0 0 15px;
      padding: 7px 22px;
      cursor: pointer;
      color: #0099FF;
      background: url(../common-img/qa-list-arrow.png) no-repeat center right 18px;
      /*background-size: 18px;*/
      background-color: #ebebeb;
      border-radius: 10px; }
      body.tour #wrapper .second-box .contents-box .switch-box.question .faq-list .q.open {
        background: url(../common-img/qa_close-list-arrow.png) no-repeat center right 18px;
        background-color: #ebebeb; }
      body.tour #wrapper .second-box .contents-box .switch-box.question .faq-list .q:hover {
        text-decoration: none; }
    body.tour #wrapper .second-box .contents-box .switch-box.question .faq-list .a {
      display: none;
      padding: 10px 22px 35px; }
    body.tour #wrapper .second-box .contents-box .switch-box.method .method-list div {
      background-color: #ebebeb;
      padding: 20px; }
      body.tour #wrapper .second-box .contents-box .switch-box.method .method-list div .step {
        margin: 10px 0 30px;
        font-size: 30px;
        line-height: 30px;
        color: #00a2cb;
        font-weight: bold; }
      body.tour #wrapper .second-box .contents-box .switch-box.method .method-list div .text {
        display: block;
        padding: 30px 0;
        background-color: #fff;
        border-radius: 10px; }
    body.tour #wrapper .second-box .contents-box .switch-box.method .method-list .arrow {
      margin: 0 0 20px; }
  body.tour #wrapper .second-box .contents-box .subscription-btn {
    margin-top: 30px !important;
    font-size: 18px !important;
    /*padding-bottom: 60px!important;*/ }
    body.tour #wrapper .second-box .contents-box .subscription-btn a {
      display: block !important;
      margin: 0 auto !important;
      width: 270px !important;
      height: 38px !important;
      padding: 0px 34px 0 25px !important;
      line-height: 38px !important;
      background: url(../common-img/btn-arrow.png) no-repeat center right 13px !important;
      background-color: #00a2cb !important;
      color: #fff !important;
      text-decoration: none !important;
      box-sizing: border-box !important;
      border-radius: 19px !important; }

body.tour #wrapper .second-header-ttl {
  background: url(../kengaku/img/header-ttl.png) no-repeat center left;
  background-size: 132px; }

body.special #wrapper .second-box {
  padding: 40px 0 !important;
  border-top: 1px solid #e9e9e9; }
  body.special #wrapper .second-box .contents-box {
    padding: 30px 70px 60px; }
    body.special #wrapper .second-box .contents-box .ttl-label {
      padding: 0 25px;
      text-align: left !important;
      margin-bottom: 22.5px; }
    body.special #wrapper .second-box .contents-box .special-text {
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 37.5px; }
    body.special #wrapper .second-box .contents-box .special-img {
      text-align: center; }

body.special #wrapper .second-header-ttl {
  background: url(../special/img/header-ttl.png) no-repeat center left;
  background-size: 168px; }

body.kouza #wrapper .second-box {
  padding: 25px 0 40px !important; }
  body.kouza #wrapper .second-box .contents-box {
    padding: 60px 45px !important; }
    body.kouza #wrapper .second-box .contents-box .logo-area {
      margin-bottom: 50px;
      text-align: center; }
    body.kouza #wrapper .second-box .contents-box p {
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 20px; }
    body.kouza #wrapper .second-box .contents-box .kouza-text {
      font-size: 18px;
      line-height: 36px;
      margin-bottom: 15px; }
    body.kouza #wrapper .second-box .contents-box .kouza-img {
      text-align: center; }
    body.kouza #wrapper .second-box .contents-box .subscription-btn {
      font-size: 18px; }
      body.kouza #wrapper .second-box .contents-box .subscription-btn a {
        display: block;
        margin: 0 auto;
        width: 270px;
        height: 38px;
        padding: 0px 34px 0 25px;
        line-height: 38px;
        background: url(../common-img/btn-arrow.png) no-repeat center right 13px;
        background-color: #00a2cb;
        color: #fff;
        text-decoration: none;
        box-sizing: border-box;
        border-radius: 19px; }

body.kouza #wrapper .second-header-ttl {
  background: url(../d_kouza/img/header-ttl.png) no-repeat center left;
  background-size: 236px; }

body.jyuku #wrapper .second-box {
  padding: 25px 0 40px !important; }
  body.jyuku #wrapper .second-box .contents-box {
    padding: 60px 45px !important; }
    body.jyuku #wrapper .second-box .contents-box .logo-area {
      margin-bottom: 50px;
      text-align: center; }
    body.jyuku #wrapper .second-box .contents-box p {
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 20px; }
    body.jyuku #wrapper .second-box .contents-box .jyuku-text {
      font-size: 18px;
      line-height: 36px;
      margin-bottom: 15px; }
    body.jyuku #wrapper .second-box .contents-box .jyuku-img {
      text-align: center; }
    body.jyuku #wrapper .second-box .contents-box .subscription-btn {
      font-size: 18px; }
      body.jyuku #wrapper .second-box .contents-box .subscription-btn a {
        display: block;
        margin: 0 auto;
        width: 270px;
        height: 38px;
        padding: 0px 34px 0 25px;
        line-height: 38px;
        background: url(../common-img/btn-arrow.png) no-repeat center right 13px;
        background-color: #00a2cb;
        color: #fff;
        text-decoration: none;
        box-sizing: border-box;
        border-radius: 19px; }

body.jyuku #wrapper .second-header-ttl {
  background: url(../tvjyuku/img/header-ttl.png) no-repeat center left;
  background-size: 132px; }

#section-emergency {
  width: 1080px;
  margin: 0 auto; }
  #section-emergency .container {
    margin-top: 30px; }
  #section-emergency dl {
    background: #ffffff;
    line-height: 2.4rem;
    font-weight: bold; }
  #section-emergency dt {
    background: #f0027f;
    color: #ffffff;
    padding: 10px;
    width: 130px;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
  #section-emergency dd {
    border: 3px solid #f0027f;
    width: 1000px;
    color: #f0027f;
    padding: 20px;
    display: table-cell;
    vertical-align: middle; }
  #section-emergency .fa-exclamation-triangle {
    font-size: 18px;
    margin-right: 10px; }

#nav-wrap {
  margin-bottom: 40px; }
  #nav-wrap .api-nav-main {
    background: #00a1cb; }
    #nav-wrap .api-nav-main div {
      width: 1080px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #nav-wrap .api-nav-main div a {
        height: 70px;
        line-height: 70px;
        box-sizing: border-box;
        width: calc(100% / 4);
        text-decoration: none;
        color: #333333;
        border-right: none;
        color: #ffffff;
        display: block;
        text-align: center;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        background: url(../common-img/nav-main-arrow.png) no-repeat center right 10px; }
        #nav-wrap .api-nav-main div a:hover, #nav-wrap .api-nav-main div a.active {
          color: rgba(255, 255, 255, 0.3);
          background: url(../common-img/nav-main-arrow-hov.png) no-repeat center right 10px; }
      #nav-wrap .api-nav-main div .page-nav-title {
        font-size: 1.8rem;
        display: block; }
      #nav-wrap .api-nav-main div .page-nav-subtitle {
        font-size: 1.8rem; }
  #nav-wrap .api-nav-sub {
    background: #a7ce59; }
    #nav-wrap .api-nav-sub > div {
      width: 1080px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    #nav-wrap .api-nav-sub a {
      height: 70px;
      line-height: 70px;
      text-align: center;
      width: calc(100% / 4);
      font-size: 1.8rem;
      text-decoration: none;
      color: #000000;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      background: url(../common-img/nav-sub-arrow.png) no-repeat center right 10px; }
      #nav-wrap .api-nav-sub a:hover, #nav-wrap .api-nav-sub a.active {
        color: rgba(0, 0, 0, 0.3);
        background: url(../common-img/nav-sub-arrow-hov.png) no-repeat center right 10px; }

body {
  -webkit-text-size-adjust: 100%; }

p,
h2,
div {
  max-height: 999999px;
  -webkit-text-size-adjust: 100%; }

html {
  font-size: 62.5%; }

.device-type-mobile,
.sp {
  display: none !important; }

#wrapper {
  font-size: 1.6rem;
  line-height: 3rem;
  overflow: hidden;
  letter-spacing: 0.075em; }
  #wrapper img {
    vertical-align: bottom;
    max-width: 100%; }
  #wrapper .swiper-container {
    background: #cccccc; }
  #wrapper #mainvisual {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px; }
  #wrapper .swiper-container {
    height: 600px;
    overflow: visible;
    z-index: 1; }
  #wrapper .swiper-button-prev,
  #wrapper .swiper-button-next {
    background: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    z-index: 501;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #wrapper .swiper-button-prev {
    left: -2%;
    background: url(../common-img/slider/slider_arrow_left.png) no-repeat center; }
  #wrapper .swiper-button-next {
    right: -2%;
    background: url(../common-img/slider/slider_arrow_right.png) no-repeat center; }
  #wrapper .swiper-slide {
    box-sizing: border-box;
    background: #ffffff;
    text-align: center; }
  #wrapper .swiper-pagination-bullet {
    width: 30px;
    height: 9px;
    border-radius: 4.5px; }
  #wrapper .swiper-pagination-bullet-active {
    background-color: #00a2cb; }
  #wrapper h2 {
    font-family: NotoSans-Regular, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    font-size: 25.8px;
    font-weight: 400;
    line-height: 25.8px;
    letter-spacing: 0.2em; }
  #wrapper section.news .news-header h2 {
    height: 40px;
    margin-bottom: 20px;
    line-height: 40px !important;
    padding-left: 60px;
    background: url(../common-img/icon-news.png) no-repeat left center; }
    #wrapper section.news .news-header h2 span {
      font-size: 14px;
      padding-left: 30px;
      vertical-align: top; }
  #wrapper section.news .news-list {
    height: 190px;
    margin-bottom: 48px;
    font-family: NotoSans-Regular, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    overflow: scroll;
    border-bottom: 1px solid #e5e8eb; }
    #wrapper section.news .news-list .list {
      font-size: 15px;
      line-height: 25px;
      padding: 17px 20px;
      border-top: 1px solid #e5e8eb; }
      #wrapper section.news .news-list .list a {
        text-decoration: none; }
      #wrapper section.news .news-list .list .date {
        position: relative;
        margin-bottom: 10px;
        font-family: NotoSans-Bold, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif"; }
        #wrapper section.news .news-list .list .date:before {
          position: absolute;
          content: "";
          display: block;
          top: 50%;
          left: -17px;
          width: 9px;
          height: 4px;
          background-color: #00a2cb;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.top .col2-wrap {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.top .main-contents {
  width: 660px; }
  .top .main-contents section.twitter {
    margin-bottom: 50px; }
    .top .main-contents section.twitter .twitter-header h2 {
      height: 40px;
      float: left;
      margin-bottom: 20px;
      line-height: 40px !important;
      padding-left: 60px;
      background: url(../common-img/icon-twitter.png) no-repeat left center; }
    .top .main-contents section.twitter .twitter-btn {
      float: right; }
      .top .main-contents section.twitter .twitter-btn a {
        display: block;
        width: 172px;
        height: 38px;
        line-height: 38px;
        text-decoration: none;
        color: #fff;
        text-align: center;
        border-radius: 19px;
        background: url(../common-img/nav-main-arrow.png) no-repeat right 12px center;
        background-size: 21px;
        background-color: #00a2cb; }
    .top .main-contents section.twitter .txt {
      margin-left: 20px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .top .main-contents section.twitter .tweet {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #e7e8eb; }
    .top .main-contents section.twitter .parts-twitter {
      margin-bottom: 20px;
      overflow: auto;
      height: 270px;
      line-height: 2.4rem;
      padding: 20px;
      padding-bottom: 0;
      margin-bottom: 20px;
      text-align: left;
      border: 1px solid #d5d5d5; }

.top .aside-contents {
  width: 390px;
  margin-left: 30px; }
  .top .aside-contents p {
    margin-bottom: 25px; }

.pickup {
  background-color: #ebebeb;
  border-bottom: 5px solid #f1f1f1; }
  .pickup .pickup-wrap {
    width: 1080px;
    margin: 0 auto;
    text-align: center; }
    .pickup .pickup-wrap h2 {
      display: inline-block;
      height: 33px;
      padding: 25px 60px;
      text-align: center;
      background: url(../common-img/icon-pickup.png) no-repeat left center; }
    .pickup .pickup-wrap .pickup-bnr {
      text-align: left;
      padding-bottom: 14px;
      font-size: 0; }
      .pickup .pickup-wrap .pickup-bnr li {
        display: inline-block;
        width: 334px;
        margin-right: 37px;
        margin-bottom: 22px; }
        .pickup .pickup-wrap .pickup-bnr li:nth-child(3n) {
          margin-right: 0; }

section.twitter .parts-twitter a[target="_blank"] {
  display: block;
  position: relative; }
  section.twitter .parts-twitter a[target="_blank"]:hover:before {
    top: -22px; }

.opac {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .opac:hover {
    -webkit-animation: backToOpac1 0.7s linear 0s;
    animation: backToOpac1 0.7s linear 0s; }

@-webkit-keyframes backToOpac1 {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@keyframes backToOpac1 {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

.youtube-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .youtube-box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; }

#page-up {
  z-index: 100;
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer; }

#wrapper .css-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -23px;
  margin-left: -23px;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  box-sizing: border-box;
  border: 3px solid #00a0c6;
  border-top-color: #ffffff;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  opacity: 0.5; }

#wrapper .youtube-playlist-wrapper {
  width: 800px;
  position: relative;
  margin: 30px auto; }
  #wrapper .youtube-playlist-wrapper .swiper-container {
    width: auto !important; }
  #wrapper .youtube-playlist-wrapper .swiper-button {
    -webkit-transform: none;
    transform: none;
    background: #00a0c6;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-top: -20px; }
    #wrapper .youtube-playlist-wrapper .swiper-button:after {
      margin: auto;
      content: "";
      left: 3px;
      width: 6px;
      height: 6px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      position: absolute;
      top: 50%;
      left: 48%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    #wrapper .youtube-playlist-wrapper .swiper-button:hover {
      background: #05c3ed; }
    #wrapper .youtube-playlist-wrapper .swiper-button.swiper-button-next {
      right: -20px; }
      #wrapper .youtube-playlist-wrapper .swiper-button.swiper-button-next.zoom {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
    #wrapper .youtube-playlist-wrapper .swiper-button.swiper-button-prev {
      left: -20px;
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1); }
      #wrapper .youtube-playlist-wrapper .swiper-button.swiper-button-prev.zoom {
        -webkit-transform: scale(-1.2, 1.2);
        transform: scale(-1.2, 1.2); }
    #wrapper .youtube-playlist-wrapper .swiper-button:after {
      color: #ffffff;
      font-size: 14px;
      font-weight: 900; }
  #wrapper .youtube-playlist-wrapper .opacity-wrap {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #wrapper .youtube-playlist-wrapper .player-wrap {
    position: relative;
    padding-bottom: 56.25%; }
    #wrapper .youtube-playlist-wrapper .player-wrap .player {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0; }
  #wrapper .youtube-playlist-wrapper .thumb-playlist-wrap {
    position: relative;
    padding-top: 10px; }
    #wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-playlist {
      overflow: hidden; }
    #wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-slide {
      background: #000000;
      height: 76px;
      cursor: pointer; }
      #wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-slide .youtube-thumb {
        -webkit-transition: 0.6s;
        transition: 0.6s;
        opacity: 0.6;
        display: block;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        @media all and (-ms-high-contrast: none) {
          #wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-slide .youtube-thumb {
            -webkit-transition: none;
            transition: none; } }
      #wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-slide:hover .youtube-thumb, #wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-slide.custom-active .youtube-thumb {
        opacity: 1; }
