@charset "UTF-8";
/* ---------- Settings ---------- */
html {
    font-size: 62.5%;
}
body {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color: #000000;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
}
@media screen and (max-width: 480px) {
    body {
        font-size: 1.6rem;
    }
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
a {
    color: #000000;
    text-decoration: none;
}
li {
    list-style-type: none;
}
/* ---------- Animation ---------- */
.animation_floating {
    animation-name: floating;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
@keyframes floating {
    0% {
        transform: translate(0,0px);
    }
    100% {
        transform: translate(0,-15px)
    }
}
.animation_shaking {
    animation: shaking 3s linear infinite;
}
@keyframes shaking {
    from {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(-30deg);
    }
    20% {
        transform: rotate(30deg);
    }
    30% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(0deg);
    }
}
/* ---------- header ---------- */
header {
}
header .header_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 0px 40px;
}

header .header_wrap .header_logo img {
	height: 35px;
	margin-left: 25px;
	margin-bottom: 190px;
}
header p{
	font-size: 1.5em;
	text-align: center;
	padding-top: 20px;
}
header .header_product_common {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
header .header_product_common .header_product_left img:nth-child(1) {
    max-width:  114px;
}
@media screen and (max-width: 769px) {
header {
}
header p{
	font-size: 1.2em;
	text-align: center;
	padding-top: 20px;
}
header .header_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 0px 40px;
}
header .header_wrap .header_logo img {
	height: 35px;
	margin-left: 25px;
	margin-bottom: 140px;
}
header .header_product_sp {
        display: none;
    }
header .header_product_pc {
        margin-top: -125px;
    }
header .header_product_pc .header_product_left {
        position: relative;
        width: 18%;
        margin-right: 1%;
    }
header .header_product_pc .header_product_right {
        width: 67%;
        margin-top: 50px;
    }
}
@media screen and (max-width: 834px) {
    header .header_product_pc {
        margin-top: -110px;
    }
}
@media screen and (max-width: 768px) {
    header .header_product_pc {
        display: none;
    }
    header .header_product_sp {
        margin-top: -50px;
    }
    header .header_product_common {
        align-items: flex-end;
    }
    header .header_product_sp .header_product_left {
        width: 24%;
        margin: 30px 7% 0 0;
    }
    header .header_product_sp .header_product_left img:nth-child(1) {
        width: 80%;
    }
    header .header_product_sp .header_product_right {
        width: 51%;
    }
}
@media screen and (max-width: 480px) {
    header .header_product_sp .header_product_left {
        width: 30%;
        margin: 10px 3% 0 0;
    }
    header .header_product_sp .header_product_right {
        width: 65%;
    }
}
@media screen and (max-width: 480px) {
header {
    background: url("../img/bg_line_bergerwurst_480px.png") repeat-x top center;	
}
header p{
	font-size: 1em;
	text-align: center;
	padding-top: 20px;
}
header .header_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 0px 40px;
}
header .header_wrap .header_logo img {
	height: 35px;
	margin-left: 25px;
	margin-bottom: 120px;
}
header .header_wrap h1 {
        padding: 0px 0 25px;
    }
}
/* ---------- nav ---------- */
nav.nav_lovelive {
    background:#d31078;
	word-wrap: break-word;
}
nav.nav_lovelive p {
	height: 100%;
	padding: 15px 10px;
	color: #ffffff;
	font-size: 1em;
}
nav.nav_lovelive ul {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
nav.nav_lovelive li {
	display: inline-block;
	width: 25%;
	text-align: center;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
nav.nav_lovelive li+ li {
  border-left: 0;
  border-right: 2px solid #ffffff;
}
nav.nav_lovelive ul li a {
	display: block;
    height: 100%;
    width: 100%;
    transition: .4s;
}
@media screen and (max-width: 480px) {
nav.nav_lovelive ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	background:#ffffff;
}
nav.nav_lovelive ul li {
	width: 49%;
	margin: 0.5%;
	box-sizing: border-box;
	border-left: 0px;
	border-right: 0px;
	background:#d31078;
}
nav.nav_lovelive ul li a {
	display: block;
	height: 100%;
	width: 100%;
    }
	nav.nav_lovelive p {
	padding: 15px 10px;
	height: 100%;
	color: #ffffff;
	font-size: 1em;
}
}
@media screen and (max-width: 768px) {
nav.nav_lovelive ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	background:#ffffff;
}
nav.nav_lovelive ul li {
	width: 49%;
	margin: 0.5%;
	box-sizing: border-box;
	border-left: 0px;
	border-right: 0px;
	background:#d31078;
}
nav.nav_lovelive ul li a {
	display: block;
	height: 100%;
	width: 100%;
    }
	nav.nav_lovelive p {
	padding: 15px 10px;
	height: 100%;
	color: #ffffff;
	font-size: 1em;
}
}


