@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== background ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
picture {
display: block;
}

/* ========== base style ========== */
.allwrapper, .modal * {
background: #fff;
color: #000;
font-size: 2.9333333333vw;
font-family: fot-cezanne-pron, sans-serif;
font-style: normal;
font-weight: 500;
letter-spacing: 0;
}
.allwrapper *,
.modal, .modal * {
box-sizing: border-box;
}
.allwrapper {
width: 100%;
padding-bottom: 0;
color: #000;
background: #fff;
animation-delay: 0.75s;
}
.modal * {
color: #000;
}
@media (min-width:768px){
	.allwrapper, .modal * {
		font-size: 14.4px;
	}
}
.allwrapper a:link, .allwrapper a:visited {
color: #000;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper a:hover, .allwrapper button:hover {
opacity: 0.65;
filter: alpha(opacity=65);
}
.allwrapper ol, .allwrapper ul {
list-style:none;
}
.allwrapper img, .allwrapper video, .allwrapper button {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.1333333333vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.6666666666vw; }
.fs11 { font-size: 2.9333333333vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.4666666666vw; }
.fs14 { font-size: 3.7333333333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.2666666666vw; }
.fs17 { font-size: 4.5333333333vw; }
.fs18 { font-size: 4.8vw; }
.fs20 { font-size: 5.33333333vw; }

/* weight */
.fw200 { font-weight: 200 !important; }
.fw300 { font-weight: 300 !important; }
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }

/* line height */
.lh120 { line-height: 120%; }
.lh130 { line-height: 130%; }
.lh140 { line-height: 140%; }
.lh150 { line-height: 150%; }
.lh160 { line-height: 160%; }
.lh170 { line-height: 170%; }
.lh180 { line-height: 180%; }
.lh190 { line-height: 190%; }
.lh200 { line-height: 200%; }
.lh210 { line-height: 210%; }

/* letter space */
.ltrspace0 { letter-spacing: 0; }
.ltrspace0025 { letter-spacing: 0.025em; }
.ltrspace005 { letter-spacing: 0.05em; }
.ltrspace0075 { letter-spacing: 0.075em; }
.ltrspace01 { letter-spacing: 0.1em; }
.ltrspace0125 { letter-spacing: 0.125em; }
.ltrspace015 { letter-spacing: 0.15em; }

/* decotarion */
.deco_line { text-decoration: underline; }


/* ========== float ========== */
/* clearfix */
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after { clear: both; }

/* float */
.float_left { float: left; }
.float_right { float: right; }


/* ========== display ========== */
.disp_block { display: block !important; }
.disp_iblock { display: inline-block !important; }
.disp_inline { display: inline !important; }
.disp_none { display: none; }
.disp_flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }


/* ========== position ========== */
.posi_relative { position: relative !important; }
.posi_absolute { position: absolute !important; }
.posi_fixed { position: fixed !important; }


/* ========== overflow ========== */
.overflow_hidden { overflow: hidden !important; }


/* ========== margin ========== */
/* margin-auto */
.mx_auto { margin-left: auto; margin-right: auto; }


/* ========== device displaying ========== */
.sp_none{ display: none; }
img.sp_none{ display: none; }
.sp_only{ display: block; }
img.sp_only{ display: block; }
@media (min-width:510px){
	.sp_none{display: block;}
	img.sp_none{display: block;}
	.tab_none { display: none; }
	img.tab_none { display: none; }
	.sp_only{display: none;}
	img.sp_only{display: none;}
	.sp_only{display: none;}
	img.sp_only{display: none;}
}
.spc_none{ display: block; }
@media (min-width:1199px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1200px){.pc_none{display: none;}
.pc_only{display: block;}
.tab_none{ display: block; }
}


/* ========== animation for ScrollTrigger.min.js  ========== */
.invisible {
transition: opacity 1s ease;
opacity: 0.0;
}
.visible {
transition: opacity 1s ease;
opacity: 1.0;
}



