@charset "utf-8";

/* ==============================
PC common layout
Site Name: SULK;
Date: 2018.05;
================================= */

/* Foundation
================================= */
/* base
----------------------------- */
body {
	background-color: white;/* #ebf0f0 */
	color: #333;
	font: 15px/1.8 "Montserrat", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
/*@media all and (-ms-high-contrast: none){
	body {
		letter-spacing: 0;
	}
}*/
img[src$=".svg"] {
	width: 100%;
}
a {
	color: #eb67a2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.fal {
	font-weight: 300 !important;
}

/* component
================================= */
/* title
----------------------------- */
/* ttl */
.ttl {
	line-height: 1.4;
	margin-bottom: 52px;
}
.ttl.is-l {
	font-size: 36px;
	font-weight: 700;
}
.ttl.is-m {
	font-size: 32px;
	font-weight: 900;
	letter-spacing: .1em;
	margin-top: 4px;
}
/* ttl02 */
.ttl02 {
	font-weight: 900;
}
.ttl02.is-l {
	font-size: 40px;
	letter-spacing: .1em;
	line-height: 1.6;
}
.ttl02.is-m,
.ttl02.is-s,
.ttl02.is-ss {
	line-height: 1.1;
	margin-bottom: 48px;
}
.ttl02.is-m em {
	font-size: 44px;
}
.ttl02.is-s em {
	font-size: 32px;
}
.ttl02.is-ss em {
	font-size: 28px;
}
/* ttl03 */
.ttl03 {
	font-weight: 900;
}
.ttl03.is-l {
	font-size: 24px;
	letter-spacing: .1em;
	line-height: 1.6;
}
.ttl03.is-m {
	font-size: 18px;
	margin-bottom: 28px;
}
.ttl03.is-s {
	margin-bottom: 18px;
}
.ttl03.is-ss {
	margin-bottom: 8px;
}
/* catch */
.catch.is-en {
	font-size: 10px;
}

/* text
----------------------------- */
p.txt:not(:last-child) {
	margin-bottom: 24px;
	max-height: 100%;
}
div.txt:not(:last-child) {
	margin-bottom: 24px;
	max-height: 100%;
}
div.txt p:not(:last-of-type) {
	margin-bottom: 24px;
	max-height: 100%;
}
/* strong */
strong {
	font-weight: 900;
}
em {
	font-style: normal;
}
b {
	font-weight: 700;
}
/* family */
.ff--en {
	font-family: "Montserrat", sans-serif;
}
/* color */
.fc--pink {
	color: #eb67a2;
}
.fc--turquoise {
	color: #67ebeb;
}
.fc--blue {
	color: #679ceb;
}
.fc--white {
	color: white;/* #ebf0f0 */
}
.fc--gray {
	color: #333;
}
.fc--black {
	color: black;
}
/* size, style */
.fs--l4 {
	font-size: 32px;
}
.fs--l3 {
	font-size: 24px;
}
.fs--l {
	font-size: 18px;
}
.fs--m {
	font-size: 15px;
}
.fs--ms {
	font-size: 14px;
}
.fs--s {
	font-size: 13px;
}
.fs--ss {
	font-size: 12px;
}

/* list
----------------------------- */
.list {
	margin-left: 24px;
}
.list:not(:last-child),
.list--check:not(:last-child) {
	margin-bottom: 24px;
}
.list--check {
	list-style-type: none;
}
.list--check li {
	padding-left: 2em;
}
.list--check li::before {
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	width: 2em;
	margin-left: -2em;
}
.list--check li::before {
	content: "\f00c";
}
.list.is-mb li:not(:last-child),
.list--check.is-mb li:not(:last-child) {
	margin-bottom: 8px;
}
.list ul,
.list ol {
	margin-top: 24px;
	margin-bottom: 24px;
}
/* table02 */
.table02 {
	overflow: auto;
	display: block;
	white-space: nowrap;
	margin-bottom: 24px;
	width: auto;
}
.table02 tbody {
	display: table;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: calc(100% - 1px);
}
.table02::-webkit-scrollbar {
	height: 4px;
}
.table02::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.table02::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
.table02 td,
.table02 th {
	text-align: center;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 8px;
}
.table02 td {
	background-color: white;
}
/* note */
.note {
	font-size: 13px;
	padding-left: 2em;
}
.note::before  {
	font-family: "Font Awesome 5 Pro";
	font-size: .8em;
	display: inline-block;
	width: 2em;
	margin-left: -2em;
}
.note::before {
	content: "\f069";
}

/* btn
----------------------------- */
.btn {
	display: inline-block;
	margin-right: 12px;
}
.btn a {
	color: #333;
	display: inline-block;
	transition: color .5s;
	border-bottom: 1px solid #333;
	padding: 8px 32px 8px 0;
}
.btn a:hover {
	color: #eb67a2;
	text-decoration: none;
}
.btn a::after {
	content: "";
	display: block;
	position: relative;
	top: 9px;
	left: 0;
	border-bottom: 1px solid #eb67a2;
	transition: .2s;
	width: 0;
}
.btn a:hover::after {
	border-bottom: 1px solid #eb67a2;
	padding-right: 32px;
	width: 100%;
	top: 9px;
	right: 0;
}
.btn i {
	margin-right: 8px;
}
.btn.is-s {
	font-size: 13px;
}
/* 02 */
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin: 0;
	padding: 0;
}
input[type="submit"],
button,
.btn02 a {
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	font-family: "Montserrat", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-weight: 900;
	text-align: center;
	transition: .2s;
	letter-spacing: .1em;
	position: relative;
	z-index: 2;
	border: 1px solid;
	width: 100%;
}
.btn02 {
	margin-top: -8px;
}
.btn02 a {
	line-height: 48px;
}
#product__submit,
input[type="submit"],
.btn02 a {
	font-size: 15px;
	height: 48px;
}
#contact__submit {
	font-size: 18px;
	width: 480px;
	height: 64px;
}
#product__submit:hover,
input[type="submit"]:hover,
#contact__submit:hover,
.btn02 a:hover {
	background-color: transparent;
	text-decoration: none;
}
#product__submit,
.btn02 a {
	background-color: #333;
	border-color: #333;
}
#product__submit:hover,
.btn02 a:hover {
	border-color: #333;
	color: #333;
}
#contact__submit,
input[type="submit"] {
	background-color: #eb67a2;
	border-color: #eb67a2;
}
#contact__submit:hover,
input[type="submit"]:hover {
	border-color: #eb67a2;
	color: #eb67a2;
}

