/* 202002 add  */

/* -----------------------------------------------------------------
-----Common---------------------------------------------------------
------------------------------------------------------------------ */

.pcOnly {
    display: block;
}
@media screen and (max-width: 767px) {
    .pcOnly {
        display: none;
    }
}
.spOnly {
    display: none;
}
@media screen and (max-width: 767px) {
    .spOnly {
        display: block;
    }
}
.pcOnlyIn {
    display: inline-block !important;
}

@media only screen and (max-width: 767px) {
    .pcOnlyIn {
        display: none !important;
    }
}
.spOnlyIn {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .spOnlyIn {
        display: inline-block !important;
    }
}

.fx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fx-bw {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fx-ct {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.al-ct {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#catalog {
    width: 100%;
}
@media screen and (max-width: 767px) {
    #catalog {
        overflow: hidden;
    }
}

/* -----------------------------------------------------------------
-----MV-------------------------------------------------------------
------------------------------------------------------------------ */
#catalog .p-mv {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
    background: linear-gradient( to left,#d7ca00, #dcd300 );
}
@media screen and (max-width: 834px) {
    #catalog .p-mv {
        height: 100% !important;
    }
}

#catalog .p-mv_inner {
    width: 100%;
    max-width: 1527px;
    margin: auto;
}
#catalog .p-mv_inner img {
    width: 100%;
}

/* -----------------------------------------------------------------
-----Sec04-------------------------------------------------------------
------------------------------------------------------------------ */

#catalog .sec04 {
    position: relative;
    width: 100%;
    min-height: 694px;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 32px 0 198px;
    z-index: 2;
    background: url(../img/sec03_02_bg.png) no-repeat center bottom transparent;
    background-size: cover;
}
#catalog .sec04_movie_ttl {
    position: absolute;
    widows: 656px;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#catalog .sec04_movie_ttl img {
    width: 100%;
}
#catalog .sec04 .yt-wrap {
    position: relative;
    width: 100%;
    max-width: 710px;
    height: 40vw;
    max-height: 400px;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

#catalog .sec04 .yt-wrap .thmb {
    position: relative;
}

#catalog .sec04 .yt-wrap .thmb img {
    position: relative;
    width: 100%;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#catalog .sec04 .yt-wrap .thmb img:hover {
    opacity: 0.7;
}

#catalog .sec04 .yt-wrap .thmb:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
}

#catalog .sec04 .yt-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.2%;
    height: 100.2%;
}

@media only screen and (max-width: 767px) {
    #catalog .sec04 {
        min-height: 90.267vw;
        padding: 4% 0 26%;
        background: url(../img/sec03_02_bg_sp.png) no-repeat center bottom transparent;
    }
    #catalog .sec04 .yt-wrap {
        width: 95vw;
        height: 53.5vw;
    }
    #catalog .sec04_movie_ttl {
        width: 74.267vw;
        bottom: 11.333vw;
    }
}

#catalog .inner_md {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

/* -----------------------------------------------------------------
-----Sec05-------------------------------------------------------------
------------------------------------------------------------------ */

#catalog .sec05 {
    position: relative;
    width: 100%;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(245, 245, 245, 1) 10px, rgba(245, 245, 245, 1) 12px);
    padding-top: 340px;
    top: -340px;
    margin-bottom: -340px;
}
@media screen and (max-width: 767px) {
    #catalog .sec05 {
        position: relative;
        width: 100%;
        background-size: auto auto;
        background-color: rgba(255, 255, 255, 1);
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(245, 245, 245, 1) 10px, rgba(245, 245, 245, 1) 12px);
        padding-top: 38.667vw;
        top: -38.667vw;
        margin-bottom: -38.667vw;
    }
}
#catalog .sec05_bnr_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding-top: 95px;
    padding-bottom: 100px;
}
@media screen and (max-width: 1450px) {
    #catalog .sec05_bnr_container {
        max-width: 93.333vw;
        padding-top: 6.333vw;
        padding-bottom: 6.667vw;
    }
}
@media screen and (max-width: 767px) {
    #catalog .sec05_bnr_container {
        width: 80vw;
        max-width: 600px;
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

#catalog .sec05_bnr_wrap {
    width: 100%;
    max-width: 440px;
    margin-right: 40px;
}
@media screen and (max-width: 1450px) {
    #catalog .sec05_bnr_wrap {
        max-width: 29.333vw;
        margin-right: 2.667vw;
    }
}
@media screen and (max-width: 767px) {
    #catalog .sec05_bnr_wrap {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 5.333vw;
    }
}