/* other style
-----------------------------------------------*/
.allwrapper { width: 100vw; background: #fff; overflow: hidden; animation-delay: 0.75s; }
@media (max-width:767px){
	.allwrapper { padding-top: 0 !important; padding-bottom: 0; }
}
@media (min-width:768px){
	body.static .wrapper { margin-top: 0; }
	.sp-menu { display: none; }
}
@media (min-width:1200px){
	.allwrapper { width: 100%; }
}
.sp-menu,
.pc-menu {
position: relative;
background: #fff;
z-index: 100;
}

.fc_futura {
font-family: futura-pt, sans-serif;
}

.mv {
width: 100%;
height: 124.8vw;
}
.mv_title {
top: 54.9333333333vw;
left: 3.2%;
z-index: 2;
width: 92.2666666666%;
animation-delay: 1.5s;
}
.mv_img_top,
.mv_img_bottom {
left: 0;
width: 100%;
height: 56vw;
}
.mv_img_top {
top: 0;
background: url("../images/mv-img-top_sp.jpg") repeat-x;
background-size: auto 100%;
animation: bgLoop_top_sp 17s linear infinite;
}
@keyframes bgLoop_top_sp {
	0% { background-position: 0 0; }
	100% { background-position: -192.5333333333vw 0; }
}
.mv_img_bottom {
bottom: 0;
background: url("../images/mv-img-bottom_sp.jpg") repeat-x;
background-size: auto 100%;
animation: bgLoop_bottom_sp 17s linear infinite;
}
@keyframes bgLoop_bottom_sp {
	0% { background-position: 0 0; }
	100% { background-position: 192.5333333333vw 0; }
}
img.mv_badge {
bottom: -10.6666666666vw;
right: 2.1333333333%;
width: 26.6666666666%;
animation-delay: 2s;
}
@media (min-width:768px){
	.mv {
	height: 700px;	
	}
	.mv_title {
	top: 40%;
	left: calc(50% - 310px);
	width: 620px;
	}
	.mv_img_top,
	.mv_img_bottom {
	height: 346px;
	}
	.mv_img_top {
	background: url("../images/mv-img-top_pc.jpg") repeat-x;
	background-size: auto 100%;
	animation: bgLoop_top_tab 17s linear infinite;
	}
	.mv_img_bottom {
	background: url("../images/mv-img-bottom_pc.jpg") repeat-x;
	background-size: auto 100%;
	animation: bgLoop_bottom_tab 17s linear infinite;
	}
	img.mv_badge {
	bottom: -75px;
	right: 2.1333333333%;
	width: 200px;
	}
}
@keyframes bgLoop_top_tab {
	0% { background-position: 0 0; }
	100% { background-position: -1190px 0; }
}
@keyframes bgLoop_bottom_tab {
	0% { background-position: 0 0; }
	100% { background-position: 1190px 0; }
}
@media (min-width:1200px){
	.mv {
	height: 50vw;	
	}
	.mv_title {
	top: 42%;
	left: 26.5%;
	width: 47%;
	}
	.mv_img_top,
	.mv_img_bottom {
	height: 24.62462462462463vw;
	}
	.mv_img_top {
	animation: bgLoop_top_pc 17s linear infinite;
	}
	.mv_img_bottom {
	animation: bgLoop_bottom_pc 17s linear infinite;
	}
	img.mv_badge {
	bottom: -125px;
	right: 2.1333333333%;
	width: 250px;
	}	
}
@keyframes bgLoop_top_pc {
	0% { background-position: 0 0; }
	100% { background-position: -84.68468468468469vw 0; }
}
@keyframes bgLoop_bottom_pc {
	0% { background-position: 0 0; }
	100% { background-position: 84.68468468468469vw 0; }
}

.intro {
padding-top: 12.8vw;
}
.intro_title {
width: 50.6666666666%;
}
.intro_lead {
margin-top: 6.13vw;
}
.intro h3 {
margin-top: 7.4666vw;
}
.intro h3 span.fc_futura {
letter-spacing: 0.08em;
}
.intro h3 span.fs10 {
margin-top: 3.2vw;
}
.intro_category {
width: 88%;
margin-top: 4.53vw;
}
.intro_category li {
width: 26.6666666666vw;
}
.intro_category li:nth-child(2) {
animation-delay: 0.2s;
}
.intro_category li:nth-child(3) {
animation-delay: 0.4s;
}
.intro_category .itemname {
margin: 4.2666vw auto 3.2vw;
}
.intro_category li:nth-child(1) .itemname {
width: 22.6666666666vw;
}
.intro_category li:nth-child(2) .itemname {
width: 18.1333333333vw;
}
.intro_category li:nth-child(3) .itemname {
width: 24.8vw;
}
@media (min-width:768px){
	.intro {
	padding: 72px 0 85px;
	}
	.intro_title {
	width: 285px;
	}
	.intro_lead {
	margin-top: 30px;
	font-size: 14.4px;
	line-height: 225%;
	}
	.intro h3 {
	margin-top: 90px;
	}
	.intro h3 span.fs14 {
	font-size: 24px;
	}
	.intro h3 span.fs10 {
	margin-top: 15px;
	font-size: 14.4px;
	}
	.intro_category {
	width: 520px;
	margin-top: 30px;
	}
	.intro_category li {
	width: 160px;
	}
	.intro_category .itemname {
	margin: 16px auto 6px;
	}
	.intro_category li:nth-child(1) .itemname {
	width: 135px;
	}
	.intro_category li:nth-child(2) .itemname {
	width: 110px;
	}
	.intro_category li:nth-child(3) .itemname {
	width: 150px;
	}
	.intro_category .fs8 {
	font-size: 11px;
	}
}
@media (min-width:1200px){
	.intro {
	padding: 80px 0 90px;
	}
	.intro_title {
	width: 380px;
	}
	.intro_lead {
	margin-top: 40px;
	font-size: 16px;
	}
	.intro h3 {
	margin-top: 115px;
	}
	.intro h3 span.fs14 {
	font-size: 28px;
	}
	.intro h3 span.fs10 {
	margin-top: 18px;
	font-size: 16px;
	}
	.intro_category {
	width: 660px;
	margin-top: 37px;
	}
	.intro_category li {
	width: 200px;
	}
	.intro_category .itemname {
	margin: 20px auto 10px;
	}
	.intro_category li:nth-child(1) .itemname {
	width: 168px;
	}
	.intro_category li:nth-child(2) .itemname {
	width: 135px;
	}
	.intro_category li:nth-child(3) .itemname {
	width: 186px;
	}
	.intro_category .fs8 {
	font-size: 12px;
	}
}

.secbox {
padding: 10vw 0 3.2vw;
}
.sec_title {
margin-top: 1.86666666vw;
}
.sec_title img {
width: auto;
height: 8.8vw;
}
.sec_itemtype {
margin-top: 2.66666666vw;
letter-spacing: 0.08em;
}
img.sec_badge {
top: -5.3333333333vw;
left: 6.6666666666%;
width: 16%;
}
#sec02 img.sec_badge {
top: 0;
left: 9.3333333333%;
}
.slidebox {
margin-top: 12.8vw;
margin-bottom: 0 !important;
}
.slidebox .slick-arrow {
position: absolute;
top: 52vw;
width: 5.8666666666vw !important;
z-index: 2;
cursor: pointer;
}
.slidebox .slick-arrow.prev {
left: 0;
}
.slidebox .slick-arrow.next {
right: 0;
}
.slidebox .slick-dots {
z-index: -1;
top: -7.2vw;
left: 9.06666666666vw;
justify-content: flex-start;
text-align: left;
}
.slidebox .slick-dots li {
width: auto;
height: auto;
margin: 0 0.5333333333vw;
}
.slidebox .slick-dots li button {
width: 15.2vw;
height: 7.2vw;
padding: 0;
filter: grayscale(100%);
opacity: 0.35;
}
.slidebox .slick-dots li.slick-active button {
filter: grayscale(0);
opacity: 1;	
}
.slidebox .slick-dots li:nth-child(1) button {
background: url("../images/tag-no01_sp.svg") 0 0 / cover;
}
.slidebox .slick-dots li:nth-child(2) button {
background: url("../images/tag-no02_sp.svg") 0 0 / cover;
}
.slidebox .slick-dots li:nth-child(3) button {
background: url("../images/tag-no03_sp.svg") 0 0 / cover;
}
.slidebox .slick-dots li:nth-child(4) button {
background: url("../images/tag-no04_sp.svg") 0 0 / cover;
}
.slidebox .slick-dots li:nth-child(5) button {
background: url("../images/tag-no05_sp.svg") 0 0 / cover;
}
.slidebox .slick-dots li button:before {
content: none;
}
.itembox {
overflow: hidden;
width: 88.5333333333%;
padding-top: 5.8666666666vw;
background: #f9faf5;
border: 1px solid #d1d1d1;
border-radius: 0 5.3333333333vw 0 5.3333333333vw;
}
.itembox_main {
width: 100%;
}
.itembox_outline {
margin-left: 6.1333333333vw;
z-index: 2;
}
.itembox_type {
top: 0;
right: 6.1333333333vw;
letter-spacing: 0.08em;
}
img.itembox_num {
width: auto;
height: 5.6vw;
margin: 0;
}
.itembox_itemname {
margin-top: 3.2vw;
line-height: 120%;
}
.itembox_price {
margin-top: 2.4vw;
}
.itembox_img {
width: 81.6vw;
margin-top: -14.6666666666vw;
}
.itembox_img.single {
margin-top: -8.6666666666vw;
}
.itembox_features {
top: 2.9333333333vw;
right: 2.9333333333vw;
width: 10.6666666666vw;
}
.itembox_features li + li {
margin-top: 1.0666666666vw;
}
img.itembox_buy {
bottom: 2.9333333333vw;
right: 2.9333333333vw;
width: 20vw;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.itembox_img a:hover img.itembox_buy {
transform: rotate(30deg);
}
.itembox_detail {
width: 100%;
}
.itembox_txt {
width: 76.2666666666vw;
margin-top: 4.8vw;
}
.itembox_review {
margin-top: 4vw;
border-top: 1px solid #000;
}
.itembox_review dt {
padding: 4.5333333333vw 0 3.7333333333vw;
letter-spacing: 0.08em;
}
.itembox_detail dt::after {
content: "";
position: absolute;
top: 4.8vw;
right: 5.6vw;
width: 2.6666666666vw;
height: 2.1333333333vw;
background: url("../images/ico-arrow.svg") 0 0 / cover;
}
.itembox_review dt img {
display: inline-block;
vertical-align: top;
width: 4.8vw;
margin: 0 2.6666666666vw 0 0;
}
.itembox_review dd {
padding: 4vw 4.8vw;
background: #f2f0df;
}
.itembox_staffvoice {
border-top: 1px solid #000;
}
.itembox_staffvoice dt {
padding: 3.2vw 0 3.4666666666vw;
letter-spacing: 0.08em;
}
.itembox_staffvoice dt img {
display: inline-block;
vertical-align: top;
width: 4.9333333333vw;
margin: 0 2.4vw 0 0;
}
.itembox_staffvoice dd {
padding: 4vw 4.8vw;
background: #dfe8f2;
}
@media (min-width:768px){
	.secbox {
	padding: 75px 0 55px;
	}
	.sec_title {
	margin-top: 7px;
	}
	.sec_title img {
	height: 53px;
	}
	.sec_itemtype {
	margin-top: 13px;
	}
	img.sec_badge {
	top: -10px;
	left: calc(50% - 292px);
	width: 102px;
	}
	#sec02 img.sec_badge {
	top: 10px;
	left: calc(50% - 255px);
	}
	.slidebox {
	margin-top: 55px;
	}
	.slidebox .slick-arrow {
	top: 360px;
	width: 32px !important;
	}
	.slidebox .slick-arrow.prev {
	left: calc(50% - 365px);
	}
	.slidebox .slick-arrow.next {
	right: calc(50% - 365px);
	}
	.itembox {
	width: 626px;
	padding-top: 27px;
	border: 2px solid #d1d1d1;
	border-radius: 0 36px 0 36px;
	}
	.itembox_outline {
	margin-left: 38px;
	}
	.itembox_type {
	top: 9px;
	right: 38px;
	font-size: 18px;
	}
	img.itembox_num {
	height: 40px;
	}
	.itembox_itemname {
	margin-top: 18px;
	font-size: 36px;
	}
	.itembox_price {
	margin-top: 13px;
	font-size: 14.4px;
	}
	.itembox_img {
	width: 578px;
	margin-top: -90px;
	}
	.itembox_img.single {
	margin-top: -47px;
	}
	.itembox_features {
	top: 18px;
	right: 18px;
	width:63px;
	}
	.itembox_features li + li {
	margin-top: 9px;
	}
	img.itembox_buy {
	bottom: 18px;
	right: 18px;
	width: 108px;
	}
	.itembox_txt {
	width: 526px;
	margin-top: 27px;
	line-height: 187.5%;
	}
	.itembox_review {
	margin-top: 27px;
	}
	.itembox_review dt {
	padding: 22px 0 23px;
	font-size: 18px;
	}
	.itembox_detail dt::after {
	top: 28px;
	right: 15px;
	width: 12px;
	height: 11px;
	}
	.itembox_review dt img {
	width: 18px;
	margin-right: 15px;
	}
	.itembox_review dd {
	padding: 22px 31px;
	line-height: 187.5%;
	}
	.itembox_staffvoice dt {
	padding: 22px 0 23px;
	font-size: 18px;
	}
	.itembox_staffvoice dt img {
	width: 18px;
	margin-right: 14px;
	}
	.itembox_staffvoice dd {
	padding: 22px 31px;
	line-height: 187.5%;
	}
}
@media (min-width:1200px){
	.secbox {
	padding: 55px 0 50px;
	}
	.sec_hgroup .lh180 {
	font-size: 20px;
	}
	.sec_title {
	margin-top: 14px;
	}
	.sec_title img {
	height: 72px;
	}
	.slidebox {
	margin-top: 0;
	}
	.sec_itemtype {
	margin-top: 16px;
	font-size: 20px;
	}
	img.sec_badge {
	top: -13px;
	left: calc(50% - 415px);
	width: 150px;
	}
	#sec02 img.sec_badge {
	top: 10px;
	left: calc(50% - 360px);
	}
	#sec03 img.sec_badge {
	left: calc(50% - 440px);
	}
	.slick-track {
	width: auto !important;
	}
	.slick-slide {
	float: none;
	width: auto !important;
	}
	.itembox_wrapper {
	padding-top: 57px;
	}
	.itembox {
	width: 1066px;
	padding-bottom: 27px;
	align-items: flex-end;
	}
	.itembox_main {
	width: 625px;
	}
	.itembox_type {
	right: -400px;
	}
	.itembox_detail {
	width: 416px;
	margin-right: 21px;
	}
	.itembox_txt {
	width: 100%;
	margin: 0;
	}
	.pc_tag {
	top: 105px;
	right: calc(50% - 566px);
	width: 33px;
	}
	.pc_tag li + li {
	margin-top: 3px;
	}
	.pc_tag li a img {
	filter: grayscale(100%);
	opacity: 0.35;
	}
}

