@charset "UTF-8";

/*!
Theme Name: havikorotoy
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: havikorotoy
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 with others.

havikorotoy is based on Underscores httpss://underscores.me/, (C) 2012-2017 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 httpss://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

#show_option {
  margin: 10px 0px;
}

.categoryname {
  display: inline-block;
}

.categoryname_frame {
  background: #FFEBCC;
  padding: 6px;
  margin-bottom: 5px;
  border-radius: 3px;
  display: none;
}

.categoryname_frame.selected {
  display: block;
}

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

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

h2.page-title {
  background: #c2edff;
  /*背景色*/
  padding: 0.8em;
  /*文字まわり（上下左右）の余白*/
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 150%;
}

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

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

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
* 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

.wrap-col p {
  font-size: 150%;
  line-height: 160%;
}

.wrap-col {
  background: #ffffff;
  padding: 10px;
}

.product_img img {
  width: 60%;
}

post_rightside a {
  color: #333333;
  font-size: 150%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see httpss://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 0.75rem;
  background: #0054A6;
  border: none;
  border-radius: 3px;
  color: #fff;
  line-height: 1.2;
  padding: 10px 0;
  cursor: pointer;
  margin: 5px auto;
  display: block;
  width: 100%;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.center input[type=submit] {
  background: #FF8800;
}

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=date],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #333;
  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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  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 {
  left: 100%;
}

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

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

