@charset "UTF-8";
@import "reset.css";
@import "common.css";

/* CSS Document */

/*==================== 基本設定 ====================*/
html{}
body {font-family: -apple-system, BlinkMacSystemFont, "HiraKakuProN W6",Arial,Roboto,"Droid Sans","Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
font-size:14px;line-height:1.5;letter-spacing: 0.5px;color:#333;background:#ffffff;width:100%;position:relative;
max-width: 750px;margin: 0 auto;
}
/**
明朝の場合はこっち font-family:'fgutsukushiweb','Garamond','Times New Roman','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
 **/
table{font-size:1em;}
a{text-decoration: none;}

.come_title{background: transparent;border-radius: 0;border: none;padding: initial;}

.l_contents{position:relative;}
.area_come_wrapper{margin-right:auto;margin-left:auto;position: relative;}
.come_title_serif{
    text-align:center;font-family:'fgutsukushiweb','Garamond','Times New Roman','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.area_text{color: #707070;}
.come_btn,.arrow{text-align: center;}

.come_btn a{display: inline-block;background: #ae9c4a;color: #fff;box-shadow: 2px 5px 10px rgba(1,36,46,0.31);text-decoration: none;
text-align: center;font-weight: bold;border-radius: 0;border: none;-webkit-box-sizing: border-box;box-sizing: border-box;

}
.arrow a{display: inline-block;border-bottom: 1px solid #333;text-decoration: none;font-weight: bold;position: relative;
    font-family:'fgutsukushiweb','Garamond','Times New Roman','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','游明朝','Yu Mincho','游明朝体','YuMincho','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.arrow a::after{content: "";height: 1px;background-color: #333;position: absolute;right: 0;}

.l_header header{position: absolute;top: 0;left: 0;right: 0;z-index: 1;width: 100%;}
.l_header_image .box .image{display: block;background-repeat: no-repeat;width: 100%;background-size: cover;
    background-position: center;text-indent:100%;white-space:nowrap;overflow:hidden;-webkit-box-sizing: border-box;box-sizing: border-box;
}

/* Arrows */
.slick-prev,.slick-next{
    font-size: 0;line-height: 0;position: absolute;top: 50%;z-index: 1;
    display: block;width: 20.5px;height: 33px;padding: 0;
    -webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);
    cursor: pointer;color: transparent;border: none;outline: none;background: transparent;
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{
    color: transparent;outline: none;background: transparent;
}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity: .25;}
.slick-prev:before,.slick-next:before{
    content: "";font-size: 0;line-height: 1;opacity: 1;display: block;
    color: white;width: 100%;height: 100%;
    background: url(../../images/twinzip/slider_arrow.png);
    background-repeat: no-repeat;background-size: contain;
    -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
.slick-prev{left: 13px;}
[dir='rtl'] .slick-prev{right: 13px;left: auto;}
.slick-prev:before{-webkit-transform: rotate(-180deg);transform: rotate(-180deg);}
[dir='rtl'] .slick-prev:before{-webkit-transform: rotate(-180deg);transform: rotate(-180deg);}

.slick-next{right: 13px;}
[dir='rtl'] .slick-next{right: auto;left: 13px;}

/* Dots */
.slick-dots{position: relative;display: block;width: 100%;line-height: 0;
    padding: 0;margin-top: 10px;list-style: none;text-align: center;
}
.slick-dots li{position: relative;display: inline-block;width: 15px;height: 15px;
    margin: 0;padding: 0 6.5px;cursor: pointer;
}
.slick-dots li button{font-size: 0;line-height: 0;display: block;
    width: 15px;height: 15px;margin: 0;cursor: pointer;color: transparent;
    border: 0;outline: none;background: transparent;position: relative;
}
.slick-dots li button:hover,.slick-dots li button:focus{outline: none;}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity: 1;}
.slick-dots li button:before{
    content: '';width: 10px;height: 10px;line-height: 10px;
    position: absolute;top: 0;left: 0;
    text-align: center;border-radius: 50%;border: 2px solid #fff;opacity: 1;
    background-color: transparent;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{opacity: 1;background-color: #fff;}

/**/
.l_footer{padding: 45px 0 26px;font-size: 12px;}
.l_footer .logo{margin: 0 auto 22px;max-width: 233px;width: 50%;}
.l_footer ul li{padding: 0 8px;}
.l_footer ul li a{line-height: 1;text-decoration: none;}
.l_footer .copyright{margin: 15px auto 0;color: #bcbcbc;text-align:center;}
.l_footer{text-align: center;}
.l_footer ul{display: flex;justify-content: center;}


.area_02 .shop_box ul{display:flex;justify-content: center;flex-wrap: wrap;}
.area_02 .shop_box ul li{-webkit-box-sizing: border-box;box-sizing: border-box;}

.area_04 h2,.area_04 .area_text{color: #fff;}
/**/
.area_05 .frame_box{}

.image{text-align: center;}
img{max-width: 100%;}

    /**/
    .l_header{max-width:1920px;position:relative;}
    .l_header .area_come_wrapper{display:flex;justify-content:space-between;padding:30px 0;}
    .l_header .logo{position: absolute;top: 15px;right: 0;left: 0;z-index: 1;display: flex;justify-content: center;}
    .l_header .logo a,.l_header .logo span{display:block;}
    .l_header .logo span{background:url(../../images/twinzip/logo_sp.png) no-repeat left top;width:230.5px;height:49px;
        background-repeat:no-repeat;text-indent:100%;white-space:nowrap;overflow:hidden;background-size: contain;
    }

    /**/    
    .mainimage .slick-list::after{content: "";display: block;width: 100%;height: 0;
        background:url(../../images/twinzip/parts_header_sp_mask.png) no-repeat center top;
        position: absolute;bottom:0;background-size: cover;padding-top: 9%;
    } 
    .l_header_image .box .image{height: 0;padding-bottom: 9%;padding-top: 120.47%;}

    .mainimage::before{content: "";display: block;width: 33.5px;height: 100.5px;
        background: url(../../images/twinzip/scroll_sp.png) no-repeat center top;
        background-size: contain;position: absolute;bottom: -55px;left: 50%;
        transform: translateX(-50%);animation: btn_scrl 1s linear infinite;z-index: 1;
    }

    /**/
    
    h2{font-size: 21px;line-height: 30px;font-weight: bold;}
    .area_text{font-size: 14px;line-height: 24px;}
    .come_btn a{font-size: 15px;line-height: 50px;width: 208px;padding: 0;}
    .arrow a{line-height: 1;padding: 14px 0;}
    .arrow a::after{width: 26px;bottom:4px;-webkit-transform: rotate(22deg);transform: rotate(22deg);}

    .area_02 .arrow a,.area_03 .arrow a{width: 238px;font-size: 18px;text-align: center;}


    /**/
    .area_01{padding: 80px 0 54.5px;}
    .area_01 h2{margin-bottom: 20px;}
    .area_01 .area_come_wrapper{padding: 0 15px;}
    .area_01 .area_text{margin-bottom: 20px;}
    .area_01 .come_btn{margin-top: 20px;}
    .area_01 .movie {position: relative;padding-bottom: 56.25%;
    height: 0; overflow: hidden;max-width: 1200px;width: 100%;
    }
    .area_01 .movie iframe { position: absolute;top: 0;	left: 0;
    width: 100%; height: 100%;
    }        


    /**/
    .area_02{padding-bottom: 48px;}
    .area_02 .area_come_wrapper{padding: 32px 0 206px;background:url(../../images/twinzip/area02_bg.png) no-repeat left top;background-size: cover;}
    .area_02 .area_come_wrapper > h2{margin-bottom: 8px;}
    .area_02 .area_come_wrapper .area_list{background: rgba(255,255,255,0.7);border-top: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;
    padding: 40px 0 18px;
    }
    .area_02 .area_come_wrapper >.area_text{padding: 0 15px 45px;line-height: 29px;}
    .area_02 .area_list .box{position: relative;margin-bottom: 15px;}

    .area_02 .area_list .box .text{padding: 30px 15px 0;}
    .area_02 .area_list .box h3{font-size: 18px;line-height: 1;text-align: center;font-weight: bold;margin-bottom: 16px;}
    .area_02 .area_list .box .text p{font-size: 14px;line-height: 24px;color: #707070;}
    .area_02 .area_list .box img{max-width: 100%;}
    .area_02 .shop_box{padding: 0 15px;}
    .area_02 .shop_box ul{margin-top: -166px;margin-bottom:14px;position: relative;}
    .area_02 .shop_box ul li{padding: 0 6.25px 12.5px;width: 33.33333%;width: -webkit-(100% / 3);width: -moz-(100% / 3);width: (100% / 3);}

    /**/
    .area_03{padding: 36px 15px 47.5px;background:url(../../images/twinzip/area03_bg_sp.png) no-repeat center;background-size: cover;position: relative;}
    .area_03 h2{margin-bottom: 10px;font-size: 22.5px;line-height: 32.5px;}
    .area_03 .area_text{padding-bottom: 22px;}

    /**/
    .area_04{padding: 60px 0 16%;background:url(../../images/twinzip/area04_bg_sp.jpg) no-repeat center top;background-size: cover;position: relative;}
    .area_04::after{content: "";display: block;width: 100%;height: 0;background:url(../../images/twinzip/parts_bg_area04_mask.png) no-repeat center top;
        position: absolute;bottom:0;background-size: cover;padding-top: 18%;
    } 
    .area_04 .area_come_wrapper > h2{margin-bottom: 15.5px;}
    .area_04 .area_come_wrapper > .area_text{padding: 0 15px 44px;}
    .area_04 .area_list{padding: 0 45px;}
    .area_04 .area_list .box{background: #fff;-webkit-box-sizing: border-box;box-sizing: border-box;max-width: 283px;
    padding: 25px 20px 23px;margin: 0 auto;
    }
    .area_04 .area_list .box:nth-of-type(even){flex-direction:row-reverse;}
    .area_04 .area_list .box .image span{display: block;width: 100%;background-repeat:no-repeat;text-indent:100%;white-space:nowrap;overflow:hidden;
        height: 0;padding-top: 70%;background-size: cover;margin-bottom: 13.5px;
    }
    .area_04 .area_list .box .text{-webkit-box-sizing: border-box;box-sizing: border-box;display: flex;justify-content: center;align-items: center;}
    .area_04 .area_list .box h3{font-size: 15px;line-height: 22px;font-weight: bold;margin-bottom: 6px;}
    .area_04 .area_list .box p{font-size: 12px;line-height: 18px;color: #707070;}

    /**/
    .area_05{padding: 40px 15px;}
    .area_05 .frame_box{max-width: 690px;-webkit-border-radius: 10px;border-radius: 10px;box-shadow: 2px 5px 10px rgba(1,36,46,0.31);
    margin: 0 auto;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 25px 22.5px 60px;
    }
    .area_05 h2{font-size: 18px;line-height: 1;text-align: center;}
    .area_05 .frame_box .box{-webkit-box-sizing: border-box;box-sizing: border-box;}
    .area_05 .come_btn{margin-top: 20px;}
    .area_05 .frame_box .box >div{-webkit-box-sizing: border-box;box-sizing: border-box;padding-top: 25px;}
    .area_05 .frame_box .area_text{line-height: 22px;}

    /**/
    .area_06{padding: 40px 0 39px;background:url(../../images/twinzip/area06_bg.png) repeat left top;position: relative;}
    .area_06 .area_come_wrapper > h2{padding:0 15px 15.75px;font-size: 21px;text-align: left;line-height: 27.5px;}
    .area_06 .area_come_wrapper > div.area_text{padding: 0 15px 17px;position: relative;}
    .area_06 .area_come_wrapper > div.area_text::after{content: "";display: block;width: 141px;height: 135.5px;background:url(../../images/bg_pt2.png) no-repeat;
        position: absolute;right: 0;top: 50%;transform: translateY(-50%);background-size: contain;}
    .area_06 .box h2{font-size: 18px;line-height: 1;}
    .area_06 .box >div{padding: 23.5px 15px 0;-webkit-box-sizing: border-box;box-sizing: border-box;z-index: 1;}
    .area_06 .area_btn{display: flex;padding: 23px 0 0;}
    .area_06 .arrow{width: 50%;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0 13px;}
    .area_06 .arrow a{max-width: 190px;font-size: 18px;text-align: left;width: 100%;}



/********** container **********/
.l_container{}

/********** ヘッダー **********/

.l_header .cont{width:1000px;margin-right:auto;margin-left:auto;}

.l_header_image{position:relative;top:0;}

/********** コンテンツ *********/

/********** フッター **********/

.area_ft_banner{position:relative;z-index:10;
    background:url(../images/bg_ft_banner.png) repeat left top;padding:36px 0;
}
.area_ft_banner ul{font-size:0;display:flex;margin:0 -4px;flex-wrap:wrap;}
.area_ft_banner ul li{display:inline-block;margin:10px 4px;}


.l_footer footer{color:#404040;line-height:1;} 
.area_ft_navi ul{font-size:0;text-align:center;margin:70px 0 0;}
.area_ft_navi ul li{display:inline-block;font-size:14px;position:relative;padding:0 20px;}
.area_ft_navi ul li::after{content:"|";position:absolute;left:-2px;top:-2px;}
.area_ft_navi ul li:first-of-type::after{content:none;}

.area_ft_navi ul li a{color:#404040;text-decoration:none;}
.area_ft_navi ul li a:hover{text-decoration:underline;}



.bg_dk{background:url(../images/bg_body2.png) repeat left top;position:relative;}
.bg_dk .area_come_wrapper{position:relative;z-index:10;}



.title_h3{background:url(../images/bg_title.png) no-repeat center top;
    font-size:30px;text-align:center;position:relative;margin-bottom:30px;padding-top:10px;
    min-height:68px;
}
.title_h3::after{width:56px;height:2px;background:#d61515;display:block;position:absolute;left:50%;margin-left:-28px;bottom:0;content:"";
}
.title_h3.fs_s{font-size:28px;line-height:42px;}

.btn_red_round a{display:inline-block;background:#d93535;color:#fff;text-align:center;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;line-height:36px;font-size:16px;text-decoration:none;position:relative;width:160px;
}
.btn_red_round a::after{width:6px;height:8px;background:url(../images/btn_arrow.png) no-repeat;display:block;position:absolute;top:50%;margin-top:-4px;right:19px;content:"";
}
.btn_red_round a:hover{background:#c80d0d;}

.image_area span{background-repeat:no-repeat;}

