/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.tw-absolute {
  position: absolute;
}

.\!tw-relative {
  position: relative !important;
}

.tw-relative {
  position: relative;
}

.tw-right-0 {
  right: 0px;
}

.tw-top-0 {
  top: 0px;
}

.tw-z-\[2\] {
  z-index: 2;
}

.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.tw-my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.tw-my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.tw-my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.tw-mb-24 {
  margin-bottom: 6rem;
}

.tw-mb-36 {
  margin-bottom: 9rem;
}

.tw-ml-1 {
  margin-left: 0.25rem;
}

.tw-ml-5 {
  margin-left: 1.25rem;
}

.tw-mr-5 {
  margin-right: 1.25rem;
}

.tw-mr-auto {
  margin-right: auto;
}

.tw-mt-10 {
  margin-top: 2.5rem;
}

.tw-mt-2 {
  margin-top: 0.5rem;
}

.tw-mt-20 {
  margin-top: 5rem;
}

.tw-mt-3 {
  margin-top: 0.75rem;
}

.tw-mt-5 {
  margin-top: 1.25rem;
}

.tw-mt-6 {
  margin-top: 1.5rem;
}

.tw-mt-8 {
  margin-top: 2rem;
}

.tw-mt-\[180px\] {
  margin-top: 180px;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-flex {
  display: flex;
}

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-w-16 {
  width: 4rem;
}

.tw-w-20 {
  width: 5rem;
}

.tw-w-3 {
  width: 0.75rem;
}

.tw-w-5 {
  width: 1.25rem;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-9 {
  width: 2.25rem;
}

.tw-w-\[120px\] {
  width: 120px;
}

.tw-w-\[150px\] {
  width: 150px;
}

.tw-w-\[300px\] {
  width: 300px;
}

.tw-w-\[6px\] {
  width: 6px;
}

.tw-w-\[88px\] {
  width: 88px;
}

.tw-w-full {
  width: 100%;
}

.tw-max-w-\[1280px\] {
  max-width: 1280px;
}

.tw-max-w-\[700px\] {
  max-width: 700px;
}

.tw-max-w-\[740px\] {
  max-width: 740px;
}

.tw-max-w-\[800px\] {
  max-width: 800px;
}

.tw-list-decimal {
  list-style-type: decimal;
}

.tw-list-disc {
  list-style-type: disc;
}

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tw-flex-col {
  flex-direction: column;
}

.tw-flex-wrap {
  flex-wrap: wrap;
}

.tw-flex-nowrap {
  flex-wrap: nowrap;
}

.tw-items-end {
  align-items: flex-end;
}

.tw-items-center {
  align-items: center;
}

.tw-gap-5 {
  gap: 1.25rem;
}

.tw-gap-y-\[60px\] {
  row-gap: 60px;
}

.tw-rounded-2xl {
  border-radius: 1rem;
}

.tw-rounded-lg {
  border-radius: 0.5rem;
}

.tw-border {
  border-width: 1px;
}

.tw-border-0 {
  border-width: 0px;
}

.\!tw-border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw-pl-2 {
  padding-left: 0.5rem;
}

.tw-pl-3 {
  padding-left: 0.75rem;
}

.tw-pl-6 {
  padding-left: 1.5rem;
}

.tw-pt-10 {
  padding-top: 2.5rem;
}

.tw-pt-3 {
  padding-top: 0.75rem;
}

.tw-pt-4 {
  padding-top: 1rem;
}

.tw-text-center {
  text-align: center;
}

.tw-indent-\[\.1em\] {
  text-indent: .1em;
}

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tw-text-\[14px\] {
  font-size: 14px;
}

.tw-text-\[9px\] {
  font-size: 9px;
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tw-capitalize {
  text-transform: capitalize;
}

.tw-leading-none {
  line-height: 1;
}

.tw-tracking-widest {
  letter-spacing: 0.1em;
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.roboto-condensed-400 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.dl--dot{
  display: inline-block;
  width: 100px;
  position: relative;
  margin-right: 20px;
}

.dl--dot::after{
  content: ":";
  position: absolute;
  right: 0;
}

*{
  /* box-sizing: border-box; */
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: "Gothic MB101 Bold", sans-serif;
  line-height: 1.6;
  font-weight: bold;
}

a:link,a:visited,a:active{
  color:rgb(0 0 0);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

a:hover{
  color:rgb(0 0 0 / .3);
}

.content--home{
  position: relative;
  z-index: 1;
}

.content--home .heading{
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  transform: translate(0,200%);
  opacity: 0;
}

.content--home .delighter .heading{
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.content--home .delighter.started .heading {
  transform: none;
  opacity: 1;
}

.content--home .content__menu .heading{
  /* color: #8F2109; */
  padding: 8px 24px;
}

.content--home .content__menu:hover .heading{
  color: #8F2109;
  background-color: white;
}

.header__logo{
  width: calc(105/375*100vw);
  margin: 0 auto;
  padding-top: 22px;
  @media screen and (min-width:680px) {
    width: 165px;
  }
  @media screen and (min-width:768px) {
    width: 120px;
  }
}

.header__inner{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

.header__btn-wrapper{
  width: 100%;
  position: absolute;
  top:0;
  padding: 0 12px;
  display: flex;
  justify-content: flex-end;
  @media screen and (min-width:768px) {
    width: 500px;

    right: 24px;
  }
}

.header_dropdownlist{
  opacity: 0;
  height: 0;
  transition: all .5s ease-out;
  overflow: hidden;
}

.header__menu, .header__menu li{
  position: relative;
  width: 160px;
  height: 60px;
}

.header__menu a, .header__menu li a{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* padding-right:  40px;
    padding-left:  40px; */
  transition: all .5s ease-out;
}

.header__menu:hover  .header_dropdownlist{
  /* display: block; */
  position: absolute;
  left: 0;
  top:60px;
  opacity: 1;
  height: auto;
}

.header__menu:hover a{
  background-color: #000;
  color: #fff;
}

.header__menu:hover a:hover{
  background-color: #000;
  color: #666;
}

.header__menu:hover > a:hover{
  color: #fff !important;
}

.header__btn{
  /* width: calc(75/680*100vw); */
  width: 50px;
  display: inline-block;
  aspect-ratio: 5 / 6;
  position: relative;
  @media screen and (min-width:680px) {
    width: 50px;
  }
}

.header__btn--search img{
  width: 22px;
  position: absolute;
  top: calc(24/75*100%);
  left: calc(22/75*100%);
  @media screen and (min-width:768px) {
  }
}

.header_shiseido{
  width: calc(48/375*100vw);
  position: absolute;
  top:7px;
  left: 20px;
  z-index: 4;
  @media screen and (min-width:680px) {
    display: none;
  }
}

.global-navigation__logo{
  width: 80px;
  padding-left:   16px;
  margin-bottom: 47px;
  /* padding-left: calc(25/375*100vw); */
  @media screen and (min-width:768px) {
    padding-left: 64px;
  }
}

.gnavi__wrap {
  width: 1200px;
  margin: 0 auto;
}

.gnavi__lists {
  display: flex;
}

.gnavi__list {
  width: 20%;
  height: 60px;
  background-color: #E5F0F8;
  position: relative;
  transition: all .3s;
}

.gnavi__list:hover {
  background-color: #0071BB;
}

.gnavi__list:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}

.gnavi__list:hover::before {
  background-color: #0071BB;
}

.gnavi__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #1b4059;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all .3s;
}

.gnavi__list:hover a {
  color: #fff;
}

.dropdown__lists {
  display: none;
  /*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}

.gnavi__list:hover .dropdown__lists {
  display: block;
  /*Gナビメニューにホバーしたら表示*/
}

.dropdown__list{
  background-color: #004d80;
  height: 60px;
  transition: all .3s;
  position: relative;
}

.dropdown__list:not(:first-child)::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3492d1;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown__list:hover {
  background-color: #003558;
}

.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.dropdown__list a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}

.content__menu{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.icon-love-empty{
  display: inline-block;
  background: url("../image/icon-love-empty.png") top left no-repeat transparent;
  width: 24px;
  height: 24px;
  background-size: cover;
}

.icon-love-full{
  display: inline-block;
  background: url("../image/icon-love-full.png") top left no-repeat transparent;
  width: 24px;
  height: 24px;
  background-size: cover;
}

.simplefavorite-button{
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.comment-form p{
  margin-top: 8px;
  margin-bottom: 8px;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url
{
  display: flex;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label
{
  width:20%
}

.comment-form-comment #comment, .comment-form input[type="text"]
, .comment-form input[type="email"]
, .comment-form input[type="url"]{
  border: solid 1px #ccc ;
  border-radius: 6px;
  width: 80%;
  padding: 4px 8px;
}

.form-submit{
  text-align: center;
}

.form-submit .submit{
  background-color: gray;
  color:#fff;
  padding: .875rem 1.75rem;
  border-radius: 6px;
}

.simplefavorites-modal-backdrop{
  background-color: rgba(0,0,0,.3);
}

.simplefavorites-modal-content, .simplefavorites-modal-content-body{
  border-radius: 10px !important;
  padding: 40px 20px;
}

.simplefavorites-modal-content-body .button--primary{
  background-color: #808080;
  color: white;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 6px;
}

.comment-form .comment-notes,
.comment-form .comment-form-cookies-consent,
.comment-form .logged-in-as{
  font-size: 12px;
}

.comment-form .required-field-message{
  display: inline-block;
  margin: 8px 0;
}

.carousel {
  /* background: #FAFAFA; */
  margin-bottom: 40px;
}

.carousel-cell {
  /* width: 100%;
    height: 200px; */
  margin-right: 10px;
  /* background: #8C8; */
  border-radius: 5px;
  counter-increment: carousel-cell;
}

/* cell number */

/* .carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
  }
   */

.carousel-nav{
  margin-top: 60px;
}

.carousel-nav .carousel-cell {
  height: 80px;
  width: 80px;
}

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell{
  opacity: .5;
}

.carousel-nav .carousel-cell.is-nav-selected {
  /* background: #ED2; */
  opacity: 1;
}

.flickity-prev-next-button{
  transform: scale(0.5) !important;
  top: 25% !important;
}

.flickity-prev-next-button.previous{
  left: 0 !important;
}

.flickity-page-dots{
  bottom: -35px!important;
}

.card__container{
  opacity: 0;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.card__container.active{
  opacity: 1;
}

.no-results.not-found{
  transform:translate(0) !important;
}

.content__menu .archive_year_menu a{
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: solid 3px #fff;
}

.content__menu .archive_year_menu.active a{
  border-color: #000;
}

.comments-title{
  text-align: center;
}

.comment-list .comment{
  margin-top: 1rem;
}

.comment-list .reply{
  font-size: .8rem;
}

.comment-list .comment-author .avatar{
  margin-right: .5rem;
}

.comment-list .comment-author{
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}

.comment-list .children{
  margin-left: 2rem;
}

.comment-meta .comment-metadata{
  display: none;
}

.comment-respond{
  margin-top: 1rem;
}

.hover\:tw-bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.hover\:tw-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:tw-bottom-9 {
    bottom: 2.25rem;
  }

  .md\:tw-right-9 {
    right: 2.25rem;
  }

  .md\:tw-ml-10 {
    margin-left: 2.5rem;
  }

  .md\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  .md\:tw-mr-4 {
    margin-right: 1rem;
  }

  .md\:tw-mt-0 {
    margin-top: 0px;
  }

  .md\:tw-mt-\[-20px\] {
    margin-top: -20px;
  }

  .md\:tw-mt-\[200px\] {
    margin-top: 200px;
  }

  .md\:tw-block {
    display: block;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-grid {
    display: grid;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-w-\[200px\] {
    width: 200px;
  }

  .md\:tw-w-\[45px\] {
    width: 45px;
  }

  .md\:tw-w-\[700px\] {
    width: 700px;
  }

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:tw-items-end {
    align-items: flex-end;
  }

  .md\:tw-gap-10 {
    gap: 2.5rem;
  }

  .md\:tw-gap-\[3\%\] {
    gap: 3%;
  }

  .md\:tw-gap-\[5\%\] {
    gap: 5%;
  }

  .md\:tw-text-right {
    text-align: right;
  }
}

.wp-pagenavi{
  margin-top: 40px;
  text-align: center;
}

.wp-pagenavi .pages{
  display: none;
}


.likebtn_container{
  margin-top: 20px;
}

body .lb-style-custom .lb-like-icon{
    width: 100px;
}

body .likebtn-label{
  display: none;
}

body .lb-style-custom .lb-like,
body .lb-style-custom .lb-dislike{
  /* border: none;
  background-color: transparent; */
  height: auto !important;
  margin-bottom: 20px;
  padding: 6px 6px 6px 6px;
  border-radius: 6px;

}

body .lb-style-custom .lb-count{
  font-family: "Gothic MB101 Bold", sans-serif !important;
    line-height: 1.6;
    font-weight: bold !important;
    font-size: 16px !important;
   padding:  0 7px 0 10px !important;
}

.simplefavorite-button{
  display: none;
}

.lb-voted .lb-like-icon, .lb-voted .lb-a:hover .lb-like-icon, .lb-style-gray .lb-voted .lb-like-icon, .lb-style-gray .lb-voted .lb-a:hover .lb-like-icon, .lb-style-white .lb-voted .lb-like-icon, .lb-style-white .lb-voted .lb-a:hover .lb-like-icon, .lb-style-black .lb-voted .lb-like-icon, .lb-style-black .lb-voted .lb-a:hover .lb-like-icon, .lb-style-padded .lb-voted .lb-like-icon, .lb-style-padded .lb-voted .lb-a:hover .lb-like-icon, .lb-style-drop .lb-voted .lb-like-icon, .lb-style-drop .lb-voted .lb-a:hover .lb-like-icon, .lb-style-lightgray .lb-voted .lb-like-icon, .lb-style-lightgray .lb-voted .lb-a:hover .lb-like-icon, .lb-style-transparent .lb-voted .lb-like-icon, .lb-style-transparent .lb-voted .lb-a:hover .lb-like-icon{
  background-image: none !important; 
}