.main-navigation li {
  float: left;
  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: block;
  }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
  margin: 0 0 0;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*-------------------RESET CSS------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*-----------------------------------Body--------------------------*/
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  background-image: url(/wp-content/uploads/2019/01/back_01.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.container_big {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

/*-----------header---------------*/
header.site-header {
  margin-top: 15px;
}

.site_logo {
  width: 420px;
  margin: 0 auto 0px;
}

.header_line {
  float: left;
}

.header_phone {
  float: right;
}

.main_nav {
  background: rgba(244, 213, 86, 0.8);
  padding: 15px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.main_nav ul {
  letter-spacing: -0.4em;
  display: flex;
}

.main_nav ul li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.main_nav ul li a {
  display: block;
}

.main_nav ul li:nth-child(5) {
  margin-right: 25px;
}

.main_nav ul li.phone {
  margin-right: 5px;
}

.main_nav ul li.form {
  margin-right: 0;
}

/*-----------------MAIN------------------*/
.main_side {
  float: left;
  width: 700px;
  margin-top: 30px;
  margin-bottom: 120px;
}

.widgets_side {
  float: right;
  width: 270px;
  margin-top: 30px;
  margin-bottom: 120px;
}

.game_characters {
  margin-top: 30px;
}

.game_characters ul {
  letter-spacing: -0.4em;
}

.game_characters ul li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin-right: 13.333px;
  margin-bottom: 13.333px;
  line-height: 0;
}

.game_characters ul li:nth-child(4n) {
  margin-right: 0;
}

.game_characters ul li img {
  width: 100%;
}

.c_method {
  letter-spacing: -0.4em;
  text-align: center;
  margin-bottom: 30px;
}

.c_method li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 307px;
  position: relative;
}

.c_method li:first-child {
  margin-right: 25px;
}

.c_method li p {
  position: absolute;
  top: 57px;
  padding: 0 20px 0 100px;
  font-size: 11px;
  text-align: left;
  color: #fff;
  line-height: 1.5;
}

.step_list {
  letter-spacing: -0.4em;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.step_list:after {
  content: "";
  background: #C5A682;
  z-index: 1;
  width: 90%;
  height: 4px;
  position: absolute;
  left: 5%;
  top: 54px;
}

.step_list li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 157px;
  position: relative;
  margin-right: 10px;
  z-index: 9;
}

.step_list li:last-child {
  margin-right: 0;
}

.step_list li img {
  width: 100%;
}

.step_list li p {
  text-align: left;
  font-size: 11px;
  color: #000;
  padding: 0 5px 0 45px;
  line-height: 1.6;
  position: absolute;
  top: 52px;
  left: 0;
}

.step_list li h3 {
  font-weight: bold;
  font-size: 16px;
}

.paper_bg {
  margin: 0 0 20px 0;
  background: url(https://havikorotoy.site/wp-content/uploads/2019/02/paper_top.png) top no-repeat, url(https://havikorotoy.site/wp-content/uploads/2019/02/paper_bottom.png) bottom no-repeat;
  padding: 30px 0;
}

.sec_paper_bg {
  background: #fff5e5;
  background-size: 100% calc(100% - 57px);
  background-position: 0 39px;
}

.wood_title {
  text-align: center;
  margin-bottom: 20px;
}

.reason_list li {
  letter-spacing: -0.4em;
  margin-bottom: 30px;
  padding: 0 40px;
}

.reason_list li:last-child {
  margin-bottom: 0;
}

.reason_list li .reason_title {
  text-align: center;
  margin-bottom: 10px;
}

.reason_list li .reason_icon {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
}

.reason_list li p {
  letter-spacing: 0;
  width: calc(100% - 110px);
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
}

.main_img {
  margin-bottom: 30px;
}

.main_img img {
  width: 100%;
}

.cannot_sale {
  line-height: 0;
}

.cannot_sale p {
  color: #302A28;
  background: #fff;
  padding: 25px 15px;
  line-height: 1.6;
}

.bg_white_page {
  background: #fff;
  padding: 20px;
}

/*-----------------------Page and Single---------------------*/
h2.page_single_title {
  background: url(https://havikorotoy.site/wp-content/uploads/2019/01/main_title_bg.png) center no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 52px;
  margin-bottom: 20px;
  line-height: 52px;
  font-size: 20px;
  border-radius: 9px;
}

.product_single {
  letter-spacing: -0.4em;
  background: url(https://havikorotoy.site/wp-content/uploads/2019/01/paper_top.png) top no-repeat, url(https://havikorotoy.site/wp-content/uploads/2019/01/paper_bottom.png) bottom no-repeat;
  padding: 30px 0;
}

.product_single .prs_bg {
  background: url(https://havikorotoy.site/wp-content/uploads/2019/01/paper_bg.jpg) no-repeat;
  background-size: cover;
  padding: 0 10px;
}

.product_single .pr_single_img {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 220px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.product_single .pr_single_img img {
  width: 100%;
}

.product_single .pr_single_content {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 250px);
  margin-left: 30px;
}

.product_single .pr_single_content h3 {
  color: #874F22;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.product_single .pr_single_content .comment {
  line-height: 1.6;
  margin-bottom: 20px;
}

.product_single .pr_single_content .product_code {
  margin-bottom: 15px;
}

.product_single .pr_single_content .product_code a {
  color: #404040;
}

.product_single .pr_single_content .product_code a:visited {
  color: #404040;
}

.product_single .pr_single_content .product_code span {
  margin-right: 15px;
  font-weight: bold;
  color: #874F22;
}

.product_single .pr_single_content .price {
  margin-bottom: 5px;
}

.product_single .pr_single_content .price span {
  margin-right: 15px;
  font-weight: bold;
  color: #874F22;
}

.pagenavi {
  text-align: center;
  letter-spacing: -0.4em;
}

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  background: #fff;
  margin: 2px 2px;
  display: inline-block;
  letter-spacing: 0;
  height: 34px;
  line-height: 34px;
  min-width: 34px;
  border: 1px solid #E0E0E0;
  color: #666;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #ABABAB;
  color: #fff;
}

a.nextpostslink,
a.previouspostslink {
  padding: 0 5px;
}

.tab_item {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #0054A5;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-bottom: 30px;
}

.tab_item_s {
  background-color: #0054A5;
  color: #fff;
  margin-bottom: 30px;
}

.tab_item a {
  color: #565656 !important;
}

.tab_item a:hover {
  color: #fff !important;
  display: block;
  background-color: #003c75;
}

.contact_form {
  display: table;
}

/*---------------FLEXSLIDER CAORUSELL------------*/
.flxsl_prod {
  width: calc(100% - 60px);
  margin: 0 auto 30px;
}

.flexslider {
  background: none;
  border: none;
  margin-bottom: 15px;
}

.flex-direction-nav a {
  background: #AF530E;
  border: none;
  width: 22px !important;
  height: 22px !important;
  border-radius: 100%;
  opacity: 1;
  font-size: 0;
}

.flex-direction-nav a:before {
  font-family: "";
  font-size: 0 !important;
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.flex-direction-nav a.flex-prev:before {
  transform: rotate(-225deg);
  top: 7px;
  left: 8px;
}

.flex-direction-nav a.flex-next:before {
  transform: rotate(-45deg);
  top: 7px;
  right: 8px;
}

.flex-direction-nav .flex-disabled {
  opacity: 1 !important;
  filter: alpha(opacity=1);
  cursor: default;
  z-index: 9;
}

.flex-direction-nav .flex-prev {
  left: -26px !important;
}

.flex-direction-nav .flex-next {
  right: -26px !important;
  text-align: right;
}

.producs_caro li {
  box-sizing: border-box;
  padding: 2px !important;
  background: linear-gradient(45deg, rgb(240, 204, 126) 0%, rgb(202, 143, 12) 34%, rgb(240, 204, 126) 66%, rgb(202, 143, 12) 100%);
  width: 120px !important;
  margin-right: 8px !important;
}

.producs_caro li h3 {
  background: #fff;
  font-size: 11px;
  padding: 10px 3px 5px;
  color: #000;
}

.producs_caro li p {
  background: #fff;
  font-size: 14px;
  color: #D60010;
  padding: 0 3px 5px;
}

.producs_caro li p:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 6px);
  margin: 0 auto;
  background: #E1720F;
}

.producs_caro li div {
  max-width: 116px;
  width: 100%;
  background: #FFF;
  height: 160px;
  overflow: hidden;
}

.producs_caro li div img {
  height: 100%;
}

.more_prod {
  display: block;
  width: 234px;
  margin: 0 auto;
}

.prdsld_title {
  margin-bottom: 15px;
}

/*-----------------SEARCH---------------*/
.search_area {
  background: url(https://havikorotoy.site/wp-content/uploads/2019/02/search_bg-1.png) no-repeat center;
  height: 161px;
  background-color: #874f22;
  border-radius: 17px;
  padding: 5px 0;
  box-shadow: 4px 6px 11px 0px #000000;
  transition: 0.3s;
}

.search_area .search_paper {
  background: url(https://havikorotoy.site/wp-content/uploads/2019/01/search_paper.png) no-repeat center;
  height: 140px;
  padding: 0 55px;
  transition: 0.3s;
}

.search_area .search_txt {
  padding-top: 30px;
  margin-bottom: 7px;
}

.searchform .searchDropdow {
  float: left;
}

.postform {
  border: none;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  width: 195px;
  padding: 0 10px;
  margin-right: 12px;
}

.searchform .searchDropdow select {
  border: none;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  width: 195px;
  padding: 0 10px;
  margin-right: 12px;
}

.searchform input.searchText {
  border: none;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  width: 680px;
  padding: 0 10px;
  border: 2px solid #955C23;
  margin: 0 0;
}

.searchform input.submitBtn {
  width: 197px;
  height: 42px;
  float: right;
  border: none;
  font-size: 0;
  background: url(https://havikorotoy.site/wp-content/uploads/2019/01/search_button.png) no-repeat center;
  margin: 0 auto;
}

/*------------------Archive product-----------------*/
.product_list {
  letter-spacing: -0.4em;
  margin-bottom: 20px;
}

.product_list li {
  box-sizing: border-box;
  padding: 3px;
  background: linear-gradient(45deg, rgb(240, 204, 126) 0%, rgb(202, 143, 12) 34%, rgb(240, 204, 126) 66%, rgb(202, 143, 12) 100%);
  width: calc(33.3333333333% - 6.6666666667px);
  vertical-align: top;
  display: inline-block;
  letter-spacing: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product_list li:nth-child(3n) {
  margin-right: 0;
}

/*.product_list li:nth-child(2n){
margin-right:10px;
}*/
.product_list li h3 {
  background: #fff;
  font-size: 11px;
  padding: 10px 5px 5px;
  height: 60px;
  line-height: 1.2;
}

.product_list li h3 a {
  color: #000;
}

.product_list li .price {
  background: #fff;
  font-size: 14px;
  color: #D60010;
  padding: 0 5px 5px;
}

.product_list li .price:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 6px);
  margin: 0 auto;
  background: #E1720F;
}

.product_list li .product_img {
  height: 200px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  padding: 5px;
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.product_list li .product_img a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.product_list li .product_img img {
  width: 75%;
}

.product_list li input {
  width: 100%;
  text-align: center;
  border-radius: 3px;
}

.assess_list input {
  width: 100%;
  text-align: center;
  border-radius: 3px;
}

/*---------------------------subterm list--------------------*/
.subterm_list {
  letter-spacing: -0.4em;
  margin-bottom: 30px;
}

.subterm_list li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
  margin-right: 10px;
  background: #0054A5;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  border: 2px solid #fff;
  transition: 0.3s;
}

.subterm_list li:nth-child(2n) {
  margin-right: 0;
}

.subterm_list li:hover {
  background: #7EA5D1;
}

.subterm_list li a {
  color: #FFF;
  display: block;
}

/*---------------------------Contact page--------------------*/
.contact_form ul {
  margin-bottom: 20px;
}

.contact_form ul li:last-child {
  border-bottom: none;
}

.contact_form ul li .ttl_input {
  padding: 10px 10px;
  background: #D1F3FF;
}

.contact_form ul li .ow_input {
  padding: 20px 10px;
  background: #F2FBFF;
}

.contact_form ul li .ttl_input span {
  color: #ff0000;
  margin-left: 10px;
}

.contact_form ul li .ow_input input[type=text] {
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  color: #666;
  padding: 3px;
  border-radius: 3px;
}

.contact_form ul li .ow_input select {
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  color: #666;
  padding: 3px;
  border-radius: 3px;
  height: 32px;
}

.contact_form ul li .ow_input .error {
  font-size: 93%;
  color: #B70000;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.contact_form ul li .ow_input textarea {
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  color: #666;
  padding: 3px;
  border-radius: 3px;
}

.contact_form ul li .txt_content {
  width: 94%;
  margin: 10px auto 20px;
}

.contact_form ul li .contact_content {
  background: #D9D9D9;
  padding: 10px;
  width: 94%;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.contact_form ul li .contact_content h4,
.contact_form ul li .contact_content h3 {
  margin-bottom: 10px;
}

.contact_form ul li .contact_content p {
  margin-bottom: 20px;
}

.contact_form .contact_submit {
  width: 230px;
  margin: 0 auto;
  position: relative;
}

.contact_form .contact_submit input[type=submit] {
  width: 100%;
  background: #0054A6;
  border: none;
  border-radius: 3px;
  color: #fff;
  line-height: 35px;
  height: 35px;
  padding: 0 0;
  cursor: pointer;
}

.contact_form .contact_submit:before {
  content: "";
  width: 15px;
  height: 15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  display: block;
  transform: rotate(225deg);
  right: 10px;
  top: 15px;
}

.contact_form .privacy_policy {
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  color: #666;
  padding: 10px;
  border-radius: 3px;
  height: 150px;
  overflow-y: auto;
  font-size: 12px;
}

.contact_form .privacy_policy h4 {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact_form .privacy_policy p {
  line-height: 1.8;
}

.assess .center {
  letter-spacing: -0.4em;
}

.assess .center input {
  letter-spacing: 0;
  width: calc(50% - 5px);
  display: inline-block;
}

.assess .center input:nth-child(1) {
  margin-right: 10px;
}

.assess .center input:nth-child(2) {
  margin-right: 0;
}

.ow_input span.mwform-checkbox-field {
  display: block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin: 0 !important;
}

/*------------------FAQ-------------------------*/
ul.faq li {
  margin-bottom: 30px;
}

ul.faq li:last-child {
  margin-bottom: 0;
}

ul.faq li div {
  line-height: 1.6;
  position: relative;
  padding: 6px 0 6px 50px;
}

ul.faq li .question {
  margin-bottom: 15px;
}

ul.faq li .question:before {
  font-size: 20px;
  content: "Q";
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  background: #0054A6;
  font-family: serif;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

ul.faq li .answer:before {
  font-size: 20px;
  content: "A";
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  background: #ED1C24;
  font-family: serif;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0px;
}

/*------------------line---------------*/
.line_top {
  margin-bottom: 30px;
}

ul.line_steps {
  letter-spacing: -0.4em;
  margin-bottom: 60px;
}

ul.line_steps li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  margin-right: 40px;
}

ul.line_steps li:nth-child(2n) {
  margin-right: 0;
}

ul.line_steps li:nth-child(1),
ul.line_steps li:nth-child(2) {
  margin-bottom: 30px;
}

ul.line_steps li img {
  width: 100%;
}

.qr_code {
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 30px;
}

.qr_code .qr_txt {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
}

.qr_code .qr_img {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}

/*-----------------Store Page---------------*/
h2.all_store_logo {
  text-align: center;
  margin-bottom: 30px;
  border: 2px solid #ccc;
  padding: 10px 0;
  background: linear-gradient(to right, rgb(0, 84, 165) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgb(0, 84, 165) 100%);
}

ul.store_place li {
  position: relative;
  margin-bottom: 60px;
}

ul.store_place li .store_head {
  text-align: center;
  position: absolute;
  color: #ffffff;
  border-radius: 0 0px 10px 10px;
  padding: 5px;
  background: url(https://havikorotoy.site/wp-content/uploads/2019/02/search_bg-1.png) no-repeat center;
}

ul.store_place li .store_head span {
  display: block;
  line-height: 24px;
}

ul.store_place li .store_head span:nth-child(2) {
  background: #ffebcc;
  border-radius: 3px;
  color: #41210a;
  font-size: 82%;
}

ul.store_place li .store_images {
  letter-spacing: -0.4em;
  margin-bottom: 30px;
}

ul.store_place li .store_images>div {
  width: 30%;
  letter-spacing: 0;
  display: inline-block;
  justify-content: flex-start;
  align-items: stretch;
  vertical-align: top;
}

ul.store_place li .store_images>div:nth-child(1) {
  width: calc(70% - 10px);
  margin-right: 10px;
  height: 290px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

ul.store_place li .store_images>div>div {
  height: 90px;
  margin-bottom: 10px;
  width: 198px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

ul.store_place li .store_images>div>div:nth-child(3) {
  margin-bottom: 0;
}

ul.store_place li .store_images>div img {
  height: auto;
  width: 100%;
}

ul.store_place li .store_images>div>div img {
  height: auto;
  width: 100%;
}

ul.store_place li table tr td {
  border-bottom: 1px solid #AAAAAA;
  padding: 15px 20px;
  line-height: 1.6;
}

ul.store_place li table tr th {
  border-bottom: 1px solid #AAAAAA;
  padding: 15px 15px;
  width: 42%;
  position: relative;
}

ul.store_place li table tr th:before {
  content: ":";
  position: absolute;
  right: 0;
}

/*-------------bas_step------------*/
.bas_top {
  margin-bottom: 30px;
  line-height: 2;
}

.bas_step {
  margin-bottom: 40px;
  letter-spacing: -0.4em;
}

.bas_step h3 {
  font-size: 20px;
  border-bottom: 3px solid #999;
  padding-bottom: 5px;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.bas_step h3 span {
  padding-right: 10px;
  margin-right: 10px;
  color: #0054A6;
  position: relative;
  display: inline-block;
}

.bas_step h3 span:before {
  content: "";
  height: 3px;
  width: 100%;
  bottom: -8px;
  background: #0054A6;
  position: absolute;
}

.bas_step .bs_img {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 220px;
}

.bas_step .bs_top {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 240px);
  margin-left: 20px;
  line-height: 1.8;
}

.bas_step .bs_top a {
  color: #0054A6;
}

.bas_step .bs_top ul {
  font-size: 12px;
  padding: 10px;
  background: #ccc;
  border-radius: 3px;
  margin-top: 15px;
}

.bas_step .bs_top ul li {
  margin-bottom: 15px;
}

.bas_step .bs_top ul li:last-child {
  margin-bottom: 0;
}

.bas_step .bs_top ul li a {
  color: #0054A6;
}

div#box_note {
  border: 1px solid #ccc;
  padding: 10px;
  line-height: 2;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
  letter-spacing: -0.4em;
}

div#box_note span {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 36px);
}

div#box_note img {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  margin-right: 10px;
}

/*-------------------Moving Toys-----------------*/
.img_move_box {
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
  position: fixed;
  z-index: -1;
}

.change {
  margin: 12px auto 28px;
}

.change a {
  font-size: 0.75rem;
  background: #BE991A;
  border: none;
  border-radius: 3px;
  color: #fff;
  line-height: 35px;
  height: 35px;
  padding: 5px 29px;
  cursor: pointer;
  margin: 12px auto 28px;
}

@keyframes img_box_1 {
  0% {
    transform: translateY(0);
  }

  33.33333% {
    transform: translateY(-25px);
  }

  66.66667% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes img_box_2 {
  0% {
    transform: translateY(0);
  }

  33.33333% {
    transform: translateY(-10px);
  }

  66.66667% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes img_box_3 {
  0% {
    transform: translateY(0);
  }

  33.33333% {
    transform: translateY(-15px);
  }

  66.66667% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes img_box_4 {
  0% {
    transform: translateY(0);
  }

  33.33333% {
    transform: translateY(-20px);
  }

  66.66667% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes img_box_5 {
  0% {
    transform: translateX(0);
  }

  33.33333% {
    transform: translateX(-10px);
  }

  66.66667% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes img_box_6 {
  0% {
    transform: translateY(0);
  }

  33.33333% {
    transform: translateY(-10px);
  }

  66.66667% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes img_box_7 {
  0% {
    transform: translateY(0);
  }

  33.33333% {
    transform: translateY(-25px);
  }

  66.66667% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes img_box_8 {
  0% {
    transform: translateY(0);
  }

  33.33333% {
    transform: translateY(-15px);
  }

  66.66667% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes img_box_9 {
  0% {
    transform: translateY(0);
  }

  33.33333% {
    transform: translateY(-20px);
  }

  66.66667% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.imb_01 {
  animation: img_box_1 2.5s linear infinite;
  top: 5vh;
  left: 69px;
}

.imb_02 {
  animation: img_box_2 2s linear infinite;
  top: 42vh;
  left: 17px;
}

.imb_03 {
  animation: img_box_3 3s linear infinite;
  top: 35vh;
  left: 100px;
}

.imb_04 {
  animation: img_box_4 3.5s linear infinite;
  top: 50vh;
  left: 15px;
}

.imb_05 {
  animation: img_box_5 2s linear infinite;
  top: 68vh;
  left: 120px;
}

.imb_06 {
  animation: img_box_6 2.5s linear infinite;
  top: 0vh;
  right: 30px;
}

.imb_07 {
  animation: img_box_7 3s linear infinite;
  top: 60vh;
  right: 100px;
}

.imb_08 {
  animation: img_box_8 2s linear infinite;
  top: 42vh;
  right: 20px;
}

.imb_09 {
  animation: img_box_9 2.5s linear infinite;
  top: 62vh;
  right: 100px;
}

/*--------------Widget--------*/
.store_list {
  background: #fff;
}

.store_list ul {
  padding: 20px 15px;
}

.store_list ul li a {
  color: #603813;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
}

.store_list ul li a:before {
  content: "";
  background: url(https://havikorotoy.site/wp-content/uploads/2019/01/icon_flag.png) no-repeat;
  background-size: cover;
  width: 14px;
  height: 20px;
  display: inline-block;
  margin: 4px 10px 4px;
  vertical-align: middle;
}

.widget_banners {
  margin-left: 0 !important;
}

.widget_banners li {
  margin-bottom: 5px;
}

/*-----------------------秋葉原強化アイテム----------------*/
ul.streng_item_list {
  letter-spacing: -0.4em;
}

ul.streng_item_list li {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  position: relative;
}

ul.streng_item_list li:nth-child(3n) {
  margin-right: 0;
}

ul.streng_item_list li:before {
  content: "強化中";
  position: absolute;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: bold;
  background: #D60010;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  top: -20px;
}

ul.streng_item_list li .si_img {
  width: 80px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-top: 20px;
}

ul.streng_item_list li .si_content {
  letter-spacing: 0;
  width: calc(100% - 85px);
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}

ul.streng_item_list li .si_content h3 {
  font-size: 12px;
  margin-bottom: 10px;
}

ul.streng_item_list li .si_content p {
  font-size: 12px;
  line-height: 1.6;
}

/*--------------------Nゲージコレクション-------------------------*/
ul.ngauge_item_list {
  letter-spacing: -0.4em;
}

ul.ngauge_item_list li {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #ccc;
  position: relative;
}

ul.ngauge_item_list li:nth-child(3n) {
  margin-right: 0;
}

ul.ngauge_item_list li .ng_img {
  width: 80px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}

ul.ngauge_item_list li .ng_content {
  letter-spacing: 0;
  width: calc(100% - 85px);
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}

ul.ngauge_item_list li .ng_content h3 {
  font-size: 12px;
  margin-bottom: 10px;
}

ul.ngauge_item_list li .ng_content p {
  font-size: 12px;
  line-height: 1.6;
}

/*-------------Foooter--------------*/
.site_footer {
  letter-spacing: -0.4em;
  text-align: center;
}

.site_footer .footer_top {
  background: #333333;
  background-size: cover;
}

.site_footer .container {
  padding: 60px 0 60px;
  text-align: left;
}

.footer_logo {
  width: 320px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}

.footer_logo a {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.footer_logo .logo_oc {
  display: block;
  margin-top: 5px;
}

.footer_nav {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 80px;
  text-align: left;
  list-style: none;
}

.footer_nav li {
  position: relative;
  margin-bottom: 25px;
  font-size: 12px;
}

.footer_nav li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  /*width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #FBBA2D;*/
  background: url(https://havikorotoy.site/wp-content/uploads/2019/01/button_icon.png) no-repeat center;
  background-size: cover;
  width: 8px;
  height: 8px;
}

.footer_nav li a {
  color: #fff;
}

.footer_bottom {
  letter-spacing: 0;
  background: #4E3318;
  padding: 30px 0 80px;
  line-height: 1.6;
}

.footer_bottom .footer_address {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-right: 120px;
  color: #fff;
}

.footer_bottom .footer_phone {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

.footer_bottom .copyright {
  margin-top: 20px;
  color: #fff;
}

.footer_bottom a {
  color: #ffffff;
}

.fixed_sa {
  position: fixed;
  top: 10px;
  left: calc(50% - 500px);
  z-index: 298;
}

.fixed_bdy {
  padding-top: 82px;
}

.fixed_sa .search_area .search_txt {
  display: none;
}

.fixed_sa .search_area {
  height: auto;
  padding: 5px 0;
}

.fixed_sa .search_area .search_paper {
  background-size: 100% 100%;
  height: auto;
  padding: 15px 55px 5px;
}

.assess_list {
  position: fixed;
  padding: 15px;
  bottom: 200px;
  right: 10px;
  width: 300px;
  border: 2px solid green;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  z-index: 9999;
}

.assess_list li {
  list-style-type: none !important;
  background: none;
  width: 100%;
  color: #000;
}

.assess_list li.num {
  color: #000;
  text-align: center;
  background: #fdf8c2;
  padding: 6px;
}

.no_word {
  display: none !important;
}

.sp_footer_panel a {
  display: block;
  margin-bottom: 3px;
  letter-spacing: 0;
}

.top_button {
  font-size: 0.75rem;
  background: #0054A6;
  border: none;
  border-radius: 3px;
  color: #fff;
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}

.top_button:visited {
  color: #fff;
}

.top_button:hover {
  color: #fff;
  opacity: 0.7;
  transition: 0.3;
}

.page_single_section table {
  margin-bottom: 30px;
  line-height: 2;
}

.page_single_section table th {
  padding: 10px;
  border-bottom: 2px solid #0054A5;
  vertical-align: middle;
  color: #41210A;
}

.page_single_section table td {
  border-bottom: 1px solid #999;
  padding: 10px;
  vertical-align: middle;
}

.page_single_section h3 {
  color: #666;
  padding: 5px 0 5px 10px;
  border-left: 3px solid #0054A5;
  border-bottom: 1px solid #999;
  font-size: 18px;
  margin-bottom: 15px;
}

.page_single_section p {
  margin-bottom: 10px;
  line-height: 1.8;
}

/*-------------------------------------------------
* 					Hamburger Menu
* ----------------------------------------------*/
#menu-wrapper {
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
}

#menu-wrapper #hamburger-menu {
  position: absolute;
  width: 25px;
  height: 20px;
  margin: 15px;
  top: 23px;
  left: 0;
}

#menu-wrapper #hamburger-menu span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  color: black;
  background-color: white;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
  top: 0;
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
  top: 9px;
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
  top: 18px;
}

#menu-wrapper #hamburger-menu.open span:nth-child(1) {
  top: 9px;
  transform: rotate(135deg);
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -60px;
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
  padding-top: 20px;
  padding-bottom: 20px;
}

#menu-container .menu-list {
  padding: 0 10px;
  display: block;
  position: absolute;
  width: 100%;
  max-width: 450px;
  background: white;
  box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  left: -100%;
  box-sizing: border-box;
}

#menu-container .menu-list li.toggle {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

#menu-container .menu-list li.toggle a {
  padding: 5px 0;
  color: #666;
  display: block;
}

#menu-container .menu-list li.accordion-toggle,
#menu-container .menu-list .menu-login {
  font-size: 16px;
  padding: 20px;
  text-transform: uppercase;
  border-top: 1px solid #dbdcd2;
}

#menu-container .menu-list li:first-of-type {
  border-top: 0;
}

.accordion-toggle,
.accordion-content {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  letter-spacing: 1px;
}

.accordion-content {
  display: none;
}

.accordion-toggle a:before,
.accordion-toggle a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  background-color: #5a5858;
  transform-origin: 50% 50%;
  transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
  transform: rotate(-90deg);
  opacity: 1;
  z-index: 2;
}

.accordion-toggle.active-tab {
  background: yellowgreen;
  transition: all 0.3s ease;
}

.accordion-toggle a.active:before {
  transform: rotate(0deg);
  background: #fff !important;
}

.accordion-toggle a.active:after {
  transform: rotate(180deg);
  background: #fff !important;
  opacity: 0;
}

.count_term_posts {
  display: none;
}

.count_term_posts.select_count {
  display: inline-block;
}

/*-------------------------------------------------
* 					RESPONSIVE
* ----------------------------------------------*/
@media screen and (min-width: 768px) {
  #menu-wrapper #hamburger-menu {
    display: none;
  }

  .sp_footer_panel .thr,
  .sp_footer_panel .fr {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .carousel li {
    margin: 0px;
  }

  .product_single .pr_single_img {
    margin: 0 auto 0px auto;
    display: block;
  }

  .footer_logo {
    margin: 0 auto 20px auto;
    display: block;
    width: 100%;
  }

  .product_single .pr_single_content {
    margin: 0 auto 0px auto;
    display: block;
    width: 100%;
  }

  .footer_nav {
    margin-left: 20px;
  }

  .footer_bottom .footer_address {
    padding: 10px;
    margin: 0 auto 0px auto;
  }

  .footer_bottom .footer_phone {
    display: block;
    margin: 0 auto 0px auto;
    padding: 10px;
  }

  .product_list li {
    box-sizing: border-box;
    padding: 3px;
    background: linear-gradient(45deg, rgb(240, 204, 126) 0%, rgb(202, 143, 12) 34%, rgb(240, 204, 126) 66%, rgb(202, 143, 12) 100%);
    width: calc(50% - 5px);
    vertical-align: top;
    display: inline-block;
    letter-spacing: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .product_list li .product_img img {
    width: 75%;
  }

  .product_list li:nth-child(2n) {
    margin-right: 0px;
  }

  .product_list li:nth-child(1n) {
    margin-right: 5px;
  }

  .bas_step .bs_img {
    width: 100%;
  }

  .bas_step .bs_top {
    width: 100%;
    margin-left: 0;
  }

  .main_nav {
    display: none;
  }

  .fixed_sa {
    left: 0px;
  }

  .widget_banners li img {
    width: 100%;
  }

  .img_move_box {
    display: none;
  }

  .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .container_big {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .main_side {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .widgets_side {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .search_area .search_paper {
    padding: 8px 10px 5px;
    background-size: cover;
    width: calc(100% - 10px);
    border-radius: 13px;
    height: auto;
    background: #FFEBCC;
  }

  .fixed_sa .search_area .search_paper {
    background-size: 100% 100%;
    height: auto;
    padding: 8px 10px 5px;
  }

  .fixed_bdy {
    padding-top: 71px;
  }

  .searchform .searchDropdow {
    float: none;
    margin-bottom: 5px;
    width: 100%;
  }

  .searchform .searchDropdow select {
    width: 30%;
  }

  .searchform input.searchText {
    width: calc(100% - 41px);
    margin-bottom: 0px;
    margin-right: 5px;
    float: left;
    display: inline-block;
  }

  .search_area {
    height: auto;
    background-size: cover;
  }

  .searchform input.submitBtn {
    float: none;
    display: inline-block;
    margin: 0 auto;
    height: 38px;
    margin-bottom: 0px;
    width: 36px;
    background: url(https://havikorotoy.site/wp-content/uploads/2019/01/search_button.png) no-repeat -155px -2px;
  }

  .game_characters ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .game_characters ul li:nth-child(2n) {
    margin-right: 0;
  }

  .c_method li:first-child {
    margin-right: 0;
  }

  .c_method li {
    max-width: 307px;
    width: 100%;
  }

  .sec_paper_bg {
    padding: 0 10px;
  }

  .site_logo {
    width: 220px;
  }

  .step_list:after {
    display: none;
  }

  .step_list li {
    max-width: 157px;
    width: 100%;
  }

  .step_list li:nth-child(2n) {
    margin-right: 0;
  }

  .reason_list li {
    padding: 0 0;
  }

  #show_option {
    width: 100%;
  }

  ul.flex-direction-nav {
    display: none;
  }

  .sp_footer_panel {
    text-align: center;
    display: flex;
    width: 100%;
  }

  .sp_footer_panel a {
    background: #0054A6;
    display: inline-block;
    height: 50px;
    color: #fff;
    vertical-align: middle;
    border-radius: 10px;
    letter-spacing: 0;
    margin-right: 3px;
    font-size: 12px;
  }

  .sp_footer_panel input {
    background: #0054A6;
    display: inline-block;
    height: 50px;
    color: #fff;
    vertical-align: middle;
    border-radius: 10px !important;
    letter-spacing: 0;
    margin-right: 3px !important;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .sp_footer_panel a img {
    width: 22px;
    display: block;
    margin: 4px auto 4px;
  }

  .sp_footer_panel .frst {
    font-size: 11px !important;
    font-weight: bold !important;
    line-height: 50px !important;
    padding: 0 3px !important;
    width: auto !important;
  }

  .sp_footer_panel .scnd {
    width: 20% !important;
    font-size: 11px !important;
    background: url(/wp-content/uploads/img/assessment_icon.png) no-repeat center 5px, #0054A6;
    background-size: 20px;
    box-sizing: border-box;
    padding: 19px 0 0 0;
  }

  .sp_footer_panel a.thr {
    width: 20%;
  }

  .sp_footer_panel a.fr {
    margin-right: 0;
    width: 20%;
    position: relative;
  }

  .sp_footer_panel a.fr:before {
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(135deg);
    border-left: #fff solid 1px;
    border-bottom: #fff solid 1px;
    display: block;
    margin: 9px auto 0;
  }

  ul.store_place li .store_images>div>div {
    height: auto;
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 2%;
  }

  ul.store_place li .store_images>div>div:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 2%;
  }

  ul.store_place li .store_images>div:nth-child(1) {
    width: 100%;
    margin-right: 0px;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .bg_white_page {
    background: #fff;
    padding: 5px;
  }

  ul.store_place li table tr th {
    border-bottom: 1px solid #AAAAAA;
    padding: 2px;
    width: 35%;
    position: relative;
    font-size: 70%;
  }

  ul.store_place li table tr td {
    padding: 2px;
    font-size: 80%;
  }

  ul.store_place li table tr th:before {
    content: ":";
    position: absolute;
    right: 0;
  }

  ul.store_place li .store_images {
    letter-spacing: -0.4em;
    margin-bottom: 5px;
  }

  ul.store_place li .store_images>div {
    width: 100%;
    letter-spacing: 0;
    vertical-align: top;
    display: flex;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#forms_css #forms {
  /* 全体フォーム */
  /* 各セクション */
  /* 見出し */
  /* アイテムボックス */
  /* 入力欄 */
  /* ボタン */
  /* チェックリスト */
}

#forms_css #forms form {
  max-width: 60em;
  margin: 2em auto;
  font-size: 1em;
  color: #222;
  line-height: 1.6em;
}

#forms_css #forms form>div {
  margin-bottom: 2em;
  padding: 1em;
  border: 0.1em solid #ccc;
  border-radius: 0.5em;
  background-color: #fdfdfd;
}

#forms_css #forms form h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

#forms_css #forms .grid_2 {
  display: grid;
  gap: 3%;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 768px) {
  #forms_css #forms .grid_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

#forms_css #forms .grid_3 {
  display: grid;
  gap: 3%;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  #forms_css #forms .grid_3 {
    grid-template-columns: repeat(1, 1fr);
  }

  #forms_css #forms .grid_3.type2 {
    height: auto;
    gap: 0;
  }
}

#forms_css #forms .items_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
  padding: 1em;
  border: 0.1em solid #ccc;
  border-radius: 0.5em;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #forms_css #forms .items_box {
    flex-direction: column;
  }
}

#forms_css #forms .item_image {
  width: 22%;
}

@media screen and (max-width: 768px) {
  #forms_css #forms .item_image {
    width: 50%;
  }
}

#forms_css #forms .item_image figure {
  margin: 0;
  height: auto;
  aspect-ratio: 4/5;
}

#forms_css #forms .item_image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#forms_css #forms .item_info {
  width: 50%;
}

#forms_css #forms .item_info input,
#forms_css #forms .item_info select {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.5em 1.5em;
}

#forms_css #forms .item_info .f_cont input {
  width: 8em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #forms_css #forms .item_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #forms_css #forms .item_info h4 {
    width: 100%;
  }

  #forms_css #forms .item_info input,
  #forms_css #forms .item_info select {
    font-size: 1em;
    padding: 0.2em 0.5em;
    line-height: 1;
  }

  #forms_css #forms .item_info select,
  #forms_css #forms .item_info .f_cont {
    width: 47%;
  }

  #forms_css #forms .item_info .f_cont input {
    width: calc(100% - 2em);
  }
}

