@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Zen+Old+Mincho:wght@400;500&display=swap" rel="stylesheet');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: 'YuMincho';
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}

/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  background-color: #fff;
  color: #463c37;
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .05em;
  margin: 0;
  text-align: left;
}

[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

input:focus-visible,
button:focus-visible,
select:focus-visible,
optgroup:focus-visible,
textarea:focus-visible {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role='button'] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}

@-moz-keyframes confetti {
  0% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
         transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
         transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
         transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
         transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
         transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}

@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
       -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
       -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
       -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
       -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
       -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}

.u-wysiwygArea {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #463c37;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media screen and (max-width: 769px) {
  .u-wysiwygArea {
    font-size: 1.4rem;
    line-height: 1.33;
  }
}

.u-wysiwygArea * + * {
  margin-top: 1.75em;
}

.u-wysiwygArea br + * {
  margin-top: 0;
}

.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}

@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}

.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}

.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}

.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}

.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}

.u-wysiwygArea h4::before {
  background: blue;
  content: '';
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}

.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}

.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}

.u-wysiwygArea p {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #463c37;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media screen and (max-width: 769px) {
  .u-wysiwygArea p {
    font-size: 1.4rem;
    line-height: 1.33;
  }
}

.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}

.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}

.u-wysiwygArea ul {
  list-style-type: disc;
}

.u-wysiwygArea ol {
  list-style-type: decimal;
}

.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}

.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}

.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}

.u-wysiwygArea hr {
  background: #222;
  display: block;
  height: 1px;
  width: 100%;
}

.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}

.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}

.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}

.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #222 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}

.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}

.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}

.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}

.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}

.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - (40px * 2)) / 3);
  width: -moz-calc((100% - (40px * 2)) / 3);
  width: calc((100% - (40px * 2)) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 769px) {
  .header {
    padding: 20px;
  }
}

.header__logo {
  width: 184px;
  height: 38px;
}

@media screen and (max-width: 769px) {
  .header__logo {
    width: 92px;
    height: 20px;
  }
}

.header__logo img {
  display: block;
}

.header__navList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #dde1d5;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  padding-left: 8px;
}

.header__navItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.header__navItem::after {
  display: block;
  content: "";
  width: 1px;
  height: 22px;
  background: #86a728;
}

@media screen and (max-width: 769px) {
  .header__navItem::after {
    height: 15px;
  }
}

.header__navItem:first-child {
  padding-left: 8px;
}

@media screen and (max-width: 769px) {
  .header__navItem:first-child {
    padding-left: 0;
  }
}

.header__navItem:first-child::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/icon-web.png) center center/contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .header__navItem:first-child::before {
    width: 10px;
    height: 10px;
  }
}

.header__navItem:last-child::after {
  display: none;
}

.header__navItem a {
  color: #86a728;
  font-family: "noto-sans-tc", sans-serif;
  font-weight: 600;
  padding: 8px 10px;
}

@media screen and (max-width: 769px) {
  .header__navItem a {
    font-size: 10px;
    padding: 2px 8px;
  }
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  background: #ddeebb;
  padding: 40px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: relative;
}

.footer__link {
  width: 138px;
  display: block;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

@media screen and (min-width: 769px) {
  .footer__link:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 769px) {
  .footer__link {
    position: static;
  }
}

.footer__link::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/arrow-gray.png) center center/contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -40px;
  top: 0;
}

@media screen and (max-width: 769px) {
  .footer__link::after {
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: -webkit-calc(10vw / 3.75);
    font-size: -moz-calc(10vw / 3.75);
    font-size: calc(10vw / 3.75);
  }
}

