f@charset "UTF-8";
/* CSS 英語版 */


.sp_only{display: block;}
.pc_only{display: none;}

.topconte_inner{width: 90%;margin: 0 auto; text-align: center;}
.topconte_inner p{text-align: left;}

p,dl,dt,dd,a,li,input{line-height: 2em;
    font-size:16px;
    font-family: YakuHanJP,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,"Yu Gothic",YuGothic,sans-serif;
}

h1,h2,h3{
    font-family: YakuHanJP,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,"Yu Gothic",YuGothic,sans-serif;
}

a {
    color:#000000;
    text-decoration: underline;
}
a:hover {
    opacity: 60%;
}
a img:hover{
    opacity: 70%;
}

/* PC */
@media screen and (min-width: 1024px) {
    .pc_only{display: block;}
    .sp_only{display: none !important;}
    .topconte_inner{width: 650px; margin: 0 auto; text-align: center;}
    .topconte_inner p{text-align: center;}
    p,dl,dt,dd{line-height: 2em}
}

/*========= ローディング ===============*/

.loading_en {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

.loading_en.is-active {
    opacity: 0;
    background: none;
    transition: all 0s;
    visibility: hidden;
}

.loading_en-animation {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #FFFFFF;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.loading_en-animation.is-active {
    opacity: 1;
    visibility: visible;
}

/* 家がfadeinする */
.fadeIn{
    animation: animationZoom1 1.5s ease-in-out forwards;
}
.fadeIn img{
    width: 280px;
}

@keyframes animationZoom1 {
100% { transform: scale(1.5)}
}



/*========= レスポンシブ用 =========*/
#container_ {
    min-width: 0;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}



/*========= 上部固定させるためのCSS =========*/
header{
	height: 70px;/*高さ指定*/
    width: 100%;
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
	text-align: center;
	padding: 10px;
    position: fixed !important;
    top: 0;
    z-index: 9995;
}
.site-header{
    background: #fff;
}

.hide{
	transform: translateY(-100%); 
}

#header{
    transition: .5s;
}

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

.PC_header nav{
    margin-top: 20px;
}
.header_logo_box{
    display: flex;
    width: 100%;
}

.header_logo{
    display: flex;
    width: 100%;
}

.ojisan_logo{
    display: block;
    width: 40%;
    margin: 0 auto 0;
}
.ojisan_logo a{
    background: url(../img/header_logo_en.png) top center no-repeat;
    background-size: contain;
    margin: 0 auto;
    width: 100%;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.pc_navi li{
    line-height: 0;
    font-size: 0;
}


/*========= ナビゲーションのためのCSS =========*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    overflow-y: scroll;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:70px;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#FFF;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}


/*リストのレイアウト設定*/
#g-nav ul.parent{
    width: 90%;
    margin: 5px auto 0;
}

#g-nav ul.child{
    margin-left: 30px;
}

#g-nav li{
	list-style: none;
    text-align: left;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:6px;
	display: block;
	letter-spacing: 0.1em;
	font-weight: bold;
}


/*========= トグルボタンのためのCSS =========*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

body.fixed{/*メニューを開いてメニューだけスクロールさせる*/
  position: fixed;
  width:100%;
}


/*========= スマホのメニューのフッター ===============*/
.header_logo_box footer{
    margin: 50px 0 180px;
}


.header_logo_box footer .midori_bnr, 
.header_logo_box footer .social_box{
    margin-bottom: 20px;
}

/*========= 全ページ =========*/
.main_ojisan{
    width: 100%;
    margin-top: 70px;
}

.main_ojisan_top{
    width: 100%;
}


/*========= トップページへ戻るボタンのためのCSS =========*/
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 15px;
	bottom:10px;
	z-index: 9990;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(150px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(150px);
  }
}

/*画像の切り替えと動き*/
#page-top a {
    /*aタグの形状*/
      display: block;
  width: 30px;
  height: 60px;
  color: #333;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
    /*背景画像の指定*/
  background: url("../../img/backtop.png") no-repeat center;
  background-size: contain;
}

#page-top a:hover {
    opacity: 10;
}

/*Page Topと書かれたテキストの位置*/
#page-top span{
    position: absolute;
    bottom: -20px;
    right: 20px;
	color: #666;
}



