.p-feature{
  line-height: 1.8;
}
.p-feature img{
  max-width: 100%;
}

.l-sponsored {
    width: 100%;
    background-color: #c1c1c1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e1e1e1
}

.l-sponsored>div {
    margin: 10px 0
}

@media screen and (min-width: 960px) and (max-width:1279px) {
    .l-sponsored {
        width:100%;
        background-color: #c1c1c1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #e1e1e1
    }
}

@media screen and (min-width: 1280px) {
    .l-sponsored {
        width:100%;
        background-color: #c1c1c1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #e1e1e1
    }
}

@media screen and (min-width: 970px) {
    .l-sponsored-brand {
        width:100%;
        background-color: #c1c1c1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #e1e1e1
    }

    .l-sponsored-brand__sp {
        display: none
    }

    .l-sponsored-brand__pc {
        display: block
    }
}

.overflow-hidden {
    overflow-y: hidden;
    height: 100%
}

}

a.btn_01 {
    position: relative;
    display: block;
    padding: 15px 50px;
    box-sizing: border-box;
    max-width: 380px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.6;
    background-color: #29d4e5;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #fff
}

a.btn_01:after {
    content: "";
    display: block;
    width: 18px;
    height: 15px;
    background: url("../img/icon_article_arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

a.btn_02 {
    position: relative;
    display: block;
    padding: 15px 50px;
    box-sizing: border-box;
    max-width: 380px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.6;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    border: 1px solid #000
}

a.btn_02:after {
    content: "";
    display: block;
    width: 18px;
    height: 15px;
    background: url("../img/icon_article_arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.p-feature-key__sp {
    width: 100%;
    margin-bottom: 30px;
    display: block
}

.p-feature-key__sp.mb0 {
    margin-bottom: 0
}

.p-feature-key__pc {
    width: 100%;
    margin-bottom: 100px;
    display: none
}

.p-feature-key__pc>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-feature-key__pc.mb0 {
    margin-bottom: 0
}

.p-feature-navigation {
    background-color: #000;
    display: flex;
    margin-bottom: 40px;
    justify-content: center
}

.p-feature-navigation__item {
    width: 33.33333%;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 8px 16px
}

.p-feature-navigation__item a {
    color: #fff;
    
    font-weight: 700;
    font-size: 1.2rem
}

.p-feature-overview {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.p-feature-overview__title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px
}

.p-feature-overview__title.blue {
    color: #1597e2
}

.p-feature-overview__subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px
}

.p-feature-overview__text {
    font-size: 1.4rem
}

.p-feature-overview a {
    color: #29d4e5;
    text-decoration: underline
}

.p-feature-overview a.btn_01 {
    position: relative;
    display: block;
    padding: 15px 50px;
    box-sizing: border-box;
    max-width: 380px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.6;
    background-color: #29d4e5;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #fff
}

.p-feature-overview a.btn_01:after {
    content: "";
    display: block;
    width: 18px;
    height: 15px;
    background: url("../img/icon_article_arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.p-feature-overview a.btn_closed {
    position: relative;
    display: block;
    padding: 15px 50px;
    box-sizing: border-box;
    max-width: 380px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.6;
    background-color: gray;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    opacity: 1
}

.p-feature-overview a.btn_closed:after {
    content: "";
    display: none;
    width: 18px;
    height: 15px;
    background: url("../img/icon_article_arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.p-feature-article {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto
}

.p-feature-index {
    font-family: rockwell, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
    padding-top: 70px;
    margin-top: -70px
}

.p-feature-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px
}

.p-feature-content:last-child {
    margin-bottom: 0
}

.p-feature-content__wrap {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px
}

.p-feature-content__photo {
    width: 55%;
    margin-right: 5%;
    position: relative;
}
.p-feature-content__photo:before{
  content: "";
  display: block;
  padding-top: 66.666%;
}
.p-feature-content__photo img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.p-feature-content__title {
    width: 40%;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.p-feature-content__tag {
    display: flex;
    flex-wrap: wrap
}

.p-feature-content__brand {
    font-size: 1rem;
    font-weight: 700;
    
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    background-color: gray;
    border: 1px solid gray
}

.p-feature-content__brand a {
    color: #fff
}

.p-feature-content__genre {
    font-size: 1rem;
    font-weight: 700;
    
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid gray
}

.p-feature-content__genre a {
    color: gray
}

.p-feature-content__outside {
    font-size: 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: gray
}

.p-feature-content__sponsored {
    font-size: 1.2rem;
    color: gray
}

.p-feature-content__date {
    font-size: 1.2rem;
    
    font-weight: 700
}

.p-feature-content3 {
    width: 48%;
    margin-left: 0;
    margin-right: 4%;
    margin-bottom: 20px
}

.p-feature-content3:nth-child(odd) {
    margin-right: 0
}

.p-feature-content3:nth-child(2n):nth-last-child(-n+2),.p-feature-content3:nth-child(2n):nth-last-child(-n+2)~div {
    margin-bottom: 0
}

.p-feature-content3__wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.p-feature-content3__photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
}

.p-feature-content3__title {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.p-feature-content3__tag {
    flex-wrap: wrap;
        display: none;
}

.p-feature-content3__brand {
    font-size: 1rem;
    font-weight: 700;
    
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    background-color: gray;
    border: 1px solid gray
}

.p-feature-content3__brand a {
    color: #fff
}

.p-feature-content3__genre {
    font-size: 1rem;
    font-weight: 700;
    
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid gray
}

.p-feature-content3__genre a {
    color: gray
}

.p-feature-content3__sponsored {
    font-size: 1.2rem;
    color: gray
}

.p-feature-content3__date {
    font-size: 1.2rem;
    
    font-weight: 700
}

.p-feature-content_old {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px
}

.p-feature-content_old:last-child {
    margin-bottom: 0
}

.p-feature-content_old__wrap {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px
}

.p-feature-content_old__photo {
    width: 55%;
    margin-right: 5%
}

.p-feature-content_old__title {
    width: 40%;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700
}

.p-feature-content_old__tag {
    display: flex;
    flex-wrap: wrap
}

.p-feature-content_old__brand {
    font-size: 1rem;
    font-weight: 700;
    
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    background-color: gray;
    border: 1px solid gray
}

.p-feature-content_old__brand a {
    color: #fff
}

.p-feature-content_old__genre {
    font-size: 1rem;
    font-weight: 700;
    
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid gray
}

.p-feature-content_old__genre a {
    color: gray
}

.p-feature-content_old__outside {
    font-size: 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: gray
}

.p-feature-content_old__sponsored {
    font-size: 1.2rem;
    color: gray
}

.p-feature-content_old__date {
    font-size: 1.2rem;
    
    font-weight: 700
}

.p-feature-description {
    width: 85%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px
}

.p-feature-description.only-movie {
    justify-content: center;
    margin-bottom: 30px
}

.p-feature-description__image {
    width: 100%;
    margin-bottom: 20px
}

.p-feature-description__image.only-movie {
    margin-bottom: 0
}

.p-feature-description__movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.p-feature-description__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-feature-description__text {
    width: 100%;
    font-size: 1.6rem
}

.p-feature-present {
    max-width: 800px;
    margin-bottom: 60px;
    padding: 40px 20px;
    background-color: #f9f9f9
}

.p-feature-present,.p-feature-present a.btn_01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.p-feature-present a.btn_01 {
    position: relative;
    display: block;
    padding: 15px 50px;
    max-width: 380px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.6;
    background-color: #29d4e5;
    color: #fff;
    font-weight: 700
}

.p-feature-present a.btn_01:after {
    content: "";
    display: block;
    width: 18px;
    height: 15px;
    background: url("../img/icon_article_arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.p-feature-present__description {
    font-size: 1.6rem
}

.p-feature-present__detail {
    margin-top: 10px;
    margin-bottom: 20px
}

.p-feature-present__detail--title {
    font-size: 1.8rem;
    font-weight: 700
}

.p-feature-present__detail--item {
    font-size: 1.4rem;
    font-weight: 700
}

.p-feature-sponsored {
    width: 100%;
    display: flex;
    flex-direction: column
}

.p-feature-product {
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

.p-feature-product:last-child {
    margin-bottom: 0
}

.p-feature-product__visual {
    margin-bottom: 20px
}

.p-feature-product__logo {
    height: 20px;
    text-align: center;
    margin-bottom: 20px
}

.p-feature-product__logo img {
    max-height: 100%
}

.p-feature-product__title {
    font-size: 1.6rem;
    line-height: 1.4
}

.p-feature-product__spec,.p-feature-product__title {
    margin-bottom: 10px;
    font-weight: 700;
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

.p-feature-product__spec {
    font-size: 1.2rem
}

.p-feature-product__text {
    margin-bottom: 20px;
    font-size: 1.4rem;
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

.p-feature-product__button {
    display: flex;
    width: 100%;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #000;
    box-sizing: border-box
}

.p-feature-about {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.p-feature-about__title {
    font-family: rockwell, sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center
}

.p-feature-about__inner {
    display: flex;
    flex-direction: column
}

.p-feature-about__photo {
    margin-bottom: 20px
}

.p-feature-about__text {
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto
}

.p-feature-about__button {
    margin-top: 20px;
    display: flex;
    width: 100%;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #000;
    box-sizing: border-box
}

.p-feature-share {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.p-feature-share__title {
    font-weight: 700;
    font-size: 1.2rem;
    
    margin-bottom: 10px;
    line-height: 1
}

.p-feature-share__wrap {
    display: flex;
    flex-wrap: wrap
}

.p-feature-share__item {
    height: 20px;
    margin-right: 15px;
    margin-bottom: 10px
}

.p-feature-share__item:last-child {
    margin-right: 0
}

.p-feature-free {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px
}

.p-feature-free__colum2 {
    display: flex;
    flex-direction: column
}

.p-feature-free__colum2--item {
    margin-bottom: 20px
}

.p-feature-free__colum2--item video {
    width: 100%
}

.p-feature-free__colum2--item:last-child {
    margin-bottom: 0
}

.p-feature-free__colum2--catch {
    font-size: 1.6rem;
    font-weight: 700
}

@media screen and (min-width: 768px) and (max-width:1279px) {
    a.btn_01 {
        background-color:#29d4e5;
        color: #fff
    }

    a.btn_01,a.btn_02 {
        position: relative;
        display: block;
        padding: 15px 50px;
        box-sizing: border-box;
        max-width: 380px;
        font-size: 1.6rem;
        text-align: center;
        text-decoration: none;
        line-height: 1.6;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    a.btn_02 {
        color: #000;
        border: 1px solid #000
    }

    a.btn_02:after {
        content: "";
        display: block;
        width: 18px;
        height: 15px;
        background: url("../img/icon_article_arrow.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%)
    }

    .p-feature-key__sp {
        width: 100%;
        margin-bottom: 30px;
        display: none
    }

    .p-feature-key__pc {
        width: 100%;
        margin-bottom: 100px;
        display: block
    }

    .p-feature-navigation {
        background-color: #000;
        display: flex;
        justify-content: center;
        margin-bottom: 40px
    }

    .p-feature-navigation__item {
        width: 150px;
        display: flex;
        justify-content: center;
        align-content: center;
        box-sizing: border-box;
        padding: 8px 16px
    }

    .p-feature-navigation__item a {
        color: #fff;
        
        font-weight: 700;
        font-size: 1.2rem
    }

    .p-feature-overview {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        display: none
    }

    .p-feature-overview.show {
        display: block
    }

    .p-feature-overview__title {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 20px;
        text-align: center
    }

    .p-feature-overview__title.blue {
        color: #1597e2
    }

    .p-feature-overview__subtitle {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 15px;
        text-align: center
    }

    .p-feature-overview__text {
        font-size: 1.6rem;
        text-align: center
    }

    .p-feature-article {
        width: 90%;
        max-width: 1190px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto
    }

    .p-feature-index {
        
        font-size: 3.2rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 50px;
        text-align: center;
        width: 100%
    }

    .p-feature-content {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
        margin-bottom: 35px
    }

    .p-feature-content:last-child {
        margin-bottom: 35px
    }

    .p-feature-content:nth-child(odd) {
        margin-right: 0
    }

    .p-feature-content__wrap {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px
    }

    .p-feature-content__photo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .p-feature-content__title {
        width: 100%;
        font-size: 2rem;
        line-height: 1.6;
        font-weight: 700
    }

    .p-feature-content__tag {
        display: flex;
        flex-wrap: wrap
    }

    .p-feature-content__brand {
        font-size: 1rem;
        font-weight: 700;
        
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 5px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        background-color: gray;
        border: 1px solid gray
    }

    .p-feature-content__brand a {
        color: #fff
    }

    .p-feature-content__genre {
        font-size: 1rem;
        font-weight: 700;
        
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 5px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        background-color: #fff;
        border: 1px solid gray
    }

    .p-feature-content__genre a {
        color: gray
    }

    .p-feature-content__sponsored {
        font-size: 1.2rem;
        color: gray
    }

    .p-feature-content__date {
        font-size: 1.2rem;
        
        font-weight: 700
    }

    .p-feature-content3 {
        width: 31%;
        margin-left: 0;
        margin-right: 2.66666%;
        margin-bottom: 25px
    }

    .p-feature-content3:last-child {
        margin-bottom: 25px
    }

    .p-feature-content3:nth-child(odd) {
        margin-right: 2%
    }

    .p-feature-content3:nth-child(3n+1) {
        margin-right: 0
    }

    .p-feature-content3:nth-child(2n):nth-last-child(-n+2),.p-feature-content3:nth-child(2n):nth-last-child(-n+2)~div {
        margin-bottom: 25px
    }

    .p-feature-content3:nth-child(3n+2):nth-last-child(-n+3),.p-feature-content3:nth-child(3n+2):nth-last-child(-n+3)~div {
        margin-bottom: 0
    }

    .p-feature-content3__wrap {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px
    }

    .p-feature-content3__photo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .p-feature-content3__title {
        width: 100%;
        font-size: 2rem;
        line-height: 1.6;
        font-weight: 700
    }

    .p-feature-content3__tag {
        flex-wrap: wrap;
        display: none;
    }

    .p-feature-content3__brand {
        font-size: 1rem;
        font-weight: 700;
        
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 5px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        background-color: gray;
        border: 1px solid gray
    }

    .p-feature-content3__brand a {
        color: #fff
    }

    .p-feature-content3__genre {
        font-size: 1rem;
        font-weight: 700;
        
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 5px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        background-color: #fff;
        border: 1px solid gray
    }

    .p-feature-content3__genre a {
        color: gray
    }

    .p-feature-content3__sponsored {
        font-size: 1.2rem;
        color: gray
    }

    .p-feature-content3__date {
        font-size: 1.2rem;
        
        font-weight: 700
    }

    .p-feature-description {
        width: 90%;
        max-width: 830px;
        display: flex;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 110px;
        justify-content: space-between
    }

    .p-feature-description.only-movie {
        margin-bottom: 50px
    }

    .p-feature-description__image {
        width: 58%;
        max-width: 480px;
        margin-bottom: 0
    }

    .p-feature-description__image.only-movie {
        width: 100%;
        max-width: 100%
    }

    .p-feature-description__movie {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden
    }

    .p-feature-description__movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .p-feature-description__text {
        width: 35%;
        max-width: 290px;
        font-size: 1.8rem
    }

    .p-feature-present {
        max-width: 800px;
        margin-bottom: 60px;
        padding: 40px;
        background-color: #f9f9f9
    }

    .p-feature-present,.p-feature-present a.btn_01 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }

    .p-feature-present a.btn_01 {
        position: relative;
        display: block;
        padding: 15px 50px;
        max-width: 380px;
        font-size: 1.6rem;
        text-align: center;
        text-decoration: none;
        line-height: 1.6;
        background-color: #29d4e5;
        color: #fff
    }

    .p-feature-present a.btn_01:after {
        content: "";
        display: block;
        width: 18px;
        height: 15px;
        background: url("../img/icon_article_arrow.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%)
    }

    .p-feature-present__description {
        font-size: 1.6rem
    }

    .p-feature-present__detail {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .p-feature-present__detail--title {
        font-size: 1.8rem;
        font-weight: 700
    }

    .p-feature-present__detail--item {
        font-size: 1.4rem;
        font-weight: 700
    }

    .p-feature-sponsored {
        width: 90%;
        max-width: 970px;
        flex-direction: column
    }

    .p-feature-product,.p-feature-sponsored {
        display: flex;
        margin-left: auto;
        margin-right: auto
    }

    .p-feature-product {
        width: 100%
    }

    .p-feature-product:last-child {
        margin-bottom: 0
    }

    .p-feature-product__visual {
        margin-bottom: 0;
        width: 47.5%;
        max-width: 460px;
        margin-right: 5%
    }

    .p-feature-product__logo {
        height: 20px;
        text-align: center;
        margin-bottom: 20px
    }

    .p-feature-product__logo img {
        max-height: 100%
    }

    .p-feature-product__photo {
        margin-bottom: 0
    }

    .p-feature-product__information {
        width: 47.5%;
        max-width: 460px;
        padding-top: 40px
    }

    .p-feature-product__title {
        font-size: 2.4rem;
        line-height: 1.4
    }

    .p-feature-product__spec,.p-feature-product__title {
        margin-bottom: 10px;
        font-weight: 700;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .p-feature-product__spec {
        font-size: 1.4rem
    }

    .p-feature-product__text {
        font-size: 1.6rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px
    }

    .p-feature-product__button {
        display: flex;
        width: 325px;
        height: 45px;
        margin-left: 0;
        margin-right: auto;
        justify-content: center;
        align-items: center;
        
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1;
        border: 1px solid #000;
        box-sizing: border-box
    }

    .p-feature-about {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .p-feature-about__title {
        
        font-size: 3.2rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 75px;
        text-align: center
    }

    .p-feature-about__inner {
        display: flex;
        flex-direction: row
    }

    .p-feature-about__photo {
        margin-bottom: 0;
        width: 47.5%;
        max-width: 460px
    }

    .p-feature-about__text {
        font-size: 1.4rem;
        margin-left: auto;
        margin-right: auto;
        width: 47.5%;
        max-width: 460px
    }

    .p-feature-about__button {
        margin-top: 20px;
        display: flex;
        width: 325px;
        height: 45px;
        margin-left: 0;
        margin-right: auto;
        justify-content: center;
        align-items: center;
        
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1;
        border: 1px solid #000;
        box-sizing: border-box
    }

    .p-feature-free {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px
    }

    .p-feature-free__colum2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap
    }

    .p-feature-free__colum2--item {
        width: 48%;
        margin-bottom: 4%;
        margin-right: 4%
    }

    .p-feature-free__colum2--item video {
        width: 100%
    }

    .p-feature-free__colum2--item:nth-child(2n) {
        margin-right: 0
    }

    .p-feature-free__colum2--item:last-child,.p-feature-free__colum2--item:nth-last-child(2):nth-child(odd) {
        margin-bottom: 0
    }

    .p-feature-free__colum2--catch {
        font-size: 1.6rem;
        font-weight: 700
    }
}

@media screen and (min-width: 1280px) {
    a.btn_01 {
        background-color:#29d4e5;
        color: #fff
    }

    a.btn_01,a.btn_02 {
        position: relative;
        display: block;
        padding: 15px 50px;
        box-sizing: border-box;
        max-width: 380px;
        font-size: 1.6rem;
        text-align: center;
        text-decoration: none;
        line-height: 1.6;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    a.btn_02 {
        color: #000;
        border: 1px solid #000
    }

    a.btn_02:after {
        content: "";
        display: block;
        width: 18px;
        height: 15px;
        background: url("../img/icon_article_arrow.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%)
    }

    .p-feature-key__sp {
        width: 100%;
        margin-bottom: 30px;
        display: none
    }

    .p-feature-key__pc {
        width: 100%;
        margin-bottom: 100px;
        display: block
    }

    .p-feature-navigation {
        background-color: #000;
        display: flex;
        justify-content: center;
        margin-bottom: 40px
    }

    .p-feature-navigation__item {
        width: 150px;
        display: flex;
        justify-content: center;
        align-content: center;
        box-sizing: border-box;
        padding: 8px 16px
    }

    .p-feature-navigation__item a {
        color: #fff;
        
        font-weight: 700;
        font-size: 1.4rem
    }

    .p-feature-overview {
        width: 1190px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        display: none
    }

    .p-feature-overview.show {
        display: block
    }

    .p-feature-overview__title {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 20px;
        text-align: center
    }

    .p-feature-overview__title.blue {
        color: #1597e2
    }

    .p-feature-overview__subtitle {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 15px;
        text-align: center
    }

    .p-feature-overview__text {
        font-size: 1.6rem;
        text-align: center
    }

    .p-feature-article {
        width: 1190px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto
    }

    .p-feature-index {
        
        font-size: 3.2rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 50px;
        text-align: center;
        width: 100%
    }

    .p-feature-content {
        width: 570px;
        margin-left: 0;
        margin-right: 50px;
        margin-bottom: 35px
    }

    .p-feature-content:last-child {
        margin-bottom: 35px
    }

    .p-feature-content:nth-child(odd) {
        margin-right: 0
    }

    .p-feature-content__wrap {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px
    }

    .p-feature-content__photo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .p-feature-content__title {
        width: 100%;
        font-size: 2.4rem;
        line-height: 1.6;
        font-weight: 700
    }

    .p-feature-content__tag {
        display: flex;
        flex-wrap: wrap
    }

    .p-feature-content__brand {
        font-size: 1rem;
        font-weight: 700;
        
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 5px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        background-color: gray;
        border: 1px solid gray
    }

    .p-feature-content__brand a {
        color: #fff
    }

    .p-feature-content__genre {
        font-size: 1rem;
        font-weight: 700;
        
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 5px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        background-color: #fff;
        border: 1px solid gray
    }

    .p-feature-content__genre a {
        color: gray
    }

    .p-feature-content__sponsored {
        font-size: 1.2rem;
        color: gray
    }

    .p-feature-content__date {
        font-size: 1.2rem;
        
        font-weight: 700
    }

    .p-feature-content3 {
        width: 32%;
        margin-left: 0;
        margin-right: 2%;
        margin-bottom: 25px
    }

    .p-feature-content3:last-child {
        margin-bottom: 25px
    }

    .p-feature-content3:nth-child(odd) {
        margin-right: 2%
    }

    .p-feature-content3:nth-child(3n+1) {
        margin-right: 0
    }

    .p-feature-content3:nth-child(2n):nth-last-child(-n+2),.p-feature-content3:nth-child(2n):nth-last-child(-n+2)~div {
        margin-bottom: 25px
    }

    .p-feature-content3:nth-child(3n+2):nth-last-child(-n+3),.p-feature-content3:nth-child(3n+2):nth-last-child(-n+3)~div {
        margin-bottom: 0
    }

    .p-feature-content3__wrap {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px
    }

    .p-feature-content3__photo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .p-feature-content3__title {
        width: 100%;
        font-size: 1.8rem;
        line-height: 1.6;
        font-weight: 700
    }

    .p-feature-content3__tag {
        //display: flex;
        display: none;
        flex-wrap: wrap
    }

    .p-feature-content3__brand {
        font-size: 1rem;
        font-weight: 700;
        
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 5px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        background-color: gray;
        border: 1px solid gray
    }

    .p-feature-content3__brand a {
        color: #fff
    }

    .p-feature-content3__genre {
        font-size: 1rem;
        font-weight: 700;
        
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 5px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        background-color: #fff;
        border: 1px solid gray
    }

    .p-feature-content3__genre a {
        color: gray
    }

    .p-feature-content3__sponsored {
        font-size: 1.2rem;
        color: gray
    }

    .p-feature-content3__date {
        font-size: 1.2rem;
        
        font-weight: 700
    }

    .p-feature-description {
        width: 830px;
        display: flex;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 110px;
        justify-content: space-between
    }

    .p-feature-description.only-movie {
        margin-bottom: 50px
    }

    .p-feature-description__image {
        width: 480px;
        margin-bottom: 0
    }

    .p-feature-description__image.only-movie {
        width: 100%;
        max-width: 100%
    }

    .p-feature-description__movie {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden
    }

    .p-feature-description__movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .p-feature-description__text {
        width: 290px;
        font-size: 1.8rem
    }

    .p-feature-present {
        max-width: 800px;
        margin-bottom: 60px;
        padding: 40px;
        background-color: #f9f9f9
    }

    .p-feature-present,.p-feature-present a.btn_01 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box
    }

    .p-feature-present a.btn_01 {
        position: relative;
        display: block;
        padding: 15px 50px;
        max-width: 380px;
        font-size: 1.6rem;
        text-align: center;
        text-decoration: none;
        line-height: 1.6;
        background-color: #29d4e5;
        color: #fff
    }

    .p-feature-present a.btn_01:after {
        content: "";
        display: block;
        width: 18px;
        height: 15px;
        background: url("../img/icon_article_arrow.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%)
    }

    .p-feature-present__description {
        font-size: 1.6rem
    }

    .p-feature-present__detail {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .p-feature-present__detail--title {
        font-size: 1.8rem;
        font-weight: 700
    }

    .p-feature-present__detail--item {
        font-size: 1.4rem;
        font-weight: 700
    }

    .p-feature-sponsored {
        width: 970px;
        flex-direction: column
    }

    .p-feature-product,.p-feature-sponsored {
        display: flex;
        margin-left: auto;
        margin-right: auto
    }

    .p-feature-product {
        width: 100%
    }

    .p-feature-product:last-child {
        margin-bottom: 0
    }

    .p-feature-product__visual {
        margin-bottom: 0;
        width: 460px;
        margin-right: 50px
    }

    .p-feature-product__logo {
        height: 20px;
        text-align: center;
        margin-bottom: 20px
    }

    .p-feature-product__logo img {
        max-height: 100%
    }

    .p-feature-product__photo {
        margin-bottom: 0
    }

    .p-feature-product__information {
        width: 460px;
        padding-top: 40px
    }

    .p-feature-product__title {
        font-size: 2.4rem;
        line-height: 1.4
    }

    .p-feature-product__spec,.p-feature-product__title {
        margin-bottom: 10px;
        font-weight: 700;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .p-feature-product__spec {
        font-size: 1.4rem
    }

    .p-feature-product__text {
        margin-bottom: 20px;
        font-size: 1.6rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .p-feature-product__button {
        display: flex;
        width: 325px;
        height: 45px;
        margin-left: 0;
        margin-right: auto;
        justify-content: center;
        align-items: center;
        
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1;
        border: 1px solid #000;
        box-sizing: border-box
    }

    .p-feature-about {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 100px
    }

    .p-feature-about__title {
        
        font-size: 3.2rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 75px;
        text-align: center
    }

    .p-feature-about__inner {
        display: flex;
        flex-direction: row
    }

    .p-feature-about__photo {
        margin-bottom: 0;
        width: 460px;
        max-width: 460px
    }

    .p-feature-about__text {
        font-size: 1.4rem;
        margin-left: auto;
        margin-right: auto;
        width: 460px;
        max-width: 460px
    }

    .p-feature-about__button {
        margin-top: 20px;
        display: flex;
        width: 325px;
        height: 45px;
        margin-left: 0;
        margin-right: auto;
        justify-content: center;
        align-items: center;
        
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1;
        border: 1px solid #000;
        box-sizing: border-box
    }

    .p-feature-free {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px
    }

    .p-feature-free__colum2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap
    }

    .p-feature-free__colum2--item {
        width: 48%;
        margin-bottom: 4%;
        margin-right: 4%
    }

    .p-feature-free__colum2--item video {
        width: 100%
    }

    .p-feature-free__colum2--item:nth-child(2n) {
        margin-right: 0
    }

    .p-feature-free__colum2--item:last-child,.p-feature-free__colum2--item:nth-last-child(2):nth-child(odd) {
        margin-bottom: 0
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 5px
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    bottom: 0;
    background: #c1c1c1;
    opacity: 1;
    border-radius: 0
}

.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #000
}

.swiper-pagination-wrapper {
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 27px
}

.swiper-pagination {
    position: relative;
    margin: 0 20px;
    max-width: 50%
}

.swiper-button-next,.swiper-button-prev {
    position: relative;
    background-color: hsla(0,0%,100%,.85);
    top: 0;
    width: 30px;
    height: 30px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #000;
    box-sizing: border-box;
    min-width: 30px
}

.swiper-button-prev {
    background-image: none;
    left: 0
}

.swiper-button-prev:before {
    position: absolute;
    top: 50%;
    left: 60%;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #000 transparent transparent #000;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.swiper-button-next {
    background-image: none;
    right: 0
}

.swiper-button-next:before {
    position: absolute;
    top: 50%;
    left: 40%;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #000 #000 transparent transparent;
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.l-wrapper{
  max-width: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}