#forms_css #forms .box_info {
  font-size: 0.8em;
}

#forms_css #forms .box_info p {
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}

#forms_css #forms .btns {
  width: 16%;
}

#forms_css #forms .btns button {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #forms_css #forms .btns {
    width: 100%;
    margin-top: 0.5em;
  }

  #forms_css #forms .btns button {
    padding: 0.7em 0;
    font-size: 1.2em;
  }
}

#forms_css #forms .input_box {
  margin-bottom: 1em;
}

#forms_css #forms .input_box label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1em;
}

#forms_css #forms .input_box label p {
  margin: 0;
}

#forms_css #forms .input_box label.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#forms_css #forms .input_box label.flex input {
  flex-grow: 0;
  width: auto;
  margin: 0 1em 0 0;
}

#forms_css #forms .input_box label.flex p {
  flex-grow: 0;
}

#forms_css #forms .input_box input,
#forms_css #forms .input_box select,
#forms_css #forms .input_box textarea {
  width: 100%;
  padding: 0.5em;
  font-size: 1em;
  border: 0.1em solid #ccc;
  border-radius: 0.3em;
  background-color: #fff;
}

#forms_css #forms button {
  padding: 0.5em 1em;
  font-size: 1em;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  background-color: #444;
  color: #fff;
  margin: 0;
  line-height: 1em;
  height: auto;
}