nav.nav_lovelive ul li a img {
    vertical-align: middle;
}
nav.nav_lovelive ul li a:hover img {
    opacity: 0.8;
}
nav.nav_lovelive ul li a:hover {
	background:#1fa4dc;
}
/* ---------- main .section_common ---------- */
main .section_common {
    padding: 0px 10px 20px;
}
@media screen and (max-width: 768px) {
    main .section_common {
        padding: 30px 10px 50px;
    }
}
main .section_common .ttl_bg {
/*    background: url(../img/bg_line.png) repeat-x;*/
}
main .section_common h2 {
    text-align: center;
    padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
    main .section_common h2 {
        width: 100%;
        margin: 0 auto;
    }
}
/* ---------- main .section_about ---------- */
main .section_about {
    background: #ffffff;
}
main .section_about  {
    max-width: 1000px;
    margin: 0 auto;
}
main .section_about  .vergerwurst_detail {
    position: relative;
    padding: 53% 0 0 0;
    margin-bottom: 40px;
}
main .section_about  .vergerwurst_detail h3,
main .section_about  .vergerwurst_detail ul li,
main .section_about  .vergerwurst_detail .decoration_item img {
    position: absolute;
}
main .section_about .inner_about02 {
    max-width: 900px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0px;
    border-radius: 20px;
    background: #ffffff;
}
main .section_about .inner_about02 {
    text-align: center;
}
main .section_about .inner_about02 h3 {
    margin-top: -100px;
}
main .section_about .inner_about02 .aboutBerger_area_box {
    display: flex;
    justify-content: space-between;
}
main .section_about .inner_about02 .aboutBerger_area_left {
    width: 45%;
    margin: 10px;
}
main .section_about .inner_about02 .aboutBerger_area_right {
    width: 55%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
main .section_about .inner_about02 .aboutBerger_area_right p {
	font-size: 1.3em;
	padding: 5px 0;
}
main .section_about .inner_about02 .about_new-product_img {
    display: flex;
    justify-content: center;
    height: auto;
}
main .section_about .inner_about02 .about_new-product_img img {
    margin: 0 0 5px 0;
    max-width: calc(50% - 8px);
    align-self: flex-start;
}
main .section_about .inner_about02 .about_new-product_img img:first-child {
    margin-right: 16px;
}
main .section_about .about_box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
main .section_about ul:after {
    content:"";
    display: block;
    width: 31.8%;
}
main .section_about ul li {
    background: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 25px 30px 30px;
}
main .section_about ul li p {
	font-size: 1.2em;
    text-align: left;
    max-width: 445px;
    margin: 0 auto;
}
main .section_about ul li p.about_ttl{
	font-size: 1em;
	padding-bottom: 20px;
}
main .section_about ul.about_area01 {
    width: 100%;
}
main .section_about ul.about_area01 li .new-arrival {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 300px;
}
main .section_about ul.about_area01 li .new-arrival img:nth-child(1) {
    margin-bottom: 10px;
}
main .section_about ul.about_area01 li h3 {
	margin-top: 0px;
    margin-bottom: 20px;
}
main .section_about ul.about_area02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*    justify-content: flex-start;*/
}
main .section_about ul.about_area02 li {
    width: 32%;
}
main .section_about ul.about_area02 li h3 {
    margin-bottom: 20px;
}