body {
  -webkit-font-feature-settings: 'palt' 1;
     -moz-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  -webkit-print-color-adjust: exact;
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-pcDg {
  display: -ms-grid;
  display: grid;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDg,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDg,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .u-spDg {
    display: -ms-grid;
    display: grid;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}

/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  min-height: -webkit-calc(100vh - 170px);
  min-height: -moz-calc(100vh - 170px);
  min-height: calc(100vh - 170px);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .siteContent {
    min-height: -webkit-calc(100vh - 50px);
    min-height: -moz-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
  }
}

.sec_ttl {
  margin-bottom: 46px;
}

@media screen and (max-width: 769px) {
  .sec_ttl {
    margin-bottom: 4rem;
    padding-left: 1.5rem;
  }
}

.sec_ttl .sub {
  font-size: 20px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  color: #463c37;
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .sec_ttl .sub {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}

.kvSec {
  position: relative;
  /* 矢印ボタンのカスタマイズ */
}

.kvSec__ttl {
  height: auto;
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 54px;
  letter-spacing: .1em;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 769px) {
  .kvSec__ttl {
    font-size: 15px;
    line-height: 1.33;
  }
}

@media screen and (max-width: 1300px) {
  .lang-en .kvSec__ttl {
    top: 130px;
    font-size: 30px;
  }
}

@media screen and (max-width: 769px) {
  .lang-en .kvSec__ttl {
    top: 50px;
    font-size: 15px;
  }
}

.kvSec__slide {
  max-height: 580px;
  width: auto;
}

.kvSec .swiper-button-prev,
.kvSec .swiper-button-next {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 56px;
  height: 56px;
  background: url(../images/arrow-white.png) center center/contain;
  background-color: transparent;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .kvSec .swiper-button-prev,
  .kvSec .swiper-button-next {
    width: 14px;
    height: 14px;
    left: 10px;
  }
}

.kvSec .swiper-button-next {
  left: auto;
  right: 20px;
  rotate: 180deg;
}

@media screen and (max-width: 769px) {
  .kvSec .swiper-button-next {
    right: 10px;
  }
}

.swiper-container {
  width: 100%;
  max-height: 580px;
  overflow: hidden;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-swiper {
  width: 100%;
  overflow: hidden;
}

.about-swiper .swiper-nav {
  position: relative;
}

.about-swiper .swiper-pagination {
  margin-top: 70px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 20px;
}

.about-swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  opacity: 1;
}

.about-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #86a728;
}

.about-swiper .swiper-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-swiper .swiper-button-prev,
.about-swiper .swiper-button-next {
  width: 40px;
  height: 20px;
  background: url(../images/arrow.png) center center/contain;
  background-repeat: no-repeat;
  display: block;
}

.about-swiper .swiper-button-next {
  background: url(../images/arrow02.png) center center/contain;
  background-repeat: no-repeat;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 60px auto 160px;
}

@media screen and (max-width: 769px) {
  .about {
    margin-top: 28px;
    margin-bottom: 80px;
    padding: 0 15px;
  }
}

.about__ttl {
  margin-bottom: 46px;
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 769px) {
  .about__ttl {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.about__logoFig {
  width: 270px;
  margin-bottom: 52px;
}

@media screen and (max-width: 769px) {
  .about__logoFig {
    width: 135px;
    margin-bottom: 40px;
  }
}

.about__lead {
  text-align: center;
  margin-bottom: 80px;
  font-size: 20px;
}

@media screen and (max-width: 769px) {
  .about__lead {
    margin-bottom: 36px;
    font-size: 10px;
  }
}

.about__subTtl {
  width: 336px;
  margin-bottom: 80px;
}

@media screen and (max-width: 769px) {
  .about__subTtl {
    margin-bottom: 45px;
    width: 210px;
  }
}

.lang-en .about__subTtl {
  width: 640px;
}

@media screen and (max-width: 769px) {
  .lang-en .about__subTtl {
    width: 100%;
    max-width: 300px;
  }
}

.about__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 16px;
}

.about__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 20px;
}

.about__itemFig {
  margin: 0;
}

.about__itemFig img {
  width: 100%;
  height: auto;
}

.about__itemTxt {
  text-align: center;
  font-size: 18px;
}

.lang-en .about__itemTxt {
  letter-spacing: 0;
  font-size: 16px;
}

.about__sliderList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about__sliderItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: auto;
  width: 100%;
}

.about__sliderFig {
  margin: 0;
}

