@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== universal reset ========== */
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
/* ========== universal reset ========== */
/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
button, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body { line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul { list-style:none; }
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}


/* ========== base style ========== */
* { box-sizing: border-box; }

html { height: 100%; }

body {
height: 100%;
min-height: 100%;
background: #fff;
color: #000;
font-size: 3.2vw;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 500;
letter-spacing: 0.05em;
}
@media (min-width:768px){
	body {
	font-size: 12px;
	}
}
@media (min-width:1200px){
	body {
	font-size: 14px;
	}
}

a:link,
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;
}

a:hover {
opacity: 0.80;
filter: alpha(opacity=80);
}

div,p,h1,h2,h3,h4,h5,h6,li,dt,dd,th,td {
line-height: 100%;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 500;
letter-spacing: 0.05em;
}

div, article { box-sizing: border-box; }

ol, ul { list-style:none; }

img, picture, video {
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.133333vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.66666666vw; }
.fs11 { font-size: 2.93333333vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.46666666vw; }
.fs14 { font-size: 3.73333333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.26666666vw; }
.fs17 { font-size: 4.53333333vw; }
.fs18 { font-size: 4.8vw; }
.fs20 { font-size: 5.33333333vw; }
@media (min-width:375px){
	.fs8 { font-size: 8px; }
	.fs9 { font-size: 9px; }
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs12 { font-size: 12px; }
	.fs13 { font-size: 13px; }
	.fs14 { font-size: 14px; }
	.fs15 { font-size: 15px; }
	.fs16 { font-size: 16px; }
	.fs17 { font-size: 17px; }
	.fs18 { font-size: 18px; }
	.fs20 { font-size: 20px; }
}

/* 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; }
.fw800 { font-weight: 800 !important; }
.fw900 { font-weight: 900 !important; }

/* line height */
.lh100 { line-height: 100%; }
.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%; }
.lh225 { line-height: 225%; }

/* 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; }

.deco_line { text-decoration: underline !important; }


/* ========== 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; }


/* ========== 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; }
@media (min-width:768px){.sp_none{display: block;} .tab_none { display: none; }}
.sp_only{ display: block; }
@media (min-width:768px){.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 { /* Xscroll bar hidden */
position: relative;
width: 100%;
background: #fff;
animation-delay: 0.75s;
overflow: hidden;
}
.ff_cezanne {
font-family: fot-cezanne-pron, sans-serif;
}

.loading {
top: 0;
left: 0;
align-items: center;
justify-content: center;
width: 100%;
height: 100vh;
background: #fff;
z-index: 2;
animation-delay: 4.75s;
}
.loading_inner {
animation-delay: 4.5s;
}
.loading_apple {
width: 56.2666666666vw;
}
.loading_apple li {
width: 15.7333333333vw;
}
.loading_apple li:first-child {
animation-delay: 2s;
}
.loading_apple li:nth-child(2) {
animation-delay: 2.75s;
}
.loading_apple li:nth-child(3) {
animation-delay: 3.5s;
}
.loading_bottom {
align-items: flex-end;
margin-top: 4.8vw;
}
.loading_text {
font-size: 7.7333333333vw;
letter-spacing: 0.03em;
animation-delay: 1s;
}
.loading_tinychum {
width: 6.9333333333vw;
animation-delay: 0.75s;
}
@media (min-width:768px){
	.loading_apple {
	width: 210px;
	}
	.loading_apple li {
	width: 58px;
	}
	.loading_bottom {
	margin-top: 18px;
	}
	.loading_text {
	font-size: 29px;
	}
	.loading_tinychum {
	width: 26px;
	}
}

