@charset "UTF-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
  @media screen and (max-width: 640px) {
    scroll-padding-top: 100px;
  }
}
.c5-pc {
  @media screen and (max-width: 640px) {
    display: none;
  }
} 
.c5-sp {
  display: none;
  @media screen and (max-width: 640px) {
    display: block;
  }
}

.c5-mv {
  margin: 80px 0 120px;
  @media screen and (max-width: 640px) {
    margin: 40px 0 60px;
  }
  img {
    max-width: 100%;
    vertical-align: bottom;
  }
}
.c5-nav-anchorsWrap {
  margin-bottom: 120px;
  min-height: 100px;
  @media screen and (max-width: 640px) {
    margin-bottom: 60px;
    min-height: 140px;
  }
}
.c5-nav-anchors {
  z-index: 99;
  &.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: 640px) {
        font-size: 11px;
      }
    }
    .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;
    }
    &:hover {
      background-color: #333;
    }
  }
}

.c5-section {
  margin-bottom: 120px;
  word-break: break-all;
  @media screen and (max-width: 640px) {
    margin-bottom: 60px;
  }
}

.c5-section img:not(.s5-iconInline) {
  max-width: 100%;
  vertical-align: bottom;
}

.c5-pageTitle {
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
  @media screen and (max-width: 640px) {
    margin-bottom: 30px;
  }
}
.c5-pageTitle__in {
  display: inline-block;
  position: relative;
  padding: 0 90px;
  background: url(../images/top/bg-pageTitle-l.svg) no-repeat left bottom, url(../images/top/bg-pageTitle-r.svg) no-repeat right bottom;
  background-size: 66px;
  @media screen and (max-width: 640px) {
    padding: 0 15px;
    background-size: 30px 80%;
    display: block;
  }
}
.c5-pageTitle__sub {
  font-size: min(1.8vw, 24px);
  line-height: 1.4;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
  @media screen and (max-width: 640px) {
    font-size: 18px;
  }
  .size_l {
    font-size: 1.5em;
    @media screen and (max-width: 640px) {
      font-size: 1.3em;
    }
  }
}
.c5-pageTitle__main {
  font-size: min(3.5vw, 48px);
  margin-bottom: 0;
  line-height: 1.3;
  @media screen and (max-width: 640px) {
    font-size: 24px;
  }
  .size_s {
    font-size: 0.6em;
  }
}
.c5-pageTitle__main span {
  position: relative;
}

