@charset "utf-8";
/*
Theme Name: anstyle
Theme URI: https://anstyle.jp/
Description: anstyle
*/
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

h1 {
  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; /* 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-family: monospace, monospace; /* 1 */
  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 */
  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;
}
.sp_dispkay {
  display: none;
}
 *, *:before, *:after {
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	box-sizing: border-box;
 }
 ul {
  list-style: none;
  padding: 0;
  margin: 0;
 }
 .animation {
  animation: fade-in 3s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html,body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 100%;
  color: rgb(35, 24, 21);
  font-family: "Zen Old Mincho", 游明朝, "Yu Mincho", "Noto Serif", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
header#g_header {
  width: 100%;
  position: fixed;
  top: -150px;
  left: 0;
  background: rgb(255 255 255 / 0.8);
  z-index: 3;
  transition-duration: 1s;
}

header#g_header.fix_bar, .otherpage header#g_header {
  top: 0;
}
.pankuzu {
  padding: 0 40px;
  margin: 130px 0 0;
  color: #999;
  font-size: .875rem;
}
.pankuzu a {
  color: #CCC;
  text-decoration: none;
}
#index_catch {
  position: fixed;
  left: 8vw;
  bottom: 25%;
  color: rgb(255 255 255 / 0.8);
}
#index_catch h1, #index_catch h2 {
  font-weight: normal;
  text-shadow: 1px 1px 10px rgb(0 0 0 / 0.2);
  line-height: 1.5;
}
#index_catch h1 {
  font-size: 2.5vw;
  margin-bottom: .5em;
}
#index_catch h2 {
  font-size: 1.5vw;
  margin-bottom: 2.5em;
}
#logo_w {
  width: 7vw;
  opacity: .8;
}
#key {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
#index_content {
  position: relative;
    z-index: 2;
    background: #FFF;
    margin-top: 100vh;
}
.img100 {
  width: 100%;
  height: auto;
  display: block;
}
#logo {
  width: 120px;
}
#header_in {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#header_shop {
  width: 100%;
  background: #000;
  padding: .5em 40px;
}
#header_shop ul {
  display: flex;
  justify-content: flex-end;
}
#header_shop ul li {
  margin-left: 1em;
  font-size: .875rem;
}
#header_shop ul li a {
  color: #FFF;
  text-decoration: none;
}
.menu_drawer > ul {
  display: flex;
  justify-content: flex-end;
}
.menu_drawer > ul > li {
  margin-left: 2em;
}
.menu_drawer > ul > li a {
  color: #000;
  text-decoration: none;
  opacity: 1;
  transition-duration: .5s;
}
.menu_drawer > ul > li > a {
  display: inline-block;
  padding: 1em 0;
}
.mega {
  position: relative;
}

.mega > ul {
  position: absolute;
  top: 100%;
  right: 0;
  text-align: right;
  transition-duration: .5s;
  opacity: 0;
  visibility: hidden;
  background: #FFF;
  padding: 1em;
}

.mega > ul li {
  margin-bottom: .3em;
  white-space: nowrap;
}
.n_sec > div {
  padding: 40px 8vw;
}
.sec_header {
  display: flex;
  justify-content: space-between;
}
.an_index_title {
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.an_index_title span {
  display: block;
  font-size: 1rem;
  padding: .5em 0 0;
  color: rgb(0 0 0 / 0.4);
}
.s_bt {
  width: 200px;
}
.s_bt a {
  display: block;
  width: 100%;
  white-space: nowrap;
  line-height: 50px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 0 2em;
  position: relative;
  opacity: 1;
  transition-duration: .3s;
}
.ss_bt a {
display: inline-block;
white-space: nowrap;
background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: .75em 2em;
  position: relative;
  opacity: 1;
  transition-duration: .3s;
}
.s_bt a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
.sn_recommend_item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sn_recommend_item ul li {
  width: 22%;
}
.sn_recommend_item ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.sn_recommend_item ul li a {
  text-decoration: none;
  color: rgb(35, 24, 21);
}
.sn_recommend_item ul li span.an_itemtitle,
.sn_recommend_item ul li span.an_itemprice {
  display: block;
}
.an_itemcate {
  border: 1px solid #000;
  padding: .25rem;
  display: inline-block;
  font-size: .875rem;
  margin-top: 1em;
}
.an_itemtitle {
  margin: .5em 0;
  line-height: 1.5;
}
.an_itemprice {
  font-size: .875rem;
}
.flex-two {
  display: flex;
}
.flex-two > div {
  width: 48%;
}
.js_space {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.mb2em {
  margin-bottom: 2em;
}
.mb4em {
  margin-bottom: 4em;
}
.an_index_side img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.an_index_sidetitle {
  display: block;
  line-height: 1.5;
  margin-bottom: .5em;
}
.an_index_sidetitle a {
  text-decoration: none;
  color: #000;
}
.an_index_info p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.an_index_side time {
  font-size: .875rem;
  color: #999;
}
.an_index_infotag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.an_index_infotag li {
  margin: 0 .5em .5em 0;
  font-size: .875rem;
}
.an_index_infotag li a {
  text-decoration: none;
  display: inline-block;
  color: #999;
  border: 1px solid #999;
  border-radius: 999px;
  padding: .2em .5em;
}
.an_index_infotag li a::before {
  content: "#";
}
#index_journal > div .flex-two:nth-child(even) {
  flex-direction: row-reverse;
}
#index_about > div {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#index_about h1 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
#index_about p {
  line-height: 1.8;
  margin-bottom: 2em;
  text-align: center;
}
#index_news > div {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#index_about .s_bt, #index_news .s_bt {
  margin: 0 auto;
}