.header {
padding: 3.4666666666vw 0 4vw;
}
.header_logo {
width: 25.8666666666vw;
}
.mv {
min-height: 165vw;
}
.mv_title {
top: 5.5%;
left: 26%;
width: 48%;
z-index: 1;
animation-delay: 5.75s;
}
.mv_text {
bottom: 4.64%;
left: 10.9333333333%;
width: 72.8%;
}
@media (min-width:768px){
	.header {
	padding: 10px 20px;
	}
	.header_logo {
	width: 100px;
	margin: 0;
	}
	.mv {
	min-height: 55vw;
	}
	.mv_title {
	top: 16%;
	left: 55.5555555555%;
	width: 19.5833333333%;
	}
	.mv_text {
	bottom: 57%;
	left: 55.2777777777%;
	width: 19.8611111111%;
	}
}
@media (min-width:1200px){
	.header {
	padding: 15px 24px 18px;
	}
	.header_logo {
	width: 120px;
	}
}

.lead {
margin-top: 8vw;
}
.lead_inner {
width: 94.6666666666%;
height: 102.6666666666vw;
padding-top: 19.4666666666vw;
background: url("../images/lead-bg_sp.png") center 0 / contain no-repeat;
}
.lead_img {
width: 36vw;
}
.lead_text {
margin-top: 4.8vw;
color: #fff;
line-height: 1.83;
}
@media (min-width:768px){
	.lead {
	margin-top: 42px;
	}
	.lead_inner {
	width: 510px;
	height: 334px;
	padding-top: 52px;
	background: url("../images/lead-bg_pc.png") center 0 / contain no-repeat;
	}
	.lead_img {
	width: 163px;
	}
	.lead_text {
	margin-top: 25px;
	line-height: 1.88;
	}
}
@media (min-width:1200px){
	.lead {
	margin-top: 70px;
	}
	.lead_inner {
	width: 865px;
	height: 565px;
	padding-top: 90px;
	}
	.lead_img {
	width: 275px;
	}
	.lead_text {
	margin-top: 45px;
	font-size: 18px;
	}
}

.item {
width: 94.6666666666%;
justify-content: flex-start;
gap: 8vw 2.9333333333vw;
margin-top: 8vw;
}
.item_list {
width: 45.8666666666vw;
}
.item_list:nth-child(2n) {
animation-delay: 0.2s;
}
.item_list a {
display: block;
padding-bottom: 2.93vw;
}
.item_name {
margin-top: 2.4vw;
line-height: 1.16;
}
.item_buy {
bottom: 0;
right: 0;
width: 15.2vw;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all  0.1s ease;
}
.item_list a:hover .item_buy {
transform: rotate(10deg);
}
@media (min-width:768px){
	.item {
	width: 640px;
	gap: 35px 14px;
	margin-top: 42px;
	}
	.item_list {
	width: 204px;
	}
	.item_list:nth-child(3n - 2) {
	animation-delay: 0s;
	}
	.item_list:nth-child(3n - 1) {
	animation-delay: 0.2s;
	}
	.item_list:nth-child(3n) {
	animation-delay: 0.4s;
	}
	.item_list a {
	padding-bottom: 20px;
	}
	.item_name {
	margin-top: 10px;
	line-height: 1;
	}
	.item_buy {
	width: 50px;
	}
}
@media (min-width:1200px){
	.item {
	width: 1076px;
	gap: 35px 22px;
	margin-top: 42px;
	}
	.item_list {
	width: 344px;
	}
	.item_list a {
	padding-bottom: 40px;
	}
	.item_name {
	margin-top: 16px;
	}
	.item_buy {
	width: 83px;
	}
}

.kids {
width: 94.6666666666%;
margin-top: 21.3333333333vw;
}
.kids_title {
width: 54.1333333333vw;
margin-left: 20.2666666666vw;
}
.kids_item_wrapper {
justify-content: flex-start;
gap: 8vw 2.9333333333vw;
margin-top: 12vw;
}
@media (min-width:768px){
	.kids {
	width: 422px;
	margin-top: 140px;
	}
	.kids_title {
	width: 240px;
	margin-left: 90px;
	}
	.kids_item_wrapper {
	gap: 0 14px;
	margin-top: 50px;
	}
}
@media (min-width:1200px){
	.kids {
	width: 710px;
	margin-top: 270px;
	}
	.kids_title {
	width: 406px;
	margin-left: 90px;
	}
	.kids_item_wrapper {
	gap: 0 22px;
	margin-top: 80px;
	}
}

