/*!
Theme Name: natsume-atari lite 2
Author: natsume-atari
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE

*/

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

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

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

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

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

a:hover,
a:focus,
a:active {
	/* color: #191970; */
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* header */

.navbar-light .navbar-nav .nav-link {
	color: #FF7600 !important;
	padding: 0;
	margin: 0;
}

.languagemenu{
	background-color: #2a93cc;
	color: white;;
}


.navbar-light .navbar-nav .link-ja {
	font-size: 10px;
}

.polka-dots {
	height: 25px;
	width: 100%;
	position: absolute;
	top: 89px;
	--dotSize: 0.13rem;
	--bgSize: 0.7rem;
	--bgPosition: calc(var(--bgSize) / 2);
	background-image: radial-gradient(circle at center, black var(--dotSize), transparent 0), radial-gradient(circle at center, black var(--dotSize), transparent 0);
	background-size: var(--bgSize) var(--bgSize);
	background-position: 0 0, var(--bgPosition) var(--bgPosition);
}

#menu-menuen li,#menu-menuar li {
	padding-left: 15px;
}

#menu-menuen,#menu-menuar {
	display: flex;
	flex-direction: column;
	text-align: inherit;
	width: 100%;
	border-bottom: 1px solid #FF7600;
	border-top: 1px solid #FF7600;
	padding: 76.5px 0 36.5px;
	margin: 26.5px 0px 26.5px 0px;
}

.navbar-light .navbar-toggler-icon {
	background-image: url('./../natsume-atari/assets/image/icon-header.png')
}

#navbarResponsive>ul * {
	padding-left: unset;
	font-size: 0.83333333333333vw;
	/* margin-right: 0.5vw; */
}
.shared-hp{
	font-size: 12px !important;
}

.close-menu {
	position: absolute;
	right: 40px;
	top: 51.5px;
	color: #FF7600;
	opacity: 1;
	width: 33px;
	height: 33px;
}

.header-drop {
	position: relative;
	padding-left: 100px;
}

.logo-img {
	position: relative;
	left: 3vw;
}

.logo-img img{
	width: 318px;
	/* height: 51px; */
}

.header_dropdown{
	position: relative;
	left: 1vw;
}
.drop-menu{
	background: black !important;
	left: -27px !important;
	width: 597px;
	margin-top: 43px !important;
	border-radius: 0px !important;
	height: calc(100vh - 122px);
	overflow: auto;
	padding-top: 0px !important;
}

.close-menu-mb {
	display: none;
}
/* Footer */
section {
	padding: 60px 0;
}

section .section-title {
	text-align: center;
	color: #007b5e;
	margin-bottom: 50px;
	text-transform: uppercase;
}

#footer {
	background: black !important;
	padding: 77px 100px 44px;
	min-height: 586px;
}

#footer ul.social li {
	padding: 3px 0;
}

#footer ul.social li a i {
	margin-right: 5px;
	font-size: 25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.social li:hover a i {
	font-size: 30px;
	margin-top: -10px;
}

#footer ul.quick-links li a {
	color: #ffffff;
}

#footer ul.social li a:hover {
	color: #eeeeee;
}

#footer ul.quick-links li {
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.quick-links li:hover {
	padding: 3px 0;
	margin-left: 5px;
	font-weight: 700;
}

#footer ul.quick-links li a i {
	margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
	font-weight: 700;
}

.v-effect-link {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 820px;
	/* height: 146.5px; */
}
@media screen and (min-width: 761px) and (max-width: 920px){
	.v-effect-link {
		width: 656px;
	}
}

.v-effect-link li {
	display: inline-block;
	min-width: 164px;
	margin: 0px 0px 57px 0px;
}

.v-effect-link a {
	text-decoration: none;
	display: block;
	font-family: Noto Sans JP;
	position: relative;
	color: black;
	/* width: fit-content; */
	margin: 0px;
	padding: 0px;
}

.style-header {
	height: 122px;
	background-size: auto 100% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	box-shadow: unset !important;
}