#forms_css #forms button:hover {
  background-color: #222;
}

#forms_css #forms ol {
  list-style-type: disc;
  padding-left: 1em;
  margin: 2em auto;
}

#forms_css #forms li {
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

#forms_css #forms .change-links {
  display: flex;
}

#forms_css #forms .change-links .links_item {
  width: 50%;
  border-bottom: 3px solid #0054A5;
  background-color: #d9d9d9;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #565656;
  padding: 1.1em 0 calc(1em - 3px);
}

#forms_css #forms .change-links .active {
  background-color: #0054A5;
  color: #fff;
}

#forms_css #forms .box {
  background-color: #f3f3f3;
  padding: 2% 7%;
  margin: 1.5em auto;
}

#forms_css #forms .box>label {
  margin: 0;
}

#forms_css #forms .info2 {
  font-size: 0.8em;
  text-indent: -1em;
  padding-left: 1em;
}

#forms_css #forms .btn1 {
  background-color: #0054A5;
  border-radius: 999px;
  padding: 1em 0 0.9em;
  text-align: center;
  color: #fff;
  margin: 1.5em auto;
  letter-spacing: 0.08em;
  font-size: 1.3em;
  display: block;
  width: 80%;
  max-width: 300px;
  font-weight: 800;
  line-height: 1;
  height: auto;
  border: 2px solid #0054A5;


