@font-face {
font-family: 'use-AdobeCleanBold';
  src: url('../font/AdobeCleanBold.woff') format('opentype');
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    width:100%;
    height:100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight:bold;
    font-style:normal;
    border:1px solid #000;
    box-sizing: border-box;
}
header, #links, #loop-slide ,
#block-low .item-number, h2,
.more-btn, #online,
#sub-midashi .number ,
.all_news , #yahooshop{
    font-family: 'use-AdobeCleanBold';  
}
img{
    width:100%;
    vertical-align: top;
}
a{
    text-decoration: none;
    color:#000;
}
ul{
    list-style: none;
}
h2{
    font-size:70px;
}
.all-in{
    padding:50px;
}
.text-sub{
    font-size:20px;
    color:#8B8A87;
}

/*-------- サブ共通　titles -------*/

#titles{
    padding-bottom:20px;
}
#titles h2{
    position:relative;
    text-align:center;
}
#titles h2::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%; /* 位置調整 */
    transform: translate(-50%); /* 位置調整 */
    bottom: 16px; /* 下線の上下位置調整 */
    height: 2px; /* 下線の太さ */
    width:100%;
    background-color: #000; /* 下線の色 */
}
.grecaptcha-badge { visibility: hidden; }

/*-------- サブ共通　sub-midashi -------*/
.title-all-in{
    padding:30px 50px;
}
#sub-midashi{
    background:#2F2E2B;
    position:relative;
    padding-top:50px;
}
#sub-midashi .title{
    line-height:1;
}
#sub-midashi h2,
#sub-midashi .number{
    font-size:80px;
    color:#fff;
}
#sub-midashi h2{
    display:inline;
}
#sub-midashi span{
    font-size:30px;
    color:#fff;
    margin-left:50px;
}
#sub-midashi .midashi-pic{
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    width:100%;
    border-bottom:1px solid #000;
}

.all-in h3{
    font-size:25px;
    margin-bottom:40px;
}
.all-in .content{
    font-size:20px;
    line-height:37px;
}


/*-------- 404 -------*/

.error-inner{
    text-align: center;
    padding: 150px 20px; 
}
.error-inner a{ 
    display:inline-block;
    border-bottom:1px solid #000;
}


/*-------- header -------*/
.navArea{
    z-index:1000;
    position:relative;
  }
nav.sp-nav{
    display:none;
}
header{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    border:1px solid #000;
    background-color: white;
    z-index: 9000;
}
header .nav01 .nav_ul .logo img{
    height:30px;
    width:auto;
    padding-left:20px;
}
header .nav01 .nav_ul .logo a{
    display:flex;
}
header nav.nav01 ul a{
    color:#000;
    display:block;

}
/* ボタンのテキスト */
header nav.nav01 ul .menu-btn .menu-text-en,
header nav.nav01 ul .menu-btn .menu-text-ja {
    position: absolute;
    height: 100%; /* 縦幅をボタンと同じにする */
    width: 100%; /* 横幅をボタンと同じにする */
    padding-left:5px;
}
/* ボタンのテキスト(デフォルトのテキスト) */
header nav.nav01 ul .menu-btn .menu-text-en {
    opacity: 1;
}
/* ボタンのテキスト(隠れているテキスト) */
header nav.nav01 ul .menu-btn .menu-text-ja {
    opacity: 0;
} 
/* ボタンホバーアクション */
header nav.nav01 ul .menu-btn:hover .menu-text-en {
    opacity:0;
} 
header nav.nav01 ul .menu-btn:hover .menu-text-ja {
    top: 0;
    opacity:1;
    font-size:14px;
    color:#ED615B;
}

header nav.nav01 ul a:hover{
    color:#ED615B;
}
header nav.nav01 ul{
    display:grid;
    grid-template-columns: 1.0001fr 1fr 1fr 1fr 1fr 1fr;
    align-items:center;
}
header nav.nav01 ul li.nav_menu{
    height:50px;
    line-height:50px;
    padding-left:15px;
    position:relative;
    display:block;
    cursor: pointer;
    border-left:1px solid #000;
}
header nav.nav01 ul li.nav_menu:last-child{
    border-right:none;
}

