@charset "utf-8"; 
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat; /* urlを対応する場所に変更 */
}
 
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
 
    src: url('../fonts/slick.eot'); /* urlを対応する場所に変更 */
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg'); /* urlを対応する場所に変更 */
}

/* 共通部分
--------------------------*/
html {
	font-size: 100%;
}
body{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.7;
    color: #111;
}
a {
    text-decoration: none;
}
a:visited {
	color: #232323;
}
p {
    padding-bottom: 14px;
    margin: 0;
}
img {
    max-width: 100%;
}

.entry-label {  /* カテゴリー色 */
    display: inline-block;
    border-radius: 3px;
    padding: 1px 6px;
    color: #fff;
  }

/* header */
#home {
    position: relative;
    min-height: 100vh;
    text-align: center;
}

    .swiper-container {
        position: absolute;
        width: 100%;
        height: 75vh;
        z-index: 1;
    }

    .swiper-slide {
        padding-top: 0px;
        /* 画像位置の調整用 */
        text-align: center;
        color: #fff;
        font-size: 30px;
    }
    #logo {
        position: absolute;
        top: 38vh;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 350px;
        z-index: 100;
     }
     .gif_movie_l {
        position: absolute;
        top: 40vh;
        left: 10px;
        width: 250px;
        z-index: 200;
     }
     .gif_movie_r {
        position: absolute;
        top: 40vh;
        right: 10px;
        width: 250px;
        z-index: 300;
     }
     .menu_wrapper {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 4%;
    }

    .wrapper {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 4%;
    }
    .title_logo {
        text-align: center;
        padding: 30px 0 15px;
    }
    .title_logo img {
        width: 400px;
    }

    .menu {
        margin-bottom:  30px;
        font-size: 1.2rem;
        font-family: 'Coiny', cursive;
        color: #232323;
        list-style: none;
        overflow: hidden;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .menu > li {
        padding: 0 20px;
        text-align: center; 
    }

    .menu a {
        display: block;
        color:  #232323;
    }

    .menu a:visited {
        color:  #232323;
    }

    
    .menu a:hover {
        color: rgb(255, 136, 0);
    }

#home2 {
    display: none;
}

.mb_visual {
    display: none;
}

/* section01 */

