@charset "UTF-8";
.c5-wrap__top {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  color: #2f353d;
  word-break: break-word;
}

.c5-wrap__top img:not(.s5-iconInline) {
  vertical-align: bottom;
  max-width: 100%;
  /* height: auto; */
}

.c5-mv {
  margin-bottom: 70px;
}

.c5-cols__mv {
  display: flex;
  justify-content: space-around;
}

.c5-cols__mv .ttl {
  text-align: center;
  font-size: 28px;
  color: #4c5167;
  padding: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.c5-cols__mv > div {
  width: 50%;
}

.c5-cols__mv > div:first-child .ttl {
  border-right: 1px solid #333;
}

.c5-cols__mv > div:first-child .figure {
  border-right: 1px solid #fff;
}

.c5-cols__mv a {
  transition: opacity .3s ease;
}

.c5-cols__mv a:hover {
  opacity: .7;
}

.c5-ttl__head {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
  padding: 15px 30px;
  background-color: #4c5167;
}
* + .c5-ttl__head {
  margin-top: 80px;
}

.c5-ttl_subhead, .c5-ttl_size, .c5-ttl_subhead_sokuhai {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 27px;
  padding: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
  background-color: #4c5167;
}

.c5-ttl_subhead_sokuhai{
  background-color: #9c0d0d;
}

.c5-tt-blueBg{
  background-color: #0f2086;
  }

.c5-ttl_size{
  font-size: 22px;
  color: #4c5167;
  border:2px solid #4c5167;
  background-color: #ffffff;
}
.c5-cols + .c5-ttl_size {
  margin-top: 100px;
}

.c5-section__top {
  margin-bottom: 80px;
}

.c5-cols {
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}

.c5-cols._center {
  justify-content: center;
}

.c5-cols > div {
  width: calc(33.3% - 44px);
  margin: 0 22px;
}
.c5-cols > div:nth-child(n + 4) {
  margin-top: 40px;
}

.c5-cols .figure {
  margin-bottom: 20px;
  text-align: center;
}

.c5-cols .figure img {
  max-width: 100%;
  height: auto;
}

.c5-cols .head {
  text-align: center;
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 20px;
}

.c5-cols .type_size {
  font-size: 1.2em;
}

.c5-cols .size {
  text-align: center;
  margin-bottom: 20px;
}

.c5-cols .size img {
  height: 94px;
}

.c5-list__use {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  list-style: none;
  padding: 0;
}

.c5-list__use > li {
  margin: 0 15px;
  width: calc(20% - 30px);
}

.c5-btn__use {
  transition: background .3s ease;
  border: 2px solid #4c5167;
  text-align: center;
  padding: 1vw 1vw 2.8vw 1vw;
  position: relative;
  font-weight: bold;
  color: #4c5167;
  box-sizing: border-box;
  display: block;
  height: 100%;
}

.c5-btn__use.active {
  background-color: #4c5167;
  color: #fff;
}

.c5-btn__use.active::after {
  content: '';
  width: 0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #4c5167 transparent transparent transparent;
}

.c5-btn__use:hover:not(.active) {
  background-color: #4c5167;
  color: #fff;
}

.c5-btn__use:hover:not(.active)::before {
  border-color: #fff;
}

.c5-btn__use:hover {
  text-decoration: none;
}

.c5-btn__use::before {
  content: '';
  position: absolute;
  bottom: 1vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 2px solid #4c5167;
  border-right: 2px solid #4c5167;
  transform: rotate(135deg);
}

.c5-btn__use .circle {
  width: 60%;
  padding-top: 60%;
  display: inline-block;
  border: 2px solid #4c5167;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 1vw;
  position: relative;
}

.c5-btn__use .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1vw;
  box-sizing: border-box;
}

.c5-tab-contents {
  margin-top: 50px;
}

.c5-tab-contents:not(:first-of-type) {
  display: none;
}

.c5-box__point {
  padding: 20px 40px;
  background-color: #f3f4f6;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c5-box__point._col2 > div {
  flex: 0 1 48%;
}

.c5-box__point > div {
  flex: 1;
}

.c5-box__point .separate {
  border-left: 1px solid #ccc;
  margin-left: 40px;
  padding-left: 40px;
}