header nav.nav01 ul.sub_menu {
    position: absolute;
    width: 100.6%;
    left:-1px;
    display:block;
}
header nav.nav01 ul.sub_menu li.sub_menu_item{
    overflow: hidden;
    opacity: 0;
    height: 0;
    border: 1px solid #000;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    text-indent:15px;
}
header nav.nav01 ul.sub_menu li.sub_menu_item:nth-child(2){
    border-top:0;
    border-bottom:0;
}
header nav.nav01 ul.sub_menu li.sub_menu_item a{
    color:#fff;
}
header nav.nav01 ul.sub_menu li.sub_menu_item a:hover{
    color:#ED615B;
    background:#fff;
    height: 48px;
    line-height:48px;
}
header nav.nav01 .nav_menu:hover > ul.sub_menu > li.sub_menu_item {
    overflow: visible;
    opacity: 1;
    height: 50px;
    line-height:50px;
    background:#ED615B;
}
header nav.nav01 .nav_menu:hover > ul.sub_menu > li.sub_menu_item:nth-child(2) {
    height:48px;
    line-height:48px;
}
header nav.nav01 ul .submenu-btn{
    position: relative;
    height: 50px; /* 縦幅 */
    line-height: 50px; /* 行の高さ(heightと同じ値にする) */
    cursor: pointer; /* カーソルをポインターにする */
    overflow: hidden;
}
/* ボタンのテキスト */
header nav.nav01 ul .submenu-btn .submenu-text-en,
header nav.nav01 ul .submenu-btn .submenu-text-ja {
    position: absolute;
    left: 0;
    display: block;
    height: 100%; /* 縦幅をボタンと同じにする */
    width: 100%; /* 横幅をボタンと同じにする */
}
/* ボタンのテキスト(デフォルトのテキスト) */
header nav.nav01 ul .submenu-btn .submenu-text-en {
    opacity: 1;
}
/* ボタンのテキスト(隠れているテキスト) */
header nav.nav01 ul .submenu-btn .submenu-text-ja {
    opacity: 0;
}
/* ボタンホバーアクション */
header nav.nav01 ul .submenu-btn:hover .submenu-text-en {
    opacity:0;
} 
header nav.nav01 ul .submenu-btn:hover .submenu-text-ja {
    top: 0;
    opacity:1;
    color:#ED615B;
    font-size:14px;
}


/*-------- mv -------*/

.big-logo{
    padding-top:10%;
}
.st0 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
}
.done .st0 {
    animation: fillAnimation ease-in-out 3s;
    fill:#000;
}
@keyframes fillAnimation{
    0%{
        fill-opacity:0;
    }

    100%{
        fill-opacity:1;
    }
}
#main-v{
    display: grid;
    grid-template-columns: 3fr 3fr;
    position: relative;
    background-color: white;
    overflow: hidden;
    padding-top:50px;
    border-bottom:1px solid #000;
}
#main-v .main-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid black;
    padding: 50px;
}
#main-v .main-left .main-content{
    width:97%;
    font-size:20px;
    line-height:35px;
}
#main-v .right-wrap{

}
#main-v .main-right img {
    vertical-align: top;
}
#links{
    position:relative;
    display: grid;
    grid-template-columns: 3fr 3fr;
    border-bottom: 1px solid black;
}
#links a{
    background:#E5E3DF;
    color:#000;
    height: 100px;
    line-height:100px;
    overflow:hidden;
    border-bottom: 0px;
    border-right: 1px solid #000;
    display: block;
    position: relative;
    width: 100%;
}
#links a:last-child{
    border-right:none;
}
#links .btn{
    transition:0.25s;
}
#links .btn:hover:nth-child(1){
    background-color:#ED615B;
}
#links .btn:hover:nth-child(2){
    background-color:#ED615B;
}
#links .btn-text{
    position: absolute;
    left: 0;
    display: block;
    height: 100%; /* 縦幅をボタンと同じにする */
    width: 100%; /* 横幅をボタンと同じにする */
    font-size: 20px; /* 文字サイズ */
    text-align: center; /* テキストを中央揃え */
    transition: all 0.25s; /* アニメーション実行時間 */
    
}
/* ボタンのテキスト(デフォルトのテキスト) */
.btn-text:nth-child(1) {
    opacity: 1;
  }
  
  /* ボタンのテキスト(隠れているテキスト) */
  .btn-text:nth-child(2) {
    opacity: 0;
  }
  
  /* ボタンホバーアクション */
  .btn:hover .btn-text:nth-child(1) {
    opacity:0;
  }
  
  .btn:hover .btn-text:nth-child(2) {
    top: 0;
    opacity:1;
  }