/* Button Entry */
.element-btn-entry{
    padding-bottom: 10vw;
    position: relative; 
    width: fit-content;
    margin: auto;
}

.element-btn-entry .brand-btn-entry {
    position: relative;
    width: 29.166666666667vw;
    float: left;
    margin: 3.125vw auto 0px;
    left: 50%;
    transform: translateX(-50%);
}

.brand-btn-entry::before {
    content: "";
    position: absolute;
    background-image: var(--path-to-image-dot);
    background-color: #EDE9E2;
    background-repeat: no-repeat;
    background-size: 46.979166666667vw 10.885416666667vw;
    background-position: bottom;
    background-blend-mode: multiply;
    top: 20%;
    left: 4%;
    width: 100%;
    height: 98%;
    border-radius: 10px;
    border: 1px solid transparent;
}

.element-btn-entry .btn-group-entry {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.element-btn-entry .brand-btn-top-link {
    display: inline-block;
    width: 100%;
    padding: 1.6vw 0;
    text-align: center;
    background: #000;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 1.3541666666667vw;
    line-height: 1.8229166666667vw;
    letter-spacing: 0.27083333333333vw;
    border: 1px solid white;
    opacity: 0.99;
}

.element-btn-entry .brand-btn-top-link>span {
    display: inline-block;
    line-height: 0.27083333333333vw;
    color: #FF7600;
    font-weight: bold;
    opacity: 0.99;
    font-size: 2.1875vw;
    letter-spacing: 0.4375vw;
    padding-bottom: 2vw;
}

.entry-dot-bottom {
	position: absolute;
	top: 98%;
	right: 4%;
	width: 5.2083333333333vw;
	height: 3.6979166666667vw;
	clip-path: polygon(34% -3%, 70% 0%, 61% 26%, 100% 24%, 25% 100%, 50% 46%, 13% 44%);
	-webkit-clip-path: polygon(34% -3%, 70% 0%, 61% 26%, 100% 24%, 25% 100%, 50% 46%, 13% 44%);
	background: white;
	z-index: 1;
}

.entry-dot-bottom::before {
    content: '';
    position: absolute;
    width: 5.1041666666667vw;
    height: 3.59375vw;
    clip-path: polygon(33% -1%, 71% -3%, 58% 29%, 98% 26%, 30% 94%, 53% 45%, 16% 43%);
    -webkit-clip-path: polygon(33% -1%, 71% -3%, 58% 29%, 98% 26%, 30% 94%, 53% 45%, 16% 43%);
    background: #000;
    top: 0px;
    left: 1px;
}

.entry-dot-bottom-bg {
	position: absolute;
	top: 118%;
	right: -1%;
	width: 4.2708333333333vw;
	height: 3.2291666666667vw;
	clip-path: polygon(25% 0%, 70% 0%, 55% 23%, 100% 25%, 0% 92%, 38% 41%, 0% 43%);
	-webkit-clip-path: polygon(25% 0%, 70% 0%, 55% 23%, 100% 25%, 0% 92%, 38% 41%, 0% 43%);
	background-image: var(--path-to-image-dot);
	background-color: #EDE9E2;
	background-size: 47.760416666667vw 9.3229166666667vw;
	background-position: bottom;
	background-blend-mode: multiply;
}

@media (min-width: 1025px) {
	.style-header {
		background-size: auto !important;
	}
}

#menu-natsume-atari {
	padding-right: 4.0104166666667vw;
	margin-bottom: 1.5625vw
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

#menu-natsume-atari .nav-link {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 21px;
	-webkit-font-smoothing: antialiased;
	color: #FF7600 !important;
	margin-right: 0.83333333333333vw;
}

#menu-natsume-atari .nav-link .languagemenu{
	font-size: 16px;
}



#menu-natsume-atari .link-ja {
	font-size: 12px;
	line-height: 16px;
}

.copyright {
	color: white;
	margin-top: 43px !important;
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-medium) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-24) var(--unnamed-font-family-noto-sans-jp);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
	font: normal normal medium 16px/24px Noto Sans JP;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	margin-bottom: 0px !important;
}