.lineup {
margin-top: 29.33vw;
}
.lineup_title {
font-size: 7.7333333333vw;
}
.lineup_item_wapper {
justify-content: flex-start;
gap: 4vw 4.8vw;
width: 88%;
margin-top: 6.13vw;
}
.lineup_item_list {
width: 41.6vw;
}
.lineup_item_list:nth-child(2n) {
animation-delay: 0.2s;
}
.lineup_item_name {
margin-top: 5.86vw;
text-decoration: underline;
}
@media (min-width:768px){
	.lineup {
	margin-top: 140px;
	}
	.lineup_title {
	font-size: 36px;
	}

	.lineup_item_wapper {
	gap: 20px 24px;
	width: 600px;
	margin-top: 45px;
	}
	.lineup_item_list {
	width: 184px;
	}
	.lineup_item_list:nth-child(3n - 2) {
	animation-delay: 0s;
	}
	.lineup_item_list:nth-child(3n - 1) {
	animation-delay: 0.2s;
	}
	.lineup_item_list:nth-child(3n) {
	animation-delay: 0.4s;
	}
	.lineup_item_name {
	margin-top: 0;
	}
}
@media (min-width:1200px){
	.lineup {
	margin-top: 235px;
	}
	.lineup_title {
	font-size: 58px;
	}

	.lineup_item_wapper {
	gap: 40px;
	width: 1016px;
	margin-top: 80px;
	}
	.lineup_item_list {
	width: 312px;
	}
	.lineup_item_name {
	font-size: 16px;
	}
}

.btn_all {
width: 18.93333333%;
margin-top: 23.46666666vw;
}
@media (min-width:768px){
	.btn_all {
	width: 80px;
	margin-top: 110px;
	}
}
@media (min-width:1200px){
	.btn_all {
	width: 107px;
	margin-top: 195px;
	}
}

.outro {
width: 94.6666666666%;
margin-top: 35.46666666vw;
padding: 21.0666666666vw 0 16vw;
background: #e72240;
border-radius: 12vw;
}
.outro_img {
top: -17.6vw;
left: 31.2vw;
width: 32vw;
}
.outro_text {
width: 72.8vw;
}
.btn_top {
width: 18.93333333%;
margin-top: 14.1333333333vw;
}
.outro_onlinestore {
margin-top: 13.86666666vw;
}
.outro_onlinestore a {
text-decoration: underline;
}
.outro_title {
width: 47.7333333333vw;
margin-top: 24.8vw;
}
.outro_copyright {
margin-top: 6.66vw;
letter-spacing: 0.03em;
}
@media (min-width:768px){
	.outro {
	width: 510px;
	margin-top: 176px;
	padding: 70px 0 30px;
	border-radius: 44px;
	}
	.outro_img {
	top: -60px;
	left: 204px;
	width: 106px;
	}
	.outro_text {
	width: 280px;
	}
	.btn_top {
	width: 80px;
	margin-top: 46px;
	}
	.outro_onlinestore {
	margin-top: 46px;
	}
	.outro_title {
	width: 107px;
	margin-top: 72px;
	}
	.outro_copyright {
	margin-top: 20px;
	font-size: 9px;
	}
}
@media (min-width:1200px){
	.outro {
	width: 866px;
	margin-top: 300px;
	padding: 120px 0 50px;
	border-radius: 70px;
	}
	.outro_img {
	top: -100px;
	left: 342px;
	width: 180px;
	}
	.outro_text {
	width: 410px;
	}
	.btn_top {
	width: 107px;
	margin-top: 80px;
	}
	.outro_onlinestore {
	margin-top: 75px;
	font-size: 27px;
	}
	.outro_title {
	width: 180px;
	margin-top: 120px;
	}
	.outro_copyright {
	margin-top: 25px;
	font-size: 11px;
	}
}

.footer {
margin-top: 4.53vw;
padding: 10.4vw 0 17.8666666666vw;
background: #eae8e9;
}
.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;
}
.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:768px){
	.footer {
	margin-top: 60px;
	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;
	}
}