#links a span::after{
    display: block;
    content: "";
    position: absolute;
    top: 43%;
    right: 20%;
    height: 15px;
    width: 16px;
    background-image: url(../images/yajirusi.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/*-------- loop -------*/

#loop-slide{
    position: relative;
    height: 160px;
    line-height:0;
    margin: 0 auto;
    overflow: hidden;
}
.loop-anim{
    opacity: 1;
    animation: loop 30s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    transform: translate(-50%, 0%);
    white-space: nowrap;
    transition: all .3s;
}
@keyframes loop {
  0%{
    transform: translate(-40%, 0%);
  }
  100%{
    transform: translate(-60%, 0%);
}
}
.loop-inline{
    display: block;
    padding-right: 0.5em;
    font-size: 60px;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-shadow: #000 1px 1px 0px, #000 -1px 1px 0px, #000 1px -1px 0px, #000 -1px -1px 0px;
}



/*-------- block -------*/
#block-low{
    display: flex;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
#block-low .block-image{
    position: relative;
}
#block-low .block-image .block-wrap{
    top: 50px;
    left: 0;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    width:35vw;
}
#block-low .block-image .block-inner{
    background-image:url(../images/block.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}


#block-low .steps{
    display: grid;

    position:relative;
    border-left:1px solid #000;
}
#block-low .item-step{
    display: flex;
    border-top:1px solid #000;
    position:relative;
}
#block-low .item-step:first-child{
    border-top:0;
}

#block-low .item-number{
    display: flex;   
    align-items: center;
    justify-content: center;

    width:14.8vw;
    font-size: 110px;
    white-space: nowrap;
    color: #fff;
    text-shadow: #000 1px 1px 0px, #000 -1px 1px 0px, #000 1px -1px 0px, #000 -1px -1px 0px;
    line-height: 100%;
    border-right:1px solid #000;
}
#block-low .item-text{
    width: 100%;
    padding:50px 50px 80px 50px;
    position:relative;
}
.item-step a:hover.item-number{
    color:#ED615B;
}
#block-low a{
    color:#000;
    display:block
}
#block-low .item-text .title{
    display:flex;
    align-items:baseline;
}
#block-low .item-text h2{
    margin-right:5%;
}
#block-low .item-text .item-content{
    margin:50px 0;
    line-height:35px;
}

.more-btn{
    position: absolute;
    right:50px;
    font-size: 25px;
    line-height: 18px;
    text-transform: uppercase;
    border-bottom:2px solid #000;
    padding-bottom:3px;
}
.more-btn::after{
    display: inline-block;
    content: "";
    height: 15px;
    width: 16px;
    background-image: url(../images/yajirusi.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left:10px;
}

#block-low .text-sub{
    font-size:20px;
    color:#8B8A87;
}

#block-low .item-text a span:first-child::after{
    display: block;
    content: "";
    position: absolute;
    top: 3px;
    right: -22px;
    height: 12px;
    width: 13px;
    background-image: url(../images/yajirusi.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/*-------- bear-move -------*/

#bear-move .js-trigger{
    position:relative;
    width: 90vw;
    margin: 0 auto;
}
#bear-move .girl{
    position:absolute;
    top:-17px;
    right:77vw;
}
#bear-move .girl img{
    width:70px;   
}
#bear-move .js-trigger .bear{
    position: absolute;
    top:-104px;
    right: 10vw;
}
#bear-move .js-trigger .heart{
    position: absolute;
    top:-130px;
    left: 16vw;
    width:30px;
    height:auto;
}