.image-logo {
	padding: 0px 0px 43px;
}

.image-logo img{
	width: 318px;
	height: 51px;
}  

.footer-sitemap {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	padding: 77px 0px 20px 0px !important;
}

.foot_menu {
	position: relative;
	/* right: 1rem; */
}

@media (max-width:480px) {
	#footer {
		padding: 60px 5% 1px;
		height: 100%;
	}
}
.foot_item{
	font-size: 12px !important;
	line-height: 17px !important;
}
.v-effect-link{
	display: flex;
	flex-wrap: wrap;
}
.foot_menu-group>ul * {
	font-size: 16px;
	color: #fff;
}

/*  */
.element-btn-action {
	border-top: 0.26041666666667vw solid #000;
	border-bottom: 0.26041666666667vw solid #000;
	margin-bottom: 60px;
	height: auto;
}

.element-btn-action .btn-group-next {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.element-btn-action .brand-btn-top-global {
	position: relative;
	width: 28.158vw;
	float: left;
	margin: 3.125vw auto 0px;
	left: 50%;
	transform: translateX(-50%);
}

.element-btn-action .brand-btn-top-global::after {
	content: "";
	position: absolute;
	top: 95%;
	right: 4%;
	width: 3.90625vw;
	height: 2.8645833333333vw;
	clip-path: polygon(35% 0%, 75% 0%, 60% 23%, 100% 23%, 23% 100%, 54% 39%, 11% 39%);
	-webkit-clip-path: polygon(35% 0%, 75% 0%, 60% 23%, 100% 23%, 23% 100%, 54% 39%, 11% 39%);
	background: black;
}

.brand-btn-top-global.brand-btn-top-bg {
	position: absolute;
	top: 10%;
	left: 52%;

}

.brand-btn-top-global.brand-btn-top-bg .brand-btn-top-link {
	position: absolute;
	top: 10%;
	background-image: var(--path-to-image-dot);
	background-color: transparent;
    background-repeat: no-repeat;
    background-size: 1106px 209px;
    background-position: bottom;
}
.brand-btn-top-global.brand-btn-top-bg .brand-btn-top-link span {
	opacity: 0;
}
.btn-group-next.btn-group-next-bg {
	mix-blend-mode: multiply;
	position: absolute;
    top: 11%;
    left: 4%;
}

.btn-group-next.btn-group-next-bg .brand-btn-top-global::after {
	background-image: var(--path-to-image-dot);
	background-color: transparent;
	background-size: 57.604166666667vw 10.885416666667vw;
	background-position: bottom;
}

.element-btn-action .brand-btn-top-global p {
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.element-btn-action .brand-btn-top-link {
	display: inline-block;
	width: 100%;
	padding: 1.3020833333333vw 0 1.3020833333333vw 0;
	text-align: center;
	background: #000;
	border-radius: 10px;
}

.element-btn-action .btn-group-next.btn-group-next-bg .brand-btn-top-link {
	display: inline-block;
	width: 100%;
	padding: 1.5vw 0;
	text-align: center;
	background: transparent;
	border-radius: 10px;
	background-image: var(--path-to-image-dot);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 46.979166666667vw 10.885416666667vw;
	background-position: bottom;
}

.element-btn-action .brand-btn-top-link>span {
	display: inline-block;
	line-height: 1.8vw;
	color: #fff;
	font-weight: bold;
	opacity: 0.99;
	font-size: 1.3541666666667vw;
}

.element-btn-action .discription-btn-bottom {
	margin-top: 3.125vw;
}

.element-btn-action .btn-rhombus-top {
	position: absolute;
	top: 95%;
	right: 0%;
	width: 100px;
	height: 60px;
	clip-path: polygon(25% 0%, 70% 0%, 62% 23%, 100% 23%, 32% 100%, 54% 39%, 11% 39%);
	-webkit-clip-path: polygon(25% 0%, 70% 0%, 62% 23%, 100% 23%, 32% 100%, 54% 39%, 11% 39%);
	background: #000;
}

.element-btn-action span.btn-rhombus-bg-top {
	position: absolute;
	top: 110%;
	right: -2%;
	width: 100px;
	height: 60px;
	clip-path: polygon(25% 0%, 70% 0%, 62% 23%, 100% 23%, 32% 100%, 54% 39%, 11% 39%);
	-webkit-clip-path: polygon(25% 0%, 70% 0%, 62% 23%, 100% 23%, 32% 100%, 54% 39%, 11% 39%);
	--dotSize: 0.08rem;
	--bgSize: 0.4rem;
	--bgPosition: calc(var(--bgSize) / 2);
	background-image: radial-gradient(circle at center, #000 var(--dotSize), transparent 0), radial-gradient(circle at center, #000 var(--dotSize), transparent 0);
	background-size: var(--bgSize) var(--bgSize);
	background-position: 0 0, var(--bgPosition) var(--bgPosition);
}

.element-btn-action .description-btn-bottom {
	font-size: 1.5625vw;
	font-weight: bold;
	margin-top: 3.125vw;
	line-height: 2.6041666666667vw;
}
@media screen and (width: 1920px){

	.element-btn-action .brand-btn-top-link>span {
		line-height: 35px;
	}
	.element-btn-action .brand-btn-top-link {
		width: 28.158vw;
	}
}

@media screen and (max-width: 992px) {
	.element-btn-action .brand-btn-top-global {
		/* width: 66.158vw; */
	}

	.element-btn-action .brand-btn-top-link>span {
		/* line-height: 8.9278vw; */
		/* font-size: 3.58vw; */
	}

	.element-btn-action .btn-rhombus-top {

		width: 60px;
		height: 40px;
		right: 0px;
	}

	.element-btn-action span.btn-rhombus-bg-top {
		right: -10px;
		width: 60px;
		height: 40px;
		top: 120%;
	}
	/* .header_dropdown {
		display: none;
	} */
	/* .navbar-light .navbar-toggler-icon {
		background-image: url('./../natsume-atari/assets/image/icon-header-mb.png') !important;
	} */
	.close-menu-mb {
		display: inline;
	}
	.header-dot {
		top: 122px;
	}
}


header.bg-black.fixed-top {
	height: 122px;
}

header.bg-black.fixed-top .container-fluid {
	/* margin-top: 38px; */
	padding: 0px;
}

.foot-header {
	height: 122px;
	background: #FFFFFF;
	border-bottom: 3px solid black;
}

@media screen and (max-width: 760px) {
	.foot-header {
		height: 122px !important;
	}

	.element-btn-action .description-btn-bottom {
		margin-top: 9.131579vw;
		margin-bottom: 3.552632vw;
	}

	.element-btn-action .brand-btn-top-link>span {
		font-size: 3.4210526315789vw;
	}

	.element-btn-action {
		height: auto;
		border-top: 0.65789473684211vw solid #000;
		border-bottom: 0.65789473684211vw solid #000;
		margin-bottom: 38px;
	}

	.element-btn-action .description-btn-bottom {
		font-size: 3.9473684210526vw;
		line-height: 6.5789473684211vw;

	}

	.element-btn-action .brand-btn-top-global {
		width: 71.052631578947vw;
	}

	.element-btn-action .brand-btn-top-link {
		padding: 3.2894736842105vw 0 3.2894736842105vw 0 !important;
	}

	.element-btn-action .btn-group-next.btn-group-next-bg .brand-btn-top-link {
		padding: 3.8157894736842vw 0;
		background-size: 118.68421052632vw 27.5vw;
	}

	.element-btn-action .brand-btn-top-global::after {
		width: 9.8684210526316vw;
		height: 7.2368421052632vw;
		background-size: 108.604167vw 29.885417vw !important;
	}
	.element-btn-action .action-posion {
		margin-bottom: 14.083333vw !important;
	}
}


.header-dot {
	position: fixed;
	width: 100%;
	top: 122px;
	mix-blend-mode: multiply;
	z-index: 999;
}

.box-dot-img-top-header {
    width: 100%;
}

.box-dot-img-header {
	width: 100%;
	display: inline-block;
	position: relative;
	left: 0vw;
}

.box-dot-img-header.box-dot-img-top-header img {
	position: relative;
	width: 100%;
	height: 31px;
	object-fit: cover;
}


/*new css for header */
.drop-menu::-webkit-scrollbar {
    display: none;
}

.drop-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

div#navbarResponsive::-webkit-scrollbar {
    display: none;
}

div#navbarResponsive {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.header_item {
	padding-bottom: 28px !important;
}

.main-menu .nav-link {
    padding: 0px !important;
    margin: 0px 0px 0px 1.4583333333333vw !important;
}

.main-menu li.nav-item {
	margin: 0px !important;
}

.main-menu {
	margin-right: 108px;
}

@media screen and (max-width: 1270px) and (min-width: 992px){
	.main-menu {
		margin-right: 10px;
	}

	.button-drop-icon {
		width: 1.8229166666667vw !important;
		height: 1.8229166666667vw !important;
	}

	.logo-img {
		width: 28%;
	}
	#navbarResponsive>ul * {
		font-size: 1vw;
	}
}

