.intro {
  width: 100%;
  height: 100vh;
  background: #171a2f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000000;
  display: none;
}
.intro .js-video_ico {
  display: none;
}
.intro_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.intro_logoImg {
  display: block;
}
.intro_logoImg.-en {
  width: 160px;
  margin-bottom: 6px;
}
.intro_logoImg.-ja {
  width: 85px;
}
@media screen and (min-width: 760px) {
  .intro_logoImg.-en {
    width: 200px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 760px) {
  .intro_logoImg.-ja {
    width: 110px;
  }
}
.intro_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media screen and (min-width: 960px) {
  .intro_content {
    width: 50%;
  }
}
.intro_inner {
  width: 100%;
  position: relative;
  z-index: 100;
}
.intro_ico {
  display: block;
  width: 56px;
  margin: 0 auto 34px;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.intro_ico.is-show {
  opacity: 1;
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
  -webkit-transition-delay: .24s;
  transition-delay: 0.24s;
}
@media screen and (max-width: 559px) {
  .intro_ico {
    width: 46px;
  }
}
@media screen and (min-width: 760px) {
  .intro_ico {
    width: 86px;
    margin-bottom: 56px;
  }
}
.intro_txtContainer {
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 40px;
}
.intro_txtBlock {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.intro_txtBlock.is-show .intro_txt {
  -webkit-transition: opacity 1.28s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.28s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.64s linear;
  transition: opacity 1.28s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.28s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.64s linear;
  transition: opacity 1.28s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.28s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.64s linear;
  transition: opacity 1.28s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.28s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.64s linear, -webkit-transform 1.28s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.64s linear;
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-filter: none;
  filter: none;
}
.intro_txtBlock.is-hide .intro_txt {
  -webkit-transition: 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  opacity: 0;
  -webkit-transform: translateY(-0.25em) scale(0.96);
  transform: translateY(-0.25em) scale(0.96);
}
.intro_txt {
  display: block;
  height: 20px;
  margin: 0 auto 20px;
  opacity: 0;
  -webkit-transform: translateY(0.75em);
  transform: translateY(0.75em);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: none;
  transition: none;
}
.intro_txt.u-pc {
  display: none;
}
@media screen and (max-width: 374px) {
  .intro_txt {
    height: 18px;
  }
}
@media screen and (min-width: 760px) {
  .intro_txt {
    height: 22px;
    margin-bottom: 25px;
  }
  .intro_txt.u-sp {
    display: none;
  }
  .intro_txt.u-pc {
    display: block;
  }
}
@media screen and (min-width: 1450px) {
  .intro_txt {
    height: 2.8vh;
    max-height: 26px;
    min-height: 22px;
  }
}
.intro_skip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 88px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 40px;
  font-size: 15px;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1;
  padding: 0 20px;
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 2000;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: background;
  transition-property: background;
}
.intro_skip:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.intro_skip:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 24px;
}
@media screen and (min-width: 760px) {
  .topPage_recommend .o-pickUpSlider {
    max-width: 1140px;
  }
}
.intro_skip:after {
  right: 20px;
}
@media screen and (max-width: 959px) {
  .intro_skip:active {
    background: rgba(255, 255, 255, 0.16);
    -webkit-transition-duration: .24s;
    transition-duration: 0.24s;
  }
}
@media screen and (min-width: 960px) {
  .intro_skip:focus, .intro_skip:hover {
    background: rgba(255, 255, 255, 0.16);
    -webkit-transition-duration: .24s;
    transition-duration: 0.24s;
  }
}
@media screen and (min-width: 760px) {
  .intro_skip {
    right: 30px;
  }
}
@-webkit-keyframes introTxt {
  0% {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transform: translate3d(0, 0.75em, 0) scaleY(1);
    transform: translate3d(0, 0.75em, 0) scaleY(1);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: translateZ(0) scaleY(1);
    transform: translateZ(0) scaleY(1);
  }
}
@keyframes introTxt {
  0% {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transform: translate3d(0, 0.75em, 0) scaleY(1);
    transform: translate3d(0, 0.75em, 0) scaleY(1);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: translateZ(0) scaleY(1);
    transform: translateZ(0) scaleY(1);
  }
}
.introVideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.introVideo video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.introVideo.is-show .introVideo_inner {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.introVideo_cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 1.16s;
  transition-delay: 1.16s;
}
.introVideo_cover.is-show {
  opacity: 1;
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 960px) {
  .introVideo_cover {
    background: transparent;
  }
}
.introVideo_inner {
  opacity: 0;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#introCanvas, .introVideo_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#introCanvas {
  z-index: 1000;
}
.o-ttl span {
  color: #2db4e5;
}
.topPage_mainSliderContainer {
  padding: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .topPage_mainSliderContainer {
    padding: 25px 15px;
  }
}
.topPage_mainSliderContainer .o-mainSlider_list {
  margin-bottom: 2px;
}
.topPage_mainSliderContainer .o-mainSlider_item {
  border-radius: 8px;
}
.topPage_mainSliderContainer .o-mainSlider_btnContainer {
  padding: 0;
}
.topPage_mainSliderContainer .o-mainSliderCurrentBar {
  background: rgba(41, 98, 255, 0.3);
}
.topPage_mainSliderContainer .o-mainSliderCurrentBar_item {
  background: #2962ff;
}
.topPage_mainSliderContainer .o-mainSliderCurrentNum_current {
  color: #2962ff;
}
.topPage_mainSliderContainer .o-mainSliderCurrentNum_max {
  color: #2962ff;
}
.topPage_mainSliderContainer .o-mainSliderCurrentNum_max:before {
  background: #2962ff;
}
.topPage_mainSliderContainer .o-mainSlider_arrow {
  background: #45a2ef;
  border-radius: 8px;
  margin-left: 2px;
}
@media screen and (min-width: 1200px) {
  .topPage_mainSliderContainer {
    padding: 50px 50px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .topPage_mainSliderContainer .o-mainSlider_list {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .topPage_mainSliderContainer .o-mainSlider_arrow {
    margin-left: 6px;
  }
  .topPage_mainSliderContainer .o-mainSlider_arrow:hover {
    background: #326bc7;
  }
}
.topPage_banner {
  background: #6d82bd;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.topPage_banner > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 63.75% 18px 25px;
  position: relative;
  z-index: 10;
}
.topPageSeries .l-series .l-series_list {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 760px) and (max-width: 960px) {
  .topPageSeries .l-series .l-series_list .l-series_item {
    width: calc(25% - 19px);
  }
}
@media screen and (max-width: 759px) {
  .topPage_banner {
    max-width: 440px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 760px) {
  .topPage_banner {
    height: 300px;
  }
}
@media screen and (min-width: 375px) {
  .topPage_banner > a {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 760px) {
  .topPage_banner > a {
    padding: 0;
  }
}
.topPageTtl {
  text-align: center;
  margin-bottom: 50px;
}
/* @media screen and (max-width: 959px) {
  .topPageTtl {
    margin-bottom: 20px;
  }
} */
.page-cart .topPageTtl {
  max-width: 1140px;
  font-size: 22px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .page-cart .topPageTtl {
    font-size: 18px;
  }
}
@media screen and (min-width: 760px) {
  .topPageTtl {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .topPageTtl {
    margin-bottom: 60px;
  }
}
.topPageTtl_en {
  display: inline-block;
  height: 34px;
  padding: 0;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: .1em;
  color: #2DB4E5;
  margin-bottom: 4px;
}
.topPageTtl_en img {
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: baseline;
}
@media screen and (min-width: 760px) {
  .topPageTtl_en {
    /* height: 44px; */
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 759px) {
  .topPageTtl_en {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .topPageTtl_en {
    /* height: 63px */
  }
}
@media screen and (min-width: 760px) {
  .topPageTtl_en img.u-pc {
    display: inline-block;
  }
}
.topPageTtl_ja {
  display: block;
  font-weight: 400;
  font-size: 26px;
  color: #212121;
  letter-spacing: .08em;
  line-height: 1;
}
@media screen and (min-width: 760px) {
  .topPageTtl_ja {
    font-size: 24px;
  }
}
.topPageBtn {
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  max-width: 230px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #707070;
  overflow: hidden;
  margin: 0;
}
.topPageBtn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  color: #727272;
  letter-spacing: .05em;
  line-height: 1;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
_:-ms-lang(x) {
  padding-top: 8px;
}
.topPageBtn > a .ico-external {
  position: relative;
  top: -3px;
}
@media screen and (min-width: 960px) {
  .topPageBtn:hover {
    border: 1px solid #2962ff;
    -webkit-box-shadow: 0 4px 12px rgba(95, 88, 255, 0.16);
    box-shadow: 0 4px 12px rgba(95, 88, 255, 0.16);
  }
}
.topPage_ranking {
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .topPage_ranking {
    margin-bottom: 30px;
  }
  .topPage_ranking .container {
    padding: 0;
  }
  .topPage_ranking .topPage_ranking_inner {
    padding: 30px 15px;
    overflow: auto;
  }
}
.topPage_ranking_inner {
  padding: 50px;
  box-shadow: inset 0 0 20px rgba(237, 239, 247, 0.85);
  overflow: auto;
}
.topPage_ranking_inner .o-pickUpSlider {
  display: none;
  width: 830px;
  margin-bottom: 0;
}
.topPage_ranking_inner .o-pickUpSlider.is-show {
  display: block;
  /* width: 900px; */
}
.topPage_ranking_category {
  display: flex;
  justify-content: space-between;
}
.topPage_ranking_category_item {
  position: relative;
  width: 380px;
  text-align: center;
  color: #727272;
  padding: 0 0 8px;
  cursor: pointer;
  transition: all .3s ease;
}
@media screen and (min-width: 760px) {
  .topPage_ranking_inner .o-pickUpSlider .o-pickUpSlider_item {
    margin-left: 10px;
  }
  .topPage_ranking_inner .o-pickUpSlider .o-pickUpSlider_item:first-child {
    margin-left: 0;
  }
  .topPage_ranking_category_item {
    padding: 0 0 16px;
  }
  .topPage_ranking_category_item:hover {
    color: #2962FF;
  }
  .topPage_ranking_category_item:hover:before {
    background: url(/assets/img/index/ico_ranking_on.png) no-repeat 50%;
    background-size: cover;
  }
}
.topPage_ranking_category_item.is-active {
  color: #2962FF;
}
.topPage_ranking_category_item.is-active:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2962FF;
  width: 100%;
  height: 2px;
  content: "";
}
.topPage_ranking_category_item:before {
  background: url(/assets/img/index/ico_ranking.png) no-repeat 50%;
  background-size: cover;
  content: "";
  width: 23px;
  height: 17px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.topPage_ranking_category_item.is-active:before {
  background: url(/assets/img/index/ico_ranking_on.png) no-repeat 50%;
  background-size: cover;
}
@media screen and (min-width: 760px) {
  .topPagePickUp .o-pickUpSlider {
    width: 1140px;
    /* margin-bottom: 140px */
  }
}
@media screen and (min-width: 960px) {
  .topPagePickUp .o-pickUpSlider {
    /* margin-bottom: 200px */
  }
}
@media screen and (min-width: 960px) {
  .topPagePickUp .o-pickUpSliderItem a {
    transition: all .3s ease;
    padding: 20px;
  }
  .topPagePickUp .o-pickUpSliderItem:hover a {
    border-color: #2962ff;
    -webkit-transform: scale(1.016) translateZ(0);
    transform: scale(1.016) translateZ(0);
    -webkit-box-shadow: 0 4px 12px rgba(95, 88, 255, 0.16);
    box-shadow: 0 4px 12px rgba(95, 88, 255, 0.16);
    border-radius: 8px;
  }
}
.topPagePickUp .o-pickUpSliderItem_img {
  /* padding: 20px; */
  /* margin: 0 auto 20px; */
  /* border: 1px solid #bccefe; */
  /* border-radius: 50%; */
  /* overflow: hidden; */
  /* -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1); */
  /* transition: .4s cubic-bezier(.165, .84, .44, 1); */
}
.topPagePickUp .o-pickUpSliderItem_new {
  color: #2962ff;
  background: url(/assets/img/index/bg_instagram@2x.jpg) no-repeat 50%;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .topPageAbout .topPageAbout_bg:before {
    content: "";
    display: block;
    width: 75%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#2d4d9b), to(rgba(45, 77, 155, 0)));
    background: linear-gradient(90deg, #2d4d9b, rgba(45, 77, 155, 0));
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
  }
  .topPageAbout .topPageAbout_bg:after, .topPageAbout .topPageAbout_bg:before {
    -webkit-transition: 0.88s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.88s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-property: width, opacity;
    transition-property: width, opacity;
  }
  .topPageAbout:hover .topPageAbout_bg:before {
    width: 85%;
    opacity: .5;
    -webkit-transition-duration: .64s;
    transition-duration: 0.64s;
  }
  .topPageAbout:hover .topPageAbout_bg:after {
    width: 85%;
    opacity: 0;
    -webkit-transition-duration: .64s;
    transition-duration: 0.64s;
  }
}
.topPageAbout > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 63.75% 18px 25px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 375px) {
  .topPageAbout > a {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 760px) {
  .topPageAbout > a {
    padding: 0;
  }
}
.topPageAbout_bg {
  width: 100%;
  height: 0;
  padding-top: 82.5%;
  background-position: top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.topPageAbout_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 112px;
  background: linear-gradient(0deg, #6d82bd 2px, rgba(109, 130, 189, 0));
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media screen and (min-width: 760px) {
  .topPageAbout_bg {
    height: 100%;
    padding: 0;
    background-position: right 25% center;
    background-size: cover;
  }
}
@media screen and (min-width: 960px) {
  .topPageAbout_bg {
    background-position: right 25% center;
  }
  .topPageAbout_bg:after {
    width: 75%;
    height: 100%;
    opacity: .5;
    background: -webkit-gradient(linear, left top, right top, from(#567bd6), to(rgba(86, 123, 214, 0)));
    background: linear-gradient(90deg, #567bd6, rgba(86, 123, 214, 0));
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .topPageAbout_bg {
    background-position: 50%;
  }
}
@media screen and (min-width: 760px) {
  .topPageAbout_txtContainer {
    width: 50%;
    position: absolute;
    left: 0;
    top: calc(50% + 4px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 960px) {
  .topPageAbout_txtContainer {
    top: 50%;
    padding-left: 30px;
  }
}
.topPageAbout_ttl {
  line-height: 1;
}
.topPageAbout_ttl.-en {
  font-family: YuMincho, Yu Mincho, Hiragino Mincho ProN, "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: .05em;
  margin-bottom: 10px;
}
.topPageAbout_ttl.-en span {
  display: block;
  font-family: Open Sans, YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Sans, sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
  margin-bottom: 12px;
}
.topPageAbout_ttl.-none {
  display: none;
}
@media screen and (min-width: 375px) {
  .topPageAbout_ttl.-en {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .topPageAbout_ttl.-en span {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 960px) {
  .topPageAbout_ttl.-en {
    font-size: 38px;
    margin-bottom: 16px;
  }
  .topPageAbout_ttl.-en span {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .topPageAbout_ttl.-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.topPageAbout_sub {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 18px;
}
.topPageAbout_sub.-ja {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 375px) {
  .topPageAbout_sub {
    font-size: 17px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 960px) {
  .topPageAbout_sub {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 375px) {
  .topPageAbout_sub.-ja {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 960px) {
  .topPageAbout_sub.-ja {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.topPageAbout_viewMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 104px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 11px;
  letter-spacing: .1em;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (min-width: 375px) {
  .topPageAbout_viewMore {
    width: 124px;
    height: 34px;
    font-size: 13px;
  }
}
@media screen and (min-width: 960px) {
  .topPageAbout_viewMore {
    display: none;
  }
}
.topPageCwBanner {
  margin-bottom: 70px;
}
.topPageCwBanner > a {
  padding: 20px 0 30px;
}
@media screen and (min-width: 760px) {
  .topPageCwBanner {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 960px) {
  .topPageCwBanner {
    /* margin-bottom: 200px; */
    background: #144cc5;
  }
  .topPageCwBanner:hover .topPageCwBanner_bg {
    opacity: .24;
    -webkit-transition-duration: .64s;
    transition-duration: 0.64s;
  }
}
@media screen and (min-width: 760px) {
  .topPageCwBanner > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.topPageCwBanner_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.88s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.88s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.topPageCwBanner_main {
  width: 235px;
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 375px) {
  .topPageCwBanner_main {
    width: 283px;
  }
}
@media screen and (min-width: 760px) {
  .topPageCwBanner_main {
    width: 330px;
    margin: 0 auto;
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
  }
}
@media screen and (min-width: 960px) {
  .topPageCwBanner_main {
    width: 383px;
    margin-top: 6px;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 760px) {
  .topPageCwBanner_imgContainer, .topPageCwBanner_txtContainer {
    width: 50%;
  }
}
.topPageCwBanner_phone {
  width: 102px;
  float: right;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 375px) {
  .topPageCwBanner_phone {
    width: 133px;
  }
}
@media screen and (min-width: 760px) {
  .topPageCwBanner_phone {
    width: 140px;
  }
}
@media screen and (min-width: 960px) {
  .topPageCwBanner_phone {
    width: 167px;
  }
}
.topPageCwBanner_logo {
  height: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .topPageCwBanner_logo {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 375px) {
  .topPageCwBanner_logo {
    height: 25px;
  }
}
@media screen and (min-width: 960px) {
  .topPageCwBanner_logo {
    height: 36px;
    margin-bottom: 20px;
  }
}
.topPageCwBanner_ttl {
  font-family: YuMincho, Yu Mincho, Hiragino Mincho ProN, "Noto Serif JP", serif;
  font-size: 28px;
  letter-spacing: .03em;
  line-height: 1;
  text-shadow: 0 0 6px #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 760px) {
  .topPageCwBanner_ttl {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 375px) {
  .topPageCwBanner_ttl {
    font-size: 33px;
  }
}
@media screen and (min-width: 960px) {
  .topPageCwBanner_ttl {
    font-size: 50px;
  }
}
.topPageCwBanner_txt {
  font-size: 18px;
  line-height: 1.7;
}
.topPageCwBannerCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 158px;
  height: 158px;
  border: .5px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
}
.topPageCwBannerCircle:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px #fff inset;
  box-shadow: inset 0 0 3px #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 375px) {
  .topPageCwBannerCircle {
    width: 190px;
    height: 190px;
  }
}
@media screen and (min-width: 760px) {
  .topPageCwBannerCircle {
    width: 221px;
    height: 221px;
  }
}
@media screen and (min-width: 960px) {
  .topPageCwBannerCircle {
    width: 262px;
    height: 262px;
    margin-top: 12px;
  }
}
.topPageCwBannerCircle_line {
  border: solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
}
.topPageCwBannerCircle_line:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px #fff inset;
  box-shadow: inset 0 0 3px #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.topPageCwBannerCircle_line.-medium {
  width: 140px;
  height: 140px;
  border-width: 1px;
}
.topPageCwBannerCircle_line.-small {
  width: 125px;
  height: 125px;
  border-width: 2px;
}
@media screen and (min-width: 375px) {
  .topPageCwBannerCircle_line.-medium {
    width: 167px;
    height: 167px;
  }
}
@media screen and (min-width: 760px) {
  .topPageCwBannerCircle_line.-medium {
    width: 195px;
    height: 195px;
  }
}
@media screen and (min-width: 960px) {
  .topPageCwBannerCircle_line.-medium {
    width: 231px;
    height: 231px;
  }
}
@media screen and (min-width: 375px) {
  .topPageCwBannerCircle_line.-small {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 760px) {
  .topPageCwBannerCircle_line.-small {
    width: 173px;
    height: 173px;
  }
}
@media screen and (min-width: 960px) {
  .topPageCwBannerCircle_line.-small {
    width: 206px;
    height: 206px;
  }
}
.topPageCwBannerCircle_txt {
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  text-shadow: 0 0 6px #120f82;
  margin-bottom: 4px;
}
.topPageCwBannerCircle_txt.-bold {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 375px) {
  .topPageCwBannerCircle_txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 760px) {
  .topPageCwBannerCircle_txt {
    font-size: 21px;
  }
}
@media screen and (min-width: 960px) {
  .topPageCwBannerCircle_txt {
    font-size: 25px;
  }
}
@media screen and (min-width: 375px) {
  .topPageCwBannerCircle_txt.-bold {
    font-size: 12px;
  }
}
@media screen and (min-width: 760px) {
  .topPageCwBannerCircle_txt.-bold {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .topPageCwBannerCircle_txt.-bold {
    font-size: 16px;
  }
}
.topPageSeries {
  margin-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .topPageSeries {
    margin-bottom: 60px;
  }
}
.topPageSeries .l-series .o-ttl {
  display: none;
}
.topPageSeries .l-series_list li {
  border-radius: 8px;
  margin-bottom: 10px;
  /* overflow: hidden */
}
@media screen and (max-width: 760px) {
  .topPageSeries .l-series_list li {
    width: calc(138/290 * 100%);
  }
  .topPageSeries .l-series_list li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 760px) {
  .topPageSeries .l-series {
    padding: 0 50px;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .topPageSeries .l-series {
    width: calc(100% - 100px);
    max-width: 1290px;
    margin: 0 auto 200px;
    padding: 0;
  }
}
@media screen and (min-width: 760px) {
  .topPageSeries .l-series_list li {
    /* width: calc(50% - 10px); */
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .topPageSeries .l-series_list li {
    width: calc(25% - 20px);
    margin-bottom: 0;
  }
}
.topPageSpecial {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 760px) {
  .topPageSpecial {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .topPageSpecial {
    /* margin-bottom: 180px */
  }
}
@media screen and (max-width: 759px) {
  .topPageSpecial .topPageTtl_en {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 760px) {
  .topPageSpecial_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.topPageSpecial_list_center {
  border-radius: 8px;
  overflow: hidden;
}
.topPageSpecial_list_center a {
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  width: 100%;
  overflow: hidden;
}
.topPageSpecial_list_center a img {
  display: block;
  width: 100%;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.topPageSpecial_list_center a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
@media screen and (min-width: 760px) {
  .topPageSpecial_list_center {
    width: calc(100% - 10px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .topPageSpecial_list_center {
    width: calc(50% - 10px);
    margin: 0 auto;
  }
}
.topPageSpecial_item {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.topPageSpecial_item a {
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  width: 100%;
  overflow: hidden;
}
.topPageSpecial_item a img {
  display: block;
  width: 100%;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.topPageSpecial_item a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
@media screen and (min-width: 760px) {
  .topPageSpecial_item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.topPageCampaign {
  background: #2e64c1;
  padding: 56px 25px 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .topPageCampaign {
    padding: 40px 0;
    margin-bottom: 60px;
  }
  .topPageCampaign .container {
    padding: 0 15px;
  }
}
.topPageCampaign .topPageMore_link a {
  color: #fff;
}
.topPageCampaign .topPageMore_link a:after {
  border-color: #fff;
}
.PageMore_link a:after {
  border-color: #fff;
}
@media screen and (min-width: 760px) {
  .topPageCampaign {
    padding: 80px 50px 50px;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .topPageCampaign {
    margin-bottom: 140px;
  }
}
.topPageCampaign_ttl span {
  color: #fff;
}
.topPageCampaign_ttl .topPageTtl_en {
  color: #C9D4FF;
}
@media screen and (min-width: 760px) {
  .topPageCampaign_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.topPageCampaign_item {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 760px) {
  .topPageCampaign_item {
    margin-bottom: 40px;
  }
}
.topPageCampaign_item a {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 8px;
}
.topPageCampaign_item a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.topPageCampaign_item img {
  display: block;
  width: 100%;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.topPageCampaign_item p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 760px) {
  .topPageCampaign_item {
    width: calc(50% - 15px);
  }
}
.topPageSearch {
  margin-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .topPageSearch {
    background-color: #F4F4F4;
    padding: 40px 0;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 760px) {
  .topPageSearch {
    margin-bottom: 140px;
    background-color: #F4F4F4;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .topPageSearch {
    /* margin-bottom: 200px */
    background-color: #F4F4F4;
    padding: 60px 0;
  }
}
@media screen and (min-width: 960px) {
  .topPageSearch_list {
    display: flex;
  }
}
.topPageSearchItem.is-open {
  border-radius: 8px 8px 0 0;
  border-width: 1px 1px 0;
  -webkit-transition: border-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0s;
  transition: border-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0s;
}
.topPageSearchItem.is-open .topPageSearchItem_ttl {
  color: #2962ff;
}
.topPageSearchItem.is-open .topPageSearchItem_ttl:after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  border-color: #2962ff;
}
@media screen and (min-width: 960px) {
  .topPageSearchItem {
    width: calc(100% / 3);
    background-image: linear-gradient(to top, #ACACAC, #ACACAC 2px, transparent 4px, transparent 6px);
    background-size: 1px 6px;
    background-position: left;
    background-repeat: repeat-y;
    padding-left: 30px;
    margin-left: 30px;
  }
  .topPageSearchItem:first-of-type {
    background: none;
  }
  .page-genre .topPageSearchItem {
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .topPageSearchItem:hover {
    border-color: rgba(41, 98, 255, 0.88);
  }
  .topPageSearchItem:hover .topPageSearchItem_list {
    border-color: rgba(41, 98, 255, 0.88);
  }
}
@media screen and (min-width: 1200px) {
  .topPageSearchItem + .topPageSearchItem {
    background-image: linear-gradient(to top, #ACACAC, #ACACAC 2px, transparent 4px, transparent 6px);
    background-size: 1px 6px;
    background-position: left;
    background-repeat: repeat-y;
    padding-left: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 959px) {
  .topPageSearchItem {
    margin-top: 30px;
    border-top: 1px dashed #ACACAC;
    padding-top: 30px;
  }
  .topPageSearchItem:nth-of-type(1) {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
}
.topPageSearchItem_ttl {
  margin: 0 0 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1;
  /* padding: 25px; */
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: color;
  transition-property: color;
}
@media screen and (max-width: 760px) {
  .topPageSearchItem_ttl {
    padding: 0;
  }
}
_:-ms-lang(x) {
  padding: 28px 25px 22px;
}
.topPageSearchItem_list {
  /* padding: 0 0 20px; */
  /* border: 1px solid transparent; */
  /* border-top: 0 solid transparent; */
  /* -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1); */
  /* transition: .4s cubic-bezier(.165, .84, .44, 1); */
  /* -webkit-transition-property: border-color; */
  /* transition-property: border-color; */
  display: flex;
  flex-wrap: wrap;
}
.topPageSearchItem_list li {
  font-size: 14px;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: background;
  transition-property: background;
  width: 50%;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .topPageSearchItem_list li {
    width: 25%;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
  }
}
.topPageSearchItem_list li br {
  display: none;
}
.topPageSearchItem_list li a {
  display: flex;
  align-items: center;
}
.topPageSearchItem_list li:nth-of-type(n+3) {
  margin-top: 20px;
}
.topPageSearchItem_list li a .ico {
  width: 34px;
  height: 34px;
}
.topPageSearchItem_list li a .ico img {
  width: 34px;
}
.topPageSearchItem_list li a .txt {
  width: calc(100% - 34px);
  padding: 0 0 0 5px;
}
@media screen and (min-width: 760px) {
  .topPageSearchItem_list {
    /* width: calc(100% + 2px); */
    /* position: absolute; */
    /* left: -1px; */
    /* bottom: 0; */
    /* -webkit-transform: translateY(100%); */
    /* transform: translateY(100%); */
    /* background: #f4f4f4; */
    /* border-radius: 0 0 8px 8px; */
  }
}
@media screen and (min-width: 960px) {
  .topPageSearchItem_list li:hover {
    /* background: #e9e9e9; */
    /* -webkit-transition-duration: .24s; */
    /* transition-duration: .24s; */
  }
}
.topPageNews {
  max-width: 780px;
  margin: 0 auto 100px;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .topPageNews {
    padding: 0 50px;
  }
}
@media screen and (max-width: 760px) {
  .topPageNews {
    padding: 0 15px;
  }
}
@media screen and (min-width: 760px) {
  .topPageNews {
    /* margin-bottom: 140px */
  }
}
@media screen and (min-width: 1200px) {
  .topPageNews {
    /* margin-bottom: 200px */
  }
}
.topPageNews_list {
  /* margin-bottom: 40px */
}
@media screen and (min-width: 760px) {
  .topPageNews_list {
    /* margin-bottom: 60px */
  }
}
.topPageNewsItem {
  position: relative;
  border-bottom: 1px dashed #ACACAC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.topPageNewsItem a {
  display: block;
}
@media screen and (max-width: 760px) {
  .topPageNewsItem {
    padding-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  .topPageNewsItem a:active {
    color: #2962ff;
    -webkit-transition-duration: .2s;
    transition-duration: 0.2s;
  }
  .topPageNewsItem a:active g, .topPageNewsItem a:active path {
    stroke: #2962ff;
  }
  .topPageNewsItem a:active:after {
    border-color: #2962ff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 16px;
    -webkit-transition-duration: .2s;
    transition-duration: 0.2s;
  }
}
@media screen and (min-width: 960px) {
  .topPageNewsItem a:focus, .topPageNewsItem a:hover {
    color: #2962ff;
    -webkit-transition-duration: .2s;
    transition-duration: 0.2s;
  }
  .topPageNewsItem a:focus g, .topPageNewsItem a:focus path {
    stroke: #2962ff;
  }
  .topPageNewsItem a:hover g, .topPageNewsItem a:hover path {
    stroke: #2962ff;
  }
  .topPageNewsItem a:focus:after, .topPageNewsItem a:hover:after {
    border-color: #2962ff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 16px;
    -webkit-transition-duration: .2s;
    transition-duration: 0.2s;
  }
}
@media screen and (min-width: 760px) {
  .topPageNewsItem {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 760px) {
  .topPage_recommend .o-pickUpSliderItem_img {
    width: 100px;
    height: 100px;
  }
}
.topPageNewsItem_date {
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 10px;
  color: #ACACAC;
}
@media screen and (min-width: 760px) {
  .topPageNewsItem_date {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.topPage_important .topPageNewsItem_date {
  color: #727272;
}
.topPageNewsItem_ttl {
  font-size: 14px;
  letter-spacing: .03em;
  line-height: 1.7;
}
@media screen and (min-width: 760px) {
  .topPageNewsItem_ttl {
    width: calc(100% - 60px);
    font-size: 15px;
  }
}
.topPageTopics {
  margin-bottom: 100px;
}
@media screen and (min-width: 760px) {
  .topPageTopics {
    /* margin-bottom: 140px */
  }
}
@media screen and (min-width: 1200px) {
  .topPageTopics {
    /* margin-bottom: 200px */
  }
}
@media screen and (min-width: 760px) {
  .topPageTopics_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% + 30px);
    -webkit-transform: translate(-15px);
    transform: translate(-15px);
  }
}
@media screen and (min-width: 1200px) {
  .topPageTopics_list {
    width: calc(100% + 80px);
    -webkit-transform: translate(-40px);
    transform: translate(-40px);
  }
}
.topPageTopicsItem {
  margin-bottom: 30px;
}
.topPageTopicsItem > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 760px) {
  .topPageTopicsItem {
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .topPageTopicsItem {
    width: calc(33.333% - 80px);
    margin: 0 40px 30px;
  }
}
@media screen and (min-width: 760px) {
  .topPageTopicsItem > a {
    display: block;
  }
}
.topPageTopicsItem_img {
  width: 102px;
  height: 102px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.topPageTopicsItem_img img {
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 760px) {
  .topPageTopicsItem_img {
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .topPageTopicsItem_img {
    height: 326px;
  }
}
.topPageTopicsItem_txtContainer {
  width: calc(100% - 102px);
  padding-left: 15px;
}
@media screen and (min-width: 760px) {
  .topPageTopicsItem_txtContainer {
    width: 100%;
    padding-left: 0;
  }
}
.topPageNewsItem_category {
  font-size: 13px;
  color: #2962ff;
  letter-spacing: .04em;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 760px) {
  .topPageNewsItem_category {
    font-size: 14px;
  }
}
.topPageNewsItem_ttl {
  font-size: 15px;
  font-weight: 400;
}
.topPageInstagram {
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .topPageInstagram {
    padding: 0 15px;
  }
}
@media screen and (min-width: 760px) {
  .topPageInstagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-bottom: 140px */
  }
}
@media screen and (min-width: 1200px) {
  .topPageInstagram {
    /* margin-bottom: 200px */
  }
}
.topPageInstagram_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 760px) {
  .topPageInstagram_block {
    width: 33.333%;
  }
}
.topPageInstagram_item {
  width: 50%;
  height: 0;
  padding-top: 50%;
  background: #f4f4f4;
  margin-bottom: 1px;
  position: relative;
  overflow: hidden;
}
.topPageInstagram_item:nth-child(odd) {
  border-right: 1px solid #fff;
}
.topPageInstagram_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.topPageInstagram_item img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.64s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.64s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media screen and (min-width: 960px) {
  .topPageInstagram_item a:hover img {
    -webkit-transform: scale(1.064);
    transform: scale(1.064);
    -webkit-transition-duration: .48s;
    transition-duration: 0.48s;
  }
}
.topPageInstagram_center {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
  border-bottom: 1px solid #fff;
}
.topPageInstagram_center a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 760px) {
  .topPageInstagram_center {
    width: 33.333%;
    height: auto;
    padding-top: 0;
    border: solid #fff;
    border-width: 0 1px;
  }
}
@media screen and (min-width: 960px) {
  .topPageInstagram_center:hover .topPageInstagram_ico {
    -webkit-animation: instagram_ico 0.88s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: instagram_ico 0.88s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.topPageInstagram_ico {
  width: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.topPageInstagram_ico img {
  display: block;
  width: 100%;
}
@-webkit-keyframes instagram_ico {
  0% {
    opacity: 1;
  }
  15% {
    opacity: .25;
    -webkit-transform: translate(-50%, -50%) scale(1.088);
    transform: translate(-50%, -50%) scale(1.088);
  }
  to {
    opacity: 1;
  }
}
@keyframes instagram_ico {
  0% {
    opacity: 1;
  }
  15% {
    opacity: .25;
    -webkit-transform: translate(-50%, -50%) scale(1.088);
    transform: translate(-50%, -50%) scale(1.088);
  }
  to {
    opacity: 1;
  }
}
.topPageMore_link {
  text-align: right;
}
.topPageMore_link a {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  color: #212121;
  font-size: 14px;
  font-weight: 600;
}
.topPageMore_link a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: solid #212121;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg) translate(-2px, 2px);
  transform: rotate(45deg) translate(-2px, 2px);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.PageMore_link {
  text-align: right;
}
.PageMore_link a {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.PageMore_link a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg) translate(-2px, 2px);
  transform: rotate(45deg) translate(-2px, 2px);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.topPage_important {
  background-color: #F8F8F8;
  padding: 25px 0;
  display: none;
}
.topPage_important .container {
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .topPage_recommend .o-pickUpSlider_list {
    display: block;
  }
  .topPage_recommend .o-pickUpSlider_list .o-pickUpSliderItem {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #ACACAC;
    width: auto;
  }
  .topPage_recommend .o-pickUpSlider_list a {
    display: flex;
    justify-content: space-between;
  }
  .topPage_recommend .o-pickUpSlider_list a .o-pickUpSliderItem_img_left {
    width: calc(100/290 * 100%);
  }
  .topPage_recommend .o-pickUpSlider_list a .o-pickUpSliderItem_img_left .o-pickUpSliderItem_img {
    width: auto;
    height: auto;
  }
  .topPage_recommend .o-pickUpSlider_list a .c-product__icon {
    width: 50px;
    font-size: 11px;
  }
  .topPage_recommend .o-pickUpSlider_list a .o-category {
    width: 100%;
    color: #2962FF;
  }
  .topPage_recommend .o-pickUpSlider_list a .o-pickUpSliderItem_name {
    text-align: left;
    margin: 0 auto 6px;
  }
  .topPage_recommend .o-pickUpSlider_list a .o-pickUpSliderItem_detail {
    text-align: left;
    margin: 0 auto 4px;
  }
  .topPage_recommend .o-pickUpSlider_list a .o-pickUpSliderItem_col2 {
    width: 100%;
    justify-content: space-between;
  }
  .topPage_recommend .o-pickUpSlider_list a .o-pickUpSliderItem_txtContainer {
    display: block;
    width: calc(180/290 * 100%);
    margin-left: 14px;
  }
}
@media screen and (max-width:759px) {
  .topPv {
    margin-bottom: 15vw;
    margin-top: 9vw;
  }
}
@media screen and (min-width:760px) {
  .topPv {
    margin-bottom: 10vw;
    margin-top: 4.167vw;
  }
}
@media screen and (min-width:1200px) {
  .topPv {
    margin-bottom: 120px;
    margin-top: 50px;
  }
}
.topPv_ttl {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  line-height: 1.7;
  letter-spacing: .05em;
  margin-bottom: 36px
}
@media screen and (min-width:760px) {
  .topPv_ttl {
    font-size: 2.333vw;
    margin-bottom: 3.833vw;
  }
}
@media screen and (min-width:1200px) {
  .topPv_ttl {
    font-size: 28px;
    margin-bottom: 46px;
  }
}
.topPv_video {
  max-width: 800px;
  margin: 0 auto 30px;
  position: relative
}
.topPv_video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  top: 0
}
.topPv_video .js-video_ico {
  display: none
}
@media screen and (min-width:760px) {
  .topPv_video {
    margin-bottom: 3.333vw;
  }
}
@media screen and (min-width:1200px) {
  .topPv_video {
    margin-bottom: 40px
  }
}
.topPv_video.is-active:after {
  display: none
}
.topPv_video.is-active .topPv_thumb {
  opacity: 0;
  pointer-events: none
}
.topPv_video .vjs-control-bar {
  background: rgba(0, 0, 0, .48)
}
.topPv_thumb {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition-duration: .48s !important;
  transition-duration: .48s !important
}
.topPv_txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 2;
  margin-bottom: 30px
}
@media screen and (min-width:760px) {
  .topPv_txt {
    text-align: center;
    margin-bottom: 3.333vw;
  }
}
@media screen and (min-width:1200px) {
  .topPv_txt {
    margin-bottom: 40px
  }
}
@media screen and (max-width:759px) {
  .bnr_block_mt {
    margin-top: 15vw;
  }
}
@media screen and (min-width:760px) {
  .bnr_block_mt {
    margin-top: 5.833vw;
  }
}
@media screen and (min-width:1200px) {
  .bnr_block_mt {
    margin-top: 70px;
  }
}
/*.bnr_block_a*/
.bnr_block_a_ttl {
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  line-height: 1.7;
  letter-spacing: .05em;
  margin-bottom: 36px
}
@media screen and (min-width:760px) {
  .bnr_block_a_ttl {
    font-size: 2.333vw;
    margin-bottom: 3.833vw;
  }
}
@media screen and (min-width:1200px) {
  .bnr_block_a_ttl {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width:759px) {
  .bnr_block_a_ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:759px) {
  .bnr_block_a {
	margin-top: 70px;  
    margin-bottom: 70px;
  }
}
@media screen and (min-width:760px) {
  .bnr_block_a {
	margin-top: 120px;  
    margin-bottom: 120px;
  }
}
.sokutei:hover {
  opacity: 0.5;
  transition: 0.5s;
}


/*.bnr_block_b*/
.bnr_wrap_b {
  max-width: 800px;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .bnr_wrap_b {
  margin: 0 auto 10vw;
  }
}

@media screen and (min-width: 1200px) {
  .bnr_wrap_b {
  margin: 0 auto 120px;
  }
}

.bnr_block_b_ttl {
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  line-height: 1.7;
  letter-spacing: .05em;
  margin-bottom: 36px
}
@media screen and (min-width:760px) {
  .bnr_block_b_ttl {
    font-size: 2.333vw;
    margin-bottom: 3.833vw;
  }
}
@media screen and (min-width:1200px) {
  .bnr_block_b_ttl {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width:759px) {
  .bnr_block_b_ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.bnr_block_b_txt {
  font-size: 17px;
  text-align: center;
}

@media screen and (max-width:759px) {
.bnr_block_b_txt {
  font-size: 14px;
}
}

.bnr_block_b_txt_a {
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.8;
}

@media screen and (max-width:759px) {
.bnr_block_b_txt_a {
  font-size: 14px;
  text-align: left;
}
}

.bnr_block_b_link {
  display: inline-block;
  line-height: 1.7;
  letter-spacing: .05em;
  text-decoration: underline;
}
.bnr_block_b_link:hover {
  opacity: 0.5;
  transition: 0.5s;
  text-decoration: none;
}

@media screen and (max-width:759px) {
  .bnr_block_b {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width:760px) {
  .bnr_block_b {
    margin-bottom: 40px;
  }
}
.bnr_block_b img {
  vertical-align: top;
  max-width: 100%;
}

.l-sns_list li a{
	display: block;
}