@charset "UTF-8";


/* Global */

html {
    font-size: 14px;
}

@media screen and (max-width: 640px) {
    html {
        -webkit-text-size-adjust: none;
    }
}

body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ;
    font-size: 1rem;
}

@media screen and (max-width: 640px) {
    body {
        min-width: 100%;
        -webkit-text-size-adjust: none;
        font-size: 110%;
        word-wrap: break-word;
        line-height: 30px;
    }
}

.h1,
h1 {
    margin-bottom: 1.8rem;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .8rem;
}

.h1,
h1 {
    font-size: 2rem;
}

.h2,
h2 {
    font-size: 1.6rem;
}

.h3,
h3 {
    font-size: 1.4rem;
}

.h4,
h4 {
    font-size: 1.2rem;
}

.h5,
h5 {
    font-size: 1rem;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.btn {
    cursor: pointer;
}

.content-title {
    background: url(../img/h2.png) no-repeat left top;
    padding-left: 25px;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-size: 1.7rem;
    position: relative;
    z-index: 0;
}

.content-title span {
    display: block;
    color: #c4c4c4;
    font-size: .8rem;
    font-weight: bold;
    padding: 5px 0;
}

.content-title a {
    position: absolute;
    right: 0;
    top: 15px;
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    background: #2a2b2d;
    border-radius: 5px;
    padding: 7px 20px;
}

.content-title .s-box {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 1rem;
}

.content-title .s-box select {
    color: #666867;
    border-radius: 3px;
    margin-left: 10px;
}


/* Header */

.navbar .navbar-container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 1171px;
    margin: 0 auto;
}

.navbar .navbar-container .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar .navbar-container .navbar-brand {
    padding: 0 7px;
}

.navbar .navbar-container .nav-item {
    margin-top: auto;
    margin-bottom: auto;
}

.navbar .navbar-container .navbar-nav .nav-link {
    padding-left: 7px;
    padding-right: 7px;
}

.navbar .navbar-container .navbar-nav .input-group {
    padding-left: 12px;
    width: 500px;
}

.navbar .navbar-container .navbar-nav .nav-icon {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 24px;
    color: rgb(49, 49, 49);
}

.navbar .navbar-collapse .navbar-nav .nav-link {
    padding-left: 7px;
    padding-right: 7px;
}

.navbar .navbar-collapse .input-group {
    margin-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
}

.navbar .navbar-collapse .form-control {
    border-color: #ccc
}

.navbar-light .navbar-text {
    color: unset;
}


/* Container */

.container {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 641px) {
    .container {
        min-width: 1171px;
        max-width: 1171px;
    }
}

.container-small {
    position: relative;
    width: 100%;
    max-width: 380px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

.content {
    padding-top: 28px;
    padding-bottom: 16px;
}

.main-content {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
}

@media screen and (min-width: 641px) {
    .main-content {
        float: left;
        width: 856px;
    }
}


/* Slider */

.main-slider {
    padding-top: 16px;
}

@media screen and (min-width: 641px) {
    .main-slider {
        float: left;
        width: 856px;
    }
}

.main-slider .swiper-slide {
    overflow: hidden;
}

.main-slider .swiper-slide img {
    width: 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/arrow.png);
    right: 5px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/arrow02.png);
    left: 5px;
    right: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 44%;
    width: 43px;
    height: 43px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 43px 43px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-container {
    height: 374px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
}

.swiper-pagination-bullet-active {
    background: #303030;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 15px;
}


/* Sidebar */

