/*!
Theme Name: ikt_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ikt_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ikt_theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
	padding: 0;
}

ol {
	list-style: decimal;
}

li {
	list-style: none;
}

li>ul,
li>ol {
	margin: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	display: block;
	margin: auto;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */



a {
	color: inherit;
	text-decoration: none;
}

/*-
a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}
-*/
a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}






/*--------------------------------------------------------------
>>> カスタムCSS
----------------------------------------------------------------

/* 全体レイアウト */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	background: #fff;
	line-height: 1.8;
}

.iw-1500 {
	padding: 0 calc((100% - 1000px) / 2);
}

/* セクション共通設定 */
section {}

main#home>section {
	margin: 150px auto 0;
}

.more {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 5em auto 0;
	margin-right: 0;
	position: relative;
	width: fit-content;
	position: relative;
}

.more>a {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
}

.more>span {
	background: #F0DBE3;
	padding: .5em 1em;
	display: block;
	line-height: 0;
	width: fit-content;
	border-radius: 1em;
}

.more>p {
	margin-left: .5em;
	letter-spacing: 0.25em;
	line-height: 1;
}

section#top-voice .more>a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}

/* セクションタイトル */

h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0;
}

h2>span.ja {
	color: #D38097;
	font-size: 42px;
	letter-spacing: .25em;
}

h2>span.en {
	font-size: 22px;
	letter-spacing: .5em;
	font-weight: 400;
}

/* ヘッダー */

.headline {
	background: #F0DBE3;
	text-align: center;
	padding: .25em;
}

div#main-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 1em 50px;
	background: #fff;
}

div#main-header>* {
	margin: auto;
}

div#main-header>h1 {
	margin-left: 0;
}

div#main-header>form#searchform {
	margin: 0;
	position: relative;
}

div#main-header>.tel {
	margin: 0 2em;
}

div#main-header>.contact {
	margin: 0;
	margin-left: 2em;
}

form#searchform {
	position: relative;
	margin-bottom: 1em;
}

form#searchform button {
	background: transparent;
	border: none;
	padding: 0;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translate(0, -50%);
}

form#searchform input#s {
	border-radius: 3em;
	padding: .5em 1em;
	border: solid 1px #666666;
	width: 20em;
}

div#main-header>.tel>a {
	font-size: 1.5em;
	text-decoration: none;
}

header#masthead {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
}

nav#site-navigation {
	position: fixed;
	right: 0;
	background: #FFFFFFD9;
	padding: 1em 3em;
	width: fit-content;
	margin: 1.5em 2em auto auto;
	border-radius: 3em;
}

ul.nav-menu {
	gap: 2em;
}

section.page-header {
	text-align: center;
	max-width: 1000px;
	margin: auto;
}



@media (max-width: 768px) {

	div#main-header>h1 {}

	div#main-header>h1>a {
		display: flex;
	}

	button.menu-toggle {
		background: #fff;
		border: none;
		border-radius: 0;
		width: 15%;
		z-index: 9999;
	}

	nav#site-navigation {
		width: 100%;
		border-radius: 0;
		background: #f7f0f0e0;
		margin: 0;
		font-size: 16px;
		height: 0;
		visibility: hidden;
		padding: 0;
	}

	nav#site-navigation.open {
		height: auto;
		visibility: visible;
		padding: 2em;
	}

	form#searchform input#s {
		width: 100%;
		padding: 1em;
		font-size: 16px;
	}

	form#searchform {
		margin-bottom: 1em;
	}

	ul#primary-menu {
		display: flex;
		flex-direction: column;
		gap: 1em;
		padding: 0 1em;
	}

	nav#site-navigation>a.btn {
		background: #f0dbe3;
		text-align: center;
		padding: 1em;
		border-radius: 3em;
		margin: 1em;
	}

	nav#site-navigation>a.tel {
		font-size: 24px;
		text-align: center;
		font-weight: 700;
		color: #d68ba0;
		letter-spacing: .08em;
	}

	header#masthead {
		display: flex;
		flex-wrap: wrap;
	}

	.headline {
		font-size: 10px;
		width: 100%;
		z-index: 9999;
	}

	div#main-header {
		width: 85%;
		padding: 1em;
		z-index: 9999;
	}

}

/* スライダー */
.fv_slide {
	width: 100%;
	margin: 0 auto;
}

.fv_slide img {
	width: 100%;
	height: auto;
	max-height: 85vh;
	object-fit: contain;
	display: block;
}

@media (max-width: 768px) {
	.fv_slide img {
		height: 85vh;
		object-fit: cover;
	}
}

.slick-dots {
	position: relative;
	bottom: 0;
	margin: 15px 0 0;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li {
	width: fit-content;
	height: auto;
	margin: 0 10px;
}

span.swiper-pagination-bullet {
	background: #C7C7C7;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	padding: 0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #F0DBE3;
}

section.fv_slide {
	padding-bottom: 0px;
	margin-top: 0 !important;
}



/* ニュースと導入実績 */


ul.contents_list-a {
	display: flex;
	justify-content: center;
	gap: 45px;
}

ul.contents_list-a>li img {
	max-width: 450px;
	width: 100%;
}

ul.contents_list-a>li {
    width: calc(100% / 3);
}

ul.contents_list-a .date {
	font-size: 19px;
	color: #4D4D4D;
	font-weight: 200;
	margin: 1em 0 0;
}

ul.contents_list-a .title {
	font-size: 24px;
	font-weight: 700;
}

section#top-voice {
	background: #F0DBE3;
	background: linear-gradient(0deg, rgba(240, 219, 227, 1) 0%, rgba(240, 219, 227, 1) 60%, rgba(244, 230, 235, 1) 80%, rgba(255, 255, 255, 1) 100%);
	padding-bottom: 120px;
}

