/* ==========================================================================
   TOP page
   ========================================================================== */
.section {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.section-title {
  border: none;
  padding-top: 0;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 20px;
  }
}
.section-title::before {
  display: none;
}
.section-title h2 {
  font-weight: normal;
  font-size: 30px;
  color: #333333;
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 23px;
  }
}
.top-title_link {
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .top-title_link {
    top: 35%;
  }
}
.m-full-content {
  margin-top: 0;
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .m-full-content {
    padding: 30px 15px 45px;
  }
}
.m-full-content .section {
  margin-bottom: 0;
}
.m-full-content .opt-bg-gray {
  background: #f1f2f6;
}
.m-full-content.opt-bg.opt-bg-gray {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .m-full-content.opt-bg.opt-bg-gray {
    padding: 23px 15px 40px;
  }
}
/* loading
   ========================================================================== */
.loading {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  opacity: 1;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  background: #fafafa;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
  -webkit-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}
.loading.is-hide {
  opacity: 0;
  z-index: -100;
}
/* Main visual
   ========================================================================== */
.main-visual {
  position: relative;
  height: -webkit-calc(100vh - 245px);
  height: calc(100vh - 245px);
  max-height: 420px;
}
@media (min-width: 769px) {
  .main-visual {
    height: -webkit-calc(100vh - 210px);
    height: calc(100vh - 210px);
  }
}
@media (max-width: 768px) {
  .main-visual {
    height: -webkit-calc(100vh - 130px);
    height: calc(100vh - 130px);
    max-height: 250px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .ie .main-visual {
    max-height: 420px;
  }
}
.main-visual_slide {
  position: relative;
  z-index: 1;
}
img.js-object-fit {
  height: 100%;
  /*
  width: auto;
  max-width: none;
  */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  /*
  font-family: 'object-fit:cover; object-position: center center;';
  */
}
.main-visual_item {
  overflow: hidden;
  width: 1100px;
}
@media (max-width: 768px) {
  .main-visual_item {
    width: 305px;
  }
}
.main-visual_item img {
  min-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}
.ie .main-visual_item img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 768px) {
  .main-visual_item img.m-pc {
    display: inline-block;
  }
  .main-visual_item img.m-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-visual_item img {
    width: 100%;
  }
  .main-visual_item img.m-pc {
    display: none;
  }
  .main-visual_item img.m-sp {
    display: inline-block;
  }
}
.ie .main-visual_item img {
  width: 100%;
  max-height: 100%;
}
.main-visual_item:hover img {
  -webkit-transform: scale(1.025) translate(0, 0);
      -ms-transform: scale(1.025) translate(0, 0);
          transform: scale(1.025) translate(0, 0);
}
html:not(.ie) .main-visual_item_inner {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  html:not(.ie) .main-visual_item_inner {
    /*
    min-width: 1500px;
    min-height: 800px;
    */
  }
}
.ie .main-visual_item_inner {
  overflow: hidden;
  position: static;
  top: 0%;
  left: 0%;
  width: auto;
  height: auto;
  -webkit-transform: translate(0%, -7%);
      -ms-transform: translate(0%, -7%);
          transform: translate(0%, -7%);
}
@media (min-width: 769px) {
  .ie .main-visual_item_inner {
    /*
    min-width: 1500px;
    min-height: 800px;
    */
  }
}
/* m-carousel.main-visual
   ========================================================================== */