/*========= TOP KV =========*/
.top_kv_bg{
    position: relative;
    width: 100%;
    min-height: 86vh;
	/*min-height: 95vh;　バナーがないとき*/
    background: url("../../img/bg_topkv.png") center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.kv_box{
    width: 82.66vw;
    height: 120.5vw;
    position: relative;
    }

.kv_box img{
    width: 100%;
}

.kv_box .mado{
    position: absolute;
    top: 14.5vw;
    left: 0vw;
    width: 25vw;
}
.kv_box .wallpaper{
    position: absolute;
    top: 14.5vw;
    right: 0;
    width: 23vw;
}

.kv_box .inu{
    position: absolute;
    top: 95vw;
    left: 60vw;
    width: 24vw;
}

.kv_box .ojikuji_anker{
    position: absolute;
    bottom: 0;
    left: 0vw;
    width: 33.5vw;
}

.kv_ojisan{
    position: absolute;
    width: 50.5vw !important;
    left: 16.5vw;
    top: 41vw;
}


/*========= お知らせ =========*/

.info_link{
    text-align: center;
    margin: 6.25vw auto 0;
}
.info_list{
    text-align: left;
}
.info_list dd{
    margin-bottom: 20px;
}
.info_bnr_box{
    width: 85%;
    margin: 0 auto;
}

.info_bnr_ul{
    display: block;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: 100%;
}
.info_bnr_ul li:first-child{
    margin-right: 20px;
}
.info_bnr_box a{
    display: block;
}
/*.info_bnr_box img{
    width: 70%;
}*1個のとき*/
.info_bnr_box img{
    width: 100%;
}/*2個のとき*/

@media screen and (min-width: 1024px) {
    /*.info_bnr_box img{
    width: 60%;
    }*1個のとき*/
}
    
.info_bnr_ul li:first-child {
    margin-right: 0;
}
.info_bnr_ul li:last-child {
    margin-top: 6.25vw;
}


/*========= フッター =========*/
footer{
    text-align: center;
    margin-bottom: 50px;
}

.midori_logo{
    display: flex;
    width: 35%;
    margin: 0 auto 3.2vw;
}
.midori_logo a {
    display: block;
    background: url(../../img/midori_logo.png) center center no-repeat;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
    height: 100px;
    width: 100%;
}

.footer_link_box{
    margin-bottom: 10vw;
}

.footer_link{
    display: inline-block;
}

.footer_link{
    margin-right: 20px;
}
.footer_link::before{
    margin-right: 20px;
}
.footer_link:first-child::before {
    content: '';
}
.footer_link a{
    font-size:14px;
}

.footer_catelink{
    margin: -20px auto 50px;
    text-align: center;
    background: url("../../img/bg_white.png") repeat-x;
    background-size: 30vw;
    padding-top: 50px;
    z-index: 9000;
    position: relative;
}


/*========= ソーシャルアイコン =========*/
.social_box{
    margin-bottom: 40px;
}
.social_icon{
    display: inline-flex;
}
.social_icon a{
    font-family: "Font Awesome 5 Brands";
    font-weight:400;
    text-decoration: none;
    font-size: 28px;
}
.social_instagram a::before{
    content: "\f16d";
    margin-right: 20px;
}

.social_facebook a::before{
    content: "\f09a";
}


/*========= section =========*/

section h1{
    font-size: 150%;
    text-align: center;
    margin-bottom: 20px;
}

.topconte{
    padding :35px 0;
}


/*========= お知らせ =========*/
.topconte_info{
    background: #ececea;
    padding: 6.25vw 0 0;
}



/*========= オジサンについて =========*/
.topconte_about{
    background: #ececea;
}

.about_box{
    position: relative;
    width: 100%;
    min-height: 363vw;
}
.about_box img{
    width: 100%;
}

.about_box .about_ojisan_name{
    position: absolute;
    top: 7vw;
    left: 5vw;
    width: 24vw;
}

.about_box .about_ojisan{
    position: absolute;
    top: 10vw;
    right: 5vw;
    width: 50vw;
}

.about_box .about_ojisan_tx{
    position: absolute;
    top: 41vw;
    left: 2.5vw;
    width: 52vw;
    background: #FFF;
    border-radius: 3vw;
    padding: 3.2vw;
    text-align: left;
}

.about_box .about_inu_name{
    position: absolute;
    top: 130vw;
    left: 2vw;
    width: 33vw;
}

.about_box .about_inu{
    position: absolute;
    top: 150vw;
    left: 1vw;
    width: 35vw;
}
.about_box .about_inu_tx{
    position: absolute;
    top: 90vw;
    right: 2vw;
    width: 45vw;
    background: #FFF;
    border-radius: 3vw;
    padding: 3.2vw;
    text-align: left;
}

.about_box .about_house_name{
    position: absolute;
    top: 180vw;
    left: 22vw;
    width: 45vw;
}

.about_box .about_house{
    position: absolute;
    top: 192vw;
    left: 8vw;
    width: 70vw;
}

.about_box .about_house_bicycle{
    position: absolute;
    top: 245vw;
    right: 3vw;
    width: 40vw;
}

.about_box ul li, .about_takanesan dt, .about_takanesan dd{
    font-size:3.8vw;
    text-align: left;
}

.about_takanesan{
    position: absolute;
    top: 260vw;
}

.about_takanesan_box{
    background: url("../../img/about_takanesan_bg.png") no-repeat;
    background-size: contain;
    padding: 12.3vw 8vw 15vw;
}

.about_takanesan_box dt{
    font-weight: bold;
    font-size: 3.8vw;
    }

.takanesan_name{
    margin-top: 10px;
    text-align: right !important;
    margin-right: 35px;
}

.about_takanesan_face{
    position: absolute;
    top: 76vw;
    width: 12.6vw;
    right: 6vw;
}

/*========= 思い出 =========*/
.topconte_omoide{
    background: #FFF url("../../img/bg_gray-white.png") repeat-x;
    background-size: 30vw;
}

 /*slick*/
.slider {
  margin: 30px auto 0;
  max-width: 400px;
  width: 80%;
}
.slick-arrow:before{
content:""!important;
width: 30px;
height: 40px;
position: absolute;
top: 0;
left: 0;
}

.slick-next, .slick-prev{
    top: 10px;
}
.slick-next:before{
background: url(../../img/arrow_r.png) no-repeat        ;
background-size: contain!important;
}

.slick-prev:before{
background: url(../../img/arrow_l.png) no-repeat        ;
background-size: contain!important;
}
.slick-img img{
    height: auto;
    width: 100%;
    margin: 0 auto;
}
.slider .date{
    text-align: center;
    font-size: 20px;
}



/*========= オジくじ =========*/
.topconte_ojikuji{
    background: #ffed58 url("../../img/bg_yellow.png") repeat-x;
    background-size: 30vw;
}
.topconte_ojikuji p{ text-align: center;}

#ojikuji img{
    max-width: 100%;
}
.ojikuji_img{
    width: 100%;
    }