.main-menu .header_item {
	font-size: 12px !important;
}

.nav-dropdown-menu .nav-link {
	font-size: 32px !important;
}

.nav-dropdown-menu .nav-link .languagemenu{
	font-size: 32px !important;
}


.nav-dropdown-menu .header_item {
	font-size: 20px !important;
}

.navbar.navbar-expand-lg.navbar-light {
	height: 122px;
}

.button-drop-icon {
	width: 35px !important;
	height: 35px !important;
}

@media screen and (max-width: 992px) {
	div#navbarResponsive {
	    /* position: absolute; */
	    /* top: 122px; */
	    /* width: 100%; */
	    /* height: calc(100vh - 122px); */
	    overflow: scroll;
	    overflow-x: hidden;
	    transition: none;
	}
}
@media screen and (max-width: 991px) { 
	div#navbarResponsive {
	    position: absolute;
	    top: 122px;
	    width: 100%;
	    height: calc(100vh - 122px);
	    overflow: scroll;
	    overflow-x: hidden;
	    transition: none;
	}
	.main-menu .nav-link {
	    padding: 0px !important;
	    font-size: 32px !important;
	    margin: 0px 0px 0px 100px !important;
	}
	.main-menu .nav-link {
	    padding: 0px !important;
	    font-size: 32px !important;
	    margin: 0px 0px 0px 100px !important;
	}

	.main-menu .nav-link.header_item {
	    font-size: 20px !important;
	    padding-bottom: 28px !important;
	}
	
	.main-menu .nav-link .languagemenu{
	    font-size: 32px !important;
	}
	.main-menu .nav-link .languagemenu{
	    font-size: 32px !important;
	}

	button.btn-close.close-menu-mb {
	    opacity: 1;
	    width: 33px;
	    height: 33px;
	    right: 40px;
	    top: 51px;
	    position: absolute;
	    margin: 0;
	}

	.navbar-border-top {
		width: 100%;
		height: 1px;
		background: #FF7600;
		margin-left: 100px;
		margin-top: 26.5px;
		margin-bottom: 26.5px;
	}

	.navbar-border-bottom {
		width: 100%;
	    height: 1px;
	    background: #FF7600;
	    margin-left: 100px;
	    margin-top: 37.5px;
	    margin-bottom: 37.5px;
	}

	.navbar-toggler {
		width: 34px;
		height: 45px;
		padding: 0 !important;
		margin: 0;
		margin-right: 50px;
		border-radius: 0px !important;
	}

	.navbar-toggler-icon {
		width: 34px !important;
		height: 37px !important;
	}
	.header_dropdown {
		display: none;
	}
	.logo-img img {
		/* height: 51px; */
	}
	 .navbar-light .navbar-toggler-icon {
		background-image: url('./../natsume-atari/assets/image/icon-header-mb.png') !important;
	} 
}