.m-carousel.main-visual {
  overflow: visible;
  position: relative;
  padding-bottom: 0;
  left: 50%;
}
@media (min-width: 769px) {
  .m-carousel.main-visual {
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .m-carousel.main-visual {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    left: 0;
  }
}
.m-carousel.main-visual .m-carousel_box a figure {
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .m-carousel.main-visual .m-carousel_box a figure {
    margin-bottom: 15px;
  }
}
.m-carousel.main-visual .m-carousel_box a figure img {
  max-height: none;
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 769px) {
  .m-carousel.main-visual .m-carousel_box a:hover img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.m-carousel.main-visual .m-carousel_pagination {
  display: inline-block;
  left: auto;
  right: -webkit-calc(50% - 550px + 70px);
  right: calc(50% - 550px + 70px);
  bottom: 16px;
  font-size: 0;
  width: auto;
}
@media (max-width: 768px) {
  .m-carousel.main-visual .m-carousel_pagination {
    right: -webkit-calc(50% - 152px + 12px);
    right: calc(50% - 152px + 12px);
    bottom: 8px;
  }
}
.m-carousel.main-visual .m-carousel_pagination .swiper-pagination-bullet {
  background: transparent;
  border: solid 1px #ffffff;
  border-radius: 50%;
  height: 10px;
  margin: 5px 10px 0 0;
  opacity: 1;
  width: 10px;
}
.m-carousel.main-visual .m-carousel_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.m-carousel.main-visual .m-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f3be00;
  border-color: #f3be00;
}
@media (max-width: 768px) {
  .m-carousel.main-visual .m-carousel_pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.m-carousel.main-visual .m-carousel_button-next.swiper-button-disabled,
.m-carousel.main-visual .m-carousel_button-prev.swiper-button-disabled {
  opacity: 0;
}
.m-carousel.main-visual .m-carousel_button-next,
.m-carousel.main-visual .m-carousel_button-prev {
  background: url(/common/img/parts/carousel_img_next.svg) no-repeat 50% 50% #ffffff;
  background-size: 15px 12px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
  display: block;
  height: 30px;
  margin-top: 0;
  top: 45%;
  width: 30px;
}
@media (max-width: 768px) {
  .m-carousel.main-visual .m-carousel_button-next,
  .m-carousel.main-visual .m-carousel_button-prev {
    display: block;
    background-size: 8px 5px;
    width: 21px;
    height: 21px;
  }
}
.m-carousel.main-visual .m-carousel_button-next:hover,
.m-carousel.main-visual .m-carousel_button-prev:hover {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.m-carousel.main-visual .m-carousel_button-next {
  right: -webkit-calc(50% - 567px);
  right: calc(50% - 567px);
}
@media (max-width: 768px) {
  .m-carousel.main-visual .m-carousel_button-next {
    right: -webkit-calc(50% - 165px);
    right: calc(50% - 165px);
  }
}
.m-carousel.main-visual .m-carousel_button-prev {
  left: -webkit-calc(50% - 567px);
  left: calc(50% - 567px);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 769px) {
  .m-carousel.main-visual .m-carousel_button-prev:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 768px) {
  .m-carousel.main-visual .m-carousel_button-prev {
    left: -webkit-calc(50% - 165px);
    left: calc(50% - 165px);
  }
  .m-carousel.main-visual .m-carousel_button-prev:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 769px) {
  .m-carousel.main-visual.theme-default {
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.main-visual .swiper-slide {
  position: relative;
}
.main-visual .swiper-slide::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.main-visual .swiper-slide.swiper-slide-prev::before,
.main-visual .swiper-slide.swiper-slide-next::before {
  opacity: 1;
  z-index: 5;
}
/* announce
   ========================================================================== */
.m-full-content.opt-bg.opt-bg-gray.announce_wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.announce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0;
  position: relative;
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}
@media (max-width: 768px) {
  .announce {
    display: block;
  }
}
.announce .announce_title {
  padding-top: 15px;
  line-height: 1.5;
  color: #e51b33;
  font-size: 14px;
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
}
.announce.no-icon:before {
  display: none;
}
.announce.accordion-more-open:before {
  background: url(/common/img/parts/icon_close.png) no-repeat center center #ffffff;
  background-size: 32px;
}
@media (max-width: 768px) {
  .announce.accordion-more-open:before {
    background-size: 22px;
  }
}
.announce.accordion-more-open {
  max-height: 259px;
}
@media (max-width: 768px) {
  .announce.accordion-more-open {
    max-height: 261px;
  }
}
.announce.accordion-more-open .announce_box {
  text-overflow: initial;
  white-space: normal;
}
.announce li {
  width: 100%;
  font-size: 1.4em;
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e4e5ec;
}
@media (max-width: 768px) {
  .announce li {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .accordion-more-open .announce li {
    white-space: normal;
  }
}
.announce li:first-child {
  display: block;
}
@media (max-width: 768px) {
  .announce li:first-child {
    padding-top: 12px;
  }
}
.announce li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 768px) {
  .announce li:last-child {
    padding-bottom: 12px;
  }
}
.announce li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .announce li a {
    display: block;
  }
}
.announce_box {
  max-width: -webkit-calc(100% - 140px);
  max-width: calc(100% - 140px);
  -ms-flex-preferred-size: calc(100% - 140px);
      flex-basis: -webkit-calc(100% - 140px);
      flex-basis: calc(100% - 140px);
}
@media (max-width: 768px) {
  .announce_box {
    max-width: none;
  }
}
.announce_box_list {
  zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.announce_box_list:before,
.announce_box_list:after {
  content: '';
  display: table;
}
.announce_box_list:after {
  clear: both;
}
@media (min-width: 769px) {
  .announce_box_list {
    float: left;
    padding-right: 16px;
    width: 100%;
  }
}
.announce_box_list a {
  color: #333333;
  font-size: 14px;
}
@media (max-width: 768px) {
  .announce_box_list a {
    font-size: 12px;
  }
}
.announce_box_link {
  font-weight: bold;
  margin-top: 0;
}
@media (min-width: 769px) {
  .announce_box_link {
    float: right;
    max-width: 35%;
  }
}
@media (max-width: 768px) {
  .announce_box_link {
    margin-top: 10px;
  }
}
.announce_box_link li a {
  font-size: 13px;
}
.announce_box_link li a:before {
  border-width: 2px;
}
/* top-box
   ========================================================================== */
.top-box {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .top-box {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.top-box_inner {
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .top-box_data {
    float: left;
  }
  .top-box_data:nth-child(even) {
    float: right;
  }
}
@media (max-width: 768px) {
  .top-box_data {
    width: 100%;
    margin-top: 50px;
  }
  .top-box_data:first-child {
    margin-top: 0;
  }
}
.top-box_data img {
  width: 100%;
}
/* movie-gallery
   ========================================================================== */
.movie-gallery_wrapper {
  overflow: hidden;
  width: 485px;
}
@media (max-width: 768px) {
  .movie-gallery_wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 0;
  }
}
.movie-gallery {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
}
.movie-gallery .js-youtube-play {
  position: relative;
  display: block;
  cursor: pointer;
}
@media (min-width: 769px) {
  .movie-gallery .js-youtube-play:hover figure img,
  .movie-gallery .js-youtube-play:hover figure iframe {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .movie-gallery .js-youtube-play.is-play:hover figure img,
  .movie-gallery .js-youtube-play.is-play:hover figure iframe {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.movie-gallery .js-youtube-play::before {
  position: absolute;
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent;
  z-index: 5;
}
.movie-gallery .js-youtube-play.is-play::before {
  display: none;
}
.movie-gallery figure {
  position: relative;
  display: block;
  border-radius: 10px;
  padding-top: 56.25%;
  width: 100%;
}
.movie-gallery figure img,
.movie-gallery figure iframe {
  position: absolute;
  border-radius: 10px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 768px) {
  .movie-gallery {
    display: none;
  }
}
.movie-gallery.movie-gallery_sp {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .movie-gallery.movie-gallery_sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .movie-gallery.movie-gallery_sp {
    display: block;
  }
}
/* news
   ========================================================================== */
.news_wrapper {
  width: -webkit-calc(100% - 25px - 485px);
  width: calc(100% - 25px - 485px);
}
@media (min-width: 769px) {
  .news_wrapper .section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .news_wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news_wrapper .section-title h2 {
    font-size: 24px;
  }
}
.news_wrapper .news {
  border-top: solid 1px #e4e5ec;
}
@media (max-width: 768px) {
  .news_wrapper .news_list {
    margin-bottom: 22px;
  }
}
.news_wrapper .news_list li {
  display: table;
  width: 100%;
  border-bottom: solid 1px #e4e5ec;
}
.news_wrapper .news_list li a,
.news_wrapper .news_list li span {
  font-size: 14px;
  display: table-cell;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .news_wrapper .news_list li a,
  .news_wrapper .news_list li span {
    font-size: 12px;
    line-height: 20px;
  }
}
.news_wrapper .news_list li span {
  color: #777777;
  width: 138px;
}
.news_wrapper .news_list li a {
  color: #333333;
  width: 478px;
}
@media (max-width: 768px) {
  .news_wrapper .news_list li,
  .news_wrapper .news_list li a,
  .news_wrapper .news_list li span {
    display: block;
    width: auto;
  }
  .news_wrapper .news_list li a {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .news_wrapper .news_list li span {
    padding-top: 7px;
    padding-bottom: 0;
  }
}
/* banner_list
   ========================================================================== */
.m-carousel.theme-banner {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  left: 50%;
}
@media (min-width: 769px) {
  .m-carousel.theme-banner {
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .m-carousel.theme-banner {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 50px;
    width: auto;
    left: 0;
  }
}
.m-carousel.theme-banner .swiper-slide {
  position: relative;
}
.m-carousel.theme-banner .swiper-slide::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.m-carousel.theme-banner .swiper-slide.swiper-slide-prev::before,
.m-carousel.theme-banner .swiper-slide.swiper-slide-next::before {
  opacity: 1;
  z-index: 5;
}
.m-carousel.theme-banner .m-carousel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 330px;
}
@media (max-width: 768px) {
  .m-carousel.theme-banner .m-carousel_box {
    max-width: 264px;
  }
}
.m-carousel.theme-banner .m-carousel_box a {
  display: block;
  text-decoration: none;
}
.m-carousel.theme-banner .m-carousel_box a figure {
  margin-bottom: 0;
  overflow: hidden;
}
.m-carousel.theme-banner .m-carousel_box a figure img {
  max-height: none;
  width: 100%;
}
@media (min-width: 769px) {
  .m-carousel.theme-banner .m-carousel_box a:hover img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.m-carousel.theme-banner .m-carousel_pagination {
  bottom: 0px;
  font-size: 0;
}
@media (max-width: 768px) {
  .m-carousel.theme-banner .m-carousel_pagination {
    bottom: 30px;
  }
}
.m-carousel.theme-banner .m-carousel_pagination .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f1f2f6;
  border: solid 1px #e4e5ec;
  border-radius: 50%;
  height: 10px;
  margin: 5px 10px 0 0;
  opacity: 1;
  width: 10px;
}
.m-carousel.theme-banner .m-carousel_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.m-carousel.theme-banner .m-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f3be00;
  border-color: #f3be00;
}
@media (max-width: 768px) {
  .m-carousel.theme-banner .m-carousel_pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.m-carousel.theme-banner .m-carousel_button-next,
.m-carousel.theme-banner .m-carousel_button-prev {
  background: url(/common/img/parts/carousel_img_next.svg) no-repeat 50% 50% rgba(255, 255, 255, 0.82);
  background-size: 6px 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
  display: block;
  height: 26px;
  margin-top: 0;
  top: 47px;
  width: 26px;
}
@media (max-width: 768px) {
  .m-carousel.theme-banner .m-carousel_button-next,
  .m-carousel.theme-banner .m-carousel_button-prev {
    display: block;
    background-size: 8px 5px;
    width: 21px;
    height: 21px;
    top: 37.5px;
  }
}
.m-carousel.theme-banner .m-carousel_button-next:hover,
.m-carousel.theme-banner .m-carousel_button-prev:hover {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.m-carousel.theme-banner .m-carousel_button-next {
  right: 60px;
}
@media (max-width: 768px) {
  .m-carousel.theme-banner .m-carousel_button-next {
    right: 35px;
  }
}
.m-carousel.theme-banner .m-carousel_button-prev {
  left: 60px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 769px) {
  .m-carousel.theme-banner .m-carousel_button-prev:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 768px) {
  .m-carousel.theme-banner .m-carousel_button-prev {
    left: 35px;
  }
  .m-carousel.theme-banner .m-carousel_button-prev:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
/* product
   ========================================================================== */
.m-carousel.theme-product {
  overflow: visible;
  position: relative;
  padding-bottom: 24px;
  left: 50%;
}
@media (min-width: 769px) {
  .m-carousel.theme-product {
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .m-carousel.theme-product {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 30px;
    width: auto;
    left: 0;
  }
}
.m-carousel.theme-product .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m-carousel.theme-product .m-carousel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 388px;
}
@media (max-width: 768px) {
  .m-carousel.theme-product .m-carousel_box {
    max-width: 251px;
  }
}
@media (max-width: 768px) {
  .m-carousel.theme-product .m-carousel_box.swiper-slide-active figure {
    -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
  }
}
.m-carousel.theme-product .m-carousel_box a {
  color: #333;
  display: block;
  text-decoration: none;
}
.m-carousel.theme-product .m-carousel_box a .m-carousel_title {
  color: #333333;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 1px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  .m-carousel.theme-product .m-carousel_box a .m-carousel_title {
    font-size: 14px;
  }
}
.m-carousel.theme-product .m-carousel_box a .m-carousel_title::before {
  display: none;
}
.m-carousel.theme-product .m-carousel_box a figure {
  margin-bottom: 7px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 768px) {
  .m-carousel.theme-product .m-carousel_box a figure {
    margin-bottom: 6px;
  }
}
.m-carousel.theme-product .m-carousel_box a figure img {
  max-height: none;
  width: 100%;
}
.m-carousel.theme-product .m-carousel_box a:hover figure {
  -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
}
.m-carousel.theme-product .m-carousel_box a p {
  margin-top: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 768px) {
  .m-carousel.theme-product .m-carousel_box a p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.m-carousel.theme-product .m-carousel_pagination {
  bottom: -20px;
  font-size: 0;
}
.m-carousel.theme-product .m-carousel_pagination .swiper-pagination-bullet {
  background: #ffffff;
  border: solid 1px #e4e5ec;
  border-radius: 50%;
  height: 10px;
  margin: 5px 10px 0 0;
  opacity: 1;
  width: 10px;
}
.m-carousel.theme-product .m-carousel_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.m-carousel.theme-product .m-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f3be00;
  border-color: #f3be00;
}
@media (max-width: 768px) {
  .m-carousel.theme-product .m-carousel_pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.m-carousel.theme-product .m-carousel_button-next.swiper-button-disabled,
.m-carousel.theme-product .m-carousel_button-prev.swiper-button-disabled {
  opacity: 0;
}
.m-carousel.theme-product .m-carousel_button-next,
.m-carousel.theme-product .m-carousel_button-prev {
  background: url(/common/img/parts/carousel_img_next.svg) no-repeat 50% 50% rgba(255, 255, 255, 0.82);
  background-size: 10px 16px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
  display: none;
  height: 44px;
  margin-top: 0;
  top: 88px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 44px;
}
@media (min-width: 769px) {
  .m-carousel.theme-product .m-carousel_button-next:hover,
  .m-carousel.theme-product .m-carousel_button-prev:hover {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@media (max-width: 768px) {
  .m-carousel.theme-product .m-carousel_button-next,
  .m-carousel.theme-product .m-carousel_button-prev {
    width: 25px;
    height: 25px;
    background-size: 5px;
    top: 60px;
    display: block;
  }
}
@media (min-width: 769px) {
  .m-carousel.theme-product:hover .m-carousel_button-next,
  .m-carousel.theme-product:hover .m-carousel_button-prev {
    display: block;
  }
}
.m-carousel.theme-product .m-carousel_button-next {
  right: 50px;
}
@media (max-width: 768px) {
  .m-carousel.theme-product .m-carousel_button-next {
    right: 15px;
  }
}
.m-carousel.theme-product .m-carousel_button-prev {
  left: 50px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 769px) {
  .m-carousel.theme-product .m-carousel_button-prev:hover {
    -webkit-transform: rotate(180deg) scale(1.1);
        -ms-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1);
  }
}
@media (max-width: 768px) {
  .m-carousel.theme-product .m-carousel_button-prev {
    left: 15px;
  }
}
@media (min-width: 769px) {
  .m-carousel.theme-product.theme-product {
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* brand
   ========================================================================== */
.brand-box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .brand-box_list {
    margin-bottom: 17px;
  }
}
.brand-box_list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  margin-bottom: 40px;
  width: -webkit-calc((100% - 64px) / 3);
  width: calc((100% - 64px) / 3);
  max-width: -webkit-calc((100% - 64px) / 3);
  max-width: calc((100% - 64px) / 3);
  height: 282px;
  text-align: center;
  background: no-repeat bottom 5px right 5px;
  background-size: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 768px) {
  .brand-box_list li {
    background: url(/common/img/parts/icon_triangle_right_down.svg) no-repeat bottom 5px right 5px;
    background-size: 14px;
    width: -webkit-calc((100% - 14px) / 2);
    width: calc((100% - 14px) / 2);
    max-width: -webkit-calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
    height: 173px;
    margin-top: 0;
    margin-bottom: 14px;
  }
  .brand-box_list li:first-child {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .brand-box_list li:hover {
    -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
    background: url(/common/img/parts/icon_triangle_right_down.svg) no-repeat bottom 5px right 5px;
    background-size: 14px;
  }
}
.brand-box_list li a {
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  max-width: 100%;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .brand-box_list li a {
    border: solid 1px #e4e5ec;
  }
}
.brand-box_list li .brand-box_list_img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: auto;
  overflow: hidden;
  width: 100%;
  height: 216px;
}
@media (max-width: 768px) {
  .brand-box_list li .brand-box_list_img {
    height: 133px;
  }
}
.brand-box_list li .brand-box_list_img figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  margin-top: auto;
  bottom: 0;
}
@media (max-width: 768px) {
  .brand-box_list li.opt-long .brand-box_list_img {
    height: 113px;
  }
}
.brand-box_list li:nth-child(1) figure {
  height: 134px;
}
@media (max-width: 768px) {
  .brand-box_list li:nth-child(1) figure {
    height: 87px;
  }
}
.brand-box_list li:nth-child(2) figure {
  height: 134px;
}
@media (max-width: 768px) {
  .brand-box_list li:nth-child(2) figure {
    height: 87px;
  }
}
.brand-box_list li:nth-child(3) figure {
  height: 184px;
}
@media (max-width: 768px) {
  .brand-box_list li:nth-child(3) figure {
    height: 97px;
  }
}
.brand-box_list li:nth-child(4) figure {
  height: 184px;
}
@media (max-width: 768px) {
  .brand-box_list li:nth-child(4) figure {
    height: 97px;
  }
}
.brand-box_list li:nth-child(5) figure {
  height: 166px;
}
@media (max-width: 768px) {
  .brand-box_list li:nth-child(5) figure {
    height: 97px;
  }
}
.brand-box_list li:nth-child(6) figure {
  height: 169px;
}
@media (max-width: 768px) {
  .brand-box_list li:nth-child(6) figure {
    height: 97px;
  }
}
.brand-box_list li p {
  margin-top: 0;
}
.brand-box_list li .brand-box_list_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222222;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: .06em;
  vertical-align: middle;
  padding: 15px;
  height: 66px;
}
@media (max-width: 768px) {
  .brand-box_list li .brand-box_list_title {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px;
    height: 38px;
  }
}
@media (max-width: 768px) {
  .brand-box_list li.opt-long .brand-box_list_title {
    font-size: 11px;
    height: 58px;
    padding: 10px 0;
  }
}
/* campaign
   ========================================================================== */
.m-carousel.theme-campaign {
  overflow: visible;
  position: relative;
  padding-bottom: 24px;
  left: 50%;
}
@media (min-width: 769px) {
  .m-carousel.theme-campaign {
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .m-carousel.theme-campaign {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 45px;
    width: auto;
    left: 0;
  }
}
.m-carousel.theme-campaign .m-carousel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 388px;
}
@media (max-width: 768px) {
  .m-carousel.theme-campaign .m-carousel_box {
    max-width: 251px;
  }
}
@media (max-width: 768px) {
  .m-carousel.theme-campaign .m-carousel_box.swiper-slide-active figure {
    -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
  }
}
.m-carousel.theme-campaign .m-carousel_box a {
  color: #333;
  display: block;
  text-decoration: none;
}
.m-carousel.theme-campaign .m-carousel_box a .m-carousel_title {
  color: #333333;
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 1px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  .m-carousel.theme-campaign .m-carousel_box a .m-carousel_title {
    font-size: 12px;
  }
}
.m-carousel.theme-campaign .m-carousel_box a .m-carousel_title::before {
  display: none;
}
.m-carousel.theme-campaign .m-carousel_box a figure {
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 768px) {
  .m-carousel.theme-campaign .m-carousel_box a figure {
    margin-bottom: 8px;
  }
}
.m-carousel.theme-campaign .m-carousel_box a figure img {
  max-height: none;
  width: 100%;
}
.m-carousel.theme-campaign .m-carousel_box a:hover figure {
  -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
}
.m-carousel.theme-campaign .m-carousel_box a p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #e51b33;
}
@media (max-width: 768px) {
  .m-carousel.theme-campaign .m-carousel_box a p {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
.m-carousel.theme-campaign .m-carousel_box a p span {
  display: inline-block;
  width: 52px;
  height: 24px;
  background: #f3be00;
  color: #222222;
  font-size: 14px;
  text-align: center;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .m-carousel.theme-campaign .m-carousel_box a p span {
    font-size: 10px;
    line-height: 13px;
    width: 30px;
    height: 14px;
  }
}
.m-carousel.theme-campaign .m-carousel_pagination {
  bottom: -20px;
  font-size: 0;
}
@media (max-width: 768px) {
  .m-carousel.theme-campaign .m-carousel_pagination {
    bottom: 15px;
  }
}
.m-carousel.theme-campaign .m-carousel_pagination .swiper-pagination-bullet {
  background: #ffffff;
  border: solid 1px #e4e5ec;
  border-radius: 50%;
  height: 10px;
  margin: 5px 10px 0 0;
  opacity: 1;
  width: 10px;
}
.m-carousel.theme-campaign .m-carousel_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.m-carousel.theme-campaign .m-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f3be00;
  border-color: #f3be00;
}
@media (max-width: 768px) {
  .m-carousel.theme-campaign .m-carousel_pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.m-carousel.theme-campaign .m-carousel_button-next.swiper-button-disabled,
.m-carousel.theme-campaign .m-carousel_button-prev.swiper-button-disabled {
  opacity: 0;
}
.m-carousel.theme-campaign .m-carousel_button-next,
.m-carousel.theme-campaign .m-carousel_button-prev {
  background: url(/common/img/parts/carousel_img_next.svg) no-repeat 50% 50% rgba(255, 255, 255, 0.82);
  background-size: 10px 16px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
  display: none;
  height: 44px;
  margin-top: 0;
  top: 88px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 44px;
}
@media (min-width: 769px) {
  .m-carousel.theme-campaign .m-carousel_button-next:hover,
  .m-carousel.theme-campaign .m-carousel_button-prev:hover {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@media (max-width: 768px) {
  .m-carousel.theme-campaign .m-carousel_button-next,
  .m-carousel.theme-campaign .m-carousel_button-prev {
    width: 25px;
    height: 25px;
    background-size: 5px;
    top: 60px;
    display: block;
  }
}
@media (min-width: 769px) {
  .m-carousel.theme-campaign:hover .m-carousel_button-next,
  .m-carousel.theme-campaign:hover .m-carousel_button-prev {
    display: block;
  }
}
.m-carousel.theme-campaign .m-carousel_button-next {
  right: 50px;
}
@media (max-width: 768px) {
  .m-carousel.theme-campaign .m-carousel_button-next {
    right: 15px;
  }
}
.m-carousel.theme-campaign .m-carousel_button-prev {
  left: 50px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .m-carousel.theme-campaign .m-carousel_button-prev {
    left: 15px;
  }
}
@media (min-width: 769px) {
  .m-carousel.theme-campaign .m-carousel_button-prev:hover {
    -webkit-transform: rotate(180deg) scale(1.1);
        -ms-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1);
  }
}
@media (min-width: 769px) {
  .m-carousel.theme-campaign.theme-campaign {
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* recipe-list
   ========================================================================== */
.recipe .section-title {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .recipe .section-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.recipe-list {
  margin-top: 25px;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .recipe-list {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.recipe-list .recipe-list_item {
  margin-bottom: 17px;
  border: solid 1px #e4e5ec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: no-repeat bottom 5px right 5px;
  background-size: 1px;
}
@media (min-width: 769px) {
  .recipe-list .recipe-list_item:hover {
    -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
    background: url(/common/img/parts/icon_triangle_right_down.svg) no-repeat bottom 5px right 5px;
    background-size: 14px;
  }
}
@media (max-width: 768px) {
  .recipe-list .recipe-list_item {
    background: url(/common/img/parts/icon_triangle_right_down.svg) no-repeat bottom 5px right 5px;
    background-size: 14px;
    margin-bottom: 30px;
  }
}
.recipe-list .recipe-list_item a {
  color: #000;
  display: block;
  text-decoration: none;
}
.recipe-list .recipe-list_item figure img {
  width: 100%;
}
.recipe-list .recipe-list_item figcaption {
  font-size: 14px;
  padding: 10px 14px;
}
@media (max-width: 768px) {
  .recipe-list .recipe-list_item figcaption {
    font-size: 13px;
    padding: 9px 13px;
  }
}
.recipe-list .recipe-list-box_lg {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
@media (max-width: 768px) {
  .recipe-list .recipe-list-box_lg {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.recipe-list .recipe-list-box_lg .recipe-list_item {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.recipe-list .recipe-list-box_lg .recipe-list_item figcaption {
  font-size: 18px;
  padding: 11px 18px;
}
@media (max-width: 768px) {
  .recipe-list .recipe-list-box_lg .recipe-list_item figcaption {
    font-size: 13px;
    padding: 9px 13px;
  }
}
.recipe-list .recipe-list-box {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  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 (max-width: 768px) {
  .recipe-list .recipe-list-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.recipe-list .recipe-list-box .recipe-list_item {
  -ms-flex-preferred-size: 47.959184%;
      flex-basis: 47.959184%;
}
.recipe-list .recipe-list-box .recipe-list_item:nth-child(n+3) {
  margin-bottom: 0;
}
/* lineup
   ========================================================================== */
.m-carousel.theme-lineup {
  overflow: visible;
  position: relative;
  padding-bottom: 24px;
  left: 50%;
}
@media (min-width: 769px) {
  .m-carousel.theme-lineup {
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .m-carousel.theme-lineup {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 30px;
    width: auto;
    left: 0;
  }
}
.m-carousel.theme-lineup .m-carousel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 220px;
}
@media (max-width: 768px) {
  .m-carousel.theme-lineup .m-carousel_box {
    max-width: 174px;
  }
}
@media (max-width: 768px) {
  .m-carousel.theme-lineup .m-carousel_box.swiper-slide-active figure {
    -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
  }
}
.m-carousel.theme-lineup .m-carousel_box a {
  color: #333;
  position: relative;
  background: none;
  background-size: 6px;
  display: block;
  text-decoration: none;
}
.m-carousel.theme-lineup .m-carousel_box a .lineup_list_label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  line-height: 1;
  font-size: 12px;
  background: #f3be00;
  color: #333333;
  top: 10px;
  left: 10px;
  border-radius: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .m-carousel.theme-lineup .m-carousel_box a .lineup_list_label {
    font-size: 10px;
    width: 42px;
    height: 42px;
  }
}
.m-carousel.theme-lineup .m-carousel_box a figure {
  margin-bottom: 7px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #ffffff;
}
@media (max-width: 768px) {
  .m-carousel.theme-lineup .m-carousel_box a figure {
    margin-bottom: 7px;
  }
}
.m-carousel.theme-lineup .m-carousel_box a figure img {
  max-height: none;
  width: 100%;
}
.m-carousel.theme-lineup .m-carousel_box a:hover figure {
  -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
}
.m-carousel.theme-lineup .m-carousel_box a p {
  margin-top: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 768px) {
  .m-carousel.theme-lineup .m-carousel_box a p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 4px;
  }
}
.m-carousel.theme-lineup .m-carousel_box a .lineup_list_strong {
  color: #e51b33;
}
@media (max-width: 768px) {
  .m-carousel.theme-lineup .m-carousel_box a .lineup_list_strong {
    font-size: 11px;
  }
}
.m-carousel.theme-lineup .m-carousel_box a .lineup_list_subtitle {
  font-size: 12px;
  color: #777777;
}
@media (max-width: 768px) {
  .m-carousel.theme-lineup .m-carousel_box a .lineup_list_subtitle {
    font-size: 11px;
  }
}
.m-carousel.theme-lineup .m-carousel_box a .lineup_list_title {
  font-weight: bold;
}
.m-carousel.theme-lineup .m-carousel_pagination {
  bottom: -20px;
  font-size: 0;
}
.m-carousel.theme-lineup .m-carousel_pagination .swiper-pagination-bullet {
  background: #ffffff;
  border: solid 1px #e4e5ec;
  border-radius: 50%;
  height: 10px;
  margin: 5px 10px 0 0;
  opacity: 1;
  width: 10px;
}
.m-carousel.theme-lineup .m-carousel_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.m-carousel.theme-lineup .m-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f3be00;
  border-color: #f3be00;
}
@media (max-width: 768px) {
  .m-carousel.theme-lineup .m-carousel_pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.m-carousel.theme-lineup .m-carousel_button-next.swiper-button-disabled,
.m-carousel.theme-lineup .m-carousel_button-prev.swiper-button-disabled {
  opacity: 0;
}
.m-carousel.theme-lineup .m-carousel_button-next,
.m-carousel.theme-lineup .m-carousel_button-prev {
  background: url(/common/img/parts/carousel_img_next.svg) no-repeat 50% 50% rgba(255, 255, 255, 0.82);
  background-size: 10px 16px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
  display: none;
  height: 44px;
  margin-top: 0;
  top: 130px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 44px;
}
@media (min-width: 769px) {
  .m-carousel.theme-lineup .m-carousel_button-next:hover,
  .m-carousel.theme-lineup .m-carousel_button-prev:hover {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@media (max-width: 768px) {
  .m-carousel.theme-lineup .m-carousel_button-next,
  .m-carousel.theme-lineup .m-carousel_button-prev {
    width: 25px;
    height: 25px;
    background-size: 5px;
    top: 105px;
    display: block;
  }
}
@media (min-width: 769px) {
  .m-carousel.theme-lineup:hover .m-carousel_button-next,
  .m-carousel.theme-lineup:hover .m-carousel_button-prev {
    display: block;
  }
}
.m-carousel.theme-lineup .m-carousel_button-next {
  right: 50px;
}
@media (max-width: 768px) {
  .m-carousel.theme-lineup .m-carousel_button-next {
    right: 15px;
  }
}
.m-carousel.theme-lineup .m-carousel_button-prev {
  left: 50px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .m-carousel.theme-lineup .m-carousel_button-prev {
    left: 15px;
  }
}
@media (min-width: 769px) {
  .m-carousel.theme-lineup .m-carousel_button-prev:hover {
    -webkit-transform: rotate(180deg) scale(1.1);
        -ms-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1);
  }
}
@media (min-width: 769px) {
  .m-carousel.theme-lineup.theme-lineup {
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* cm-gallery
   ========================================================================== */
@media (min-width: 769px) {
  .cm-gallery {
    margin-bottom: 56px;
  }
}
.cm-gallery .section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cm-gallery .section-title {
    margin-bottom: 20px;
  }
}
.cm-gallery .cm-gallery-box {
  margin-top: 0;
}
.cm-gallery .cm-gallery-box_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;
}
.cm-gallery .cm-gallery-box_list li {
  position: relative;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-bottom: 24px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cm-gallery .cm-gallery-box_list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    display: none;
    padding-right: 0;
  }
  .cm-gallery .cm-gallery-box_list li:nth-child(-n+3) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .cm-gallery .cm-gallery-box_list li:nth-child(3) {
    margin-bottom: 28px;
  }
}
.cm-gallery .cm-gallery-box_list li .js-youtube-play {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.cm-gallery .cm-gallery-box_list li .cm-gallery-box_list_img {
  position: relative;
  width: 100%;
}
.cm-gallery .cm-gallery-box_list li .cm-gallery-box_list_img figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.cm-gallery .cm-gallery-box_list li .cm-gallery-box_list_img figure img,
.cm-gallery .cm-gallery-box_list li .cm-gallery-box_list_img figure iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (min-width: 769px) {
  .cm-gallery .cm-gallery-box_list li .cm-gallery-box_list_img:hover img,
  .cm-gallery .cm-gallery-box_list li .cm-gallery-box_list_img:hover iframe {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.cm-gallery .cm-gallery-box_list li .cm-gallery-box_list_img::before {
  position: absolute;
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent;
  z-index: 5;
}
@media (max-width: 768px) {
  .cm-gallery .cm-gallery-box_list li .cm-gallery-box_list_img::before {
    display: none;
  }
}
/* showcase（ピックアップ）
   ===============lineup=========================================================== */
.showcase .m-carousel.theme-showcase {
  overflow: visible;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 0;
  left: 50%;
}
@media (min-width: 769px) {
  .showcase .m-carousel.theme-showcase {
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .showcase .m-carousel.theme-showcase {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 5px;
    width: auto;
    left: 0;
  }
}
.showcase .m-carousel.theme-showcase .m-carousel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 388px;
  border-right: none;
}
@media (max-width: 768px) {
  .showcase .m-carousel.theme-showcase .m-carousel_box {
    max-width: 251px;
  }
}
@media (max-width: 768px) {
  .showcase .m-carousel.theme-showcase .m-carousel_box.swiper-slide-active figure {
    -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
  }
}
.showcase .m-carousel.theme-showcase .m-carousel_box a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 0;
}
.showcase .m-carousel.theme-showcase .m-carousel_box a .m-carousel_title {
  color: #333333;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 1px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  .showcase .m-carousel.theme-showcase .m-carousel_box a .m-carousel_title {
    font-size: 13px;
  }
}
.showcase .m-carousel.theme-showcase .m-carousel_box a .m-carousel_title::before {
  display: none;
}
.showcase .m-carousel.theme-showcase .m-carousel_box a figure {
  margin-bottom: 7px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 768px) {
  .showcase .m-carousel.theme-showcase .m-carousel_box a figure {
    margin-bottom: 8px;
  }
}
.showcase .m-carousel.theme-showcase .m-carousel_box a figure img {
  max-height: none;
  width: 100%;
}
.showcase .m-carousel.theme-showcase .m-carousel_box a:hover figure {
  -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
}
.showcase .m-carousel.theme-showcase .m-carousel_box a p {
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 768px) {
  .showcase .m-carousel.theme-showcase .m-carousel_box a p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.showcase .m-carousel.theme-showcase .m-carousel_pagination {
  bottom: -20px;
  font-size: 0;
}
.showcase .m-carousel.theme-showcase .m-carousel_pagination .swiper-pagination-bullet {
  background: #ffffff;
  border: solid 1px #e4e5ec;
  border-radius: 50%;
  height: 10px;
  margin: 5px 10px 0 0;
  opacity: 1;
  width: 10px;
}
.showcase .m-carousel.theme-showcase .m-carousel_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.showcase .m-carousel.theme-showcase .m-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f3be00;
  border-color: #f3be00;
}
@media (max-width: 768px) {
  .showcase .m-carousel.theme-showcase .m-carousel_pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.showcase .m-carousel.theme-showcase .m-carousel_button-next.swiper-button-disabled,
.showcase .m-carousel.theme-showcase .m-carousel_button-prev.swiper-button-disabled {
  opacity: 0;
}
.showcase .m-carousel.theme-showcase .m-carousel_button-next,
.showcase .m-carousel.theme-showcase .m-carousel_button-prev {
  background: url(/common/img/parts/carousel_img_next.svg) no-repeat 50% 50% rgba(255, 255, 255, 0.82);
  background-size: 10px 16px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
  display: none;
  height: 44px;
  margin-top: 0;
  top: 88px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 44px;
}
@media (min-width: 769px) {
  .showcase .m-carousel.theme-showcase .m-carousel_button-next:hover,
  .showcase .m-carousel.theme-showcase .m-carousel_button-prev:hover {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@media (max-width: 768px) {
  .showcase .m-carousel.theme-showcase .m-carousel_button-next,
  .showcase .m-carousel.theme-showcase .m-carousel_button-prev {
    width: 25px;
    height: 25px;
    background-size: 5px;
    top: 60px;
    display: block;
  }
}
@media (min-width: 769px) {
  .showcase .m-carousel.theme-showcase:hover .m-carousel_button-next,
  .showcase .m-carousel.theme-showcase:hover .m-carousel_button-prev {
    display: block;
  }
}
.showcase .m-carousel.theme-showcase .m-carousel_button-next {
  right: 50px;
}
@media (max-width: 768px) {
  .showcase .m-carousel.theme-showcase .m-carousel_button-next {
    right: 15px;
  }
}
.showcase .m-carousel.theme-showcase .m-carousel_button-prev {
  left: 50px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .showcase .m-carousel.theme-showcase .m-carousel_button-prev {
    left: 15px;
  }
}
@media (min-width: 769px) {
  .showcase .m-carousel.theme-showcase .m-carousel_button-prev:hover {
    -webkit-transform: rotate(180deg) scale(1.1);
        -ms-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1);
  }
}
@media (min-width: 769px) {
  .showcase .m-carousel.theme-showcase.theme-showcase {
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* news_bottom
   ========================================================================== */
@media (max-width: 768px) {
  .news_bottom {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .news_bottom .section-title {
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .news_bottom .m-link {
    top: -15px;
  }
}
.news_bottom .news {
  border-top: solid 1px #e4e5ec;
}
.news_bottom .news_list li {
  display: table;
  width: 100%;
  border-bottom: solid 1px #e4e5ec;
}
.news_bottom .news_list li a,
.news_bottom .news_list li span {
  font-size: 14px;
  display: table-cell;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .news_bottom .news_list li a,
  .news_bottom .news_list li span {
    font-size: 12px;
    line-height: 20px;
  }
}
.news_bottom .news_list li span {
  color: #777777;
  width: 138px;
}
.news_bottom .news_list li a {
  color: #333333;
  width: -webkit-calc(100% - 138px - 40px);
  width: calc(100% - 138px - 40px);
}
@media (max-width: 768px) {
  .news_bottom .news_list li,
  .news_bottom .news_list li a,
  .news_bottom .news_list li span {
    display: block;
    width: auto;
  }
  .news_bottom .news_list li a {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .news_bottom .news_list li span {
    padding-top: 7px;
    padding-bottom: 0;
  }
}
/* m-movie-list
   ========================================================================== */
.m-movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 768px) {
  .m-movie-list {
    margin-bottom: 10px;
  }
}
.m-movie-list .m-movie-list_item {
  margin-right: 24px;
  margin-bottom: 19px;
  width: -webkit-calc((100% - 48px) / 3);
  width: calc((100% - 48px) / 3);
}
@media (max-width: 768px) {
  .m-movie-list .m-movie-list_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .m-movie-list .m-movie-list_item:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 769px) {
  .m-movie-list .m-movie-list_item:nth-child(3n) {
    margin-right: 0;
  }
}
.m-movie-list .m-movie-list_item a {
  display: block;
  color: #333333;
}
.m-movie-list .m-movie-list_item a figure {
  position: relative;
  display: block;
  background-color: #000000;
  overflow: hidden;
  border-radius: 0.5rem;
  z-index: 1;
  /* safariバグ対応 */
}
@media (min-width: 769px) {
  .m-movie-list .m-movie-list_item a figure {
    border-radius: 1.0rem;
  }
}
.m-movie-list .m-movie-list_item a figure img {
  width: 100%;
  max-width: 100%;
  opacity: 0.7;
  border-radius: 5px;
}
@media (min-width: 769px) {
  .m-movie-list .m-movie-list_item a figure img {
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.m-movie-list .m-movie-list_item a:hover,
.m-movie-list .m-movie-list_item a:active {
  text-decoration: none;
}
.m-movie-list .m-movie-list_item a:hover figure,
.m-movie-list .m-movie-list_item a:active figure {
  display: block;
}
.m-movie-list .m-movie-list_item a:hover figure img,
.m-movie-list .m-movie-list_item a:active figure img {
  width: 100%;
  opacity: 1.0;
}
@media (min-width: 769px) {
  .m-movie-list .m-movie-list_item a:hover figure img,
  .m-movie-list .m-movie-list_item a:active figure img {
    -webkit-transform: scale(1.04, 1.04);
        -ms-transform: scale(1.04, 1.04);
            transform: scale(1.04, 1.04);
  }
}