.ojikuji_btn{
    display: inline-block;
    color: #000;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    background: #fff;
}
.ojikuji_btn:hover{
    opacity: 0.7;
}

.ojikuji_btn_hidden{
    display: none !important;    
}


.ojikuji_tx{
    margin-bottom: 5.2vw;
}



/*========= 製品紹介 =========*/
#shopping img{
    max-width: 100%;
    }
.topconte_shopping{
    background: #FFF url("../../img/bg_yellow-white.png") repeat-x;
    background-size: 30vw;
}

.btn_shopping{
    display: inline-block;
    color: #000;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
}
.btn_shopping:hover{
    opacity: 0.7;
}


/*========= 製品紹介　フッター上リンク =========*/
.shopping_link_btm{
    width: 80%;
    margin: 0 auto;
}

.shopping_link_btm li{
    background: #a6cbe1;
    border-radius: 10px;
    margin: 20px;
    text-align: center;
}

.shopping_link_btm li:hover{
    opacity: 0.7;
}

.shopping_link_btm li a{
    display: block;
    text-decoration: none;
    color : #000;
    padding: 15px 12px;
}


/*========= TOP　製品紹介　ループ=========*/

/*
左から右へ
----------------------------*/
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.shopping_roop {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/
.shopping_roop__wrap {
  display: flex;
  overflow: hidden;
}

.shopping_roop__list {
  display: flex;
  list-style: none;
}

.shopping_roop__list--right{
animation :infinity-scroll-right 40s infinite linear 0.5s both;
}

.shopping_roop{
    margin-top: 50px;
}
.shopping_roop__wrap {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.shopping_roop__item {
    width: calc(100vw / 5);
    margin: 0 20px;
}
.shopping_roop__item > img{
   width: 100%;
}

/*
マウスオーバーで一時停止させたい場合は以下
----------------------------*/

.shopping_roop__wrap:hover .shopping_roop__list--left {
  animation-play-state: paused;
}


/*========= TOP　空飛ぶオジサン=========*/

/* 曇を流す */
.ojisan_inthesky{
    width: 100%;
    height: 360px;
    background: url("../../img/bg_kumo.png") repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
    text-align: center;
}


@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: 1000px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1000px 0;
    }
}