/* bg
----------------------------- */
.bg--pink {
	background-color: #eb67a2;
}
.bg--white {
	background-color: white;/* #ebf0f0 */
}
/* light */
.bg--lightpink {
	background-color: #ebbad0;
}
.bg--lightyellow {
	background-color: #eaea70;
}
.bg--lightsea {
	background-color: #b9ebeb;
}
.bg--lightblue {
	background-color: #b9cfeb;
}
.bg--lightgraysea {
	background-color: #c0dcdd;
}
/* pale */
.bg--palepink {
	background-color: #edd8e2;
}
.bg--palesea {
	background-color: #d8eded;
}
.bg--paleblue {
	background-color: #d9e2ee;
}
/* gray */
.bg--graysea {
	background-color: #555e6b;
	color: white;/* #ebf0f0 */
}

/* inner
----------------------------- */
.inner {
	clear: both;
	overflow: hidden;
	position: relative;
}
.inner.is-v {
	overflow: visible;
}
@media only screen and (max-width: 1499px){
	.inner.is-pc {
		margin-right: 70px;
		margin-left: 70px;
	}
}
@media only screen and (min-width: 1500px){
	.inner.is-pc {
		margin-right: auto;
		margin-left: auto;
		width: 1360px;
	}
}

/* float
----------------------------- */
.tile,
.tile--pc {
	display: flex;
	flex-wrap: wrap;
}
.tile > li,
.tile--pc > li {
	list-style: none;
}
.tile.is-sb,
.tile--pc.is-sb {
	justify-content: space-between;
}
.tile.is-c,
.tile--pc.is-c {
	justify-content: center;
}

/* logo
----------------------------- */
.logo a {
	transition: opacity .5s;
}
.logo a:hover {
	opacity: .3;
}
/* line */
.logo--line {
	width: 160px;
}
.logo--line.is-a::after,
.logo--line.is-b::before {
	content: "";
	display: block;
	position: relative;
	border-top: 1px solid #333;
}
.logo--line.is-a::after {
	top: -30px;
	left: 196px;
	width: calc(100vw - 15px - 140px - 64px - 450px - 196px);
}
.logo--line.is-b::before {
	top: 28px;
	left: calc(-30vw - 64px);
	width: 30vw;
}
.logo--line.is-b {
	margin-left: 15vw;
}

