@media (max-width: 1024px) {


body{
    font-size:16px;
}
h2{
    font-size:50px;
}
.all-in{
    padding:30px;
}
.text-sub{
    font-size:16px;
}


/*-------- サブ共通　titles -------*/
#sub-midashi h2,
#sub-midashi .number{
    font-size:60px;
}
#sub-midashi span{
    font-size:20px;
}
.all-in .content{
    font-size:16px;
    line-height:31px;
}
.all-in h3 {
    font-size: 21px;
    margin-bottom: 20px;
}
.title-all-in{
    padding:30px;
}




/*-------- header -------*/

nav.nav01{
    display:none;
}
header{
    display:none;
}
nav.sp-nav{
    display:block;
    border:1px solid #000;
    border-right:none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height:50px;
    background-color: white;
    z-index: 9000;
}

nav.sp-nav .logo{
    padding:5px 0 0 20px;
}
nav.sp-nav .logo img{
    height:38px;
    width:auto;
}

.menu-btn {
    position: absolute;
    background:#fff;
    border:1px solid #000;
    border-top:none;
    top: 0px;
    right: 0;
    display: flex;
    height: 49px;
    width: 49px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    cursor:pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 17px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 6px;
}
.menu-btn span:after {
    top: 6px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 4%;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 80;
    background:rgba(255, 255, 255, 0);
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    top: 0%;
}

.menu-content ul {
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin-top:50px;
}
.menu-content ul .sub_menu_item{
    position:relative;
    display:flex;
    justify-content: space-between;
    width:100%;
    height:50px;
    line-height:50px;
    background:#fff;
    border:1px solid #000;
    border-top:0;
}
.menu-content ul .sub_menu_item .sp-btn{
    display:flex;
    flex-direction: row-reverse;
    justify-content: space-around;
}
.menu-content ul .sub_menu_item .sp-text{
    width:15em;
    color:#ED615B;
    font-size:11px;
}
.menu-content ul .sub_menu_item .sp-text2{
    width:13em;
    font-size:14px;
    color:#000;
    margin-left:7%;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    position: relative;
}


/*-------- main-v -------*/

#main-v{
    padding-top:49px;
}
#main-v .main-left{
    padding:30px;
    justify-content: space-between;
}
#main-v .main-left .main-content {
    width: 97%;
    font-size: 16px;
    line-height: 32px;
}


/*-------- links -------*/

#links{
    display: grid;
    border-bottom:1px solid #000;
    border-left: 1px solid #000;
}
#links .btn-text {
    background:#ED615B;
    font-size:18px;
}
#links .text-br{
    display:block;
}
.btn-text:nth-child(1) {
    display:none;
}
.btn-text:nth-child(2) {
    opacity: 1;
}
#links a span::after{
    right:10%;
}
#links a span:last-child::after{
    top:34px;
}
#links a {
    height: 80px;
    line-height: 80px;
}

#links a:first-child {
    border-left:none;
}
#links a span:first-child::after {
    top: 33px;
    right: 39%;
}


/*-------- loopslide -------*/

#loop-slide{
    height:130px;
}
.loop-inline{
    font-size:50px;
}


/*-------- block -------*/
#block-low .item-text .title{
    display:block;
}
#block-low .item-number{
    font-size:70px;
}
#block-low .text-sub{
    font-size:18px;
}
#block-low .item-text .item-content {
    margin:30px 0;
    line-height:28px;
}
#block-low .item-text a {
    margin-top: 0px;
}
#block-low .item-number{
    width:12vw;
}
#block-low .item-text {
    padding:40px 30px 70px 30px;
}



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

#bear-move .js-trigger .bear {
    position: absolute;
    top: -104px;
    right: 0vw;
}
#bear-move .girl {
    right: 80vw;
}


/*-------- sns -------*/
#sns{
    display:block;
    height:auto;
}
#sns .sns-menu:last-child{
    border-left:0;
    border-top:1px solid #fff;
}
#sns .fb-wrap{
    margin-top:30px;
}
#sb_instagram {
    margin-top: 40px!important;
}



#front-news{
    padding-bottom:0;
}
#front-news .contents {
    padding: 30px 0 40px 0;
}
#front-news h2::after{
    bottom:11px;
}
.news_meta{
    padding:0 20px;
    height:56px;
}
.news_title{
    margin-left:20px;
}


/*-------- online -------*/

#online{
    padding:50px 0;
}
#online .cart{
    top:85px;
}
#online .online-btn a{
    font-size: 45px;
    height:80px;
    line-height: 75px;
    width:330px;
}
#online .cart img {
    width: 90px;
}
#online h2::after{
    bottom: 2px;
    height: 24px;
}

/*-------- footer -------*/

footer ul li:first-child img {
    height: 45px;
    width: auto;
}
footer ul li:nth-child(2) {
    line-height: 25px;
}



}/*-- max-width:1024 end --*/





