/* =========================================================
    Mixin/index
========================================================= */
/* =========================================================
    Setting/index
========================================================= */
html {
		font-size: 62.5%;
}

@media screen and (max-width: 480px) {
		.only-pc {
				display: none;
		}
}
@media screen and (min-width: 480px) {
		.only-sp {
				display: none;
		}
}
:root {
		--ishikari_color_primary1: #4d98de;
		--ishikari_color_primary2: #2d81ff;
		--ishikari_color_primary3: #e0f6ff;
		--ishikari_color_primary4: #3c4449;
		--ishikari_color_blue: #01b9f2;
		--ishikari_color_red: #bf2840;
		--ishikari_color_black: #3c4449;
		--ishikari_color_white: #fff;
		--ishikari_color_gray1: #666;
		--ishikari_color_gray2: #888;
		--ishikari_color_gray3: #ccc;
		--ishikari_color_gray4: #f8f8f8;
		--ishikari_color_shadow: #efeeea;
		--ishikari_color_linktext: #3c4449;
		--ishikari_color_hyperlink: #49729b;
		--ishikari_font_size_base: 1.75rem;
		--ishikari_font_color_base: #3c4449;
		--ishikari_font_size_small: 1.575rem;
		--ishikari_font_size_micro: 1.3125rem;
}

* {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
}

html {
		height: 100%;
		overflow-x: hidden;
		width: 100%;
		font-size: 62.5%;
}

body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		overflow-x: hidden;
		word-break: break-word;
		color: #4d4d4d;
		text-align: left;
		font-weight: 300;
		font-size: 14px;
		margin: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
		display: block;
}

input,
select,
textarea {
		outline: 0;
}

ul,
ol,
li {
		list-style: none;
		margin: 0;
		padding: 0;
}

a {
		cursor: pointer;
		text-decoration: none;
		color: var(--ishikari_color_linktext);
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
}
a:hover {
		text-decoration: none;
		color: var(--ishikari_color_linktext);
		outline: none;
}
a:focus {
		outline: 0;
		text-decoration: none;
		color: var(--ishikari_color_linktext);
		outline: none;
}

blockquote,
q {
		quotes: none;
}

blockquote :before,
blockquote :after,
q :before,
q :after {
		content: "";
}

button {
		background-color: transparent;
}

button:focus {
		outline: 0;
}

del {
		text-decoration: line-through;
}

fieldset {
		border: 0;
}

form {
		display: inline;
}

body {
		color: var(--ishikari_color_black);
}

img {
		font-size: 0;
		line-height: 0;
		max-width: 100%;
		width: 100%;
		height: auto;
		border: 0;
		vertical-align: top;
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
}

ins {
		background-color: #ff9;
		color: #000;
		text-decoration: none;
}

mark {
		background-color: #ff9;
		color: #000;
		font-style: italic;
		font-weight: bold;
}

abbr[title],
dfn[title] {
		border-bottom: 1px dotted;
		cursor: help;
}

pre,
code,
kbd,
samp {
		font-family: monospace, serif;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
		border: 0;
		empty-cells: show;
		width: 100%;
}

th {
		text-align: right;
}

input {
		background-color: transparent;
		border-radius: 0;
}

input[type=radio] {
		display: inline-block;
		vertical-align: top;
}

small,
big {
		font-size: 1em;
}

strong {
		font-weight: 700;
}

label {
		vertical-align: middle;
}

legend {
		display: none;
}

/* =========================   
     Styles
  ========================= */
.shop-info {
		color: #fff;
		font-size: 12px;
}

.l-footer {
		background-color: #9d2235;
		color: #fff;
		font-size: 12px;
}

.copyright {
		text-align: center;
}

.copyright a {
		font-size: 1.2rem;
		color: #fff;
}

html {
		background-color: #fafaf7;
}

article {
		-webkit-user-select: auto;
		-moz-user-select: auto;
		-ms-user-select: auto;
		user-select: auto;
}

h0,
.h0 {
		font-family: "ten-mincho-text", sans-serif;
		font-weight: 500;
		line-height: 1.2;
		letter-spacing: 0.1em;
}