/* form
----------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	background-color: #ebf0f0;
	border: none;
	box-sizing: border-box;
	vertical-align: middle;
	width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	background-color: white;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-right: 8px;
}
button {
	border-radius: 0;
	cursor: pointer;
}

/* sns
----------------------------- */
.sns {
	align-items: center;
	display: flex;
}
.sns__ttl {
	font-size: 13px;
	font-weight: 700;
	margin-right: auto;
}
.sns__btns {
	display: flex;
}
.sns__btns li {
	list-style: none;
}
.sns__btns.is-l li {
	font-size: 24px;
}
.sns__btns.is-l li:not(:last-child) {
	margin-right: 24px;
}
.sns__btns.is-m li {
	font-size: 20px;
}
.sns__btns.is-m li:not(:first-child) {
	margin-left: 20px;
}
.sns__btns a {
	color: #333;
	transition: color .5s;
}
.sns__facebook a:hover {
	color: #3b5998;
}
.sns__twitter a:hover {
	color: #55acee;
}
.sns__instagram a:hover {
	color: #cd486b;
}
.sns__line a:hover {
	color: #00c300;
}
.sns__email a:hover,
.sns__rss a:hover {
	color: #eb67a2;
}

/* youtube
----------------------------- */
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Utitlity
================================= */
/* clear
----------------------------- */
.clear {
	clear: both;
}
.clearfix::after {
	clear: both;
	content: "";
	display: block;
}

/* align
----------------------------- */
.center,
.center--pc {
	text-align: center;
}

/* hidden
----------------------------- */
.hdn,
.hdn--pc {
	display: none !important;
}

/* margin, padding
----------------------------- */
.mb160 {
	margin-bottom: 160px;
}
.mb24 {
	margin-bottom: 24px;
}
.mb8 {
	margin-bottom: 8px !important;
}

/* Layout
================================= */
/* header
----------------------------- */
h1 {
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
}
#header {
	background-color: #eb67a2;
	display: flex;
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 1000;
}
#header .logo {
	margin-left: 40px;
	padding-right: 12px;
	width: 36px;
	height: 80px;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #header .logo { padding-right: 24px; } /* IE11 */
}
#header .logo img {
	width: 36px;
	height: 40px;
}
#header .logo a {
	display: block;
	padding-top: 20px;
	height: 60px;
}
/* nav */
#global--nav,
#global--nav ul {
	display: flex;
}
#global--nav {
	justify-content: space-between;
	width: 100%;
}
#global--nav02 {
	margin-right: 28px;/* 70 40 - 12px */
}
#global--nav li {
	list-style: none;
}
#global--nav a {
	color: #333;
}
#global--nav li > a {
	display: block;
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	transition: color .5s;
	padding: 0 11px;
	height: 80px;
}
#global--nav li:hover > a {
	color: #ebf0f0;
	text-decoration: none;
}
#global--nav li > a i {
	font-size: 24px;
	font-weight: normal;
}
/* nav onlineshop */
@media only screen and (max-width: 1190px){
	.online {
		display: none;
	}
}
#global--nav__onlineshop a::after {
	display: block;
	content: "";
	border-right: 1px solid rgba(51,51,51,.15);
	padding-left: 24px;
	height: 36px;
}
#global--nav__onlineshop i {
	margin-right: 8px;
}
/* nav child */
/*.global--nav__child {
	align-content: flex-start;
	background-color: #eb67a2;
	box-sizing: border-box;
	display: flex;
	flex-flow: column wrap;
	font-weight: 700;
	line-height: 2;
	position: absolute;
	top: 80px;
	left: 0;
	border-top: 1px solid rgba(51,51,51,.15);
	padding: 36px 70px 32px;
	width: 100%;
	height: 210px;
}
.global--nav__child dt {
	width: 200px;
	height: 100%;
}
.global--nav__child dd {
	font-size: 13px;
	width: 200px;
}*/