section#top-voice>* {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 769px) {

	section#top-voice>*.more {
		margin-right: calc((100% - 1000px) / 2);
	}

}

@media (max-width: 768px) {

	section#top-voice>*.more {
		margin-right: 8%;
	}

}

section#top-voice .slick-list {}

.contents_list-b {
	overflow-y: scroll;
	height: 250px;
}

.contents_list-b>li {
	padding: 1em;
	border-bottom: dotted 1px #ccc;
}

.contents_list-b>li>.date {
	font-size: 0.8em;
}

.contents_list-b>li>.title {
	font-weight: 700;
}

.voice-item {
	background: #FFFFFFB3;
	border-radius: 20px;
	margin-right: 50px;
	filter: blur(5px);
	padding: 80px;
	display: flex;
	position: relative;
	gap: 0 50px;
}

.voice-swiper .swiper-wrapper {
	margin: 0;
	padding: 0;
}

.voice-swiper .swiper-slide {
	box-sizing: border-box;
}


.voice-item.swiper-slide-active {
	filter: blur(0);
}

.voice-item a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.voice-item>img {
	width: 420px;
	margin: 0;
}

.voice-item>.text {
	width: calc(100% - 420px);
}

.voice-item .title {
	font-size: 27px;
	font-weight: 700;
	color: #4D4D4D;
	letter-spacing: 0.05em;
	margin: auto 0;
	margin-bottom: 1em;
}

.voice-item .name {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 1em;
}

.voice-item .note {
	font-size: 19px;
}


#top-voice .voice-item {
	background: #FFFFFFB3;
	border-radius: 20px;
	margin-right: 50px;
	filter: blur(5px);
	padding: 2em;
	position: relative;
	flex-direction: column;
	aspect-ratio: 3/8;
	justify-content: flex-start;
}

#top-voice .voice-item>img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

#top-voice .voice-item>.text {
	width: 100%;
	margin-top: 2em;
}


#top-voice .voice-item.swiper-slide-active,
#top-voice .voice-item.swiper-slide-next {
	filter: blur(0);
}

.voice-swiper .swiper-button-next {
	right: 2%;
	width: 50px;
	height: 50px;
	aspect-ratio: 1;
	background: #fff;
	border-radius: 50%;
	border: solid 1px #E1E1E1;
}

.voice-swiper .swiper-button-next::after {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="17.669" height="10" viewBox="0 0 29.077 16.824"><g transform="translate(-1559.866 -3296.588)"><line x2="28.041" transform="translate(1559.866 3305)" fill="none" stroke="%234d4d4d" stroke-miterlimit="10" stroke-width="1"/><path d="M1577.928,3313.019l10.206-8.019-10.206-8.019" fill="none" stroke="%234d4d4d" stroke-miterlimit="10" stroke-width="1"/></g></svg>') no-repeat center center;
	content: "";
	width: 17.669px;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	margin: auto;
}

.voice-swiper .swiper-button-prev {
	left: 0;
	width: 50px;
	height: 50px;
	aspect-ratio: 1;
	background: #fff;
	border-radius: 50%;
	border: solid 1px #E1E1E1;
}

.voice-swiper .swiper-button-prev::after {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="17.669" height="10" viewBox="0 0 29.077 16.824"><g transform="translate(-1559.866 -3296.588)"><line x2="28.041" transform="translate(1559.866 3305)" fill="none" stroke="%234d4d4d" stroke-miterlimit="10" stroke-width="1"/><path d="M1577.928,3313.019l10.206-8.019-10.206-8.019" fill="none" stroke="%234d4d4d" stroke-miterlimit="10" stroke-width="1"/></g></svg>') no-repeat center center;
	content: "";
	width: 17.669px;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%) scale(-1, 1);
	margin: auto;
}

.voice-swiper {
	width: 100%;
	margin: auto;
	margin-right: 0;
	position: relative;
	padding-left: 4%;
}

section#top-voice .more>span {
	background: #fff;
}

section#top-voice .more {}

/* 商品一覧 */

ul.product-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}

ul.product-list>li {
	width: calc((100% - 2em*4)/5);
}

ul.product-list>li>a>img {
	aspect-ratio: 1;
	object-fit: cover;
}

ul.product-list>li>.price {
	color: #96D9DF;
	font-size: 30px;
	font-weight: 200;
}

ul.product-list>li>.name {
	font-size: 18px;
	font-weight: 700;
}


/* FAQ */

ul.faq-list {
	padding: 0;
	display: flex;
	flex-direction: column;
}

ul.faq-list>li {
	border-bottom: solid #D38097 1px;
	padding: 3em;
}

ul.faq-list>li>.q-area {
	font-size: 27px;
	margin-bottom: 1em;
	font-weight: 700;
}

ul.faq-list>li>.a-area {
	font-size: 19px;
}

ul.faq-list>li>* {
	padding-left: 50px;
	position: relative;
	word-break: break-all;
}

ul.faq-list>li>.q-area::before {
	content: "Q.";
	color: #F0DBE3;
}

ul.faq-list>li>.a-area::before {
	content: "A.";
	color: #96D9DF;
}

ul.faq-list>li>*::before {
	font-size: 40px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}

section#faq {
    width: 95%;
    max-width: 1000px;
    margin: auto;
}

