@charset "utf-8";

 /*#fh5co-wrapper{
    overflow-x:visible;
}
*/

@media (min-width:769px){
    .menu-item {
        position:relative;
    }
    .menu-item:before{
        content:"";
        display:block;
        position:absolute;
        top:100%;
        width:100%;
        height: 5rem;
        background-color:#d7000f;
    }
}
@media (max-width:768px){
    .menu-item {
        position:relative;
    }
    .menu-item:before{
        content:"";
        display:block;
        position:absolute;
        top:100%;
        width:100%;
        z-index: -1000;
        height:calc((((100vw - 1rem) / 16) * 9) + 11rem + 32rem + 2rem + 3rem);
        background-color:#d7000f;
    }
}

.inner-width {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
}

.h2Title {
    position: relative;
    padding-top: 2.5rem;
    margin: 4rem 0 1rem 0;
}

.h2Title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 0.5rem;
    width: 5rem;
    background-color: #ff9900;
}

.h2Title .text-en, .h2Title .text-ja {
    display: block;
    font-weight: normal;
}

.h2Title .text-en {
    font-size: 2.5rem;
    font-family: "helcomp",sans-serif;
    /* font-weight: bold; */
    /* letter-spacing: -0.15rem; */
}

.h2Title .text-ja {
    margin-top: 0.75rem;
    font-size: 1rem;
}

.h2Title-block {
    text-align: center;
}

.h2Title-block .h2Title:before {
    right: 0;
    margin: 0 auto;
}

@media (max-width: 1430px) {
    .inner-mid-width {
        padding:0 4rem;
        max-width: none;
    }


    #times .inner-mid-width, #SNS .inner-mid-width, #onlinestore .inner-mid-width, #LINK .inner-mid-width {
        padding-left: 5rem;
    }
}

@media (max-width: 768px) {
    .inner-mid-width {
        padding: 0 1rem;
        max-width: none;
    }

    .products_news > .news-box {
        padding: 0 3rem;
        padding-right: 1rem;
    }

    #times .inner-mid-width, #SNS .inner-mid-width, #onlinestore .inner-mid-width, #LINK .inner-mid-width {
        padding-left: 2rem;
    }

    .h2Title-block .h2Title:before {
        margin: 0;
    }

    .h2Title-block {
        text-align: left;
    }
}

/*firstview*/
#firstview .sec-inner {
    padding-right: 4rem;
}

@media (max-width: 768px) {
    #firstview .sec-inner {
        padding-right: 1rem;
    }
}

/*products_news*/
#products_news {
    position: relative;
    overflow: hidden;
    padding-bottom: 1.5rem;
}

#products_news .section-text {
    position: absolute;
    top: 0;
    right: -1rem;
    z-index: 1;
    width: 5rem;
    height: 100%;
    background-color: #fff;
    padding: 0 0rem 0 2rem;
}

#products_news .section-text img {
    width: 1.1rem;
}

.products_news {
    /* padding-right:4rem; */
}

.product-box {
    /*  padding:0 1rem; */
    margin-left: calc((100% - 1400px) / 2 + 4rem);
    /* max-width: 650px; */
    padding: 0 2rem 0 0;
}

.products_banner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.products_banner .image {
    vertical-align: bottom;
}

.products_banner .flex-item {
    width: calc((100% / 2) * 1 - 0.01px);
    padding: 0 0.5rem;
    margin-top: 1rem;
}



.products_desc {
    height: 100%;
    padding: 1rem;
}

.products_banner .contents-hover h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: bold;
    height: 45%;
}
.products_banner .contents-hover h4.radicon-page{
    justify-content: flex-start ;
}

.products_banner .contents-hover p {
    height: 55%;
    line-height: 1.3;
    font-size: 0.8rem;
}

.products_news {
    display: flex;
    flex-wrap: wrap;
}

.products_news > .flex-item {
    width: calc((100% / 5) * 3 - (100% - 1400px) / 2 - 4rem);
}

.products_news > .news-box {
    width: calc((100% / 5) * 2 - 0.01px - 1rem);
    background-color: #f2f2f2;
    padding: 0 2rem;
    padding-right: 6rem;
    position: relative;
}

.products-box .flex-item {
    max-width: 500px;
}

.products_banner > .flex-item {
    width: calc((100% / 3) * 1 - 0.01px);
    line-height:1;
}