.an_inedx_newstitle h1 {
  text-align: center;
  letter-spacing: .25em;
  text-indent: .25em;
}
.an_inedx_newstitle h1 span {
  letter-spacing: 0;
}
.an_inedx_newslist ul {
  margin-bottom: 2em;
}
.an_inedx_newslist ul li {
  border-top: 1px solid #999;
  padding: 1em 0;
}
.an_inedx_newslist ul li:last-child {
  border-bottom: 1px solid #999;
}
.an_inedx_newslist ul li time {
  display: inline-block;
  margin-right: 1em;
}
.an_inedx_newslist ul li a {
  text-decoration: none;
  color: #000;
}
footer {
  background: #DDD;
  position: relative;
  z-index: 2;
}
footer > div {
  padding: 40px 8vw;
}
#footer_in {
  display: flex;
  justify-content: space-between;
}
#footer_nav, #footer_nav ul {
  display: flex;
}
#footer_nav ul {
  justify-content: flex-end;
}
#footer_nav ul li {
  margin-left: 1em;
  height: 1.5em;
}
#footer_nav ul li a {
  color: #000;
  text-decoration: none;
}
#footer_info p {
  line-height: 1.8;
}
#footer_info form {
  margin-bottom: 1em;
}
#sns_link li:first-child {
  margin-left: 1em;
  border-left: 1px solid #999;
  padding-left: 1em;
}
#copy {
  text-align: right;
  padding: 1em 0;
}
.wvg-gallery-thumbnail-image img {
  aspect-ratio: 2 / 3;
      object-fit: cover;
}
.otherpage main {
  padding: 8vw;
}
.woocommerce-result-count {
  float: left;
}
.woocommerce-ordering {
  float: right;
}
.columns-4 {
  clear: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columns-4::before {
  content: "";
  width: 22%;
  display: block;
  order: 1;
}
.columns-4::after {
  content: "";
  width: 22%;
  display: block;
}
.columns-4 li {
  width: 22%;
  line-height: 1.5;
}
.columns-4 li a {
  color: #000;
  text-decoration: none;
}
.columns-4 li img {
  display: block;
  width: 100%;
  height: auto;
}
.detail_pro {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.woocommerce-loop-product__title {
  font-size: 1rem;
  margin-bottom: .2em;
}
.ajax_add_to_cart {
  display: none;
}
.woo-variation-product-gallery {
  width: 30%;
}
.sss {
  width: 40%;
}
#side_itemcate {
  width: 20%;
}
.entry-title {
  font-size: 1.5rem;
}
.woocommerce-Reviews-title {
  font-size: 1rem;
}
.quantity {
  margin: 0 0 .75em;
}
.quantity .input-text {
  width:3em;
}
.cart {
  margin-bottom: 2em;
}
.woocommerce-product-details__short-description {
  margin: 2em 0;
}
#side_itemcate .product-category {
  border-top: 1px solid #CCC;
  padding: .25em 0;
}
#side_itemcate .product-category a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.widgettitle {
  margin-top: 0;
  font-size: 1.25rem;
  border-top: 3px solid #000;
  padding-top: .5em;
}
#side_itemcate .product-category a .count {
  display: none;
}
#side_itemcate .product-category a img {
  width: 20%;
  height: auto;
  display: block;
  margin: 0 10px 0 0;
}
#side_itemcate .product-category:last-child {
  border-bottom: 1px solid #CCC;
}
.woocommerce-loop-category__title {
  margin: 0;
  font-weight: normal;
  padding: 0;
}
button[type="submit"] {
    display: inline-block;
    white-space: nowrap;
    line-height: 50px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: .5em;
    padding: 0 1.5em;
    position: relative;
    opacity: 1;
    transition-duration: .3s;
    border: none;
}
#reviews {
  margin-top: 2em;
}
.product_meta > span {
  display: block;
  margin-bottom: .5em;
  line-height: 1.5;
  color: #999;
}
.product_meta a {
  color: #999;
  text-decoration: none;
}
@media (any-hover: hover) {
 .mega:hover > ul {
  opacity: 1;
  visibility: visible;
}
.menu_drawer > ul > li a:hover, .s_bt a:hover {
  opacity: .6;
}
}