&.mr0,&.other{
  margin-top: .2em;
  margin-bottom: .2em;
}

  &.other {
    color: #0054A5;
    background-color: #fff;
  }
}

#forms_css #forms .btn1:visited {
  color: #fff;
}

#forms_css #forms .btn2 {
  margin: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 999px;
  padding: 0.8em 0;
  max-width: 19.5em;
  font-size: 0.9em;
  font-weight: 800;
  color: #0054A5;
  border: 2px solid #0054A5;
  letter-spacing: 0.06em;
  cursor: pointer;
}

#forms_css #forms .btn2 figure {
  padding-bottom: 0.15em;
  margin-right: 0.5em;
  width: 1.3em;
}

#forms_css #forms .btn2 figure img {
  display: block;
  width: 100%;
  height: auto;
}

#forms_css .souryou {
  margin: 2em auto 0;
  background-color: #fff;
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.22);
  padding: 4%;
  border: 2px solid #0054A5;
}

#forms_css .souryou h4 {
  font-size: 1.2em;
  border-bottom: 1px solid #0054A5;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  letter-spacing: 0.05em;
}

#forms_css .souryou ol {
  margin: 1em 0 0 !important;
}

#forms_css .souryou ol li {
  padding: 0.3em 0;
}

#forms_css .info {
  text-align: center;
  margin: 1.5em auto 0;
  font-weight: 700;
  font-size: 1.2em;
}