@media screen and (max-width: 480px) {
main .section_about  .vergerwurst_detail {
        padding: 153.5% 0 0 0;
    }
main .section_about .inner_about02 .aboutBerger_area_right p {
	font-size: 0.9em;
	padding: 5px 0;
	}
main .section_about ul li p {
	font-size: 1em;
    text-align: left;
    max-width: 445px;
    margin: 0 auto;
}

}
@media screen and (max-width: 768px) {
    main .section_about .inner_about02 .aboutBerger_area_box {
        display: block;
    }
    main .section_about .inner_about02 .aboutBerger_area_left {
		width: auto;
        margin: 5px auto;
		padding-top: 15px;
    }
    main .section_about .inner_about02 .aboutBerger_area_right {
        width: 90%;
		margin: 0 auto;
    }
	main .section_about ul li p {
	font-size: 1em;
    text-align: left;
    max-width: 445px;
    margin: 0 auto;
}

	main .section_about ul.about_area01 li .new-arrival {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 100%;
}
    main .section_about ul.about_area02 {
        display: block;
    }
    main .section_about ul.about_area02 li {
        width: 100%;
    }
}
main .section_about ul.about_area02 li h3 img {
	display: block;
    height: 100%;
    width: 100%;
}
/* ---------- /main .section_about ---------- */