a.blu_btn {
	background: #96D9DF;
	font-size: 30px;
	color: #fff;
	padding: 1em 3em;
	border-radius: 75px;
	display: block;
	width: fit-content;
	margin: 2em auto 0;
}


@media (min-width: 769px) {
	section#top-footer {
background: radial-gradient(circle, rgba(226, 204, 206, 1) 0%, rgba(226, 204, 206, 1) 50% 50%, rgba(224, 189, 195, 1) 100%);
        padding: 50px 0;
        position: relative;
	}

	section#top-footer::after {
		content: "";
		background-image: url(./img/ikt_cake_017-2.png);
        background-repeat: no-repeat;
		background-size: contain;
		max-width: 500px;
		width: 50%;
		aspect-ratio: 1;
		position: absolute;
		bottom: 1em;
		left: 1em;
	}
}

section#top-footer>.note {
	width: 50%;
	color: #333333;
	font-size: 20px;
	margin: auto;
	transform: translate(40%, 0);
}

section#top-footer>.note>h2 {
	font-size: 52px;
	letter-spacing: 0.5em;
	align-items: flex-start;
	color: #D38097;
	font-weight: 600;
	margin: 0 0 .5em;
}

section#top-footer .more {
	margin: 2em 0 auto auto;
}

section#top-footer .more>span {
	background: #fff;
}

section#top-img,section#top-news,section#top-product,section#top-faq,section#top-column,section#top-footer {
    width: 95%;
    max-width: 1000px;
    margin: auto;
}

section#top-voice {
	padding-right: 2.5%;
	padding-left: 2.5%;
}

@media (max-width: 768px) {

	.iw-1500 {
		padding: 0;
	}

	section.fv_slide {
		padding-bottom: 0px;
	}

	main#home>section {
		margin: 50px auto 0;
	}

	h2>span.en {
		font-size: 14px;
	}

	h2>span.ja {
		font-size: 24px;
	}

	ul.contents_list-a {
		flex-wrap: wrap;
		gap: 1em;
		justify-content: flex-start;
		width: 100%;
		margin: auto;
	}

	ul.contents_list-a>li {
		width: calc((100% - 1em) / 2);
	}

	ul.contents_list-a .title {
		font-size: 16px;
	}

	ul.contents_list-a .date {
		font-size: 14px;
		margin: 0;
	}

	ul.contents_list-a .title {
		font-size: 16px;
	}

	.voice-swiper {
		width: 100%;
		margin: auto;
		padding: 0 8%;
	}

	.voice-item {
		padding: 1.5em;
		flex-direction: column;
	}

	#top-voice .voice-item {
		padding: 1.5em;
	}

	.voice-item>.text {
		width: 100%;
		margin-top: 1em;
	}

	.voice-item .title, .voice-item .name {
		font-size: 16px;
	}

	.voice-item>img {
		width: 100%;
	}

	.voice-item .note {
		font-size: 14px;
	}

	.voice-swiper .swiper-button-next {
		width: 50px;
		height: 50px;
		right: 0;
	}

	.voice-swiper .swiper-button-prev {}

	ul.product-list>li {
		width: calc((100% - 2em) / 2);
	}

	ul.product-list>li>.name {
		font-size: 14px;
	}

	ul.product-list>li>.price {
		font-size: 20px;
	}

	ul.product-list>li img {
		width: 100%;
	}

	ul.faq-list>li {
		padding: 1em 0;
	}

	ul.faq-list>li>.q-area {
		font-size: 16px;
	}

	ul.faq-list>li>.a-area {
		font-size: 14px;
	}

	ul.faq-list>li>*::before {
		font-size: 24px;
	}

	ul.faq-list>li>* {
		padding: 0 0 0 2.5em;
	}
}

/* フッター */


footer.site-footer {
	padding: 50px 0 1em;
	background: #F4F4F4;
}

footer.site-footer>.footer_nav {
	display: flex;
	align-content: flex-start;
	max-width: 1000px;
	margin: auto;
	gap: 3em;
}

footer.site-footer>.footer_nav>.container {}

footer.site-footer>.footer_nav>.container:first-child {
	display: flex;
	flex-wrap: wrap;
	width: 40%;
}

footer.site-footer>.footer_nav>.container>h3 {
	width: 100%;
	border-bottom: solid 1px;
}

footer.site-footer>.footer_nav>.container:nth-child(2) {
	width: 30%;
}

footer.site-footer>.footer_nav>.container:nth-child(3) {
	width: 30%;
}

footer.site-footer>.footer_nav>.container:first-child>ul {
	width: 50%;
}

.footer_info {
	text-align: center;
}

.footer_info>.site-name {
	font-size: 23px;
}

.footer_info>.add {
	margin: .5em 0;
}

@media (max-width: 768px) {

	section#top-footer>.note {
		transform: translate(0, 0);
		width: 95%;
		margin: auto;
		font-size: 18px;
		z-index: 1;
		padding: 2em 1em;
	}

	section#top-footer>.note>h2 {
		font-size: 32px;
		letter-spacing: 0.3em;
	}

	section#top-footer {
		aspect-ratio: auto;
		background: none;
		position: relative;
		width: 100%;
	}

	.more {
		font-size: 14px;
		margin-top: 2em;
	}

	section#top-footer .more>span>svg {
		width: 1.5em;
		height: auto;
	}

	section#top-footer>img {
		position: absolute;
		z-index: -1;
		height: 100%;
		object-fit: cover;
		object-position: center left;
		filter: opacity(0.3);
		top: 0;
	}

	footer.site-footer>.footer_nav {
		gap: 1em;
	}

	footer.site-footer>.footer_nav {
		flex-direction: column;
		width: 90%;
		margin: auto;
	}

	footer.site-footer>.footer_nav>.container {
		width: 100% !important;
	}

	.footer_info {
		margin-top: 80px;
		font-size: 14px;
	}

	.footer_info>.site-name {
		font-size: 18px;
	}

}


