@charset "UTF-8";
/*! normalize.css 2012-07-07T09:50 UTC - https://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & bbc.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & bbc.
 */
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, bbc, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
	display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;/* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
	font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
	margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */


/*
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.5em 0;
	line-height: 1.8em;
}
h3 {
	font-size: 1.5em;
	margin: 1em 0;
	line-height: 1.6em;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
	font-weight: lighter;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
h7 {
	font-size: 1.5em;
	margin: 1em 0;
	line-height: 1.6em;
	color: #333;
	font-weight: 600;
}
h8 {
	font-size: 25px;
	text-align: left;
	margin: 1em 0;
	line-height: 1.6em;
	color: #bbc300;
	font-weight: 600;
}
*/


/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in bbc+, S4/5, Chrome.
 */
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
	font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
	background: #ff0;
	color: #333;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p, pre {
	margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
	quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu, ol, ul {
	padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, bbc.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;/* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
	margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
	margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in bbc.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
  /* 2 */
  *margin-left: -7px;
/* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, bbc+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
/* 3 */
}
/*
 * Addresses bbc/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button, input {
	line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
  /* 3 */
  *overflow: visible;
/* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled], input[disabled] {
	cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
/* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/*
 * Removes inner padding and border in bbc+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;/* 2 */
}
/* ========================================================================== 
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	-webkit-tap-highlight-color: transparent;
}

/*----------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-feature-settings: "palt";
	overflow-y: scroll;
	overflow-x: hidden;
	background-repeat: no-repeat;
	color: #000;
	/*background-color: #eee;*/
	letter-spacing: 0.025em;
	background-image: url('../img/back.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
h1, h2, h3, h4, h5 {
	margin: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, p {
	margin: 0;
	padding: 0;
}
i {
	font-style: normal;
}
a {
	color: #333;
	text-decoration: none;
}
a.link {
	color: #0088cc;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
/*a:hover img {
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
}*/

.clear {
	clear: both;
}


.lighter {
	font-weight: lighter;
}


#move-page-top {
	width: 38px;
	height: 38px;
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	border: solid 0.75px #fff;
	border-radius: 38px;
	cursor: pointer;
	background: rgba(31,29,40,0.15)
}
#move-page-top img{
	width: 15px;
	position: absolute;
	inset: 0 0 10%;
	margin: auto;
}

#theme {
	position: fixed;
	width: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-565px, -52%);
}
@media screen and (min-width: 1350px) {
	#theme {
		width: 350px;
		transform: translate(-615px, -52%);
	}
}
@media screen and (min-width: 1450px) {
	#theme {
		width: 450px;
		transform: translate(-715px, -52%);
	}
}
@media screen and (min-width: 1800px) {
	#theme {
		width: 500px;
		transform: translate(-815px, -52%);
	}
}

header {
	width: 100%;
	color: #1d1d1d;
	opacity: 1;
	position: fixed;
	top: 0;
	transition: 0.35s;
	z-index: 100
}
hdr_inr {
	position: relative;
	width: 100%;
}
#hdr_logo {
	position: absolute;
	width: 40%;
	top: 15px;
	left: 50%;
	transform: translate(-50%, 0);
}
#logo_ist {
	position: absolute;
	width: 25px;;
	top: 16.25px;
	right: 18px;
}


.zdo_drawer_menu {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
	display: block;
}
.zdo_drawer_menu a {
	color: inherit;
	text-decoration: none;
}

.zdo_drawer_menu a:visited {
	color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
	width: 100%;
	height: 100%;
	z-index: 1999;
	background: rgba(255, 255, 255, 0.75);
	display: none;
	top: 0;
	left: 0;
	position: fixed;
}
.zdo_drawer_menu .zdo_drawer_button {
	display: block;
	border: none;
	padding: 5px;
	margin: 0;
	cursor: pointer;
	top: 9px;
	left: 13px;
	z-index: 2001;
	text-align: center;
	outline: none;
	background-color: rgba(255, 255, 255, 0.0);
	position: absolute;
	-webkit-appearance: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
	width: 22px;
	background-color: #000!important;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
	transform: rotate(45deg)translate(0, -4.5px);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
	opacity: 0;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
	transform: rotate(-45deg)translate(0, 4.5px);
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
	display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
	display: block;
}
.zdo_drawer_menu .zdo_drawer_bar {
	display: block;
	height: 1px;
	margin: 8px 0;
	transition: all 0.1s;
	transform-origin: 0 0;
}
.zdo_drawer_menu .zdo_drawer_text {
	text-align: center;
	font-size: 10px;
	letter-spacing: -0.01em
}

