@charset "utf-8";

/* =============================================================

　 Parts Setting

============================================================= */


/*  Top Page Settings
--------------------------------------------- */

/*  Main Visual
-------------------------- */

#mainvisual {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #000;
}

#mainvisual .inner {
  position: relative;
  width: 100%;
  text-align: center;
}

.mainvisual-txt {
  position: absolute;
  top: 50%;
  right: 150px;
  width: 558px;
  height: 186px;
  z-index: 1000;
  margin-top: -100px;
}

.mainvisual-txt img {
  width: 100%;
}

/* ---- Slider ---- */

#mainvisual .slider {
  display: block;
  animation: opa1 2.5s ease .7s 1 forwards;
  opacity: 0;
  margin: 0;
  padding: 0;
}

@keyframes opa1 {
  100% {
    opacity: 1;
  }
}

#mainvisual .slider>li {
  display: none;
}

#mainvisual .slider>li:first-child {
  display: block;
}

#mainvisual .slider img {
  width: 100%;
}

#mainvisual .slider.slick-slider {}

#mainvisual .slider.slick-slider>li {
  display: block;
}

/* ---- Dots ---- */

#mainvisual .slick-dots {
  bottom: 0;
  padding-top: 13px;
  padding-bottom: 18px;
}

#mainvisual .slick-dots li {
  margin: 0;
}

#mainvisual .slick-dots li button:before {
  transition: opacity .4s ease-in-out, background .4s ease-in-out;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ccc;
  content: "";
}

#mainvisual .slick-dots li.slick-active button:before {
  background: #16a6b6;
}

#mainvisual .slick-dots li button:hover:before,
#mainvisual .slick-dots li button:focus:before {
  opacity: .6;
}

#mainvisual .slick-arrow {
  width: 36px;
  height: 72px;
  z-index: 2000;
  margin: 0;
}

#mainvisual .slick-next {
  right: 50px;
}

#mainvisual .slick-prev {
  left: 50px;
}

/*
#mainvisual .slick-next,
#mainvisual .slick-prev {
  background: url(../img/mainvisual-icn-next.png) no-repeat 0 0;
  background-size: 100%;
  width: 36px;
  height: 72px;

  transform: none;
  border: none;
  margin-left: 0;
  z-index: 300;
}

#mainvisual .slick-prev {
  background-image: url(../img/mainvisual-icn-prev.png);
}
*/

.slick-arrow:after {
  width: 32px;
  height: 32px;
  border-color: #fff;
  border-width: 3px;
}

#mainvisual .slick-dots li {
  margin: 0 2px;
}

#mainvisual .slick-dots li button:before {
  background-color: #b9b9b8;
}

#mainvisual .slick-dots li.slick-active button:before {
  background-color: #7d7472;
}

/*  important Notice
-------------------------- */

.important-notice {
  overflow: hidden;
  background: #333;
  color: #fff;
}

.important-notice__title,
.important-notice__list {
  display: inline-block;
  vertical-align: middle;
}

.important-notice__title {
  width: 180px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}

.important-notice__list {
  text-align: left;
}

.important-notice__list ul {
  padding-left: 0;
}

.important-notice__list ul li {
  padding: 4px 0;
}

.important-notice__list ul li a {
  position: relative;
  display: inline-block;
  padding-left: 13px;
  color: #fff;
}

.important-notice__list ul li a:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 13px;
  background: url(../img/icn-next.png) no-repeat;
  background-size: 7px;
  font-size: 1.1em;
  content: "";
}

/*  Animation
-------------------------- */

.js-efpoint.fadein {
  opacity: 0;
}