/* main
----------------------------- */
#main {
	padding-top: 80px;
}
/* breadcrumbs */
#breadcrumbs {
	margin-top: 30px;
	margin-bottom: 8px;
}
#breadcrumbs ol {
	display: flex;
}
#breadcrumbs li {
	color: #777;
	font-size: 12px;
	list-style: none;
}
#breadcrumbs a {
	color: #777;
	transition: color .5s;
	margin-right: 8px;
}
#breadcrumbs li:not(:first-child) a {
	margin-left: 8px;
}
#breadcrumbs a:hover {
	color: #eb67a2;
}
/* term */
.terms {
	font-weight: 700;
}
.terms li:not(:last-child)::after {
	content: ",";
	margin-right: 4px;
}
.terms a {
	color: #777;
}
.meta .terms {
	border-right: 1px solid rgba(51,51,51,.15);
	margin-right: 16px;
	padding-right: 16px;
}
/* time */
time {
	color: #999;
	font-weight: 700;
}
/* contact */
.sulk__address {
	margin-bottom: 8px;
}
.sulk__text {
	margin-bottom: 16px;
}
.sulk__num {
	font-weight: 700;
	line-height: 1;
}

/* side
----------------------------- */
#sidebar,
#sidenav {
	margin-right: 56px;
	margin-bottom: 160px;
	width: 160px;
}
.side__list:last-of-type {
	border-bottom: 1px solid rgba(51,51,51,.15);
}
.side__list {
	font-size: 13px;
	border-top: 1px solid rgba(51,51,51,.15);
}
.side__list h3 {
	font-weight: 700;
}
.side__list h3 span,
.side__list h3 a {
	color: #333;
	display: block;
	padding: 18px 0;
}
.side__list ul {
	padding-bottom: 20px;
}
.side__list li {
	line-height: 1.4;
	list-style: none;
	padding-bottom: 8px;
}
.side__list li a {
	color: #777;
}
/* sidebar */
#sidebar .side__list h3 span::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
	display: inline-block;
	float: right;
}
#sidebar .side__list.active h3 span::after {
	content: "\f068";
}
/* content */
#content {
	width: calc(100% - 160px - 56px);
}
.tile > #content {
	order: 1;
}

/* aside
----------------------------- */
.aside--footer ul {
	display: flex;
}
.aside--footer li {
	list-style: none;
	flex: 1;
	font-size: 24px;
	font-weight: 700;
}
.aside--footer i {
	display: block;
	font-size: 32px;
	padding-bottom: 10px;
}
.aside--footer li:not(:last-of-type) a::after {
	display: block;
	content: "";
	border-right: 1px solid rgba(51,51,51,.15);
	height: 80px;
}
.aside--footer div {
	width: 100%;
	text-align: center;
}
.aside--footer a {
	align-items: center;
	background-color: #eaea70;
	color: #333;
	display: flex;
	transition: background .5s, color .5s;
	width: 100%;
	height: 200px;
}
.aside--footer a:hover {
	background-color: #eb67a2;
	color: white;/* #ebf0f0 */
	text-decoration: none;
}
#aside--instagram a {
	background-color: #eb67a2;
	line-height: 1.2;
}
#aside--instagram i {
	line-height: 1.6;
}
#aside--instagram a:hover {
	background-color: #eaea70;
	color: #333;
}

/* footer
----------------------------- */
/* nav */
/*#footer__nav {
	background-color: #d8eded;
}*/
#footer__nav .inner {
	display: flex;
	padding: 64px 0 24px;
}
/* nav ttl */
#footer__nav h3 {
	font-size: 24px;
	border-right: 1px solid rgba(51,51,51,.15);
	width: 12%;
}
#footer__nav h3 + ul {
	margin-left: 44px;
}
/* nav list */
#footer__nav .inner > ul {
	flex-grow: 1;
}
#footer__nav .inner > ul:not(:last-of-type) {
	margin-right: 12px;
}
#footer__nav li {
	font-size: 13px;
	line-height: 1.9;
}
#footer__nav .inner > ul > li {
	margin-bottom: 6px;
}
#footer__nav a {
	color: #333;
}
#footer__nav .inner > ul > li > a {
	display: inline-block;
	font-weight: 900;
	margin-bottom: 6px;
}
#footer__nav ul ul a::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f068";
	display: inline-block;
	padding-right: 8px;
}
#footer__nav a i {
	padding-left: 8px;
}
/* foot */
#footer__foot .inner {
	display: flex;
	padding: 48px 0 80px;
}
#footer__foot .logo {
	margin-right: 40px;
	width: 120px;
}
#footer__foot h3 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 4px;
}
#footer__foot .shopname {
	font-size: 15px;
}
#footer__foot address {
	font-size: 13px;
}
/* copy */
#copy {
	margin-left: auto;
}
#copyright {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: right;
	margin-top: 12px;
}
/* warning */
#warning {
	background-color: #eaea70;
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
}
#warning a {
	color: #333;
}