.zdo_drawer_menu .zdo_drawer_close {
	letter-spacing: 0.08em;
	display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
	display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
	z-index: 2000;
	opacity: 1;
	pointer-events: auto;
}

.zdo_drawer_menu.left .zdo_drawer_button {
	right: auto;
	left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
	transform: translate(0);
	right: auto;
	left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
transform: translate(0);
}

.zdo_drawer_menu .zdo_drawer_nav {
	text-align: center;
	margin: 0;
}
.zdo_drawer_menu .zdo_drawer_nav h2 {
	margin: 25px 0 0;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.zdo_drawer_menu .zdo_drawer_nav #nav_season {
	margin: 75px 0 25px;
}
.zdo_drawer_menu .zdo_drawer_nav div {
	margin: 15px 0 0;
	font-size: 27px;
	letter-spacing: 0em;
	font-family: cormorant-garamond, serif;
	font-weight: 400;
	font-style: normal;
}
.zdo_drawer_menu .zdo_drawer_nav div span {
	font-size: 14px;
	margin-left: 3px;
}
#nav_season_box {
	margin-bottom: 75px;
}
.nav_btn {}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
	background-color: #fff;
	width: 22px;
}
#nav_logo_himico {
	width: 40%;
	margin: 15px auto 0;
	filter: brightness(0);
}
#nav_logo_ist {
	position: absolute;
	width: 25px;;
	top: 16.25px;
	right: 18px;
	filter: brightness(0);
}


main {
	padding: 0 0 0;
	width: 100%;
	margin: 0 auto;
	background-color: #17161e;
}



#tit_area {
	width: 100%;
}
.season_box {
	margin: 75px 0 50px;
}
#season {
	margin: 0 0 -25px;
}
.season_box h2 {
	margin: 55px 0 0;
	font-size: 27px;
	letter-spacing: 0em;
	font-family: cormorant-garamond, serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: center;
}
.season_box span {
	margin-right: 10px;
	font-size: 23px;
}
#season_when {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 10px;
}
#season_jp {
	font-size: 15px;
	letter-spacing: 0.2em;
}
.season_box p {
	margin: 25px auto 0;
	/*filter: drop-shadow(0px 0px 5px rgba(255,255,255,1));*/
	width: 70%;
	transform: translate(1%, 0);
	font-size: 13px;
	line-height: 2.5em;
	letter-spacing: 0.15em;
	color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



.brand_tit_img img {
	width: 100%;
	height: calc(100vh - 250px);
	object-fit: cover;
	object-position: 50% 50%;
}
.fit_bottom  img {
	object-position: 50% 90%;
}
.fit_top img {
	object-position: 50% 10%;
}
.slick li {
	position: relative;
}
.view_more {
	box-sizing: border-box;
	width: 70%;
	text-align: center;
	font-size: 12px;
	line-height: 3.0em;
	letter-spacing: 0.1em;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#tit_area .view_more {
	position: relative;
	border: solid #fff 0.75px;
	color: #fff;
	display: block;
	margin: 25px auto 0;
}
#brand_area .view_more {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%, 0);
	border: solid #fff 0.75px;
	color: #fff;
}
#col_area .view_more {
	display: block;
	position: relative;
	margin: 40px auto 0;
	border: solid #000 0.75px;
	color: #000;
}

#read_area {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 40px;
}
#read_area h2 {
	margin: 0 0 0;
	font-size: 27px;
	letter-spacing: 0em;
	font-family: cormorant-garamond, serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: center;
}
.read_txt {
	margin: 25px auto 1.5em;
	/*filter: drop-shadow(0px 0px 5px rgba(255,255,255,1));*/
	width: 70%;
	transform: translate(1%, 0);
	font-size: 13px;
	line-height: 2.5em;
	letter-spacing: 0.15em;
	color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.read_txt span{
	white-space: nowrap;
}
.accordion {
	cursor: pointer;
	padding: 0 0 35px;
}
.accordion:after {
	content: "READ MORE";
	position: absolute;
	inset: auto 0;
	display: grid;
	place-items: center;
	margin: 0 auto 0;
	transform: translate(0, -1em);
	color: #fff;
	font-size: 12px;
	line-height: 3.0em;
	letter-spacing: 0.1em;
	/*border-top: solid #fff 0.75px;*/
	box-sizing: border-box;
	width: 70%;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.accordion.close::after {
	border: none;
	width: 175px;
	content: "CLOSE";
	/*transition: all 1s;*/
}
.acd_child {
	display: none;
}
#read_area .logo_brand {
	display: block;
	width: 68%;
	position: relative;
	margin: 0 auto 30px;
	transform: translate(-1%, 0);
}
.scroll_wrap {
	position: relative;
	height: 35px;
	margin: -10px 0 20px;
}
.scroll {
	position: absolute;
	width: 0.75px;
	display: block;
	writing-mode: vertical-rl;
	top: 0;
	right: 50%;
}
.scroll::before {
	animation: scroll 1.75s infinite;
	background-color: #fff;
	top: 0;
	content: "";
	height: 35px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 0.75px;
}
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}


