@charset "UTF-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  @media screen and (max-width: 640px) {
    scroll-padding-top: 10px;
  }
}

.s5-container {
  max-width: none !important;
  padding: 0 !important;
}
.s5-container img {
  image-rendering: -webkit-optimize-contrast;
}
.s5-categoryHeader {
  width: auto !important;
  max-width: 1200px !important;
  padding: 0 30px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.s5-categoryNav {
  max-width: 1200px !important;
  padding: 0 30px !important;
  margin: 0 auto !important;
}
.c5-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
.c5-sp {
  display: none;
}
.c5-pageHead {
  position: relative;
  /*background-image: url(../images/mv.jpg);*/
  background-color: #161a1d !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 337px;
  overflow: hidden;
  &.noimage {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff !important;
    height: auto !important;
    .c5-pageHead__inner {
      position: static;
      text-shadow: none;
      transform: none;
      width: auto;
      @media screen and (max-width: 639px) {
        max-width: none;
      }
    }
    .c5-pageTitle__label,
    .c5-pageTitle {
      color: #000;
    }
  }
}
@media screen and (min-width: 1366px) {
  .c5-pageHead {
    background-size: contain !important;
  }
}
.c5-pageHead__inner {
  /*position: relative;*/
  text-shadow: 0 0 .5rem black;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
}
.c5-pageTitle {
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  /*padding-top: 110px;*/
  padding-left: 40px;
}
.c5-pageTitle__label {
  font-size: 16px;
  font-weight: bold;
  margin:0;
  padding-left: 40px;
  color: #fff;
}
.c5-pageTitle__sub {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin-top: 2.5em;
  color: #fff;
}
.c5-contTitle01 {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
.c5-contTitle01:before, .c5-contTitle01:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1.5px;
  background: #5887ab;
}
.c5-contTitle01:before {
  left: 0;
  background: linear-gradient(90deg, rgba(88, 135, 171, 0) 0%, #5887ab 40%);
}
.c5-contTitle01:after {
  right: 0;
  background: linear-gradient(90deg, #5887ab 60%, rgba(88, 135, 171, 0) 100%);
}
.c5-contTitle01 h2 {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  z-index: 1;
  background: #fff;
}
.c5-contTitle01 span {
  font-size: 30px;
  font-weight: bold;
}
.c5-contTitle02 {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 40px;
  position: relative;
}
.c5-contTitle02:before {
  content: "";
  background: #2f353d;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.c5-contTitle02 h2 {
  font-size: 35px;
  font-weight: bold;
  min-width: 335px;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #fff;
}
.c5-contTitle03 {
  text-align: center;
  margin-bottom: 30px;
}
.c5-contTitle03 h2 {
  font-size: 25px;
  font-weight: bold;
}
.c5-contLead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 2em;
}
.c5-contDiscount {
  padding: 0 30px;
  margin-top: 45px;
}
.c5-contDiscount__inner {
  background: #cdcfd3;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.c5-contDiscount__inner:before {
  content: "";
  height: 100%;
  width: 60%;
  background: #f3f4f6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-45deg);
}
.c5-contDiscount__main {
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  background: #fff url(../images/bg-contDiscount.png) repeat;
  background-size: 7.5px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: center;
}
.c5-contDiscount__title {
  width: 56%;
}
.c5-contDiscount__btn {
  display: flex;
  width: 42%;
  margin-left: auto;
  justify-content: space-between;
}
.c5-contDiscount__btn li {
  width: 48%;
}
.c5-productItem {
  display: flex;
}
.c5-productItemBox {
  width: 50%;
  box-sizing: border-box;
}
.c5-productItemBox:first-child {
  text-align: center;
}
.c5-productItemBox p {
  font-weight: bold;
}
.c5-productItemBox__thumb {
  margin-bottom: 10px;
}
.c5-productItemBox__ttl {
  font-size: 20px;
}
.c5-productItemBox__txt {
  font-size: 16px;
}
.c5-productItemBox__link {
  margin-top: 1em;
}
.c5-productSpec {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.c5-productSpecBox {
  text-align: center;
  width: 25%;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: bold;
  border-right: 1px solid #707070;
  padding-top: 30px;
  position: relative;
}
.c5-productSpecBox:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 15px;
  left: 0;
}
.c5-productSpecBox:nth-child(1), .c5-productSpecBox:nth-child(2), .c5-productSpecBox:nth-child(3), .c5-productSpecBox:nth-child(4) {
  border-top: none;
  padding-top: 0;
}
.c5-productSpecBox:nth-child(1):before, .c5-productSpecBox:nth-child(2):before, .c5-productSpecBox:nth-child(3):before, .c5-productSpecBox:nth-child(4):before {
  content: none;
}
.c5-productSpecBox:nth-child(4n) {
  border-right: none;
}
.c5-productSpecBox__title {
  margin-bottom: 8px;
}
.c5-productSpecBox__title span {
  font-weight: bold;
  font-size: 15px;
}
.c5-contProducts {
  padding-top: 65px;
}
.c5-contProducts__main {
  display: flex;
  justify-content: center;
}
.c5-contProductsItem {
  width: 20%;
  box-sizing: border-box;
  padding: 0 2%;
  border-right: 1px solid #e4e7eb;
}
.c5-contProductsItem:last-child {
  border-right: none;
}
.c5-contProductsItem__head {
  text-align: center;
  font-weight: bold;
  background: #f3f4f6;
  border-radius: 5px;
  font-size: 24px;
  padding: 5px 0;
}
.c5-contProductsItem__image {
  text-align: center;
  margin-bottom: 15px;
}
.c5-contProductsItem__text .lead {
  text-align: center;
  font-size: 12px;
}
.c5-contProductsItem__text .lead strong {
  font-size: 15px;
}


.c5-contCampaign {
  padding: 0 30px;
  padding-top: 70px;
}
.c5-contCampaign__main.slick-slider {
  padding: 0 30px;
}
.c5-contCampaignItem {
  width: calc(100%/3);
  padding: 0 10px;
  box-sizing: border-box;
}
.c5-contCampaignItem__image {
  margin-bottom: 15px;
}
.c5-contMovieItem__text p,
.c5-contCampaignItem__text p {
  font-size: 14px;
  margin-bottom: .5em;
}
.c5-contCampaignItem__text p:last-child {
  margin-bottom: 0;
}
.c5-contCampaignItem__text .title {
  font-weight: bold;
  font-size: 16px;
}
.c5-contCampaignItem__text a {
  color: #5787f4;
  font-size: 12px;
  display: inline-block;
  padding-left: 15px;
  background: url(../images/icon-info.png) no-repeat left center;
  background-size: 12px;
}
.c5-contCampaign .slick-arrow {
  width: 34px;
  height: 44px;
  position: absolute;
  top: 50%;
  background: rgba(136, 136, 136, .8);
  z-index: 1;
}
.c5-contCampaign .slick-arrow:before {
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}
.c5-contCampaign .slick-prev {
  left: 0;
}
.c5-contCampaign .slick-prev:before {
  content: "〈";
  left: 0;
}
.c5-contCampaign .slick-next {
  right: 0;
}
.c5-contCampaign .slick-next:before {
  content: "〉";
  right: 0;
}
.c5-contCampaignItem__text .note,
.c5-contMovieItem__text .note {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.4;
  margin-top: -5px;
}
.c5-contCampaignItem__text .limit,
.c5-contMovieItem__text .limit {
  margin: -5px 0 5px;
}
.c5-contCampaignItem__text .target,
.c5-contMovieItem__text .target {
  font-size: 12px;
}
.c5-contCampaignItem__text .target a,
.c5-contMovieItem__text .target a {
  color: #5787f4;
  display: inline-block;
  padding-left: 15px;
  background: url(../images/icon-info.png) no-repeat left 2px;
  background-size: 12px;
}

.c5-contMovie {
  padding-top: 70px;
}
.c5-contMovie__main {
}
.c5-contMovie__main.slick-slider {
  padding: 0 30px;
}
.c5-contCampaignItem:hover,
.c5-contMovieItem:hover{
  text-decoration: none!important;
}
.c5-contCampaignItem img,
.c5-contMovieItem img{
  transition: all .4s;
}
.c5-contCampaignItem:hover img,
.c5-contMovieItem:hover img{
  opacity: .75;
}
.c5-contCampaignItem:hover p.description,
.c5-contMovieItem:hover p.description{
  text-decoration: underline!important;
}
.c5-contMovieItem__image {
  padding: 0 10px;
  margin-bottom: 10px;
}
.c5-contMovieItem__text {
  padding: 0 10px;
}
.c5-contMovieItem__text p {
  font-size: 14px;
}
.c5-contMovieItem__text .title {
  font-weight: bold;
  font-size: 16px;
}
.c5-contMovieItem__text p.title{
  display: inline-block;
  position: relative;
}
.c5-contMovieItem__text p.title:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #2f353d;
  margin-right: 5px;
}
.c5-contCampaignItem[target="_blank"] p.title:after,
.c5-contMovieItem__text p.title:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(../images/icon-link.png) no-repeat;
  background-size: 12px;
  margin-left: 5px;
}
.c5-contMovie .slick-arrow {
  width: 34px;
  height: 44px;
  position: absolute;
  top: 50%;
  background: rgba(136, 136, 136, .8);
  z-index: 1;
}
.c5-contMovie .slick-arrow:before {
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}
.c5-contMovie .slick-prev {
  left: 0;
}
.c5-contMovie .slick-prev:before {
  content: "〈";
  left: 0;
}
.c5-contMovie .slick-next {
  right: 0;
}
.c5-contMovie .slick-next:before {
  content: "〉";
  right: 0;
}
.c5-contExperience {
  padding-top: 60px;
}
.c5-contExperience .c5-contTitle01 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.c5-contExperience .c5-contTitle01:before {
  background: linear-gradient(90deg, rgba(47, 53, 61, 0) 0%, #2f353d 40%);
}
.c5-contExperience .c5-contTitle01:after {
  background: linear-gradient(90deg, #2f353d 60%, rgba(47, 53, 61, 0) 100%);
}
.c5-contExperience .c5-contTitle01 h2 {
  color: #bcb027;
  font-size: 30px;
}
.c5-contExperience .c5-contTitle01 span {
  font-size: 45px;
}
.c5-contExperience__main {
  padding: 65px 40px 50px;
  background-color: #191c21;
  background-image: url(../images/bg-experience.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 309px;
  display: flex;
  color: #fff;
}
.c5-contExperience .c5-productItem {
  width: 42%;
}
.c5-contExperience .c5-productSpec {
  width: 64%;
  margin-left: auto;
}
.c5-contService {
  padding-top: 80px;
}
.c5-contService__caution {
  font-size: 14px;
}
.c5-serviceBox {
  background: #f3f4f6;
  padding: 40px 40px 50px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.c5-serviceBox__title {
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin-bottom: 40px;
}
.c5-serviceBox__cont {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.c5-serviceBox__cont:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.c5-serviceBox__wrap {
  display: flex;
  justify-content: space-between;
}
.c5-serviceBox__wrap > div {
  width: 48.5%;
}
.c5-serviceBox__wrap .c5-serviceBox__title {
  text-align: left;
  display: flex;
  justify-content: center;
}
.c5-serviceBox__wrap .c5-serviceBox__title span {
  width: 75px;
}
.c5-serviceTable {
  -ms-overflow-x: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c5-serviceTable__inner {
  width: 1120px;
}
.c5-serviceTable__title {
  text-align: center;
  background: #e4e7eb;
  font-size: 20px;
  font-weight: bold;
  padding: .5em;
  border: 1px solid #ddd;
  border-bottom: none;
}
.c5-serviceTable__link {
  text-align: right;
  padding-top: .5em;
}
.c5-serviceTable__link a {
  font-size: 11px;
  color: #5787f4;
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.c5-serviceTable__link a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #5787f4;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.c5-serviceTable table {
  background: #fff;
  box-sizing: border-box;
}
.c5-serviceTable th, .c5-serviceTable td {
  text-align: center;
  border: 1px solid #ddd;
  vertical-align: middle;
  font-size: 16px;
}
.c5-serviceTable th {
  font-weight: bold;
  padding: .5em;
  background: #fafafc;
}
.c5-serviceTable th.red {
  color: #f22e2e;
}
.c5-serviceTable td {
  padding: 1em;
}
.c5-serviceTable td:first-child {
  font-weight: bold;
  text-align: left;
}
.c5-serviceItem {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c5-serviceItemBox {
  width: 48%;
  background: #fff;
  margin-top: 4%;
  box-sizing: border-box;
  position: relative;
  padding: 25px 20px;
  text-align: center;
}
.c5-serviceItemBox:nth-child(1), .c5-serviceItemBox:nth-child(2) {
  margin-top: 0;
}
.c5-serviceItemBox:before, .c5-serviceItemBox:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
}
.c5-serviceItemBox:before {
  border-top: 2px solid #2f353d;
  border-left: 2px solid #2f353d;
  top: 0;
  left: 0;
}
.c5-serviceItemBox:after {
  border-bottom: 2px solid #2f353d;
  border-right: 2px solid #2f353d;
  bottom: 0;
  right: 0;
}
.c5-serviceItemBox.image {
  padding: 0;
  background: none;
}
.c5-serviceItemBox.image:before, .c5-serviceItemBox.image:after {
  content: none;
}
.c5-serviceItemBox.red {
  padding-top: 35px;
}
.c5-serviceItemBox.red:before, .c5-serviceItemBox.red:after {
  border-color: #f22e2e;
}
.c5-serviceItemBox.red .c5-serviceItemBox__head {
  color: #f22e2e;
}
.c5-serviceItemBox.red .c5-serviceItemBox__title {
  color: #f22e2e;
}
.c5-serviceItemBox.red .c5-serviceItemBox__txt {
  font-weight: bold;
  max-width: 420px;
}
.c5-serviceItemBox__head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
}
.c5-serviceItemBox__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
.c5-serviceItemBox__lead {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1em;
}
.c5-serviceItemBox__txt {
  text-align: left;
  font-size: 16px;
  max-width: 380px;
  margin: auto;
  margin-bottom: 1.5em;
}
.c5-serviceItemBox__txt span {
  font-size: 12px;
}
.c5-serviceItemBox__link a {
  font-size: 14px;
  color: #fff;
  background: #5787f4;
  display: inline-block;
  position: relative;
  padding-left: .5em;
  width: 126px;
  line-height: 30px;
  box-sizing: border-box;
}
.c5-serviceItemBox__link a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 1.5em;
  top: 50%;
  margin-top: -3px;
}
.c5-serviceGuide {
  display: flex;
  justify-content: space-between;
}
.c5-serviceGuide__image {
  width: 50%;
  text-align: center;
}
.c5-serviceGuide__image p {
  font-size: 14px;
  margin-top: .5em;
}
.c5-serviceGuide__text {
  width: 46%;
}
.c5-serviceGuide__text p {
  font-size: 14px;
}
.c5-serviceGuide__link {
  text-align: center;
  margin-top: 1.5em;
}
.c5-serviceGuide__link a {
  font-size: 14px;
  color: #fff;
  background: #5787f4;
  display: inline-block;
  position: relative;
  padding-left: .5em;
  width: 126px;
  line-height: 30px;
  box-sizing: border-box;
}
.c5-serviceGuide__link a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 1.5em;
  top: 50%;
  margin-top: -3px;
}
.c5-specialList {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c5-specialList li {
  width: 48%;
  box-sizing: border-box;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 1.5em;
  margin-top: 2%;
}
.c5-specialList li strong {
  font-size: 22px;
}
.c5-specialList li:nth-child(1), .c5-specialList li:nth-child(2) {
  margin-top: 0;
}
.c5-deliveryList {
  display: flex;
  justify-content: center;
}
.c5-deliveryList li {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}
.c5-deliveryList li:last-child {
  border-right: none;
}
.c5-deliveryList__text p {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
}
.c5-deliveryList__text p span {
  font-size: 18px;
  font-weight: bold;
}
.c5-deliveryList__text p strong {
  color: #f22e2e;
}
.c5-deliveryList__text.col {
  display: flex;
  justify-content: space-between;
}
.c5-deliveryList__text.col p {
  width: 48%;
}
.c5-contConsul {
  padding: 80px 0 10px;
}
.c5-contConsul__main {
  display: flex;
}
.c5-contConsulBox {
  width: 50%;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.c5-contConsulBox:nth-child(odd) {
  padding-right: 3%;
  border-right: 1px solid #ddd;
}
.c5-contConsulBox:nth-child(even) {
  padding-left: 3%;
}
.c5-contConsulBox__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.5;
}
.c5-contConsulBox__image {
  text-align: center;
  margin-bottom: 30px;
}
.c5-contConsulBox__text .img-r {
  float: right;
  width: 45%;
  margin-left: 5%;
  margin-bottom: 5%;
}
.c5-contConsulBox__text p {
  font-size: 14px;
  margin-bottom: 1.5em;
}
.c5-contConsulBox__text p:last-child {
  margin-bottom: 0;
}
.c5-contConsulBox__text .lead {
  font-weight: bold;
  color: #f22e2e;
  font-size: 18px;
}
.c5-contConsulBox__text .caution {
  font-size: 12px;
}
.c5-contConsulBox__text .btn {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 5px 10px 5px 8px;
}
.c5-contConsulBox__text .btn:before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
}
.c5-contConsulBox__text .btn:after {
  margin-left: 5px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(../images/icon-link-wh.png) no-repeat;
  background-size: 12px;
}
.c5-contConsulBox__text .btn01 {
  background: #f2582e;
}
.c5-contConsulBox__text .btn02 {
  background: #5787f4;
}
.c5-contFoot {
  padding-top: 80px;
}
.c5-contFoot__bnr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c5-contFoot__bnr__pay {
  width: 76%;
}
.c5-contFoot__bnr__line {
  width: 22%;
}
@media screen and (max-width: 1024px) {
  .c5-contDiscount__title {
    width: 100%;
    margin-bottom: 15px;
  }
  .c5-contDiscount__btn {
    width: 100%;
    justify-content: flex-start;
  }
  .c5-contDiscount__btn li {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 640px) {
  .c5-pageTitle__label {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .s5-categoryHeader {
    padding: 0 10px !important;
  }
  .s5-categoryNav {
    padding: 0 !important;
  }
  .c5-inner {
    padding: 0 10px;
  }
  .c5-pc {
    display: none;
  }
  .c5-sp {
    display: block;
  }
  .c5-pageHead {
    background-image: url(../images/mv-sp.jpg);
    padding-bottom: 0;
    padding-top: 0;
    height: 78.5vw;
    background-position-x: 52% !important;
  }
  .c5-pageHead__inner {
    margin: 0;
    max-width: 60%;
    left: 0;
    transform: translate(0, -50%);
  }
  .c5-pageHead__btn {
    display: none;
  }
  .c5-pageTitle {
    font-size: 28px;
    /*padding-top: 60px;*/
    margin-right: -2rem;
    padding-left: 0;
  }
.c5-pageTitle__label {
  font-size: 14px;
    margin-right: -2rem;
  padding-left: 0;
  color: #fff;
}
  .c5-pageTitle__sub {
    font-size: 14px;
    margin-top: 1.5em;
  }
  .c5-contTitle01 {
    margin-bottom: 20px;
  }
  .c5-contTitle01 h2 {
    line-height: 1.4;
    font-size: 16px;
  }
  .c5-contTitle01 span {
    font-size: 20px;
  }
  .c5-contTitle02 {
    margin-bottom: 20px;
  }
  .c5-contTitle02 h2 {
    font-size: 20px;
    min-width: 250px;
  }
  .c5-contTitle03 {
    margin-bottom: 15px;
  }
  .c5-contLead {
    font-size: 14px;
  }
  .c5-contDiscount {
    padding: 0 10px;
    margin-top: 20px;
  }
  .c5-contDiscount__inner {
    padding: 7px;
  }
  .c5-contDiscount__inner:before {
    width: 36%;
  }
  .c5-contDiscount__main {
    padding: 15px 10px;
  }
  .c5-contDiscount__text {
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin-bottom: 1em;
  }
  .c5-contDiscount__btn {
    justify-content: space-between;
  }
  .c5-contDiscount__btn li {
    width: 48%;
    margin: 0;
  }
  .c5-productSpec {
    margin-top: 20px;
  }
 .c5-productSpecBox {
    width: 50%;
  }
  .c5-productSpecBox:nth-child(3), .c5-productSpecBox:nth-child(4) {
    padding-top: 30px;
  }
  .c5-productSpecBox:nth-child(3):before, .c5-productSpecBox:nth-child(4):before {
    content: "";
  }
  .c5-productSpecBox:nth-child(2n) {
    border-right: none;
  }
  .c5-productSpecBox__title {
    height: auto !important;
  }
  .c5-contProducts {
    padding-top: 40px;
  }
  .c5-contProducts__main {
    display: block;
  }
  .c5-contProductsItem {
    width: 100%;
    display: flex;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e7eb;
    border-right: none;
  }
  .c5-contProductsItem:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .c5-contProductsItem__image {
    width: 47%;
    text-align: center;
    margin-bottom: 15px;
  }
  .c5-contProductsItem__text {
    width: 50%;
    margin-left: auto;
  }
  .c5-contProductsItem__text .lead {
    line-height: 1.4;
  }
  .c5-contCampaign {
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .c5-contCampaign__main {
    display: block;
  }
/*  .c5-contCampaignItem {
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c5-contCampaignItem:last-child {
    margin-bottom: 0;
  }
  .c5-contCampaignItem__image {
    margin-bottom: 0;
  }
  .c5-contCampaignItem__text {
  }
  .c5-contCampaignItem__text p {
    font-size: 12px;
    line-height: 1.5;
  }
  .c5-contCampaignItem__text .title {
    font-size: 14px;
  }*/
  .c5-contMovie {
    overflow: hidden;
    padding-top: 50px;
  }
  .c5-contMovie__main {
    padding: 0;
  }
  .c5-contMovieItem__image {
    padding: 0 15px 0 0;
  }
  .c5-contMovieItem__text {
    padding: 0 15px 0 0;
  }
  .c5-contMovie .slick-list {
    width: 80vw;
    overflow: visible;
  }
  .c5-contMovie .slick-prev {
    left: -10px;
  }
  .c5-contExperience {
    padding-top: 25px;
  }
  .c5-contExperience .c5-contTitle01 h2 {
    font-size: 18px;
  }
  .c5-contExperience .c5-contTitle01 span {
    font-size: 35px;
  }
  .c5-contExperience__main {
    display: block;
    padding: 15px 10px;
    background-size: auto 286px;
    background-position: left top;
  }
  .c5-contExperience .c5-productItem {
    width: 100%;
  }
  .c5-contExperience .c5-productSpec {
    width: 100%;
  }
  .c5-contService {
    padding-top: 40px;
  }
  .c5-contService__caution {
    font-size: 12px;
  }
  .c5-serviceBox {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .c5-serviceBox__title {
    font-size: 19px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .c5-serviceBox__title span {
    display: block;
    margin-bottom: 5px;
  }
  .c5-serviceBox__cont {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .c5-serviceBox__wrap {
    display: block;
  }
  .c5-serviceBox__wrap > div {
    width: 100%;
  }
  .c5-serviceBox__wrap .c5-serviceBox__title {
    display: block;
    text-align: center;
  }
  .c5-serviceBox__wrap .c5-serviceBox__title span {
    display: block;
    width: 100%;
  }
  .c5-serviceTable__inner {
    width: 600px;
  }
  .c5-serviceTable__title {
    text-align: left;
    font-size: 16px;
  }
  .c5-serviceTable__link a {
    font-size: 10px;
  }
  .c5-serviceTable th, .c5-serviceTable td {
    font-size: 13px;
  }
  .c5-serviceItem {
    display: -moz-flex;
    display: flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c5-serviceItemBox {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .c5-serviceItemBox:last-child {
    margin-bottom: 0;
  }
  .c5-serviceItemBox.red {
    padding-top: 25px;
  }
  .c5-serviceItemBox__lead {
    font-size: 14px;
  }
  .c5-serviceItemBox__txt {
    font-size: 14px;
  }
  .c5-serviceGuide {
    display: block;
  }
  .c5-serviceGuide__image {
    width: 100%;
    margin-bottom: 15px;
  }
  .c5-serviceGuide__text {
    width: 100%;
  }
  .c5-specialList li {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    padding: 8px 15px 8px 75px;
  }
  .c5-specialList li strong {
    font-size: 20px;
  }
  .c5-specialList li:last-child {
    margin-bottom: 0;
  }
  .c5-specialList li .icon {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -17.5px;
  }
  .c5-deliveryList li {
    padding: 0 15px;
  }
  .c5-deliveryList__text p {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
  .c5-deliveryList__text p span {
    font-size: 14px;
  }
  .c5-deliveryList__text p:last-child {
    margin-bottom: 0;
  }
  .c5-deliveryList__text.col {
    display: block;
  }
  .c5-deliveryList__text.col p {
    width: 100%;
  }
  .c5-contConsul {
    padding: 45px 0 0;
  }
  .c5-contConsul__main {
    display: block;
  }
  .c5-contConsulBox {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 45px;
  }
  .c5-contConsulBox:last-child {
    margin-bottom: 0;
  }
  .c5-contConsulBox:nth-child(odd) {
    border: none;
    padding-right: 0;
  }
  .c5-contConsulBox:nth-child(even) {
    padding-left: 0;
  }
  .c5-contConsulBox__image {
    margin-bottom: 20px;
  }
  .c5-contConsulBox__text .img-r {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  .c5-contConsulBox__text .img-r img {
    width: 80%;
  }
  .c5-contConsulBox__text .lead {
    font-size: 16px;
  }
  .c5-contFoot {
    padding-top: 25px;
  }
  .c5-contFoot__bnr {
    display: block;
  }
  .c5-contFoot__bnr__pay {
    width: 100%;
    margin-bottom: 15px;
  }
  .c5-contFoot__bnr__line {
    width: 100%;
  }
}
.c5-contProductsItem .c5-productItemBox:last-child {
  background: #f3f4f6;
}
.c5-contProductsItem .el .c5-productItemBox:last-child {
  background: white;
}
.c5-contExperience .c5-productItemBox:last-child, .c5-contProductsItem .c5-productItemBox:last-child {
  padding: 10px;
  margin-top: 0;
  max-width: 194px;
  text-align: center;
}
.c5-contExperience .s5-benefitLabel, .c5-contProductsItem .s5-benefitLabel {
  background: white;
  display: block;
}
.c5-contExperience .s5-sonystoreListBlock__labelGroup, .c5-contExperience .s5-sonystoreListBlock__productNameGroup, .c5-contProductsItem .s5-sonystoreListBlock__labelGroup, .c5-contProductsItem .s5-sonystoreListBlock__productNameGroup {
  /*display: none;*/
}
.c5-contProductsItem__text {
  text-align: center;
}
.s5-storeDiscountButton {
  color: #2f353d !important;
}

.c5-icon-recom {
  font-size: 12px!important;
  line-height: 1;
  position: relative;
  bottom: -.2em;
  display: inline-block;
  color: #F2582E;
}

.c5-icon-recom:before,
.c5-icon-recom:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #F2582E;
  position: absolute;
  top: 50%;
}

.c5-icon-recom:before {
  left: -.5em;
  transform: translateY(-50%) rotate(-25deg);
}

.c5-icon-recom:after {
  right: -.5em;
  transform: translateY(-50%) rotate(25deg);
}

.c5-serviceItemBox__link{
  margin-top: 10px;
}
.c5-serviceItemBox__link a{
  display: block;
}
.c5-serviceItemBox__link a,
.c5-serviceItemBox__link button {
  font-size: 14px;
  color: #fff;
  background: #5787f4;
  display: inline-block;
  position: relative;
  padding-left: .5em;
  width: 126px;
  line-height: 30px;
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  transition: all .3s;
}
.c5-serviceItemBox__link a:hover,
.c5-serviceItemBox__link button:hover {
  opacity: .75;
}
.c5-serviceItemBox__link a:after,
.c5-serviceItemBox__link button:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 1.5em;
  top: 50%;
  margin-top: -3px;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal__container {
  background-color: #fff;
  padding: 25px 50px;
  margin-right: 20px;
  margin-left: 20px;
  /*width: 500px;*/
  border-radius: 4px;
  /*overflow-y: auto;*/
  box-sizing: border-box;
  position: relative;
}
.modal__inner {
    max-width: 900px;
  max-height: 60vh;
  overflow-y: auto;
}
.modal__close {
  position: absolute;
  top: -10px;
  right: 0;
  transform: translate(0,-100%);
  border: none;
  margin: 0;
  background: none;
  padding: 10px;
}
.modal__close span {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}
.modal__close span img {
  opacity: 0;
}
.modal__close span:before,
.modal__close span:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal__close span:before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal__close span:after{
  transform: translate(-50%,-50%) rotate(-45deg);
}

.modal__inner .s5-row{
    margin-top: 20px;
}
.modal__inner .c5-modal__box{
    width: auto;
    max-width: 375px;
    margin: 15px auto;
}

.modal__inner .c5-modal__box2{
    width: auto;
    max-width: 375px;
    margin: 15px auto;
    height: 470px;
    position: relative;
}

.modal__inner .c5-modal__img{
bottom: 0;
position: absolute;
}

.modal__inner .c5-modal__ttl{
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 7px ;
}

.modal__inner .c5-modal__subttl{
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    margin: 20px 0 14px ;
}


.modal__inner .s5-row__col2 p{
  max-width: 375px;
}


.modal__inner .c5-modal__infotext{
  font-size: 12px;
  margin: 17px 0;
}

.s5-sonystoreListBlock__storeSaved span{
    color:#2f353d;
}

.c5-modal__video__container .modal__container{
    background-color: transparent;
}


.c5-link-banner{
    padding-top: 80px;
}

.c5-link-banner img{
    margin: 10px auto;
}
.c5-link-banner_cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.c5-link-banner_cols > div {
  flex: 0 1 calc(50% - 20px);
  margin: 0 10px 10px;
}
.c5-link-banner_cols img {
  margin: 0;
}

@media screen and (max-width: 639px) {
.modal__inner .c5-modal__box2{
    height: auto;
    }
.modal__inner .c5-modal__img{
    bottom: auto;
    position: relative;
    }
.c5-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.c5-youtube iframe{
      width: 100%;
  height: 100%;
}
.c5-contCampaignItem__image {
    width: 100%;
    margin-bottom:5px;
    }
.c5-contCampaignItem__text .note{
    margin-top: 0;
}
.c5-contCampaignItem__text {
    width: 100%;
    margin-left: none;
}
.c5-link-banner{
    padding-top: 50px;
}
  .c5-link-banner_cols {
    display: block;
    margin: 0;
  }
  .c5-link-banner_cols > div {
    margin: 0 0 10px 0;
  }
}

.s5-breadcrumbs__itemV2:last-child{
    margin: 0 0.5em 0 0;
}
.s5-breadcrumbs__itemV2:last-child:before{
    content: none;
}

.closedText01{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 120%;
  min-height: 5em;
  color: #767676;
  background: #f3f4f6;
}

.c5-box_pricedown {
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
	padding: 20px;
	background-color: #cd1c00;
	margin-top: 20px;
}
._hide {
	display: none;
}

.c5-secTitle {
  text-align: center;
  position: relative;
  padding: 15px;
  border: 3px solid #1e4aaf;
  margin-bottom: 90px;
  @media screen and (max-width: 640px) {
    margin-bottom: 60px;
  }
}
.c5-secTitle::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url(/bravia/store/images/top/bg-secTitle.png);
  background-size: 100%;
  bottom: -28px;
  left: 50%;
  margin-left: -15px;
}
.c5-secTitle__sub {
  font-size: min(1.5vw, 22px);
  margin: 0;
  @media screen and (max-width: 640px) {
    font-size: 18px;
  }
}
.c5-secTitle__main {
  font-size: min(2.4vw, 34px);
  color: #1e4aaf;
  font-weight: bold;
  margin: 0;
  @media screen and (max-width: 640px) {
    font-size: 22px;
  }
}
.c5-pageTitle02 {
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
  @media screen and (max-width: 640px) {
    margin-bottom: 30px;
  }
}
.c5-pageTitle02__in {
  display: inline-block;
  position: relative;
  padding: 0 90px;
  background: url(../images/bg-pageTitle-l.svg) no-repeat left bottom, url(../images/bg-pageTitle-r.svg) no-repeat right bottom;
  background-size: 66px;
  @media screen and (max-width: 640px) {
    padding: 0 15px;
    background-size: 40px 80%;
    display: block;
  }
}
.c5-pageTitle02__sub {
  font-size: min(1.8vw, 24px);
  line-height: 1.4;
  margin: 0 0 10px;
  font-weight: bold;
  @media screen and (max-width: 640px) {
    font-size: 18px;
  }
  .size_l {
    font-size: 1.5em;
    font-weight: bold;
    @media screen and (max-width: 640px) {
      font-size: 1.3em;
    }
  }
}
.c5-pageTitle02__main {
  font-size: min(3.5vw, 48px);
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: bold;
  @media screen and (max-width: 640px) {
    font-size: 24px;
  }
  span {
    font-weight: bold;
  }
  .size_s {
    font-size: 0.6em;
    font-weight: bold;
  }
}
.c5-box-4corner {
  padding: 40px;
  --x-gradient: linear-gradient(90deg, #1E4AAF 0 60px, transparent 0 calc(100% - 60px), #1E4AAF calc(100% - 60px));
  --y-gradient: linear-gradient(#1E4AAF 0 60px, transparent 0 calc(100% - 60px), #1E4AAF calc(100% - 60px));
  background-color: #fff;
  background-image:
      var(--x-gradient),
      var(--y-gradient),
      var(--x-gradient),
      var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  @media screen and (max-width: 640px) {
    padding: 20px;
  }
}
.c5-requiredTitle {
  font-size: min(2.8vw, 40px);
  margin: 0;
  color: #1E4AAF;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  @media screen and (max-width: 640px) {
    font-size: 20px;
  }
}
.c5-col-what {
  display: flex;
  + * {
    margin-top: 60px;
  }
  @media screen and (max-width: 640px) {
    display: block;
  }
  img {
    max-height: 354px;
  }
  > div:first-child {
    position: relative;
    margin-right: 100px;
    @media screen and (max-width: 640px) {
      margin: 0 0 50px 0;
    }
    &::after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 0 25px 24px;
      border-color: transparent transparent transparent #1E4AAF;
      top: 0;
      bottom: 0;
      right: -65px;
      margin: auto;
    }
    @media screen and (max-width: 640px) {
      &::after {
        border-width: 15px 12.5px 0 12.5px;
        border-color: #1E4AAF transparent transparent transparent;
        right: 0;
        left: 0;
        top: auto;
        bottom: -30px;
      }
    }
  }
}
.c5-list-plan {
  display: flex;
  gap: min(3.5vw, 45px);
  @media screen and (max-width: 640px) {
    display: block;
  }
  a {
    flex: 0 1 33.33%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.16);
    color: #000;
    transition: .3s ease;
    @media screen and (max-width: 640px) {
      margin-bottom: 40px;
    }
    &:hover {
      text-decoration: none;
      opacity: .7;
    }
  }
}
.c5-list-plan__head {
  padding: 15px 28px;
  font-size: min(1.5vw, 22px);
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  @media screen and (max-width: 640px) {
    font-size: 18px;
  }
  > span {
    font-size: 1.2em;
    font-weight: bold;
  }
  &::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 28px;
    content: '';
    width:0;
    height:0;
    border-style:solid;
    border-width: 10.5px 0 10.5px 14px;
    border-color: transparent transparent transparent #D24514;
  }
}
.c5-list-plan__num {
  line-height: 1.4;
  display: inline-flex;
  width: min(6vw, 79px);
  height: min(6vw, 79px);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #D24514;
  font-size: 12px;
  margin-right: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  @media screen and (max-width: 640px) {
    width: 60px;
    height: 60px;
  }
  .size_l {
    font-size: 2em;
  }
}
.c5-theaterTitle {
  background-color: #D5A000;
  text-align: center;
  font-weight: bold;
  font-size: min(3.8vw, 36px);
  line-height: 1.4;
  padding: 15px;
  color: #fff;
}
.c5-theaterBox {
  padding: min(7vw, 100px);
  background-color: #F3F4F6;
}
.c5-theaterBox__cols {
  display: flex;
  > div {
    flex: 0 1 50%;
    text-align: center;
    padding: 45px 20px 100px;
    color: #fff;
    &:first-child {
      background-color: #B1A736;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
    }
    &:last-child {
      background-color: #A19729;
      clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
    }
  }
}
.c5-theaterBox__ttl {
  text-align: center;
  font-weight: bold;
  font-size: min(2vw, 30px);
  line-height: 1.3;
  margin: -70px 0 0 0;
  position: relative;
  color: #fff;
  span {
    font-weight: bold;
    position: relative;
    display: inline-block;
    &::before,
    &::after {
      content: '';
      width: 3px;
      height: 50px;
      background-color: #fff;
      display: inline-block;
      vertical-align: middle;
    }
    &::before{
      transform: rotate(-30deg);
      margin-right: 30px;
    }
    &::after{
      transform: rotate(30deg);
      margin-left: 30px;
    }
  }
}
.c5-theaterBox__model {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
}
.c5-theaterBox__type {
  font-size: min(2vw, 30px);
  line-height: 1.3;
  font-weight: bold;
  span {
    font-size: 1.2em;
    font-weight: bold;
  }
}
.c5-theaterBox__img {
  margin-bottom: 40px;
}
.c5-theaterBox__body {
  text-align: center;
  font-size: min(1.7vw, 22px);
  p {
    margin-bottom: 15px;
  }
  .price {
    font-weight: bold;
    font-size: 1.45em;
  }
}
.c5-box-soundbar {
  padding: min(5vw, 60px) min(9vw, 120px);
  margin-bottom: 60px;
  background-color: #F3F4F6;
  @media screen and (max-width: 640px) {
    padding: 20px;
  }
}
.c5-icon__down {
  background: url("../images/icon_down.svg") no-repeat center bottom;
  background-size: 18px auto;
  display: inline-block;
  padding-bottom: 20px;
  @media screen and (max-width: 640px) {
    background-size: 12px auto;
    padding-bottom: 15px;
  }
}
.c5-icon__downBlue {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 30px;
  &::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 25px 0 25px;
    border-color: #1E4AAF transparent transparent transparent;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.c5-fc__blue {
  color: #1E4AAF;
}
.c5-nav-anchorsWrap {
  margin: 60px 0;
  min-height: 100px;
  @media screen and (max-width: 640px) {
    margin-bottom: 60px;
    min-height: 140px;
  }
}
.c5-nav-anchors {
  z-index: 99;
  span {
    font-weight: bold;
  }
  &.is-sticky {
    position: fixed;
    top: 126px;
    left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    @media screen and (max-width: 992px) {
      top: 0;
    }
    ul {
      border-radius: 0;
      height: 54px;
      @media screen and (max-width: 640px) {
        height: auto;
      }
    }
    li {
      @media screen and (max-width: 640px) {
        flex: 0 1 25%;
        border-top: 0 !important;
      }
      &:not(:last-child) {
        @media screen and (max-width: 640px) {
          border-right: 1px dashed #212121;
        }
      }
    }
    a {
      @media screen and (max-width: 992px) {
        font-size: 10px;
      }
    }
    .c5-icon__down {
      background-size: 12px auto;
      padding-bottom: 15px;
    }
  }
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    height: 100px;
    @media screen and (max-width: 640px) {
      flex-wrap: wrap;
      border-radius: 10px;
      height: auto;
    }
    li {
      flex: 0 1 25%;
      box-sizing: border-box;
      @media screen and (max-width: 640px) {
        flex: 0 1 50%;
      }
      &:not(:last-child) {
        border-right: 1px dashed #212121;
        @media screen and (max-width: 640px) {
          border: none;
        }
      }
      &:nth-child(n + 3) {
        @media screen and (max-width: 640px) {
          border-top: 1px dashed #212121;
        }
      }
      &:nth-child(odd) {
        @media screen and (max-width: 640px) {
          border-right: 1px dashed #212121;
        }
      }
    }
  }
  a {
    display: flex;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-color: #212121;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    box-sizing: border-box;
    @media screen and (max-width: 640px) {
      font-size: 14px;
      padding: 5px 0;
    }
    &:hover {
      background-color: #333;
    }
  }
}
.c5-gallery {
}
.c5-list-gallery {
  gap: 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  @media screen and (max-width: 640px) {
    display: block;
  }
  li {
    @media screen and (max-width: 640px) {
      margin-bottom: 10px;
    }
  }
}
.c5-campaignList {
  margin: 20px 0;
  ul {
    display: flex;
    flex-wrap: wrap;
  }
  li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    &:nth-child(3n) {
      margin-right: 0;
    }
  }
  a {
    display: block;
    transition: opacity .3s;
    &:hover {
      opacity: .7;
    }
  }
}
.c5-campaignCaution {
  font-size: 12px;
  p {
    margin: 0 0 .5em;
  }
}

@media screen and (max-width: 639px) {
  .c5-theaterBox__ttl {
    font-size: 24px;
  }
  .c5-theaterBox {
    padding: 15px;
  }
  .c5-theaterBox__cols > div {
    padding: 15px 15px 50px;
  }
  .c5-theaterBox__ttl {
    font-size: 14px;
    margin-top: -30px;
    span {
      &::before {
        height: 20px;
        margin-right: 20px;
      }
      &::after {
        height: 20px;
        margin-left: 20px;
      }
    }
  }
  .c5-theaterBox__model {
    font-size: 10px;
  }
  .c5-theaterBox__type {
    font-size: 16px;
  }
  .c5-theaterBox__img {
    margin-bottom: 20px;
  }
  .c5-theaterBox__body {
    font-size: 16px;
  }
  .closedText01{
    font-size: 100%;
  }
	.c5-box_pricedown {
		padding: 10px;
		font-size: 18px;
	}
  .c5-campaignList {
    ul {
      justify-content: space-between;
    }
    li {
      width: 48%;
      margin-right: 0;
      margin-bottom: 4%;
    }
  }
  .c5-campaignList {
    margin-bottom: 0;
  }
}
.c5-box_pricedownBox02 .c5-box_pricedown {
	padding: 15px 0;
	@media screen and (max-width: 640px) {
	  padding: 10px;
	  font-size: 18px;
	}
}
.c5-pdBorder {
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.3)inset;
	padding: 30px;
	@media screen and (max-width: 767px) {
		padding: 15px;
    }
}
.c5-pdBox {
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px 20px ;
	@media screen and (max-width: 767px) {
        flex-direction: column;
		gap: 10px 15px;
    }
}
.c5-pricedownSummary {
	width: calc(50% - 20px);
	@media screen and (max-width: 767px) {
        width: 100%;
    }
}
.c5-pricedownProduct {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	@media screen and (max-width: 767px) {
       width: 100%;
	   flex-direction: column;
    }
	div {
		@media screen and (max-width: 767px) {
			&:last-of-type {
				text-align: center;
			}
    	}
	}
}

.c5-pdBox__flexBnr__item{
  display: flex;
  justify-content: space-between;
  gap: 2rem;

  @media screen and (max-width: 767px) {
    flex-wrap: wrap;
  }
}

.c5-pdBox__flexBnr__item__left{
  flex-shrink: 0;
}

.c5-pdBox__flexBnr__item__right{
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;

  @media screen and (max-width: 1024px) {
    flex-wrap: wrap;
  }
}

.c5-pdBox__flexBnr__item__price{
  /* min-width: 380px; */
  flex-shrink: 0;
}

.c5-pdBox__flexBnr__item__img{
  flex-shrink: 1;
}

.modelNumber {
	background: #f3f4f6;
	border-radius: 4px;
	width: 90px;
    text-align: center;
	margin-right: 10px;
	span {
		font-weight: bold;
		padding: 15px;
	}
}
.c5-beforePrice  {
	font-size: clamp(16px, calc(15.157894736842106px + 0.2631578947368421vw), 18px);
}
.c5-afterPrice  {
	font-size: clamp(20px, calc(18.315789473684212px + 0.5263157894736842vw), 24px);
}
/*#app:not(.A95L):not(.XR90):not(.XR80):not(.XR70) #block_soundBar_nav,
#app:not(.A95L):not(.XR90):not(.XR80):not(.XR70) #block_soundBar01,
#app:not(.A95L):not(.XR90):not(.XR80):not(.XR70) #miryoku {
  display: none;
}*/
.c5-bnr {
  &._col2 {
    display: flex;
    gap: 40px;
    @media screen and (max-width: 767px) {
      flex-direction: column;
      gap: 20px;
      > div {
        width: 100%;
      }
    }
  }
}