.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(../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;
  margin: 0;
  @media screen and (max-width: 640px) {
    font-size: 22px;
  }
}
.c5-secTitle02 {
  text-align: center;
  padding: 30px;
  font-weight: bold;
  background-color: #F3F4F6;
  font-size: min(2.4vw, 34px);
  @media screen and (max-width: 640px) {
    font-size: 22px;
  }
}
.c5-col-what {
  display: flex;
  @media screen and (max-width: 640px) {
    display: block;
  }
  > 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-col-miryoku {
  display: flex;
  margin-bottom: 80px;
  justify-content: space-between;
  @media screen and (max-width: 640px) {
    display: block;
  }
  > div {
    flex: 0 1 48%;
    box-sizing: border-box;
    @media screen and (max-width: 640px) {
      margin-bottom: 20px;
    }
  }
}
.c5-col-miryoku__txt {
  text-align: center;
  font-weight: bold;
  font-size: min(1.8vw, 24px);
  line-height: 1.4;
  padding: 25px !important;
  @media screen and (max-width: 640px) {
    font-size: 18px;
  }
  span {
    font-size: 1.5em;
    @media screen and (max-width: 640px) {
      font-size: 1.3em;
    }
  }
}
.c5-cols-point {
  margin-bottom: 40px;
  padding: 30px;
  border: 3px solid #1E4AAF;
  @media screen and (max-width: 640px) {
    padding: 15px;
  }
}
.c5-cols-point__head {
  max-width: 260px;
  background-color: #1E4AAF;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: min(2.3vw, 32px);
  line-height: 1.2;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 30px;
  margin: -60px auto 30px auto;
  @media screen and (max-width: 640px) {
    font-size: 22px;
    max-width: 200px;
    margin: -40px auto 30px auto;
  }
}
.c5-cols-point__in {
   display: flex;
  @media screen and (max-width: 640px) {
    display: block;
  }
  > div {
    flex: 0 1 50%;
    padding: 0 20px;
    text-align: center;
    font-size: min(2.3vw, 32px);
    list-style: 1.4;
    font-weight: bold;
    @media screen and (max-width: 640px) {
      font-size: 22px;
    }
    &:first-child {
      border-right: 2px dashed #1E4AAF;
      @media screen and (max-width: 640px) {
        border-right: 0;
        border-bottom: 2px dashed #1E4AAF;
        padding-bottom: 20px;
        margin-bottom: 20px;
      }
    }
    span {
      font-size: 1.5em;
      @media screen and (max-width: 640px) {
        font-size: 1.3em;
      }
    }
  }
}
.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-requiredTitle {
  font-size: min(2.8vw, 40px);
  margin: 0;
  color: #1E4AAF;
  text-align: center;
  line-height: 1.4;
  @media screen and (max-width: 640px) {
    font-size: 20px;
  }
}
.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-list-plan {
  display: flex;
  gap: min(3.5vw, 20px);
  justify-content: center;
  @media screen and (max-width: 640px) {
    display: block;
  }
  a {
    flex: 0 1 33.3%;
    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.4vw, 18px);
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  @media screen and (max-width: 640px) {
    font-size: 18px;
  }
  > span {
    font-size: 1.2em;
  }
  &::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, 64px);
  height: min(6vw, 64px);
  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-list-ouchiKind {
  display: flex;
  gap: min(3.5vw, 45px);
  margin-bottom: 60px;
  @media screen and (max-width: 640px) {
    display: block;
  }
  > div {
    @media screen and (max-width: 640px) {
      margin-bottom: 40px;
    }
  }
}
.c5-gallery {
  margin-bottom: 80px;
  @media screen and (max-width: 640px) {
    margin-bottom: 40px;
  }
}
.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-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-campaignList {
  margin: 20px 0;
}
.c5-campaignList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.c5-campaignList li {
  width: 24%;
  margin-right: 1.3333%;
  margin-bottom: 0.5em;
}

.c5-campaignList li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .c5-campaignList {
    margin-bottom: 0;
  }
  .c5-campaignList ul {
    justify-content: space-between;
  }
  .c5-campaignList li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.c5-three-column {
  display: flex;
  gap: 3.5%;
  @media screen and (max-width: 640px) {
    display: block;
  }
  > div {
	width: 31%;
    @media screen and (max-width: 640px) {
      margin-bottom: 40px;
	  width: 100%;
    }
  }
}
.c5-three-column__img {
  margin-bottom: 40px;
  @media screen and (max-width: 640px) {
    margin-bottom: 20px;
  }
}
.c5-three-column__img a {
  display: block;
  transition: opacity .3s;
}
.c5-three-column__img a:hover {
  opacity: .7;
}

/*old-------------------------------------------*/

.s5-pageTitle {
  padding-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
}
.s5-pageTitle__in {
  display: inline-block;
  position: relative;
  padding: 0 124px;
  background: url(../images/top/bg-pageTitle-l.png) no-repeat left bottom, url(../images/top/bg-pageTitle-r.png) no-repeat right bottom;
  background-size: 66px;
}
.s5-pageTitle__sub {
  font-size: 24px;
}
.s5-pageTitle__sub02 {
  font-weight: bold;
  color: #1E4AAF;
  display: inline-block;
  border: 2px solid #1E4AAF;
  padding: .5em 1em .4em;
  position: relative;
  margin-top: 0;
}
.s5-pageTitle__sub02:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url(../images/top/bg-secTitle.png);
  background-size: 100%;
  bottom: -17px;
  left: 50%;
  margin-left: -15px;
}
.s5-pageTitle__main {
  font-size: 46px;
  margin-bottom: 0;
  line-height: 1.3;
}
.s5-pageTitle__main span {
  position: relative;
}
.s5-pageTitle__main span:before {
  content: "";
  position: absolute;
  top: -.3em;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background: #d50505;
  border-radius: 50%;
}
.s5-promotionA-txt {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  margin-top: 60px;
}
.s5-getStarted {
  display: none;
}