.news_list-box{
    height: calc(100% - 13rem);
    position: relative;
    overflow: hidden;
}
.news_list-box iframe{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
    transition:transform 0.5s ease;

    opacity:0;
}
.news_list-box.active iframe{
    transition:transform 0.5s ease , opacity 0.3s ease;
    opacity:1;
}

.scroll-btn{
    display:flex;
    justify-content:center;
    position:absolute;
    left: 0;
    bottom: -1.5rem;
    width:calc(100% - 4rem);
}
.scroll-btn > a{
    width:3rem;
    height:3rem;
    background-color:rgba(0,0,0,0.5);
    margin: 0 1.5rem;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select:none;
    cursor:pointer;
}
.up-btn:before{
    content:"";
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  0.7rem 0.7rem 0 0.7rem;
    border-color: #fff transparent transparent transparent;
}
.down-btn:before{
    content:"";
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.7rem 0.7rem 0.7rem;
    border-color: transparent transparent #fff transparent;
}

@media (min-width:769px){
    .products_banner .flex-item > a {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .products_banner .contents-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        color: #fff;
        transition: opacity 0.4s ease, top 0.4s ease;
        top: 100%;
        opacity: 0;
    }

    .products_banner a:hover .contents-hover {
        top: 0%;
        opacity: 1;
    }
}


@media (max-width:1430px){
    .products_news > .news-box {
        padding-right: 2rem;
    }
    .scroll-btn{
        width:100%;
    }
    .product-box{
        margin-left:1rem;
    }
    .products_news > .flex-item {
        width: calc((100% / 5) * 3);
    }
    .products_news > .news-box{
        width: calc((100% / 5) * 2 - 1rem);
    }
}

@media (min-width:901px) and (max-width: 1050px) {
    .products_desc{
/*         padding:0.5rem; */
    }
    .products_banner .contents-hover h4{
        font-size:1.3rem;
    }
    .products_banner .contents-hover h4 + p{
        font-size:0.9rem;
    }
}

@media (min-width:769px) and (max-width: 900px) {
    .products_desc{
        padding:0.5rem;
    }
    .products_banner .contents-hover h4{
        font-size:1rem;
        height: 35%;
    }
    .products_banner .contents-hover h4 + p{
        font-size:0.8rem;
        height: 65%;
    }
}

@media (max-width: 768px) {
    #products_news .section-text {
        width: 1rem;
        padding: 0 0rem 0 0.2rem;
        right: 5rem;
    }
    #products_news .section-text img{
        width: 100%;
    }

    .products_news > .flex-item {
        width: 100%;
    }

    .products_news > .product-box {
        order: 2;
        padding: 0;
        margin: 0;
        max-width: none;
        position: relative;
    }
    #products_news .product-box .section-text{
        margin-top: 4rem;
        right: -1rem;
    }

    .products_desc{
        padding:1rem 0.3rem;
    }

    .products_banner .contents-hover h4{
        justify-content:flex-start;
        font-size: 1.2rem;
    }
    .products_banner .contents-hover h4.radicon-page br{
        display:none;
    }
    .products_banner .contents-hover h4.radicon-page{
        font-size:1.1rem;
    }
    .products_banner .contents-hover h4 + p{
        margin-top: 0.6rem;
        font-size: 0.9rem;
    }
    .products_news > .news-box {
        order: 1;
        margin-left: -2rem;
        width: calc(100% + 3rem);
        padding-bottom:2rem;
    }
    .news_list-box{
        height:32rem;
    }

    .products-box .flex-item {
        max-width: none;
    }
    .products_banner > .flex-item{
        width:50%;
    }
}

/*times*/
#times {
    background-color: #d7000f;
    padding: 5rem 0 2.5rem 0;
}

#times {
    position: relative;
    overflow: hidden;
}

#times .section-text {
    position: absolute;
    top: 0;
    left: -1rem;
    width: 5rem;
    height: 100%;
    background-color: #fff;
    padding: 0 0rem 0 2rem;
}

#times .section-text img {
    width: 1.1rem;
}

#times .times_title {
    text-align: center;
}

#times .times_title .image {
    max-width: 20rem;
}

.times-block {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -1rem;
    margin-top: 5rem;
}

.times-block .flex-item {
    width: calc((100% / 2) * 1 - 0.01px);
    padding: 0 1rem;
    /* margin-top:1rem; */
}

.times2_inner-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.times2_inner-box .flex-item {
    width: calc((100% / 1) * 1 - 0.01px);
    padding: 0 1em;
    /* margin-top:1rem; */
}
.times2_inner-box .flex-item.wide-w{
    width: calc((100% / 1) * 1 - 0.01px);
}
.times2_inner-box .flex-item.wide-w .image-times{
    padding-top: calc((100% / 1200) * 400);
}