.sidebar {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media screen and (min-width: 641px) {
    .sidebar {
        float: right;
        width: 300px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

.sidebar h2 {
    text-align: center;
    color: #797979;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.3rem;
}

.sidebar .new-posts-item {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}

.sidebar .lank_img {
    position: relative;
}

.sidebar .ranking-label {
    position: absolute;
    z-index: 1;
    top: -10px;
}

.sidebar .ranking-label img {
    width: auto;
    position: absolute;
    z-index: 0;
}


/* Footer */

.footer-links {
    text-align: center;
}

.footer-links a {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 14px;
    padding-right: 15px;
    display: inline-block;
    border-right: 1px #cfcfcf solid;
    margin-right: 15px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.footer-links a:last-child {
    padding-right: 0;
    border: none;
    margin-right: 0;
}

.copyright {
    text-align: center;
    font-size: 14px;
    color: #7f7f7f;
    margin-bottom: 15px;
    padding: 7px 0;
}


/* Breadcrumbs */

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}


/* Product list */

.new-posts-wrapper,
.video-list-wrapper {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.video-list-wrapper {
    border-bottom: none;
}

.new-posts-item {
    width: 32%;
    margin-left: 1%;
}

.product-link {
    position: relative;
    padding: 10px;
    /*background-color: #333;*/
    height: 60px;
    z-index: 1;
    opacity: 0.8;
    margin-top: -20PX;
}

.product-slide-entry {
    margin-top: -20px;
}

.new-posts-item:hover {
    opacity: 0.7;
}

.product-slide-entry a {
    color: #fff;
    font-size: 14px;
    display: block;
    text-shadow: 1px 1px 1px #000000;
}

.product-image {
    position: relative;
    top: 40px;
    border: solid 1px #dedede;
}

.product-image img {
    width: 100%;
}


/* Product single */

.post-area h1 {
    background: url(../../img/h2.png) no-repeat left top;
    padding-left: 25px;
    box-sizing: border-box;
    margin: 15px 0 25px 0;
    font-size: 1.7rem;
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 640px) {
    .post-area h1 {
        background: none;
        padding-left: 0;
        font-size: 1.2rem;
        line-height: 1.4;
        margin: 0rem 0 1.5rem 0;
    }
}

.post-area {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px;
}

.post-area p {
    font-size: 1.05rem;
}

.post-area .cat {
    list-style: none;
    display: flex;
    padding: 0;
    margin-top: 20px;
    color: #8b8b8b;
    float: left;
}

.post-area .cat a {
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 22px;
    display: block;
    color: #363636;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.post-area .cat-title {
    margin-left: 15px;
}

.single-top-img img {
    float: left;
    margin-right: 20px;
    padding: 0;
    width: 400px;
    height: auto;
    border: solid 1px #dedede;
}

.single-top-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.single-top-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* New label */

.new-label {
    margin: 3px 5px 7px 0;
    position: relative;
    height: 20px;
}

.new-label span {
    color: #fff;
    padding: 0px 10px 0px 10px;
    background-color: #B33020;
    border-radius: 5px;
    border: solid 1px #B33020;
    font-size: 14px;
}


/* Product label */

.product-label {
    position: absolute;
    top: 0;

}

.product-label .category {
    color: #fff;
    padding: 0px 7px 0px 7px;
    margin-right: -5px;
    background-color: #55BA69;
    border: solid 1px #55BA69;
    font-size: 13px;
}

.product-label .coach {
    color: #fff;
    padding: 0px 7px 0px 7px;
    background-color: #000;
    border: solid 1px #000;
    font-size: 13px;
}


/* Video list loading */

.video-list-loading {
    display: none;
    text-align: center;
    padding: 20px 0;
}

.video-list-loading img {
    width: 60px;
}


/* Ranking wrapper */

.ranking-wrapper {
    background: #dfdfdf;
    padding: 10px 15px 15px 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}


/* Button wrapper */

.button-wrapper {
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
}

.button-wrapper .login-btn {
    border: 2px solid #e7e7e7;
    background-color: #fff;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px 0;
    text-align: center;
    color: #333;
    font-size: 1.2rem;
}

.button-wrapper .l_blue {
    background: #0175d8;
    color: #fff;
    border: 2px solid #0175d8;
    border-bottom: 1px solid #005bb0;
    margin-bottom: 5px;
}

.button-wrapper .l_blue span {
    display: block;
    font-size: .9rem;
}


/* Tag wrapper */

.tag-wrapper {
    background: #f4f1f1;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.tag-wrapper h2 {
    text-align: left;
    color: #2a2b2d;
    font-size: 1.3rem;
}

.tag-wrapper h2 img {
    margin-right: 10px;
}

.tag-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.tag-wrapper li a {
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 22px;
    display: block;
    color: #363636;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 5px;
}


/* SNS wrapper */

.sns-wrapper ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.sns-wrapper li {
    margin-left: 10px;
}


/* Page top button */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

#page-top a {
    text-decoration: none;
    display: block;
}

#page-top a:hover {
    opacity: .8;
}


/* Video action */

.player-action-wrapper {
    display: none;
}

.player-action-wrapper .player-action-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    margin-top: -25px;
    margin-left: -180px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .player-action-wrapper .player-action-buttons {
        width: 320px;
        margin-left: -160px;
    }
}

.player-action-wrapper .player-action-buttons a {
    padding: 0 20px;
}

.player-action-wrapper .player-action-buttons a img {
    width: 50px;
    height: 50px;
    opacity: 0.8;
}

@media screen and (max-width: 640px) {
    .player-action-wrapper .player-action-buttons a img {
        width: 40px;
        height: 40px;
    }
}

.player-action-wrapper .player-action-buttons a:hover {
    opacity: 0.6;
}

.relation-video-wrapper {
    position: absolute;
    top: 12%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    display: none;
}

.relation-video-wrapper h3 {
    text-align: center;
    font-size: 24px;
    color: white;
}

@media screen and (max-width: 640px) {
    .relation-video-wrapper h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
}

.relation-video-wrapper .video-list-wrapper {
    padding: 0 50px;
}

@media screen and (max-width: 640px) {
    .relation-video-wrapper .video-list-wrapper {
        padding: 0 34px;
    }
}

.relation-video-wrapper .product-slide-entry {
    margin-top: -30px;
}

@media screen and (max-width: 640px) {
    .relation-video-wrapper .swiper-button-next,
    .relation-video-wrapper .swiper-button-prev {
        top: 56%;
    }
}

@media screen and (max-width: 640px) {
    .relation-video-wrapper .product-slide-entry a {
        font-size: 10px;
    }
}


/* Profile */

.post-area .profile_top h3 {
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: bold;
}

.post-area .profile_top p {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 25px;
}

.post-area .profile ul li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
    float: left;
}