/* ---------- main .section_more ---------- */
main .section_more {
    background: #fbe4ee;
    text-align: center;
}
main .section_more .lead {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 60px;
}
main .section_more .aboutBerger_area_box {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
main .section_more .aboutBerger_area_box_2 {
	background-color: #ffffff;
    max-width: 900px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
main .section_more .aboutBerger_area_left {
    width: 55%;
    margin: 10px;
	display: flex;
    flex-direction: column;
    justify-content: center;
/*    align-items: center;*/
	height:300px;
}
main .section_more .aboutBerger_area_left_2 {
    width: 55%;
    margin: 10px;
}
main .section_more .aboutBerger_area_right {
    width: 45%;
	display: flex;
    flex-direction: column;
/*
    justify-content: center;
    align-items: center;*/
	height:390px;

}
main .section_more .aboutBerger_area_right_2 {
	text-align: left;
	width: 45%;
/*	display: flex;*/
}
main .section_more p.ttl_more {
	color: #000000;
	font-size: 2em;
}
main .section_more p.ttl_more_2 {
	text-align: center;
	color: #000000;
	font-size: 1.3em;
	padding: 5px;
}

main .section_more p.ttl_more_2_chika {
	text-align: center;
	line-height: 1.3em;
	color: #ff9547;
	font-size: 1.8em;
	padding: 5px;
}
main .section_more p.ttl_more_2_riko {
	text-align: center;
	color: #ff9eac;
	font-size: 1.3em;
	padding: 5px;
}
main .section_more p.ttl_more_2_kanan {
	text-align: center;
	color: #27c1b7;
	font-size: 1.3em;
	padding: 5px;
}
main .section_more p.ttl_more_2_daia {
	text-align: center;
	color: #db0839;
	font-size: 1.3em;
	padding: 5px;
}
main .section_more p.ttl_more_2_you {
	text-align: center;
	color: #66c0ff;
	font-size: 1.3em;
	padding: 5px;
}
main .section_more p.ttl_more_2_yoshiko {
	text-align: center;
	color: #666666;
	font-size: 1.3em;
	padding: 5px;
}
main .section_more p.ttl_more_2_hanamaru {
	text-align: center;
	color: #ffd010;
	font-size: 1.3em;
	padding: 5px;
}
main .section_more p.ttl_more_2_mari {
	text-align: center;
	color: #c252c6;
	font-size: 1.3em;
	padding: 5px;
}
main .section_more p.ttl_more_2_ruby {
	text-align: center;
	color: #ff6fbe;
	font-size: 1.3em;
	padding: 5px;
}
main .section_more p.ttl_more_2_aqours {
	text-align: center;
	color: #1a96d5;
	font-size: 1.3em;
	padding: 5px;
}

main .section_more p.ttl_more_2_basil {
	text-align: center;
	color: #339900;
	font-size: 1.3em;
	padding: 5px;
}
main .section_more p.ttl_more_2_aoshiso {
	text-align: center;
	color: #99cc00;
	font-size: 1.3em;
	padding: 5px;
}
main .section_more p.ttl_more_2_lp {
	text-align: center;
	color: #FF9900;
	font-size: 1.3em;
	padding: 5px;
}
main .section_more p.ttl_more_2_asort {
	text-align: center;
	color: #FF3300;
	font-size: 1.3em;
	padding: 5px;
}
main .section_more p.ttl_more_2_right {
	text-align: left;
	color: #000000;
	font-size: 1em;
	padding: 2em 10px 10px;
}
main .section_more p.ttl_more_2_reco {
	text-align: center;
	color: #000000;
	font-size: 1.5em;
	padding: 0px 10px 25px;
	line-height: 1.5em;
}
main .section_more p.ttl_more_2_reco span {
	background:linear-gradient(transparent 60%, #fbe4ee 60%);
}
main .more_pkg {
width: 90%;
display: block;
margin: 0px auto 0px;
}

@media screen and (max-width: 480px) {
main .section_more p.ttl_more {
	color: #000000;
	font-size: 1em;
}
main .section_more .aboutBerger_area_left {
    width: 55%;
    margin: 10px;
	display: flex;
    flex-direction: column;
    justify-content: center;
/*    align-items: center;*/
	height:100px;
}
main .section_more .aboutBerger_area_right{
    width: 45%;
	display: flex;
    flex-direction: column;
/*
    justify-content: center;
    align-items: center;*/
	height:150px;

}
main .section_more .aboutBerger_area_right img{
	height:150px;
}
}

@media screen and (max-width: 768px) {
    main .section_more .inner_about02 .aboutBerger_area_box {
        display: block;
    }
    main .section_more .inner_about02 .aboutBerger_area_box_2 {
        display: block;
		margin: 10px auto;
    }
    main .section_more .lead {
        font-size: 1.6rem;
        margin-bottom: 40px;
    }
    main .section_more .aboutBerger_area_left {
		width: auto;
        margin: 10px auto 30px;
		padding-top: 15px;
    }
    main .section_more .aboutBerger_area_right {
        width: 90%;
		margin: 0 auto 10px;
    }
    main .section_more .aboutBerger_area_left_2 {
		width: auto;
        margin: 5px auto;
		padding-top: 15px;
    }
    main .section_more .aboutBerger_area_right_2 {
        width: 90%;
		margin: 0 auto;
		padding-bottom: 5px;
    }
}

main .section_more ul {
    max-width: 1000px;
    margin: 0 auto 25px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
main .section_more ul li {
    width: 40%;
    margin-bottom: 65px;
    /* z-indexを有効化 */
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    main .section_more ul {
        display: block;
    }
    main .section_more ul li {
        width: 70%;
        margin: 0 auto 30px;
    }
}
main .section_more ul li a {
    display: block;
}
main .section_more ul li a.more_thum {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
main .section_more ul li a.more_thum:after {
    /* 半透明 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);

    /*  テキスト */
    content: "";
    background: url("../img/txt_recipe_hover.png") no-repeat, rgba(0, 0, 0, 0.4);
    background-position: center left -100%;
    background-size: 74%;

    /*  マウスアウト時 */
    opacity: 0;
    transition: .6s;
}
main .section_more ul li:hover .more_thum:after {
    opacity: 1;
    background-position: center;
}
main .section_more ul li a.more_name {
    margin-top: -21px;
    z-index: 2;
}
main .section_more .btn_area {
    text-align: center;
}
@media screen and (max-width: 768px) {
    main .section_more .btn_area {
        width: 90%;
        margin: 0 auto;
    }
}
main .section_more .btn_area a img {
    transition: .4s;
}
main .section_more .btn_area a:hover img {
    transform: translateY(-4px);
    opacity: 0.8;
}
/* ---------- /main .section_more ---------- */


/* ---------- main .section_recipe ---------- */
main .section_recipe {
    background: #ffffff;
    text-align: center;
}
main .section_recipe .lead {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 60px;
}
main .section_recipe .aboutBerger_area_box {
    max-width: 900px;
	max-height: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
main .section_recipe .aboutBerger_area_left {
    width: 55%;
    margin: 10px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .section_recipe .aboutBerger_area_right {
    width: 45%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
main .section_recipe p.ttl_more {
	font-size: 1.3em;
}
@media screen and (max-width: 768px) {
    main .section_recipe .inner_about02 .aboutBerger_area_box {
        display: block;
    }
    main .section_recipe .lead {
        font-size: 1.6rem;
        margin-bottom: 40px;
    }
    main .section_recipe .aboutBerger_area_left {
		width: auto;
        margin: 5px auto;
		padding-top: 15px;
    }
    main .section_recipe .aboutBerger_area_right {
        width: 90%;
		margin: 0 auto;
    }
}
main .section_recipe ul {
    max-width: 1000px;
    margin: 0 auto 25px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
main .section_recipe ul li {
    width: auto;
    margin-bottom: 65px;
    /* z-indexを有効化 */
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    main .section_recipe ul {
        display: block;
    }
    main .section_recipe ul li {
        width: 100%;
        margin: 0 auto 30px;
    }
}
main .section_recipe ul li a {
    display: block;
}
main .section_recipe ul li a.recipe_thum {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
main .section_recipe ul li a.recipe_thum:after {
    /* 半透明 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);

    /*  テキスト */
    content: "";
    background: url("../img/txt_recipe_hover.png") no-repeat, rgba(0, 0, 0, 0.4);
    background-position: center left -100%;
    background-size: 74%;

    /*  マウスアウト時 */
    opacity: 0;
    transition: .6s;
}
main .section_recipe ul li:hover .recipe_thum:after {
    opacity: 1;
    background-position: center;
}
main .section_recipe ul li a.recipe_name {
    margin-top: -21px;
    z-index: 2;
}
main .section_recipe .btn_area {
    text-align: center;
}
@media screen and (max-width: 768px) {
    main .section_recipe .btn_area {
        width: 90%;
        margin: 0 auto;
    }
}
main .section_recipe .btn_area a img {
    transition: .4s;
}
main .section_recipe .btn_area a:hover img {
    transform: translateY(-4px);
    opacity: 0.8;
}
/* ---------- /main .section_recipe ---------- */




/* ---------- main .section_movie ---------- */
.youtube li{
margin: 30px 0px;
text-align: center;
}

.coming{
text-align: center;
max-width: 800px;
background-color: #cccccc;
color: #000000;
margin: auto;
padding: 10px 10px;
}

iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
max-width: 800px;
display: block;
margin: auto;
}
/* ---------- /main .section_movie ---------- */






/* ---------- main .section_lineup ---------- */
main .section_lineup {
	background: #fbe4ee;
    padding-bottom: 100px;
}
.lineup_btn {
  background: salmon; /* 背景色 */
  color: #fff; /* 文字色 */
  padding: 16px 18px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入る下線を消す */
  border-radius: 30px; /* 角を丸くする */
  transition-property: opacity;
　-webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.lineup_btn:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
    main .section_lineup {
        padding-bottom: 80px;
    }
}
main .section_lineup .lineup_box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
main .section_lineup ul:after {
    content:"";
    display: block;
    width: 31.8%;
}
main .section_lineup ul li {
    background: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 25px 30px 30px;
}
main .section_lineup ul li p {
	font-size: 1.2em;
    text-align: center;
    max-width: 445px;
    margin: 0 auto;
}
main .section_lineup ul li p.lineup_ttl_lp{
	color: #ff9900;
	font-size: 1em;
	padding-bottom: 20px;
}
main .section_lineup ul li p.lineup_ttl_bp{
	color: #003399;
	font-size: 1em;
	padding-bottom: 20px;
}
main .section_lineup ul li p.lineup_ttl_basil{
	color: #339900;
	font-size: 1em;
	padding-bottom: 20px;
}
main .section_lineup ul li p.lineup_ttl_aoshiso{
	color: #99cc00;
	font-size: 1em;
	padding-bottom: 20px;
}
main .section_lineup ul li p.lineup_ttl_asort{
	color: #ff3300;
	font-size: 1em;
	padding-bottom: 20px;
}
main .section_lineup ul.lineup_area01 {
    width: 100%;
}
main .section_lineup ul.lineup_area01 li .new-arrival {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 300px;
}
main .section_lineup ul.lineup_area01 li .new-arrival img:nth-child(1) {
    margin-bottom: 10px;
}
main .section_lineup ul.lineup_area01 li h3 {
	margin-top: 20px;
    margin-bottom: 20px;
}
main .section_lineup ul.lineup_area02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*    justify-content: flex-start;*/
}
main .section_lineup ul.lineup_area02 li {
    width: 32%;
	margin-bottom: 20px;
}
main .section_lineup ul.lineup_area02 li h3 {
	margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
main .section_lineup ul li p.lineup_ttl_lp{
	color: #ff9900;
	font-size: 0.8em;
	padding-bottom: 20px;
}
main .section_lineup ul li p.lineup_ttl_bp{
	color: #003399;
	font-size: 0.8em;
	padding-bottom: 20px;
}
main .section_lineup ul li p.lineup_ttl_basil{
	color: #339900;
	font-size: 0.8em;
	padding-bottom: 20px;
}
main .section_lineup ul li p.lineup_ttl_aoshiso{
	color: #99cc00;
	font-size: 0.8em;
	padding-bottom: 20px;
}
main .section_lineup ul li p.lineup_ttl_asort{
	color: #ff3300;
	font-size: 0.7em;
	padding-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
	main .section_lineup ul.lineup_area01 li .new-arrival {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 100%;
}
    main .section_lineup ul.lineup_area02 {
        display: block;
    }
    main .section_lineup ul.lineup_area02 li {
        width: 100%;
    }
}
main .section_lineup ul.lineup_area02 li>img {
    margin-bottom: 20px;
}
main .section_lineup ul.lineup_area02 li h3 {
    margin-bottom: 5px;
}
main .section_lineup ul.lineup_area02 li h3 img {
	display: block;
    height: 100%;
    width: 100%;
}
/* ---------- /main .section_lineup ---------- */








/* ---------- footer ---------- */
footer {
    line-height: 55px;
    background: #ffe77d;
}
footer p {
    text-align: center;
    color: #534741;
    font-weight: 900;
    font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
    footer p {
        font-size: 1rem;
    }
}
.footmenu {
	width: 100%;
	overflow: hidden;
	background: #ffcc66;
	display: block;
}
.foot_cap {font-size: 1.5em; color: #000000;font-weight: bold;text-align: center;position: relative;margin-bottom: 1em;padding-top: 1.5em;}
.foot_cap:before {text-align: center;content: '';position: absolute;bottom: -10px;width: 200px;height: 2px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);background-color: #000000;border-radius: 2px;}
@media screen and (max-width: 499px) { 
/*　画面サイズ 499pxまで適用　*/
.brand-bn{margin: auto;padding: 0px 0px 0px 0px;}
.brand-bn ul{width:100%;margin:auto;display: flex;flex-wrap: wrap;justify-content: center;}
.brand-bn li{width:48%;margin:auto;padding:1%;}
.brand-bn img{width:100%;}
.sns-bn{margin: auto;padding: 0px 0px 0px 0px;}
.sns-bn ul{width:100%;margin:auto;display: flex;flex-wrap: wrap;justify-content: center;}
.sns-bn li{width:48%;margin:auto;padding:1%;}
.sns-bn img{width:100%;}
}
@media screen and (min-width: 500px) and (max-width: 999px) {
/*　画面サイズ 500pxから999pxまで適用　*/
.brand-bn{margin: auto;padding: 0px 0px 0px 0px;}
.brand-bn ul{width:100%;margin:auto;display: flex;flex-wrap: wrap;justify-content: center;}
.brand-bn li{width: 48%; padding: 1%;}
.brand-bn img{width:100%;}
.sns-bn{margin: auto;padding: 0px 0px 0px 0px;}
.sns-bn ul{width:100%;margin:auto;display: flex;flex-wrap: wrap;justify-content: center;}
.sns-bn li{width: 48%; padding: 1%;}
.sns-bn img{width:100%;}
}
@media screen and (min-width:1000px) {
/*　画面サイズ 1000px以上から適用　*/
.brand-bn{margin: auto;padding: 0px 0px 0px 0px;}
.brand-bn ul{width:1000px;margin:auto;display:flex;flex-wrap: wrap;justify-content: center;}
.brand-bn li{width:23%;padding:1%;}
.brand-bn img{width:100%;}
.sns-bn{margin: auto;padding: 0px 0px 0px 0px;}
.sns-bn ul{width:1000px;margin:auto;display:flex;flex-wrap: wrap;justify-content: center;}
.sns-bn li{width:23%;padding:1%;}
.sns-bn img{width:100%;}
}

/* ---------- .pagetop ---------- */
.pagetop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 132px;
    display: none;
    z-index: 999;
}
@media screen and (max-width: 768px) {
    .pagetop {
        width: 15%;
        right: 3%;
    }
}
.pagetop a img {
    transition: .4s;
    width: 100%;
}
.pagetop a:hover img {
    transform: translateY(-4px);
    opacity: 0.8;
}