#forms_css .info2 {
  margin: 0.5em 0;
}

#forms_css .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 300;
}

#forms_css .modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

#forms_css .modal.is-active {
  opacity: 1;
  visibility: visible;
}

#forms_css .modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 660px;
  width: 90%;
}

#forms_css .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

#forms_css .modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
}

#forms_css .modal-content p {
  margin: 1em 0;
}

.assess_list {
  position: fixed;
  padding: 15px;
  bottom: 200px;
  right: 10px;
  width: 300px;
  border: 2px solid green;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  z-index: 9999;
}

.assess_list li {
  list-style-type: none !important;
  background: none;
  width: 100%;
  color: #000;
}

.assess_list li.num {
  color: #000;
  text-align: center;
  background: #fdf8c2;
  padding: 6px;
}

.no_word {
  display: none !important;
}

.sp_footer_panel a {
  display: block;
  margin-bottom: 3px;
}

.top_button {
  font-size: 0.75rem;
  background: #0054A6;
  border: none;
  border-radius: 3px;
  color: #fff;
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}

.top_button:visited {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .assess_list {
    bottom: 10px;
    padding: 5px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .assess_list li {
    font-size: 12px;
    padding: 3px;
    margin: 0;
    line-height: 1.1;
  }

  .assess_list li.num {
    padding: 3px;
  }

  .assess_list input.del_button {
    width: calc(60% - 5px);
    margin-right: 5px;
  }

  .assess_list input {
    padding: 0 0;
    font-size: 11px;
    float: left;
  }

  .assess_list input.form_button {
    width: 40%;
  }

  .assess_list {
    border: 2px solid #008000;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    width: calc(100% - 10px);
    left: 5px;
    bottom: 5px;
    position: fixed;
    z-index: 999999;
  }

  input.comment {
    width: 34%;
  }
}

.assess_list {
  position: fixed;
  padding: 15px;
  bottom: 110px;
  right: 10px;
  width: 300px;
  border: 2px solid green;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  z-index: 9999;
}

.assess_list li {
  list-style-type: none !important;
  background: none;
  width: 100%;
  color: #000;
}

.assess_list li.num {
  color: #000;
  text-align: center;
  background: #fdf8c2;
  padding: 6px;
}

.no_word {
  display: none !important;
}

.sp_footer_panel a {
  display: block;
  margin-bottom: 3px;
}

.top_button {
  font-size: 0.75rem;
  background: #0054A6;
  border: none;
  border-radius: 3px;
  color: #fff;
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}

.top_button:visited {
  color: #fff;
}

.add-to-cart.disabled {
  opacity: 0.5;
  pointer-events: none;
}

#assess-list {
  position: fixed;
  bottom: 50px;
  width: 300px;
  right: 10px;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  #assess-list {
    width: calc(100% - 6px);
    bottom: 3px;
    right: 3px;
  }
}