.times2_inner-box .flex-item:nth-child(n + 3) {
    margin-top: 2rem;
}

.times3-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.times3-box .flex-item {
    width: calc((100% / 4) * 1 - 0.01px);
    padding: 0 1rem;
    margin-top: 2rem;
}

.image-times {
    padding-top: calc((100% / 500) * 335);
    /* border:1px solid #000; */
    background-size: cover;
    background-position: center;
    transition:transform 0.5s ease;
    position:relative;
}
.image-times:after{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2);
    opacity:0;
    transition:opacity 0.5s ease;
}
#times a:hover .image-times:after{
    opacity:1;
}

.image-wrap{
    overflow:hidden;
}
#times a:hover .image-times{
    transform:scale(1.1);
}

.image-wrap + .text {
    padding: 1rem;
    line-height: 1.5;
}

.image-wrap + .text > h4 {
    line-height: 1.3;
    transition:color 0.5s ease;
}
#times a:hover .image-wrap + .text > h4{
    color:#d7000f;
}
.times1-item h4,
.times2-item h4 {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
}

#times a {
    display: block;
    height: 100%;
    background-color: #fff;
    opacity:1;
    transition:opacity 0.3s ease;
}
/* #times a:hover{
    opacity:0.85;
} */



#times .more-item{
    display:none;
    opacity:0;
    transition:opacity 1s ease;
}
#times .more-item.show1{
    display:block;
}
#times .more-item.show2{
    opacity:1;
}

#times .more_btn-row{
    text-align: center;
    margin-top: 2.5rem;
}
#times .more_btn-row .more_btn{
    font-weight:bold;
     display:inline-block;
    background-color:#ffea65;
    color:#000;
    padding:0.25rem 1rem;
    border-radius:0.5rem;
    cursor:pointer;
}


@media (max-width: 768px) {
    #times .section-text {
        width: 1rem;
        left: 0;
        padding: 0 0 0 0.2rem;
    }
    #times .section-text img{
        width:100%;
    }

    .times-block {
        flex-wrap: wrap;
    }

    .times3-box .flex-item {
        width: 50%;
    }

    .times-block > .flex-item {
        width: 100%;
    }

    .times-block > .flex-item + .flex-item {
        margin-top: 1rem;
    }
    .times2_inner-box {
        margin: 0 -0.5rem;
    }

    .times2_inner-box .flex-item {
        padding: 0 0.5em;
        /* margin-top:0.5rem; */
    }
    .times2_inner-box .flex-item:nth-child(n + 3){
        margin-top:1rem;
    }
    .times3-box{
        margin:0 -0.5rem
    }
    .times3-box .flex-item {
        padding: 0 0.5rem;
        margin-top: 1rem;
    }
}

/*SNS*/
#SNS {
    position:relative;
    overflow:hidden;
    padding: 8rem 0 20rem 0;
}
#SNS .section-text {
    position: absolute;
    top: 0;
    right: -1rem;
    width: 5rem;
    height: 100%;
    background-color: #fff;
    padding: 0 0rem 0 2rem;
}
#SNS .section-text img {
        width: 1.1rem;
    }
#SNS > .sec-inner {
    background-color: rgba(0,0,0,0.1);
    /* padding: 2.5rem 0; */
    padding-bottom:2.5rem;
}

.sns-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    /*padding-right: 4rem;*/
}

.sns-box > .flex-item {
    width: calc((100% / 2) * 1 - 0.01px);
    padding: 0 1rem;
}

.sns_list-box {
    /* padding-right:2rem; */
}

.sns-box > .twitter-box {
    margin: -8rem 0 -20rem 0;
    position: relative;
}

.sns-box > .twitter-box iframe {
    box-shadow: 0.5rem 0.5rem rgba(0,0,0,0.5);
}

.sns_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.sns_list > .flex-item {
    width: calc((100% / 5) * 1 - 0.01px);
    padding: 0 0.5rem;
    margin-top: 2rem;
}

.sns_list > .flex-item .image {
    border-radius: 1rem;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    /*     transition:background-color 0.3s ease; */
}

.sns_list a {
    display: block;
}
.sns_list a img{
    transition: transform 0.3s ease;
}

.sns_list .image:hover {
    /*     background-color:#999; */
}

.sns_list .image:hover a img{
    transform:scale(1.1);
}