#brand_area {
	width: 100%;
	margin: 0;
}
#brand_area div {
	width: 100%;
	height: 100%;
	position: relative;
}
#brand_area .logo_brand {
	width: 56%;
	position: absolute;
	inset: 0 0 10px;
	margin: auto;
}

#fea_area {
	width: 100%;
	padding: 15px 0 55px;
	color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#fea_area h2 {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
}
.fea_slick {
	margin: 15px 0 0;
}
.fea_slick li p {
	font-size: 13px;
	width: 76.1%;
	margin: 15px auto 0;
	line-height: 1.6em;
	letter-spacing: 0.075em;
}
.one_line {
	text-align: center;
	white-space: nowrap;
}
.slick_num {
	text-align: center;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 9px;
	margin: 25px 0 0;
}
.slick_num span {
	display: inline-block;
	font-size: 1.2em;
	transform: translate(0, 1.5px);
	margin: 0 3px;
}


#col_area {
	width: 100%;
	background: #fff;
	padding: 50px 0 50px;
}
#col_area h2 {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
}
#collection {
	display: flex;
	flex-wrap: wrap;
	width: 93%;
	margin: 20px auto 0;
}
#collection li {
	width: 50%;
	text-align: center;
	font-family: cormorant-garamond, serif;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 5px;
}
#collection li:nth-child(n+7) {
	display: none;
}
#collection li img {
	margin-bottom: -10px;
}
.number {
	font-size: 20px;
	letter-spacing: 0.05em;
	margin: 0;
	display: inline-block;
}
.col_name {
	margin: 0 0 0 10px;
}
#collection li:nth-child(2n-1) { transition-delay: 0.0s; }
#collection li:nth-child(2n) { transition-delay: 0.2s; }







#shop_area {
	width: 100%;
	color: #fff;
	padding: 50px 0 50px;
	border-top: solid 1px #ffffff66;
}
#shop_area h2 {
	margin: 0;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	letter-spacing: 0.1em;
	text-align: center;
}
#shop_area .shop_title {
	margin: 50px 0 0;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	}
#shop_list {
	max-inline-size: max-content;
	margin-inline: auto;
	text-align: center;
	margin: 35px auto;
	/*transform: translate(3.5%, 0);*/
}
#shop_list li {
	margin: 0 0 35px;
}
#shop_list li div {
	margin: 0 0 7.5px;
}
.shop {
	font-size: 16px;
	line-height: 1.35em;
}
.shop span {
	display: inline-block;
	transform: translate(5px, -5px);
	font-size: 14px;
}
.address, .tel_number {
	font-size: 12px;
}
.address {
	line-height: 1.35em;
}
.shop_txt {
	width: 70%;
	font-size: 11px;
	margin: 0 auto;
}
.shop_txt p {
	line-height: 1.35em;
	margin: 0 0 7.5px;
}
.shop_txt p span {
	display: inline-block;
	font-size: 14px;
	transform: translate(0, 0.35em);
	margin-right: 5px;
}


.no_scroll {
	overflow: hidden!important;
}
.op_50 {
	opacity: 0.5;
	transition: all 1.0s;
}
.ftr_ds {
	filter: drop-shadow(0px 0px 18px rgba(0,0,0,0.3));
}

.black {
	filter: brightness(0);
	transition: 0.5s;
}












footer {
	position: relative;
	width: 100%;
	margin: 0 0 0;
	background: #fff;
	border-top: solid 1px #999;
}
#inquiry {
	text-align: center;
	padding: 10px 0 15px;
	font-size: 11px;
	color: #666;
}
#phone span{
	font-size: 17px;
	letter-spacing: 
}
#inquiry div a:first-child {
	border-right: 0.5px solid #666;
	padding-right: 10px;
}
#inquiry div a:nth-child(2) {
	padding-left: 8px;
}
#ftr_com {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 35px;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}
#ftr_shilogo{
	display: inline-block;
	margin: 0 0 0 3%;
	width: 100px;
	height: 11.31px;
	/*filter: brightness(0) invert(1);*/
}
#ftr_trlogo{
	display: inline-block;
	margin: 0 0 0 3%;
	width: 80px;
	height: 25.31px;
	/*filter: brightness(0) invert(1);*/
}
#cpyr{
	font-size: 10px;
	line-height: 1em;
	margin: 0 2% 0 0;
	font-weight: 400;
	font-style: normal;
	transform: scale(0.9) translate(5%, -5%);
	letter-spacing: 0em;
}