#catalog .sec05_bnr_wrap:nth-child(3) {
    margin-right: 0;
}
#catalog .sec05_bnr_wrap:nth-child(4) {
    margin-top: 40px;
}
@media screen and (max-width: 1450px) {
    #catalog .sec05_bnr_wrap:nth-child(4) {
        margin-top: 2.667vw;
    }
}
@media screen and (max-width: 767px) {
    #catalog .sec05_bnr_wrap:nth-child(4) {
        margin-top: 0;
    }
}
#catalog .sec05_bnr_wrap:nth-last-child(1) {
    margin-top: 40px;
}
@media screen and (max-width: 1450px) {
    #catalog .sec05_bnr_wrap:nth-last-child(1) {
        margin-top: 2.667vw;
    }
}
@media screen and (max-width: 767px) {
    #catalog .sec05_bnr_wrap:nth-last-child(1) {
        margin-top: 0;
        margin-bottom: 0;
    }
}
#catalog .sec05_bnr_wrap img {
    width: 100%;
}

/* -----------------------------------------------------------------
-----Sec06-------------------------------------------------------------
------------------------------------------------------------------ */

#catalog .sec06 {
    width: 100%;
    padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
    #catalog .sec06 {
        padding: 10.667vw 0 0;
    }
}
#catalog .sec06 h2 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
    #catalog .sec06 h2 {
        width: 83.333vw;
        max-width: 100%;
        margin: 0 auto 10.667vw;
    }
}
#catalog .sec06 h2 img {
    width: 100%;
}

/* Collection---------------------------------- */

#catalog .sec06_collection_container {
    width: 100%;
}
#catalog .sec06_collection_container dl {
    width: 100%;
    margin-bottom: -5px;
}
#catalog .sec06_collection_container dl:nth-child(2) .sec06_collection_txt {
    color: #c94e96;
}
#catalog .sec06_collection_container dl:nth-child(3) .sec06_collection_txt {
    color: #c5a458;
}
#catalog .sec06_collection_container dl:nth-child(4) .sec06_collection_txt {
    color: #ad0e16;
}
#catalog .sec06_collection_container dl:nth-child(5) .sec06_collection_txt {
    color: #c5a458;
}

#catalog .sec06_collection_container dt {
    width: 100%;
    padding: 0;
    margin: 0 auto 0;
}
#catalog .sec06_collection_container dt img {
    width: 100%;
}
#catalog .sec06_collection_body {
    width: 100%;
}
#catalog .sec06_collection_body_wrap {
    width: 50vw;
}
@media screen and (max-width: 767px) {
    #catalog .sec06_collection_body_wrap {
        width: 100vw;
    }
}
#catalog .sec06_collection_body img {
    width: 100%;
}

#catalog .sec06_collection_txt {
    font-size: 2.933vw;
    line-height: 2;
    text-align: center;
    padding: 14.933vw 0 9.333vw;
}

/* Slick */
#catalog .slider_container {
    width: 22.917vw;
    max-width: 440px;
    margin: 80px auto 0;
}
@media screen and (max-width: 1919px) {
    #catalog .slider_container {
        margin: 4.167vw auto 0;
    }
}
@media screen and (max-width: 767px) {
    #catalog .slider_container {
        width: 85.333vw;
        max-width: 100%;
        margin: 12vw auto 0;
    }
}