.about__sliderFig img {
  width: 100%;
  height: auto;
}

.about__sliderTxt {
  text-align: center;
  font-size: 18px;
}

.common__ttl {
  font-size: 28px;
  color: #86a728;
  text-align: center;
  letter-spacing: .1em;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media screen and (max-width: 769px) {
  .common__ttl {
    font-size: 15px;
  }
}

.item {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  padding-bottom: 200px;
  margin: 60px auto 0;
  position: relative;
}

@media screen and (max-width: 769px) {
  .item {
    padding: 0 15px;
    padding-bottom: 70px;
  }
}

.item__inner {
  width: 1510px;
  position: relative;
  left: 0;
}

@media screen and (max-width: 769px) {
  .item__inner {
    width: 100%;
  }
}

.item__ttl {
  margin: 0 auto;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 20px;
  color: #e8b52c;
}

@media screen and (max-width: 769px) {
  .item__ttl {
    margin-bottom: 30px;
  }
}

.item__ttl::before, .item__ttl::after {
  display: block;
  content: "";
  width: 362px;
  height: 30px;
  margin-top: 8px;
  background: url(../images/line01.png) center center/contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .item__ttl::before, .item__ttl::after {
    max-width: 120px;
    width: -webkit-calc((100% - 140px) / 2);
    width: -moz-calc((100% - 140px) / 2);
    width: calc((100% - 140px) / 2);
    height: 20px;
    background: url(../images/line01-sp.png) center left/contain;
    background-repeat: no-repeat;
  }
}

.item-swiper {
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
}

.item-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.item-swiper .swiper-nav {
  position: relative;
  max-width: 1160px;
}

.item-swiper .swiper-pagination {
  margin-top: 70px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 769px) {
  .item-swiper .swiper-pagination {
    margin-top: 40px;
  }
}

.item-swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  opacity: 1;
}

.item-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #86a728;
}

.item-swiper .swiper-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.item-swiper .swiper-button-prev,
.item-swiper .swiper-button-next {
  width: 40px;
  height: 20px;
  background: url(../images/arrow.png) center center/contain;
  background-repeat: no-repeat;
  display: block;
}

.item-swiper .swiper-button-next {
  background: url(../images/arrow02.png) center center/contain;
  background-repeat: no-repeat;
}