#assess-list #assess-list-panel {
  padding: 15px;
  border: 2px solid green;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #assess-list #assess-list-panel {
    padding: 3px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    font-size: 0.9em;
  }
}

#assess-list #assess-list-panel .assess-list-status {
  color: #000;
  text-align: center;
  background: #fdf8c2;
  padding: 0.5em;
  font-size: 1.2em;
  margin-bottom: 10px;
  width: 100%;
}

#assess-list #assess-list-panel .assess-list-status #assess-list-count {
  font-size: 1.3em;
  color: #912121;
}

@media screen and (max-width: 768px) {
  #assess-list #assess-list-panel .assess-list-status {
    margin-bottom: 0.2em;
  }
}

#assess-list #assess-list-panel .assess-reset-btn,
#assess-list #assess-list-panel .satei,
#assess-list #assess-list-panel .tel,
#assess-list #assess-list-panel .fr {
  cursor: pointer;
  background: #0054A6;
  border-radius: 3px;
  color: #fff;
  height: auto;
  padding: 0.8em 0;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  margin: 5px auto;
  width: 100%;
  display: block;
}

#assess-list #assess-list-panel .assess-reset-btn img,
#assess-list #assess-list-panel .satei img,
#assess-list #assess-list-panel .tel img,
#assess-list #assess-list-panel .fr img {
  display: none;
}