h0,
.h0 {
		font-size: calc(
        0.1rem *
            30.625 +
            (100vw * 11.375 / 886) -
            (0.1rem * 480 * 11.375 / 886)
    );
		margin-bottom: 0.5em;
}
@media screen and (min-width: 1366px) {
		h0,
		.h0 {
				font-size: 4.2rem;
		}
}
@media screen and (max-width: 479px) {
		h0,
		.h0 {
				font-size: 3.0625rem;
		}
}

h1,
.h1 {
		font-family: "ten-mincho-text", sans-serif;
		font-weight: 500;
		line-height: 1.2;
		letter-spacing: 0.1em;
}

h1,
.h1 {
		font-size: calc(
        0.1rem *
            28.025 +
            (100vw * 10.175 / 886) -
            (0.1rem * 480 * 10.175 / 886)
    );
		margin-bottom: 0.5em;
}
@media screen and (min-width: 1366px) {
		h1,
		.h1 {
				font-size: 3.82rem;
		}
}
@media screen and (max-width: 479px) {
		h1,
		.h1 {
				font-size: 2.8025rem;
		}
}

h2,
.h2 {
		font-family: "ten-mincho-text", sans-serif;
		font-weight: 500;
		line-height: 1.2;
		letter-spacing: 0.1em;
}

h2,
.h2 {
		font-size: calc(
        0.1rem *
            25.425 +
            (100vw * 8.975 / 886) -
            (0.1rem * 480 * 8.975 / 886)
    );
		margin-bottom: 0.5em;
}
@media screen and (min-width: 1366px) {
		h2,
		.h2 {
				font-size: 3.44rem;
		}
}
@media screen and (max-width: 479px) {
		h2,
		.h2 {
				font-size: 2.5425rem;
		}
}

h3,
.h3 {
		font-family: "ten-mincho-text", sans-serif;
		font-weight: 500;
		line-height: 1.35;
		letter-spacing: 0.05em;
}

h3,
.h3 {
		font-size: calc(
        0.1rem *
            22.825 +
            (100vw * 7.775 / 886) -
            (0.1rem * 480 * 7.775 / 886)
    );
		margin-bottom: 0.5em;
}
@media screen and (min-width: 1366px) {
		h3,
		.h3 {
				font-size: 3.06rem;
		}
}
@media screen and (max-width: 479px) {
		h3,
		.h3 {
				font-size: 2.2825rem;
		}
}

h4,
.h4 {
		font-family: "ten-mincho-text", sans-serif;
		font-weight: 500;
		line-height: 1.35;
		letter-spacing: 0.05em;
}

h4,
.h4 {
		font-size: calc(
        0.1rem *
            20.725 +
            (100vw * 0.375 / 886) -
            (0.1rem * 480 * 0.375 / 886)
    );
		margin-bottom: 0.5em;
}
@media screen and (min-width: 1366px) {
		h4,
		.h4 {
				font-size: 2.11rem;
		}
}
@media screen and (max-width: 479px) {
		h4,
		.h4 {
				font-size: 2.0725rem;
		}
}

h5,
.h5 {
		font-family: "ten-mincho-text", sans-serif;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.025em;
}

h5,
.h5 {
		font-size: calc(
        0.1rem *
            19.125 +
            (100vw * -0.625 / 886) -
            (0.1rem * 480 * -0.625 / 886)
    );
		margin-bottom: 0.5em;
}
@media screen and (min-width: 1366px) {
		h5,
		.h5 {
				font-size: 1.85rem;
		}
}
@media screen and (max-width: 479px) {
		h5,
		.h5 {
				font-size: 1.9125rem;
		}
}

h6,
.h6 {
		font-family: "ten-mincho-text", sans-serif;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.025em;
}

h6,
.h6 {
		font-size: calc(
        0.1rem *
            17.525 +
            (100vw * -1.625 / 886) -
            (0.1rem * 480 * -1.625 / 886)
    );
		margin-bottom: 0.5em;
}
@media screen and (min-width: 1366px) {
		h6,
		.h6 {
				font-size: 1.59rem;
		}
}
@media screen and (max-width: 479px) {
		h6,
		.h6 {
				font-size: 1.7525rem;
		}
}

p,
.p {
		font-size: 1.75rem;
		line-height: 1.75;
		margin-bottom: 0.5em;
		letter-spacing: 0.025em;
}
@media screen and (min-width: 480px) {
		p,
		.p {
				max-width: 38em;
				margin-left: auto;
				margin-right: auto;
				line-height: 1.85;
				letter-spacing: 0.035em;
		}
}
@media screen and (min-width: 1366px) {
		p,
		.p {
				max-width: 42em;
				margin-left: auto;
				margin-right: auto;
				line-height: 2;
				letter-spacing: 0.05em;
		}
}