.s5-secTitle {
  text-align: center;
  position: relative;
  padding: 15px;
  border: 3px solid #1e4aaf;
  margin-bottom: 90px;
}
.s5-secTitle.not-sub {
  padding-top: 30px;
  padding-bottom: 30px;
}
.s5-secTitle:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url(../images/top/bg-secTitle.png);
  background-size: 100%;
  bottom: -28px;
  left: 50%;
  margin-left: -15px;
}
.s5-secTitle__sub {
  font-size: 22px;
  margin: 0;
}
.s5-secTitle__main {
  font-size: 34px;
  color: #1e4aaf;
  margin: 0;
}
.s5-secLead {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 40px;
}

.s5-promotionCSimg {
  margin: 0;
}
.s5-header2 {
  overflow: hidden;
}

.c5-nav {
  text-align: center;
  margin-bottom: 120px;
}
.c5-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.c5-nav li {
  display: block;
  width: 20%;
  background: none;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.c5-nav li:last-child {
  border-right: none;
}
.c5-nav a {
  display: block;
  padding-bottom: 20px;
  position: relative;
}
.c5-nav a:hover {
  text-decoration: none;
}
.c5-nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #1e4aaf transparent transparent transparent;
}
.c5-nav p {
  margin: 0;
}
.c5-nav__num {
  color: #1e4aaf;
  font-size: 30px;
}
.c5-nav__ttl {
  font-weight: bold;
  font-size: 24px;
  display: table;
  width: 100%;
  height: 3em;
  line-height: 1.5;
}
.c5-nav__ttl span {
  display: table-cell;
  vertical-align: middle;
}