@media (max-width: 768px) {
    #SNS {
        padding:0;
    }
    #SNS .section-text {
        right: 0rem;
        width: 1rem;
        padding: 0 0rem 0 0.1rem;
    }
    #SNS .section-text img{
        width:100%;
    }

    #SNS .inner-width {
        padding: 3rem 1rem;
        padding-top: 0;
        padding-right: 2rem;
    }

    .sns-box > .flex-item {
        width: 100%;
    }

    .sns-box > .twitter-box {
        margin: 0;
        margin-top: 3rem;
    }
    .sns-box > .twitter-box iframe {
        box-shadow:none;
    }
}
@media (max-width:480px){
    .sns-box > .twitter-box iframe{
        max-height:450px;
    }
}

/*onlinestore*/
#onlinestore .h2Title{
    margin-top:0;   
}
.onlinestore {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.onlinestore .flex-item {
    width: calc((100% / 2) * 1 - 0.01px);
    padding: 0 1rem;
    margin-top: 1rem;
}

.onlinestore .flex-item a {
    display: flex;
    background-color: rgba(0,0,0,0.1);
    padding: 1rem;
}

.onlinestore .flex-item .image {
    background-color: #fff;
}

.onlinestore .flex-item .image {
    overflow:hidden;
    width: 40%;
    position: relative;
}
.onlinestore .flex-item .image img{
    transition:transform 0.5s ease;
}
.onlinestore .flex-item a:hover .image img{
    transform:scale(1.1);
}
/*.onlinestore .flex-item .image:after{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.05);
    opacity:0;
    transition:opacity 0.5s ease;
}
.onlinestore .flex-item a:hover .image:after{
    opacity:1;
}*/
.onlinestore .flex-item h4,
.onlinestore .flex-item p{
    transition:color 0.5s ease;
}
.onlinestore .flex-item a:hover h4,
.onlinestore .flex-item a:hover p{
    color:#d7000f;
}


.onlinestore .flex-item .text {
    width: 60%;
    padding-left:1rem;
}

.onlinestore .flex-item .text h4 {
    font-size: 1.5rem;
}

.onlinestore .flex-item .text p {
    margin-top: 1rem;
}
#onlinestore a{
    transition:opacity 0.3s ease;
    opacity:1;
}
/* #onlinestore a:hover{
    opacity:0.85;
}
 */
@media (max-width: 1100px) {
    .onlinestore .flex-item {
        width:100%;
        max-width: 768px;
        margin:0 auto;
        margin-top:2rem;
    }
}
@media (max-width: 768px) {
    .onlinestore .flex-item {
        width:100%;
    }

    #onlinestore .inner-mid-width {
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .onlinestore .flex-item {
        width:100%;
    }

    .onlinestore .flex-item a {
        padding: 0.5rem;
    }

    .onlinestore .flex-item .image {
        width: calc((100% / 3) * 1);
        max-width: none;
    }

    .onlinestore .flex-item .text {
        width: calc((100% / 3) * 2);
        max-width: none;
        padding: 0 0.5rem;
    }

    .onlinestore .flex-item .text h4 {
        font-size: 1rem;
    }

    .onlinestore .flex-item .text p {
        font-size: 0.9rem;
        margin-top: 0.5rem;
        line-height: 1.3;
    }
}

/*LINK*/
#LINK .h2Title{
    margin-top:0;   
}
#LINK .sec-inner {
    max-width: 1300px;
    margin: 0 auto;
}

.link {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
    text-align: center;
}

.link .flex-item {
    width: calc((100% / 4) * 1 - 0.01px);
    padding: 0 0.5rem;
    margin-top: 1rem;
}
#LINK a{
    transition:opacity 0.3s ease;
    opacity:1;
}
/* #LINK a:hover{
    opacity:0.85;
} */

@media (max-width: 768px) {
    #LINK .sec-inner {
        padding: 0 1rem;
        max-width: none;
    }
    .link .flex-item {
        width: calc((100% / 2) * 1 - 0.01px);
    }
}

.spacePc-10 {
    height: 10rem;
    width: 100%;
}


@media (max-width: 768px) {
    .spacePc-10 {
        height: 5rem;
    }
}





.item_bold{
    font-weight:bold;
    line-height: 1.1;
    font-size: 0.9rem;
    padding: 0 0.25rem;
}
@media (max-width:768px){
    .item_bold{
        font-size: 1.1rem;
    }
    .sp-right-margin{
        margin-right: 50%;
    }    
}