.item__sliderList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.item__sliderItem {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.item__sliderFig {
  margin: 0;
  width: 100%;
}

.item__sliderFig img {
  width: 100%;
  height: auto;
  display: block;
}

.item__sliderItemTag {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "adobe-fan-heiti-std", sans-serif;
  font-weight: bold;
  background: #ecc8d3;
  border-radius: 3px;
  padding: 2px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 769px) {
  .item__sliderItemTag {
    font-size: 10px;
  }
}

.item__sliderItemTag.u-green {
  background: #c3dcc5;
}

.item__sliderItemTag.u-purple {
  background: #b6b3d7;
}

.item__sliderItemTxt {
  font-size: 19px;
  font-weight: 500;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media screen and (max-width: 769px) {
  .item__sliderItemTxt {
    font-size: 15px;
  }
}

.item__sliderItemTxtArea {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 18px;
}

.item__sliderItemGlam {
  font-size: 18px;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media screen and (max-width: 769px) {
  .item__sliderItemGlam {
    font-size: 14px;
  }
}

.item__sliderItemPrice {
  font-size: 24px;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media screen and (max-width: 769px) {
  .item__sliderItemPrice {
    font-size: 18px;
  }
}

.item__sliderItemPrice span {
  font-size: 18px;
  margin-right: 3px;
}

@media screen and (max-width: 769px) {
  .item__sliderItemPrice span {
    font-size: 14px;
  }
}

.itemInfo-swiper {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .itemInfo-swiper {
    margin-top: 0;
  }
}

.itemInfo__sliderList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.itemInfo__sliderItem {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: auto;
}

.itemInfo__sliderFig {
  margin: 0;
  width: 100%;
}

.itemInfo__sliderFig img {
  width: 100%;
  height: auto;
  display: block;
}

.voice {
  padding-bottom: 150px;
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto 150px;
}

@media screen and (max-width: 769px) {
  .voice {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

.voice__ttl {
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 20px;
}

@media screen and (max-width: 769px) {
  .voice__ttl {
    margin: 0 auto;
    gap: 0;
    margin-bottom: 35px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    max-width: 450px;
  }
}

.voice__ttl::before, .voice__ttl::after {
  display: block;
  content: "";
  width: 362px;
  height: 30px;
  margin-top: 8px;
  background: url(../images/line02.png) center center/contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .voice__ttl::before, .voice__ttl::after {
    width: 120px;
    height: 20px;
    background: url(../images/line02-sp.png) center left/contain;
    background-repeat: no-repeat;
  }
}

.voice__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.voice__list.u-test {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

@media screen and (max-width: 769px) {
  .voice__list {
    gap: 30px;
  }
}

.voice__itemVideo {
  overflow: hidden;
  aspect-ratio: 330 / 620;
  position: relative;
}

.voice__itemVideo.u-test {
  aspect-ratio: auto;
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .voice__itemVideo {
    width: 80%;
  }
}

.voice__item {
  cursor: pointer;
  position: relative;
  width: 50%;
  max-width: 250px;
}

.voice__item.u-test {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

@media screen and (max-width: 769px) {
  .voice__item {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}

.voice__item video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 769px) {
  .voice__item video {
    pointer-events: none;
    touch-action: none;
  }
}

.voice__item video:not([poster]) {
  background: #000;
}

.voice__link {
  text-align: center;
  display: block;
  color: #86a728;
  position: relative;
  z-index: 2;
  margin-top: 32px;
  font-size: 28px;
  font-weight: 500;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

@media screen and (min-width: 769px) {
  .voice__link:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 769px) {
  .voice__link {
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
  }
}

.voice__link::after {
  display: block;
  content: "";
  background: #ddeebb;
  height: 32px;
  width: 100%;
  position: absolute;
  top: 25px;
  z-index: -1;
}

@media screen and (max-width: 769px) {
  .voice__link::after {
    height: 14px;
    top: 14px;
  }
}

.voice .video-play-icon {
  width: 72px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 90;
  pointer-events: none;
}

@media screen and (max-width: 769px) {
  .voice .video-play-icon {
    width: 30px;
    height: 40px;
  }
}

.voice .video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.voice .video-modal.is-active {
  display: block;
}

.voice .video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.voice .video-modal__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.voice .video-modal__video {
  max-width: 90%;
  height: 90vh;
  width: auto;
}

.voice .video-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  padding: 10px;
}

.voice .video-modal__close:hover {
  opacity: 0.7;
}

.voice .video-modal__prev, .voice .video-modal__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-size: 60px;
  cursor: pointer;
  padding: 20px;
  line-height: 1;
  z-index: 10;
}

.voice .video-modal__prev:hover, .voice .video-modal__next:hover {
  background: rgba(255, 255, 255, 0.3);
}

.voice .video-modal__prev {
  left: 20px;
}

.voice .video-modal__next {
  right: 20px;
}

.shop {
  padding: 140px 20px 160px;
  background: #f1f6e9;
}

@media screen and (max-width: 769px) {
  .shop {
    padding: 15px 15px 30px;
  }
}

.shop__inner {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .shop__inner {
    padding: 0 15px;
  }
}

.shop__ttl {
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 20px;
}

.shop__ttl::before, .shop__ttl::after {
  display: block;
  content: "";
  width: 244px;
  height: 22px;
  margin-top: 8px;
  background: url(../images/line03.png) center center/contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .shop__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 5px;
    margin-bottom: 15px;
  }
  .shop__ttl::before {
    display: none;
  }
  .shop__ttl::after {
    display: block;
    content: "";
    width: 264px;
    height: 12px;
    background: url(../images/line05.png) center center/contain;
    background-repeat: no-repeat;
  }
}

.shop__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  .shop__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 25px;
  }
}

.shop__item {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #efd03e;
}

@media screen and (max-width: 769px) {
  .shop__item {
    width: 100%;
    border-bottom: none;
    padding: 0;
  }
}

.shop__itemTag {
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  color: #86a728;
  border: 2px solid #86a728;
  padding: 0 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
  .shop__itemTag {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.shop__itemShopName {
  font-size: 23px;
  font-weight: 600;
  font-family: "source-han-sans-traditional", sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .shop__itemShopName {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.shop__itemTxt {
  font-family: "noto-sans-tc", sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

@media screen and (max-width: 769px) {
  .shop__itemTxt {
    font-size: 14px;
  }
}

.shop__itemTxt::before {
  display: block;
  content: "";
  width: 22px;
  height: 32px;
  background: url(../images/icon-map.png) center center/contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

@media screen and (max-width: 769px) {
  .shop__itemTxt::before {
    width: 14px;
    min-width: 14px;
    height: 18px;
    margin-top: 4px;
  }
}

.shop__itemShopAddress.u-directly {
  margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
  .shop__itemShopAddress.u-directly {
    width: 120%;
    margin-bottom: 0;
  }
  .shop__itemShopAddress.u-directly .shop__link {
    margin-bottom: 0;
  }
}

.shop__itemShopAddress::before {
  background: url(../images/icon-map.png) center center/contain;
  background-repeat: no-repeat;
}

.shop__itemShopTel {
  margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
  .shop__itemShopTel {
    margin-bottom: 0;
  }
}

.shop__itemShopTel::before {
  background: url(../images/icon-tel.png) center center/contain;
  background-repeat: no-repeat;
}

.shop__itemShopTime::before {
  background: url(../images/icon-time.png) center center/contain;
  background-repeat: no-repeat;
}

.shop__link {
  color: #FFF;
  background: #E6B32A;
  font-family: "noto-sans-tc", sans-serif;
  font-weight: bold;
  padding: 0 8px;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  margin-bottom: 15px;
  margin-top: 5px;
  margin-left: 25px;
}

@media screen and (min-width: 769px) {
  .shop__link:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 769px) {
  .shop__link {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 12px;
    margin-left: 10px;
  }
}

.shop__link.u-ml0 {
  margin-left: 0;
}

.directly-shop {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  padding-top: 130px;
  padding-bottom: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .directly-shop {
    padding: 0 15px;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.directly-shop__ttl {
  margin-bottom: 90px;
}

@media screen and (max-width: 769px) {
  .directly-shop__ttl {
    margin-bottom: 28px;
  }
}

.directly-shop__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 100px;
}

@media screen and (max-width: 769px) {
  .directly-shop__list {
    gap: 30px;
  }
}

.directly-shop__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

@media screen and (max-width: 769px) {
  .directly-shop__item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}

.directly-shop__itemWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.directly-shop__itemShopCledit {
  height: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 769px) {
  .directly-shop__itemShopCledit {
    width: 98px;
    min-width: 98px;
    height: 36px;
  }
}

.directly-shop__snsArea {
  margin-top: 180px;
  background: url(../images/line04.png) top center/contain;
  background-repeat: no-repeat;
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 50px;
}

@media screen and (max-width: 769px) {
  .directly-shop__snsArea {
    margin-top: 40px;
    padding-top: 60px;
    background: url(../images/line04-sp.png) top center/contain;
    background-repeat: no-repeat;
    gap: 20px;
  }
}

.directly-shop__icon {
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

@media screen and (min-width: 769px) {
  .directly-shop__icon:hover {
    opacity: 0.6;
  }
}

.contactPage__kvSec {
  height: 360px;
  width: 100%;
  background: url(../images/contact/contactPage-mv.jpg) center center/cover;
  background-repeat: no-repeat;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.contactPage__kvSec .kvSec-ttl {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 0;
}

.contactPage-leadArea {
  padding: 80px 30px;
  width: 100%;
  background: #fff;
}

.contactPage-txt {
  text-align: center;
}

.form-group-inner input {
  width: 45%;
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait;
  /* 横の場合はlandscape */
  margin: 0mm;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */