@charset "UTF-8";
@import "https://designmodo.github.io/Flat-UI/dist/css/flat-ui.min.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
@import "https://daneden.github.io/animate.css/animate.min.css";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@media screen and (max-width: 480px){
    *
    {
        font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: bold;
    }

    html{
        height:100%;
    }

    /*ページの背景*/
    body{
        margin: 0;
        padding: 0;
        height: 100%;
        background-color: gray;
        background-color: #ffffcc;
    }

    #wrapper {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        padding-left: 0;
        transition: all 0.5s ease;
        background-color: #ffffee;
    }
    #wrapper.toggled {
        padding-left: 220px;
    }
    #wrapper.toggled #menu {
        width: 220px;
    }
    #wrapper.toggled #container {
        margin-right: -220px;
        position: absolute;
        z-index: -1;
    }

    #container {
        width: 100%;
        margin: 0 auto;   /*中央寄せ*/
        padding:0 20px 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ffffee;
    }

    /* メニュー */
    #menu {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        background: #000000;
        height: 100%;
        left: 220px;
        margin-left: -220px;
        overflow-x: hidden;
        overflow-y: auto;
        transition: all 0.5s ease;
        width: 0;
        z-index: 1000;
        box-shadow: 2px 0 10px rgba(0,0,0,0.3);
    }
    #menu::-webkit-scrollbar {
        display: none;
    }
    #menu-bar {
        width: 220px;
        position: absolute;
        display: block;
        margin: 0 0 30px;
        padding: 0;
    }
    #menu-bar li {
        position: relative;
        display: inline-block;
        width: 100%;
        list-style-type: none;
        text-align: left;
        margin: 0 0;
        padding: 8px 0 8px;
        transition: all 0.3s ease;
    }
    /* #menu-bar li:hover {
        border-left: 6px solid rgb(235,97,0);
        background: #323232;
    } */
    /* #menu-bar li:before{
        background-color: rgb(235,97,0);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: width .2s ease-in;
        width: 3px;
        z-index: -1;
    } */
    #menu-bar li:hover:before {
        transition: width .2s ease-in;
        width: 100%;
    }
    #menu-bar li p {
        display: inline;
        color: #fff;
        padding-left: 20px;
        font-size: 1.2em;
        text-decoration: none;
    }
    #menu-bar a {
        color: black;
    }
    #menu-bar li.open:hover:before {
        transition: width .2s ease-in;
        width: 100%;
    }
    #menu-bar li a:hover, #menu-bar li a:active, #menu-bar li a:focus, #menu-bar li.open a:hover, #menu-bar li.open a:active, #menu-bar li.open a:focus {
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
    }
    .fa-example {
        font-size: 1.5em;
        color: white;
        margin: 0 0 0 15px;
    }

    /* Hamburger */
    .hamburger {
        background: transparent;
        border: none;
        display: block;
        height: 32px;
        margin-left: 15px;
        position: fixed;
        top: 10px;
        width: 32px;
        z-index: 999;
    }
    .hamburger:hover {
        outline: none;
    }
    .hamburger:focus {
        outline: none;
    }
    .hamburger:active {
        outline: none;
    }
    .hamburger.is-closed:before {
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
        color: #ffffff;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        opacity: 0;
        text-align: center;
        width: 100px;
    }
    .hamburger.is-closed:hover:before {
        -webkit-transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
        display: block;
        opacity: 1;
    }
    .hamburger.is-closed:hover .hamb-top {
        -webkit-transition: all .35s ease-in-out;
        top: 0;
    }
    .hamburger.is-closed:hover .hamb-bottom {
        -webkit-transition: all .35s ease-in-out;
        bottom: 0;
    }
    .hamburger.is-closed .hamb-top {
        -webkit-transition: all .35s ease-in-out;
        background-color: rgba(255, 255, 255, 0.7);
        top: 5px;
    }
    .hamburger.is-closed .hamb-middle {
        background-color: rgba(255, 255, 255, 0.7);
        margin-top: -2px;
        top: 50%;
    }
    .hamburger.is-closed .hamb-bottom {
        -webkit-transition: all .35s ease-in-out;
        background-color: rgba(255, 255, 255, 0.7);
        bottom: 5px;
    }
    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom  {
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
        background-color: #fff;
        margin-top: -2px;
        top: 50%;
    }
    .hamburger.is-open .hamb-middle {
        background-color: #fff;
        display: none;
    }
    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
        /* background-color: #1a1a1a; */
        background-color: #fff;
        margin-top: -2px;
        top: 50%;
    }
    .hamburger.is-open:before {
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
        color: #ffffff;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        opacity: 0;
        text-align: center;
        width: 100px;
    }
    .hamburger.is-open:hover:before {
        -webkit-transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
        display: block;
        opacity: 1;
    }

    /* メニューバー囲むとこ */
    .bar_box {
        background-color: #ffa500;
        width: 100%;
        height: 55px;
        position: fixed;
        box-shadow: 0 3px 5px rgba(0,0,0,.3);
        z-index: 1;
    }
    #bar_sm {
        display: block;
        margin: 0 auto;
        padding: 0 0 0 53px;
        text-align: center;
        height: 55px;
    }
    #bar_pc {
        display: none;
    }
    
    /* Dark Overlay */
    .overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.5);
        z-index: 2;
    }

    /* スライドショー */
    .slide {
        width: 100%;
    }
    .swiper-container {
        padding: 55px 0 0;
        z-index: 0;
    }
    .pc {
        display: none;
    }

    /* トピック */
    .topic_box {
        text-align: center;
        margin: 60px 0 15px 0;
    }
    .topic1 {
        font-size: 25px;
        margin: 0 0 8px 0px;
    }
    .hihn {
        margin: 0;
    }
    .topic2 {
        font-size: 10px;
        color: #eb6100;
        margin: 0;
    }

    /* カード */
    .card {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 10px 0;
        width: 100%;
        height: auto;
        background: #fff;
        text-align: center;
        /* -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.26);
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,.26);
        box-shadow: 0 2px 5px rgba(0,0,0,.26); */
        transition: all .2s ease-in-out;
    }
    .card:hover {
        -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.24);
        -moz-box-shadow: 0 4px 10px rgba(0,0,0,0.24);
        box-shadow: 0 4px 10px rgba(0,0,0,0.24);
    }
    .card-img {
        max-width: 100%;
        max-height: 300px;
        height: auto;
    }
    .stats-container {
        background: #fff;	
        position: absolute;
        top: 80%;
        left: 0;
        width: 100%;
        height: 200px;
        padding: 0 8% 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .card.animate .stats-container {
        top: 50%;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .stats-container .product_name {
        font-weight: 900;
        font-size: 5.5vw; 
        color: #393c45;
        display: block;
        margin: 2% 0;
    }
    .image_overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #eb6100;
        opacity: 0;
    }
    .card.animate .image_overlay {
        opacity: 0.7;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .product-options {
         padding:2vw 0 0;
         line-height: 6vw;
    }
    .product-options strong {
        font-weight: 700;
        color: #393c45;
        font-size: 4.2vw;
        line-height: 5vw;
    }
    .product-options span {
        color: #969699;
        font-size: 4vw;
        line-height: 5vw;
        float: left;
        text-align: left;
    }
    #view_details {	
        position: absolute;
        top: 14%;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: 2px solid #fff;
        color: #fff;
        font-size: 4vw;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        padding: 4% 8%;
        width: 52vw;
        opacity: 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    #view_details:hover {
        background: #fff;
        color: #eb6100;
        cursor: pointer;
    }
    .card.animate #view_details {
        opacity: 1;
        width: 47vw;
        font-size: 3.5vw;
        margin: 0 auto;
        padding: 3% 6%;
        top: 15%;
        left: 0;
        right: 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

    #new {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 0 0;
        padding-bottom: 20px;
        width: 100%;
        height: auto;
        background: #fff;
        border-top: 1px #eee solid;
        border-bottom: 1px #eee solid;
        transition: all .2s ease-in-out;
    }

    /* 一覧表示 */
    .more {
        margin: 40px auto 60px;
        border: 2px solid #eee;
        font-size: 13px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 0;
        width: 180px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .more a {
        padding: 0 0 0 20px;
        color: #737373;
    }
    .more:hover {
        border: 2px solid #eb6100;
    }
    .more:hover a {
        color: #eb6100;
    }
    
    .underline {
        text-decoration: underline;
    }
    dl {
        text-align: left;
        margin: 0;
    }
    dt {
        font-weight: 700;
        font-size: 18px;
        margin: 20px 0 5px 0;
        line-height: 27px;
    }

    /* 三角 */
    .header {
        background: url(../img/header.png) no-repeat;
        background-position: left center;
        background-size: auto 15px;
    }

    /* 工大祭ロゴ */
    .rogobox {
        width: 220px;
        padding: 20px 0 0px;
        margin: 0 auto;
        background-color: #ffffff;
    }
    #rogo {
        width: 220px;
    }

    /* 水平線 */
    hr {
        border-top: 5px solid #c0c0c0;
    }

    /*コピーライト*/
    #right{
        text-align: center;
        font-size: small;
    }
}
    /*センタリングして文は左寄せ*/
    .centering-block{
        text-align: center;
    }
    .centering-block-inner{
        text-align: left;
        display: inline-block;
    }