#catalog .slider_container img {
    width: 100%;
}
#catalog .slide-arrow {
    position: absolute;
    width: 2.865vw !important;
    max-width: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
@media screen and (max-width: 767px) {
    #catalog .slide-arrow {
        width: 10.667vw !important;
        max-width: 80px;
    }
}
#catalog .prev-arrow {
    left: -30px;
}
@media screen and (max-width: 1919px) {
    #catalog .prev-arrow {
        left: -1.563vw;
    }
}
@media screen and (max-width: 767px) {
    #catalog .prev-arrow {
        left: 0;
    }
}
#catalog .next-arrow {
    right: -30px;
}
@media screen and (max-width: 1919px) {
    #catalog .next-arrow {
        right: -1.563vw;
    }
}
@media screen and (max-width: 767px) {
    #catalog .next-arrow {
        right: 0;
    }
}
#catalog .slick li {
    margin: 0;
}
#catalog .slick-dots li button:before {
    font-size: 45px;
    color: #cbcbcb;
}
#catalog .slick-dots li.slick-active button:before {
    color: #a3a3a3;
}

#catalog .slick-dots {
    bottom: -20px;
}
@media screen and (max-width: 767px) {
    #catalog .slick-dots {
        bottom: -30px;
    }
}

/* -----------------------------------------------------------------
-----Sec07-------------------------------------------------------------
------------------------------------------------------------------ */

#catalog .p-pare__lead {
    padding: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
    #catalog .p-pare__lead {
        padding: 0 0 26.667vw 0;
    }
}
#catalog .p-pare__title--img {
    max-width: 400px;
}
@media screen and (max-width: 767px) {
    #catalog .p-pare__title--img {
        width: 66.6%;
    }
}

#catalog .inner {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
#catalog .inner_md {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
@media only screen and (max-width: 767px) {
    #catalog .inner {
        width: 100%;
        margin: auto;
    }
    #catalog .inner_md {
        width: 100%;
        max-width: 1000px;
        margin: auto;
    }
}

#catalog .sec07 {
    background: #cec6e1;
    padding-bottom: 40px;
}
@media screen and (max-width: 999px) {
    #catalog .sec07 {
        background: #cec6e1;
        padding-bottom: 4vw;
    }
}
@media screen and (max-width: 767px) {
    #catalog .sec07 {
        background: #cec6e1;
        padding-bottom: 3.7vw;
    }
}

#catalog .sec07 .ttl {
    padding: 45px 0 25px 0;
    text-align: center;
    width: 660px;
    margin: auto;
}
@media screen and (max-width: 767px) {
    #catalog .sec07 .ttl {
        padding: 6.667vw 0 6.133vw 0;
        text-align: center;
        width: 85.333vw;
        margin: auto;
    }
}
#catalog .sec07 .ttl img {
  width: 100%;
}

#catalog .sec07 .box {
    margin-bottom: 20px;
}

#catalog .sec07 .box01 {
    width: 54%;
}

#catalog .sec07 .box02 {
    width: 44%;
}

#catalog .sec07 .box03 {
    width: 44%;
}

#catalog .sec07 .box04 {
    width: 54%;
}

#catalog .sec07 .box05 {
    width: 53.7%;
}

#catalog .sec07 .box06 {
    width: 44.3%;
}

@media only screen and (max-width: 768px) {
    #catalog .sec07 .ttl {
        padding: 0;
    }
    #catalog .sec07 .reasonContainer {
        width: 94.66667%;
        margin: auto;
    }
    #catalog .sec07 .box {
        width: 48.59155%;
        margin-bottom: 2.8169%;
    }
    #catalog .sec07 .box01,
    #catalog .sec07 .box04 {
        width: 100%;
    }
}
#catalog .reasonContainer {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    #catalog .sec07 .reasonContainer {
        width: 94.66667%;
        margin: auto;
    }
}
#catalog .reasonContainer img {
    max-width: 100%;
}
#catalog .reasonWrapper .fx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


#catalog .l-footer{
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #catalog .l-footer{
    margin-bottom: ０;
  }
}

