﻿.top-backshadow{
    position: absolute;
    top: 370px;
    right: 100px;
}
.top-backshadow2{
    position: absolute;
    top: 2600px;
    left: 0;
}
#contents2 .num{
    left: 53%;
}
/*プロモ動画*/
.the_pv{
    height: 90vh;
    margin: 100px auto 40px auto;
}
/*ECサイトへリンク*/
#online-shop {
    position: fixed;
    bottom: 50px;
    right: 75px;
    transform: translateY(200px);
    z-index: 3;
    transition-duration: 0.5s;
}
#online-shop.visible{
    transform: translateY(0);
    transition-duration: 0.5s;
}

#online-shop .the_button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #edf3ef;
    padding:15px 30px;
    border-radius: 30px;
    transition-duration: 0.5s;
}
#online-shop .the_button:hover{
    transform: scale(1.10);
    transition-duration: 0.5s;
}
#online-shop .the_button img{
    width: 40px;
    height: 40px;
}
#online-shop .the_button p{
    color: #333;
    padding-left: 10px;
    font-size: 1.2rem;
    font-family: "Hannari","游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
@media screen and (max-width:768px){
    #online-shop {
        bottom: 5px;
        right: 65px;
    }
    #online-shop .the_button{
        padding:5px 15px;
    }
    #online-shop .the_button img{
        width: 30px;
        height: 30px;
    }
    #online-shop .the_button p{
        font-size: 1.0rem;
        
    }
}
@media screen and (max-width:375px){
    #online-shop{
        right: 70px;
    }
    #online-shop .the_button p{
        font-size: 0.8rem;
    }
    
}
/*コピーライト*/
@media screen and (max-width:768px){
#copyright.pd_b-10px {
    padding-bottom: 70px;
}
}
/*下層ページ*/
@media screen and (max-width: 667px){
    #page_title .font_24_sp{
        font-size: 18px;
    }
    .page9  #page_title .font_24_sp{
        font-size: 12.5px;
    }
}
/* ---------- loopSlider ---------- */
#topcms_gallery_type1 .loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
#topcms_gallery_type1 .loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
#topcms_gallery_type1 .loopSlider .ul .li img{
    border-radius: 0;
}
#topcms_gallery_type1 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/*リンクボタン*/
#topcms_gallery_type1 .btn{z-index: 3;}
#topcms_gallery_type1 .btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
#topcms_gallery_type1 .btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
#topcms_gallery_type1 .btn a:hover::before {
    right: 16%;
    background: #fff;
}
#topcms_gallery_type1 .btn a:hover::after {
    right: 15%;
    background: #fff;
}
#topcms_gallery_type1 .btn {
    display: block;
}
#topcms_gallery_type1 .btn a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
}
#topcms_gallery_type1 .btn a:hover {
    background: #1c1c1c;
    color: #fff;
}
#topcms_gallery_type1 .btn a span, .btn a strong {
    text-align: center;
}
@media(max-width: 768px) {
#topcms_gallery_type1,#topcms_gallery_type1 .loopSliderWrap,#topcms_gallery_type1 .loopSlider,#topcms_gallery_type1 .loopSlider ul,#topcms_gallery_type1 .loopSlider .ul .li{
	height: 280px;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 280px;
}
#topcms_gallery_type1 {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media(max-width: 667px) {
#topcms_gallery_type1,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 179px;
}
#topcms_gallery_type1 .btn a::after {
    bottom: 35px;
    right: 27%;
}
#topcms_gallery_type1 .btn a::before {
    bottom: 30px;
    right: 27%;
}
#topcms_gallery_type1 .btn a {
    width: 140px;
    height: 140px;
    line-height: 1.7;
}
#topcms_gallery_type1 .btn a {
    background: #fff;
    color: #212121;
    transition: all 0.1s;
}
#topcms_gallery_type1 .btn a:hover {
    background: #1c1c1c;
    color: #fff;
    transition: all 0.1s;
}
}