.c5-box__point__ttl {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  flex: auto !important;
}

.c5-box__point__ttl > div {
  background-color: #4c5167;
  display: inline-block;
  color: #fff;
  font-size: 21px;
  padding: 5px 30px;
  letter-spacing: 1px;
  font-weight: bold;
}

.c5-list__disc {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c5-list__disc > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 13px;
}

.c5-list__disc > li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: .6em;
  left: 2px;
}

.c5-list__disc > li:last-child {
  margin-bottom: 0;
}

.c5-list__auth {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.c5-list__auth > li {
  display: inline-block;
  vertical-align: bottom;
  margin: 5px 10px;
}

.c5-fw__30 {
  flex: 0 1 33% !important;
}

.c5-list__btns {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c5-list__btns > li {
  margin-bottom: 15px;
}

.c5-list__btns > li:last-child {
  margin-bottom: 0;
}

.c5-list__btns .s5-button,
.c5-list__btns .s5-storeButton {
  min-width: 150px;
  text-align: center;
  margin: 0;
}

.c5-list__btns .s5-sonystoreListBlock__buttonContainer {
  display: inline-block;
  margin-top: 0;
}

a.c5-box__recommend {
  display: block;
  color: #4c5167;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  transition: background .3s ease;
}

a.c5-box__recommend:hover {
  text-decoration: none;
  background-color: #4c5167;
}

a.c5-box__recommend:hover .text {
  color: #fff;
}

a.c5-box__recommend .c5-icon__circle-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.c5-box__recommend {
  border: 2px solid #4c5167;
  font-weight: bold;
  color: #4c5167;
  line-height: 1.4;
}

.c5-box__recommend .ttl {
  text-align: center;
  border-bottom: 2px solid #4c5167;
  background-color: #f3f4f6;
  font-size: 1.3em;
  color: #4c5167;
  line-height: 1.5;
  padding: 10px;
}

.c5-box__recommend .contents {
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: center;
}

.c5-box__recommend .strong {
  font-size: 1.4em;
}

.c5-box__recommend .text {
  font-size: .9em;
}

.c5-box__recommend .figure {
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 1;
}

.c5-box__recommend p {
  margin: 0;
}

.c5-box__recommend .circle {
  width: 80px;
  height: 80px;
  display: inline-block;
  border: 2px solid #4c5167;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.c5-box__recommend .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
}

.c5-cols__movie {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.c5-cols__movie > div {
  width: 48%;
}

.c5-cols__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c5-cols__movie .c5-movie > div {
  position: relative;
  padding-top: 52.5%;
}

.c5-box__lightweight {
  background-color: #fff;
  color: #4c5167;
  padding: 20px;
  margin-bottom: 2.4em;
  box-sizing: border-box;
}

.c5-box__lightweight .ttl {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.c5-box__lightweight .ttl > div {
  display: inline-block;
  border: 2px solid #4c5167;
  padding: 5px;
  min-width: 160px;
  box-sizing: border-box;
}

.c5-box__lightweight ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.c5-box__lightweight ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2em;
  margin: 0 10px;
}

.c5-box__lightweight ul > li span {
  font-weight: bold;
  font-size: 1.2em;
}

.c5-block__product:not(._noncol) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px 40px -24px;
  justify-content: center;
}

.c5-block__product:not(._noncol) > div {
  width: calc(50% - 48px);
  display: flex;
  margin: 0 24px;
  justify-content: space-between;
}

.c5-block__product .text {
  flex: 0 1 52%;
}

.c5-block__product .figure {
  flex: 0 1 47%;
}

.c5-block__product .ttl {
  font-weight: bold;
  margin-bottom: 20px;
}

.c5-block__product .name {
  font-size: 1.6em;
}

.c5-block__product .price {
  font-size: 1.15em;
}

.c5-fs__large {
  font-size: 1.2em;
}

.c5-fs__small {
  font-size: .8em;
}

.c5-txt__c {
  text-align: center;
}

.c5-txt__r {
  text-align: right;
}

.c5-txt__l {
  text-align: left;
}

.c5-sp {
  display: none;
}

.c5-hover {
  transition: opacity .3s ease;
}

.c5-hover:hover {
  opacity: .7;
}

.c5-icon__new, .c5-icon__pricedown, .c5-icon__cp, .c5-icon__office, .c5-icon__none_office, .c5-icon__limited {
  color: #fff;
  text-align: center;
  font-size: .8em;
  display: inline-block;
  line-height: 1.3;
  background-color: #db4a39;
  margin-bottom: 10px;
  padding: 6px;
}
.c5-icon__cp {
    border-color: #f5683a;
    background-color: #f5683a;
	border:2px solid #f5683a;
}
.c5-icon__new {
  border:2px solid #db4a39;
}
.c5-icon__office,.c5-icon__pricedown{
  color: #db4a39;
  border:2px solid #db4a39;
  background-color: #fff;
}
.c5-icon__none_office{
  color: #0900b6;
  border:2px solid #0900b6;
  background-color: #fff;
}
.c5-icon__limited {
  border: 2px solid #3b7ca6;
  background-color: #3b7ca6;
}

.c5-icon__circle-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4c5167;
  position: relative;
}

.c5-icon__circle-arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .c5-custom__s5 .s5-listItem4__main {
    border: none;
  }
  .c5-custom__s5._col3 .s5-listItem4 {
    width: 33.3333%;
  }
}

