@charset "UTF-8";
/*
Theme Name: CHOUCHOUNA
Theme URI: 
Author: the Greenvader team
Author URI: https://greenvader.com/
Description: CHOUCHOUNAのブランドサイト
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chouchouna
Tags: 

CHOUCHOUNA Theme, (C) 2025 Greenvader.com
CHOUCHOUNA is distributed under the terms of the GNU GPL.
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

html {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.0625rem;
}

body {
  font-family: "Lora", "Noto Serif JP", "リュウミン R-KL", "Ryumin Regular KL", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Times New Roman", "メイリオ", "Meiryo", "MS PMincho", "MS P明朝", "serif";
  font-size: 0.875rem;
  color: rgb(60, 60, 60);
  background-color: rgb(255, 255, 255);
}
body.is-modal {
  overflow: hidden;
  overscroll-behavior-y: none;
}

p {
  margin: 0 0 1.5rem 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0 0 0.875rem 0;
  line-height: 1.5;
}

h1 {
  font-size: 1.625rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

/*body .is-layout-flow > *+* {
	margin: 0 0 2.4rem 0;
}*/
.editor-visual-editor {
  background-color: #fff;
}

.antialias p,
.antialias h1,
.antialias h2,
.antialias h3,
.antialias table tr td,
.antialias a {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

.antialias p img,
.antialias h1 img,
.antialias h2 img,
.antialias h3 img,
.antialias table tr td img,
.antialias a img {
  -webkit-transform: rotate(-0.05deg);
          transform: rotate(-0.05deg);
}

.c-icon__mobileMenu {
  display: none;
}
@media screen and (max-width: 640px) {
  .c-icon__mobileMenu {
    position: absolute;
    display: block;
    top: 1.4375rem;
    left: 0.9375rem;
  }
}
@media screen and (max-width: 640px) {
  .c-icon__mobileMenu .fa-bars {
    font-size: 1.375rem;
  }
}
.c-icon__search .fa-magnifying-glass {
  cursor: pointer;
}
.c-icon__close {
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
  border: none;
  color: rgb(60, 60, 60);
  background-color: rgb(245, 245, 248);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding-left: 0;
  cursor: pointer;
  vertical-align: middle;
}
.c-icon__close i {
  margin: 0;
}

.link-with-arrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .link-with-arrow {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .link-with-arrow {
    width: 100%;
    padding: 0 0.375rem;
    margin: 0 auto;
  }
}
.link-with-arrow a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.link-with-arrow a::after {
  content: ">";
  display: inline-block;
  margin-left: 1.25rem;
}

.c-shopList__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: rgb(253, 250, 244);
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  gap: 0;
}
@media screen and (max-width: 640px) {
  .c-shopList__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-shopList__link img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.c-shopList__link__map {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .c-shopList__link__map {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
}
@media screen and (max-width: 640px) {
  .c-shopList__link__map {
    width: 100% !important;
  }
}
.c-shopList__link__map figure {
  margin: 0 0 1.5rem 0 !important;
}
.c-shopList__link__map figure img {
  max-width: 38.75rem;
}
.c-shopList__link__text {
  vertical-align: middle;
  text-align: left;
  color: rgb(60, 60, 60);
  line-height: 1.8;
  font-size: 1rem;
  width: 44%;
}
@media screen and (max-width: 768px) {
  .c-shopList__link__text {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .c-shopList__link__text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 0.875rem;
    font-size: 0.875rem;
  }
}
.c-shopList__link__text h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-shopList__link__text h1 {
    font-size: 1.75rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 640px) {
  .c-shopList__link__text h1 {
    font-size: 1.25rem;
    margin: 2.5rem auto 0.625rem auto;
  }
}
.c-shopList__link__text h1 p {
  margin: 0;
}
.c-shopList__link__text h1 img {
  max-width: 10.4375rem;
}
@media screen and (max-width: 640px) {
  .c-shopList__link__text h1 img {
    max-width: initial;
    width: 50%;
  }
}
.c-shopList__link__text h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-shopList__link__text h2 {
    font-size: 1.75rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 640px) {
  .c-shopList__link__text h2 {
    font-size: 1.25rem;
    margin: 2.5rem auto 0.625rem auto !important;
  }
}
.c-shopList__link__text h2 figure {
  margin: 0;
}
.c-shopList__link__text h2 img {
  max-width: 10.4375rem;
}
@media screen and (max-width: 640px) {
  .c-shopList__link__text h2 img {
    max-width: initial;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .c-shopList__link__text h2 + p {
    margin-top: 0;
  }
}
.c-shopList__link__text.wp-block-column:nth-of-type(2) {
  margin-left: 0;
}
.c-shopList__link__text > div {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-shopList__link__text p.link-with-arrow {
    margin-top: 0.9791875rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .c-shopList__link__text p.link-with-arrow {
    margin-bottom: 2.5rem;
  }
}
.c-shopList__link__text p.link-with-arrow a {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid rgb(0, 0, 0);
}

.c-policy {
  max-width: 70rem;
  width: 80%;
  margin: 2.4rem auto 2.4rem auto;
}
@media screen and (max-width: 640px) {
  .c-policy {
    max-width: initial;
    padding: 0 1.4rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 2.4rem auto 2.4rem auto;
  }
}
.c-policy header {
  margin-bottom: 6rem;
}
.c-policy header h2 {
  text-align: center;
  color: rgb(80, 80, 80);
  margin-top: 4.8rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 640px) {
  .c-policy header h2 {
    font-size: 2rem;
  }
}
.c-policy section h2 {
  font-size: 1.8rem;
  color: rgb(80, 80, 80);
  border-bottom: 1px solid rgb(100, 100, 100);
  margin-top: 4rem;
  margin-bottom: 2.4rem;
}

.c-products__engage__list, .c-products__marriage__list {
  margin-bottom: 2.5rem;
}
.c-products__engage__list ul, .c-products__marriage__list ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.c-products__engage__list ul li, .c-products__marriage__list ul li {
  list-style: none;
  font-size: 0.875rem;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50%;
  padding-top: 18%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .c-products__engage__list ul li, .c-products__marriage__list ul li {
    display: inline-block;
    width: 100%;
    padding-top: 35%;
  }
}
.c-products__engage__list ul li a, .c-products__marriage__list ul li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-products__engage__list ul li a img, .c-products__marriage__list ul li a img {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -42%);
          transform: translate(-50%, -42%);
}

.c-products__marriage {
  margin-top: 5rem;
}
.c-products__engage {
  margin-top: 5rem;
  /*@include g.media-mobile {
  	margin-top: g.rem(30);
  }*/
}
.c-products__engage__list ul {
  padding: 0 0.625rem;
}
.c-products__engage__list ul li {
  width: 25%;
  padding-top: 15%;
}
@media screen and (max-width: 768px) {
  .c-products__engage__list ul li {
    width: 33.333%;
    padding-top: 18%;
  }
}
@media screen and (max-width: 640px) {
  .c-products__engage__list ul li {
    width: 100%;
    padding-top: 60%;
  }
}
.c-products__engage__list ul li a img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  width: 100%;
}

#container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 80rem;
  min-height: 31.25rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #container {
    padding: 0 0.625rem;
  }
}
@media screen and (max-width: 640px) {
  #container {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .about__concept__title {
    font-size: 1.25rem !important;
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
}
@media screen and (max-width: 640px) {
  .about__concept__text {
    font-size: 0.875rem !important;
    margin-bottom: 2.5rem !important;
  }
}
@media screen and (max-width: 640px) {
  .about__concept__text p {
    font-size: 0.875rem !important;
    margin-top: 1.875rem !important;
  }
}
.about__material__layer {
  position: relative;
  border: 0.0625rem solid rgb(60, 60, 60);
  padding-top: 62.9%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .about__material__layer {
    padding-top: 80%;
  }
}
@media screen and (max-width: 768px) {
  .about__material__layer {
    padding-top: 100%;
  }
}
@media screen and (max-width: 640px) {
  .about__material__layer {
    border: none;
    padding-top: 0;
    overflow: visible;
  }
}
.about__material__layer__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-editor-block-list__block .about__material__layer__image {
  position: absolute;
}
@media screen and (max-width: 640px) {
  .block-editor-block-list__block .about__material__layer__image {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .about__material__layer__image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vw;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0.0625rem solid rgb(60, 60, 60);
  }
}
.about__material__layer__image img {
  position: relative;
  display: inline-block;
  max-width: initial;
  top: -1%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: auto !important;
  height: 106% !important;
}
@media screen and (max-width: 768px) {
  .about__material__layer__image img {
    top: -1%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: auto !important;
    height: 106% !important;
  }
}
@media screen and (max-width: 640px) {
  .about__material__layer__image img {
    position: relative;
    display: inline-block;
    max-width: initial;
    top: 50%;
    left: -10.5%;
    -webkit-transform: translate(0, -48%);
            transform: translate(0, -48%);
    width: 116% !important;
    height: auto !important;
  }
}
.about__material__layer__image.block-editor-block-list__block > div:has(img) {
  width: 100%;
  height: 100%;
}
.about__material__layer__title {
  text-align: center;
  font-size: 2.3125rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .about__material__layer__title {
    position: absolute;
    top: -62vw;
    width: 100%;
    text-align: center;
    font-size: 1.6875rem;
    line-height: 1;
    margin: 0 auto;
    padding: 0.75rem 0 1em 0;
  }
}
.about__material__layer__title img {
  max-width: 16rem;
}
@media screen and (max-width: 640px) {
  .about__material__layer__title img {
    display: inline-block;
    width: 60%;
    height: auto;
    max-width: initial;
  }
}
.about__material__layer__text {
  position: absolute;
  width: 32% !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto !important;
}
.block-editor-block-list__block .about__material__layer__text {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .about__material__layer__text {
    width: 50% !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 640px) {
  .about__material__layer__text {
    position: relative;
    width: 100% !important;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0 auto;
  }
}
.about__material__layer__text p {
  text-align: center;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .about__material__layer__text p {
    margin-top: 1.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.875rem;
  }
}
.about__material .about__material__metal p, .about__material .about__material__surface p {
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .about__material .about__material__metal, .about__material .about__material__surface {
    max-width: 28.125rem;
    margin: 3.75rem auto 3.125rem auto;
  }
}
.about__material .about__material__metal__intro, .about__material .about__material__surface__intro {
  max-width: 28.125rem;
  text-align: center;
  margin: 5rem auto 3.125rem auto;
}
@media screen and (max-width: 640px) {
  .about__material .about__material__metal__intro, .about__material .about__material__surface__intro {
    padding: 0 0.875rem;
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 640px) {
  .about__material .about__material__metal__title, .about__material .about__material__surface__title {
    font-size: 1.125rem !important;
    margin-bottom: 2.5rem !important;
    text-align: center;
  }
}
.about__material .about__material__metal__list, .about__material .about__material__surface__list {
  width: 90%;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (max-width: 640px) {
  .about__material .about__material__metal__list, .about__material .about__material__surface__list {
    width: 100%;
  }
}
.about__material .about__material__metal__list__image.wp-block-column, .about__material .about__material__surface__list__image.wp-block-column {
  position: relative;
  padding-top: 18%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .about__material .about__material__metal__list__image.wp-block-column, .about__material .about__material__surface__list__image.wp-block-column {
    padding-top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .about__material .about__material__metal__list__image.wp-block-column, .about__material .about__material__surface__list__image.wp-block-column {
    padding-top: 40%;
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
}
@media screen and (max-width: 640px) {
  .about__material .about__material__metal__list__image.wp-block-column, .about__material .about__material__surface__list__image.wp-block-column {
    position: relative;
    padding-top: 70%;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}
.about__material .about__material__metal__list__image.wp-block-column figure, .about__material .about__material__surface__list__image.wp-block-column figure {
  position: absolute;
  top: 0;
  right: 10%;
  width: 50%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .about__material .about__material__metal__list__image.wp-block-column figure, .about__material .about__material__surface__list__image.wp-block-column figure {
    position: absolute;
    top: 0;
    right: 10%;
    width: 70%;
    height: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__material .about__material__metal__list__image.wp-block-column figure, .about__material .about__material__surface__list__image.wp-block-column figure {
    position: absolute;
    top: 0;
    right: 10%;
    width: 90%;
    height: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .about__material .about__material__metal__list__image.wp-block-column figure, .about__material .about__material__surface__list__image.wp-block-column figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
}
.block-editor .about__material .about__material__metal__list__image.wp-block-column figure > div, .block-editor .about__material .about__material__surface__list__image.wp-block-column figure > div {
  width: 100% !important;
  height: 100% !important;
}
.about__material .about__material__metal__list__image.wp-block-column figure img, .about__material .about__material__surface__list__image.wp-block-column figure img {
  position: relative;
  top: -40%;
  left: -5%;
  display: block;
  width: 120%;
  height: auto;
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .about__material .about__material__metal__list__image.wp-block-column figure img, .about__material .about__material__surface__list__image.wp-block-column figure img {
    top: -12%;
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about__material .about__material__metal__list__image.wp-block-column figure img, .about__material .about__material__surface__list__image.wp-block-column figure img {
    top: -8%;
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .about__material .about__material__metal__list__image.wp-block-column figure img, .about__material .about__material__surface__list__image.wp-block-column figure img {
    position: relative;
    top: -25%;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .about__material .about__material__metal__list__title, .about__material .about__material__surface__list__title {
    font-size: 1.125rem !important;
    text-align: center;
  }
}
.about__material .about__material__metal__list__text.wp-block-column, .about__material .about__material__surface__list__text.wp-block-column {
  margin-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about__material .about__material__metal__list__text.wp-block-column, .about__material .about__material__surface__list__text.wp-block-column {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
}
@media screen and (max-width: 640px) {
  .about__material .about__material__metal__list__text.wp-block-column, .about__material .about__material__surface__list__text.wp-block-column {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .about__material .about__material__metal__list__text.wp-block-column p, .about__material .about__material__surface__list__text.wp-block-column p {
    padding-right: 20% !important;
  }
}
@media screen and (max-width: 640px) {
  .about__material .about__material__metal__list__text.wp-block-column p, .about__material .about__material__surface__list__text.wp-block-column p {
    padding: 0 0.875rem !important;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__material__surface .about__material__surface__list__image.wp-block-column {
    padding-top: 35%;
  }
}
@media screen and (max-width: 640px) {
  .about__material__surface .about__material__surface__list__image.wp-block-column {
    padding-top: 50%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .about__material__surface .about__material__surface__list__image.wp-block-column figure {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .about__material__surface .about__material__surface__list__image.wp-block-column figure {
    width: 85%;
  }
}
@media screen and (max-width: 640px) {
  .about__material__surface .about__material__surface__list__image.wp-block-column figure {
    left: 0;
    width: 70%;
    margin: 0 auto;
  }
}
.about__material__surface .about__material__surface__list__image.wp-block-column figure img {
  position: relative;
  top: -100%;
  left: -60%;
  display: block;
  width: 210%;
  max-width: initial;
}
@media screen and (max-width: 1024px) {
  .about__material__surface .about__material__surface__list__image.wp-block-column figure img {
    top: -80%;
    left: -55%;
    width: 200%;
  }
}
@media screen and (max-width: 768px) {
  .about__material__surface .about__material__surface__list__image.wp-block-column figure img {
    top: -65%;
    left: -53%;
    width: 200%;
  }
}
@media screen and (max-width: 640px) {
  .about__material__surface .about__material__surface__list__image.wp-block-column figure img {
    position: relative;
    top: -80%;
    left: -55%;
    width: 200%;
  }
}

.bridal__engage__title, .bridal__marriage__title {
  font-size: 2.125rem;
  text-align: center;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid rgb(180, 180, 180);
}
.bridal__engage__title img, .bridal__marriage__title img {
  max-width: 18.75rem;
}
@media screen and (max-width: 640px) {
  .bridal__engage__title img, .bridal__marriage__title img {
    width: 60%;
    max-width: initial;
  }
}

@media screen and (max-width: 640px) {
  .bridal__engage {
    margin-top: 1.875rem !important;
  }
}

@media screen and (max-width: 768px) {
  .company__outline {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .company__outline {
    padding: 0 0.875rem !important;
    width: 100%;
    margin-top: 1.5rem !important;
  }
}
@media screen and (max-width: 640px) {
  .company__outline h2 {
    margin-top: 3rem !important;
    font-size: 1.25rem !important;
  }
}
.company__outline figure {
  margin: 0;
}
.company__outline a {
  text-decoration: none;
}
.company__outline table {
  border: none;
  width: 100%;
  border-bottom: 0.0625rem solid rgb(200, 200, 200);
}
.company__outline table td {
  border: none;
  vertical-align: middle;
  padding: 0.625rem 0 0.625rem 0;
  border-top: 0.0625rem solid rgb(200, 200, 200);
}
.company__outline table td:first-child {
  padding-left: 0.9375rem;
  width: 8.75rem;
}
@media screen and (max-width: 640px) {
  .company__outline table td:first-child {
    width: 6.25rem;
  }
}
.company__outline table td:nth-child(2) p {
  border-left: 0.0625rem solid rgb(200, 200, 200);
  padding-left: 0.9375rem;
  margin: 0;
}
.company__outline table td p:last-child {
  margin-bottom: 0;
}

.contact {
  /*max-width: 74.8rem;*/
  margin: 0 auto 3.125rem auto;
}
@media screen and (max-width: 640px) {
  .contact {
    padding: 0 0.375rem;
    margin: 0 auto 1.875rem auto;
  }
}
.contact__title {
  margin: 2.5rem auto 2.5rem auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .contact__title {
    margin: 1.875rem auto 1.875rem auto !important;
    font-size: 1.25rem;
  }
}
.contact__form__privacy .smf-item__col--controls {
  padding-top: 0;
}
.contact__form__image {
  margin-top: 2.5rem;
}
.contact .smf-form--business .smf-item {
  border: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .smf-form--business .smf-item .smf-item__col--label {
  max-width: 15.625rem;
  -webkit-flex-basis: 15.625rem;
      -ms-flex-preferred-size: 15.625rem;
          flex-basis: 15.625rem;
  background-color: transparent;
  border: none;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .contact .smf-form--business .smf-item .smf-item__col--label {
    max-width: initial;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0 0 0.375rem 0;
  }
}
.contact .smf-form--business .smf-item .smf-item__col--controls {
  max-width: calc(100% - 15.625rem);
  -webkit-flex-basis: calc(100% - 15.625rem);
      -ms-flex-preferred-size: calc(100% - 15.625rem);
          flex-basis: calc(100% - 15.625rem);
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .contact .smf-form--business .smf-item .smf-item__col--controls {
    max-width: initial;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0 0 1.5rem 0;
  }
}
.contact .smf-form--business .smf-item .smf-item__col--controls input {
  width: 100%;
  max-width: 26.75rem;
  background-color: rgb(250, 250, 250);
  line-height: 1.5;
  padding: 0.375rem;
}
@media screen and (max-width: 640px) {
  .contact .smf-form--business .smf-item .smf-item__col--controls input {
    max-width: initial;
  }
}
.contact .smf-form--business .smf-item .smf-item__col--controls textarea {
  background-color: rgb(250, 250, 250);
}
.contact .smf-action {
  margin-bottom: 1.25rem;
}
.contact .smf-action .smf-button-control__control {
  width: 7.5rem;
  height: 3.125rem;
  background-image: none;
  background-color: rgb(0, 18, 82);
  border: 0.0625rem solid rgb(0, 18, 82);
  border-radius: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.no-touch .contact .smf-action .smf-button-control__control:hover {
  background-color: rgb(40, 58, 122);
  border: 0.0625rem solid rgb(40, 58, 122);
}
.contact .snow-monkey-form[data-screen=confirm] + .contact__form__confirm {
  display: none;
}
.contact .contact__form__fix {
  display: none;
}
.contact .snow-monkey-form[data-screen=confirm] ~ .contact__form__fix {
  display: block;
}

#footer-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 80rem;
  padding: 2.5rem 0.625rem 0 0.625rem;
  margin: 2.5rem auto 0 auto;
  text-align: center;
  border-top: 0.0625rem solid rgb(60, 60, 60);
}
@media screen and (max-width: 640px) {
  #footer-area {
    padding: 0;
  }
}
#footer-area #footer-link {
  font-size: 0.75rem;
  display: none;
}
@media screen and (max-width: 640px) {
  #footer-area #footer-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    font-size: 0;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 640px) {
  #footer-area #footer-link a {
    display: inline-block;
    font-size: 0.6875rem;
    text-decoration: none;
    color: rgb(60, 60, 60);
  }
}
#footer-area #copyright {
  font-size: 0.75rem;
  padding-top: 0.9375rem;
  border-top: 0.0625rem solid rgb(60, 60, 60);
  margin-bottom: 1.1875rem;
}
@media screen and (max-width: 640px) {
  #footer-area #copyright {
    padding-top: 0.3125rem;
    border: none;
    font-size: 0.6875rem;
  }
}

.mainHeader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  max-width: 80rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mainHeader {
    padding: 0;
    padding-top: 1.25rem;
  }
}
.mainHeader__logo {
  margin-top: 3.75rem;
  margin-bottom: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mainHeader__logo {
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
}
.mainHeader__logo h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.mainHeader__logo img {
  max-width: 13.75rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .mainHeader__logo img {
    width: 40%;
  }
}
.mainHeader__instagram {
  position: absolute;
  top: 0.3125rem;
  right: 1.25rem;
}
@media screen and (max-width: 640px) {
  .mainHeader__instagram {
    top: 1.4375rem;
    right: 0.9375rem;
  }
}
.mainHeader__instagram .fa-instagram {
  color: rgb(60, 60, 60);
}

.item__detail, .item__serial, .item__price {
  margin-bottom: 0.625rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid rgb(215, 215, 215);
}
.item__detail table, .item__serial table, .item__price table {
  border: none;
  margin: 0;
}
.item__detail table tr td:first-child, .item__serial table tr td:first-child, .item__price table tr td:first-child {
  padding: 0 0 0.3125rem 0;
  width: 5.3125rem;
  text-align: left;
}

.item__marriage, .item__engage {
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .item__marriage, .item__engage {
    padding: 0 0.375rem;
  }
}
.item__nextItem {
  position: absolute;
  top: 6.875rem;
  z-index: 100;
  right: 0;
}
@media screen and (max-width: 768px) {
  .item__nextItem {
    top: 4.375rem;
  }
}
@media screen and (max-width: 640px) {
  .item__nextItem {
    top: 6.875rem;
    font-size: 0.8125rem;
    right: 0.375rem;
  }
}
.item__nextItem a {
  display: block;
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
}
.no-touch .item__nextItem a:hover {
  color: rgb(128, 128, 128);
}
.item__nextItem a img {
  display: inline-block;
  width: 1.875rem;
  height: auto;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 640px) {
  .item__nextItem a img {
    width: 1.25rem;
    margin-bottom: 0.375rem;
  }
}
.item__previousItem {
  position: absolute;
  top: 6.875rem;
  z-index: 100;
  left: 0;
}
@media screen and (max-width: 768px) {
  .item__previousItem {
    top: 4.375rem;
  }
}
@media screen and (max-width: 640px) {
  .item__previousItem {
    top: 6.875rem;
    font-size: 0.8125rem;
    left: 0.375rem;
  }
}
.item__previousItem a {
  display: block;
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
}
.no-touch .item__previousItem a:hover {
  color: rgb(128, 128, 128);
}
.item__previousItem a img {
  display: inline-block;
  width: 1.875rem;
  height: auto;
  margin-bottom: 0.9375rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 640px) {
  .item__previousItem a img {
    width: 1.25rem;
    margin-bottom: 0.375rem;
  }
}
.item__area {
  position: relative;
  top: 0;
  left: 0;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .item__area {
    text-align: center;
  }
}
.item__gallery {
  position: relative;
  max-width: 58.75rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 27%;
}
@media screen and (max-width: 640px) {
  .item__gallery {
    margin-bottom: 2.5rem;
    padding-top: 32%;
  }
}
@media screen and (max-width: 640px) {
  .item__marriage .item__gallery img {
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
  }
}
.item__engage .item__gallery {
  position: relative;
  display: inline-block;
  max-width: 29.375rem;
  top: 0;
  left: 0;
  width: calc(55% - 1.875rem);
  height: 0;
  overflow: hidden;
  margin: 0 0 0 1.875rem;
  padding-top: 40%;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .item__engage .item__gallery {
    margin: 0 auto 0 auto;
    width: calc(100% - 3.875rem);
    padding-top: 60%;
  }
}
.item__engage .item__gallery img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -64%);
          transform: translate(-50%, -64%);
  width: 100%;
  height: auto;
  max-width: 28.125rem;
}
@media screen and (max-width: 768px) {
  .item__engage .item__gallery img {
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
  }
}
@media screen and (max-width: 640px) {
  .item__engage .item__gallery img {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
.item__gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.item__gallery__thumbnail {
  position: absolute;
  top: 0;
  left: 1.875rem;
  max-width: 29.375rem;
  width: calc(55% - 1.875rem);
  padding-top: 28%;
  z-index: 120;
}
@media screen and (max-width: 768px) {
  .item__gallery__thumbnail {
    padding-top: 30%;
  }
}
@media screen and (max-width: 640px) {
  .item__gallery__thumbnail {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: calc(100% - 3.875rem);
    padding-top: 0;
  }
}
.item__gallery__thumbnail ul {
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .item__gallery__thumbnail ul {
    text-align: left;
    padding: 0;
  }
}
.item__gallery__thumbnail ul li {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24%;
  border: 0.0625rem solid rgb(215, 215, 215);
  margin-right: 4%;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.item__gallery__thumbnail ul li:nth-of-type(3n+1) {
  margin-left: 10%;
}
.item__gallery img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  width: 100%;
  height: auto;
}
.item__marriage .item__description {
  margin-bottom: 2.5rem;
}
.item__marriage .item__description hr {
  width: 80%;
  margin: 0 auto 1.5rem auto;
  border: none;
  background-color: rgb(215, 215, 215);
  height: 0.125rem;
}
@media screen and (max-width: 768px) {
  .item__marriage .item__description hr {
    width: 90%;
  }
}
.item__engage .item__description {
  font-size: 0.875rem;
  display: inline-block;
  max-width: 23.125rem;
  width: calc(37% - 1.875rem);
  margin: 0 3rem 0 5%;
}
@media screen and (max-width: 768px) {
  .item__engage .item__description {
    margin-left: 2.5%;
    width: calc(42% - 1.875rem);
  }
}
@media screen and (max-width: 640px) {
  .item__engage .item__description {
    text-align: left;
    margin: 0 0 2.5rem 0;
    width: 100%;
  }
}
.item__engage .item__description hr {
  width: 100%;
  margin: 0 auto 1.5rem auto;
  border: none;
  background-color: rgb(215, 215, 215);
  height: 0.125rem;
}
@media screen and (max-width: 768px) {
  .item__engage .item__description hr {
    width: 90%;
  }
}
.item__titleJp {
  text-align: center;
  margin-bottom: 1.25rem;
  color: rgb(0, 0, 0);
}
.item__engage .item__titleJp {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .item__engage .item__titleJp {
    text-align: center;
  }
}
.item__titleFr {
  font-size: 1.5rem;
  color: rgb(0, 18, 82);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 640px) {
  .item__titleFr {
    font-size: 1.25rem;
  }
}
.item__engage .item__titleFr {
  text-align: left;
  margin-top: 1.875rem;
}
@media screen and (max-width: 640px) {
  .item__engage .item__titleFr {
    text-align: center;
  }
}
.item__marriage .item__caption {
  width: 50%;
  text-align: center;
  margin: 0 auto 0 auto;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .item__marriage .item__caption {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .item__marriage .item__caption {
    width: 80%;
  }
}
.item__engage .item__caption {
  text-align: left;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .item__engage .item__caption {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .item__engage .item__caption {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
.item__specFlex {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 768px) {
  .item__specFlex {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .item__specFlex {
    width: 86%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 0 auto 0 auto;
  }
}
.item__maleSpec {
  width: 45%;
  max-width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .item__maleSpec {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .item__maleSpec {
    width: 100%;
    max-width: initial;
    margin-bottom: 1.875rem;
  }
}
.item__femaleSpec {
  width: 45%;
  max-width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .item__femaleSpec {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .item__femaleSpec {
    width: 100%;
    max-width: initial;
  }
}
.item__engage .item__femaleSpec {
  width: 100%;
  padding-top: 0.625rem;
  border-top: 0.0625rem solid rgb(215, 215, 215);
}
@media screen and (max-width: 640px) {
  .item__engage .item__femaleSpec {
    margin: 0 auto;
    width: 86%;
    max-width: initial;
  }
}
.item__specTitle {
  color: rgb(0, 18, 82);
  font-size: 1.5rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid rgb(215, 215, 215);
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 640px) {
  .item__specTitle {
    font-size: 1.25rem;
  }
}
.item__specTitle span {
  font-size: 0.8125rem;
}
.item__price table tr td:last-child {
  padding: 0 0 0.3125rem 0;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .item__price table tr td:last-child {
    white-space: nowrap;
  }
}
.item__price table tr td:last-child span {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .item__engage .item__price table tr td:first-child {
    width: 4.6875rem;
  }
}
.item__price__notice {
  margin: 0.625rem 0 0 0;
  font-size: 0.8125rem;
}
.item__serial table tr td:last-child {
  padding: 0 0 0.3125rem 0;
}
@media screen and (max-width: 768px) {
  .item__engage .item__serial table tr td:first-child {
    width: 4.6875rem;
  }
}
.item__detail table tr:first-child td:last-child {
  padding-bottom: 1rem;
}
.item__detail table tr td:first-child {
  vertical-align: top;
}
.item__detail table tr td:last-child {
  padding: 0 0 0.3125rem 0;
}
.item__detail table tr td:last-child span {
  display: inline-block;
  margin-top: 0.75rem;
}
.item__detail table tr:first-child td:last-child {
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .item__engage .item__detail table tr td:first-child {
    width: 4.6875rem;
  }
}
.item__surface p {
  margin: 0 0 0.3125rem 0;
}
.item__surface table {
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 640px) {
  .item__surface table {
    margin-bottom: 0.625rem;
  }
}
.item__surface table tr:last-child td {
  border-bottom: none;
}
.item__surface table td {
  border-bottom: 0.0625rem solid rgb(230, 230, 230);
}
.item__surface table td:first-child {
  padding: 0.1875rem 1.875rem 0.1875rem 0.625rem;
}
.item__surface table td:last-child {
  padding: 0.1875rem 1.875rem 0.1875rem 1.875rem;
  text-align: center;
}
.item__surface .item__surface__notice {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.item__surface a {
  display: inline-block;
  color: rgb(60, 60, 60);
  text-decoration: none;
  padding: 0.3125rem 0.625rem;
  border: 0.0625rem solid rgb(180, 180, 180);
}
.item__products {
  margin-top: 5rem;
}
.item__products__title {
  font-size: 1.5rem;
  color: rgb(0, 18, 82);
  line-height: 1.2;
  text-align: center;
  padding-bottom: 1.25rem;
  border-bottom: 0.125rem solid rgb(215, 215, 215);
}
@media screen and (max-width: 640px) {
  .item__products__title {
    font-size: 1.25rem;
  }
}
.item__products .c-products__marriage, .item__products .c-products__engage {
  margin-top: 0;
}
.item__onlineShop__link {
  display: inline-block;
  margin-top: 1rem;
  color: rgb(60, 60, 60);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid rgb(180, 180, 180);
}
.item__onlineShop__link .fa-shopping-cart {
  margin-right: 1rem;
}

.mainHeader__nav {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 640px) {
  .mainHeader__nav {
    display: none;
    margin-bottom: 0;
  }
}
.mainHeader__nav .mainHeader__menu {
  padding: 0;
  font-size: 0;
  text-align: center;
}
.mainHeader__nav .mainHeader__menu .menu-item {
  list-style: none;
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 4%;
}
.mainHeader__nav .mainHeader__menu .menu-item a {
  font-size: 0.9375rem;
  color: rgb(59, 59, 59);
  text-decoration: none;
}
.no-touch .mainHeader__nav .mainHeader__menu .menu-item a:hover {
  color: rgb(128, 128, 128);
}
.mainHeader__nav .mainHeader__menu .menu-item:last-child {
  margin-right: 0;
}

.mainHeader__mobileNav {
  display: none;
}
@media screen and (max-width: 640px) {
  .mainHeader__mobileNav {
    display: block;
    position: absolute;
    top: 4.125rem;
    left: 0;
    width: 100%;
    z-index: 500;
    margin: 0;
  }
}
.mainHeader__mobileNav .mainHeader__menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.mainHeader__mobileNav .mainHeader__menu .menu-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgb(230, 230, 230);
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}
.mainHeader__mobileNav .mainHeader__menu .menu-item span {
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
.mainHeader__mobileNav .mainHeader__menu .menu-item > a {
  display: inline-block;
  width: 100%;
  color: rgb(0, 0, 0);
}
.mainHeader__mobileNav > ul {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  visibility: hidden;
  overflow: hidden;
  display: block;
  border-top: 1px solid rgb(230, 230, 230);
  z-index: 999;
  width: 100%;
  max-height: 0;
}
.mainHeader__mobileNav > ul.is-active {
  visibility: visible;
  height: calc(100vh - 4.125rem);
  overflow: auto;
  max-height: 100vh;
}
.mainHeader__mobileNav > ul > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  width: 100%;
  overflow: hidden;
  background-color: rgb(250, 250, 250);
  border-bottom: 1px solid rgb(230, 230, 230);
}
.mainHeader__mobileNav > ul > li > .sub-menu {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  max-height: 0;
  padding-top: 0;
  border-top: none;
  background-color: rgb(250, 250, 250);
  min-height: auto !important;
  border-bottom: none;
}
.mainHeader__mobileNav > ul > li > .sub-menu > li {
  position: relative;
}
.mainHeader__mobileNav > ul > li > .sub-menu > li > .sub-menu {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  max-height: 0;
  z-index: 1002;
}
.mainHeader__mobileNav > ul > li > .sub-menu > li.is-active > .sub-menu {
  max-height: 100vh;
}
.mainHeader__mobileNav > ul > li.is-active > .sub-menu {
  max-height: 210vh;
}
.mainHeader__mobileNav > ul > li > ul > li {
  padding: 0 1.25rem;
}
.mainHeader__mobileNav > ul > li > ul > li:first-child {
  border-top: 0.0625rem solid rgb(230, 230, 230);
}
.mainHeader__mobileNav > ul > li > ul > li > ul > li {
  padding: 0 2.5rem;
}
.mainHeader__mobileNav > ul > li > ul > li > ul > li:first-child {
  border-top: 0.0625rem solid rgb(230, 230, 230);
}
.mainHeader__mobileNav > ul > li > ul > li > ul > li:nth-of-type(2) {
  border-top: 0.0625rem solid rgb(230, 230, 230);
  padding-top: 0;
}
.mainHeader__mobileNav .sub-menu {
  margin-bottom: 0;
}
.mainHeader__mobileNav .sub-menu li:last-child {
  border: none;
}

.mainHeader__mobileLink {
  display: none;
}
@media screen and (max-width: 640px) {
  .mainHeader__mobileLink {
    display: block;
    font-size: 0;
  }
  .mainHeader__mobileLink a {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.875rem;
    width: 50%;
    text-align: center;
    text-decoration: none;
    color: rgb(0, 0, 0);
    padding: 0.375rem 0;
    border: 0.0625rem solid rgb(0, 0, 0);
    /*&:first-child,&:last-child {
    	border-left: none;
    	border-right: none;
    }*/
  }
  .mainHeader__mobileLink a:first-child {
    border-right: none;
  }
}

.footer__nav {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 640px) {
  .footer__nav {
    display: none;
  }
}

.footer__menu {
  font-size: 0;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0;
}
.footer__menu__title {
  display: inline-block;
  width: 21%;
  vertical-align: top;
  font-size: 0.875rem;
  text-align: left;
  list-style: none;
  margin-right: 4%;
}
.footer__menu__title:last-child {
  margin-right: 0;
}
.footer__menu__title > span {
  width: 90%;
  display: inline-block;
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid rgb(60, 60, 60);
  margin-bottom: 0.625rem;
}
.footer__menu .sub-menu {
  text-align: left;
  padding: 0;
}
.footer__menu .sub-menu .menu-item {
  list-style: none;
  line-height: 1.8;
}
.footer__menu .sub-menu .menu-item a {
  display: inline-block;
  color: rgb(60, 60, 60);
  padding: 0;
  text-decoration: none;
}
.no-touch .footer__menu .sub-menu .menu-item a:hover {
  color: rgb(128, 128, 128);
}

body .news__list {
  padding: 4rem 2%;
  background-color: rgb(249, 249, 249);
}
body .news__list__title {
  font-size: 6rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 4rem;
}
body .news__list__title img {
  max-width: 10rem;
  width: 70%;
}

.mainHeader__search--icon.c-icon__search {
  position: absolute;
  top: 0.3125rem;
  right: 3.6875rem;
}
@media screen and (max-width: 640px) {
  .mainHeader__search--icon.c-icon__search {
    top: 1.4375rem;
  }
}
.mainHeader__search__logo {
  display: none;
}
@media screen and (max-width: 640px) {
  .is-active .mainHeader__search__logo {
    position: absolute;
    top: 1.25rem;
    left: 0;
    display: block;
    z-index: 1201;
  }
}
@media screen and (max-width: 640px) {
  .is-active .mainHeader__search__logo h1 {
    font-size: 1.625rem;
    line-height: 1;
    width: 100%;
    text-align: center;
  }
}
.is-active .mainHeader__search__logo a {
  display: inline-block;
  width: 40%;
}
.mainHeader__search__form {
  display: inline-block;
  font-size: 0;
  display: none;
  background-color: rgb(245, 245, 248);
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .mainHeader__search__form {
    display: block;
    font-size: 0;
    display: none;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 6.3125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1200;
  }
}
.is-active .mainHeader__search__form {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 3.6875rem;
  -webkit-animation: search-show 0.5s ease-in 0s forwards;
          animation: search-show 0.5s ease-in 0s forwards;
}
@media screen and (max-width: 640px) {
  .is-active .mainHeader__search__form {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .mainHeader__search__form label {
    position: absolute;
    bottom: 0.3125rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    white-space: nowrap;
  }
}
.mainHeader__search__form button {
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
  border: none;
  color: rgb(60, 60, 60);
  background-color: rgb(245, 245, 248);
  cursor: pointer;
  text-align: center;
}
.mainHeader__search__form button i:first-child {
  margin: 0;
  padding-right: 0.5rem;
}
.mainHeader__search__form input {
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
  border: none;
  color: rgb(60, 60, 60);
  width: 9.375rem;
  border: 0.0625rem solid rgb(180, 180, 180);
  background-color: rgb(250, 250, 250);
}

@-webkit-keyframes search-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes search-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search__result {
  max-width: 56.25rem;
  margin: 2.5rem auto;
}
@media screen and (max-width: 640px) {
  .search__result {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 0.25rem;
    margin: 2.5rem auto;
  }
}
@media screen and (max-width: 640px) {
  .search__result ul {
    padding-left: 1.875rem;
  }
}
.search__result ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: decimal-leading-zero;
  list-style-position: inside;
}
@media screen and (max-width: 640px) {
  .search__result ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: decimal-leading-zero;
    list-style-position: outside;
  }
}
.search__result ul li a {
  display: inline-block;
  width: 95%;
  padding: 0.25rem 0;
  color: rgb(40, 120, 200);
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .search__result ul li a {
    display: inline-block;
    width: 100%;
    padding: 0.375rem 0;
  }
}
.search__result ul li a:visited {
  color: rgb(80, 120, 200);
}
.no-touch .search__result ul li a:hover {
  color: rgb(80, 160, 240);
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .shopList__header {
    margin-top: 2.5rem !important;
  }
}
@media screen and (max-width: 640px) {
  .shopList__header p {
    padding: 0 0.875rem !important;
  }
}
.shopList__header h2 {
  text-align: center;
}
.shopList__header h2 figure {
  margin: 0;
}
.shopList__header h2 img {
  max-width: 7.875rem;
}
.shopList__japanMap {
  padding-top: 1.25rem;
  max-width: 43.75rem;
  background-color: rgb(253, 250, 244);
}
.shopList__area {
  max-width: 43.75rem;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .shopList__area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: initial;
    width: 100%;
    padding: 0 0.875rem;
    margin: 0 auto;
  }
}
.shopList__area h2 {
  color: rgb(80, 80, 80);
  font-size: 1.125rem;
  font-weight: 400;
  border-bottom: 0.0625rem solid rgb(100, 100, 100);
  margin-top: 3.125rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 640px) {
  .shopList__area h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.shopList__area h3 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.3125rem 0;
}

.top__image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.top__image::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
@media screen and (max-width: 640px) {
  .top__image::before {
    padding-top: 115%;
  }
}
.top__image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block-editor .top__image figure {
  position: absolute !important;
}
.top__image figure img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  /*max-width: initial;*/
}
@media screen and (max-width: 640px) {
  .top__image figure img {
    max-width: initial;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-64.6%, -52%);
            transform: translate(-64.6%, -52%);
    width: 300%;
  }
}
.top__concept {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62%;
}
@media screen and (max-width: 640px) {
  .top__concept {
    padding-top: 150%;
  }
}
.top__concept__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block-editor .top__concept__image {
  position: absolute !important;
}
.top__concept__image img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .top__concept__image img {
    max-width: initial;
    top: -5%;
    left: 10%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 240% !important;
  }
}
.top__concept__layer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.25rem 0;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 !important;
}
.block-editor .top__concept__layer {
  position: absolute !important;
}
@media screen and (max-width: 640px) {
  .top__concept__layer {
    padding: 0.625rem 0;
  }
}
.top__concept__title {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, calc(-1.25rem - 50%));
          transform: translate(0, calc(-1.25rem - 50%));
  line-height: 1;
  font-size: 1.25rem;
  /*margin-left: 6%;*/
  padding-left: 6%;
}
@media screen and (max-width: 640px) {
  .top__concept__title {
    -webkit-transform: translate(0, calc(-0.625rem - 50%));
            transform: translate(0, calc(-0.625rem - 50%));
    padding-left: 0;
    text-align: center;
  }
}
.top__concept__title img {
  width: auto;
  height: 3rem;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
@media screen and (max-width: 640px) {
  .top__concept__title img {
    width: 80%;
    height: auto;
  }
}
.top__concept .top__concept__content {
  gap: 0;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .top__concept .top__concept__content {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    -webkit-flex-flow: wrap !important;
        -ms-flex-flow: wrap !important;
            flex-flow: wrap !important;
    margin: 0;
  }
}
.top__concept__text {
  color: rgb(220, 220, 220);
  font-size: 1.125rem;
  padding: 0 6%;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .top__concept__text {
    font-size: 0.9375rem;
    -webkit-flex-basis: 57% !important;
        -ms-flex-preferred-size: 57% !important;
            flex-basis: 57% !important;
    padding: 0 0 0 6%;
  }
}
@media screen and (max-width: 640px) {
  .top__concept__text {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    padding: 0 3%;
    margin-bottom: 2.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .top__concept__link {
    -webkit-flex-basis: 43% !important;
        -ms-flex-preferred-size: 43% !important;
            flex-basis: 43% !important;
  }
}
@media screen and (max-width: 640px) {
  .top__concept__link {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    margin-bottom: 0.625rem !important;
  }
}
.top__concept__link .link-with-arrow {
  width: 100%;
  height: 100%;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top__concept__link .link-with-arrow {
    text-align: left;
  }
}
.top__concept__link a {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  color: rgb(220, 220, 220);
  font-size: 1.25rem;
  padding: 0.625rem 9%;
  border: 0.0625rem solid rgb(220, 220, 220);
}
@media screen and (max-width: 768px) {
  .top__concept__link a {
    font-size: 1.0625rem;
    padding: 0.625rem 12%;
  }
}
.top__bridal {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 66.7%;
}
@media screen and (max-width: 640px) {
  .top__bridal {
    padding-top: 150%;
  }
}
.top__bridal figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block-editor .top__bridal figure {
  position: absolute !important;
}
.block-editor .top__bridal figure > div {
  width: 100%;
  height: 100%;
}
.top__bridal figure img {
  position: relative;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 110% !important;
  max-width: initial;
}
@media screen and (max-width: 640px) {
  .top__bridal figure img {
    top: 0;
    left: 40%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 240% !important;
  }
}
.top__bridal__content {
  position: absolute;
  top: 50%;
  left: 6%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0 !important;
  width: 20%;
}
.block-editor .top__bridal__content {
  position: absolute !important;
}
@media screen and (max-width: 640px) {
  .top__bridal__content {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    height: 100%;
  }
}
.top__bridal__content .link-with-arrow {
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  white-space: nowrap;
  margin: 0;
}
.block-editor .top__bridal__content .link-with-arrow {
  white-space: nowrap !important;
}
@media screen and (max-width: 768px) {
  .top__bridal__content .link-with-arrow {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .top__bridal__content .link-with-arrow {
    position: absolute;
    top: auto;
    bottom: 10%;
    text-align: center;
  }
}
.top__bridal__content a {
  display: inline-block;
  color: rgb(220, 220, 220);
  font-size: 1.25rem;
  padding: 0.625rem 9%;
  border: 0.0625rem solid rgb(220, 220, 220);
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .top__bridal__content a {
    font-size: 1.0625rem;
    padding: 0.625rem 12%;
  }
}
.top__bridal__title {
  font-size: 2.9rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 640px) {
  .top__bridal__title {
    position: relative;
    top: 5%;
    left: 0;
    text-align: center;
  }
}
.top__bridal__title img {
  width: auto;
  height: 4.34375rem;
  max-width: initial;
  -webkit-filter: invert(100%) brightness(0.9);
          filter: invert(100%) brightness(0.9);
}
@media screen and (max-width: 640px) {
  .top__bridal__title img {
    height: auto;
    width: 65%;
  }
}
.top__news {
  padding: 2.5rem 2%;
  background-color: rgb(249, 249, 249);
}
@media screen and (max-width: 640px) {
  .top__news {
    padding: 1.875rem 0;
    background-color: rgb(249, 249, 249);
  }
}
.top__news__title {
  font-size: 3.75rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  .top__news__title {
    font-size: 2.25rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.875rem;
  }
}
.top__news__title img {
  max-width: 6.25rem;
  width: 70%;
}
@media screen and (max-width: 640px) {
  .top__news__title img {
    max-width: initial;
    width: 25%;
  }
}
.top__news .link-with-arrow {
  margin-top: 1.875rem;
  margin-bottom: 0;
  display: block;
  text-align: center;
}
.top__news .link-with-arrow a {
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid rgb(0, 0, 0);
}/*# sourceMappingURL=style.css.map */