/* 私たちについて */



section#about-note {
	background: #F3EDF2;
}

section#about-note>.box {
	max-width: 1000px;
	margin: auto;
	position: relative;
	padding: 130px 0;
}

@media (max-width: 768px) {
	section#about-note>.box {
		padding: 80px 0;
	}
}

article.page {
	margin-bottom: 200px;
}

section#about-note>.box>.catch {
	color: #5AA7B5;
	font-size: 50px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	font-family: "Shippori Mincho", serif;
}

section#about-note>.box>.text {
	font-size: 21px;
	text-align: left;
	line-height: 2;
	width: 90%;
	margin: auto;
}

section#about-note>.box>img:first-of-type {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
}

section#about-note>.box>img:last-of-type {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(0, 50%);
	width: 30%;
}

section#point {
	padding: 140px 0;
}

section#point h2>span.ja {
	letter-spacing: 0.15em;
}

ul.lr_list>li:nth-child(odd) {
	display: flex;
}

ul.lr_list>li:nth-child(even) {
	display: flex;
	flex-direction: row-reverse;
}

section#point>h2 {
	margin-bottom: 150px;
}

ul.lr_list>li>img {
	border-radius: 80px;
	width: 45%;
}

ul.lr_list>li {
	gap: 80px;
	align-items: center;
}

ul.lr_list>li>.note {}

ul.lr_list>li>.note>.num {
	font-size: 68px;
	color: #D38097;
	font-weight: 200;
	line-height: 1;
}

ul.lr_list>li>.note>h3 {
	color: #96D9DF;
	font-size: 28px;
	margin: 1em 0;
}

ul.lr_list>li>.note>.text {
	font-size: 19px;
}

ul.lr_list>li:not(:last-child) {
	margin-bottom: 150px;
}


@media (max-width: 768px) {

	section#about-note>.box>img:first-of-type {
		width: 40%;
	}

	section#about-note>.box>img:last-of-type {
		width: 40%;
	}

	ul.lr_list>li:nth-child(odd),
	ul.lr_list>li:nth-child(even) {
		flex-direction: column;
	}

	section#about-note>.box>.catch {
		font-size: 24px;
	}

	section#about-note>.box>.text {
		font-size: 14px;
	}

	section#point {
		padding: 60px 0;
		width: 95%;
		margin: auto;
	}

	section#point>h2 {
		margin-bottom: 50px;
	}

	ul.lr_list>li {
		gap: 1em;
	}

	ul.lr_list>li:not(:last-child) {
		margin-bottom: 80px;
	}

	ul.lr_list>li>.note>.num {
		font-size: 32px;
	}

	ul.lr_list>li>.note>h3 {
		font-size: 18px;
	}

	ul.lr_list>li>.note>.text {
		font-size: 14px;
	}

	ul.lr_list>li>img {
		width: 100%;
	}

}




/* OEM */

section#oem-problem {
	background: #F3EDF2;
	position: relative;
	padding: 0 2em;
	padding-top: 150px;
	padding-bottom: 210px;
}

section#oem-problem::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 160px;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	background: #fff;
}

section#oem-problem::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 160px;
	left: 0;
	bottom: 0;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	background: #fff;
}

section#oem-problem>.box {
	background: #fff;
	padding: 1em 0;
	max-width: 1000px;
	margin: auto;
}

section#oem-problem>.box>.note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 100px;
}

section#oem-problem>.box>.note>img {
	margin: 0;
	width: 40%;
	border-radius: 80px;
}

section#oem-problem>.box>.note>ul {
	width: 55%;
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	font-size: 24px;
}

section#oem-problem>.box>.note>ul>li {
	padding-left: 1.5em;
	position: relative;
}

section#oem-problem>.box>.note>ul>li::before {
	content: "";
	height: 0.7em;
	aspect-ratio: 1;
	position: absolute;
	left: 0;
	top: .5em;
	border-radius: 50%;
}

section#oem-problem>.box>.note>ul>li:nth-child(odd):before {
	background: #DEEBF3;
}

section#oem-problem>.box>.note>ul>li:nth-child(even):before {
	background: #96D9DF;
}

section#oem-problem>.box>.note>ul>li>span {
	border-bottom: solid 2px #96D9DF;
}

section#oem-problem>.box>h2 {
	font-size: 42px;
	color: #96D9DF;
	margin: .7em 0;
}

section#oem-note {}

section#oem-note>h2 {
	font-size: 42px;
	color: #D38097;
}

section#oem-note>.text {
	font-size: 24px;
	text-align: center;
	margin-bottom: 5em;
}

section.banner-img {
	margin: 150px auto 180px;
	max-width: 1000px;
}

section#oem-voice .voice-item {
	filter: none;
	border-radius: 0;
	align-items: center;
}

section#oem-voice {
	background: #F0DBE3;
	background: linear-gradient(0deg, rgba(240, 219, 227, 1) 0%, rgba(240, 219, 227, 1) 60%, rgba(244, 230, 235, 1) 80%, rgba(255, 255, 255, 1) 100%);
	padding-bottom: 150px;
}

section#oem-voice .voice-item:not(last-child) {
	margin-bottom: 75px;
}



section#oem-voice .voice-item>img {
	border-radius: 60px;
	width: 45%;
}



section#oem-flow {
	background: #F3EDF2;
	padding-top: 170px;
	padding-bottom: 150px;
}

section#oem-flow>h2 {
	margin-top: 0;
	margin-bottom: 120px;
}

#oem-faq {
	width: 95%;
	max-width: 1000px;
	margin: auto;
}

ul.step {
	display: flex;
	flex-direction: column;
	gap: 90px;
	position: relative;
	max-width: 1000px;
	margin: auto;
}

ul.step>li {
	display: flex;
	align-items: stretch;
	position: relative;
	z-index: 1;
}

ul.step>li>img {
	margin: 0;
	width: 35%;
	border-radius: 60px 0 0 60px;
}

ul.step>li>.note {
	width: 65%;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2em 1em;
	border-radius: 0 60px 60px 0;
}

ul.step>li>.note>.num {
	color: #D38097;
	line-height: 1;
	font-size: 23px;
}

ul.step>li>.note>.num>span {
	font-size: 2em;
	margin-left: 0.15em;
}

ul.step>li>.note>.name {
	font-size: 29px;
	margin: .6em 0;
	font-weight: 700;
}

ul.step>li>.note>.txt {
	font-size: 21px;
}

ul.step::before {
	content: "";
	height: 100%;
	width: 13px;
	background: #96D9DF;
	position: absolute;
	top: 0;
	left: 18%;
	z-index: 0;
	display: flex;
	align-items: center;
	gap: .5em;
}


@media (max-width: 768px) {
	section#oem-problem {
		padding: 0 2.5%;
		padding-top: 5%;
		padding-bottom: 100px;
	}

	section#oem-problem::after {
		height: 80px;
	}

	section#oem-problem::before {
		height: 80px;
	}

	section#oem-problem>.box {
		position: relative;
		overflow: hidden;
		padding: 3em 0;
	}

	section#oem-problem>.box>.note {
		padding: 0;
		flex-direction: column;
	}

	section#oem-problem>.box>.note>img {
		border-radius: 0;
		width: 100%;
		position: absolute;
		z-index: 0;
		filter: blur(4px) opacity(0.3);
		object-fit: cover;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
	}

	section#oem-problem>.box>.note>ul {
		font-size: 14px;
		width: 90%;
	}

	section#oem-problem>.box>.note>ul>li {}

	section#oem-problem>.box>.note>ul>li::before {}

	section#oem-problem>.box>.note>ul>li:nth-child(odd):before {}

	section#oem-problem>.box>.note>ul>li:nth-child(even):before {}

	section#oem-problem>.box>.note>ul>li>span {}

	section#oem-problem>.box>h2 {
		font-size: 18px;
	}

	section#oem-note {
		width: 95%;
		margin: auto;
	}

	section#oem-note>h2 {
		font-size: 18px;
	}

	section#oem-note>.text {
		font-size: 16px;
	}

	section.banner-img {
		width: 95%;
		margin: 70px auto 90px;
	}

	section#oem-voice .voice-item {}

	section#oem-voice {
		padding-bottom: 70px;
	}

	section#oem-voice .voice-item:not(last-child) {
		margin: auto;
		margin-bottom: 30px;
		width: 95%;
	}

	section#oem-voice .voice-item>img {
		border-radius: 60px;
		width: 100%;
	}

	section#oem-flow {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	section#oem-flow>* {
		width: 95%;
		margin: auto;
	}

	section#oem-flow>h2 {
		margin-bottom: 60px;
	}

	ul.step {
		gap: 40px;
	}

	ul.step>li {
		flex-direction: column;
	}

	ul.step>li>img {
		border-radius: 60px 60px 0 0;
		width: 100%;
	}

	ul.step>li>.note {
		padding: 2em 1.5em 2em;
		border-radius: 0 0 60px 60px;
		width: 100%;
	}

	ul.step>li>.note>.num {
		font-size: 16px;
	}

	ul.step>li>.note>.num>span {}

	ul.step>li>.note>.name {
		font-size: 16px;
	}

	ul.step>li>.note>.txt {
		font-size: 16px;
	}

	ul.step::before {
		width: 8px;
	}

	a.blu_btn {
		font-size: 16px;
	}
}




/*-商品一覧-*/


section#cat_link {
	margin-bottom: 120px;
}

section#cat_link>h2 {
	font-size: 56px;
	letter-spacing: 0.5em;
}

section#cat_link>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

section#cat_link>ul>li {
	width: calc((100% - 1em*3)/4);
	position: relative;
}

section#cat_link>ul>li>a {
	display: block;
	border-bottom: solid 1px;
	padding: 1em 1em 1em 2em;
}

section#cat_link>ul>li::after {
	content: "";
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="13.574" height="9.256" viewBox="0 0 13.574 9.256"><path d="M4313.132,1091.132l6.394,8.138,6.394-8.138" transform="translate(-4312.739 -1090.823)" fill="none" stroke="%23333" stroke-miterlimit="10" stroke-width="1"/></svg>') no-repeat center center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 1em;
	height: 8.14px;
	width: 12.79px;
	background-size: contain;
}

.cat-block {}

.cat-block>h2 {
	margin-top: 0;
}

.cat-block>h2>span:nth-child(1) {
	color: #D38097;
	font-size: 32px;
}

.cat-block>h2>span:nth-child(2) {
	font-size: 42px;
}

.cat-block>h3 {
	color: #96D9DF;
	font-size: 34px;
	text-align: center;
}

.cat-block>.note {
	font-size: 20px;
	width: 75%;
	margin: auto;
}

.cat-block>ul.tag-list {
	margin: 35px auto 0;
	width: 75%;
	display: flex;
	flex-direction: column;
	gap: .8em;
	font-size: 20px;
	font-weight: 700;
}

.cat-block>ul.tag-list>li {
	background: #F3EDF2;
	width: fit-content;
	padding: .5em 1em;
}

.cat-block>ul.tag-list>li:before {
	content: "#";
}

.product-list {
	/*-border-top: solid 1px #808080;-*/
	margin-top: 90px;
}

.product-list>h2 {
	font-size: 42px;
}

.product-list>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	width: 100%;
	margin: auto;
}

.product-list>ul>li {
	width: calc((100% - 40px*3)/4);
}

.product-list>ul>li>.condition {
	margin: 1.5em 0 .5em;
}

.product-list>ul>li>.condition>span {
	background: #DEEBF3;
	width: fit-content;
	line-height: 1;
	padding: 0.3em .5em;
	display: inline-block;
}

.product-list>ul>li>.name {
	font-size: 19px;
}

.product-list+.cat-block {
	margin-top: 200px;
}

.product-list:last-of-type {
	margin-bottom: 200px;
}

main#home .product-list:last-of-type {
	margin-bottom: 0px;
}

@media (max-width: 768px) {

	section#cat_link {
		margin-bottom: 50px;
		width: 95%;
		margin: auto;
	}

	section.product-cat-block {
		width: 95%;
		margin: auto;
	}

	section#cat_link>h2 {
		font-size: 20px;
	}

	section#cat_link>ul {
		gap: 1em;
	}

	section#cat_link>ul>li {
		width: calc((100% - 1em*1)/2);
	}

	section#cat_link>ul>li>a {
		border-bottom: solid 1px;
		font-size: 12px;
	}

	section#cat_link>ul>li::after {
		height: 6px;
		width: 8px;
	}

	.cat-block {}

	.cat-block>h2 {}

	.cat-block>h2>span:nth-child(1) {
		font-size: 20px;
	}

	.cat-block>h2>span:nth-child(2) {
		font-size: 20px;
	}

	.cat-block>h3 {
		font-size: 20px;
	}

	.cat-block>.note {
		font-size: 16px;
		width: 100%;
	}

	.cat-block>ul.tag-list {
		margin: 1em auto 0;
		font-size: 16px;
		width: 100%;
	}

	.cat-block>ul.tag-list>li {}

	.cat-block>ul.tag-list>li:before {}

	.product-list {
		border-top: solid 1px #808080;
		margin-top: 50px;
	}

	.product-list>h2 {
		font-size: 20px;
	}

	.product-list>ul {
		gap: 1em;
		width: 100%;
	}

	.product-list>ul>li {
		width: calc((100% - 1em*1)/2);
	}

	.product-list>ul>li>.condition>span {}

	.product-list>ul>li>.name {
		font-size: 16px;
	}

	.product-list+div#brulee {
		margin-top: 100px;
	}

}


/*--商品詳細--*/

.product_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product_box>.product_slide {
	width: 50%;
}

.product_box>.note {
	width: 45%;
}

.product_box>.product_slide .main-slider img {
	width: 100%;
	border-radius: 0 150px 150px 0;
}

.product_box>.product_slide .thumb-slider {
	margin-top: 50px;
}

.product_box>.product_slide .thumb-slider .swiper-slide {
	border: solid 1px #D38097;
	padding: 10px;
	width: calc((100% - 10px*4)/5) !important;
	box-sizing: border-box;
}

.product_box>.product_slide .swiper-pagination {
	bottom: 0;
}

.product_box>.note>.cat {
	font-size: 56px;
	color: #D38097;
	font-family: system-ui;
	font-weight: 900;
	line-height: 1;
	margin-top: 2em;
}

.product_box>.note>.title {
	font-size: 34px;
	margin: 1em 0 0;
	font-weight: 700;
}

.product_box>.note>.txt {
	font-size: 20px;
	margin: 2em 0;
}

.product_box>.table {
	width: 100%;
	margin-top: 5em;
}

.product_box>.table tr {
	display: flex;
	flex-direction: column;
}

.product_box>.table tr>td:nth-child(1) {
	border-top: solid 1px;
}

.product_box>.table tr>td:nth-child(2) {
	border-top: solid 1px;
	background: #F3EDF2;
	padding-left: 3em;
}

.product_box>.table tr>td {
	padding: 1em;
	line-height: 2;
}

.product_box>.table tr:last-child>td:nth-child(2) {
	border-bottom: solid 1px;
}

article>.rank {
	margin-top: 200px;
	margin-bottom: 200px;
}

article>.rank>h3 {
	text-align: center;
	font-size: 42px;
	border-top: solid 1px #808080;
	padding: 1em 0;
}

article>.rank>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 3em;
	font-size: 18px;
}

article>.rank>ul>li {
	width: calc((100% - 3em*4)/5);
}

article>.rank>ul>li>.icon {
	position: relative;
	width: fit-content;
	width: 30%;
}

article>.rank>ul>li>.icon>svg {
	fill: #96D9DF;
	width: 100%;
}

article>.rank>ul>li:nth-child(1)>.icon>svg {
	fill: #F5C24F;
}

article>.rank>ul>li:nth-child(2)>.icon>svg {
	fill: #E2D8D1;
}

article>.rank>ul>li:nth-child(3)>.icon>svg {
	fill: #F9995A;
}

article>.rank>ul>li>.icon>span {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translate(0, -25%);
	display: block;
	height: auto;
	width: 100%;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

article>.rank>ul>li>a:last-child {
	margin-top: 1em;
	display: block;
}

@media (max-width: 768px) {

	.product_box {
		flex-direction: column;
	}

	.product_box>.product_slide {
		width: 100%;
	}

	.product_box>.note {
		width: 100%;
	}

	.product_box>.product_slide .thumb-slider {
		margin-top: 1em;
	}

	.product_box>.product_slide .thumb-slider .swiper-slide {
		padding: 3px;
	}

	.product_box>.note>.cat {
		font-size: 24px;
	}

	.product_box>.note>.title {
		font-size: 16px;
	}

	.product_box>.note>.txt {
		font-size: 14px;
	}

	.product_box>.table tr>td {
		font-size: 12px;
	}

	.product_box>.table tr>td:nth-child(2) {
		padding-left: 2em;
	}

	article>.rank {
		margin: 100px 0;
	}

	article>.rank>h3 {
		font-size: 18px;
	}

	article>.rank>ul {
		font-size: 14px;
		gap: 1em;
	}

	article>.rank>ul>li {
		width: calc((100% - 1em*1)/2);
	}

}




/*--
お取引の流れ
--*/

section#flow {}

section#flow .box ul {
	display: flex;
	justify-content: space-between;
}

section#flow ul .num {
	font-size: 61px;
	color: #D38097;
}

section#flow .box ul li {
	width: calc((100% - 2em * 3) / 4);
}

section#flow h3 {
	font-size: 18px;
	color: #96D9DF;
	margin: 0.5em;
}

section#flow .note {
	font-size: 14px;
	line-height: 2;
}

section#flow .form {
	margin-top: 200px;
}

section#flow .form .txt {
	font-size: 26px;
	text-align: center;
	margin-bottom: 4em;
}

section#flow .form .form_area {}

section#flow .form .form_area ul {
	gap: 2em;
	display: flex;
	flex-direction: column;
	font-size: 28px;
}

section#flow .form .form_area li {}

section#flow .form .form_area li>.title {
	display: flex;
	align-items: center;
	gap: .5em;
	font-weight: 700;
}

section#flow .form .form_area li>.title span.hissu {
	font-size: 16px;
	background: #D38097;
	color: #fff;
	border-radius: 4px;
	line-height: 1;
	padding: .25em;
	font-weight: normal;
}

section#flow .form .form_area li>.input {
	display: flex;
	flex-wrap: wrap;
}

section#flow .form .form_area li>.input>span.icon {
	font-weight: 700;
	line-height: 1;
}

section#flow .form .form_area li>.input>span.icon+input {
	width: calc(100% - 1em - 0.5em * 2);
}

section#flow .form .form_area li>.input>input+input {
	margin-top: .5em;
}

section#flow .form .form_area li>.input>:where(input, textarea) {
	width: 100%;
	border: solid 1px #D38097;
	border-radius: 10px;
}

section#flow .form .form_area li>.input>textarea {
	height: 10em;
}

section#flow .form .form_area li>.input>* {
	font-size: 28px;
	padding: .5em;
}

section#flow .form .form_area li>.input span.mwform-radio-field.horizontal-item {
	background: #F3EDF2;
	border-radius: 10px;
	margin-right: 1em;
	margin-bottom: .5em;
	word-break: keep-all;
	display: inline-block;
	width: fit-content;
	font-size: 24px;
}

section#flow .form .form_area li>.note {
	font-size: 16px;
	color: #666666;
}


section#flow .form .form_area span.mwform-checkbox-field-text {
	width: 0 !important;
	display: inline-block;
}

section#flow .form .form_area .p_check {
	text-align: center;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin: 3em 0 2em;
}

section#flow .form .form_area .p_check a {
	text-decoration: underline dotted 1px;
}

section#flow .form .form_area input[type="submit"] {
	background: #96D9DF;
	width: fit-content;
	display: block;
	margin: auto;
	border: none;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	padding: 1em 3em;
	border-radius: 3em;
	cursor: pointer;
}

section#flow .form .mw_wp_form_confirm .form_area li>.note {
	display: none;
}

section#flow .form .mw_wp_form_confirm .form_area .p_check {
	height: 0;
	opacity: 0;
}

section#flow .form .form_area .thanks {
	text-align: center;
	font-size: 28px;
}

section#flow .form .form_area .thanks>h3 {
	font-size: 1.2em !important;
}






@media (max-width: 768px) {

	section#flow .box ul {
		flex-wrap: wrap;
		gap: 1em 2em;
		width: calc(100% - 2em);
		margin: auto;
	}

	section#flow .box ul li {
		width: 100%;
		position: relative;
		background: #f3edf2;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 2em 0;
	}

	section#flow .box ul li>img {
		position: absolute;
		z-index: 0;
		right: 0;
		width: 50%;
		bottom: 0;
		filter: opacity(0.2);
	}

	section#flow .box ul li>* {
		z-index: 1;
		position: relative;
	}

	section#flow .form .form_area input[type="submit"] {
		font-size: 18px;
	}

	section#flow .box ul li>.num {
		font-size: 24px;
		font-weight: 700;
		margin-right: .5em;
	}

	section#flow .box ul li>h3 {
		margin: 0;
		font-size: 20px;
		padding: 0 .5em;
		background: #ffffff;
	}

	section#flow .box ul li>.note {
		font-size: 14px;
		width: 90%;
		margin-top: 1em;
	}

	section#flow .form {
		width: 95%;
		max-width: 1000px;
		margin: auto;
		margin-top: 100px;
	}

	section#flow .form .txt {
		font-size: 16px;
		margin-bottom: 2em;
	}

	section#flow .form .form_area li>.title span.hissu {
		font-size: 12px;
	}

	section#flow .form .form_area ul {
		font-size: 16px;
		gap: 1.5em;
	}

	section#flow .form .form_area li>.input>* {
		font-size: 16px;
	}

	section#flow .form .form_area li>.input span.mwform-radio-field.horizontal-item {
		font-size: 16px;
		margin-right: 0;
	}

	section#flow .form .form_area li>.note {
		font-size: 12px;
	}

	section#flow .form .form_area .p_check {
		font-size: 14px;
	}

}



.wp-singular .navigation {
	margin: 3em 0;
}

.wp-singular .entry-content {
	margin: 1em 0;
}

.wp-singular .entry-meta {
	margin: 1em 0 0;
}







.blog_list {
	display: flex;
	flex-wrap: wrap;
	gap: 3em;
	margin: 150px 0;
}

.blog_list>* {
	width: calc((100% - 3em * 4) / 4);
}

.blog_list h2.entry-title {
	margin: 0;
	align-items: flex-start;
	font-size: 18px;
}

main#home .product-list {
	border: none;
}

@media (max-width: 768px) {

	.blog_list {
		gap: 1em;
		margin: 0 0 50px;
	}

	.blog_list>* {
		width: calc((100% - 1em * 2) / 2);
	}

	.blog_list .entry-meta {
		font-size: 12px;
	}

	.blog_list h2.entry-title {
		font-size: 14px;
	}
}



.blog_list>nav.navigation.pagination {
	width: 100%;
	font-size: 20px;
	text-align: center;
}

.blog_list>nav.navigation.pagination .nav-links>*:not(.next, .prev) {
	border: solid 3px #f0dbe3;
	background: #f0dbe3;
	color: #fff;
	aspect-ratio: 1;
	line-height: 1;
	width: 2.5em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-weight: 700;
}

.blog_list>nav.navigation.pagination .nav-links>span.page-numbers.current {
	background: #fff;
	color: #f0dbe3;
}

.blog_list>nav.navigation.pagination .nav-links>*:where(.next, .prev) {
	margin: 0 1em;
	color: #d38097;
}



@media (max-width: 768px) {

	.blog_list>nav.navigation.pagination .nav-links>*:not(.next, .prev) {
		font-size: 16px;
		width: 3em;
	}

	.blog_list>nav.navigation.pagination .nav-links>*:where(.next, .prev) {
		font-size: 14px;
	}

}


section#top-product h2>span.ja {
	letter-spacing: 0.15em;
}




section#voice .voice-item {
	filter: none;
	border-radius: 0;
	align-items: center;
	margin-right: 0;
}

section#voice .voice-item:not(last-child) {
	margin-bottom: 75px;
}

section#voice .voice-item>img {
	border-radius: 60px;
	width: 45%;
}

section#voice>.box {
	max-width: 1000px;
	margin: auto;
}

section#voice {
	background: #F0DBE3;
	background: linear-gradient(0deg, rgba(240, 219, 227, 1) 0%, rgba(240, 219, 227, 1) 60%, rgba(244, 230, 235, 1) 80%, rgba(255, 255, 255, 1) 100%);
	padding-bottom: 150px;
}


article.page:has(#voice), .entry-content:has(#voice) {
	margin-bottom: 0;
}





.info {}

.product_box>.info>h3 {
	border-left: solid 8px;
	padding: .5em 0;
	padding-left: 1em;
}

.info>table {
	width: 100%;
	border-collapse: collapse;
}

.info>table td {
	border-bottom: solid 1px #f1f1f1;
}

.info>table td, .info>table th {
	vertical-align: text-top;
	padding: 1em;
}

.info>table th {
	background: #f1f1f1;
	border-bottom: solid 3px #FFF;
}

.info>table tr {}

.info>table>tbody {}

.product_box>.info {
	width: 100%;
}




main.blog {
	display: grid;
	grid-template-columns: 4fr 1fr;
	grid-template-rows: min-content;
	gap: 0 2em;
	max-width: 1000px;
	width: 95%;
	margin: auto;
	margin-bottom: 200px;
}

main.blog h3 {
    margin-top: 3em;
}

main.blog .navigation {
	grid-column-start: 1;
	grid-row-start: 2;
}

main.blog aside#secondary {
	grid-row: span 2 / span 2;
	grid-column-start: 2;
	grid-row-start: 1;
	margin: 3em 0;
}

main.blog aside#secondary h2 {
	margin: 0;
	border-bottom: solid 1px #333;
	align-items: flex-start;
	padding: 0.8em 0;
	font-size: 18px;
	width: 100%;
	margin-bottom: .8em;
	margin-top: 3em;
	line-height: 1;
}


@media (max-width: 768px) {

	main.blog {
		display: block;
	}

}

section.product-cat-block>h2 {
    margin: 50px 0 0;
}



@media (min-width: 769px) {

	.is_sp {
		display: none !important;
	}

}

@media (max-width: 768px) {

	.is_pc {
		display: none !important;
	}

}










@media (max-width: 768px) {}