.post-area .profile li {
    list-style-position: inside;
    text-indent: -1.5em;
    margin-left: 30px;
}

.profile_top_img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0;
    border: #CCC 1px solid;
}

.profile {
    margin-bottom: 20px;
    padding: 0;
}


/* micro clearfx */

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}


/* For IE 6/7 */

.profile_qa {
    margin-bottom: 20px;
}

.profile_qa h3 {
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.profile_qa h2 {
    font-size: 1.7rem;
    position: relative;
    padding: 0.6em;
    background: #F3F3F3;
    margin-bottom: 30px;
}

.profile_qa h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #F3F3F3;
    width: 0;
    height: 0;
}

.profile_qa p {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 25px;
}


/*個別ページ*/

.single_top_img img {
    float: left;
    margin-right: 20px;
    padding: 0;
    width: 400px;
    height: auto;
}

.movie_on_absolute {
    position: absolute;
    left: 170px;
    top: 170px;
}

.sp .login {
    border-radius: 5px;
    padding-top: 15px;
    box-sizing: border-box;
    background: #fff;
}

.sp .login .login_1 {
    border: 2px solid #e7e7e7;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px 0;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-size: 1.2rem;
}

.sp .login .l_blue {
    clear: both;
    background: #0175d8;
    color: #fff;
    border: 2px solid #0175d8;
    border-bottom: 1px solid #005bb0;
    margin-bottom: 5px;
}