@media screen and (max-width: 1200px) {
  .c5-list__use {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 1.4vw;
  }
  .c5-list__use > li {
    margin: 0 10px;
    width: calc(20% - 20px);
  }
  .c5-cols {
    margin-left: -10px;
    margin-right: -10px;
  }
  .c5-cols > div {
    width: calc(33.3% - 20px);
    margin: 0 10px;
  }
  .c5-cols._col2 > div {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .c5-box__recommend {
    font-size: 1.5vw;
  }
  .c5-box__recommend .circle {
    width: 60px;
    height: 60px;
  }
  .c5-box__recommend .circle img {
    padding: .8em;
  }
  .c5-box__recommend .c5-icon__circle-arrow {
    width: 2.5vw;
    height: 2.5vw;
  }
  .c5-box__recommend .c5-icon__circle-arrow::before {
    border-width: .6vw 0 .6vw .6vw;
  }
}

.c5-sub {
  font-size: 1em;
}

.s5-bannerToggleButtonContainer {
  display: none;
}
.s5-bannerLabel.new {
  color: #fff;
  border: 2px solid #db4a39;
  background-color: #db4a39;
}
.s5-bannerLabel.okaidoku {
  color: #db4a39;
  border: 2px solid #db4a39;
  background-color: transparent;
}
.s5-bannerLabel.campaign {
  border-color: #f5683a;
  background-color: #f5683a;
}

@media screen and (max-width: 767px) {
  .c5-wrap__top {
    padding-top: 20px;
  }
  .c5-ttl__head {
    font-size: 6.5vw;
    padding: 15px;
  }
  .c5-ttl_subhead, .c5-ttl_subhead_sokuhai, .c5-ttl_size {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .c5-cols + .c5-ttl_size {
    margin-top: 80px;
  }
  .c5-cols__mv {
    display: block;
  }
  .c5-cols__mv > div {
    border: 1px solid #4c5167;
    width: auto;
    margin-top: 10px;
  }
  .c5-cols__mv > div:first-child .ttl,
  .c5-cols__mv > div:first-child .figure {
    border: none;
  }
  .c5-cols__mv .ttl {
    font-size: 5vw;
  }
  .c5-cols__mv .figure {
    text-align: center;
  }
  .c5-cols__mv .figure img {
    width: 100%;
  }
  .c5-cols {
    display: block;
    margin: 0;
  }
  .c5-cols > div {
    width: auto;
    margin: 0 0 50px 0;
  }
  .c5-cols > div:last-child {
    margin-bottom: 0;
  }
  .c5-cols._col2 > div {
    width: auto;
    margin: 0 0 50px 0;
  }
  .c5-cols._sp-mb20 > div {
    margin-bottom: 20px;
  }
  .c5-cols._sp-mb20 > div:last-child {
    margin-bottom: 0;
  }
  .c5-list__use {
    display: block;
  }
  .c5-list__use > li {
    width: auto;
  }
  .c5-box__point {
    display: block;
    padding: 15px;
  }
  .c5-box__point .separate {
    border-left: none;
    border-top: 1px solid #ccc;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
  }
  .c5-box__point p {
    margin: .8em 0 0 0;
  }
  .c5-box__point._col2 > div:last-child {
    margin-top: 30px;
  }
  .c5-btn__use {
    margin-top: 20px;
    padding: 10px 35px 10px 15px;
    display: flex !important;
    align-items: center;
    text-align: left;
  }
  .c5-btn__use::before {
    bottom: 0;
    top: 0;
    margin: auto;
    right: 15px;
    left: auto;
    width: 10px;
    height: 10px;
  }
  .c5-btn__use .circle {
    width: auto;
    flex: 0 1 23%;
    padding-top: 23%;
    margin-bottom: 0;
    margin-right: .8em;
  }
  .c5-btn__use .circle img {
    padding: 3vw;
  }
  .c5-btn__use .circle + div {
    flex: 1;
  }
  .c5-box__lightweight {
    margin-bottom: 20px;
  }
  .c5-box__lightweight li:not(:first-child) {
    margin-top: 20px;
  }
  .c5-tab-contents {
    margin-top: 20px;
  }
  .c5-block__product:not(._noncol) {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .c5-block__product:not(._noncol) > div {
    width: auto;
    margin: 0 0 30px 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .c5-block__product._noncol > div {
    /*display: flex;*/
    flex-direction: row-reverse;
  }
  .c5-block__product .text,
  .c5-block__product .figure {
    flex: 100%;
  }
  .c5-block__product .name {
    font-size: 1.2em;
  }
  .c5-block__product .price {
    font-size: 1.15em;
  }
  .c5-list__auth img {
    max-width: 80px;
  }
  .c5-box__recommend {
    font-size: 1em;
  }
  .c5-box__recommend .contents {
    justify-content: flex-start;
  }
  .c5-box__recommend .c5-icon__circle-arrow {
    width: 20px;
    height: 20px;
  }
  .c5-box__recommend .c5-icon__circle-arrow::before {
    border-width: 5px 0 5px 5px;
  }
  .c5-pc {
    display: none;
  }
  .c5-sp {
    display: block;
  }
}
.c5-point_txt{
  color: #bc0000;
}
.c5-mt15{
  margin-top: 15px;
}

.c5-step-arrow{
  background: #de3838;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
  position: relative;
}

.c5-cols__child:not(:first-child) .c5-step-arrow::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: -26px;
  top: 50%;
  transform: translate(0px, -50%);
  border-style: solid;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent #de3838;
}
@media screen and (max-width: 767px) {
  .c5-cols__child:not(:first-child) .c5-step-arrow::before{
    display: none;
  }
}

.c5-mv__w-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.c5-mv__w-layout div {
    
}
.c5-mv__w-layout div:first-of-type {
    flex: 0 1 59%;
}
.c5-mv__w-layout div:last-of-type {
    flex: 1;
}
.c5-mv__w-layout div:hover {
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .c5-mv__w-layout {
    display: block;
	gap: 0;
  }
  .c5-mv__w-layout div {
    height: auto;
  }
  .c5-mv__w-layout div:first-of-type {
    width: 100%;
  }
  .c5-mv__w-layout div:last-of-type {
    margin-top: 20px;
	width: initial;
  }
}

.c5-store_limited .c5-ttl_subhead {
  background-color: #A53031;
  margin-bottom: 0;
}
.c5-store_limited__body {
  background-color: rgba(165, 48, 49, .08);
  padding: 20px 20px 0px;
  border: 1px solid #A53031;
}
.ver_moomin {
  .c5-store_limited__body {
    background-color: #fbf5ee;
    border-color: #b77c42;
  }
  .c5-ttl_subhead {
    background-color: #b77c42;
  }
}
.c5-store_limited__bns {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.c5-store_limited__bns--single{
  justify-content: center;
}
.c5-store_limited__bns > div {
  flex: 0 1 50%;
}
@media screen and (max-width: 767px) {
  .c5-store_limited__bns {
    display: block;
  }
  .c5-store_limited__bns > div:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 639px) {
  .s5-promotionC__subV2 li:not(:has(a)) {
    padding: 20px 10px;
  }
  .s5-promotionC__subV2 li:not(:has(a))::after {
    display: none;
  }
}