.c5-nav__fix {
  display: none;
  position: fixed;
  top: 125px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.c5-nav__fix ul {
  padding: 0;
  display: flex;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  max-width: 1200px;
  margin: 0 auto;
}
.c5-nav__fix li {
  display: block;
  width: 20%;
  background: none;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.c5-nav__fix li:last-child {
  border-right: none;
}
.c5-nav__fix a {
  display: block;
  padding: 10px 0 15px;
  position: relative;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
.c5-nav__fix a:hover {
  text-decoration: none;
}
.c5-nav__fix a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #1e4aaf transparent transparent transparent;
}
.c5-nav__fix p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.c5-nav__fix__num {
  color: #1e4aaf;
  font-size: 15px;
}
.c5-nav__fix__ttl {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-width: 992px) {
  .c5-nav__fix {
    top: 0;
  }
  .c5-nav__fix__num {
    font-size: 10px;
  }
  .c5-nav__fix__ttl {
    font-size: 9px;
  }
}

@media screen and (max-width: 639px) {
  .c5-nav__fix a {
    padding: 5px 0 12px;
  }
  .c5-nav__fix p {
    display: block;
    line-height: 1.3;
  }
  .c5-nav__fix__num {
    font-size: 10px;
  }
  .c5-nav__fix__ttl {
    font-size: 9px;
  }
}

.s5-campaignList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.s5-campaignList li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
.s5-campaignList li:nth-child(3n) {
  margin-right: 0;
}

.s5-campaignList a {
  display: block;
  transition: opacity .3s;
}
.s5-campaignList a:hover {
  opacity: .7;
}

.s5-campaignCaution {
  font-size: 12px;
}
.s5-campaignCaution p {
  margin: 0 0 .5em;
}

.s5-tvBlock {
  margin-bottom: 60px;
}
.s5-tvBlock:last-child {
  margin-bottom: 0;
}
.s5-tvBlock__ttl {
  margin: 0 0 1em;
  font-size: 28px;
  font-weight: bold;
  border-left: 10px solid #1e4aaf;
  line-height: 1.3;
  padding-left: .5em;
}

.s5-movie__lead {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 1em;
}
.s5-movieList {
  display: flex;
}
.s5-movieList a {
  display: block;
  width: 33%;
}

.s5-accessory {
  padding: 60px 0;
}
.s5-accessory__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.s5-accessory__ttl h4 {
  display: inline-block;
  font-size: 34px;
  padding: 0 50px;
  background: url(../images/top/bg-accessoryTitle-l.png) no-repeat left bottom, url(../images/top/bg-accessoryTitle-r.png) no-repeat right bottom;
  background-size: 28px;
}
.s5-accessory__ttl h4 span {
  position: relative;
  display: inline-block;
}
.s5-accessory__ttl h4 span:before {
  content: "";
  position: absolute;
  top: -.2em;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background: #d50505;
  border-radius: 50%;
}

.s5-accessory__other {
  padding: 0 0 60px;
}

.s5-list__ttl {
  margin: 0 0 1em;
  font-size: 28px;
  font-weight: bold;
  border-left: 10px solid #1e4aaf;
  line-height: 1.3;
  padding-left: .5em;
}

.s5-accessoryBlock01 {
  max-width: 940px;
  margin: 0 auto 30px;
}
.s5-accessoryBlock01 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  background-image: url(../images/top/ico-plus.png);
  background-repeat: no-repeat;
  background-position: center bottom 35%;
  background-size: 16%;
}
.s5-accessoryBlock01 li {
  width: 42%;
}
.s5-accessoryBlock01 .s5-accessory__img {
  position: relative;
}
.s5-accessoryBlock01 .s5-accessory__ttl {
  margin: 0 0 .5em;
  line-height: 1.3;
}
.s5-accessoryBlock01 .s5-accessory__ttl span {
  font-size: 26px;
}

.s5-accessoryBlock02 .s5-accessoryBlock__ttl {
  text-align: center;
  margin-bottom: 70px;
}
.s5-accessoryBlock02 .s5-accessoryBlock__ttl p {
  display: inline-block;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 2px solid #212121;
  padding-bottom: .3em;
  position: relative;
}
.s5-accessoryBlock02 .s5-accessoryBlock__ttl p:after {
  content: "";
  width: 25px;
  height: 28px;
  background-image: url(../images/top/bg-accessoryBlockTitle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -12px;
}

.s5-accessoryBlock02 .s5-accessoryBlock__link {
  text-align: center;
  margin-top: 40px;
}

.s5-accessoryBlock02 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.s5-accessoryBlock02 li {
  width: 49%;
  display: flex;
  align-items: center;
}

.s5-accessoryBlock02 .s5-accessory__label {
  margin: 0;
  border: 3px solid #b10606;
  background: #fff;
  text-align: center;
  font-weight: bold;
  color: #b10606;
  font-size: 24px;
  width: 100px;
  padding: 1em 0;
}

.s5-accessoryBlock02 .s5-accessory__text {
  width: calc(100% - 130px);
  margin-left: auto;
}
.s5-accessoryBlock02 .s5-accessory__text p {
  line-height: 1.1;
}
.s5-accessoryBlock02 .s5-accessory__text__sub {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 .5em;
}
.s5-accessoryBlock02 .s5-accessory__text__main {
  margin: 0;
}
.s5-accessoryBlock02 .s5-accessory__text__main span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: line-through;
  font-size: 30px;
}
.s5-accessoryBlock02 .s5-accessory__text__main strong {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #b10606;
  font-size: 52px;
  padding-left: .5em;
  margin-left: .3em;
}
.s5-accessoryBlock02 .s5-accessory__text__main strong:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #b10606;
}