.ck_button{
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 7px 0;
	margin: 20px auto 10px;
	width: 75%;
	border-radius: 50px;
	position: relative;
	line-height: 1.7em;
}
#itm_area .ck_button {
	margin: 10px auto 50px;
}
.ck_button span {
	position: absolute;
	font-size: 1.5em;
	right: 4%;
	top: 50%;
	transform: scale(0.5, 1)translate(0, -55%);
	font-weight: lighter;
}
.ck_cp{
	font-size: 14px;
	padding: 15px 0;
	margin: 0 auto 0;
	width: 75%;
	border-radius: 50px;
	line-height: 1.7em;
}
.ck_cp strong {
	font-size: 1.5em;
	font-weight: 500;
}
.ck_cp span {
	position: absolute;
	font-size: 2.0em;
	right: 7.5%;
	top: 50%;
	transform: scale(1, 0.5)translate(0, -110%)rotate(90deg);
	font-weight: lighter;
}
.ck_line {
	border: solid 1px #fff!important;
	color: #fff;
}
.ck_inq{
	font-size: 14px;
	padding: 7px 0;
	margin: 10px auto;
	width: 75%;
	border-radius: 50px;
	line-height: 1.7em;
	color: #fff;
	background: #333;
	border: none!important;
}




.fadein {
	opacity: 0;
	transform : translate(0, 60px);
	transition: all 1000ms;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}



.fadein00 {
	opacity: 0;
	transform : translate(0, 0);
	transition : all 3000ms;
}
.fadein00.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}




.fadein01 {
	opacity: 0;
	transform : translate(0px, 30px);
	transition : all 2250ms;
}
.fadein01.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}

.fadein02 {
	opacity: 0;
	transform : translate(-3px, 33px);
	transition : all 2250ms;
}
.fadein02.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}

.fadein03 {
	opacity: 0;
	transform : translate(-3px, 36px);
	transition : all 2250ms;
}
.fadein03.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}

.fadein04 {
	opacity: 0;
	transform : translate(-3px, 39px);
	transition : all 2250ms;
}
.fadein04.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}

.fadein05 {
	opacity: 0;
	transform : translate(-3px, 49px);
	transition : all 2250ms;
}
.fadein05.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}

.fadein06 {
	opacity: 0;
	transform : translate(-3px, 59px);
	transition : all 2250ms;
}
.fadein06.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}

.fadein07 {
	opacity: 0;
	transform : translate(-3px, 62px);
	transition : all 2250ms;
}
.fadein07.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}

.fadein08 {
	opacity: 0;
	transform : translate(40px, -3px);
	transition : all 2500ms;
}
.fadein08.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}



.fadein_s {
	opacity: 0;
	transform : translate(0, 0);
	transition : all 2000ms;
}
.fadein_s.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}




.pc_only{
	display: block;
}
.sp_only{
	display: none;
}














/*-------------------------------------PC-------------------------------------*/
@media screen and (min-width: 640px) {

#move-page-top {
	width: 38px;
	height: 38px;
	right: 10px;
	bottom: 10px;
	border: solid 0.75px #333;
	background: none;
}
#move-page-top img{
	width: 15px;
	filter: brightness(0.05);
	inset: 0 0 10%;
	margin: auto;
}

header {
	width: 430px;
	margin: 0 auto;
	inset: 0;
	height: 0;
}
.zdo_drawer_menu .zdo_drawer_bg {
	width: 430px;
	margin: 0 auto;
	inset: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
	width: 430px;
	margin: 0 auto;
	inset: 0;
}
main {
	padding: 0 0 0;
	width: 430px;
	margin: 0 auto;
}

footer{
	margin: 0 0 0;
}
#inquiry {
	width: 450px;
	margin: 0 auto;
}
#phone span{
	font-size: 17px;
	letter-spacing: 
}
#inquiry div a:first-child {
	border-right: 0.5px solid #666;
	padding-right: 10px;
}
#inquiry div a:nth-child(2) {
	padding-left: 8px;
}
#ftr_com {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 45px;
	width: 100%;
	margin: 0 auto;
}
#ftr_shilogo{
	display: inline-block;
	font-size: 19px;
	margin: 0 0 0 12px;
	width: 150px;
}
#ftr_shilogo a{
	color: #fff;
}
#cpyr{
	display: inline-block;
	font-size: 11px;
	float: right;
	margin: 0 12px 0 0;
	font-weight: 400;
	font-style: normal;
	transform: scale(1) translateX(0);
}






}