#bear-move .js-trigger .bear img{
    height:auto;
    width:100px;
}
#bear-move .load{
    position:relative;
    border-bottom:3px solid #000;
    padding-top:105px;
}

/*-------- sns -------*/

#sns{
    position:relative;
    display:flex;
    background-color:#2F2E2B;
}
#sns .sns-menu{
    width:100%;
}
#sns .sns-menu:last-child{
    border-left:1px solid #fff;
}
#sns .sns-menu h2{
    white-space: nowrap;
    color: #2F2E2B;
    text-align: left;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
#sns .ig_link{
    color:#fff;
    position:absolute;
}
#sns .fb-wrap{
    width: 100%;
    background: #fff;
    margin-top: 50px;
    text-align: center;
}
#sb_instagram{
    margin-top:50px!important;
}

/*-------- news -------*/

#front-news{
    padding-bottom:20px;
}
#front-news h2{
    position:relative;
    text-align:center;
}
#front-news h2::after{
    content: '';
	display: block;
	position: absolute;
	left: 50%; /* 位置調整 */
	transform: translate(-50%); /* 位置調整 */
	bottom: 16px; /* 下線の上下位置調整 */
	height: 2px; /* 下線の太さ */
    width:100%;
	background-color: #000; /* 下線の色 */
}
#front-news .container{
    padding:0;
}
#front-news a{
    position: relative;
    display:block;
}
#front-news .more-btn{
    color:#000;
    right:0;
    bottom:0;
}
#front-news .contents{
    padding:50px 0 90px 0;
}
.news_inner{
    display:flex;
    align-items: center;
    border-bottom:1px solid #000;
    margin-bottom:20px;
}
.news_meta{
    display:flex;
    align-items:center;
    height:66px;
    border-right:1px solid #000;
    padding:0 50px;
}
.news_title{
    margin-left: 50px;
}


/*-------- online -------*/
#online{
    position:relative;
    width:100%;
    padding:70px 0;
    border-top:1px solid #000;
}
#online h2{
    font-size:unset;
}
#online h2 img{
    width: 100%;
}
#online .mozi-bag{
    position:relative;
}
#online .bag{
    position:absolute;
    top: 70%;
    left: 12.5%;
}
#online .cart{
    position:absolute;
    top: 170px;
    right: 7%;
}

#online .bag img{
    height:auto;
    width:70px;
}
#online .cart img{
    height:auto;
    width:120px;
}
#online .online-btn{
    margin-top:50px;
    text-align:center;
}
#online .online-btn a{
    height:110px;
    line-height:100px;
    width:500px;
    background:#000;
    display:inline-block;
    color:#fff;
    font-size:64px;
    border-radius:100px;
}

#online .online-btn a:hover{
    animation: rotate 0.7s ease-in-out both;
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(6deg);
    }
    50% {
      transform: rotate(-6deg);
    }
    75% {
      transform: rotate(3deg);
    }
    100% {
      transform: rotate(-1deg);
    }
  }

/*-------- links under -------*/
.under{
    border-top:1px solid #000;
}
#links a span.top-btn::after{
    transform: rotate(-44deg);
}



/*-------- footer -------*/
footer ul{
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    min-height: 220px;
    border-bottom: 1px solid black;
}
footer ul li{
    padding:30px;
}

footer ul li:first-child img{
    height:60px;
    width:auto;
}
footer ul li:nth-child(2){
    line-height:30px;
    border-right: 1px solid black;
    border-left:1px solid #000;
}
footer ul li:last-child a{
    position:relative;
    display:block;
    color:#000;
    margin-bottom:10px;
    padding-left:30px;
}
footer ul li:last-child a::before{
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
footer ul li:last-child a:first-child::before{
    background-image: url(../images/insta.svg);
}
footer ul li:last-child a:last-child::before{
    background-image: url(../images/facebook.svg);
}

.copy{
    padding:5px;
    font-size:12px;
    text-align:center;
}