/* オジサンぷかぷかさせる */
.ojisan_inthesky_img{
    animation: move-y 1.5s infinite alternate ease-in-out;
    display: inline-block;
    margin: 80px auto 0;
    width: 62.8vw;
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(50px);
  }
}



/*========= ページ共通=========*/
.page_title {
    margin: 0 0 5vw;
    padding-top: 8vw;
}


/*================================================================================================================*/
/*      タブレット      */
/*================================================================================================================*/
@media screen and (min-width: 768px) {
    .info_bnr_ul{display: flex;}
    .info_bnr_ul li:first-child {margin-right: 20px;}
    .info_bnr_box{width: 100%;}

    .info_bnr_ul li:last-child {
    margin-top:0;
    }
    .about_box{
        min-height: 1150px;
    }
    .about_box .about_ojisan_name{
        top: 5.5vw;
        left: 40vw;
        width: 14vw;
    }
    .about_box .about_ojisan{
        top: 5vw;
        right: 0vw;
        width: 260px;
    }
    .about_box .about_ojisan_tx{
        top: 28vw;
        left: 335px;
        width: 200px;
        border-radius: 10px;
        padding: 10px 15px;
        text-align: left;
    }
    .about_box .about_inu_name{
        top: 34vw;
        left: 180px;
        width: 120px;
    }
    .about_box .about_inu{
        top: 43vw;
        left: 175px;
        width: 130px;
    }
    .about_box .about_inu_tx{
        top: 6vw;
        right: 0;
        left: 0;
        width: 160px;
        border-radius: 10px;
        padding: 10px 15px;
        text-align: left;
    }

    .about_box .about_house_name{
        top: 62vw;
        left: 31.6vw;
        width: 200px;
    }
    .about_box .about_house{
        top: 68vw;
        left: 22vw;
        width: 350px;
    }
    .about_box .about_house_bicycle{
        top: 102.4vw;
        right: 140px;
        width: 180px;
    }
    .about_box ul li, .about_takanesan dt, .about_takanesan dd{
        font-size: 14px;
    }
    .about_takanesan{
        top: 850px;
        margin: 0 auto;
        width: 100%;
    }
    .about_takanesan_box{
        background: url("../../img/about_takanesan_bg_pc.png") no-repeat;
        background-size: 450px;
        width: 450px;
        padding: 53px 40px;
        margin: 0 auto;
    }
    .about_takanesan_box dt{
        font-weight: bold;
        font-size: 16px;
    }
    .about_takanesan_box dd{
        text-align: left;
    }
    .takanesan_name {
        margin-top: 0px;
        margin-right: 60px;
    }
    .about_takanesan_face{
        top: 220px;
        width: 40px;
        left: 480px;
    }
    .ojikuji_img{
        width: 45.5vw;
    }
    .linestamp_img {
        display: flex;
    }
    .linestamp_ex{
        margin: 0 auto;
    }
    .ojikuji_btn, .btn_linestamp,.btn_shopping{
        width: 65.1vw;
    }
    
    .midori_logo {
    margin: 0 auto;
    width: 17.5vw;
    }
    .midori_logo a {
    margin: 20px auto;
    }
    
    .topconte_shopping p{
        text-align: center;
    }
}


 /*========= KV（タブレット〜PC） =========*/