.allitems {
width: 88.5333333333%;
margin-top: 10.66vw;
}
.photographer {
margin-top: 20vw;
}
@media (min-width:768px){
	.allitems {
	width: 370px;
	margin-top: 50px;
	}
	.photographer {
	margin-top: 90px;
	}
}
@media (min-width:1200px){
	.allitems {
	width: 445px;
	margin-top: 75px;
	}
}


.footer {
margin-top: 19.2vw;
padding: 10.4vw 0 17.8666666666vw;
background: #eae8e9;
z-index: 6;
}
.footer_logo_picnic {
width: 35.2%;
}
.footer_sns {
width: 44.8%;
margin-top: 11.46vw;
}
.footer_sns_line {
width: 12.2666666666vw;
}
.footer_sns_ig {
width: 10.4vw;
}
.footer_sns_x {
width: 9.0666666666vw;
}
.footer_sns_fb {
width: 11.2vw;
margin-top: -1vw;
}
.footer_nav {
width: 76%;
margin-top: 13.3vw;
padding-top: 15.46vw;
border-top: 1px solid #000;
}
.footer_nav_inner {
margin-top: 17.33vw;
gap: 13.3vw 0;
}
.footer_nav_category {
margin-bottom: 7.73vw;
letter-spacing: 0.05em;
}
.footer_nav_share {
width: 100%;
}
.footer_nav_share .footer_sns {
width: 62.1333333333vw;
margin: 0 auto 0 0;
}
.footer_nav_onlinestore {
width: 100%;
}
.footer_nav_onlinestore li,
.footer_nav_help li {
font-size: 3.7333333333vw;
line-height: 2.07;
}
.footer_nav_onlinestore li::before,
.footer_nav_help li::before {
content: "・ ";
}
.footer_nav_onlinestore li a {
text-decoration: underline;
}
.footer_help {
gap: 14.13vw 0;
}
.footer_help01,
.footer_help02 {
width: 100%;
}
.footer_tagwrapper {
width: 76%;
margin-top: 25.33vw;
}
.footer_copyright {
margin-top: 6.13vw;
letter-spacing: 0.03em;
}
@media (min-width:390px){
	.footer {
	width: 390px;
	margin-top: 90px;
	padding: 45px 0 75px;
	}
	.footer_sns {
	width: 175px;
	margin-top: 47px;
	}
	.footer_sns_line {
	width: 50px;
	}
	.footer_sns_ig {
	width: 43px;
	}
	.footer_sns_x {
	width: 37px;
	}
	.footer_sns_fb {
	width: 46px;
	margin-top: -4px;
	}
	.footer_nav {
	margin-top: 55px;
	padding-top: 63px;
	}
	.footer_nav_inner {
	margin-top: 70px;
	gap: 40px 0;
	}
	.footer_nav_category {
	margin-bottom: 30px;
	}
	.footer_nav_share .footer_sns {
	width: 255px;
	}
	.footer_nav_onlinestore li,
	.footer_nav_help li {
	font-size: 15px;
	}
	.footer_help {
	gap: 55px 0;
	}
	.footer_tagwrapper {
	margin-top: 100px;
	}
	.footer_copyright {
	margin-top: 25px;
	}
}
@media (min-width:768px){
	.footer {
	width: 100%;
	padding: 50px 0;
	}
	.footer_logo_picnic {
	width: 132px;
	}
	.footer_sns {
	width: 126px;
	margin-top: 48px;
	}
	.footer_sns_line {
	width: 35px;
	}
	.footer_sns_ig {
	width: 30px;
	}
	.footer_sns_x {
	width: 25px;
	}
	.footer_sns_fb {
	width: 32px;
	margin-top: -3px;
	}
	.footer_nav {
	width: 560px;
	margin-top: 50px;
	padding-top: 40px;
	}
	.footer_junonline {
	width: 247px;
	}
	.footer_nav_inner {
	margin-top: 65px;
	gap: 50px 0;
	}
	.footer_nav_category {
	margin-bottom: 30px;
	font-size: 16px;
	}
	.footer_nav_share {
	width: 260px;
	}
	.footer_nav_share .footer_sns {
	width: 175px;
	margin: 0;
	}
	.footer_nav_onlinestore {
	width: 50%;
	}
	.footer_nav_onlinestore li,
	.footer_nav_help li {
	font-size: 12px;
	line-height: 1.83;
	}
	.footer_nav_onlinestore li::before,
	.footer_nav_help li::before {
	content: "・ ";
	}
	.footer_nav_onlinestore li a {
	text-decoration: underline;
	}
	.footer_nav_help {
	width: 100%;
	}
	.footer_help {
	gap: 0;
	}
	.footer_help01 {
	width: 125px;
	}
	.footer_help02 {
	width: calc(100% - 125px);
	}
	.footer_tagwrapper {
	width: 100%;
	margin-top: 70px;
	}
	.footer_tag {
	width: 215px;
	margin-inline: auto;
	}
	.footer_copyright {
	margin-top: 15px;
	text-align: center;
	font-size: 11px;
	}
}
@media (min-width:1200px){
	.footer_nav {
	width: 90%;
	max-width: 1240px;
	}
	.footer_nav_inner {
	width: 860px;
	}
	.footer_nav_onlinestore {
	width: 300px;
	}
	.footer_nav_help {
	width: 300px;
	}
}