.js-efpoint.fadein.effect {
  opacity: 1;
  animation-name: fadein;
  animation-duration: 0.8s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.js-efpoint.fadein2 {
  opacity: 0;
}

.js-efpoint.fadein2.effect {
  opacity: 1;
  animation-name: fadein2;
  animation-duration: 1.2s;
}

@-webkit-keyframes fadein2 {
  from {
    opacity: 0;
    transform: translateY(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadein5 {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*  Pickup
-------------------------------------------------- */

.pickup-section {
  padding: 68px 0 120px;
}

.pickup-section .ttl-section {
  margin-bottom: 40px;
}

.pickup-section .ttl-section span {
  display: block;
}

.pickup-section .ttl-section .txt-lg {
  font-size: 2.2em;
  font-weight: normal;
}

.pickup-section .ttl-section .txt-sm {
  font-size: .75em;
  line-height: 1;
}

/* Pickup Slider */

.pickup-section .slick-arrow:after {
  border-color: #000;
  border-width: 3px;
}

.pickup-section .slick-prev:hover,
.pickup-section .slick-next:hover {
  opacity: 0.6;
}

.pickup-section .slick-prev {
  left: 5px;
}

.pickup-section .slick-next {
  right: -0px;
}

.pickup-section .pickupSlider {
  margin-bottom: 4em;
  padding-left: 2em;
}

.pickup-section .pickupSlider div.pickuplist {
  position: relative;
  margin: 0 23px;
  text-align: left;
}

.pickup-section .pickupSlider div.pickuplist img {
  width: 220px;
  height: 312px;
  margin-bottom: 22px;
}

.pickup-section .pickupSlider div.pickuplist:hover {
  transition:all 0.5s ease-out;
  opacity: 0.6 !important
}
.pickup-section .pickupSlider div.pickuplist a {
  outline: none;
  color: #000;
}

.pickup-section .pickupSlider div.pickuplist a:hover {
  text-decoration: none;
}

.pickup-section .pickupSlider div.pickuplist .slider-host {
  margin-bottom: 0.4em;
  font-size: 0.92em;
}

.pickup-section .pickupSlider div.pickuplist .slider-host span {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0.5em;
  color: #fff;
  font-size: 0.82em;
  font-weight: bold;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}

.pickup-section .pickupSlider div.pickuplist .slider-ttl {
  font-size: 1.1em;
  font-weight: 600;
}

.pickup-section .pickupSlider div.pickuplist .status {
  display: block;
  position: absolute;
  left: 0;
  top: 290px;
   width: 100%;
  text-align: center;
}

.pickup-section .pickupSlider div.pickuplist .status span {
  display: inline-block;
  width: 70%;
  padding: 3px 0;
  color: #fff;
  text-align: center; 
  font-family: "segoe UI","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.92em;
  letter-spacing: 0.1em;
  border-radius: 40px;
}

/* Banner */

.pickup-section .bnr-pickup {
  margin-top: 3em;
  text-align: center;
}

.pickup-section .bnr-pickup a {
  margin: 0 10px;
}

.pickup-section .bnr-pickup a:hover {
  transition:all 0.5s ease-out;
  opacity: 0.6 !important
}


/*  Calendar
-------------------------------------------------- */

.calendar-section {
  padding: 0 0 52px;
  background-color: #f3f1f0;
}

.calendar-section .inner {
  position: relative;
}

.calendar-section .ttl-section {
  position: absolute;
  top: -50px;
  left: 0;
}

.calendar-section .ttl-section span {
  display: block;
}

.calendar-section .ttl-section .txt-lg {
  font-size: 2.2em;
  font-weight: normal;
}

.calendar-section .ttl-section .txt-sm {
  font-size: .75em;
  line-height: 1;
}

.calendar-section .link-calendar {
  padding-top: 40px;
  text-align: right;
}

.calendar-section .link-calendar a {
  display: inline-block;
  padding-left: 20px;
  color: #000;
  background: url(../../../common/img/icn-arw-black.png) no-repeat;
  background-size: 6px;
  background-position: 7px;
}

.calendar-section .link-calendar a:hover {
  text-decoration: underline;
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/*  Info
-------------------------------------------------- */

.info-section {
  padding: 30px 0;
}

h2 {
  margin-top: 0;
}

.info-section .inner {
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

/*  News
-------------------------- */

.news-section {
  float: left;
  width: 62%;
}

.news-section.full {
  float: none;
  width: 100%;
}

.news-section a,
.news-section a:hover {
  color: inherit;
}

.news-title {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

.news-title h2 {
  float: left;
  margin: 0;
}

.news-title h2 .txt-ja {
  display: block;
  font-size: 0.55em;
  line-height: 1;
}

.news-title p {
  float: right;
  padding-top: 28px;
}


.news-title p a {
  display: inline-block;
  padding-left: 20px;
  background: url(../../../common/img/icn-arw-black.png) no-repeat;
  background-size: 6px;
  background-position: 7px
}

.news-section .news-list {
  margin: 0;
}


/*  Twitter
-------------------------- */

.tw-section {
  float: right;
  width: 32.8%;
  border: 1px solid #ccc;
}

.tw-title {
  padding: 20px 20px 20px 70px;
  background: url(../../../common/img/icn-tw3.png) no-repeat #e8f5fe;
  background-position: 20px center;
  background-size: 36px;
  font-size: 0.88em;
  font-weight: bold;
}

.tw-title span {
  color: #848789;
}

.tw-title a {
  color: #881818;
}

.tw-section iframe {
  width: calc(100% - 20px) !important;

  margin: 10px;
}


.info-bnr {
  clear: both;
  width: 800px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 50px;
}

.info-bnr a {
  position: relative;
  display: block;
  width: 100%;
  background: url(../img/info-bnr-bg.jpg) no-repeat;
  background-size: 100%;
  color: #fff;
  text-align: right;
  font-weight: bold;
  text-decoration: none !important;
}

.info-bnr .txt-ja {
  padding-right: 10px;
  font-size: 1.45em;
}

.info-bnr .txt-ens {
  font-size: 0.85em;
}

.info-bnr__inner {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
  display: block;
  height: 120px;
  padding: 30px 85px 30px 35px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  background: url(../../../common/img/icn-arw.png) no-repeat;
  background-size: 16px;
  background-position: 96% center;
}

.info-bnr:hover .info-bnr__inner {
  background-color: rgba(0, 0, 0, 0.5);
}

.tw-content {
  height: 400px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/*  Banner List
-------------------------- */

.bnr-area {
  padding: 60px 0;
  background: #f3f1f0;
}

.bnr-area .inner {
  width: 780px;
  margin: 0 auto;
  padding: 0;
}

.bnr-area .bnr-indexbottom {
  margin: 0 !important;
  padding: 0;
}

.bnr-area .bnr-indexbottom .bnr-indexbottom-left,
.bnr-area .bnr-indexbottom .bnr-indexbottom-right {
  width: 374px;
}

.bnr-area .bnr-indexbottom .bnr-indexbottom-left {
  float: left;
}

.bnr-area .bnr-indexbottom .bnr-indexbottom-right {
  float: right;
}

.bnr-area .bnr-indexbottom .bnr-indexbottom-left a:hover {
  opacity: 0.6;
}


.bnr-area .bnr-indexbottom .bnr-indexbottom-right a:first-child {
  margin-bottom: 14px;
}


