@charset 'utf-8';
body {
  background: #fff;
  font-family: 'Amiko', sans-serif;
  -webkit-touch-callout: default;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.wrapper {
  color: #444;
}
.wrapper a {
  color: #444;
}
ul {
  list-style: none;
  padding: 0;
}
h1 {
  margin: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.icon {
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
*:first-child + html body .icon {
  display: inline;
  zoom: 1;
}
.icon-arw {
  width: 12px;
  height: 18px;
  margin-top: -9px;
  background: url(../images/symbol_arw_right.png) 0 0 no-repeat;
}
.icon-arw-small {
  width: 7px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/symbol_arw_right_small2.png) 0 0 nno-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .icon-arw-small {
    width: 10px;
    height: 15px;
    margin-top: -8px;
    background: url(../images/symbol_arw_right_small.png) 0 0 no-repeat;
  }
}
.icon-arw-down {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(../images/symbol_arw_down.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .icon-arw-down {
    width: 17px;
    height: 11px;
    margin-top: -6px;
    background: url(../images/sm_symbol_arw_down.png) 0 0 no-repeat;
  }
}
.icon-arw-up {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(../images/symbol_arw_up.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .icon-arw-up {
    width: 17px;
    height: 11px;
    margin-top: -6px;
    background: url(../images/sm_symbol_arw_up.png) 0 0 no-repeat;
  }
}
.icon-box {
  width: 21px;
  height: 17px;
  margin-top: -9px;
  background: url(../images/symbol_box.png) 0 0 no-repeat;
}
.icon-outer-small {
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url(../images/icon_outer_small.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .icon-outer-small {
    width: 13px;
    height: 11px;
    margin-top: -6px;
    background: url(../images/sm_icon_outer_small.png) 0 0 no-repeat;
  }
}
.icon-outer-mid {
  width: 16px;
  height: 13px;
  margin-top: -7px;
  background: url(../images/icon_outer_mid.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .icon-outer-mid {
    width: 21px;
    height: 17px;
    margin-top: -9px;
    background: url(../images/sm_icon_outer_mid.png) 0 0 no-repeat;
  }
}
.header__langList {
  position: relative;
  height: 20px;
}
@media screen and (min-width: 481px) {
  .header__langList {
    height: 22px;
  }
}
@media screen and (min-width: 769px) {
  .header__langList {
    height: 17px;
  }
}
.langList {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 80px;
  min-height: 22px;
  overflow: hidden;
  font-size: 11px;
  margin-left: auto;
  background: #1db3cb;
  color: #fff;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-transition: opacity height 0.1s linear;
  -moz-transition: opacity height 0.1s linear;
  transition: opacity height 0.1s linear;
  cursor: pointer;
}
.langList:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.langList.is-open:hover {
  opacity: 1;
  filter: none;
}
.langList ul {
  margin: 0;
}
.langList li {
  line-height: 2;
  display: none;
  height: 22px;
  text-align: center;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.langList li:hover {
  background: #38cbe3;
}
.langList li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.langList li.is-current {
  display: block;
}
.langList .iconContainer {
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 0;
}
.langList .iconContainer .icon {
  vertical-align: top;
}
.langList li {
  text-indent: -12px;
}
@media screen and (min-width: 481px) {
  .langList {
    width: 159px;
    min-height: 35px;
    font-size: 20px;
  }
  .langList .iconContainer {
    right: 15px;
    top: 18px;
  }
  .langList li {
    height: 35px;
    text-indent: -15px;
  }
}
@media screen and (min-width: 769px) {
  .langList {
    width: 150px;
    min-height: 29px;
    font-size: 14px;
  }
  .langList .iconContainer {
    right: 16px;
    top: 14px;
  }
  .langList li {
    height: 29px;
    text-indent: -16px;
  }
}
.titleLogo {
  position: relative;
  height: 40px;
}
.titleLogo:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}
.titleLogo img {
  min-width: 120px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-left: -10px;
}
@media screen and (min-width: 481px) {
  .titleLogo {
    height: 56px;
  }
  .titleLogo img {
    margin-left: 0;
  }
}
.header__nav {
  height: 40px;
  margin-right: -10px;
}
@media screen and (min-width: 481px) {
  .header__nav {
    height: 56px;
  }
}
.header__nav ul {
  /*clear float by parent div tag*/
  zoom: 100%;
  display: block;
  position: relative;
  height: 100%;
  font-size: 0;
  text-align: right;
}
.header__nav ul:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.header__nav ul:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}
.header__nav li {
  position: relative;
  padding-left: 1px;
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  padding: 0;
  line-height: 1.1;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
*:first-child + html body .header__nav li {
  display: inline;
  zoom: 1;
}
.header__nav li [class*='icon-'] {
  margin-left: 2px;
}
@media screen and (min-width: 481px) {
  .header__nav li [class*='icon-'] {
    margin-left: 4px;
  }
}
.header__nav li span {
  display: inline-block;
  text-align: left;
}
.header__nav li br {
  line-height: 2px;
}
@media screen and (min-width: 481px) {
  .header__nav li {
    text-align: center;
  }
  .header__nav li.nav__long_1 {
    width: 60%;
  }
  .header__nav li.nav__long_2 {
    width: 40%;
  }
}
@media screen and (min-width: 481px) and (max-width: 700px) {
  .header__nav li {
    font-size: 15px;
  }
}
@media screen and (min-width: 701px) and (max-width: 768px) {
  .header__nav li {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .header__nav li {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .header__nav li {
    width: 14.68189233%;
  }
  .header__nav li.nav__long_1 {
    width: 28.54812398%;
  }
  .header__nav li.nav__long_2 {
    width: 19.57585644%;
  }
}
.header__nav li a {
  position: relative;
  display: block;
}
.header__nav li a:hover {
  text-decoration: none;
}
.header__nav li a:after {
  content: "";
  display: block;
  background: #444;
  margin-top: 3px;
  margin-right: 1px;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media screen and (min-width: 481px) {
  .header__nav li a:after {
    margin-top: 4px;
  }
}
@media screen and (min-width: 769px) {
  .header__nav li a:after {
    margin-top: 6px;
  }
}
.header__nav li a:hover:after {
  background: #1db3cb;
}
.promoArea li img {
  width: 100%;
  height: auto;
}
.promoArea {
  padding: 6px 0 0 0;
}
@media screen and (min-width: 481px) {
  .promoArea {
    padding: 11px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .promoArea {
    padding: 13px 0 0 0;
  }
}

@media screen and (min-width: 961px){
  .only_sp{display:none;}
  .only_pc{display:block;}
}
@media screen and (max-width: 960px) {
  .only_pc{display:none;}
  .only_sp{display:block;}
}
@media screen and (max-width: 960px) {
  .slider {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .slider__content {
    position: relative;
    width: 100%;
  }
  .slider__content ul {
    height: 100%;
  }
  .slider__content li {
    position: absolute;
    top: 0;
    display: block;
    text-align: right;
    width: 100%;
    }
  .slider__content li img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .slider__content .dummy_img{
    width:100%;
    height:auto;
  }
}

@media screen and (min-width: 961px) {
  .slider {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .slider__content {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 440px;
  }
  .slider__content ul {
    height: 100%;
  }
  .slider__content li {
    position: absolute;
    top: 0;
    display: block;
    text-align: center;
    left: 50%;
    width: auto;
    height: 440px;
    margin-left: -653px;
  }
  .slider__content li img {
    width: auto;
    vertical-align: top;
    width: auto;
    height: 440px;
  }

  .slider__content .dummy_img{
    display:none;
  }
}
.slider__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .slider__nav {
    width: 940px;
    left: 50%;
    margin-left: -480px;
  }
}
.slider__caption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display:none;
}
.slider__caption p {
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 1px #000;
  text-shadow: 0 0 2px #000,0 0 1px #000;
}
@media screen and (min-width: 961px) {
  .slider__caption {
    width: 960px;
    left: 50%;
    margin-left: -480px;
  }
}
.snav {
  position: absolute;
  display: block;
  width: 26px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.snav:active,
.snav:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (min-width: 481px) {
  .snav {
    width: 46px;
    height: 56px;
    margin-top: -28px;
  }
}
.snav-left {
  left: 0;
  background: url(../images/sm_btn_slide_left.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) {
  .snav-left {
    background: url(../images/btn_slide_left.png) 0 0 no-repeat;
  }
}
.snav-right {
  right: 0;
  background: url(../images/sm_btn_slide_right.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) {
  .snav-right {
    background: url(../images/btn_slide_right.png) 0 0 no-repeat;
  }
}
.pnav {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 10px;
  height: 36px;
}
.pnav ul {
  font-size: 0;
  text-align: center;
}
.pnav li {
  position: relative;
  display: inline-block;
  margin: 0 4px 0;
  cursor: pointer;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.pnav li:active,
.pnav li:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.pnav li:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  border: 4px solid #1db3cb;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pnav li.is-current {
  cursor: default;
}
.pnav li.is-current:hover {
  opacity: 1;
  filter: none;
}
.pnav li.is-current:after {
  opacity: 1;
  filter: none;
}
@media screen and (min-width: 961px) {
  .pnav {
    padding-top: 17px;
    display: block;
    float: right;
  }
  .pnav ul {
    /*clear float by parent div tag*/
    zoom: 100%;
  }
  .pnav ul:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .pnav li {
    display: inline-block;
    margin: 0 9px 0;
  }
}
.mainContent {
  width: 100%;
}
.search-area,
.search-theme,
.recommend {
  margin: 0 auto 40px;
}
@media screen and (min-width: 481px) {
  .search-area,
  .search-theme,
  .recommend {
    margin: 0 auto 55px;
  }
}
.itemList {
  margin-top: 0;
  margin-bottom: 0;
}

.recommend h2, .recommend .itemList{
  display:none;}


.type1 li {
  position: relative;
  margin-bottom: 11px;
}
@media screen and (min-width: 481px) {
  .type1 li {
    margin-bottom: 23px;
  }
}
.type1 li a {
  display: block;
  width: 100%;
  height: 208px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.type1 li a:active,
.type1 li a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.type1 .txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.type1 .txt:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.type1 .txt span {
  display: inline-block;
  padding: 5px 8px 0 8px;
  vertical-align: middle;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  text-shadow: 1px 0px 1px #000, 0px 1px 1px #000, -1px 0px 1px #000, 0px -1px 1px #000;

  font-size:22px;
}
.type1 .txt .Besttime {
  font-size:16px;
}


*:first-child + html body .type1 .txt span {
  display: inline;
  zoom: 1;
}
.type1 .txt br {
  height: 0;
  line-height: 1px;
}
.type1 .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .type1 li a {
    height: auto;
    overflow: hidd
  }
}
@media screen and (min-width: 769px) {
  .type1 .img img {
    width: 100%;
    height: auto;
    transition: transform .1s linear;
  }
  .type1 a:hover .img img {
    transition: transform .2s linear;
    transform: scale(1.03);
  }
}
.type2 li {
  position: relative;
  margin-bottom: 11px;
  /*clear float by parent div tag*/
  zoom: 100%;
}
@media screen and (min-width: 481px) {
  .type2 li {
    margin-bottom: 23px;
  }
}
.type2 li:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.type2 li a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  line-height:1%;
}
.type2 li a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .type2 li a {
    height:260px;
  }
  .type2 .txt {
    display:block;
    width: 100%;
    height: 90px;
    color: #fff;
    line-height: 1.12;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    background-color:rgba(0,0,0,0.6);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .type2 li a {
    display: table;
    width:100%;
  }
  .type2 .txt {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 1px;
    width: 57.28021978%;
    background: #444;
    line-height: 1.1;
    font-size: 15px;
    color:#fff;
  }
  .type2 .txt span {
    vertical-align: middle;
    margin-left: -5%;
  }
}
@media screen and (max-width: 480px) {
  .type2 .txt {
    display:block;
    width: 100%;
    color: #fff;
    line-height: 1.12;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    background-color:rgba(0,0,0,0.6);
    margin:0;
    padding:10px 0;
  }
}

.type2 .txt:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  margin-left: -1px;
  vertical-align: middle;
}
.type2 .txt span {
  width: 85%;
  display: inline-block;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  margin:0;
  padding-left:10px;
}
*:first-child + html body .type2 .txt span {
  display: inline;
  zoom: 1;
}
.type2 .txt .icon {
  position: absolute;
  right: 14px;
  top: 50%;
}
.type2 .img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .type2 .img {
    display: table-cell;
    height: 1px;
  }
  .type2 .img img {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .type2 .img{
    display:block;
    height:170px;
    overflow: hidden;
  }
  .type2 .img img {
    width: 100%;
    height: auto;
    transition: transform .1s linear;
  }
  .type2 a:hover .img img {
    transition: transform .2s linear;
    transform: scale(1.03);
  }
}
.mc__title {
  margin-top: 22px;
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (min-width: 481px) {
  .mc__title {
    margin-top: 30px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 961px) {
  .mc__title {
    margin-top: -24px;
  }
}
.mc__desc {
  line-height: 1.33;
  font-size: 12px;
}
.mc__desc p {
  display: block;
  margin-top: 0;
  white-space: normal;
  margin:15px 0;
}
@media screen and (min-width: 481px) {
  .mc__desc {
    line-height: 1.37;
    font-size: 16px;
  }
}
.mc__hd {
  margin-bottom: 10px;
  line-height: 1.3;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.mc__hd.mc__hd-small {
  font-size: 16px;
}
.mc__hd.mc__hd-bold {
  font-weight: bold;
}
.mc__hd:after {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #444;
}
.mc__hd span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 2px;
  background: #fff;
}
*:first-child + html body .mc__hd span {
  display: inline;
  zoom: 1;
}
@media screen and (min-width: 481px) {
  .mc__hd {
    font-size: 30px;
  }
  .mc__hd.mc__hd-small {
    font-size: 30px;
  }
  .mc__hd span {
    padding: 0 8px;
  }
}
@media screen and (min-width: 769px) {
  .mc__hd span {
    padding: 0 20px;
  }
}
.btn-1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  line-height: 55px;
  background: #444;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
@media screen and (min-width: 481px) {
  .btn-1 {
    width: 450px;
    font-size: 24px;
  }
}
.btn-1:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.btn-1 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
}
.btn-1 a:hover {
  text-decoration: none;
}
.btn-1 .icon {
  position: absolute;
  right: 24px;
  top: 50%;
}
footer {
  padding: 0 0 100px;
}
@media screen and (min-width: 481px) {
  footer {
    padding: 10px 0 100px;
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding: 20px 0 100px;
  }
}
.footer__logo {
  margin: 0 auto 10px;
  text-align: center;
}
.footer__credit {
  line-height: 2;
  font-size: 9px;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .footer__credit {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .footer__credit {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .wrapper__inner {
    width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .wrapper__inner {
    width: 940px;
    margin: 0 auto;
  }
}