/*footer new css*/

@media screen and (max-width: 760px) {
	section {
		padding: 60px 0 38px 0;
	}
	#footer {
		background: black !important;
		padding: 95px 50px 38px;
		/*min-height: 1064px;*/
	}

	.image-logo {
		padding: 0px 0px 77px;
	}

	div#navbarResponsive {
		width: 78vw;
	}

	#navbarResponsive .main-menu .nav-link {
		margin-left: 50px !important;
	}

	#navbarResponsive .navbar-border-top {
		margin-left: 50px !important;
	}

	.image-logo img{
		width: 62.105263157895vw;
		height: 9.8684210526316vw;
	}

	.v-effect-link li {
		display: inline-block;
		margin: 0 0px 77px 0px;
		min-width: 33.578947vw;
	}

	.foot_menu-group>ul * {
		font-size: 3.5526315789474vw;
		line-height: 5.1315789473684vw;
	}

	.foot_item{
		font-size: 2.6315789473684vw !important;
		line-height: 3.8157894736842vw !important;
	}

	.footer-sitemap {
		border-bottom: 1px solid white;
		border-top: 1px solid white;
		padding: 77px 0px 78px 0px !important;
	}

	#footer {
		position: relative;
	}

	.copyright {
		margin-top: unset;
		position: absolute;
		margin-left: 10vw !important;
		margin-right: 10vw !important;
		bottom: 53px;
		left: 0;
		text-align: center;
	}

	.v-effect-link {
		width: 79.736842105263vw;
	}

	.element-btn-entry .brand-btn-top-link{
        padding: 3.7vw 0;
    }

    .element-btn-entry .brand-btn-entry {
    	width: 67.184211vw;
    }

    .element-btn-entry .brand-btn-top-link>span {
    	font-size: 5.5263157894737vw;
    	line-height: 4.6052631578947vw;
    }

    .element-btn-entry .brand-btn-top-link {
    	font-size: 3.4210526315789vw;
    	line-height: 4.6052631578947vw;
    }

    .brand-btn-entry::before {
    	background-size: 118.68421052632vw 27.5vw;
    }

    .entry-dot-bottom {
    	width: 13.157894736842vw;
    	height: 9.3421052631579vw;
    }

    .entry-dot-bottom::before {
    	width: 12.894736842105vw;
    	height: 9.0789473684211vw;
    }

    .entry-dot-bottom-bg {
    	width: 10.789473684211vw;
    	height: 8.1578947368421vw;
    	background-size:  120.65789473684vw 23.552631578947vw;
    }


}