/* ----------------------カタログ ---------------------------*/

#catalog .p-merit__bottom{
  padding: 90px 0 ;
}
@media screen and (max-width: 767px) {
    #catalog .p-merit__bottom{
        padding: 21.133vw 0 11.333vw;
      }
}

#catalog .p-merit__bottom--in{
    padding: 0;
    position: relative;
    width: 595px;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #catalog .p-merit__bottom--in{
        width: 77.333vw;
    }
}

#catalog .p-merit__bottom--text{
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 1.666;
  font-family: YuGothic, /* Mac用 */'Yu Gothic', /* Windows用 */sans-serif;
}
@media screen and (max-width: 767px) {
    #catalog .p-merit__bottom--text{
        font-size: 3.3vw;
      }
}

#catalog .p-merit__bottom--text:before{
  top: 50%;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  height: 60px;
  width: 40px;
  transform:translateY(-25%);
  background-image: url(../img/img_slash2.png);
  background-size: contain;
}
@media screen and (max-width: 767px) {
    #catalog .p-merit__bottom--text:before{
        height: 8vw;
        width: 5.333vw;
      }
}


#catalog .p-merit__bottom--text:after{
    top: 50%;
    right: 0;
    content: "";
    position: absolute;
    display: block;
    height: 60px;
    width: 40px;
    transform:translateY(-25%);
    background-image: url(../img/img_slash2_right.png);
    background-size: contain;
}
@media screen and (max-width: 767px) {
    #catalog .p-merit__bottom--text:after{
        height: 8vw;
        width: 5.333vw;
    }
}
#catalog .c-button--kata{
  position: relative;
  max-width: 936px;
  margin: 52px auto 85px;
  text-align: center;
  font-size: 26px;
  font-family: YuGothic, /* Mac用 */'Yu Gothic', /* Windows用 */sans-serif;
  padding: 50px 0 ;
  background-color: #e8e800;
}
@media screen and (max-width: 767px) {
    #catalog .c-button--kata{
        width: 80vw;
        max-width: 600px;
        margin: 11vw auto 10vw;
        font-size: 3.2vw;
        padding: 6vw 0 ;
      }
}

#catalog .c-button--kata--right{
  position: absolute;
    right: 65px;
    top: 50%;
    margin: -1.2rem auto auto auto;
}
@media screen and (max-width: 767px) {
    #catalog .c-button--kata--right{
        position: absolute;
          right: 0;
          top: 50%;
          margin: -1.2rem auto auto auto;
      }
}
#catalog .p-seikyu__img{
  width: 100%;
  max-width: 894px;
  margin: auto;
}

@media screen and (max-width: 767px) {
    #catalog .p-seikyu__img{
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding: 0 14.667vw ;
      }
}


#catalog .p-pare__lead--text{
    font-size: 22px;
    font-weight: bold;
    font-family: YuGothic, /* Mac用 */'Yu Gothic', /* Windows用 */sans-serif;
    letter-spacing: .1em;
    line-height: 2.54;
    margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
    #catalog .p-pare__lead--text{
        font-size: 3.2vw;
        line-height: 2;
        letter-spacing: 0;
        margin-bottom: 7.333vw !important;
    }
}

#catalog .c-button--pare--in{
    color: #000;
    font-size: 1.4rem;
    letter-spacing: 2px;
    display: inline;
}
@media screen and (max-width: 767px) {
    #catalog .c-button--pare--in{
        color: #000;
        font-size: 4vw;
        letter-spacing: 2px;
        display: inline;
    }
}

#catalog .c-button--pare{
    background: #fff;
    border: solid 1px #000;
    min-height: 44px;
    min-width: 300px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    #catalog .c-button--pare{
        min-height: 44px;
        min-width: 100px;
        width: 80vw;
        height: 11.333vw;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

 .p-cv__img--left{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 80px !important;
    width: 56%;
}



.p-cv__img--right{
    max-width: 265px !important;
    width: 75%;
}
