/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Variables
----------------------------------------------------------------- */
/* Mixins
----------------------------------------------------------------- */
/* Functions
----------------------------------------------------------------- */
/**
 * z-index
 * z(header);
 */
/**
 * color
 * color(key);
 */
@font-face {
  font-family: "YuGothic";
  src: url(../490e977a1b8a2c6325d2.otf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "YuGothic";
  src: url(../cfe9628716d97bd31f3c.otf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 10px;
}

body {
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1.2px;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

div {
  word-break: break-all;
}

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

h1,
h2,
h3 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: #000;
}
a:hover, a:focus {
  color: #A4A4A4;
}

strong,
em,
b {
  font-weight: bold;
}

button {
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

input[type=text], input[type=email], input[type=password] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  input[type=text], input[type=email], input[type=password] {
    font-size: 16px;
  }
}

pre {
  position: relative;
  font-family: unset;
  margin: 2rem 0px 2rem;
  padding: 3rem 16px 2rem;
  color: #e3e3e3;
  background-color: #364549;
  overflow-x: scroll;
}
pre:before {
  content: "code";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8rem;
  color: #eee;
  display: inline-block;
  background-color: #777;
  padding: 2px 4px;
  word-break: break-all;
}

a:hover img {
  opacity: 0.85;
}

.l-main {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .l-main {
    margin-top: 0;
  }
}

.l-contents {
  max-width: 100%;
  padding: 0 0 0 30px;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
@media only screen and (max-width: 768px) {
  .l-contents {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.l-content {
  width: 100%;
  padding-top: 99px;
}
.customize-support .l-content {
  padding-top: 67px;
}
@media only screen and (max-width: 768px) {
  .customize-support .l-content {
    padding-top: 18px;
  }
}
.l-content.-reverse {
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .l-content {
    padding-top: 64px;
  }
}

.l-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .l-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.l-section.is-first {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .l-section.is-first {
    margin-top: 15px;
  }
}
.l-section.is-last {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .l-section.is-last {
    margin-bottom: 20px;
  }
}

.l-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .l-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.l-page-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.l-404__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.l-component-container {
  max-width: 1420px;
  padding: 5rem 0;
  margin: auto;
}
.l-component-section {
  margin-bottom: 4rem;
  padding: 2rem 1.75rem;
}
.l-component-section--full {
  padding: 2rem 0;
  margin-bottom: 4rem;
}
.l-component-section--full .l-component-heading-lv3 {
  margin-right: 1.75rem;
  margin-left: 1.75rem;
}
.l-component-example {
  margin: 0 0 4rem 0;
  /* micro clearfx */
  /* For IE 6/7 */
}
.l-component-example:before, .l-component-example:after {
  content: "";
  display: table;
}
.l-component-example:after {
  clear: both;
}
.l-component-example {
  zoom: 1;
}
@media only screen and (max-width: 768px) {
  .l-component-example {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.l-component-heading-lv1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 2rem;
  padding: 1rem 0;
  border-bottom: 3px solid #00adef;
}
.l-component-heading-lv2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  padding: 1rem 2rem;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  background-color: #333;
}
@media only screen and (max-width: 768px) {
  .l-component-heading-lv2 {
    font-size: 1.8rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.l-component-heading-lv3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #364549;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.l-component-heading-lv3 small {
  font-size: 1.5rem;
  background: #eee;
  display: inline-block;
  color: #f11a4c;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .l-component-heading-lv3 {
    font-size: 1.8rem;
  }
}

.l-container {
  max-width: 1420px;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .l-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .l-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-container-single {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .l-container-single {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .l-container-single {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-home {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-home-news-container {
  max-width: 650px;
  margin: 0 auto;
}
.l-home-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  font-size: 14px;
  letter-spacing: 0.01rem;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .l-home-news-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-home-news-list__item span {
  width: 73px;
  color: #A4A4A4;
  margin-top: 2px;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  .l-home-news-list__item span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.l-home-news-list__item a {
  color: #000;
  text-decoration: none;
}
.l-home-news-list__item a:hover, .l-home-news-list__item a:active, .l-home-news-list__item a:focus, .l-home-news-list__item a:disabled {
  text-decoration: underline;
}
.l-home-news-list__item a:hover svg, .l-home-news-list__item a:active svg, .l-home-news-list__item a:focus svg, .l-home-news-list__item a:disabled svg {
  color: #A4A4A4;
  fill: #A4A4A4;
}
.l-home-news-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

/* Component
----------------------------------------------------------------- */
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  padding: 16px 10px;
  line-height: 1.2;
  font-family: "Montserrat";
  text-align: center;
  color: #000;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  background-color: transparent;
  cursor: pointer;
}
.c-btn:hover:not(:disabled) {
  color: #A4A4A4;
  border-color: #A4A4A4;
}
.c-btn:disabled {
  border-color: #A4A4A4;
  color: #A4A4A4;
}
.c-btn-secondary {
  color: #fff;
  border: 1px solid #fff;
}
.c-btn-small {
  width: 150px;
  padding: 11px 10px;
}
@media only screen and (max-width: 768px) {
  .c-btn-small {
    width: 135px;
    height: 46px;
  }
}

.c-form-group {
  margin-bottom: 40px;
}
.c-form-group:last-child {
  margin-bottom: 0;
}
.c-form-inline .c-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form-group label {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 23px;
}
.c-form-inline .c-form-group label {
  margin-right: 10px;
}

.c-form-submit {
  text-align: center;
}
.c-form-submit input[type=submit] {
  margin: 0 auto 20px;
}

.c-heading-lv2, .c-heading-lv1 {
  font-family: "Adobe Garamond Pro";
  line-height: 1.4;
  text-align: center;
}

.c-heading-lv1 {
  font-size: 30px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .c-heading-lv1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.c-heading-lv2 {
  font-size: 28px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .c-heading-lv2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* Input
----------------------------------------------------------------- */
/* Component
----------------------------------------------------------------- */
.c-input-select, input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
textarea {
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: 100%;
  height: 46px;
  padding: 10px 20px;
  border: solid 1px #A4A4A4;
  border-radius: 0;
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-input-select::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.65;
  color: #A4A4A4;
}
.c-input-select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.65;
  color: #A4A4A4;
}
.c-input-select:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.65;
  color: #A4A4A4;
}
.c-input-select::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.65;
  color: #A4A4A4;
}
.c-input-select::placeholder, input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.65;
  color: #A4A4A4;
}
.c-input-select:active, input[type=text]:active,
input[type=email]:active,
input[type=password]:active,
input[type=tel]:active,
input[type=number]:active,
textarea:active {
  color: #000;
  border-color: #000;
}
.c-input-select:hover, input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover,
textarea:hover, .c-input-select:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus, .-focus.c-input-select, input.-focus[type=text],
input.-focus[type=email],
input.-focus[type=password],
input.-focus[type=tel],
input.-focus[type=number],
textarea.-focus {
  border-color: #000;
  background: #fff;
}
.c-input-select:disabled, input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
textarea:disabled {
  color: #A4A4A4;
  border-color: #A4A4A4;
}

textarea {
  height: 350px;
}

.c-input-select {
  position: relative;
  cursor: pointer;
}
.c-input-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 1.65;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input-select select::-ms-expand {
  display: none;
}
.c-input-select:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}

.c-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #000;
}

.c-tab {
  display: inline-block;
  width: 50%;
  padding: 13px 10px 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.c-tab:first-child {
  border-right: 1px solid #000;
}
.c-tab.-active {
  color: #fff;
  background-color: #000;
  pointer-events: none;
}
.c-tab:hover {
  color: #A4A4A4;
}

.p-about {
  text-align: center;
  background-image: url(../0e96e708818bbaeb0834.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-family: "Noto Serif JP";
}
@media only screen and (max-width: 768px) {
  .p-about {
    background-size: 150%;
  }
}
.p-about-section {
  margin-bottom: 60px;
}
.p-about-section.-is-first {
  margin-top: -40px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .p-about-section.-is-first {
    margin-top: 0;
    padding-top: 50px;
  }
}
.p-about p {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 768px) {
  .p-banner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-banner-img {
  display: block;
  background-color: #000;
}
.p-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a.p-banner-img {
  overflow: hidden;
}
a.p-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a.p-banner-img:hover img {
  -webkit-transform: scale(1.08, 1.08);
          transform: scale(1.08, 1.08);
}

.p-collection-item__thumb {
  overflow: hidden;
  display: block;
  background-color: #000;
}
.p-collection-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.p-collection-item__thumb:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.08, 1.08);
          transform: scale(1.08, 1.08);
}
.p-collection-item__body {
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-collection-item__body {
    padding: 15px 0 0 0;
  }
}
.p-collection-item__title {
  font-family: "YuGothic";
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-collection-item__title {
    font-size: 13px;
    line-height: 20px;
  }
}
.p-collection-item__price {
  font-family: "YuGothic";
  font-size: 16px;
  line-height: 1;
  margin-top: 13px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-collection-item__price {
    margin-bottom: 5px;
  }
}

.p-contact-text {
  margin-bottom: 80px;
}
.p-contact-content {
  margin-top: 40px;
}
.p-contact-content p {
  margin-bottom: 40px;
}

.p-footer {
  padding: 80px;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .p-footer {
    padding: 80px 15px 30px;
  }
}
.p-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer__logo {
  width: 200px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .p-footer__logo {
    width: 108px;
    margin-bottom: 61px;
  }
}
.p-footer-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-footer-nav__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-footer-nav__item {
  font-size: 14px;
  font-family: "Adobe Garamond Pro";
  text-align: center;
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .p-footer-nav__item {
    width: 50%;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #292929;
  }
}
.p-footer-nav__item > a {
  color: #fff;
  text-decoration: none;
}
.p-footer-nav__item > a:hover, .p-footer-nav__item > a:active, .p-footer-nav__item > a:focus, .p-footer-nav__item > a:disabled {
  color: #A4A4A4;
}
@media only screen and (max-width: 768px) {
  .p-footer-nav__item > a {
    display: block;
    padding: 19px 20px;
  }
}
.p-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .p-footer-sns {
    margin-top: 0;
    padding: 18px 20px;
  }
}
.p-footer-sns__icon {
  margin: 0 17.5px;
}
@media only screen and (max-width: 768px) {
  .p-footer-sns__icon {
    margin: 0px 18px;
    line-height: 1;
  }
  .p-footer-sns__icon:first-child {
    margin-left: 0;
  }
}
.p-footer-sns__icon svg {
  color: #fff;
  fill: #fff;
}
.p-footer-sns__icon:hover svg, .p-footer-sns__icon:active svg, .p-footer-sns__icon:focus svg, .p-footer-sns__icon:disabled svg {
  color: #A4A4A4;
  fill: #A4A4A4;
}
.p-footer__copyright {
  font-size: 12px;
  font-family: "Montserrat";
  color: #A4A4A4;
  text-align: center;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-footer__copyright {
    margin-top: 30px;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 35px 15px 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .p-header {
    height: 64px;
    padding: 15px 15px 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  max-width: 1420px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-header__space {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-header__space {
    display: block;
    width: 50px;
  }
}
.p-header__logo {
  width: 135px;
}
@media only screen and (max-width: 768px) {
  .p-header__logo {
    width: 87px;
  }
}
.p-header__toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-header__toggle button {
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-header__toggle button span {
  position: absolute;
  left: 0;
  right: 0;
  width: 32px;
  height: 2px;
  margin: auto;
  background-color: #A4A4A4;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.p-header__toggle button span:nth-child(1) {
  top: 12px;
}
.p-header__toggle button span:nth-child(2) {
  top: 21px;
}
.p-header__toggle.-open button {
  width: 35px;
  height: 35px;
}
.p-header__toggle.-open button span:nth-child(1) {
  width: 23px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 3px;
}
.p-header__toggle.-open button span:nth-child(2) {
  width: 23px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -6px;
}
.p-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-header-content {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 310px;
    height: 100%;
    margin-top: 64px;
    -webkit-transform: translateX(310px);
            transform: translateX(310px);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    background-color: #000;
  }
  .p-header-content.-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-header-ovrelay {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.p-header-ovrelay.-open {
  display: block;
  opacity: 1;
}
.p-header-nav {
  margin-left: 40px;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .p-header-nav {
    margin: 0;
  }
}
.p-header-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-header-nav__item {
  font-family: "Adobe Garamond Pro";
  font-size: 14px;
  margin: 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #292929;
  }
  .p-header-nav__item:first-child {
    border-top: 1px solid #292929;
  }
}
.p-header-nav__item > a {
  color: #fff;
  text-decoration: none;
}
.p-header-nav__item > a:hover, .p-header-nav__item > a:active, .p-header-nav__item > a:focus, .p-header-nav__item > a:disabled {
  color: #A4A4A4;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__item > a {
    display: block;
    margin: 0;
    padding: 15px;
  }
}
.p-header-nav__submenu {
  display: none;
  position: absolute;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__submenu {
    display: block;
    position: relative;
    margin-top: 0;
    padding-bottom: 5px;
  }
}
.p-header-nav__submenu > a {
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}
.p-header-nav__submenu > a:hover, .p-header-nav__submenu > a:active, .p-header-nav__submenu > a:focus, .p-header-nav__submenu > a:disabled {
  color: #A4A4A4;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__submenu > a {
    display: block;
    margin-left: 35px;
    margin-bottom: 10px;
  }
}
.p-header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-header-sns {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-header-sns__icon {
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  .p-header-sns__icon {
    margin: 0 25px;
  }
}
.p-header-sns__icon:hover svg, .p-header-sns__icon:active svg, .p-header-sns__icon:focus svg, .p-header-sns__icon:disabled svg {
  color: #A4A4A4;
  fill: #A4A4A4;
}

.p-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-hero__skal {
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .p-hero__skal.is-left {
    display: block;
    position: absolute;
    top: 25px;
    left: -163px;
    bottom: 0;
    margin: auto;
    width: 313px;
    height: 416px;
  }
  .p-hero__skal.is-left img {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .p-hero__skal.is-right {
    display: block;
    position: absolute;
    top: 25px;
    right: -163px;
    bottom: 0;
    margin: auto;
    width: 313px;
    height: 416px;
  }
  .p-hero__skal.is-right img {
    width: 100%;
  }
}
.p-hero__skal.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-hero__skal.is-sp {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 186px;
    height: 248px;
  }
}
.p-hero__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .p-hero__box {
    width: 100%;
    height: 375px;
  }
}
.p-hero__box-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  background-color: #000;
}
.p-hero__box-background video {
  position: relative;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}
.p-hero__box-background.-v video {
  width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-hero__box-background.-h video {
  width: auto;
  height: 100%;
}
.p-hero__box-rayer {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-hero__logo {
  z-index: 1;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .p-hero__logo {
    width: 121px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-hero__logo.-roenug {
    width: 211px;
  }
}
.p-hero__logo-title {
  font-family: "Adobe Garamond Pro";
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .p-hero__logo-title {
    font-size: 10px;
    margin-top: 10px;
  }
}
.p-hero__btn {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-hero__btn .c-btn {
    width: 135px;
    height: 36px;
  }
}

.p-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0 30px;
  border-bottom: 1px solid #A4A4A4;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-news-item:first-child {
    padding-top: 0;
  }
}
.p-news-item:last-child {
  border-bottom: none;
}
.p-news-item__thumb {
  overflow: hidden;
  display: block;
  width: 120px;
  height: 120px;
  margin-right: 40px;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .p-news-item__thumb {
    width: 100%;
    height: 345px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.p-news-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.p-news-item__date {
  color: #A4A4A4;
  font-size: 14px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .p-news-item__date {
    margin-bottom: 13px;
  }
}
.p-news-item__title {
  color: #000;
  font-size: 14px;
}
.p-news-item__title a {
  text-decoration: none;
}
.p-news-item__arrow {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 768px) {
  .p-news-item__arrow {
    display: none;
  }
}
.p-news-item__arrow:before {
  content: "";
  display: inline-block;
  position: relative;
  right: 0;
  top: -2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-news-item:hover {
  color: #A4A4A4;
}
.p-news-item:hover .p-news-item__thumb img {
  opacity: 0.8;
  -webkit-transform: scale(1.08, 1.08);
          transform: scale(1.08, 1.08);
}
.p-news-item:hover .p-news-item__title {
  color: #A4A4A4;
}
.p-news-item:hover .p-news-item__title a {
  color: #A4A4A4;
}
.p-news-item:hover .p-news-item__arrow:before {
  border-top: 1px solid #A4A4A4;
  border-right: 1px solid #A4A4A4;
}

.p-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 768px) {
  .p-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.p-row__col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .p-row__col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.p-row__col.-col-1 {
  width: 100%;
}
.p-row__col.-col-2 {
  width: 50%;
}
.p-row__col.-col-3 {
  width: 33.3333333333%;
}
.p-row__col.-col-4 {
  width: 25%;
}
.p-row__col.-col-5 {
  width: 20%;
}
@media only screen and (min-width: 769px) {
  .p-row__col.-col-pc-1 {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .p-row__col.-col-pc-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .p-row__col.-col-pc-3 {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 769px) {
  .p-row__col.-col-pc-4 {
    width: 25%;
  }
}
@media only screen and (min-width: 769px) {
  .p-row__col.-col-pc-5 {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .p-row__col.-col-sp-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-row__col.-col-sp-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .p-row__col.-col-sp-3 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 768px) {
  .p-row__col.-col-sp-4 {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .p-row__col.-col-sp-5 {
    width: 20%;
  }
}

.p-shoplist-area {
  padding-bottom: 80px;
  border-bottom: 1px solid #A4A4A4;
}
@media only screen and (max-width: 768px) {
  .p-shoplist-area {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 60px;
  }
}
.p-shoplist-area__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media only screen and (max-width: 768px) {
  .p-shoplist-area__items {
    margin-right: 15px;
    margin-left: 15px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
  }
}
.p-shoplist-area__item {
  display: inline-block;
  min-width: 150px;
  margin: 0 10px 20px 10px;
  padding: 13px 10px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .p-shoplist-area__item {
    width: 50%;
    margin: 0;
    border: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
@media only screen and (min-width: 769px) {
  .p-shoplist-area__item:hover:not(:disabled) {
    color: #A4A4A4;
    border-color: #A4A4A4;
  }
}
.p-shoplist-area__item.-small {
  font-size: 12px;
}

.p-shoplist-list__group {
  padding-top: 60px;
}
.p-shoplist-list__title {
  margin-bottom: 43px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .p-shoplist-list__title {
    font-size: 20px;
  }
}
.p-shoplist-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 38px;
}
@media only screen and (max-width: 768px) {
  .p-shoplist-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-shoplist-list__item:last-child {
    margin-bottom: 0;
  }
}
.p-shoplist-list__name {
  margin-right: 80px;
  font-weight: bold;
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .p-shoplist-list__name {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .p-shoplist-list__address {
    margin-bottom: 20px;
  }
}
.p-shoplist-list__place {
  position: relative;
  margin-left: auto;
  margin-top: 13px;
}
.p-shoplist-list__place::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 9px;
  height: 12px;
  line-height: 1;
  background-image: url(../0156483afd53a2c2ff0f.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-shoplist-list__place a {
  margin-left: 15px;
}
.p-shoplist-list__tel {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .p-shoplist-list__tel {
    margin-left: 0;
  }
}

.p-single__header {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-single__header {
    margin-bottom: 25px;
  }
}
.p-single__date {
  color: #A4A4A4;
  font-size: 14px;
  margin-bottom: 18px;
}
.p-single__title {
  color: #000;
  font-size: 38px;
  line-height: 56px;
}
@media only screen and (max-width: 768px) {
  .p-single__title {
    font-size: 24px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .p-single__inner {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.p-single__thumb {
  width: 100%;
  height: 534px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .p-single__thumb {
    height: 200px;
    margin-bottom: 40px;
  }
}
.p-single__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__body h1 {
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  color: #000;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-single__body h1 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
}
.p-single__body h2 {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  color: #000;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-single__body h2 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
}
.p-single__body h3 {
  font-size: 18px;
  line-height: 29px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-single__body h4 {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-single__body h5 {
  font-size: 14px;
  line-height: 22px;
  color: #A4A4A4;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-single__body h6 {
  font-size: 12px;
  line-height: 20px;
  color: #A4A4A4;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-single__body p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.p-single__body blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 22px;
  border-left: 2px solid #CFD8DC;
  background-color: #FAFAFA;
}
.p-single__body blockquote > cite {
  color: #A4A4A4;
}
.p-single__body ul:not([class]), .p-single__body ol:not([class]) {
  padding-left: 25px;
}
.p-single__body ul:not([class]) li, .p-single__body ol:not([class]) li {
  margin-bottom: 10px;
}
.p-single__body ul:not([class]) li > ul, .p-single__body ul:not([class]) li ol, .p-single__body ol:not([class]) li > ul, .p-single__body ol:not([class]) li ol {
  margin-top: 10px;
  padding-left: 15px;
}
.p-single__body ul:not([class]) > li {
  list-style-type: disc;
}
.p-single__body ol:not([class]) > li {
  list-style-type: auto;
}
.special-rizin {
  background-color: #fff;
  position: relative;
}
.special-rizin-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(../c3148598ddec955ba975.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .special-rizin-bg {
    display: none;
  }
}

.special-rizin-body {
  background-image: url(../70fc9e84cbf5da55e594.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.special-rizin-header {
  position: relative;
  padding: 16px;
}

.special-rizin-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.special-rizin-header__date {
  position: absolute;
  top: 0;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .special-rizin-header__date img {
    width: 65px;
  }
}

@media only screen and (max-width: 768px) {
  .special-rizin-header__logo img {
    width: 154px;
  }
}

@media only screen and (min-width: 769px) {
  .special-rizin-items {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 768px) {
  .special-rizin-items {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .special-rizin-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .special-rizin-item + .special-rizin-item {
    margin-top: 35px;
  }
}
.special-rizin-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 769px) {
  .special-rizin-item:nth-child(1) {
    margin-left: -160px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .special-rizin-item:nth-child(1) .special-rizin-item__info {
    margin-top: -180px;
    margin-left: -90px;
  }
}
@media only screen and (min-width: 769px) {
  .special-rizin-item:nth-child(2) {
    margin-right: -190px;
    margin-top: -80px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .special-rizin-item:nth-child(2) .special-rizin-item__info {
    margin-top: -180px;
    margin-right: -70px;
  }
}
@media only screen and (min-width: 769px) {
  .special-rizin-item:nth-child(3) {
    margin-left: -130px;
    margin-top: -260px;
  }
}
@media only screen and (min-width: 769px) {
  .special-rizin-item:nth-child(3) .special-rizin-item__info {
    margin-top: 140px;
  }
}
@media only screen and (min-width: 769px) {
  .special-rizin-item:nth-child(4) {
    margin-top: -160px;
    margin-right: -170px;
  }
}
@media only screen and (min-width: 769px) {
  .special-rizin-item:nth-child(4) .special-rizin-item__info {
    margin-top: 100px;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
}

@media only screen and (max-width: 768px) {
  .special-rizin-item__name {
    text-align: center;
  }
}

.special-rizin-item__price {
  margin-top: 15px;
}
@media only screen and (min-width: 769px) {
  .special-rizin-item__price {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .special-rizin-item__price {
    text-align: center;
  }
}

.special-rizin-item__more {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .special-rizin-item__more {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .special-rizin-item__more {
    margin-top: 15px;
  }
}

.special-rizin-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.special-rizin-footer p {
  text-align: center;
}

/* utility
----------------------------------------------------------------- */
.u-opacity {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.u-opacity:hover {
  opacity: 0.7;
  text-decoration: none;
}

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

@media only screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.u-relative {
  position: relative;
}

.u-link-arrow, .u-link-arrow-right {
  position: relative;
  margin-left: 10px;
}
.u-link-arrow:before, .u-link-arrow-right:before {
  content: ">";
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  margin-top: -2px;
}
@media only screen and (max-width: 768px) {
  .u-link-arrow:before, .u-link-arrow-right:before {
    margin-top: 0;
  }
}
.u-link-arrow-right {
  margin-right: 10px;
}
.u-link-arrow-right:before {
  right: -10px;
  left: auto;
}
.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.wp-block-image {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .wp-block-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.wp-block-image .alignleft {
  float: left;
  max-width: 35%;
  margin-right: 20px;
}
.wp-block-image .alignright {
  float: right;
  max-width: 35%;
  margin-left: 20px;
}
.wp-block-image figcaption {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .wp-block-media-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-block-media-text.has-media-on-the-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .wp-block-media-text.has-media-on-the-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.wp-block-media-text.has-media-on-the-right .editor-inner-blocks,
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-media-text.is-vertically-aligned-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-media-text.is-vertically-aligned-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-media-text.is-vertically-aligned-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wp-block-media-text__media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  .wp-block-media-text__media {
    margin: 0;
  }
}
.wp-block-media-text__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media only screen and (max-width: 768px) {
  .wp-block-media-text__content {
    margin: 20px 0 20px 0;
  }
}
.wp-block-gallery .blocks-gallery-caption {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

.pagination {
  text-align: center;
}
.pagination .nav-links {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  padding: 0 10px;
  border: 1px solid #000;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
}
.pagination .nav-links .page-numbers.prev {
  margin: 0;
  padding: 15px 20px 15px 10px;
  border-right: 1px solid #000;
}
.pagination .nav-links .page-numbers.next {
  margin: 0;
  padding: 15px 10px 15px 20px;
  border-left: 1px solid #000;
}
.pagination .nav-links .page-numbers.current {
  color: #A4A4A4;
}
.pagination .nav-links .page-numbers .-icon-prev:before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  top: -2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pagination .nav-links .page-numbers .-icon-next:before {
  content: "";
  display: inline-block;
  position: relative;
  right: 0;
  top: -2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wp-block-table {
  margin-top: -20px;
}
.wp-block-table table tbody tr {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .wp-block-table table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.wp-block-table table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .wp-block-table table tbody tr td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.wp-block-table table tbody tr td:first-child {
  width: 165px;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .wp-block-table table tbody tr td:first-child {
    margin-bottom: 5px;
  }
}
.wp-block-table table tbody tr td p {
  margin-bottom: 20px;
}

.wpcf7 {
  max-width: 800px;
  margin: 80px auto 20px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #f11a4c;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}