#sec_01 {
    width: 100%;
    height: 580px;
}
.bg_01 {
    background-image: url(../images/hachi.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 150px;
}
    .title_topic {
        padding: 30px 0;
        background-image: url(../images/topic_bar.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        text-align: center;
        margin: 0 auto;
        width: 400px;
    }
        .title_word {
            font-size: 1.8rem;
            font-weight: bold;
            color: rgb(255, 136, 0);
        }
        .title_topic img {
            width: 200px;
            vertical-align: baseline;
        }
    /* posts */
    #posts {
        max-width: 1100px;
        height: 346px;
        margin: 30px 0 14px 0;
        display: flex;
        justify-content: center;
    }
        .post {
            margin: 0 10px;
            width: 250px;
            height: 100%;
            background-image: url(../images/kijiwaku.png);
            background-repeat: no-repeat;
            background-size: 250px;
        }

            .post-header {
                margin: 17px 33px 0 30px;
                text-align: right;
            }
                .post-meta {
                    width: 100px;
                    height: 23px;
                    margin: 0 0 5px auto;
                    font-size: 0.8rem;
                    font-weight: bold;
                    color: #fff;
                }

                .post-meta a {
                    color: #fff;
                }

                .post-image {
                    margin: 0 auto 10px;
                    width: 100%;
                }
                .post-image img {
                    width: 225px;
                    height: 145px;
                }
                
            .post-content {
                width: 200px;
                height: 130px;
                margin: 0 20px 21px 30px;
                overflow: hidden;
            }
                .post-content h2 {
                    height: 25px;
                    font-size: 1rem;
                    font-weight: bold;
                    line-height: 1;
                }

                .post-content h2 a {
                    color: #000;
                }

                .post-body {
                    height: 130px;
                    margin-top: 5px;
                }
                .post-body p {
                    font-size: 0.8rem;
                }
    .ichiran {
        margin: 30px auto 0px;
        width: 250px;
        height: 35px;
        background-color: #fff;
        border: solid 2px #565656;
        border-radius: 22px;
        color: #232323;
        text-align: center;
        padding-top: 6px;
        font-family: 'Coiny', cursive;
       }
    .ichiran:hover {
        background-color: #b8b8b8;
        color: #fff;
    }
            .maru_kakoi {
                color: white;
                background-color: #4c4c4c;
                border-radius: 10px;
                line-height: 1rem;
                padding: 0px 4.5px;
                margin-left: 3px;
            }

.gif_movie_l2 {
    position: absolute;
    top: 5vh;
    left: 10px;
    width: 250px;
    z-index: 200;
    }
.gif_movie_r2 {
    position: absolute;
    top: 5vh;
    right: 10px;
    width: 250px;
    z-index: 300;
    }

/* section02 */
#sec_02 {
    width: 100%;
    height: 340px;
    position: relative;
}
    .bg_02 {
        width: 100%;
        position: absolute;
        z-index: 300;
    }
        .baner_waku {
            padding: 80px 0 50px;
            display: flex;
            justify-content: center;
        }
            .shukaku_sc {
                margin: 10px 30px 10px;
                width: 280px;
            }
                .alpha_b:hover img {
                        opacity: 0.6;
                        filter: alpha(opacity=60);
                        -ms-filter: "alpha(opacity=60)"
                }
            .good_one {
                margin: 10px 30px 10px;
                width: 280px;
            }

    .bg_02a {
        width: 100%;
        height: 340px;
        position: absolute;
        background-image: url(../images/pastel_03.gif);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 180px;
        z-index: 200;
    }
    .bg_02b {
        width: 100%;
        height: 340px;
        position: absolute;
        background-image: url(../images/pastel_01.gif);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 220px;
        z-index: 100;
    }
/* hachi */
#hachi {
    margin: 0 auto;
    width: 500px;
}

/* section03 */
#sec_03 {
    width: 100%;
    height: 500px;
    margin-top: 20px;
}
    .title_passion {
        padding: 20px 0;
        background-image: url(../images/passion_bar.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        text-align: center;
        margin: 0 auto;
        width: 500px;
    }

        .title_passion img {
            width: 200px;
            vertical-align: baseline;
        }
    
    .next_text {
        text-align: center;
        margin: 0 20px 30px 20px;
        font-weight: 500;
    }    

    /* points */
    #points {
        max-width: 1100px;
        height: 230px;
        padding-top: 0px;
        display: flex;
        justify-content: center;
    }
        .point {
            margin: 7px;
            width: 185px;
            background-image: url(../images/point_waku.png);
            background-repeat: no-repeat;
            background-size: 185px;
            position: relative;
        }
            .number {
                position: absolute;
                font-family: 'Coiny', cursive;
                font-size: 1.5rem;
                top: 9px;
                left: 17px;
            }
                .point h2 {
                    width: 120px;
                    margin: 20px 20px 8px 50px;
                    font-size: 0.8rem;
                    line-height: 1.1rem;
                    font-weight: bold;
                }
                .point h2 a {
                    color:rgb(255, 136, 0);
                    background-color: #FFF471;
                }

                .point-image {
                    margin: 8px 25px 10px 22px;
                    width: 80%;
                }
                .point-image img {
                    width: 100%;
                }
    
