@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');


*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-color: #444;
}

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/bg_v1.jpg) center no-repeat;
  background-size:cover;
}

#container {
    width: 100%;
    margin: 0 auto;
}

/*ヘッダーの設定*/

/*画像を動かしてみる*/
.fluffy {
    -webkit-animation: fluffy 0.8s linear 0s 1;
    animation: fluffy 0.8s linear 0s 1;
    margin-bottom: 50px;
}

@-webkit-keyframes fluffy {
    0% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    15% {
        -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
    }

    30% {
        -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
    }

    50% {
        -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
    }

    70% {
        -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    }

    100% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

@keyframes fluffy {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    15% {
        transform: scale(0.9, 0.9) translate(0%, 5%);
    }

    30% {
        transform: scale(1.3, 0.8) translate(0%, 10%);
    }

    50% {
        transform: scale(0.8, 1.3) translate(0%, -10%);
    }

    70% {
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

/*普通のヘッダー*/
.header_inner {
    width: 1200px;
    margin: 0 auto;
}

.h_mv {
    text-align: center;
    padding: 10px 0;
}

.h_mv img {
    width: 300px;
    height: auto;
}

.header_info {
    font-size: 18px
}



/*ナビの設定*/



.inner {
    width: 980px;
    margin: 0 auto;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: 1px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 10;
}

#top-head a,
#top-head {
    color: #e2e2e2;
    text-decoration: none;
    font-size: 15px;
    transition: 1.0s;
}


#top-head .inner {
    position: relative;
}

#top-head .logo {
    float: left;
    font-size: 36px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

#global-nav ul li {
    float: left;
}

#global-nav ul li a {
    padding: 0 10px;
}

#global-nav ul li a:hover {
    color: #ac0000;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, .5);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

#top-head.fixed #global-nav ul li a:hover {
    color: #ac0000;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*画像のスワイプ*/
.swiper-container {
    width: 970px;
    height: 650px;
    margin: 0 auto;
    text-align: center;
}

.swiper-slide {
    width: 970px;
    height: 650px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0 0 40px 0;
}



/*ふわっと実験*/
.effect-fade {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 300ms;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

/*ふんわり文字*/

.effect-fade {
    color: #f2f2f2;
    font-size: 15px;
    line-height: 180%;
}

.fade_text {
    width: 900px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 50px 50px;
    margin: 0 auto;
}

.ttl_fade {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Averia Serif Libre', cursive;
}

.s_logo {
    text-align: center;
    padding: 50px 0;
}

.s_logo img {
    width: 300px;
}

/*コレクションをゆっくり表示*/
.effect_2 {
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    width: 600px;
}

.ttl {
    font-size: 40px;
    color: #e2e2e2;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    font-family: 'Averia Serif Libre', cursive;
}


/* 2つ目の要素に200msのdelayをかける */
#effect2 > li .effect-fade:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

/* 3つ目の要素に400msのdelayをかける */
#effect2 > li .effect-fade:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

/*おすすめ商品*/

/*.ttl_pre {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: #e2e2e2;
}
*/

.effect_3 {
    width: 700px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.effect_3 img{
    margin: 0 auto;
}

.item {
    width: 330px;
}

/*

.item_ttl {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}

*/

.item_btn {
    text-align: center;
    margin: 30px;

}

.item_btn a {
    background-color: #555;
    font-size: 15px;
    color: #e2e2e2;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    font-family: 'Averia Serif Libre', cursive;
}

/*
.message {
    width: 700px;
    margin: 0 auto;
}

.message img {
    float: left;
    margin-right: 20px;
}

.message {
    margin-bottom: 10px;
}
*/
/*
.table_cont {
    width: 700px;
    margin: 0 auto;
}

.table_cont th,
.table_cont td {
    border: 1px solid #aaa;
    padding: 10px;
}

.table_cont th {
    background-color: #d1cdcd;
}
*/

.news {
    width: 700px;
    margin: 0 auto;
}

.news_list {
    display: flex;
    border-bottom: 1px solid #aaa;
    padding: 10px 0;
    color: #e2e2e2;
}

.news_list dt {
    margin-right: 60px;
}

.more {
    text-align: right;
    padding-top: 20px;
}

.more a {
    color: #e2e2e2;
}
*/

.ttl_co {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    font-family: 'Averia Serif Libre', cursive;
}

.table_cont {
   width: 700px;
   margin: 0 auto;
}

.table_cont th,
.table_cont td {
   border: 1px solid #aaa;
   padding: 10px;
}

.table_cont th {
   background: rgba(255, 255, 255, .8);
}

.table_cont td {
    background: rgba(255, 255, 255, .5);
}


.totop {
    width: 960px;
    margin: 0 auto;
    text-align: right;
}


.totop a {
    text-decoration: none;
    background-color: #333;
    padding: 10px;
    color: #fff;
    display: inline-block;
    font-family: 'Averia Serif Libre', cursive;
    font-size: 14px;
}

.totop img {margin-right: 5px;
}

footer {
    background-color: #333;
    padding: 30px;
}

.footer_nav {
    text-align: center;
}

.footer_nav li {
    display: inline;
}

.footer_nav li:lest-child a {
    border-right: none;
}

.footer_nav a {
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.footseo{
    font-size: 12px;
}

.copy {
    text-align: center;
    color: #fff;
    padding: 10px;
}

.swiper-slide {
    padding: 0;
}


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

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }

    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }

    #mobile-head {
        background-color: rgba(255, 255, 255, 0.3);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 16px;
    }

    #global-nav ul li {
        float: none;
        position: static;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }

    #nav-toggle {
        display: block;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

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

    /*サイト生全体（#container）の横幅を100%とする*/
    #container {
        width: 100%
    }
 /*   .logo img{
        display: none
    }
*/    
    .s_logo {
    padding: 50px 0 50px;
}

    .hanehane {
        text-align: center;
        padding: 50px 0 0 0;
    }

    .swiper-container {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .swiper-slide {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        display: block;
        padding: 0 0 40px 0;
    }

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


    .effect-fade {
        color: #f2f2f2;
        font-size: 15px;
        line-height: 180%;
    }

    .fade_text {
        width: 95%;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 20px 20px;
        margin: 0 auto;
    }

    .ttl {
        padding: 0;
    }

    
    .effect_2 {
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 200px;
    }

    .effect_3 {
        width: 300px;
        display: block;
    }

    
    /*

    .item {
        width: 100%;
    }
*/
    
.ttl_commer {
    font-size: 18px;
    color: #e2e2e2;
    text-align: center;
    padding: 10px 0;
}

.table_cont {
   width: 90%;
   margin: 0 auto;
}

.table_cont th,
.table_cont td {
   border: 1px solid #aaa;
   padding: 5px;
}    
    .news {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }

    .totop {
        width: 100%;
        margin: 0 auto;
        text-align: right;
    }

}