@media screen and (min-width: 769px)  {
    
    .top_kv_bg{
        display: flex;
        position: relative;
        width: 100%;
        /*min-height: 100vh; バナーがないとき*/
		min-height: 90vh;
        background: url(../../img/bg_topkv.png) center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .kv_box{
        height: 56.25vw;
        width: 80vw;
        position: relative;
    }
    .kv_box .mado{
        width: 12.8vw;
        left: 8.4vw;
        top: 11vw;
    }
    .kv_box .wallpaper{
        width: 11.5vw;
        left:62.4vw;
        top: 11vw;
    }
    .kv_ojisan{
        width: 25.4vw !important;
        top: 16.5vw;
        left: 28.6vw;
    }
    .ojikuji_anker{
        width: 14.5vw !important;
        top: 32.7vw !important;
        left: 7vw !important;
        bottom: 0;
    }
    .kv_box .inu{
        width: 12.2vw;
		top: 36vw;
		left: 60vw;
    }
}



/*================================================================================================================*/
/*      PC      */
/*================================================================================================================*/

@media screen and (min-width: 1024px) {

    .loading img {
        max-width: 400px;
    }
    
    .main_ojisan{
        margin-top: 130px;
    }

    
    /*========= TOP KV =========*/
    /*.top_kv_bg{
        position: relative;
        width: 100%;
        min-height: 100vh;
        background: url("../../img/bg_topkv.png") center;
    }
    .kv_box{
        height: auto;
    }
    .kv_box .mado{
        top: 22%;
        left: 20%;
        width: 10vw;
        max-width: 170px;
    }
    .kv_box .wallpaper{
        top: 22%;
        width: 11vw;
        left: 75%;
        max-width: 160px;
    }
    
    .kv_box .inu {
    position: absolute;
    top: 47vw;
    left: 70vw;
    width: 13vw;
    }
    
    .kv_box .ojikuji_anker {
        position: absolute;
        left: 6vw;
        top: 42vw !important;
    }
    .ojikuji_anker img{
        max-width: 200px !important;
        position: absolute;
    }
    
    .kv_ojisan{
        margin: 0 auto;
        width: 29.2vw !important;
        position: absolute;
        top: 23vw;
        left: 36vw;
    }
    */
    
    
    /*========= ヘッダー =========*/
    
    header{
        height: 130px;/*高さ指定*/
        width: 100%;
	    /*以下はレイアウトのためのCSS*/
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    background:#fff;
	    color:#fff;
	    text-align: center;
	    padding: 10px;
        position: fixed !important;
        top: 0;
        z-index: 9995;
    }
    .header_logo{
        margin-bottom: 30px;
    }
    .header_logo h1 {
        width: 266px;
        position: relative;
        z-index: 9902;
         margin: 0 auto;
    }
    .PC_header{
        width: 1000px;
        margin: 0 auto;
    }
    .ojisan_logo{
        background: url("../img/header_logo_en.png") top center no-repeat;
        background-size: contain;
        margin: 0 auto;
        width: 100%;
        height: 35px;
        text-indent: 110%;
        white-space: nowrap;
        overflow: hidden;
    }
    .pc_en_link{
        position: absolute;
        right: 100px;
        top: 35px;
    }
    .midori_logo{
        margin: 0 auto;
        width: 150px;
    }
    .midori_logo a{
        margin: 20px auto;
    }
    .pc_navi{
        display:flex;
        justify-content: space-around;
    }
    
    section h1{
        text-align: center;
    }
    .pc_navi a{
        line-height: 0;
        
    }
    
    /*========= ページ共通=========*/
    
    .page_title {
    margin: 0;
    padding-top: 80px;
    }
    
    /*========= 背景まとめて調整 =========*/   
    .topconte {
        background-size: 300px;
        padding: 100px 0;
    }
    
    /*========= お知らせ =========*/
    .topconte_info{
        background-size: 0;
        padding: 0 0 100px;
    }
    
    .info_list {
      display: flex;
      flex-wrap: wrap;
      line-height: 2.5em;
    }
    .info_list dt {
      width: 20%;
      line-height: 2.5em;
    }
    .info_list dd {
      width: 80%;
      line-height: 2.5em;
      text-align: left;
        margin-bottom: 0;
      }
    .info_link{
        margin-top: 0;
    }
    .info_bnr_box{
        margin-top: 0;
    }
    .info_bnr_box a{
        margin-top: 0;
    }


    
/*========= オジサンについて =========*/
    .topconte_about{
        padding: 0;
    }
    .about_box{
        min-height: 1200px;
    }
    .about_box .about_ojisan_name{
        top: 50px;
        left: 280px;
        width: 100px;
    }

    .about_box .about_ojisan{
        top: 5vw;
        right: 0vw;
        width: 260px;
    }

    .about_box .about_ojisan_tx{
        top: 270px;
        left: 335px;
        width: 200px;
        border-radius: 10px;
        padding: 10px 15px;
        text-align: left;
    }

    .about_box .about_inu_name{
        top: 290px;
        left: 185px;
        width: 120px;
    }

    .about_box .about_inu{
        top: 370px;
        left: 185px;
        width: 130px;
    }
    .about_box .about_inu_tx{
        top: 160px;
        right: 0;
        left: 0;
        width: 170px;
        border-radius: 10px;
        padding: 10px 15px;
        text-align: left;
    }

    .about_box .about_house_name{
        top: 460px;
        left: 210px;
        width: 200px;
    }

    .about_box .about_house{
        top: 510px;
        left: 130px;
        width: 350px;
    }

    .about_box .about_house_bicycle{
        top: 775px;
        right: 140px;
        width: 180px;
    }

    .about_box ul li, .about_takanesan dt, .about_takanesan dd{
        font-size: 14px;
    }

    .about_takanesan{
        top: 850px;
        margin: 0 auto;
        width: 100%;
    }
    .about_takanesan_box{
        background: url("../../img/about_takanesan_bg_pc.png") no-repeat;
        background-size: 450px;
        width: 450px;
        padding: 53px 40px;
        margin: 0 auto;
    }

    .about_takanesan_box dt{
        font-weight: bold;
        font-size: 16px;
    }
    .about_takanesan_box dd{
        text-align: left;
    }
    .takanesan_name {
        margin-top: 0px;
        margin-right: 40px;
    }
    .about_takanesan_face{
        top: 220px;
        width: 40px;
        left: 480px;
    }

    
    /*========= 思い出 =========*/
    .slick-img img{
        width: auto;
    }
    
    /*=========　おじくじ =========*/
    .ojikuji_img{
        width: auto;
    }
    .ojikuji_tx{
        margin-bottom: 40px;
    }

    .ojikuji_btn{
        width: 337px;
        padding: 15px 20px;
        font-size: 18px;
    }
    
    h1#ojikuji img{
    width: auto;
    }
    
    /*=========LINEスタンプ =========*/
    
    .linestamp_img{
        display: flex;
    }
    
    .linestamp_img li:first-child{
        margin-right: 30px;
        margin-bottom: 0;
        padding: 10px;
    }
    
    .linestamp_img img{
        width: 100%;
    }
    
    .btn_linestamp{
        width:auto;
        padding: 15px 20px;
        font-size: 18px;
    }
    
    /*========= 製品紹介 =========*/

    .btn_shopping{
        width: 337px;
        padding: 15px 20px;
        font-size: 18px;
        font-weight: bold;
        margin: 20px 160px 0;
    }
    .shopping_roop__item {
    width: calc(100vw / 10);
    margin: 0 20px;
    }
    
    
    /*========= 製品紹介　フッター上リンク =========*/
    .shopping_link_wrap{
        width: 950px;
        margin: 50px auto;
    }
    .shopping_link_btm{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto;
        margin: 0 0 0 -20px;
    }
    .shopping_link_btm li{
        align-self: center;
        font-size: 16px;
        flex: 0 1 303px;
        margin: 0 0 50px 20px;
    }
    .shopping_link_btm li a{
        display: block;
        text-decoration: none;
        color : #000;
        padding: 12px;
    }

    
    /*========= フッター上リンク =========*/
    .footer_link_box{
        margin-bottom: 50px;
    }
    .footer_link {
        margin-right: 20px;
    }
    .footer_link::before{
        margin-right: 20px;
        content: '│';
    }
     .footer_link a{
        font-size:16px;
    }
    .footer_catelink{
        background-size: 300px;
    }
    
    /*========= 空飛ぶオジサン=========*/
    .ojisan_inthesky img{
        width: 350px;
    }
    
}