@media screen and (max-width: 675px){
	/*.element-btn-entry .brand-btn-entry{
        width: 66.158vw;
    }*/
}

@media screen and (max-width: 500px) {
	#navbarResponsive .main-menu .nav-link {
		margin-left: 30px !important;
	}

	#navbarResponsive .navbar-border-top {
		margin-left: 30px !important;
	}

	#navbarResponsive .main-menu .nav-link {
		font-size: 22px !important;
	}

	#navbarResponsive .main-menu .nav-link.header_item {
		font-size: 14px !important;
	}
	
	#navbarResponsive .main-menu .nav-link .languagemenu{
		font-size: 22px !important;
	}

	#navbarResponsive #close-menu {
		height: 22px;
		width: 22px;
	}
}

@media screen and (max-width: 342px) {
	.v-effect-link li {
		display: inline-block;
		margin: 0 25px 77px 0px;
	}

	.v-effect-link {
		width: 100%;
	}
}

@media screen and (max-width: 430px) {
	.navbar-toggler {
		margin-right: 10px;
	}

	.logo-img img {
		width: 73.953488372093vw;
		height: 11.860465116279vw;
	}
	.logo-img {
		left: 0px;
	}

	/*.element-btn-entry .brand-btn-top-link{
        font-size: 16px;
    }*/
}

html {
	background: black;
}


.close.close-menu svg {
	background: #000000;
}

.element-btn-action .action-posion {
	margin: auto;
	margin-bottom: 6.083333vw;
}

#footer .nav-link {
	width: fit-content;
}

.col-lg-12 , .col-12 , .col-md-1 , .col-1{
	position: relative;
}

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