@media screen and (max-width: 768px) {

  #assess-list #assess-list-panel .assess-reset-btn img,
  #assess-list #assess-list-panel .satei img,
  #assess-list #assess-list-panel .tel img,
  #assess-list #assess-list-panel .fr img {
    display: block;
    width: 30%;
    margin-bottom: 0.4em;
  }
}

@media screen and (max-width: 768px) {

  #assess-list #assess-list-panel .assess-reset-btn,
  #assess-list #assess-list-panel .satei,
  #assess-list #assess-list-panel .tel,
  #assess-list #assess-list-panel .fr {
    width: 20%;
    min-height: 5em;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  #assess-list #assess-list-panel .assess-reset-btn span,
  #assess-list #assess-list-panel .satei span,
  #assess-list #assess-list-panel .tel span,
  #assess-list #assess-list-panel .fr span {
    display: none;
  }
}

#assess-list #assess-list-panel .satei {
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  #assess-list #assess-list-panel .satei {
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0;
  }
}

#assess-list #assess-list-panel .tel,
#assess-list #assess-list-panel .fr {
  display: none;
}

@media screen and (max-width: 768px) {

  #assess-list #assess-list-panel .tel,
  #assess-list #assess-list-panel .fr {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #assess-list #assess-list-panel .assess-list-status {
    order: 1;
  }

  #assess-list #assess-list-panel .satei {
    order: 3;
  }

  #assess-list #assess-list-panel .assess-reset-btn {
    order: 2;
  }

  #assess-list #assess-list-panel .tel {
    order: 4;
  }

  #assess-list #assess-list-panel .fr {
    order: 5;
  }
}

@media screen and (max-width: 768px) {
  #assess-list #assess-list-panel .assess-reset-btn {
    width: 36%;
  }
}

#assess-list .form_tel_side a {
  margin: 5px auto;
  display: block;
}

#assess-list .form_tel_side a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #assess-list .form_tel_side {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.privacypolicy p,
.privacypolicy li {
  line-height: 1.4;
}

.privacypolicy p {
  margin: 1em 0;
}

.privacypolicy ul,
.privacypolicy ol {
  margin: 2em auto;
}

.privacypolicy ul li,
.privacypolicy ol li {
  padding: 0.5em 0;
}

.privacypolicy ul {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.privacypolicy ol {
  list-style-type: lower-roman;
  padding-left: 1.5em;
}

body#code {
  background: #fff;
}

.code_bg {
  width: 94%;
  margin-inline: auto;
  min-height: 90dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.code_bg h2 {
  font-size: 2em;
  text-align: center;
  line-height: 1.2;
}

.code_bg .code_content {
  width: 100%;
  max-width: 620px;
  padding: 5% 4%;
  border: 1px solid #404040;
  margin: 3em auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .code_bg .code_content {
    padding: 10% 6%;
  }
}

.win-close {
  width: 90%;
  max-width: 220px;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.error-message {
  color: #d93025;
  margin: .8em 0;
  display: none;
  font-size: .92em;
  font-weight: bold;
}

.input_box.is-error input,
.input_box.is-error select,
.input_box.is-error textarea {
  border-color: #d93025 !important;
}

.purchase_code {
  background-color: #c9dde6;
  text-align: center;
  padding: 4% 3%;
  margin: 1.5em auto;
  width: 90%;
  max-width: 310px;
  font-size: 1.1em;
  font-weight: 900;

  strong {
    display: block;
    font-size: 1.3em;
  }
}

.confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
}

.confirm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .7);
}

.confirm-box {
  position: relative;
  background: #fff;
  max-width: 700px;
  width: 94%;
  margin: 5vh auto;
  padding: 3%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.confirm-box #confirm-body {
  overflow-y: auto;
  flex-grow: 1;
}

.confirm-box p {
  margin: 0;
  padding: .2em 0;
  border-bottom: 1px solid #dddddd;
}

.confirm-actions {
  display: flex;
  gap: 9px;
  justify-content: center;
  flex-direction: column;
  margin-top: 5%;
}