.s5-storeList {
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.s5-storeList__image {
  width: 62%;
}
.s5-storeList__text {
  width: 34%;
  margin-left: auto;
}
.s5-storeList__link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.s5-storeList__link li {
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}
.s5-storeList__link li:last-child {
  margin-bottom: 0;
}
.s5-storeList__link p {
  margin: 0;
}
.s5-storeList__link p:first-child {
  width: 200px;
}
.s5-storeButtonV3 span.ico-link {
  display: inline-block;
  padding-right: 20px;
  background: url(../images/top/ico-link.png) no-repeat right center;
  background-size: 13px;
}
.s5-buttonV3 span.ico-link {
  display: inline-block;
  padding-right: 14px;
  background: url(../images/top/ico-link.png) no-repeat right center;
  background-size: 8px;
}
.s5-reserve {
  display: flex;
}
.s5-reserve__image {
  width: 40%;
}
.s5-reserve__text {
  width: 56%;
  margin-left: auto;
}
.s5-reserve__text .txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  margin-top: 0;
}

.bg-gray {
  background: #f3f4f6;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 640px) {
  .s5-sp {
    display: block;
  }
  .s5-pc {
    display: none;
  }
  .s5-sec {
    margin-bottom: 60px;
  }
  .s5-pageTitle {
    padding-top: 30px;
    margin-bottom: 40px;
    letter-spacing: .08em;
  }
  .s5-pageTitle__in {
    display: block;
    padding: 0 50px;
    background: url(../images/top/bg-pageTitle-l-sp.png) no-repeat left bottom, url(../images/top/bg-pageTitle-r-sp.png) no-repeat right bottom;
    background-size: 64px;
  }
  .s5-pageTitle__sub {
    font-size: 16px;
    margin: 0;
  }
  .s5-pageTitle__sub02 {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .s5-pageTitle__main {
    font-size: 24px;
    line-height: 1.6;
  }
  .s5-pageTitle__main span:before {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    top: -.2em;
  }
  .s5-secTitle {
    padding: 20px 0;
    margin-bottom: 50px;
  }
  .s5-secTitle.not-sub {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s5-secTitle__sub {
    font-size: 16px;
  }
  .s5-secTitle__main {
    font-size: 20px;
  }
  .s5-secLead {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .s5-promotionCSimg {
    margin: 0 -20px;
  }
  .s5-mv {
    margin: 0 -20px;
  }
  .s5-promotionA-txt {
    font-size: 16px;
    margin-top: 30px;
  }
  .c5-nav {
    margin-bottom: 60px;
  }
  .c5-nav ul {
    display: block;
  }
  .c5-nav li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
  }
  .c5-nav a {
    display: flex;
    align-items: center;
    padding: .7em 0 .5em;
  }
  .c5-nav a:after {
    bottom: auto;
    top: 50%;
    margin-top: -4px;
    left: auto;
    right: 0;
    border-width: 8px 7px 0 7px;
  }
  .c5-nav__num {
    width: 40px;
    font-size: 24px;
    text-align: left;
  }
  .c5-nav__ttl {
    width: calc(100% - 55px);
    margin-left: auto;
    font-size: 18px;
    display: block;
    height: auto;
    text-align: left;
  }
  .c5-nav__ttl span {
    display: block;
  }
  .s5-campaignList {
    margin-bottom: 0;
  }
  .s5-campaignList ul {
    justify-content: space-between;
  }
  .s5-campaignList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .s5-campaignList a:hover {
    opacity: 1;
  }
  .s5-tvBlock {
    margin-bottom: 40px;
  }
  .s5-tvBlock__ttl {
    font-size: 21px;
    border-width: 8px;
  }
  .s5-movie__lead {
    font-size: 18px;
  }
  .s5-movieList {
    display: block;
  }
  .s5-movieList a {
    width: 100%;
    margin-bottom: 20px;
  }
  .s5-accessory {
    padding: 30px 0;
  }
  .s5-accessory__ttl h4 {
    font-size: 24px;
    padding: 0 30px;
    background: url(../images/top/bg-accessoryTitle-l-sp.png) no-repeat left bottom, url(../images/top/bg-accessoryTitle-r-sp.png) no-repeat right bottom;
    background-size: 22px;
  }
  .s5-accessory__ttl h4 span:before {
    top: 0;
    width: 4px;
    height: 4px;
    margin-left: -2px;
  }
  .bg-gray {
    padding-left: 20px;
    padding-right: 20px;
  }
  .s5-accessory__other {
    padding: 0;
  }
  .s5-list__ttl {
    font-size: 20px;
    border-width: 8px;
  }
  .s5-accessoryBlock01 ul {
    display: block;
    background-position: center;
    background-size: auto 40px;
  }
  .s5-accessoryBlock01 li {
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
  }
  .s5-accessoryBlock01 li:last-child {
    padding: 40px 0 0;
  }
  .s5-accessoryBlock01 .s5-accessory__img {
    -ms-order: 1;
        order: 1;
    width: 58%;
  }
  .s5-accessoryBlock01 .s5-accessory__ttl {
    -ms-order: 2;
        order: 2;
    margin: 0;
    width: 38%;
    margin-left: auto;
    font-size: 12px;
  }
  .s5-accessoryBlock01 .s5-accessory__ttl span {
    font-size: 18px;
  }
  .s5-accessoryBlock02 .s5-accessoryBlock__ttl {
    margin-bottom: 40px;
  }
  .s5-accessoryBlock02 .s5-accessoryBlock__ttl p {
    font-size: 20px;
  }
  .s5-accessoryBlock02 .s5-accessoryBlock__link {
    text-align: center;
    margin-top: 40px;
  }
  .s5-accessoryBlock02 ul {
    display: block;
  }
  .s5-accessoryBlock02 li {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .s5-accessoryBlock02 li:last-child {
    margin-bottom: 0;
  }
  .s5-accessoryBlock02 .s5-accessory__label {
    border-width: 2px;
    font-size: 16px;
    width: 134px;
    display: inline-block;
    padding: .3em 0;
    margin-bottom: 20px;
  }
  .s5-accessoryBlock02 .s5-accessory__text {
    width: 100%;
  }
  .s5-accessoryBlock02 .s5-accessory__text__sub {
    font-size: 16px;
  }
  .s5-accessoryBlock02 .s5-accessory__text__main span {
    font-size: 21px;
  }
  .s5-accessoryBlock02 .s5-accessory__text__main strong {
    font-size: 36px;
  }
  .s5-accessoryBlock02 .s5-accessory__text__main strong:before {
    margin-top: -7px;
    border-width: 7px 0 7px 12px;
  }
  .s5-storeList {
    display: block;
  }
  .s5-storeList__image {
    width: 100%;
    margin-bottom: 30px;
  }
  .s5-storeList__text {
    width: 100%;
  }
  .s5-storeList__link li {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .s5-storeList__link p:last-child {
    width: 160px;
  }
  .s5-storeList__link p:first-child {
    width: auto;
  }
  .s5-storeList__link .s5-storeButtonV3 {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .s5-reserve {
    display: block;
  }
  .s5-reserve__image {
    width: 100%;
    margin-bottom: 30px;
  }
  .s5-reserve__text {
    width: 100%;
  }
  .s5-reserve__text .txt {
    font-size: 16px;
  }
  .s5-reserve__text .btn {
    text-align: center;
  }
}

/* s5-listItem4
-------------------------------------------------------------------- */
.s5-listItem4 {}
.s5-listItem4__main {
  border-top: none;
}
.s5-listItem4__image {
  margin-top: 0;
}

/* lineup Area
-------------------------------------------------------------------- */
#c5-lineup, #c5-lineup2020 {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#c5-lineup ul, #c5-lineup2020 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  padding-left: 0 !important;
}

#c5-lineup ul li, #c5-lineup2020 ul li {
  width: 32%;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

#c5-lineup ul li dl, #c5-lineup2020 ul li dl {
  display: flex;
  padding: 2%;
}

#c5-lineup ul li dt, #c5-lineup2020 ul li dt {
  width: 35%;
}

#c5-lineup ul li dt img, #c5-lineup2020 ul li dt img {
  width: 100%;
  height: auto;
}

#c5-lineup ul li dd, #c5-lineup2020 ul li dd {
  width: 61%;
  margin-left: 10px;
  font-weight: bold;
}

