@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,800,900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Noto Sans JP","メイリオ","ms pgothic", sans-serif;
	color: #fff;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

body{
	line-height: 150%;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
    background: #F8C80E;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.trim img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


/* template
   ================================================================== */
p,
a,
li{
	font-size: 3.5vw;
	line-height: 170%;
}

p a,
li a{
	font-size: inherit;
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

.pc{
	display: none;
}

.photo{
	line-height: 0;
}

.photo img{
	width: 100%;
}

.inner{
	padding-left: 4vw;
	padding-right: 4vw;
}

#wrap{
	position: relative;
}


/* logo
   ================================================================== */
.logo{
    width: 28vw;
    line-height: 0;
}

.logo a{
    display: block;
    line-height: 0;
}

.logo a img{
    width: 100%;
}


/* header
   ================================================================== */
header{
    padding: 0 3vw 0 4vw;
    height: 17vw;
	position: relative;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

header .icon_cart_btn{
    width: 14vw;
    line-height: 0;
}

header .icon_cart_btn a{
    display: block;
    line-height: 0;
}

header .icon_cart_btn a svg{
    width: 90%;
}


/* footer
   ================================================================== */
footer{
	margin: 0 0 0;
    position: relative;
    z-index: 1;
    background: #fff;
}

footer .footer_top{
	padding: 4vw 4vw;
}

footer .bg{
	background: #000;
}

footer .footer_nav{
	margin: 0 0 0;
    line-height: 0;
}

footer .footer_nav ul{
	margin: 0;
}

footer .footer_nav ul li{
	margin: 0;
}

footer .footer_nav ul li a{
	padding: 5vw 4vw;
	display: block;
	border-bottom: 1px solid #333;
	color: #fff;
	font-size: 4vw;
    line-height: 150%;
    font-weight: 500;
}

footer address{
	padding: 7vw 4vw;
	font-size: 2.5vw;
    letter-spacing: 0.1em;
	color: #fff;
	text-align: right;
}


/* TOPへ戻るボタン
   ================================================================== */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 40px;
    z-index: 4;
	line-height: 0;
	display: none;
}

#page-top a{
	display: block;
	height: auto;
	transition: ease-in 0.3s;
	line-height: 0;
}

#page-top img{
	width: 100%;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    padding: 0 0 0;
}


/* cart_btn
   ================================================================== */	
.cart_btn{
	text-align: center;
	line-height: 0;
}

.cart_btn a{
	width: 100%;
    display: inline-block;
    line-height: 0;
}

/* どこでも購入ボタン */
.cart_btn input[type="text"]{
	display: none;
}

.cart_btn input[type="submit"]{
    margin: 0 auto;
    width: 100%;
    height: 18vw;
    max-height: 140px;
    display: inline-block;
    line-height: 0;
    background-image: url(../images/common/cart_btn.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border: none;
    text-indent: -9999px;
    background-color: transparent;
    cursor: pointer;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	width: 100%;
    height: 18.4vw;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	background: #BC1B21;
	position: relative;
    text-align: center;
    border-radius: 100px;
	padding: 0;
	box-sizing: border-box;
	font-size: 4.6vw;
    line-height: 130%;
    font-weight: 800;
	color: #fff;
}


@media screen and (min-width : 750px){

    body{
        margin: auto;
        max-width: 780px;
    }
	
    a.over{
        transition: .3s;
    }
	
    a.over:hover{
        opacity: .6;
    }
    

    /* template
       ================================================================== */
	p,
	a,
	li{
		font-size: 30px;
        line-height: 48px;
	}
 
	.sp{
		display: none;
	}
 
	.pc{
		display: inherit;
	}

    .inner{
        padding-left: 25px;
        padding-right: 25px;
    }

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }


    /* logo
       ================================================================== */
    .logo{
        width: 219px;
    }


    /* header
       ================================================================== */
    header{
        padding: 0 20px 0 25px;
        height: 140px;
    }

    header .icon_cart_btn{
        width: 100px;
    }

    header .icon_cart_btn a svg{
        width: 100%;
    }

    header .icon_cart_btn a{
        border: 1px solid #000;
        border-radius: 100%;
    }

    header .icon_cart_btn a circle,
    header .icon_cart_btn a path{
        transition: .3s;
    }

    header .icon_cart_btn a:hover circle{
        fill: #fff;
    }

    header .icon_cart_btn a:hover path{
        fill: #000;
    }


    /* footer
       ================================================================== */
    footer{
        margin: 0 0 0;
    }

    footer .footer_top{
        padding: 34px 25px 22px;
    }

    footer .footer_nav{
        margin: 0 0 0;
    }

    footer .footer_nav ul{
        margin: 0;
    }

    footer .footer_nav ul li{
        margin: 0;
    }

    footer .footer_nav ul li a{
        padding: 27px 25px;
        font-size: 34px;
        transition: .3s;
    }

    footer .footer_nav ul li a:hover{
        background: #333;
    }

    footer address{
        padding: 43px 25px;
        font-size: 18px;
    }
	
    
    /* TOPへ戻るボタン
       ================================================================== */
    #page-top {
    	position: fixed;
    	bottom: 20px;
    	right: 40px;
    	z-index: 100;
		width: auto;
        width: 65px;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


    /* cart_btn
       ================================================================== */	
    /* どこでも購入ボタン */
    .cart_btn input[type="submit"]{
        transition: .3s;
    }

    .cart_btn input[type="submit"]:hover{
        opacity: .6;
    }


	/* anime_btn
	   ================================================================== */
	.anime_btn a{
        width: 720px;
        height: 140px;
        font-size: 40px;
        border: 2px solid #BC1B21;
		transition: .5s;
	}
	
	.anime_btn a:hover{
    	background: #fff;
        color: #BC1B21;
	}	
	
	
}