@media (max-width: 754px) {

body{
    font-size:14px;
}
h2{
    font-size:40px;
}
.all-in{
    padding:20px;
}
.text-sub{
    font-size:16px;
}


/*-------- サブ共通　titles -------*/
#sub-midashi h2,
#sub-midashi .number{
    font-size:40px;
}
#sub-midashi span{
    font-size:14px;
    margin-left:30px;
}
#sub-midashi .midashi-pic {
    height: 160px;
}
.all-in .content{
    font-size:16px;
    line-height:30px;
}
.title-all-in{
    padding:20px;
}
.all-in h3 {
    font-size: 18px;
}


/*-------- main-v -------*/

#main-v{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.big-logo{
    width:80%;
    padding-top:0;
}
#main-v .main-left {
    border-right:none;
    padding:20px;
}
#main-v .main-left .main-content {
    font-size:14px;
    line-height:25px;
    margin-top:20px;
}


/*-------- links -------*/
#links{
    display:block;
    border-left:0;
}
#links .btn-text {
    font-size: 14px;
}
#links a span::after{
    height:12px;
    width:13px;
}
#links a{
    border-right:0;
}
#links a:first-child {
    border-bottom:1px solid #000;
}


/*-------- loop-slide -------*/
#loop-slide {
    height: 110px;
}
.loop-inline {
    font-size: 40px;
}

/*-------- block -------*/
#block-low {
    flex-direction: column-reverse; 
}
#block-low .block-image {
    width: 100%;
    min-width: 100%;
    height: 1000px;
}
#block-low .steps {
    width:100%;
    border-left:0;
}
#block-low .item-number {
    width: 24vw;
    font-size:55px;
}
#block-low .item-text{
    padding: 20px 20px 50px 20px;
}
#block-low .item-text .item-content {
    margin: 20px 0;
    line-height: 25px;
}
.more-btn{
    right:20px;
    font-size:20px;
    line-height:15px;
}
.more-btn::after{
    height:13px;
    width:13px;
}

#block-low .block-image .block-wrap{
    width:100%;
    position:relative;
}
#block-low .block-image .block-inner{
    height:400px;
    background-position:center center;
}
#block-low .block-image{
    height:400px;
}
#block-low .text-sub {
    font-size: 16px;
}



/*-------- bear-move -------*/
#bear-move .js-trigger .bear{
    top:-84px;
}
#bear-move .js-trigger .bear img {
    width: 80px;
}
#bear-move .girl {
    top: 2px;
    right: unset;
    left: 0vw;
}
#bear-move .girl img {
    width: 60px;
}
#bear-move .js-trigger .heart{
    top:-115px;
    left: 13vw;
}




#sns .fb-wrap{
    margin-top:20px;
}
/*-------- news -------*/
#front-news{
    padding-bottom:0;
}
#front-news h2::after {
    bottom: 9px;
}
#front-news .contents {
    padding: 20px 0 30px 0;
}
.news_meta {
    padding: 0 10px;
    height: 45px;
    font-size:12px;
}
.news_title {
    margin-left: 10px;
}
.news_inner{
    margin-bottom:15px;
}



/*-------- online -------*/
#online {
    padding: 30px 0;
}
#online .online-btn {
    margin-top: 30px;
}
#online .online-btn a {
    font-size: 25px;
    height: 60px;
    line-height: 57px;
    width: 180px;
}
#online h2 img{
    width:100%;
}
#online h2::after {
    bottom: 16px;
    height: 11px;
}
#online .cart {
    top: 84px;
}
#online .cart img {
    width: 60px;
}
#online .bag {
    top: 56%;
    left: 1%;
}
#online .bag img {
    width: 50px;
}


/*-------- yahooshop -------*/
#yahooshop{
    font-size:20px;
}
#yahooshop a{
    padding: 10px 0 15px 0;
}
#yahooshop a:hover{
    background:#fff;
}
#yahooshop a img{
    width:120px;
    margin-right:7px;
}



/*-------- footer -------*/
footer ul{
    display:block;
}
footer ul li{
    padding:20px;
}
footer ul li:first-child{
    text-align: center;
}
footer ul li:first-child img {
    height: 56px;
}
footer ul li:nth-child(2) {
    border-top: 1px solid black;
    border-bottom: 1px solid #000;
    border-left:none;
    border-right:none;
    margin:0 auto;
    line-height:22px;
}
footer ul li:last-child{
    display:flex;
    padding:0;
}
footer ul li:last-child a{
    width:50%;
    display:block;
    margin-bottom:0;
    padding:20px 20px 20px 50px;
}
footer ul li:last-child a:first-child{
    border-right:1px solid #000;
}
footer ul li:last-child a::before {
    top: 21px;
    left: 20px;
}


}/*-- max-width:754 end --*/