.sp .login .l_blue span {
    display: block;
    font-size: .9rem;
}

.sp .login02 {
    font-size: 15px;
    box-sizing: border-box;
    background: #fff;
}

.sp .login02 .login_1 {
    border: 2px solid #e7e7e7;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px 0;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 20px;
}

.sp .login02 .l_blue {
    background: #0175d8;
    color: #fff;
    border: 2px solid #0175d8;
    border-bottom: 1px solid #005bb0;
    margin-bottom: 5px;
}

.sp .login02 .l_blue span {
    display: block;
    font-size: 12px;
}

.sp .login02 .button-wrapper {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    background: #333;
}

.main-fluid h2 {
    background: url(../img/h2.png) no-repeat left top;
    padding-left: 25px;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-size: 1.7rem;
    position: relative;
    z-index: 0;
}

.main-fluid h2 span {
    display: block;
    color: #c4c4c4;
    font-size: .8rem;
    font-weight: bold;
    padding: 5px 0;
}


/*タグのSP表示*/

.tags-sp-box {
    z-index: 2;
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 100px;
}

.tags-sp a {
    color: #FFF;
    text-decoration: none;
}

.tags-sp-open {
    transition: margin-top .6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    margin-top: 30px;
}

.tags-sp-container {
    height: 165px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tags-sp {
    overflow: hidden;
    background-color: rgba(29, 31, 35, 0.9);
    width: 100%;
    transition: margin-top 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    margin-top: 100px;
    height: 165px;
}

.tags-sp-open {
    margin-top: 30px;
}

.tags-sp .inner {
    text-align: left;
    position: relative;
}

.tags-sp h2 {
    text-align: left;
    color: #fff;
    padding-top: 15px;
    margin-bottom: 7px;
    width: 100%;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
}

.tags-sp-inwrap {
    padding: 0 15px;
}

.news-btn {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width: 50px;
    height: 48px;
    display: block;
    /*    position: absolute;*/
    cursor: pointer;
    top: 0;
    right: 0;
}

.news-btn:after {
    display: block;
    cursor: pointer;
    content: '';
    position: absolute;
    right: 16px;
    top: 20px;
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.news-btn.tags-sp-open:after {
    display: block;
    cursor: pointer;
    content: '';
    position: absolute;
    right: 16px;
    top: 10px;
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.tags-sp ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.tags-sp li a {
    padding: 5px;
    border: 1px solid #dcdcdc;
    background: #fff;
    line-height: 11px;
    border-radius: 5px;
    display: block;
    color: #363636;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 8px;
}


/* Wishlist */

.wishlist-message {
    display: none;
}


/* Form */

.form-container h1 {
    font-size: 20px;
}

.container-small02 {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

.form-container {
    background: #f1f1f1;
    padding: 20px 40px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.bigf-center {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.bigf-center02 {
    text-align: center;
    font-size: 23px;
    line-height: 40px;
}

.bigf-center02 span {
    color: #F70000;
}

.form_comment01 {
    text-align: center;
    font-size: 110%;
    margin-bottom: 0px;

}

.form_comment02 {
    text-align: center;
    font-size: 100%;
    line-height: 40px;
    margin-bottom: -10px;
}

.form_comment02 span {
    text-align: center;
    font-size: 200%;
    line-height: 40px;
    font-weight: bold;
}

.f-center {
    text-align: center;
}

.top_bn {
    padding-bottom: 20px;
    width: 100%;
}

.top_bn a:hover {
    opacity: 0.7;
}

.side_link a {
    font-size: 11px;
    color: #3c3c3c;
    line-height: 14px;
    padding-right: 7px;
    display: inline-block;
    border-right: 1px #cfcfcf solid;
    margin-right: 4px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.side_link a:last-child {
    padding-right: 0;
    border: none;
    margin-right: 0;
}

.mov_Des {
    background-color: #EDEDED;
    padding: 10px 10px 0px 10px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: #DADADA 3px solid;
    border-top: #DADADA 3px solid;
}

.mov_Des h3 {
    font-size: 1.35rem;
    color: #666;
    font-weight: bold;
    border-bottom: #CCC 1px solid;
    margin-bottom: 5px;
    padding: 10px 0px 7px 0px;
}

.mov_prof img {
    float: left;
    width: 30%;
    margin-right: 10px;
}

.mov_prof_right h4 {
    font-size: 1.1rem;
    color: #666;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 5px;

}

.mov_prof_right p {
    font-size: 0.95rem;
    line-height: 25px;

}

.mov_prof_right .right {
    text-align: right;
    margin-top: -10px;
}

.mov_tag {
    /* -webkit-box-pack: start !important; */
    -ms-flex-pack: start;
    /* display: -webkit-box !important; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex !important; */
    /* display: flex !important; */
    /* -webkit-justify-content: flex-start !important; */
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: -8px;
}

.mov_tag a {
    color: #333;
}

.mov_tag .tag {
    -webkit-box-align: start;
    -webkit-box-pack: start;
    margin-right: 15px;
    margin-left: 5px;
    margin-bottom: 0px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    text-align: center;
}

.mov_tag .last {
    margin-right: 0px;
}

.container_items {
    margin-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.label_items {
    font-size: 12px;
    line-height: 0;
    color: #95A0AC;
}

.value_items {
    font-size: 1.1rem;
    line-height: 20px;
    color: #333;
    font-weight: bold;
}

@media screen and (max-width: 370px) {
    .value_items {
        font-size: 1rem;
        line-height: 20px;
        color: #666;
        font-weight: bold;
    }

    .mov_tag .tag {
        margin-right: 10px;
    }
}

@media screen and (max-width: 640px) {

    .sidebar .ranking-label {
        top: 0px;
    }

    .top_bn img {
        padding-bottom: 20px;
        width: 100%;

    }

    .bigf-center {
        text-align: center;
        font-size: 25px;
        line-height: 35px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .bigf-center02 {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }

    .movie-on-relative {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .movie_on_absolute {
        position: absolute;
        left: 45%;
        top: 40%;
    }

    .post-area .cat {
        float: none;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1.05rem;

    }

    .single-top-img img {
        float: none;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .post-area .profile_top h3 {
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 20px;
        font-weight: bold;
    }

    .post-area .profile_top p {
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 25px;
    }

    .post-area .profile ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 0px;
        float: none;
    }

    .post-area .profile li {
        list-style-position: outside;
        text-indent: 0em;
        margin-left: 0px;
    }

    .post-area .profile li br {
        display: none;
    }

    .profile_top_img {
        float: none;
        margin-right: 0px;
        padding: 0;
        border: #CCC 1px solid;
    }

    .profile_qa h2 {
        font-size: 1.5rem;
        position: relative;
        padding: 0.6em;
        background: #F3F3F3;
    }

    .main-content .sort_in {
        float: none;
        width: 200px;
        position: absolute;
        left: 15px;
        top: 270px;
        z-index: 2;
        float: left;
    }

    .main-content .trigger {
        padding: 3px 6px;
    }

}

@media screen and (max-width: 320px) {

    .main-content .sort_in {
        float: none;
        width: 170px;
        position: absolute;
        left: 15px;
        top: 255px;
        z-index: 10;
        float: left;
    }
    .main-content .activetrigger {
        font-size: 12px;
    }
    .main-content .trigger {
        font-size: 12px;
    }

}

/* セレクトボックス */

.coach_select {
    float: right;
}

}

.dropcontainer {
    position: relative;
    font-size: 14px;
    color: #777;
}

.trigger {
    border-radius: 3px;
    color: #777;
    padding: 6px;
    font-size: 14px;
    padding-right: 50px;
    background: #fff url(../img/select-arrow-open.png) 98% center no-repeat;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.trigger:hover {
    color: #777;
    background: #f5f5f5 url(../img/select-arrow-open.png) 98% center no-repeat;
}

.activetrigger {
    color: #777;
    padding: 6px;
    font-size: 14px;
    padding-right: 50px;
    background: #f5f5f5 url(../img/select-arrow-close.png) 98% center no-repeat;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.activetrigger:hover {
    background: #f5f5f5 url(../img/select-arrow-close.png) 98% center no-repeat;
    color: #777;
}

.activetrigger:active {
    background: #f5f5f5 url(../img/select-arrow-close.png) 98% center no-repeat;
    color: #777;
}

.dropcontainer ul {
    font-size: 14px;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    list-style-type: none;
    padding: 0px;
    margin: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropcontainer ul li {
    padding: 5px;
    font-size: 12px;
}

.dropcontainer ul li:hover {
    background: #f5f5f5;
    outline: none;
}

.dropcontainer ul li:first-child {
    display: none;
}

.dropcontainer ul li:last-child {
    border-bottom: none;
}

.dropdownhidden {
    display: none;
}

.dropdownvisible {
    height: auto;
}

.sort {
    float: right;

}

.sort_in {
    float: left;
    width: 200px;
    position: absolute;
    right: 450px;
    top: 72px;
    z-index: 10;
}

ul#sort_nav li.end {
    border-right: none;
}

#sort_nav {
    float: right;
    margin-left: -20px;

}

ul#sort_nav li {
    display: inline;
    border-right: solid 1px #777;
}

ul#sort_nav li a {
    color: #777;
    font-size: 14px;
    text-decoration: none;
    padding: 0 10px 0 6px;
}


/* Product search wrapper */

.product-search-wrapper {
    text-align: right;
    margin-right: 10px;
}

@media screen and (max-width: 640px) {
    .product-search-wrapper {
        text-align: left;
        margin-left: 7px;
    }
}

.product-search-wrapper select.select2 {
    padding-top: 6px;
    padding-right: 22;
    padding-bottom: 5px;
    padding-left: 8px;
    border-radius: 2px;
    color: #444;
    border: 1px solid #aaa;
}

.product-search-wrapper .select2-container {
    z-index: 1;
}

.product-search-wrapper .select2-container .select2-selection--single {
    height: 36px;
}

.product-search-wrapper .select2-selection--single {
    text-align: left;
}

.product-search-wrapper .select2-container--default .select2-selection--single {
    border-radius: 2px;
}

.product-search-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
    padding-right: 22px;
    padding-bottom: 4px;
    padding-left: 12px;
}

.product-search-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

/* 決済ページ */

.container-registration {
    position: relative;
    width: 100%;
    max-width: 680px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

.container-registration img{
    margin-bottom: 20px;
}

.container-registration h1{
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
    color: #C81E2A;
     line-height: 140%;
}

.container-registration h2{
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
    line-height: 140%;
}

.container-registration h3{
    font-size: 1.8rem;
    margin-top: 30px;
    border-bottom: 5px solid #D3D3D3;
    margin-bottom: 1rem;
    text-align: left;
    font-weight: bold;
    line-height: 140%;
}

.btn02 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width:100%;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color: #fff;
    text-shadow: 2px 2px 3px #920202;
background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #8f0202), color-stop(0.00, #ff0001));
background: -webkit-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: -moz-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: -o-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: -ms-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: radial-gradient(50% 100%, circle, #ff0001, #8f0202);
	border-radius:5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 -4px 5px -2px #2E2E2E inset; 
	border-radius:5px;
}

.btn02 a span{
    font-size: 80%;
}

.btn02 a{
    font-size:180%;
    color:#fff;
    text-shadow: 2px 2px 3px #920202;
	text-decoration:none;
	display:block;
	width: 100%; /* 横幅 */
	height:100%;
	padding:25px 0 20px 0 ;
}


.btn02,
.btn02::before,
.btn02::after {
	transition: all .3s;
}

