@charset "UTF-8";
:root {
  --color-gold: #B0A25B;
  --color-black: #333;
  --color-blue: #162251;
  --font-base: "Noto Serif JP", serif;
  --font-kamome: "かもめ龍爪", "Noto Serif JP", serif;
  --font-en: adobe-caslon-pro, serif;
}

/* ========================================
◆リセットCSS
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  overflow-wrap: break-word;
}

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

iframe {
  max-width: 100%;
  vertical-align: middle;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

ul,
ol {
  list-style: none;
}

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

input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

/* ========================================
◆ベースCSS
======================================== */
body {
  background: url(../image/common/bg_pc.jpg) center top/1920px auto repeat;
  color: var(--color-black);
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    background-image: url(../image/common/bg_sp.jpg);
    background-size: 375px auto;
  }
}

*,
*::before,
*::after {
  letter-spacing: 0.155em;
}

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

/* CLEAR-FIX */
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
} /* ========================================
◆パーツ
======================================== */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.ib {
  display: inline-block;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.font-ja {
  font-family: var(--font-base);
}
.font-kamome {
  font-family: var(--font-kamome);
}
.font-en {
  font-family: var(--font-en);
}

.m-inner {
  width: calc(100% - 60px);
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}
.m-inner-min {
  width: calc(100% - 60px);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .m-inner-sp {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

.m-secTtl01 {
  padding-left: 0.38em;
  padding-bottom: 44px;
  background: url(../image/common/secttl_net_pc.svg) center bottom/auto no-repeat;
  font-family: var(--font-kamome);
  font-size: clamp(34px, 3.3170731707vw, 44px);
  letter-spacing: 0.38em;
  line-height: 1;
  text-align: center;
}
.m-secTtl01-en {
  margin-top: 38px;
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.52em;
  padding-left: 0.52em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-secTtl01 {
    font-size: 27px;
    letter-spacing: 0.155em;
    line-height: 1.2592592593;
    padding-left: 0.155em;
    padding-bottom: 23px;
    background-image: url(../image/common/secttl_net_sp.svg);
  }
  .m-secTtl01-en {
    margin-top: 20px;
    font-size: 10px;
    letter-spacing: 0.33em;
    padding-left: 0.33em;
  }
}

.m-secTtl02 {
  font-family: var(--font-kamome);
  font-size: clamp(28px, 2.7317073171vw, 33px);
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  line-height: 1;
  text-align: center;
}
.m-secTtl02-en {
  margin-top: 24px;
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.47em;
  padding-left: 0.47em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-secTtl02 {
    font-size: 22px;
    letter-spacing: 0.155em;
    padding-left: 0.155em;
  }
  .m-secTtl02-en {
    margin-top: 15px;
  }
}

.m-secTtl03 {
  padding-bottom: 32px;
  background: url(../image/common/secttl_net_pc.svg) center bottom/auto no-repeat;
  font-family: var(--font-kamome);
  font-size: clamp(30px, 2.9268292683vw, 36px);
  letter-spacing: 0.28em;
  padding-left: 0.28em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-secTtl03 {
    padding-bottom: 24px;
    font-size: 27px;
    background-image: url(../image/common/secttl_net_sp.svg);
  }
}

.m-btn01 {
  display: inline-block;
  width: 100%;
  max-width: 478px;
  padding: 25px 40px;
  background: url(../image/common/link_arrow_black.svg) right 20px center/auto no-repeat;
  border: 1px solid #333;
  font-family: var(--font-kamome);
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
@media (hover: hover) {
  .m-btn01 {
    transition: 0.3s;
  }
  .m-btn01:hover {
    background-color: #333;
    background-image: url(../image/common/link_arrow_white.svg);
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .m-btn01 {
    padding: 15px 30px;
    background-image: url(../image/common/link_arrow_sp_black.svg);
    background-position: right 15px center;
    font-size: 17px;
  }
}
@media (hover: hover) {
  .m-btn01:hover {
    background-image: url(../image/common/link_arrow_sp_white.svg);
  }
}

.m-read {
  margin-top: 50px;
  font-size: 20px;
  line-height: 2.1538461538;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-read {
    margin-top: 30px;
    font-size: 13px;
  }
}

.m-hover-overlay a {
  display: block;
  position: relative;
}
.m-hover-overlay a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(216, 71, 124, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .m-hover-overlay a:hover::before {
    opacity: 1;
  }
}
@media (hover: hover) {
  .m-hover-opacity a {
    transition: opacity 0.4s;
  }
  .m-hover-opacity a:hover {
    opacity: 0.7;
  }
}

/* ========================================
◆各共通レイアウト

ヘッダー header
グローバルナビゲーション gNav
フッター footer

各レイアウト l-
======================================== */
/*
ヘッダー header
———————————————————————————————————————— */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 184px;
  padding: 0 50px 0 60px;
  background: url(../image/common/header_bg_pc.png) center top/cover no-repeat;
  color: var(--color-gold);
  font-family: var(--font-kamome);
  position: relative;
  z-index: 10;
}
.header a {
  color: var(--color-gold);
}
.header_logoType {
  width: 131px;
  height: 100%;
  position: relative;
  z-index: 12;
}
.header_logoType a {
  display: block;
  width: clamp(100px, 6.8229166667vw, 131px);
  position: absolute;
  top: 22px;
  left: 0;
}
.header_logoSymbol {
  line-height: 0;
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 12;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .header {
    height: 84px;
    padding: 0 20px;
    background: none;
    overflow: hidden;
  }
  .header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background: url(../image/common/header_bg_sp.png) center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 84px, 0 84px);
            clip-path: polygon(0 0, 100% 0, 100% 84px, 0 84px);
    pointer-events: none;
  }
  .header_logoType {
    width: 61px;
    height: auto;
  }
  .header_logoType a {
    width: 100%;
    position: static;
  }
  .header_logoSymbol {
    width: 35px;
  }
}

/*
メニュー gNav
———————————————————————————————————————— */
@media screen and (max-width: 1024px) {
  .gNavBtn {
    display: block;
    width: 25px;
    position: relative;
    z-index: 12;
  }
  .gNavBtn span {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-gold);
    transition: 0.3s;
  }
  .gNavBtn span + span {
    margin-top: 10px;
  }
  .gNavBtn.is-active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .gNavBtn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .gNavBtn.is-active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}

@media screen and (min-width: 1025px) {
  .gNav {
    display: block !important;
  }
}
.gNav_primary {
  display: flex;
  justify-content: center;
  gap: 0 clamp(40px, 3.6458333333vw, 70px);
  width: 100%;
  font-size: clamp(16px, 1.09375vw, 21px);
  position: absolute;
  left: 0;
  bottom: 10px;
}
.gNav_primary a {
  display: inline-block;
}
.gNav_app {
  display: flex;
  gap: 0 clamp(10px, 1.9791666667vw, 38px);
  transform: translateY(-25px);
}
.gNav_app a {
  display: block;
  width: clamp(140px, 8.9583333333vw, 172px);
  border: 1px solid var(--color-gold);
  text-align: center;
  font-size: clamp(15px, 1.0416666667vw, 20px);
  letter-spacing: 0.025em;
  line-height: 2.4;
  position: relative;
}
.gNav_app a::after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid var(--color-gold);
  position: absolute;
  top: 2px;
  left: -4px;
}
@media (hover: hover) {
  .gNav_app a {
    transition: color 0.3s, background 0.3s;
  }
  .gNav_app a:hover {
    color: #fff;
    background: var(--color-gold);
  }
}
.gNav_app ._cart a::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 20px;
  margin-right: 5px;
  background: url(../image/common/header_cart.svg) center/contain no-repeat;
  vertical-align: middle;
  transform: translateY(-1px);
}
@media (hover: hover) {
  .gNav_app ._cart a::before {
    transition: 0.3s;
  }
  .gNav_app ._cart a:hover::before {
    background-image: url(../image/common/header_cart_white.svg);
  }
}
@media screen and (max-width: 1024px) {
  .gNav {
    display: none;
    width: 100%;
    height: 100%;
    padding: 130px 20px 60px;
    background: url(../image/common/header_bg_sp.png) center/cover no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .gNav::-webkit-scrollbar {
    display: none;
  }
  .gNav_primary {
    flex-direction: column;
    align-items: center;
    gap: 12px 0;
    font-size: 18px;
    position: static;
  }
  .gNav_app {
    justify-content: space-between;
    max-width: 335px;
    margin: 40px auto 0;
    transform: none;
  }
  .gNav_app > li {
    width: 48%;
    max-width: 150px;
  }
  .gNav_app a {
    width: 100%;
    font-size: 16px;
  }
  .gNav_app ._cart a::before {
    width: 19px;
  }
}

/*
フッター footer
———————————————————————————————————————— */
.footer {
  background: #181818;
  color: #fff;
  text-align: center;
}
.footer_inner {
  padding: 120px 30px 0;
}
.footer_nav {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  padding: 50px 0 30px;
  border-bottom: 1px solid #fff;
}
.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
}
.footer_nav a {
  display: inline-block;
}
.footer_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  margin-top: 50px;
}
.footer_info {
  margin-top: 30px;
  font-style: normal;
  line-height: 2.375;
}
.footer_license {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 40px;
  font-size: 12px;
}
.footer_yushindou {
  margin-top: 60px;
}
.footer_copyright {
  margin-top: 120px;
  padding: 20px 0 24px;
  border-top: 1px solid #fff;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 13px;
  }
  .footer_inner {
    padding-top: 70px;
  }
  .footer_logoSymbol img {
    width: 80px;
  }
  .footer_nav {
    padding: 35px 0 0;
    border-bottom: none;
  }
  .footer_nav ul {
    flex-direction: column;
    gap: 10px 30px;
  }
  .footer_sns {
    gap: 0 35px;
    margin-top: 60px;
  }
  .footer_sns ._instagram img {
    width: 30px;
  }
  .footer_sns ._twitter img {
    width: 33px;
  }
  .footer_info {
    margin-top: 40px;
    line-height: 2.3076923077;
  }
  .footer_license {
    flex-direction: column;
    margin-top: 30px;
    font-size: 10px;
    line-height: 1.8;
  }
  .footer_yushindou {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_copyright {
    margin-top: 78px;
    padding: 17px 30px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}

/*
各レイアウト l-
———————————————————————————————————————— */
.l-blogList {
  display: flex;
  flex-wrap: wrap;
  gap: 110px 5.8219178082%;
}
.l-blogList > * {
  width: 29.4520547945%;
}
.l-blogList_thumbnail {
  padding-top: 81.1627906977%;
  position: relative;
}
.l-blogList_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.l-blogList_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 2.2;
  margin-top: 10px;
}
.l-blogList_time {
  display: block;
  font-size: 20px;
  font-size: clamp(16px, 1.5625vw, 20px);
}
.l-blogList_category {
  display: block;
  margin-left: auto;
  padding: 0 18px;
  background: var(--color-blue);
  color: #fff;
  font-size: clamp(12px, 1.171875vw, 15px);
}
.l-blogList_contTtl {
  margin-top: 5px;
  font-size: clamp(18px, 1.7578125vw, 22px);
  line-height: 1.7272727273;
}
.l-blogList_more {
  margin-top: 10px;
  padding: 0 10px;
  font-family: var(--font-en);
  font-size: clamp(12px, 1.171875vw, 15px);
  letter-spacing: 0.33em;
  border-bottom: 1px solid #000;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto 0;
}
@media screen and (max-width: 1024px) {
  .l-blogList_time {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-blogList {
    gap: 48px 0;
  }
  .l-blogList > * {
    width: 100%;
  }
  .l-blogList_head {
    margin-top: 25px;
  }
  .l-blogList_time {
    width: auto;
    font-size: 13px;
  }
  .l-blogList_category {
    width: auto;
    font-size: 13px;
  }
  .l-blogList_contTtl {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2.1428571429;
  }
  .l-blogList_more {
    font-size: 11px;
  }
}

.l-inp {
  padding: 85px 0 180px;
}
@media screen and (max-width: 767px) {
  .l-inp {
    padding: 25px 0 120px;
  }
}

.l-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 50px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    font-size: 10px;
  }
}