#c5-lineup ul li dd .c5-name, #c5-lineup2020 ul li dd .c5-name {
  font-size: 76%;
  font-weight: normal;
  display: block;
}

#c5-lineup ul li dd .c5-btn, #c5-lineup2020 ul li dd .c5-btn {
  display: block;
}

.lineup_list .img {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  #c5-lineup ul, #c5-lineup2020 ul {
    display: blok;
  }
  #c5-lineup ul li, #c5-lineup2020 ul li {
    width: 100%;
  }
  #c5-lineup ul li dd .c5-name, #c5-lineup2020 ul li dd .c5-name {
    margin-bottom: 0 !important;
  }
}

/* c5-lineup2022 */
#c5-lineup, .c5-lineup2022 {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#c5-lineup ul, .c5-lineup2022 ul {
  list-style: none;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  padding-left: 0 !important;
}

#c5-lineup ul li, .c5-lineup2022 ul li {
  width: 32%;
  flex-wrap: wrap;
  margin-right: 2%;
  margin-bottom: 20px;
}

@media screen and (max-width: 950px) {
  #c5-lineup ul li, .c5-lineup2022 ul li {
    width: 48%;
  }
}

#c5-lineup ul li:nth-child(3n), .c5-lineup2022 ul li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 950px) {
  #c5-lineup ul li:nth-child(3n), .c5-lineup2022 ul li:nth-child(3n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  #c5-lineup ul li:nth-child(3n), .c5-lineup2022 ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 950px) {
  #c5-lineup ul li:nth-child(2n), .c5-lineup2022 ul li:nth-child(2n) {
    margin-right: 0;
  }
}

#c5-lineup ul li .img img, .c5-lineup2022 ul li .img img {
  width: 100%;
}

#c5-lineup ul li .ttl, .c5-lineup2022 ul li .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
}

#c5-lineup ul li h3, .c5-lineup2022 ul li h3 {
  font-size: 26px;
  padding: 0 15px;
  line-height: 1;
}

#c5-lineup ul li .flex-area, .c5-lineup2022 ul li .flex-area {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  min-height: 65px;
}

#c5-lineup ul li .flex-area p, .c5-lineup2022 ul li .flex-area p {
  font-size: 14px;
  width: 48%;
  margin: 0;
  padding: 0;
}

.c5-lineup2022 ul.size li {
  max-width: 50px;
}

#c5-lineup ul li dl, .c5-lineup2022 ul li dl {
  display: flex;
  padding: 2%;
}

#c5-lineup ul li dt, .c5-lineup2022 ul li dt {
  width: 35%;
}

#c5-lineup ul li dt img, .c5-lineup2022 ul li dt img {
  width: 100%;
  height: auto;
}

#c5-lineup ul li dd, .c5-lineup2022 ul li dd {
  width: 61%;
  margin-left: 10px;
  font-weight: bold;
}

#c5-lineup ul li dd .c5-name, .c5-lineup2022 ul li dd .c5-name {
  font-size: 76%;
  font-weight: normal;
  display: block;
}

#c5-lineup ul li dd .c5-btn, .c5-lineup2022 ul li dd .c5-btn {
  display: block;
}

@media screen and (max-width: 640px) {
  #c5-lineup ul, .c5-lineup2022 ul {
    display: blok;
  }
  #c5-lineup ul li, .c5-lineup2022 ul li {
    width: 100%;
  }
  #c5-lineup ul li dd .c5-name, .c5-lineup2022 ul li dd .c5-name {
    margin-bottom: 0 !important;
  }
}

/* service Area
-------------------------------------------------------------------- */
.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-top: 0;
  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;
  margin: 0;
}

.c5-serviceTable__link {
  text-align: right;
  padding-top: .5em;
  margin-bottom: 0;
}

.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;
  width: 100%;
  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-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-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-top: 0;
  margin-bottom: 1em;
}

.c5-serviceItemBox__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1em;
}

.c5-serviceItemBox__lead {
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
  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 {
  margin-top: 10px;
  margin-bottom: 0;
}

.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;
}

.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;
  margin-top: 0;
}

.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-deliveryList {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.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%;
}

@media screen and (max-width: 640px) {
  .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%;
  }
}

/* movie Area
-------------------------------------------------------------------- */
.c5-contMovie {
  padding: 0 30px;
}
.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 p.title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}
.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-contMovieItem__text p.title:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(../images/top/icon-link.png) no-repeat;
  background-size: 12px;
  margin-left: 5px;
}
.c5-contMovieItem__text a {
  display: inline-block;
  position: relative;
}
.c5-contMovieItem__text a: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;
}
.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;
}

@media screen and (max-width: 640px) {
  .c5-contMovie {
    overflow: hidden;
    padding-top: 0;
  }
  .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;
  }
}

/* modal
-------------------------------------------------------------------- */
.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, .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;
}

@media screen and (max-width: 639px) {
  .modal__container {
    margin: 0;
    padding: 0;
  }
  .modal__inner {
    max-height: none;
  }
  .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-sec4__product-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 40px;
}

.c5-sec4__product-content a.mod-effect {
  width: 48%;
}

.c5-sec4__product-right {
  width: 48%;
}

.c5-sec4__product-right a:first-of-type {
  margin-right: 0;
}

.c5-sec4__product-txt-cate {
  font-size: 12px;
  margin: 0 auto 5px;
}

.c5-sec4__product-txt-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 10px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.c5-sec4__product-txt-price {
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto 15px;
}

.c5-product-txt-new {
  width: 40px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background-color: #c93434;
  margin: 0 0 5px;
  padding: 3px 5px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 750px) {
  .c5-flex {
    display: flex;
  }
  .c5-sec4__product {
    width: calc(100% + 100px);
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c5-sec4__product-content {
    width: calc(50% - 100px);
    margin: 0 100px 70px 0;
  }
  .c5-sec4__product-right a:first-of-type {
    margin-bottom: 20px;
  }
  .c5-sec4__product-txt.ex {
    margin-top: 33px;
  }
  .c5-sec4__product-txt-name {
    font-size: 28px;
  }
  .c5-sec4__product-txt-price {
    font-size: 12px;
    margin-top: 15px;
  }
}

/*Product ------------------------------------------------------*/
.c5-cols__product {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.c5-cols__product .figure {
  text-align: center;
}
.c5-cols__product .txt p:first-child {
  margin: 0;
  border-bottom: 2px solid #111;
}
.c5-cols__product .cat {
  font-size: 12px;
}
.c5-cols__product p {
  margin-bottom: 20px;
}
.c5-cols__product .name {
  font-weight: bold;
  font-size: 20px;
}
.c5-cols__product .lead {
  font-size: 14px;
}
.c5-cols__product.col2 {
  justify-content: space-between;
}
.c5-cols__product.col2 > div {
  flex: 0 1 48%;
}
.c5-cols__product.col2 > div .figure {
  margin: 0 0 20px 0;
}
@media (max-width: 640px) {
  .c5-cols__product {
    display: block;
    margin-bottom: 0;
  }
  .c5-cols__product > div {
    margin-bottom: 30px;
  }
}

/*231212_追加分*/
.c5-2col {
	margin-top: 60px;
	display: flex;
	justify-content:space-between;
}
.c5-2col .c5-2col__img {
	width:49%
}
.c5-2col a {
  transition: all .3s;
}
.c5-2col a:hover {
  opacity: .75;
}
@media screen and (max-width: 641px) {
	.c5-2col {
		margin-top: 20px;
		display: block;
	}
	.c5-2col .c5-2col__img {
		width:100%;
		margin-top: 20px;
	}
}
