@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .flexItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 15px;
  }
  .flexItems.flick {
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
  }
  .flexItems.flick .flexItems_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 150px;
  }
  .flexItems.flick .flexItems_item {
    margin-right: 10px;
  }
  .flexItems.flick .flexItems_item:nth-child(2n) {
    margin-right: 10px;
  }
  .flexItems_item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .flexItems_item:nth-child(n + 3) {
    margin-top: 10px;
  }
  .flexItems_item:nth-child(2n) {
    margin-right: 0;
  }
  .flexItems_item2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  .flexItems_item2:nth-child(n + 2) {
    margin-top: 2%;
  }
  .textBox p {
    margin: 0;
  }
  .btnLink {
    text-align: center;
    margin: 30px 0;
  }
  .lead_text {
    text-align: center;
    line-height: 2;
  }
  .midashi_text {
    text-align: center;
    font-size: 35px;
  }
  .btn-flat-simple {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #333;
    background: #ececec;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
  .btn-flat-simple:hover {
    background: #ddc354;
    color: #fff;
  }
  .heading {
    background: #fdba2e;
    color: #fff;
    padding: 0 0 5px;
    font-size: 22px;
    text-align: center;
  }
  .heading_limited {
    font-size: 0.5em;
  }
  .heading_small {
    font-size: 0.6em;
    margin-left: 11px;
  }
  #nav1,
  #nav2,
  #nav3 {
    margin-top: -50px;
    padding-top: 50px;
  }
  .mv {
    position: relative;
    overflow: hidden;
  }
  .mv .mv_ani_01 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ani_text {
    background-color: #000;
  }
  .ani_text .ani_text_01,
  .ani_text .ani_text_02 {
    display: inline-block;
  }
  .ani_text_01 {
    font-size: 24px;
    color: #f6df82;
  }
  .ani_text_02 {
    font-size: 20px;
    color: #fff;
  }
  .ranking_heading {
    margin-bottom: 5px;
    text-align: center;
    position: relative;
  }
  .ranking_heading span {
    display: inline-block;
    padding: 0 5px 5px;
    font-size: 14px;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .ranking_heading::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .ranking_heading + .ranking_p {
    padding: 0 5px;
    text-align: right;
  }
  .rank_num {
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid #333;
  }
  .sold_out {
    position: relative;
  }
  .sold_out_text {
    width: 100%;
    margin: 0;
    padding: 5px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #f00;
    text-align: center;
    position: absolute;
    top: 260px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .sold_out_text {
    top: 125px;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .textBox p {
    margin-top: 10px;
  }
  .flexItems_itemLink img {
    width: 100%;
  }
  .flexItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 25px;
  }
  .flexItems.col10 .flexItems_item {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    margin-right: 2%;
  }
  .flexItems.col10 .flexItems_item:nth-child(4n) {
    margin-right: 2%;
  }
  .flexItems.col10 .flexItems_item:nth-child(5n) {
    margin-right: 0;
  }
  .flexItems.col10 .flexItems_item:nth-child(n + 6) {
    margin-top: 2%;
  }
  .flexItems_item2 {
    -ms-flex-preferred-size: calc(((100% - 4%) / 3));
        flex-basis: calc(((100% - 4%) / 2));
    text-align: center;
  }
  .flexItems_item2:nth-child(n + 2) {
    margin-left: 2%;
  }
  .flexItems_item3 {
    -ms-flex-preferred-size: 31.6%;
        flex-basis: 31.6%;
    margin-right: 2.5%;
  }
  .flexItems_item3:nth-child(3n) {
    margin-right: 0;
  }
  .flexItems_item4 {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    margin-right: 2.5%;
  }
  .flexItems_item4:nth-child(4n) {
    margin-right: 0;
  }
	.flexItems_item5 {
/* flex-basis: 16%; */
    margin-right: 0;
  }
  .flexItems_item4:nth-child(5n) {
    margin-right: 0;
  }
  .flexItems_item6 {
/* flex-basis: 16%; */
    margin-right: 0;
  }
  .flexItems_item6:nth-child(6n) {
    margin-right: 0;
  }
  .btnLink {
    text-align: center;
    margin-bottom: 50px;
  }
  .btn-flat-simple {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #333;
    background: #ececec;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
  .btn-flat-simple:hover {
    background: #ddc354;
    color: #fff;
  }
  .lead_text {
    text-align: center;
    line-height: 2;
    margin-bottom: 50px;
  }
  .midashi_text {
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
  }
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
  #nav1,
  #nav2,
  #nav3 {
    margin-top: -85px;
    padding-top: 85px;
  }
  .mv {
    position: relative;
  }
  .mv .mv_ani_01 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ani_text {
    background-color: #000;
  }
  .ani_text .ani_text_01,
  .ani_text .ani_text_02 {
    display: inline-block;
  }
  .ani_text_01 {
    font-size: 30px;
    color: #f6df82;
  }
  .ani_text_02 {
    font-size: 24px;
    color: #fff;
  }
  .ranking_heading {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
  }
  .ranking_heading span {
    display: inline-block;
    padding: 0 5px;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .ranking_heading::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .ranking_heading + .ranking_p {
    text-align: right;
  }
  .rank_num {
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid #333;
  }
  .sold_out {
    position: relative;
  }
  .sold_out_text {
    width: 100%;
    margin: 0;
    padding: 5px;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #f00;
    text-align: center;
    position: absolute;
    top: 165px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb {
    font-size: 10px;
    margin: 15px 0px 5px 0px;
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .bread-crumb ul {
    display: table;
    width: auto;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
  .bread-crumb ul li {
    float: none;
    display: table-cell;
    white-space: nowrap;
  }
  .content-head-keyword-search + .bread-crumb {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .bread-crumb {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .bread-crumb::after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
  }
  .bread-crumb ul {
    margin: 0 auto;
    width: 1240px;
    color: #111;
    line-height: 1.1;
  }
  .bread-crumb ul li::before {
    color: #04256d;
  }
  .bread-crumb li {
    float: left;
  }
  .bread-crumb li::before {
    content: '>';
    margin: 0 5px;
  }
  .bread-crumb li:first-child::before {
    content: '';
    margin: 0;
  }
  .bread-crumb ul a {
    color: #111;
  }
}
/* PSFA */
@media screen and (max-width: 767px) {
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #f0f0f0;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #f0f0f0;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}

/*# sourceMappingURL=style.css.map */