.l-pagenation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-definitionList > dl {
  display: flex;
  gap: 6px 9px;
  font-size: 18px;
  line-height: 1.5555555556;
}
.l-definitionList > dl + dl {
  margin-top: 9px;
}
.l-definitionList > dl > dt {
  display: flex;
  align-items: center;
  width: 240px;
  padding: 18px 10px 18px 26px;
  background: #333;
  color: #fff;
}
.l-definitionList > dl > dd {
  flex: 1;
  padding: 18px 30px 18px 34px;
  background: #fff;
}
.l-definitionList ._numList li {
  padding-left: 30px;
  position: relative;
}
.l-definitionList ._numList ._num {
  position: absolute;
  top: 0;
  left: 0;
}
.l-definitionList ._utility02 dl {
  display: flex;
}
.l-definitionList ._utility02 dt {
  display: inline-block;
  width: 220px;
  position: relative;
}
.l-definitionList ._utility02 dd {
  flex: 1;
}
.l-definitionList ._utility02 dd::before {
  content: ":";
}
@media screen and (max-width: 1024px) {
  .l-definitionList > dl {
    font-size: 16px;
  }
  .l-definitionList > dl > dt {
    display: flex;
    align-items: center;
    width: 200px;
    padding-left: 16px;
  }
  .l-definitionList > dl > dd {
    padding-left: 24px;
  }
  .l-definitionList ._utility02 {
    text-align: left;
  }
  .l-definitionList ._utility02 dl {
    display: block;
    width: 100%;
  }
  .l-definitionList ._utility02 dl + dl {
    margin-top: 15px;
  }
  .l-definitionList ._utility02 dt::after {
    content: ":";
  }
  .l-definitionList ._utility02 dd {
    padding-left: 1em;
  }
  .l-definitionList ._utility02 dd::before {
    display: none;
  }
  .l-definitionList ._utility03 {
    padding-left: 1em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .l-definitionList > dl {
    flex-direction: column;
    text-align: center;
  }
  .l-definitionList > dl + dl {
    margin-top: 9px;
  }
  .l-definitionList > dl > dt {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 15px;
  }
  .l-definitionList > dl > dd {
    width: 100%;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.11em;
  }
  .l-definitionList > dl > dd * {
    letter-spacing: 0.11em;
  }
  .l-definitionList > dl > dd._spPdLarge {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .l-definitionList ._numList {
    text-align: left;
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
  }
  .l-definitionList ._numList li {
    padding-left: 16px;
  }
  .l-definitionList ._numList ._num {
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-definitionList ._utility01 {
    text-align: left;
  }
}

.l-insideLink {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5%;
}
.l-insideLink a {
  display: block;
  width: 47.5%;
  padding: 24px 10px;
  background: var(--color-blue) url(../image/common/insidelink_arrow_pc.svg) right 21px center/auto no-repeat;
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 1.4102564103vw, 22px);
  line-height: 1.4;
}

/* ========================================
◆各ページ個別

トップページ home
お問い合わせ contact

======================================== */
/*
トップページ home
———————————————————————————————————————— */
@media screen and (min-width: 768px) {
  .home .m-secTtl01 {
    font-size: clamp(38px, 3.7073170732vw, 48px);
  }
  .home .m-secTtl01-en {
    font-size: 15px;
  }
}

.homeMv {
  color: #F0EFE7;
  position: relative;
  z-index: 2;
}
.homeMv a {
  color: #F0EFE7;
}
.homeMv_textImg {
  width: 35.7291666667%;
  position: absolute;
  top: 9.375vw;
  left: 50%;
  transform: translateX(-50%);
}
.homeMv_textImg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeMv_textImg {
    width: 62.9333333333%;
    top: 30.9333333333vw;
  }
}
.homeMv_sns {
  padding-bottom: 1.5625vw;
  line-height: 1;
  position: absolute;
  top: 15.9375vw;
  left: 7.2916666667%;
}
.homeMv_sns dt {
  font-size: 0.6770833333vw;
  line-height: 1;
  margin: 0 auto;
  letter-spacing: 0.52em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-family: var(--font-en);
  transform: translateX(-25%);
}
.homeMv_sns dd {
  margin-top: 1.3020833333vw;
}
.homeMv_sns dd a {
  display: block;
  line-height: 0;
  text-align: center;
}
.homeMv_sns dd a + a {
  margin-top: 1.5625vw;
}
.homeMv_sns dd ._instagram {
  width: 1.7708333333vw;
}
.homeMv_sns dd ._twitter {
  width: 1.9791666667vw;
}
.homeMv_nav {
  background: url(../image/home/mv_net.svg) center top/100% auto no-repeat;
  padding-top: 2.6041666667vw;
  font-family: var(--font-kamome);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  top: 14.0625vw;
  right: 7.5vw;
  line-height: 1;
}
.homeMv_nav > p {
  font-size: 1.4583333333vw;
  letter-spacing: 0.255em;
  line-height: 2;
}
.homeMv_nav ul {
  padding-top: 5px;
}
.homeMv_nav ul a {
  display: inline-block;
  font-size: 1.1458333333vw;
  letter-spacing: 0.455em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .homeMv_nav {
    padding-top: 5.8666666667vw;
    background-image: url(../image/home/mv_net_sp.svg);
    top: 80.8vw;
    right: 16vw;
  }
  .homeMv_nav > p {
    font-size: 3.4666666667vw;
  }
  .homeMv_nav ul {
    padding-top: 1.3333333333vw;
  }
  .homeMv_nav ul a {
    font-size: 2.6666666667vw;
  }
}
.homeMv_scroll {
  width: max(4.53125vw, 50px);
  position: absolute;
  left: 50%;
  bottom: 3.6458333333vw;
  transform: translateX(-50%);
}
.homeMv_scroll img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeMv_scroll {
    width: 16.5333333333%;
    bottom: 10.6666666667vw;
  }
}
.homeMv_bg {
  width: 100%;
}

.homeProductWrap {
  padding-top: 160px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .homeProductWrap {
    padding-top: 80px;
  }
}

.homeProduct {
  position: relative;
  z-index: 1;
}
.homeProduct + .homeProduct {
  margin-top: 180px;
}
.homeProduct::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.homeProduct .splide {
  margin-top: 80px;
}
.homeProduct .splide__slide a {
  display: block;
  padding-top: 100%;
}
.homeProduct .splide__slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .homeProduct .splide__list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 6px;
  }
  .homeProduct .splide__slide {
    width: calc((100% - 12px) / 3);
  }
  .homeProduct .splide__arrows {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .homeProduct .splide__slide {
    width: calc((100% - 24px) / 5);
  }
}
@media screen and (max-width: 767px) {
  .homeProduct + .homeProduct {
    margin-top: 70px;
  }
  .homeProduct .splide {
    margin-top: 35px;
    position: relative;
  }
  .homeProduct .splide__arrow {
    padding: 10px 0;
    line-height: 0;
    position: absolute;
    bottom: -8px;
  }
  .homeProduct .splide__arrow--prev {
    left: 0;
  }
  .homeProduct .splide__arrow--next {
    right: 0;
  }
  .homeProduct .splide__pagination {
    display: flex;
    justify-content: center;
    gap: 0 17px;
    width: 100%;
    margin-top: 30px;
  }
  .homeProduct .splide__pagination li {
    line-height: 0;
  }
  .homeProduct .splide__pagination button {
    width: 7px;
    height: 7px;
    background: var(--color-gold);
    border-radius: 50%;
    opacity: 0.4;
  }
  .homeProduct .splide__pagination button.is-active {
    opacity: 1;
  }
}
.homeProduct-new::before {
  width: 470px;
  height: 350px;
  background: url(../image/home/product_flower01.png) center/contain no-repeat;
  top: -170px;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .homeProduct-new::before {
    left: auto;
    right: calc(50% + 170px);
  }
}
@media screen and (max-width: 767px) {
  .homeProduct-new::before {
    width: 130px;
    height: 205px;
    background-image: url(../image/home/product_flower01_sp.png);
    top: -90px;
    left: 0;
    right: auto;
  }
}
.homeProduct-recommend::before {
  content: "";
  display: block;
  width: 440px;
  height: 430px;
  background: url(../image/home/product_flower02.png) center/contain no-repeat;
  top: -170px;
  right: 0;
}
@media screen and (max-width: 1280px) {
  .homeProduct-recommend::before {
    right: auto;
    left: calc(50% + 200px);
  }
}
@media screen and (max-width: 767px) {
  .homeProduct-recommend::before {
    width: 180px;
    height: 220px;
    background-image: url(../image/home/product_flower02_sp.png);
    top: -30px;
    right: 0;
    left: auto;
  }
}

.homeAbout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 853px;
  margin-top: 200px;
  padding: 40px 30px;
  color: var(--color-gold);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homeAbout::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 1924px;
  height: 100%;
  background: url(../image/home/about_bg_pc.jpg) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
.homeAbout_description {
  margin-top: 60px;
  line-height: 3.375;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeAbout {
    display: block;
    min-height: 0;
    margin-top: 86px;
    padding-top: 125px;
    padding-bottom: 140px;
  }
  .homeAbout::before {
    width: 100%;
    min-width: 0;
    background-image: url(../image/home/about_bg_sp01.png), url(../image/home/about_bg_sp02.png), url(../image/home/about_bg_sp03.png), url(../image/home/about_bg_sp.jpg);
    background-position: left top, right 38%, left bottom, center;
    background-size: 375px auto, 375px auto, 375px auto, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
  .homeAbout_description {
    margin-top: 30px;
    font-size: 13px;
    line-height: 2.6153846154;
  }
}

.homeCategory {
  padding: 180px 0 200px;
  overflow: hidden;
}
.homeCategory_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(0.8904109589vw, 13px) min(0.8904109589vw, 13px);
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.homeCategory_list::before, .homeCategory_list::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.homeCategory_list::before {
  width: 520px;
  height: 380px;
  background: url(../image/home/category_flower01_pc.png) center/contain no-repeat;
  left: 76%;
  top: -200px;
}
.homeCategory_list::after {
  width: 520px;
  height: 380px;
  background: url(../image/home/category_flower02_pc.png) center/contain no-repeat;
  right: 77.5%;
  bottom: -266px;
}
.homeCategory_list > li:nth-child(1) {
  grid-row: 1/3;
}
.homeCategory_list span {
  display: block;
  color: #fff;
  font-family: var(--font-kamome);
  font-size: min(2.3287671233vw, 36px);
  letter-spacing: 0.155em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  white-space: nowrap;
}
.homeCategory_list span._spaceMin {
  letter-spacing: 0.06em;
}
.homeCategory_list img {
  width: 100%;
}
.homeCategory_link {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeCategory {
    padding: 90px 0;
    background: url(../image/home/category_flower03_sp.png) left top/auto no-repeat;
  }
  .homeCategory_list {
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-top: 40px;
  }
  .homeCategory_list::before {
    width: 110px;
    height: 210px;
    background-image: url(../image/home/category_flower01_sp.png);
    left: auto;
    right: -30px;
    top: -100px;
  }
  .homeCategory_list::after {
    width: 130px;
    height: 210px;
    background-image: url(../image/home/category_flower02_sp.png);
    right: auto;
    left: -35px;
    top: 33%;
  }
  .homeCategory_list > li:nth-child(1) {
    grid-row: 1/1;
  }
  .homeCategory_list span {
    font-size: 6.4vw;
  }
  .homeCategory_link {
    margin-top: 45px;
  }
}

.homeGuide_list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.homeGuide_list > li {
  width: 49.0410958904%;
}
.homeGuide_list a {
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
}
.homeGuide_list p {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
}
.homeGuide_list ._en {
  font-family: var(--font-en);
  font-size: min(1.4193548387vw, 22px);
  letter-spacing: 0.33em;
  top: 7%;
}
.homeGuide_list ._ja {
  font-family: var(--font-kamome);
  font-size: min(2.5806451613vw, 40px);
  bottom: 2%;
}
@media screen and (max-width: 767px) {
  .homeGuide_list {
    flex-direction: column;
    gap: 25px 0;
    margin-top: 40px;
  }
  .homeGuide_list > li {
    width: 100%;
  }
  .homeGuide_list ._en {
    font-size: 2.9333333333vw;
    top: 10%;
  }
  .homeGuide_list ._ja {
    font-size: 6.4vw;
  }
}

.homeBlog {
  margin-top: 200px;
  padding: 160px 0 180px;
  background: url(../image/home/blog_bg_pc.jpg) center/cover;
  color: var(--color-gold);
}
.homeBlog a {
  color: #fff;
}
.homeBlog .l-blogList {
  margin-top: 70px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .homeBlog .l-blogList {
    gap: 0 4.1780821918%;
  }
}
@media screen and (min-width: 768px) {
  .homeBlog .l-blogList > li {
    width: 30.5479452055%;
  }
}
.homeBlog .l-blogList_more {
  border-color: #fff;
}
.homeBlog_link {
  margin-top: 120px;
  text-align: center;
}
.homeBlog_link a {
  color: var(--color-gold);
  border-color: var(--color-gold);
  background-image: url(../image/common/link_arrow_sp_gold.svg);
}
@media screen and (max-width: 767px) {
  .homeBlog {
    margin-top: 95px;
    padding: 90px 0 94px;
    background-image: url(../image/home/blog_bg_sp.jpg);
  }
  .homeBlog .l-blogList {
    margin-top: 30px;
  }
  .homeBlog_link {
    margin-top: 45px;
  }
}

/*
商品 product
———————————————————————————————————————— */
.product_container {
  display: flex;
  gap: 0 7.1232876712%;
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .product_container {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .product_container {
    margin-top: 36px;
  }
}

.productAside {
  width: 240px;
}
.productAside_toggleBtn {
  display: none;
}
.productAside_list li {
  border-bottom: 1px solid #ADADAD;
}
.productAside_list li:first-child {
  border-top: 1px solid #ADADAD;
}
.productAside_list a {
  display: block;
  padding: 18px 0 18px 26px;
  font-size: 20px;
  line-height: 1.5;
}
.productAside_list .current a {
  background: var(--color-blue);
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .productAside_list {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .productAside {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .productAside_toggleBtn {
    display: block;
    width: 100%;
    height: 55px;
    background: #1D2C69;
    color: var(--color-gold);
    font-family: var(--font-kamome);
    font-size: 20px;
    position: relative;
  }
  .productAside_toggleBtn::before, .productAside_toggleBtn::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: var(--color-gold);
    position: absolute;
    top: 50%;
    right: 31px;
  }
  .productAside_toggleBtn::after {
    transform: rotate(90deg);
  }
  .productAside_list {
    display: none;
  }
  .productAside_list a {
    padding: 14px 0;
    font-size: clamp(14px, 3.3333333333vw, 16px);
    text-align: center;
  }
}

.productMain {
  flex: 1;
}

.productList {
  display: flex;
  flex-wrap: wrap;
  gap: 68px 1.0752688172%;
}
.productList > li {
  width: 32.6164874552%;
}
.productList a {
  display: block;
  text-align: center;
}
@media (hover: hover) {
  .productList a:hover .productList_thumbnail::before {
    opacity: 1;
  }
}
.productList_thumbnail {
  position: relative;
  padding-top: 100%;
}
.productList_thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(216, 71, 124, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
.productList_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.productList_contTtl {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.7647058824;
}
.productList_price {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.productList_category {
  margin-top: 20px;
  display: inline-block;
  background: var(--color-blue);
  padding: 5px min(1.9512195122vw, 35px) 7px;
  color: #fff;
  font-size: clamp(13px, 1.2682926829vw, 18px);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .productList {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .productList {
    gap: 35px 6px;
  }
  .productList > li {
    width: calc((100% - 6px) / 2);
  }
  .productList_contTtl {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.6;
  }
  .productList_price {
    margin-top: 8px;
    font-size: 11px;
  }
  .productList_category {
    margin-top: 12px;
    padding: 2px 16px 3px;
    font-size: 12px;
  }
}

/*
ブログ blog
———————————————————————————————————————— */
.blogCategory {
  margin: 115px 0 65px;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto 0;
}
.blogCategory_ttl {
  font-family: var(--font-en);
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.blogCategory ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #333;
}
.blogCategory li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 1px;
  margin: 0 8px 0 6px;
  background: var(--color-gold);
  transform: rotate(-45deg);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .blogCategory {
    margin: 60px 0 70px;
    margin-inline: auto;
  }
  .blogCategory_ttl {
    font-size: 10px;
  }
  .blogCategory ul {
    justify-content: space-between;
    gap: 20px 50px;
    padding-top: 30px;
  }
  .blogCategory li {
    width: calc(50% - 28px);
    font-size: 15px;
    line-height: 1.4;
  }
  .blogCategory li:nth-child(odd) {
    text-align: right;
  }
  .blogCategory li:nth-child(even) {
    position: relative;
  }
  .blogCategory li:nth-child(even)::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--color-gold);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
  }
  .blogCategory li:not(:last-child)::after {
    display: none;
  }
}

.blogDetail_container {
  max-width: 1172px;
  margin: 0 auto;
}
.blogDetail_listLink {
  text-align: right;
  line-height: 24px;
}
.blogDetail_listLink a {
  display: inline-block;
  padding-left: 44px;
  background: url(../image/blog/icon_bloglist_pc.svg) left center/auto no-repeat;
}
.blogDetail_mainImg {
  margin-top: 40px;
  text-align: center;
}
.blogDetail_mainTtl {
  margin-top: 60px;
  font-size: 32px;
  text-align: center;
  line-height: 1.8888888889;
}
.blogDetail_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px 40px;
  margin-top: 55px;
  padding-bottom: 55px;
  border-bottom: 1px solid #000;
  line-height: 1;
}
.blogDetail_category a {
  display: inline-block;
  background: var(--color-blue);
  padding: 9px 18px;
  color: #fff;
  font-size: 15px;
}
.blogDetail_date {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.blogDetail_date_update {
  display: block;
  padding-left: 30px;
  background: url(../image/blog/icon_update.svg) left center/auto no-repeat;
  line-height: 20px;
}
.blogDetail_date_created {
  display: block;
  padding-left: 30px;
  background: url(../image/blog/icon_created.svg) left center/auto no-repeat;
  line-height: 20px;
}
.blogDetail_post {
  padding-top: 65px;
}
.blogDetail_post > * {
  margin-bottom: 30px;
}
.blogDetail_post h2 {
  margin-bottom: 30px;
  font-size: 23px;
  text-align: center;
  line-height: 2;
}
.blogDetail_productsMore {
  max-width: 644px;
  margin: 120px auto 0;
}
.blogDetail_productsMore a {
  display: block;
  padding-top: 27.950310559%;
  background: url(../image/blog/more_link_bg.png) center/cover;
  color: var(--color-gold);
  position: relative;
}
.blogDetail_productsMore a > span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.blogDetail_productsMore a ._ja {
  display: block;
  font-size: 24px;
  letter-spacing: 0.19em;
}
.blogDetail_productsMore a ._en {
  display: block;
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.52em;
}
.blogDetail_pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 310px;
  margin: 100px auto;
  padding-bottom: 80px;
  position: relative;
}
.blogDetail_pagination a {
  display: inline-block;
  line-height: 20px;
}
.blogDetail_pagination ._prev {
  padding-left: 42px;
  background: url(../image/blog/pagination_prev.svg) left top/auto no-repeat;
  font-family: var(--font-en);
  letter-spacing: 0.18em;
}
.blogDetail_pagination ._next {
  padding-right: 42px;
  background: url(../image/blog/pagination_next.svg) right top/auto no-repeat;
  font-family: var(--font-en);
  letter-spacing: 0.18em;
  margin-left: auto;
}
.blogDetail_pagination ._list {
  padding-left: 42px;
  background: url(../image/blog/icon_bloglist_pc.svg) left center/auto no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .blogDetail_listLink {
    font-size: 13px;
  }
  .blogDetail_listLink a {
    padding-left: 34px;
    background-image: url(../image/blog/icon_bloglist_sp.svg);
  }
  .blogDetail_mainImg {
    margin-top: 48px;
  }
  .blogDetail_mainTtl {
    margin-top: 40px;
    font-size: 18px;
  }
  .blogDetail_info {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .blogDetail_category a {
    padding: 8px 15px;
    font-size: 13px;
  }
  .blogDetail_date {
    gap: 0 30px;
    font-size: 13px;
  }
  .blogDetail_date_update, .blogDetail_date_created {
    padding-left: 24px;
    background-size: 15px auto;
  }
  .blogDetail_post {
    padding-top: 40px;
    font-size: 13px;
    line-height: 2.2307692308;
  }
  .blogDetail_post h2 {
    font-size: 16px;
  }
  .blogDetail_productsMore {
    max-width: 315px;
    margin: 55px auto 0;
  }
  .blogDetail_productsMore a > span {
    line-height: 2;
  }
  .blogDetail_productsMore a ._ja {
    font-size: 16px;
  }
  .blogDetail_productsMore a ._en {
    font-size: 10px;
  }
  .blogDetail_pagination {
    max-width: 100%;
    margin-top: 50px;
    padding-bottom: 55px;
  }
  .blogDetail_pagination a {
    font-size: 14px;
  }
  .blogDetail_pagination ._prev {
    padding-left: 38px;
    background-position: left top 2px;
  }
  .blogDetail_pagination ._next {
    padding-right: 38px;
    letter-spacing: 0.18em;
    background-position: right top 2px;
  }
  .blogDetail_pagination ._list {
    background-image: url(../image/blog/icon_bloglist_sp.svg);
    padding-left: 36px;
    font-size: 13px;
  }
}

/*
会社概要 company
———————————————————————————————————————— */
.companyGreeting {
  margin-top: 96px;
  position: relative;
}
.companyGreeting_imgBox {
  width: 47.4479166667%;
  max-height: 911px;
  position: absolute;
  top: 0;
  left: 0;
}
.companyGreeting_imgBox > div {
  padding-top: 100%;
  position: relative;
}
.companyGreeting_imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.companyGreeting_contInner {
  width: 44.7260273973%;
  margin-left: auto;
}
.companyGreeting_secTtl {
  position: relative;
  padding-top: 53.2924961715%;
  background: url(../image/company/bg_ttl.svg) center/auto 100% no-repeat;
}
.companyGreeting_secTtl span {
  display: inline-block;
  font-family: var(--font-kamome);
  font-size: min(1.9480519481vw, 30px);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.companyGreeting_textBox {
  margin-top: 55px;
}
.companyGreeting_textBox p {
  letter-spacing: 0.13em;
  line-height: 2.5;
}
.companyGreeting_textBox p + p {
  margin-top: 2.5em;
}
@media screen and (max-width: 1024px) {
  .companyGreeting_imgBox {
    width: 100%;
    max-width: 911px;
    max-height: none;
    margin: 0 auto;
    position: static;
  }
  .companyGreeting_imgBox > div {
    padding-top: 0;
  }
  .companyGreeting_imgBox img {
    -o-object-fit: fill;
       object-fit: fill;
    height: auto;
    position: static;
  }
  .companyGreeting_contInner {
    width: 100%;
  }
  .companyGreeting_secTtl {
    margin-top: 44px;
  }
  .companyGreeting_secTtl span {
    font-size: min(4.8vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .companyGreeting {
    margin-top: 55px;
  }
  .companyGreeting_textBox {
    margin-top: 40px;
  }
  .companyGreeting_textBox p {
    letter-spacing: 0.11em;
    font-size: 12px;
    line-height: 2.1666666667;
  }
  .companyGreeting_textBox p + p {
    margin-top: 2.1666666667em;
  }
}

.companySumally {
  margin-top: 170px;
}
.companySumally .l-definitionList {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .companySumally {
    margin-top: 90px;
  }
  .companySumally .l-definitionList {
    margin-top: 40px;
  }
}

/*
購入ガイド buy
———————————————————————————————————————— */
.buy .l-insideLink {
  margin-top: 140px;
}

/*
特定商取引法に基づく表記 law
———————————————————————————————————————— */
.lawSec01 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .lawSec01 {
    margin-top: 50px;
  }
}

.lawSec02 {
  margin-top: 140px;
}
.lawSec02 .l-definitionList {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .lawSec02 {
    margin-top: 105px;
  }
  .lawSec02 .l-definitionList {
    margin-top: 50px;
  }
}

/*
お問い合わせ contact
———————————————————————————————————————— *//*# sourceMappingURL=style.css.map */