body {
		font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.ff-serif {
		font-family: "ten-mincho-text", sans-serif !important;
}

.ff-sans {
		font-family: "dnp-shuei-gothic-gin-std", sans-serif !important;
}

.animated-icon2 {
		width: 28px;
		height: 24px;
		position: relative;
		margin: 0px;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		cursor: pointer;
}
.animated-icon2 span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
		background: #2e81ff;
}
.animated-icon2 span:nth-child(1) {
		top: 1px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
		top: 10px;
}
.animated-icon2 span:nth-child(4) {
		top: 19px;
}
.animated-icon2.open span:nth-child(1) {
		top: 11px;
		width: 0%;
		left: 50%;
}
.animated-icon2.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
		top: 11px;
		width: 0%;
		left: 50%;
}

.navbar-light .navbar-toggler {
		border-color: transparent;
		color: transparent;
}

.offcanvas-end {
		top: 60px;
		/* width: 94vw; */
		margin: 0 12px;
		border-radius: 6px;
}
@media screen and (max-width: 479px) {
		.offcanvas-end {
				top: 60px;
				width: 94vw;
				margin: 0 3vw;
		}
}

.button-ishikari {
		display: inline-block;
		height: 64px;
		line-height: calc(64 * 1px - (3 * 2px));
		padding-right: 1em;
		padding-left: 1em;
		min-width: 210px;
		max-width: 320px;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		border-radius: 4px;
		-webkit-transition: 0.15s;
		transition: 0.15s;
		font-weight: 700 !important;
		font-size: calc(calc(1.3rem + 0.3vw)) !important;
		color: #333;
		background-color: #fff;
		border: 3px solid #333;
}
@media screen and (max-width: 479px) {
		.button-ishikari {
				font-size: 1.7rem !important;
		}
}
@media screen and (min-width: 1280px) {
		.button-ishikari {
				font-size: 2.1rem !important;
		}
}
.button-ishikari:disabled {
		color: #fff;
		background-color: #ccc;
		border: 3px solid #ccc;
}
.button-ishikari.__primary {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__primary:hover {
		color: #fff;
		background-color: #4d98de;
		border: 3px solid #4d98de;
}
.button-ishikari.__primary:active {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}

.button-ishikari.__primary.___1 {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__primary.___1:hover {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}

.button-ishikari.__primary.___2 {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__primary.___2:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__primary.___3 {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__primary.___3:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__primary.___4 {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__primary.___4:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__primary.___5 {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__primary.___5:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__primary.___6 {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__primary.___6:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__primary.___7 {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__primary.___7:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__primary.___8 {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__primary.___8:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__secondary {
		color: none;
		background-color: #fff;
		border: 3px solid none;
}
.button-ishikari.__secondary:hover {
		color: #fff;
		background-color: #4d98de;
		border: 3px solid #4d98de;
}
.button-ishikari.__secondary:active {
		color: #fff;
		background-color: none;
		border: 3px solid none;
}

.button-ishikari.__secondary.___1 {
		color: #2d81ff;
		background-color: #fff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__secondary.___1:hover {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}

.button-ishikari.__secondary.___2 {
		color: #2d81ff;
		background-color: #fff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__secondary.___2:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__secondary.___3 {
		color: #2d81ff;
		background-color: #fff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__secondary.___3:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__secondary.___4 {
		color: #2d81ff;
		background-color: #fff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__secondary.___4:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__secondary.___5 {
		color: #2d81ff;
		background-color: #fff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__secondary.___5:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__secondary.___6 {
		color: #2d81ff;
		background-color: #fff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__secondary.___6:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__secondary.___7 {
		color: #2d81ff;
		background-color: #fff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__secondary.___7:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__secondary.___8 {
		color: #2d81ff;
		background-color: #fff;
		border: 3px solid #2d81ff;
}
.button-ishikari.__secondary.___8:hover {
		color: #fff;
		background-color: #e0f6ff;
		border: 3px solid #e0f6ff;
}

.button-ishikari.__tertiary {
		color: #fff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #fff;
}
.button-ishikari.__tertiary:hover {
		color: #e0f6ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #e0f6ff;
}
.button-ishikari.__tertiary:active {
		color: #fff;
		background-color: #fff;
		border: 3px solid #fff;
}

.button-ishikari.__tertiary.___1 {
		color: #2d81ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #2d81ff;
}
.button-ishikari.__tertiary.___1:hover {
		color: #2d81ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #2d81ff;
}

.button-ishikari.__tertiary.___2 {
		color: #2d81ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #2d81ff;
}
.button-ishikari.__tertiary.___2:hover {
		color: #e0f6ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #e0f6ff;
}

.button-ishikari.__tertiary.___3 {
		color: #2d81ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #2d81ff;
}
.button-ishikari.__tertiary.___3:hover {
		color: #e0f6ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #e0f6ff;
}

.button-ishikari.__tertiary.___4 {
		color: #2d81ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #2d81ff;
}
.button-ishikari.__tertiary.___4:hover {
		color: #e0f6ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #e0f6ff;
}

.button-ishikari.__tertiary.___5 {
		color: #2d81ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #2d81ff;
}
.button-ishikari.__tertiary.___5:hover {
		color: #e0f6ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #e0f6ff;
}

.button-ishikari.__tertiary.___6 {
		color: #2d81ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #2d81ff;
}
.button-ishikari.__tertiary.___6:hover {
		color: #e0f6ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #e0f6ff;
}

.button-ishikari.__tertiary.___7 {
		color: #2d81ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #2d81ff;
}
.button-ishikari.__tertiary.___7:hover {
		color: #e0f6ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #e0f6ff;
}

.button-ishikari.__tertiary.___8 {
		color: #2d81ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #2d81ff;
}
.button-ishikari.__tertiary.___8:hover {
		color: #e0f6ff;
		background-color: rgba(255, 255, 255, 0);
		border: 3px solid #e0f6ff;
}

.button-ishikari.__ghost {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__ghost:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__ghost:active {
		color: #fff;
		background-color: #ccc;
		border: 3px solid #ccc;
}

.button-ishikari.__ghost.___1 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__ghost.___1:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__ghost.___2 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__ghost.___2:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__ghost.___3 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__ghost.___3:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__ghost.___4 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__ghost.___4:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__ghost.___5 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__ghost.___5:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__ghost.___6 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__ghost.___6:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__ghost.___7 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__ghost.___7:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__ghost.___8 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__ghost.___8:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__cart {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__cart:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__cart:active {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}

.button-ishikari.__cart.___1 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__cart.___1:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__cart.___2 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__cart.___2:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__cart.___3 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__cart.___3:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__cart.___4 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__cart.___4:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__cart.___5 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__cart.___5:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__cart.___6 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__cart.___6:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__cart.___7 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__cart.___7:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__cart.___8 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__cart.___8:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__tryandbuy {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__tryandbuy:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__tryandbuy:active {
		color: #fff;
		background-color: #2d81ff;
		border: 3px solid #2d81ff;
}

.button-ishikari.__tryandbuy.___1 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__tryandbuy.___1:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__tryandbuy.___2 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__tryandbuy.___2:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__tryandbuy.___3 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__tryandbuy.___3:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__tryandbuy.___4 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__tryandbuy.___4:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__tryandbuy.___5 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__tryandbuy.___5:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__tryandbuy.___6 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__tryandbuy.___6:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__tryandbuy.___7 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__tryandbuy.___7:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__tryandbuy.___8 {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}
.button-ishikari.__tryandbuy.___8:hover {
		color: #000;
		background-color: #fff;
		border: 3px solid #000;
}

.button-ishikari.__thin {
		height: 54.4px;
		line-height: calc((64 * 1px - 3 * 2px) * 0.85);
}
.button-ishikari.__thick {
		height: 73.6px;
		line-height: calc((64 * 1px - 3 * 2px) * 1.15);
}
.button-ishikari.__button-xl {
		height: 54.4px;
		line-height: calc((64 * 1px - 3 * 2px) * 0.85);
}
.button-ishikari.__button-lg {
		height: 73.6px;
		line-height: calc((64 * 1px - 3 * 2px) * 1.15);
}
.button-ishikari.__button-sm {
		height: 73.6px;
		line-height: calc((64 * 1px - 3 * 2px) * 1.15);
}
.button-ishikari.__button-xs {
		height: 73.6px;
		line-height: calc((64 * 1px - 3 * 2px) * 1.15);
}

/* =========================================================
    Component
========================================================= */
.list-wrapper {
		-webkit-column-gap: 2em;
		   -moz-column-gap: 2em;
		        column-gap: 2em;
		row-gap: 1em;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
}

.main-contents {
		min-height: calc(72px + 100vh - 200px);
}

@media screen and (min-width: 480px) {
		header {
				position: fixed;
				width: 100%;
				z-index: 100;
				left: 0;
				padding-left: 2%;
				padding-right: 2%;
		}
}

section._mv {
		padding-top: 0px;
}

.header-menu {
		display: none;
}

.intro-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 auto;
		z-index: 2;
}
.intro-header .header-logo {
		min-height: 42px;
}
.intro-header .header-logo .header-icon {
		width: 180px;
		margin: 0 auto;
		padding: 10px;
}
@media screen and (min-width: 768px) {
		.intro-header .header-logo .header-icon {
				width: 240px;
		}
}
.intro-header .header-logo .header-icon img {
		max-height: 60px;
}

.menu.__hamburger .menu-line {
		width: 24px;
		height: 2px;
		border-radius: 10px;
		position: absolute;
		background-color: var(--ishikari_color_primary1);
		right: 0;
		margin: auto;
		left: 0;
}
.menu.__hamburger .menu-line.__1 {
		top: 10px;
}
.menu.__hamburger .menu-line.__2 {
		top: 18px;
}
.menu.__hamburger .menu-line.__3 {
		top: 26px;
}

.navbar-design {
		background-color: var(--ishikari_color_white);
		position: relative;
		padding: 0 12px;
		width: 100vw;
		min-width: 320px;
		max-width: 1440px;
		/* height: 50px; */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: auto;
		-webkit-box-shadow: 0 0 12px var(--ishikari_color_shadow);
		        box-shadow: 0 0 12px var(--ishikari_color_shadow);
		border-radius: 4px;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
		.navbar-design {
				padding-bottom: 0.5em;
		}
}
@media screen and (min-width: 480px) {
		.navbar-design {
				margin: 0 auto 0;
		}
}

.menu-container {
		margin: 1em 0.5em;
		padding: 0.2em;
		background-color: var(--ishikari_color_shadow);
		border-radius: 10em;
}

.menu-category {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
}

.menu-item {
		border-radius: 2px;
		font-size: 1.1rem;
		line-height: 36px;
		font-weight: 600;
}
@media screen and (min-width: 768px) {
		.menu-item {
				font-size: 1.4rem;
		}
}
.menu-item a {
		padding: 0.5em 0.5em;
		border-radius: 2px;
		display: block;
}
.menu-item a:hover {
		background-color: var(--ishikari_color_primary1);
		color: var(--ishikari_color_white);
}

.current_page_parent,
.current_page_item {
		background-color: var(--ishikari_color_primary1);
}
.current_page_parent a,
.current_page_item a {
		color: var(--ishikari_color_white);
		font-weight: 600 !important;
		display: block;
}

.nav-menu {
		gap: 0.25em;
}

.menu-icon {
		/* z-index: 1100; */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

footer {
		background-color: var(--ishikari_color_primary3);
		min-height: 48px;
}
footer .menu-item {
		font-size: 1.7rem;
}

.footer {
		padding-top: 50px;
		max-width: 1200px;
		margin: 0 auto;
}
.footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: unset;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
}
@media screen and (min-width: 1280px) {
		.footer .container {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
		}
}
.footer .container > div {
		width: 16.6666666667%;
		margin-bottom: 3em;
}
@media screen and (max-width: 479px) {
		.footer .container > div > h3 {
				text-align: center;
		}
}
.footer .footer-links {
		line-height: 1.8;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}
.footer .footer-links > li {
		width: 50%;
}
@media screen and (min-width: 1280px) {
		.footer .footer-links > li {
				width: 100%;
		}
}
.footer .footer-links > li :hover {
		background-color: var(--ishikari_color_primary1);
		color: var(--ishikari_color_white);
}
.footer .footer-links a {
		padding-left: 1em;
		padding-right: 1em;
		display: block;
		font-size: var(--ishikari_font_size_base);
		color: var(--ishikari_font_color_base);
}
.footer h3 {
		font-size: 1.7rem;
		font-family: "Noto Sans JP";
}

.footerlinks {
		display: none;
}

.faq-wrapper {
		display: none;
}

#theme-popup {
		display: none;
}

.footer-nav-list {
		gap: 1.5em;
}
.footer-nav-list li {
		text-align: center;
}
.footer-nav-list p {
		font-weight: 700;
}

.footer-container {
		height: 100%;
		max-width: 1440px;
		padding: 2em 3%;
		margin-left: auto;
		margin-right: auto;
}

.footer-inner-content {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 1em;
}

.copyright {
		font-weight: 700;
		font-size: 1.2rem;
}

.footer-pc-menu {
		padding-top: 2em;
		padding-bottom: 2em;
		min-width: 240px;
}

@media screen and (min-width: 480px) {
		.footer-pc-menu .nav-menu {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
		}
}
@media screen and (max-width: 479px) {
		.footer-inner {
				width: 100%;
		}
		.footer-inner-content {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
		}
}
.headertwo {
		--ishikari_headertwo_height: 3.8rem;
		--ishikari_headertwo_font: 1.4rem;
}

.headertwo {
		-webkit-box-shadow: 0 2px 8px var(--ishikari_color_shadow);
		        box-shadow: 0 2px 8px var(--ishikari_color_shadow);
		padding-left: 2.5%;
		padding-right: 2.5%;
}
@media screen and (min-width: 1280px) {
		.headertwo {
				padding-left: 5%;
				padding-right: 5%;
		}
}
.headertwo .list-menu {
		height: 3.8rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
@media screen and (min-width: 1200px) {
		.headertwo .list-menu {
				padding-left: 5%;
				padding-right: 5%;
		}
}
.headertwo a {
		font-size: var(--ishikari_headertwo_font);
		color: #3c4449;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
}
.headertwo a:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(157, 34, 53, 0.4)));
		background: linear-gradient(rgba(0, 0, 0, 0) 90%, rgba(157, 34, 53, 0.4) 90%);
}
.headertwo .custom-menu {
		display: none;
}
@media screen and (min-width: 992px) {
		.headertwo .custom-menu {
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important;
		}
}
.headertwo .mega-dropdown,
.headertwo .custom-menu .mega-dropdown-menu li,
.headertwo .custom-menu .mega-dropdown-menu a {
		width: 100%;
		display: block;
}
.headertwo .submenu-list {
		padding: 0px 1vw;
		display: block;
		color: #241c15;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		height: var(--ishikari_headertwo_height);
		line-height: var(--ishikari_headertwo_height);
}
.headertwo .custom-menu li {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		line-height: 1.6;
		font-size: var(--ishikari_headertwo_font);
}
.headertwo .custom-menu li .title-jp {
		margin-bottom: 0.5em;
		margin-top: 0.5em;
		font-size: 18px;
		font-weight: 700;
}
.headertwo #search_mini_form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.headertwo .custom-menu .mega-dropdown-menu {
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		padding: 1.5em;
		display: none;
}
.headertwo .megamenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		overflow-y: scroll;
		height: calc(100vh - 300px);
		max-height: 40em;
}
.headertwo .single-mega {
		padding: 0.5em;
		-ms-flex-preferred-size: 33.3333333333%;
		    flex-basis: 33.3333333333%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
}
@media screen and (min-width: 1200px) {
		.headertwo .single-mega {
				-ms-flex-preferred-size: 20%;
				    flex-basis: 20%;
		}
}
.headertwo .custommenu-r {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.headertwo .custommenu-r .search-box-try-n-buy {
		height: var(--ishikari_headertwo_height);
		line-height: var(--ishikari_headertwo_height);
}
.headertwo .custommenu-r .search-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.headertwo .custommenu-r .search-query {
		width: calc(100vw - 5% - 32px);
		height: 3rem;
		font-size: 1.4rem;
		border-radius: 50px;
		padding: 0 1rem;
		border-width: 0;
		background: #eeeeef;
}
@media screen and (min-width: 992px) {
		.headertwo .custommenu-r .search-query {
				width: 240px;
		}
}
.headertwo .search-button {
		border: unset;
		background: unset;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
.headertwo i {
		font-weight: 700;
		font-size: 1.7rem;
}

@media screen and (min-width: 480px) {
		*:not(.staff-ul) [class*=-link] {
				-webkit-transition: 0.15s all ease-in;
				transition: 0.15s all ease-in;
		}
		*:not(.staff-ul) [class*=-link]:hover {
				-webkit-transform: translate(0, -4px);
				        transform: translate(0, -4px);
				-webkit-box-shadow: 0px 4px 4px 0px #eae9e1;
				        box-shadow: 0px 4px 4px 0px #eae9e1;
		}
		.staff-ul [class*=-link] {
				-webkit-transition: 0.15s all ease-in;
				transition: 0.15s all ease-in;
		}
		.staff-ul [class*=-link]:hover {
				-webkit-transform: translate(0, -4px);
				        transform: translate(0, -4px);
				-webkit-box-shadow: 0 10px 8px #888;
				        box-shadow: 0 10px 8px #888;
		}
}
.button {
		--unit: 1rem;
		padding: var(--unit);
}
.button--small {
		--unit: 0.5rem;
}
.button--large {
		--unit: 1.5rem;
}

.mobile-menu,
#search-mobile-tablet {
		display: none;
}
@media screen and (min-width: 992px) {
		.mobile-menu,
		#search-mobile-tablet {
				display: none;
		}
}

@media screen and (max-width: 991px) {
		.search-box-try-n-buy {
				display: none;
		}
}

.mobile-menu a {
		color: var(--ishikari_color_black);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.mobile-menu a > span {
		font-size: 12px;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
}
.mobile-menu .nav__list {
		width: 100%;
}
.mobile-menu .mobile-menu-list a {
		width: 100%;
		line-height: 36px;
		display: block;
}

.sticky-notification-bar {
		top: 0;
		width: 100%;
		z-index: 10;
		text-align: center;
		position: relative;
		line-height: 2.6rem;
		height: 2.6rem !important;
		background-color: var(--ishikari_color_gray4);
}
.sticky-notification-bar a {
		color: var(--ishikari_color_hyperlink);
		font-weight: 700;
		text-decoration: none;
		font-size: 14px !important;
}

.main {
		max-width: 1000px;
		margin: 0 auto;
}

.main {
		padding: 1em 3%;
		overflow: hidden;
		border-radius: 12px;
}

.text-justify {
		text-align: justify !important;
}

.content-404 {
		max-width: 720px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		position: absolute;
		top: calc(50% - 100px);
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
}

.section {
		padding-top: 2em;
		padding-bottom: 2em;
		padding-left: 1.5%;
		padding-right: 1.5%;
}

.subsection {
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 1%;
		padding-right: 1%;
}

.main-contents {
		background-size: cover;
		overflow: hidden;
}

.main-title {
		margin-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

.main {
		margin-bottom: 20px;
		border-radius: 10px;
		padding: 1.5%;
}

.title {
		color: var(--ishikari_color_primary2);
}

.item-scroll {
		overflow-x: scroll;
}

.wpcf7-checkbox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-column-gap: 3em;
		   -moz-column-gap: 3em;
		        column-gap: 3em;
		row-gap: 0;
}

.wpcf7-checkbox input {
		height: 24px;
		width: 24px;
		line-height: 24px;
}

.wpcf7-list-item-label {
		padding-left: 1em;
		line-height: 24px;
}

.wpcf7-list-item label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

._bg-design {
		height: 30vh;
		overflow: hidden;
		/* background-attachment: fixed; */
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
}

._bg-design img {
		position: fixed;
		z-index: -1;
}

.group-image {
		-webkit-box-shadow: 0 0 10px var(--ishikari_color_shadow);
		        box-shadow: 0 0 10px var(--ishikari_color_shadow);
		border-radius: 1em;
		overflow: hidden;
}

@media screen and (min-width: 480px) {
		._bg-design {
				height: 40vh;
				overflow: hidden;
				background-position: top;
		}
		.section {
				padding-top: 3em;
				padding-bottom: 3em;
		}
		.subsection {
				padding-top: 2em;
				padding-bottom: 2em;
		}
		.main {
				max-width: 1080px;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 60px;
				border-radius: 20px;
				padding: 1em 3%;
		}
		.main-title {
				margin-top: 60px;
		}
		.grid-column-2 {
				-ms-grid-columns: 1fr 1fr;
				grid-template-columns: 1fr 1fr;
		}
}
/* =========================================================
    Project
========================================================= */
/* =========================================================
  Common
========================================================= */
/*# sourceMappingURL=common.css.map */