@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
*,
::before,
::after {
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

dfn {
  font-style: italic;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

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

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

canvas,
audio,
video {
  display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button {
  font-size: inherit;
  font-family: inherit;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -0.125rem;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
}

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

address {
  font-style: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
}

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

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* ------------------------------------------------------------------
intial set
------------------------------------------------------------------ */
html {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #242020;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  height: 100%;
  background: #F5F3EF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

input,
select,
option,
textarea {
  font-family: "Shippori Mincho", serif;
}

a,
a * {
  -webkit-transition-property: color, border-color, background-color, opacity;
  transition-property: color, border-color, background-color, opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.text-jp {
  font-size: 14px;
  font-weight: 500;
}

.right-arrow {
  width: 19px;
  height: auto;
}

a:active {
  outline: 0;
  color: #242020;
}

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

img[src$=".svg"] {
  width: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ul {
  list-style-type: none;
}

ul.ul-disc {
  list-style: disc;
  padding: 0 0 0 0.625rem;
}

ul.ul-circle {
  list-style: circle;
  padding: 0 0 0 0.625rem;
}

ul.ul-square {
  list-style: square;
  padding: 0 0 0 0.625rem;
}

ul.ul-kome > li {
  position: relative;
  padding-left: 0.625rem;
}

ul.ul-kome > li:before {
  content: "※";
  position: absolute;
  left: 0;
  color: #1a1a1a;
}

ol {
  list-style: none;
}

.li-m > li:not(:last-child) {
  margin-bottom: 5rem;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

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

.small-btn a {
  display: block;
  max-width: 100%;
  text-align: center;
  width: 160px;
  margin-top: 15px;
  position: relative;
  color: #242020;
  padding: 30px 10px;
}
.small-btn a:hover {
  text-decoration: unset;
  background-color: #242020;
  color: #fff;
}

/* -----------------------------------------
画面調整
-------------------------------------------- */
.center-area {
  width: 100%;
}
@media screen and (min-width: 681px) {
  .center-area {
    width: 500px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #F5F3EF;
    -webkit-transform: scale(1);
            transform: scale(1);
    overflow-y: scroll;
    scrollbar-width: none;
  }
}

/* -----------------------------------------
タイトル
-------------------------------------------- */
.heading-en {
  font-family: "Hina Mincho", serif;
  font-size: 32px;
  letter-spacing: 3px;
}

/* -----------------------------------------
utility
-------------------------------------------- */
.u-sp {
  display: none !important;
}

@media screen and (max-width: 1169px) {
  .u-sp {
    display: block !important;
  }
}
.u-pc {
  display: block !important;
}

@media screen and (max-width: 1169px) {
  .u-pc {
    display: none !important;
  }
}
/* -----------------------------------------
出現アニメーション
-------------------------------------------- */
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* 下から少し持ち上がる */
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 上から下にスライドしてフェードイン */
.fade-in-top {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px); /* 上に少しズラす */
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.fade-in-top.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* -----------------------------------------
背景ー丸
-------------------------------------------- */
.bk_round-area {
  position: relative;
  margin-top: 30px;
  padding-top: 4rem;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.bk_round-inner {
  position: relative;
  z-index: 2;
}

.bk_round-contents {
  background-color: #fff;
  padding-inline: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .bk_round-contents {
    padding-inline: 20px;
  }
}

.bk_round {
  aspect-ratio: 415/400;
  width: 570px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .bk_round {
    width: clamp(25.938rem, -15.018rem + 174.74vw, 68.75rem);
  }
}

/* -----------------------------------------
お問合せ-CV
-------------------------------------------- */
.button-link {
  position: relative;
  color: #242020;
  border: 1px solid #242020;
  border-radius: 100px;
  text-decoration: none;
  padding-block: 22px;
  padding-inline: 30px 26px;
  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;
}
.button-link:after {
  content: "";
  width: 20px;
  height: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 15px;
}
.button-link:hover {
  opacity: 0.8;
  text-decoration: unset;
}
@media screen and (max-width: 680px) {
  .button-link:hover {
    opacity: unset;
  }
}

.cv-1:after, .cv-2:after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cv-1:hover::after, .cv-2:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.cv-1:after {
  background-image: url(../img/svg/arrow-right.svg);
}
.cv-1:hover {
  background-color: unset;
}

/* -----------------------------------------
お問合せ-CV
-------------------------------------------- */
.section-contact .contact_cv {
  margin-top: -68px;
  z-index: 1;
  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;
  padding: 40px 30px;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 680px) {
  .section-contact .contact_cv {
    padding-block: 40px;
    padding-inline: 27px 0px;
  }
}
.section-contact .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-contact .tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.section-contact .tel-number img {
  width: 22px;
  height: auto;
  margin-top: 10px;
}
@media screen and (max-width: 680px) {
  .section-contact .tel-number img {
    width: 19px;
  }
}
.section-contact .tel-number .tel-num {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 3px;
}
@media screen and (max-width: 680px) {
  .section-contact .tel-number .tel-num {
    font-size: 32px;
  }
}
.section-contact .tel-time p {
  font-size: 16.5px;
}
.section-contact .heading-text {
  line-height: 1.7;
}
.section-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.section-contact .cv-2 {
  background-color: #242020;
  color: #fff;
}
.section-contact .cv-2:after {
  background-image: url(../img/svg/arrow-right_white.svg);
}

.section-contact .contact_cv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: calc(100% - 30px);
}
@media screen and (max-width: 680px) {
  .section-contact .contact_cv::before {
    width: calc(100% - 20px);
  }
}
.section-contact .contact-heading {
  background-image: url(../img/contact/contact-bk.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 35px 95px;
}
.section-contact h3 {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 3px;
}
.section-contact .heading-en {
  font-size: 45px;
}

/* -----------------------------------------
ローディング
-------------------------------------------- */
.loading-bg {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  -webkit-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}

.laoding {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2100;
}

.laoding_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading_logo {
  width: 57px;
  -webkit-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}
@media screen and (max-width: 680px) {
  .loading_logo {
    width: 30px;
  }
}

.is-loaded .loading-bg {
  top: -100%;
}
.is-loaded .loading {
  -webkit-animation: loading 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
          animation: loading 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
  }
}
.is-loaded .loading_logo {
  -webkit-transform: translateY(calc(-50vh + 50px));
          transform: translateY(calc(-50vh + 50px));
}
@media screen and (max-width: 680px) {
  .is-loaded .loading_logo {
    -webkit-transform: translateY(calc(-50vh + 30px));
            transform: translateY(calc(-50vh + 30px));
  }
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 1024px) {
    .is-loaded .loading_logo {
      -webkit-transform: translateY(calc(-50vh + 65px));
              transform: translateY(calc(-50vh + 65px));
    }
  }
}

/* -----------------------------------------
ヘッダー
-------------------------------------------- */
.l-header ._inner__logo {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  text-align: center;
  padding: 20px;
  z-index: 1000;
}
.l-header_nav {
  background-color: #F5F3EF;
  padding-top: 55px;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100svh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999;
}
@media screen and (max-width: 1169px) and (min-width: 681px) {
  .l-header_nav {
    width: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-header_nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header .menu-curve {
  width: 100%;
  height: auto;
}
.l-header_menu, .l-header__contact {
  width: 300px;
}
.l-header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 300px;
  margin: -60px auto 0;
}
.l-header__contact {
  margin: 40px auto 0;
}
.l-header__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.l-header__contact a span {
  font-size: 14px;
}
.l-header__contact .cv-2 {
  background-color: #242020;
  color: #fff;
}
.l-header__contact .cv-2:after {
  background-image: url(../img/svg/arrow-right_white.svg);
}
.l-header_hamburger {
  position: fixed;
  top: 13px;
  right: 20px;
  z-index: 1000;
  width: 24px;
  height: 24px;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 1169px) and (min-width: 681px) {
  .l-header_hamburger {
    right: calc(50% - 235px);
  }
}
@media screen and (min-width: 1170px) {
  .l-header_hamburger {
    display: none !important;
  }
}
.l-header_hamburger .bar {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  background: #330C00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header_hamburger .bar:nth-child(1) {
  top: 7px;
}
.l-header_hamburger .bar:nth-child(2) {
  top: 12px;
}
@media screen and (max-width: 1169px) {
  .l-header_hamburger-cont {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 1000;
  }
}
.l-header_menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header_menu_link span {
  font-size: 12px;
  margin-top: 4px;
}

.l-header_hamburger.is-active .bar:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.l-header_hamburger.is-active .bar:nth-child(2) {
  top: 13px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.l-header_hamburger-cont.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* -----------------------------------------
タイトル曲線
-------------------------------------------- */
.head-curve {
  width: 100%;
  height: auto;
}

/* -----------------------------------------
PC固定背景
-------------------------------------------- */
.body-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E9E4D8;
}
@media screen and (max-width: 680px) {
  .body-bg {
    display: none;
  }
}
@media screen and (max-width: 1277px) and (min-width: 1025px) {
  .body-bg .contact-pc .button-link:after {
    content: none !important;
  }
}

.deco-curve-01,
.deco-curve-02,
.deco-svg {
  position: absolute;
  z-index: -1;
}

.deco-curve-01 {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  top: -60px;
  left: -30px;
}

.deco-curve-02 {
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
  bottom: 50px;
  right: -58px;
}

.deco-svg {
  position: absolute;
  top: 0;
  left: 5%;
}

#text {
  -webkit-mask: url(#mask);
          mask: url(#mask);
}

.handwriting {
  width: 100%;
  height: auto;
}
.handwriting_text {
  fill: #404040;
}
.handwriting_mask_line {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4000px;
  -webkit-animation: handwriting 4s linear infinite;
          animation: handwriting 4s linear infinite;
}

@-webkit-keyframes handwriting {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes handwriting {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* -----------------------------------------
PC固定背景 - メニュー
-------------------------------------------- */
.menu-pc,
.contact-pc {
  display: none;
}
.menu-pc .tel-number .tel-num,
.contact-pc .tel-number .tel-num {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 3px;
}
@media screen and (max-width: 1255px) {
  .menu-pc .tel-number .tel-num,
  .contact-pc .tel-number .tel-num {
    font-size: 28px;
  }
}
.menu-pc .tel-time p,
.contact-pc .tel-time p {
  font-size: 16px;
}
@media screen and (max-width: 1255px) {
  .menu-pc .tel-time p,
  .contact-pc .tel-time p {
    font-size: 14px;
  }
}
.menu-pc .gallery_list.col-3,
.contact-pc .gallery_list.col-3 {
  gap: 33px;
}
@media screen and (max-width: 1277px) {
  .menu-pc .gallery_list.col-3,
  .contact-pc .gallery_list.col-3 {
    gap: 15px;
  }
}
.menu-pc .gallery_list.col-2,
.contact-pc .gallery_list.col-2 {
  gap: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1277px) {
  .menu-pc .gallery_list.col-2,
  .contact-pc .gallery_list.col-2 {
    gap: 15px;
  }
}

@media screen and (min-width: 1170px) {
  .menu-pc,
  .contact-pc {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 131px;
    max-width: calc((100% - 500px) / 2);
    padding-inline: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu_list {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-right: 15px;
  }
  .menu_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 20px;
    font-size: 1.2vw;
    color: #929292;
    padding-left: 25px;
    position: relative;
  }
  .menu_link:hover {
    color: #242020;
  }
  .menu_link:hover::after {
    content: "";
    display: inline-block;
    background-image: url("../img/svg/down-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu_link .text-jp {
    font-size: 14px;
  }
  .contact-pc .contact_cv {
    margin-top: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -68px;
    z-index: 1;
    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;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1170px) and (max-width: 1169px) {
  .contact-pc .contact_cv {
    padding-block: 40px;
    padding-inline: 27px 0px;
  }
}
@media screen and (min-width: 1170px) {
  .contact-pc .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-pc .tel-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .contact-pc .tel-number img {
    width: 22px;
    height: auto;
    margin-top: 10px;
  }
  .contact-pc t .heading-text {
    line-height: 1.7;
  }
  .contact-pc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .contact-pc .cv-2 {
    background-color: #242020;
    color: #fff;
  }
  .contact-pc .cv-2:after {
    background-image: url(../img/svg/arrow-right_white.svg);
  }
  .contact-tel .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
  }
  .contact-tel .tel img {
    width: 19px;
    height: 19px;
  }
  .contact-tel .tel-num {
    font-size: 2.3vw;
  }
  .contact-tel .tel-time p {
    font-size: 1.1vw;
  }
  .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 25px;
  }
  .button-link {
    padding-inline: 2.3vw 2vw;
  }
  .button-link span {
    font-size: 14px;
  }
  .button-link:after {
    width: 1.1vw;
    height: 0.4vw;
  }
  .gallery_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    height: 210px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery_list.col-3 li:nth-child(odd) img {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .gallery_list.col-3 li:nth-child(even) img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .gallery_list.col-2 li:nth-child(odd) img {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .gallery_list.col-2 li:nth-child(even) img {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
/* -----------------------------------------
MV
-------------------------------------------- */
.section-mv {
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 680px) {
  .section-mv {
    padding-top: 15px;
  }
}
.section-mv .mv-curve {
  width: 100%;
  display: block;
  margin: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.section-mv .mv-curve.is-visible {
  opacity: 1;
}
.section-mv .rotate {
  -webkit-animation: rotateAnim 2s linear forwards;
          animation: rotateAnim 2s linear forwards;
}
.section-mv_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 680px) {
  .section-mv_text {
    gap: 15px;
    top: 10%;
    width: 220px;
  }
}
.section-mv_text .big {
  font-family: "Hina Mincho", serif;
  font-size: 24px;
  line-height: 2;
  color: #242020;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 680px) {
  .section-mv_text .big {
    font-size: 20px;
  }
}
.section-mv_text .small {
  font-family: "Hina Mincho", serif;
  font-size: 14px;
  line-height: 1.5;
  color: #242020;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
  .section-mv_text .small {
    font-size: 12px;
  }
}
.section-mv_movie {
  width: 100%;
  height: 466px;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 680px) {
  .section-mv_movie {
    height: 366px;
    padding-top: 15px;
  }
}
.section-mv_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-mv .company {
  display: block;
  font-size: 11px;
  color: #929292;
  padding-top: 5px;
  text-align: right;
}
@media screen and (max-width: 680px) {
  .section-mv .company {
    font-size: 10px;
  }
}

@-webkit-keyframes rotateAnim {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateAnim {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* -----------------------------------------
メッセージ
-------------------------------------------- */
.section-message-text {
  padding-top: 50px;
}
.section-message .heading {
  display: block;
  margin: 0 auto;
}
.section-message .heading img {
  width: 67px;
  height: 20px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.section-message .message-title {
  font-size: 24px;
  font-family: "Hina Mincho", serif;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 4px;
}
.section-message .message-desc {
  text-align: center;
  line-height: 1.8;
  padding-top: 20px;
  letter-spacing: 1px;
}

/* -----------------------------------------
スライダー
-------------------------------------------- */
.slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 250px;
}

.slider__inner {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
}

.slider-item {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-item > div {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-item div {
  min-width: 250px;
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .slider-item div {
    min-width: 220px;
  }
}

.slider-item div:nth-child(odd) img {
  -webkit-transform: translateY(0px);
          transform: translateY(0px); /* 奇数番目は下に */
}

.slider-item div:nth-child(even) img {
  -webkit-transform: translateY(37px);
          transform: translateY(37px); /* 偶数番目は上に */
}

.slick-slider {
  display: block;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px;
}

.slick-slide {
  float: none;
  display: block;
}

/* -----------------------------------------
料金
-------------------------------------------- */
.section-price .price-heading {
  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;
  gap: 3px;
  padding-top: 40px;
}
.section-price .under-dot {
  position: relative;
  height: 50px;
  margin-top: 10px;
}
.section-price .under-dot:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 5px;
  background: #242020;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 10px #242020, 0 20px #242020, 0 30px #242020, 0 40px #242020;
          box-shadow: 0 10px #242020, 0 20px #242020, 0 30px #242020, 0 40px #242020;
}
.section-price .plan-desk p {
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
}
@media screen and (max-width: 680px) {
  .section-price .plan-desk p {
    font-size: 14px;
  }
}
.section-price .plan-feature {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 15px;
  padding-inline: 20px;
}
.section-price .plan-feature li {
  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;
  border: 1px solid #242020;
  padding: 15px 20px;
  position: relative;
}
.section-price .plan-feature li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url(../img/svg/triangle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}

/* -----------------------------------------
参考価格
-------------------------------------------- */
.section-reference-price .bk_round-area {
  padding-top: 3rem;
}
.section-reference-price .bk_round {
  aspect-ratio: 445/400;
}
.section-reference-price .reference-heading {
  text-align: center;
  padding-bottom: 30px;
}
.section-reference-price .heading-en {
  font-size: 24px;
}
.section-reference-price .heading-ja {
  font-size: 14px;
}
.section-reference-price .popular-product .coment {
  font-size: 14px;
  text-align: center;
  position: relative;
}
.section-reference-price .popular-product .coment:after {
  content: "";
  width: 155px;
  height: 10px;
  background-image: url(../img/svg/speech-bubble.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.section-reference-price .popular-product .product-name p {
  text-align: center;
  padding-top: 20px;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 2px;
}
@media screen and (max-width: 680px) {
  .section-reference-price .popular-product .product-name p {
    font-size: 18px;
  }
}
.section-reference-price .popular-product .product-name p span {
  font-size: 16px;
}
@media screen and (max-width: 680px) {
  .section-reference-price .popular-product .product-name p span {
    font-size: 14px;
  }
}
.section-reference-price .popular-product .product-price {
  text-align: center;
  padding-top: 20px;
  letter-spacing: 3px;
}
.section-reference-price .popular-product .product-price .towel-num {
  font-size: 30px;
}
@media screen and (max-width: 680px) {
  .section-reference-price .popular-product .product-price .towel-num {
    font-size: 26px;
  }
}
.section-reference-price .popular-product .product-price .red-price,
.section-reference-price .popular-product .product-price .red-yen {
  color: #C80000;
}
.section-reference-price .popular-product .product-price .red-price {
  font-size: 50px;
}
@media screen and (max-width: 680px) {
  .section-reference-price .popular-product .product-price .red-price {
    font-size: 45px;
  }
}
.section-reference-price .popular-product .product-price .red-yen {
  font-size: 32px;
}
@media screen and (max-width: 680px) {
  .section-reference-price .popular-product .product-price .red-yen {
    font-size: 30px;
  }
}
.section-reference-price .popular-product .detail-text {
  padding-top: 15px;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 680px) {
  .section-reference-price .popular-product .detail-text {
    font-size: 14px;
  }
}
.section-reference-price .popular-product img {
  padding-top: 20px;
}
.section-reference-price .service-table {
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.section-reference-price .service-table .service-table-heading {
  position: relative;
  text-align: center;
  font-size: 14px;
}
.section-reference-price .service-table .service-table-heading img {
  width: 36px;
  height: 14px;
  position: absolute;
  top: -11px;
  left: 39%;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}
@media screen and (max-width: 680px) {
  .section-reference-price .service-table .service-table-heading img {
    width: 26px;
    left: 37%;
  }
}
.section-reference-price .service-table .service-text,
.section-reference-price .service-table .text-red {
  font-size: 20px;
  padding-top: 10px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 680px) {
  .section-reference-price .service-table .service-text,
  .section-reference-price .service-table .text-red {
    font-size: 18px;
  }
}
.section-reference-price .service-table .service-text .text-red,
.section-reference-price .service-table .text-red .text-red {
  color: #C80000;
}
.section-reference-price .price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 680px) {
  .section-reference-price .price-table {
    width: 297px;
  }
}
.section-reference-price .price-table thead tr,
.section-reference-price .price-table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.section-reference-price .price-table thead th {
  font-size: 16px;
  background-color: #F5F3EF;
  width: 100%;
  padding: 10px;
  font-weight: 500;
}
@media screen and (max-width: 680px) {
  .section-reference-price .price-table thead th {
    font-size: 14px;
  }
}
.section-reference-price .price-table tbody th,
.section-reference-price .price-table tbody td {
  width: 100%;
  padding: 10px;
  font-weight: 500;
}
.section-reference-price .price-table tbody td {
  color: #C80000;
}
.section-reference-price tr:not(:last-of-type) th,
.section-reference-price tr:not(:last-of-type) td {
  position: relative;
}
.section-reference-price tr:not(:last-of-type) th:before,
.section-reference-price tr:not(:last-of-type) td:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(to right, #B8B8B8, #B8B8B8 5px, transparent 5px, transparent 9px);
}

/* -----------------------------------------
商品一覧と刺繍実績共通
-------------------------------------------- */
.section-towel .head_area,
.section-work .head_area {
  padding-top: 50px;
}
.section-towel h3,
.section-work h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 30px;
  gap: 5px;
}
.section-towel .heading-en,
.section-work .heading-en {
  font-size: 40px;
}
.section-towel .head-curve,
.section-work .head-curve {
  margin-top: -60px;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
.section-towel .head-pic,
.section-work .head-pic {
  max-width: 80%;
  float: right;
  margin-top: -30px;
}
.section-towel .line-up_desc,
.section-work .line-up_desc {
  clear: both;
  padding-inline: 30px;
  padding-top: 30px;
  line-height: 1.8;
}
.section-towel .desc-text,
.section-work .desc-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-towel .head-menu,
.section-work .head-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 30px;
  padding-block: 25px 40px;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .section-towel .head-menu,
  .section-work .head-menu {
    padding-inline: 8px;
  }
}
.section-towel .head-menu-item,
.section-towel .work-menu-item,
.section-work .head-menu-item,
.section-work .work-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.section-towel .head-menu-item a,
.section-work .head-menu-item a {
  position: relative;
  color: #242020;
  border: 1px solid #242020;
  border-radius: 100px;
  text-decoration: none;
  padding-block: 12px;
  padding-inline: 18px;
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section-towel .head-menu-item a:after,
.section-work .head-menu-item a:after {
  content: "";
  width: 6px;
  height: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
  background-image: url(../img/common/down-arrow.png);
}
@media screen and (min-width: 769px) {
  .section-towel .head-menu-item a:hover,
  .section-work .head-menu-item a:hover {
    color: #fff;
    background-color: #242020;
  }
}
@media screen and (min-width: 769px) {
  .section-towel .head-menu-item a:hover::after,
  .section-work .head-menu-item a:hover::after {
    background-image: url(../img/common/down-arrow_white.png);
  }
}

/* -----------------------------------------
商品一覧
-------------------------------------------- */
.product_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  gap: 3px;
}

.product-name {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  .product-name {
    font-size: 20px;
  }
}

.product-detail {
  font-size: 16px;
  color: #5D5D5D;
}
@media screen and (max-width: 680px) {
  .product-detail {
    font-size: 14px;
  }
}

.product-line-up {
  padding-inline: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 680px) {
  .product-line-up {
    padding-inline: 20px;
  }
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.product-item {
  width: calc((100% - 15px) / 2);
}
.product-item:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.product-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.product-item_img {
  padding-bottom: 8px;
}

.product-item_title {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  .product-item_title {
    font-size: 14px;
  }
}

.product-item_title_small {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  .product-item_title_small {
    font-size: 10px;
  }
}

.product-item_detail {
  font-size: 14px;
  font-weight: 600;
  color: #929292;
}
@media screen and (max-width: 680px) {
  .product-item_detail {
    font-size: 10px;
  }
}

.product-item_price {
  padding-top: 7px;
}

.price-big {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  .price-big {
    font-size: 16px;
  }
}

.price-small {
  font-size: 14px;
  font-weight: 600;
}

/* -----------------------------------------
刺繍実績
-------------------------------------------- */
.work_head {
  position: relative;
}

.work_title {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 52%;
  bottom: 27%;
  -webkit-transform: translate(-52%, -27%);
          transform: translate(-52%, -27%);
}

.work-en, .work-ja {
  color: #fff;
}

.work-en {
  font-size: 16px;
  font-family: "Hina Mincho", serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 680px) {
  .work-en {
    font-size: 14px;
  }
}

.work-ja {
  font-size: 26px;
  letter-spacing: 6px;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  .work-ja {
    font-size: 24px;
    letter-spacing: 4px;
  }
}

.work-desc {
  padding: 20px;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  .work-desc {
    font-size: 16px;
  }
}

.work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.work-item {
  width: 50%;
  position: relative;
}

.work-item_name {
  font-size: 11px;
  color: #5D5D5D;
  position: absolute;
  bottom: 3%;
  left: 3%;
}
@media screen and (max-width: 680px) {
  .work-item_name {
    font-size: 8px;
  }
}

.work-link {
  width: 65%;
  margin: 40px auto;
}
@media screen and (max-width: 680px) {
  .work-link {
    width: 85%;
  }
}

/* -----------------------------------------
ギフトラッピング
-------------------------------------------- */
.section-gift-wrapping.bk_round-area {
  padding-top: 2.8rem;
}

.section-gift-wrapping .bk_round {
  aspect-ratio: 415/320;
}

.gift-heading {
  text-align: center;
}

.gift-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.gift-pic img {
  width: 50%;
}

.gift-desc {
  text-align: center;
  padding-top: 20px;
  line-height: 1.7;
}

/* -----------------------------------------
マツブン刺繍のこだわり
-------------------------------------------- */
.section-quality .quality-heading {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-quality .quality-heading img {
  width: 50px;
  height: 20px;
}
.section-quality .heading-en {
  padding-top: 10px;
  font-size: 40px;
  line-height: 1.1;
}
.section-quality .heading-ja {
  padding-top: 10px;
}
.section-quality .quality-desc {
  text-align: center;
  padding-block: 40px 20px;
  line-height: 1.7;
}
.section-quality .quality-list {
  position: relative;
}
.section-quality .quality-list:last-of-type {
  padding-bottom: 25px;
  display: block;
}
.section-quality .quality-list:last-of-type .list-desc {
  padding-block: 30px 0;
}
.section-quality .quality-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.section-quality .list-title {
  height: 230px;
  margin-top: -35px;
  padding-left: 20px;
}
@media screen and (max-width: 680px) {
  .section-quality .list-title {
    height: 191px;
  }
}
.section-quality .list-desc {
  padding-block: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.section-quality .list-desc h4 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.7;
}
@media screen and (max-width: 680px) {
  .section-quality .list-desc h4 {
    font-size: 16px;
  }
}
.section-quality .list-desc .big-bold {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  .section-quality .list-desc .big-bold {
    font-size: 18px;
  }
}
.section-quality .list-desc p {
  width: 94%;
  line-height: 1.7;
}

/* -----------------------------------------
サービス
-------------------------------------------- */
.section-service {
  margin-top: 0;
}
.section-service .heading-en {
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 500;
}
.section-service .service-desc {
  text-align: center;
  line-height: 1.7;
}
.section-service .service-detail {
  padding-top: 25px;
}
.section-service .list-desc {
  padding-block: 20px 30px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-service h4 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  .section-service h4 {
    font-size: 18px;
  }
}
.section-service .service-detail.-col-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.section-service .service-list.-col-2 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.section-service .small-btn {
  font-size: 12px;
  font-weight: 600;
  padding-block: 10px;
  padding-inline: 15px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-service .small-btn:after {
  content: none;
}
@media screen and (max-width: 680px) {
  .section-service .small-btn {
    font-size: 10px;
    padding-inline: 14px;
  }
}
.section-service .bk_round {
  aspect-ratio: 465/305;
}

.section-service.bk_round-area {
  padding-top: 2rem;
}
@media screen and (max-width: 680px) {
  .section-service.bk_round-area {
    margin-top: 10px;
  }
}

/* -----------------------------------------
ご注文の流れ
-------------------------------------------- */
.section-flow .flow-heading {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}
.section-flow .heading-en {
  font-size: 40px;
}
.section-flow .flow-step {
  padding-top: 40px;
}
.section-flow .flow-step > li {
  padding-inline: 30px;
  padding-bottom: 40px;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  .section-flow .flow-step > li {
    padding-inline: 20px;
  }
}
.section-flow .flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
.section-flow .step-num {
  color: #242020;
  font-family: "Hina Mincho", serif;
  letter-spacing: 1px;
  font-weight: 100;
  position: relative;
}
.section-flow .step-num:before {
  background: url(../img/common/step-icon.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-flow .step-num:after {
  background: #929292;
  content: "";
  display: block;
  position: absolute;
  top: 41px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -94px;
  width: 1px;
}
@media screen and (max-width: 680px) {
  .section-flow .step-num:after {
    bottom: -110px;
  }
}
.section-flow .flow-step > li:nth-child(2) .step-num:after {
  bottom: -70px;
}
@media screen and (max-width: 680px) {
  .section-flow .flow-step > li:nth-child(2) .step-num:after {
    bottom: -90px;
  }
}
@media screen and (max-width: 680px) {
  .section-flow .flow-step > li:nth-child(4) .step-num:after {
    bottom: -90px;
  }
}
.section-flow .flow-step > li:last-child .step-num:after {
  content: none;
}
.section-flow .flow__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.section-flow .flow__order p {
  font-weight: 400;
}
.section-flow h4 {
  font-size: 18px;
  font-weight: 600;
}

/* -----------------------------------------
フッター
-------------------------------------------- */
footer {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  gap: 10px;
}

.fotter-under img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.fotter-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.footer_copy {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 30px;
  padding-bottom: 16px;
}
@media screen and (max-width: 680px) {
  .footer_copy {
    padding-left: 20px;
  }
}

.pagetop {
  position: relative;
}

.arrow-top {
  width: 9px !important;
  position: absolute;
  top: 59%;
  right: 36%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.arrow-top:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}