/* section04 */
#sec_04 {
    width: 100%;
    height: 380px;
    margin-top: 30px;
    position: relative;
}
    .bg_04 {
        width: 100%;
        position: absolute;
        z-index: 300;
    }
    .title_products {
        padding: 30px 0;
        background-image: url(../images/passion_bar.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        text-align: center;
        margin: 0 auto;
        width: 520px;
        }

        .title_products img {
            width: 200px;
            vertical-align: baseline;
        }
    
    .responsive {
        margin: 30px auto 0px;
        max-width: 800px;
        height: 190px;
        }
    
    .slick_c {
        margin: 0 auto;
        width: 140px;
    }

    .responsive img {
        width: 140px;
        height: auto;
    }

    .bg_04_1 {
        width: 100%;
        height: 340px;
        position: absolute;
        background-image: url(../images/hachi2.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 150px;
        position: absolute;
        z-index: 200;       
    }

    .bg_04_2 {
        width: 100%;
        height: 340px;
        position: absolute;
        background-image: url(../images/pastel_03.gif);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 180px;
        z-index: 100;
    }

#sec_5 {
    width: 100%;
    height: 400px;
    }

    .bg_05 {
        width: 100%;
        height: 450px;
        background-image: url(../images/hati_img.png);
        background-repeat: repeat-x;
        background-size: contain;
        background-position: center center;
        border: none;
        padding-top: 80px;

    }

        .title_gallery {
            margin: 0 auto;
            padding: 8px 0;
            background-color: #000;
            background-repeat: no-repeat;
            text-align: center;
            width: 400px;
            }

            .title_gallery img {
                width: 200px;
                vertical-align: baseline;
            }
        .gallery {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            max-width: 900px;
            height: 330px;
            overflow: hidden;
            margin: 20px auto;
        }

            .gallery_img {
                margin: 10px 5px;
                overflow: hidden;
                width: 130px;/* トリミングしたい枠の幅 */
                height: 130px;/* トリミングしたい枠の高さ */
                border: solid 5px #fff;
                position: relative;
                background-color: #000;

            }

                .gallery_img img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);           
                }

#sec_06 {
    width: 100%;
}

    .iframe-wrap {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-top: 31.25%; /* = height ÷ width × 100 */
        }

        .iframe-wrap iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            }

    /* footer */
    #footer {
        padding-top: 50px;
        text-align: center;
    }

    .toiawase_tittle {
        width: 180px;
    }

    .toiawase_flex {
        max-width: 900px;
        margin: 30px auto 20px;
        display: flex;
        justify-content: center;
        font-weight: 500;
    }

    .toiawase_waku_l {
        width: 250px;
        margin: 5px;
    }

    .toiawase_waku_l img {
        width: 40px;
    }

    .toiawase_waku_l span {
        font-family: 'Times New Roman', Times, serif;
        font-size: 1.6rem;
    }

    .toiawase_waku_naka {
        width: 250px;
        margin: 5px;
    }

    .toiawase_waku_naka img {
        width: 80px;
    }

    .mail_b {
        width: 180px;
        height: 30px;
        margin: 5px auto 0;
        background-color: #DE5510;
        border-radius: 8px;
        font-size: 0.9rem;
        font-weight: 700;
        color: #fff;
        display: block;
        padding: 8px 0 4px;
    }

    .mail_b:visited {
        color: #fff;
    }

    .mail_b:hover {
        background-color: #333;
    }

    .toiawase_waku_r {
        width: 250px;
        margin: 5px;
    }

    .toiawase_waku_r img {
        width: 80px;
    }

    .panf_b {
        width: 180px;
        height: 40px;
        margin: 5px auto 0;
        background-color: #64954F;
        border-radius: 8px;
        font-size: 0.9rem;
        font-weight: 700;
        color: #fff;
        display: block;
        padding: 8px 0 4px;
        line-height: 1.2;
    }

    .panf_b:visited {
        color: #fff;
    }

    .panf_b:hover {
        background-color: #333;
    }

    .black {
        background-color: black;
        color: #fff;
        font-family: 'Kosugi', sans-serif;
        padding-top: 30px;
    }

    .ryoukun {
        font-size: 1.2rem;
    }

    .jyusyo {
        font-size: 0.8rem;
        margin-bottom: 5px;
    }

    .black hr {
        border: 1px solid #333;
    }

    .copy {
        font-size: 0.8rem;
    }

@media screen and (max-width: 900px) { /*ウィンドウ幅が最大900pxまでの場合に適用*/
#home {
    display: none;
}
/*ヘッダー*/
#home2 {
    display: block;
}

header {
    padding:10px;
    background: #FFF100;
  }
  
  #nav-drawer {
    position: relative;
  }
  
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display:none;
  }
  
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;/*最大幅（調整してください）*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
  }
  
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
  }
  
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }

    .menu_logo {
        margin: 20px 0 20px 30px;
        width: 250px;
    }

    .menu_mb li a {
        color: rgb(255, 166, 0);
    }

    .menu_mb li a:visited {
        color: rgb(255, 166, 0);
    }

    .menu_mb li {
        padding: 10px 0 10px 30px;
        list-style: square;
        font-family: 'Kosugi', sans-serif;
        font-size: 1.7rem;
        border-bottom: solid 1px #111 ;
    }

.mb_visual {
    display: block;
    max-width: 100%;
}


.gif_movie_l {
    display: none;
}

.gif_movie_r {
    display: none;
}

.menu_wrapper {
    display: none;
}

#sec_01 {
    height: 2020px;
}

.bg_01 {
    background-image: none;
}

.title_topic {
    width: 500px;
    background-image: none;
}

.title_word {
    font-size: 2.5rem;
}

.title_topic img {
    width: 260px;
    vertical-align: baseline;
}

#posts {
    flex-wrap: wrap; 
    height: 1800px;   
}

.post {
    width: 500px;
    height: 545px;
    background-image: url(../images/kijiwaku2.png);
    background-size: 500px;
}

.post-header {
    padding: 30px 10px 0 20px;
}

.post-meta {
    margin: 0 7% 0 auto;
}

.post-image {
    margin: 25px auto 0;
    padding-right: 13px;
    width: 90%;
}

.ichiran {
    width: 400px;
    height: 40px;
    font-size: 1.5rem;
    padding-top: 0px;
   }

   .maru_kakoi {
    color: white;
    background-color: #4c4c4c;
    border-radius: 15px;
    line-height: 1rem;
    padding: 0px 7px;
    margin-left: 6px;
    }

#sec_02 {
    height: 840px;
}

.baner_waku {
    flex-wrap: wrap;
}

.shukaku_sc {
    width: 450px;
    margin: 10px 30px 50px;
}

.good_one {
    width: 450px;
}

.bg_02a {
    display: none;
}

.bg_02b {
    display: none;
}
#sec_03 {
    height: 870px; 
}

.title_passion {
    width: auto;
    background-image: none;
}

.title_passion img {
    width: 260px;
}

#points {
    height: 600px;
    flex-wrap: wrap;
}

.point {
    width: 250px;
    height: 280px;
    background-size: 250px;
    margin: 0 20px;
}
.number {

    font-size: 2rem;
    top: 11px;
    left: 23px;
}

.point h2 {
    width: 160px;
    margin: 30px 0px 15px 70px;
    font-size: 1rem;
}

.point-image {
    margin: 8px 18px 10px 26px;
}

.title_products {
    background-image: none;
    width: auto;
}

.title_products img {
    display: none;
}

.bg_04_1 {
    background-image: none;     
}
.bg_04_2 {
    background-image: none;
}

.gif_movie_l2 {
    display: none;
}

.gif_movie_r2 {
    display: none;
}
.responsive {
    margin: 0px auto 0px;
    max-width: 550px;
    }
}

@media screen and (max-width: 635px) { /*ウィンドウ幅が最大635pxまでの場合に適用*/
#sec_01 {
    height: 2020px;
}

.title_word {
    font-size: 2.8rem;
}

.title_topic img {
    display: none;
}

#sec_02 {
    height: 840px;
}

#sec_03 {
    height: 1700px; 
}

.title_passion img {
    display: none;
}

#points {
    height: 1400px;
}

.point {
    width: 300px;
    height: 340px;
    background-size: 300px;
}

.number {
    font-size: 2.4rem;
    top: 13px;
    left: 26px;
}

.point h2 {
    width: 200px;
    margin: 40px 0px 15px 80px;
    line-height: 1.4;
    font-size: 1.2rem;
}

.point-image {
    margin: 8px 18px 10px 34px;
}

.toiawase_flex {
    flex-wrap: wrap;
    font-size: 1.5rem;
}

.toiawase_waku_l {
    width: 320px;
    margin: 20px;
}

.toiawase_waku_l span {
    font-size: 1.8rem;
}

.toiawase_waku_l img {
    width: 60px;
}

.toiawase_waku_naka {
    width: 320px;
    margin: 20px;
}

.toiawase_waku_naka img {
    width: 90px;
}

.mail_b {
    width: 270px;
    height: 38px;
    font-size: 1.2rem;
    padding: 9px 0 4px;
}
.toiawase_waku_r {
    width: 320px;
    margin: 20px;
}

.toiawase_waku_r img {
    width: 95px;
}

.panf_b {
    width: 270px;
    height: 50px;
    font-size: 1.2rem;
    padding: 8px 0 4px;
}
.responsive {
    max-width: 450px;
}

.title_gallery {
    margin: 0 auto;
    padding: 0;
    background-color: #000;
    background-repeat: no-repeat;
    text-align: center;
    width: 400px;
}
.title_gallery img {
    display: none;
}
}

@media screen and (max-width: 535px) { /*ウィンドウ幅が最大535pxまでの場合に適用*/
#sec_01 {
    height: 1237px;
}

.title_topic {
    width: auto;
    margin-top: 0px;
    padding: 0;
}

#sec_02 {
    height: 550px;
    }

    .shukaku_sc {
        width: 260px;
        margin: 10px 10px 30px;
    }
    
    .good_one {
        width: 260px;
    }
    
    #hachi {
        margin: 0 auto;
        width: 320px;
        height: 80px;
    }
    
#posts {
    height: 1100px;
}
    .post {
        width: 250px;
        height: 350px;
        background-size: 250px;
        background-image: url(../images/kijiwaku.png);
        margin: 0 20px;
    }

    .post-header {
        margin: 10px 10px 0 10px;
        padding: 10px 10px 0 20px;
        text-align: center;
    }
        .post-meta {
            width: 100px;
            height: 20px;
            background-color: rgb(255, 217, 0);
            margin: 0 18px 0 auto;
            font-size: 0.8rem;
            font-weight: bold;
            padding: 3px 0;
            color: #fff;
        }
        .post-image {
            margin: 10px auto;
            padding-right: 13px;
            width: 90%;
        }

.title_word {
    font-size: 2.4rem;
}
.title_topic img {
    display: none;
}

.ichiran {
    width: 300px;
   }


.title_passion {
    width: 300px;
}
.title_passion img {
    display: none;
}

#sec_03 {
    height: 750px; 
}

#points {
    height: 480px;
}

.point {
    width: 185px;
    height: 220px;
    background-size: 185px;
    margin: 0 5px;
}
.number {
    font-size: 1.5rem;
    top: 9px;
    left: 17px;
}

.point h2 {
    width: 120px;
    margin: 20px 20px 8px 50px;
    font-size: 0.8rem;
}

.point-image {
    margin: 8px 25px 10px 22px;
}

#sec_04 {
    height: 380px;
}

.title_products img {
    display: none;
}

#sec_5 {
    height: 600px;
}

    .bg_05 {
        height: 600px;
     }
        .title_gallery {
            width: 300px;
            padding: 0;
            margin-top: 20px;
            }

            .title_gallery img {
                display: none;
            }
        .gallery {
            height: 480px;
        }
    .iframe-wrap {
        height: 150px;
        }
    .next_text {
    font-size: 0.87rem;
    }

.responsive {
    max-width: 350px;
    }

    .responsive img {
        width: 150px;
    }
}


@media screen and (max-width: 425px) { /*ウィンドウ幅が最大425pxまでの場合に適用*/
    #sec_03 {
        height: 1130px; 
    }
    
    #points {
        height: 880px;
    }

   .next_text {
        margin: 0 10px 30px 10px;
        font-size: 0.77rem;
    }

    .gallery_img {
        margin: 10px 3px;
    }

    .responsive {
        max-width: 250px;
        }
}
