@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

body {
  margin: 0;
  color: #050447;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.section-heading {
  text-align: center;
}
.section-heading._deco {
  position: relative;
  z-index: 0;
  padding-block: 30px;
}
.section-heading:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 128px;
  height: 128px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 0;
  left: calc(50% - 64px);
}
.section-heading._deco01:before {
  background-image: url("../img/common2/bg_heading_01.png");
  width: 128px;
  height: 128px;
  left: calc(50% - 64px);
}
.section-heading._deco02:before {
  background-image: url("../img/common2/bg_heading_02.png");
  width: 125px;
  height: 125px;
  left: calc(50% - 64px);
}
.section-heading._deco03:before {
  background-image: url("../img/common2/bg_heading_03.png");
  width: 125px;
  height: 125px;
  left: calc(50% - 64px);
}
@media (max-width: 767px) {
  .section-heading._deco01:before {
    width: 98px;
    height: 98px;
    left: calc(50% - 49px);
  }
  .section-heading._deco02:before {
    width: 98px;
    height: 98px;
    left: calc(50% - 49px);
  }
  .section-heading._deco03:before {
    width: 98px;
    height: 98px;
    left: calc(50% - 49px);
  }
}

.section-heading-en {
  font-family: Copperplate;
  font-size: 54px;
  line-height: 1.2;
  display: block;
}
@media (max-width: 767px) {
  .section-heading-en {
    font-size: 40px;
  }
}

.section-heading-ja {
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 500;
  display: block;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .section-heading-ja {
    font-size: 12px;
  }
}

.breadcrumb {
  max-width: 1200px;
  box-sizing: content-box;
  padding-inline: var(--paddingInline);
  padding-block: 27px 20px;
  margin-inline: auto;
  font-size: 14px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:last-child):after {
  content: "/";
  padding-inline: 10px;
}

/* =======================================
商品詳細ページ
======================================= */
.item-info-container {
  background: url("../img/common2/bg_basic.jpg") repeat-y top center;
  background-size: 100%;
}

.item-info-content {
  padding: 60px 0 40px 0;
  max-width: 1200px;
  margin-inline: auto;
  box-sizing: content-box;
  padding-inline: var(--paddingInline);
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}

.item-info-left {
  max-width: 660px;
  width: 60%;
}

.item-main-image {
  width: 100%;
}

.item-info-img {
  width: 100%;
}

.item-info-img img {
  width: 100%;
  display: block;
}

.item-info-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.item-info-options img {
  width: 100%;
}

.choice-btn {
  margin-top: 10px;
  margin-bottom: 0;
}
.choice-btn .slick-track {
  justify-content: flex-start;
  gap: 10px;
}
.choice-btn li {
  margin-bottom: 0;
  flex-basis: calc((100% - 40px) / 5);
  height: auto;
}
.choice-btn li img {
  width: 100%;
  height: auto;
}

.main-image {
  width: 100%;
}

.item-image {
  width: 100%;
}

.item-info-right {
  max-width: 500px;
  width: 40%;
}

.item-title {
  font-size: 24px;
  margin-bottom: 25px;
}

.item-additional-text {
  margin-bottom: 25px;
}

.item-text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 36px;
}

.item-cost {
  font-size: 20px;
  margin-bottom: 28px;
}

.item-quantity {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.item-quantity p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #050447;
}

.item-quantity input {
  border: 1px solid #050447;
  border-radius: 0;
  font-size: 18px;
  padding: 13px 0;
  max-width: 110px;
  width: auto;
  color: #050447;
  text-align: center;
  background-color: inherit;
}

.item-params {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.item-param {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.item-param select {
  padding: 13px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: inherit;
  border: 1px solid #050447;
  color: #050447;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDFMNy41IDhMMSAwLjk5OTk5OSIgc3Ryb2tlPSIjMDUwNDQ3Ii8+PC9zdmc+");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: bottom 47% right 10px;
}
.option1-selected {
  color: rgba(0, 0, 0, 0.5) !important;
}

.item-param select option {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #050447;
  background-color: inherit;
  padding: 13px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-param select option:first-child {
  color: rgba(0, 0, 0, 0.5);
}

.makeshop-option-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.makeshop-option-wrap select {
  padding: 13px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: inherit;
  border: 1px solid #050447;
  color: #050447;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDFMNy41IDhMMSAwLjk5OTk5OSIgc3Ryb2tlPSIjMDUwNDQ3Ii8+PC9zdmc+");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: bottom 47% right 10px;
}
.makeshop-option-wrap select option {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #050447;
  background-color: inherit;
  padding: 13px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.makeshop-option-wrap select option:first-child {
  color: rgba(0, 0, 0, 0.5);
}

.makeshop-option-select-wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .makeshop-option-select-wrap {
    background-color: transparent;
  }
  .makeshop-option-select-wrap::before {
    content: none;
  }
}

.makeshop-option-label {
  font-size: inherit;
  margin-bottom: 0;
}

.item-message-card {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.two-dividers {
  width: 100%;
}

.two-divider {
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background-color: #050447;
}

.divider2px {
  margin: 0 !important;
  height: 2px;
}

.item-message-card-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #050447;
}

.item-message-card-title + div:not([class]) {
  display: none;
}

.message-param {
  width: 100%;
  color: #050447;
}
.message-param textarea, .message-param input {
  border: 1px solid #050447;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  vertical-align: bottom;
  width: 100%;
  padding: 13px 20px;
  font-size: inherit;
}

.message-param-number {
  font-size: 16px;
  margin-right: 15px;
  white-space: nowrap;
}

.nameprint-annotation {
  text-align: right;
  font-size: 12px;
}

.item-card-btns {
  width: 100%;
  margin-top: 40px;
}
.item-card-btns .c-button {
  width: 100%;
  max-width: none;
}

.modal-open {
  display: block;
  width: 100%;
  margin-top: 40px;
}
.modal-open .c-button {
  width: 100%;
  max-width: none;
}
.modal-open .c-button._disabled {
  filter: grayscale(1);
  pointer-events: none;
  opacity: 0.7;
}

.favorite-wrap {
  display: block;
  width: 100%;
}

.item-favourite {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid #050447;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 21px;
  text-decoration: none;
  background-color: none;
  color: #050447;
  padding: 12px 0;
}
.item-favourite.hide {
  display: none;
}

.item-contact {
  margin-top: 25px;
  width: 100%;
}
.item-contact::before {
  content: none;
}
.item-contact a:before {
  content: none;
}
.item-contact .item-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: none;
  border-bottom: 1px solid #050447;
  color: #050447;
  padding-bottom: 8px;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 24px;
  font-size: 14px;
  width: fit-content;
}
@media (max-width: 767px) {
  .item-contact .item-contact-btn {
    margin-left: 0;
  }
}

.item-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.item-socials p {
  font-size: 14px;
  line-height: 1.4285714286;
}

.item-socials dt {
  font-size: 14px;
  line-height: 1.4285714286;
}

.item-socials dd {
  display: flex;
  align-items: center;
  gap: 10px;
}

.item-socials img {
  width: 30px;
  height: auto;
}

.fb-share-button.fb_iframe_widget span {
  display: block;
}

@media (max-width: 767px) {
  .item-socials {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .item-socials p {
    font-size: 12px;
  }
  .item-socials dt {
    font-size: 12px;
  }
  .item-socials img {
    width: 50px;
  }
}
.item-info-tab {
  padding-inline: var(--paddingInline);
  background: url("../img/common2/bg_dark.jpg") repeat-y top center;
  background-size: 100%;
}

.item-info-tab-btns {
  padding-block: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.item-info-tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #050447;
  padding-block: 12px;
  color: #050447;
  font-size: 18px;
}

.item-agreement {
  margin-top: 15px;
}
.item-agreement a {
  color: #710050;
  text-decoration: underline;
}
.item-agreement input[type=checkbox] {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}
.item-agreement .custom-checkbox {
  border-radius: 0;
  border: 1px solid #B0B0B0;
  background-color: #ffffff;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-agreement .custom-checkbox::after {
  display: block;
  width: 24px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNyAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA3LjcxNDI5TDEwLjc5NDEgMTdMMjUgMiIgc3Ryb2tlPSIjMDUwNDQ3IiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
}
.item-agreement input[type=checkbox]:checked + .custom-checkbox::after {
  content: "";
}
.item-agreement label {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .item-agreement .custom-checkbox {
    width: 34px;
    height: 34px;
  }
  .item-agreement label {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .item-agreement input {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
  }
}

.caution-container {
  padding: 58px 0 80px;
  background: url("../img/common2/bg_basic.jpg") repeat-y top center;
  background-size: 100%;
}

.caution-content {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
}

.caution-text-box {
  max-width: 690px;
  width: 100%;
  border: 2px solid #DEB971;
  padding: 21px 20px;
  margin-inline: auto;
}

.caution-title {
  text-align: center;
  margin-bottom: 10px;
}

.caution-title-eng {
  display: block;
  font-family: Copperplate;
  font-size: 24px;
  line-height: 1.2;
}

.caution-title-jp {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.142857;
}

.caution-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.caution-text span {
  color: #D8003D;
  text-decoration: underline;
}

.caution-size {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.caution-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .caution-card:last-child {
    flex-direction: row-reverse;
  }
}

.caution-card-img {
  max-width: 660px;
  width: 100%;
}

.caution-card-img img {
  width: 100%;
}

.caution-card-textbox {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
}

.caution-card-title {
  font-size: 24px;
  line-height: 1.5;
}

.caution-card-text {
  font-size: 16px;
  line-height: 1.6;
}

.l-item__for-gift img {
  width: 100%;
  height: auto;
}

/* カラーについて */
.color-container {
  background: url("../img/common2/bg_dark.jpg") repeat-y top center;
  background-size: 100%;
  padding-inline: var(--paddingInline);
  padding-block: 80px;
  margin: 0 auto;
}

.item-color-lead {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
.item-color-lead span {
  display: inline-block;
}

.item-colors {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.item-color-card {
  max-width: 281px;
  width: 100%;
}

.item-color-img {
  max-width: 281px;
  width: 100%;
  margin-bottom: 10px;
}

.item-color-img img {
  width: 100%;
}

.item-color-name-eng {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  color: #050447;
  margin-bottom: 4px;
}

.item-color-name-jp {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #050447;
  margin-bottom: 10px;
}

.item-color-text {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
.item-color-text span {
  display: inline-block;
}

.item-color-caution {
  margin-top: 31px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.item-size-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #050447;
}

/* 梱包について */
.p-packaging {
  padding-block: 80px;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-packaging {
    padding-block: 50px;
  }
}
@media (min-width: 767.1px) {
  .p-packaging .p-home__heading {
    margin-bottom: 50px;
  }
}

.p-packaging-list {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 350px);
  justify-content: space-between;
}
.p-packaging-list img {
  width: 100%;
  height: auto;
}
@media (max-width: 1150px) {
  .p-packaging-list {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
  }
}

.p-packaging-image {
  margin-bottom: 20px;
}

.p-packaging-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.p-packaging-text ._caution {
  font-size: 14px;
}

/* 関連商品 */
.related-container {
  padding-block: 80px;
}
@media (max-width: 767px) {
  .related-container {
    padding-block: 50px;
  }
}

.type-related-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.type-related-card {
  flex-basis: calc((100% - 80px) / 3);
}

.type-related-card-img {
  margin-bottom: 16px;
}
.type-related-card-img img {
  width: 100%;
}

.type-related-card-title {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 9px;
}

.page-header {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .page-header {
    padding-top: 59px;
    padding-bottom: 0;
  }
}

.white-text {
  color: #FFF !important;
}

/* =======================================
ブログ一覧ページ
======================================= */
.blog-list-container {
  padding: 0 0 100px;
}

.blog-list-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  gap: 60px;
}

.blog-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.blog-list-card {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 42px;
}

.blog-list-card-image {
  max-width: 500px;
  width: 45%;
}

.blog-list-card-image img {
  width: 100%;
  height: auto;
}

.blog-list-card-textbox {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
  max-width: 660px;
  width: 55%;
}

.blog-list-card-title {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 16px;
}

.blog-list-card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #050447;
}

.blog-list-card-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #050447;
}

.blog-list-card-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}

.blog-list-card-tags {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-wrap: wrap;
}

.blog-list-card-tag {
  padding: 7.5px 15px;
  border: 1px solid #710050;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #710050;
}

.blog-list-nav {
  margin-top: 40px;
}
.blog-list-nav .page,
.blog-list-nav .current,
.blog-list-nav .extend,
.blog-list-nav .nextpostslink,
.blog-list-nav .previouspostslink {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  background-color: inherit;
  border: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}
.blog-list-nav .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
.blog-list-nav .current {
  background-color: #DFA93E;
}
.blog-list-nav .extend {
  font-size: 18px;
}
.blog-list-nav .nextpostslink,
.blog-list-nav .previouspostslink {
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  color: inherit;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
}
@media (max-width: 767px) {
  .blog-list-nav .nextpostslink,
  .blog-list-nav .previouspostslink {
    position: absolute;
    right: -50px;
    bottom: 0;
  }
}
.blog-list-nav .nextpostslink:after,
.blog-list-nav .previouspostslink:before {
  content: "";
  width: 13px;
  height: 15px;
}
.blog-list-nav .nextpostslink:after {
  background: url("../img/common/seaconal-arrow_dark.svg") no-repeat center center;
  background-size: contain;
}
.blog-list-nav .previouspostslink:before {
  background: url("../img/common/seaconal-arrow_dark.svg") no-repeat center center;
  background-size: contain;
  transform: scale(-1, 1);
}
@media (max-width: 767px) {
  .blog-list-nav {
    margin-top: 40px;
  }
  .blog-list-nav .page,
  .blog-list-nav .current,
  .blog-list-nav .extend,
  .blog-list-nav .nextpostslink,
  .blog-list-nav .previouspostslink {
    width: 36px;
    height: 36px;
  }
  .blog-list-nav .previouspostslink {
    position: absolute;
    left: -50px;
    bottom: 0;
    width: max-content;
  }
  .blog-list-nav .nextpostslink {
    position: absolute;
    right: -50px;
    bottom: 0;
    width: max-content;
  }
  .blog-list-nav .wp-pagenavi {
    position: relative;
    padding-bottom: 55px;
    gap: 13px;
  }
}

/* =======================================
ブログ詳細ページ
======================================= */
.blog-content {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
  padding: 60px 0 100px 0;
}
.blog-content .c-button {
  width: 337px;
}
.blog-content section:not(:first-child) {
  padding-top: 80px;
}

.blog-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #050447;
  margin-bottom: 14px;
}

.blog-title {
  font-size: 32px;
  line-height: 1.6;
  padding-bottom: 14px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 14px;
}

.blog-text {
  font-size: 16px;
  line-height: 1.75;
}

.blog-image {
  margin-top: 20px;
  width: 100%;
}

.blog-image img {
  width: 100%;
}

.blog-pickup-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.blog-pickup-title {
  background-color: #710050;
  width: 100%;
  border-bottom: 6px solid #050447;
}

.blog-pickup-title-left {
  width: 16px;
  background-color: #050447;
}

.blog-pickup-title p {
  padding: 14px 24px 9px;
  font-size: 32px;
  line-height: 160%;
  color: #fff;
}

.blog-pickup-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #050447;
  width: 100%;
}

.blog-pickup-cardbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 60px;
  width: 100%;
}

.blog-pickup-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.blog-pickup-card-img {
  max-width: 470px;
  width: 50%;
}

.blog-pickup-card-img img {
  width: 100%;
}

.blog-pickup-card-textbox {
  max-width: 500px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.blog-pickup-card-number {
  padding-block: 7px;
  padding-left: 17px;
  position: relative;
  z-index: 0;
}
.blog-pickup-card-number:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  background: url("../img/common2/symbol02_yellow.svg") no-repeat center center;
  background-size: contain;
}

.blog-pickup-card-number span {
  font-family: Copperplate;
  font-size: 32px;
  line-height: 100%;
  display: inline-block;
}

.blog-pickup-card-title {
  font-size: 24px;
  line-height: 160%;
}

.blog-pickup-card-text {
  font-size: 16px;
  line-height: 1.5;
}

.blog-pickup-card-btn {
  text-align: right;
  margin-top: 40px;
  width: 100%;
}
.blog-pickup-card-btn .c-link-more:after {
  background-image: url("../img/common/seaconal-arrow_dark.svg");
}

.blog-image-cont, .blog-image-image, .blog-image-image img {
  width: 100%;
}

.blog-image-cont-textbox {
  padding: 30px 100px 0 100px;
}

.blog-image-cont-title {
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 10px;
}

.blog-image-cont-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #050447;
}

.blog-container {
  width: 100%;
}

.sun-title {
  font-size: 24px;
  padding-bottom: 11px;
  line-height: 160%;
}

.sun-title img {
  width: 50px;
  height: 50px;
}

.blog-material-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.blog-material-card {
  max-width: 235px;
  width: 25%;
}

.blog-material-card-img, .blog-material-card-img img {
  width: 100%;
}

.blog-material-card p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #050447;
}

.blog-item-container {
  width: 100%;
}

.blog-item-cards {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.blog-item-card {
  width: 33%;
}

.blog-item-card-img, .blog-item-card-img img {
  width: 100%;
  object-fit: cover;
}

.blog-item-card p {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #050447;
}

.blog-relatedpost-container {
  width: 100%;
}

.blog-relatedpost-cards {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.blog-relatedpost-card {
  width: 33%;
  max-width: 317px;
}

.blog-relatedpost-card-img {
  width: 100%;
  max-height: 204px;
}

.blog-relatedpost-card-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 204px;
}

.blog-relatedpost-card-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #050447;
  margin: 15px 0 3px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blog-relatedpost-card-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #050447;
}

.blog-relatedpost-tags {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-relatedpost-tag {
  padding: 7.5px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  border: 1px solid #710050;
  color: #710050;
  text-align: center;
}

.blog-backtotop {
  text-align: center;
}

.blog-transition-banner {
  width: 100%;
}

.blog-transition-box {
  max-width: 800px;
  width: 80%;
  height: 306px;
  margin: 0 auto;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-transition-box p {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #FF0000;
}

/* =======================================
MATAHARIについて
======================================= */
.about-style-container {
  width: 100%;
}

.about-style {
  padding: 0 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.about-style-title {
  font-size: 24px;
  line-height: 180%;
  text-align: center;
}
.about-style-title span {
  display: inline-block;
}

.about-style-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #050447;
}

.about-style-img {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.about-style-img-img {
  width: 25%;
}

.about-style-img img {
  width: 100%;
  height: auto;
}

.logo-banner {
  padding-block: 80px;
  padding-inline: var(--paddingInline);
  background: url("../img/common2/bg_magenta.jpg") repeat-y top center;
  background-size: 100%;
}

.logo-banner-inner {
  max-width: 1044px;
  margin-inline: auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.logo-banner-logo {
  flex-basis: 25.2873563218%;
}
@media (max-width: 767px) {
  .logo-banner-logo {
    width: 255px;
  }
}

.logo-banner-logo img {
  width: 100%;
  height: auto;
}

.logo-banner p {
  font-size: 16px;
  line-height: 28px;
  flex-basis: 67.0498084291%;
}
@media (max-width: 767px) {
  .logo-banner p {
    text-align: center;
  }
  .logo-banner p span {
    display: inline-block;
  }
}

.profile-container {
  background-image: url("../img/about/profile_bg.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-block: 100px;
  padding-inline: var(--paddingInline);
  color: #FFF;
}
.profile-container .p-home__heading {
  color: #ffffff;
}
@media (max-width: 767px) {
  .profile-container {
    padding-block: 50px;
  }
}

.profile-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
  margin: 24px auto 50px auto !important;
  max-width: 1000px;
  text-align: center;
}

.profile-content {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-img {
  flex-basis: 44.1860465116%;
}

.profile-img img {
  width: 100%;
}

.profile-textbox {
  flex-basis: 50%;
}

.profile-smalltext {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  margin-bottom: 10px;
}

.profile-textbox-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  margin-bottom: 30px;
}

.profile-works-text {
  font-size: 16px;
  line-height: 28px;
  color: #FFF;
}

.profile-works-list {
  font-size: 16px;
  line-height: 28px;
}
.profile-works-list > div {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 1em;
}

.profile-works-text span {
  font-weight: 700;
}

.profile-show-more {
  display: none;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #FFF;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 50px;
}

.shop-container {
  padding: 100px 0 100px 0;
  padding-inline: var(--paddingInline);
}
.shop-container .p-home__heading {
  color: #ffffff;
}

.shop-content {
  max-width: 1200px;
  margin: 0 auto;
}

.shop-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  margin: 30px 0 60px 0;
}

.shop-cardbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
}

.shop-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .shop-card.shop-card01 {
    gap: 4.5833333333%;
  }
  .shop-card.shop-card02 {
    max-width: 1077px;
    gap: 9.2850510678%;
  }
  .shop-card.shop-card03 {
    gap: 10.3333333333%;
  }
}
@media (max-width: 767px) {
  .shop-card {
    gap: 30px;
  }
}

.shop-card-img {
  position: relative;
}
@media (min-width: 768px) {
  .shop-card01 .shop-card-img {
    width: 53.75%;
  }
  .shop-card02 .shop-card-img {
    width: 44.2896935933%;
  }
  .shop-card03 .shop-card-img {
    width: 39.6666666667%;
  }
}
.shop-card01 .shop-card-img {
  padding-bottom: 57.5%;
}
.shop-card01 .shop-card-img img:nth-child(1) {
  width: 93.023255814%;
}
.shop-card01 .shop-card-img img:nth-child(2) {
  bottom: 0;
  right: 0;
  width: 58.1395348837%;
}
.shop-card02 .shop-card-img {
  padding-bottom: 64.0668523677%;
}
.shop-card02 .shop-card-img img:nth-child(1) {
  right: 0;
}
.shop-card02 .shop-card-img img:nth-child(2) {
  bottom: 0;
  right: 120%;
  width: 55.5555555556%;
}
.shop-card03 .shop-card-img {
  padding-bottom: 67.75%;
}
.shop-card03 .shop-card-img img:nth-child(1) {
  right: 0;
}
.shop-card03 .shop-card-img img:nth-child(2) {
  bottom: 0;
  left: 120%;
  width: 90.3361344538%;
}
@media (max-width: 767px) {
  .shop-card01 .shop-card-img {
    padding-bottom: 106.5671641791%;
  }
  .shop-card02 .shop-card-img {
    padding-bottom: 173.4328358209%;
  }
  .shop-card02 .shop-card-img img:nth-child(1) {
    right: 0;
    width: 73.4328358209%;
  }
  .shop-card02 .shop-card-img img:nth-child(2) {
    bottom: 0;
    right: auto;
    left: 0;
    width: 62.6865671642%;
  }
  .shop-card03 .shop-card-img {
    padding-bottom: 127.7611940299%;
  }
  .shop-card03 .shop-card-img img:nth-child(1) {
    right: auto;
    left: 0;
    width: 70.7462686567%;
  }
  .shop-card03 .shop-card-img img:nth-child(2) {
    bottom: 0;
    left: auto;
    right: 0;
    width: 49.2537313433%;
  }
}

.shop-card-img img {
  width: 100%;
  height: auto;
  position: absolute;
}

.shop-card-textbox {
  width: 50%;
}

.shop-card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  color: #FFF;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .shop-card01 .shop-card-title {
    padding-top: 18%;
  }
  .shop-card02 .shop-card-title {
    padding-top: 8%;
  }
  .shop-card03 .shop-card-title {
    padding-top: 8%;
  }
}

.shop-card-text {
  font-size: 16px;
  color: #FFF;
}

.wrapping-fv {
  background-image: url("../img/wrapping/wrapping-bg.svg");
}

.search-style-bg {
  padding: 100px var(--paddingInline);
}

.search-style-bg .top-search-style-container {
  margin: 0 auto;
}

.other-service {
  padding-block: 80px;
  padding-inline: var(--paddingInline);
}

.other-service-list {
  max-width: 908px;
  margin-inline: auto;
}
.other-service-list li {
  display: flex;
}
.other-service-list a {
  display: flex;
}

.other-service-image {
  flex-basis: 38.5462555066%;
}
.other-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other-service-title {
  text-align: center;
  margin-bottom: 14px;
}

.other-service-title-en {
  font-family: Copperplate;
  font-size: 32px;
  line-height: 1.2;
  display: block;
  white-space: nowrap;
}

.other-service-title-ja {
  font-size: 14px;
  display: block;
}

.other-service-textArea {
  padding: var(--paddingInline);
  background-size: auto;
  border-top: 4px solid #DEB971;
  flex-basis: 55.0660792952%;
}

.other-service-more {
  text-align: center;
  margin-top: 40px;
}
.other-service-more span {
  vertical-align: middle;
}
.other-service-more > span {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 16px;
}
.other-service-more .c-link-more::after {
  background-image: url("../img/common/seaconal-arrow_dark.svg");
}

@media (max-width: 767px) {
  .other-service {
    padding-block: 50px;
  }
  .other-service-list {
    grid-template-columns: auto;
    gap: 20px;
  }
  .other-service-list li {
    flex-direction: column;
  }
  .other-service-list a {
    flex-direction: column;
  }
  .other-service-textArea {
    padding: 20px;
  }
  .other-service-more {
    margin-top: 16px;
  }
}
/* =======================================
ラッピングについて
======================================= */
.wrapping-inner {
  background-image: url(../img/common/bg_diamond.png), url(../img/common/bg_magenta.jpg);
  background-size: 100%, 100%;
  background-position: top center, top center;
  background-repeat: repeat-y repeat-y;
  padding: 80px var(--paddingInline);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.wrapping-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #4F0038;
  border: 3px solid #DEB971;
  padding: 57px;
  color: #ffffff;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 768.1px) {
  .wrapping-card._card01 .wrapping-img, .wrapping-card._card02 .wrapping-img, .wrapping-card._card03 .wrapping-img {
    flex-basis: 45.3703703704%;
  }
  .wrapping-card._card01 .wrapping-img img, .wrapping-card._card02 .wrapping-img img, .wrapping-card._card03 .wrapping-img img {
    width: 81.6326530612%;
  }
  .wrapping-card._card01 .wrapping-img img:nth-of-type(2), .wrapping-card._card02 .wrapping-img img:nth-of-type(2), .wrapping-card._card03 .wrapping-img img:nth-of-type(2) {
    margin-left: 18.3673469388%;
  }
  .wrapping-card._card01 .wrapping-textbox, .wrapping-card._card02 .wrapping-textbox, .wrapping-card._card03 .wrapping-textbox {
    flex-basis: 50%;
  }
  .wrapping-card._card02 .wrapping-img img:nth-of-type(1) {
    margin-left: 18.3673469388%;
  }
  .wrapping-card._card02 .wrapping-img img:nth-of-type(2) {
    margin-left: auto;
    margin-right: 18.3673469388%;
  }
}
.wrapping-img {
  flex-basis: 43.5185185185%;
}
@media (max-width: 767px) {
  .wrapping-img {
    flex-basis: auto;
  }
}

.wrapping-img img {
  width: 100%;
  height: auto;
}
.wrapping-img img:not(:first-child) {
  margin-top: 10px;
}

.wrapping-textbox {
  flex-basis: 51.8518518519%;
}
@media (max-width: 767px) {
  .wrapping-textbox {
    flex-basis: auto;
  }
}

.wrapping-heading {
  padding-block: 7px;
  padding-left: 17px;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
.wrapping-heading:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  top: 3px;
  background: url("../img/common2/symbol02_yellow.svg") no-repeat center center;
  background-size: contain;
}
.wrapping-img > .wrapping-heading {
  display: none;
}
@media (max-width: 767px) {
  .wrapping-heading {
    padding-block: 8px 2px;
    margin-bottom: 0;
  }
  .wrapping-img > .wrapping-heading {
    display: block;
  }
  .wrapping-textbox > .wrapping-heading {
    display: none;
  }
}

.wrapping-heading span {
  font-family: Copperplate;
  font-size: 32px;
  line-height: 100%;
  display: inline-block;
  margin-left: 0;
}

.wrapping-title1 {
  font-size: 32px;
  margin-bottom: 30px;
}
.wrapping-img > .wrapping-title1 {
  display: none;
}
@media (max-width: 767px) {
  .wrapping-title1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .wrapping-img > .wrapping-title1 {
    display: block;
  }
  .wrapping-textbox > .wrapping-title1 {
    display: none;
  }
}

.wrapping-title2 {
  margin-bottom: 30px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .wrapping-title2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.wrapping-text {
  font-size: 16px;
  line-height: 28px;
}

.wrapping-slider {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.wrapping-slide {
  width: 20%;
  max-height: 300px;
}

.wrapping-slider img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}

.wrapping-insert {
  height: 580px;
}
.wrapping-insert img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .wrapping-inner {
    background-size: 1400px, 1400px;
    padding: 40px 20px;
    gap: 20px;
  }
  .wrapping-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .wrapping-card {
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px 50px;
  }
  .wrapping-img {
    order: 0;
    width: 100%;
    max-width: none;
  }
  .wrapping-textbox {
    order: 1;
    width: 100%;
  }
  .wrapping-insert {
    height: 250px;
  }
  .shop-container {
    padding-block: 80px;
  }
  .shop-card {
    flex-direction: column;
  }
  .shop-card-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .shop-card-img {
    order: 0;
    width: 100%;
  }
  .shop-card-textbox {
    order: 1;
    width: 100%;
  }
  .shop-text {
    font-size: 16px;
    text-align: left;
    margin: 30px 0 50px 0;
  }
  .shop-cardbox {
    gap: 60px;
  }
  .profile-show-more {
    display: block;
  }
  .profile-content {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .profile-img, .profile-textbox {
    width: 100%;
  }
  .profile-img {
    width: 202px;
  }
  .profile-img img {
    height: auto;
  }
  .profile-text {
    margin: 30px 0 !important;
    text-align: left;
  }
  .profile-works-text {
    margin-bottom: 8px;
  }
  .profile-container {
    padding-block: 50px;
    padding-inline: 18px;
  }
  .logo-banner-content {
    flex-direction: column;
    gap: 30px;
    width: 100%;
    padding: 230px 20px 80px 20px;
  }
  .about-style-title {
    line-height: 1.5;
  }
  .about-style-title span:last-child {
    letter-spacing: -0.05em;
  }
  .about-style-text {
    text-align: left;
  }
  .about-style-img {
    flex-wrap: wrap;
  }
  .about-style-img-img {
    width: 50%;
  }
  .about-style-img img {
    width: 100%;
  }
  .about-style {
    width: 100%;
    padding: 0 20px 50px 20px;
  }
  .logo-banner {
    padding-block: 50px;
  }
  .blog-transition-box {
    height: 165px;
    width: 100%;
  }
  .blog-relatedpost-cards {
    overflow: auto;
    scrollbar-width: none;
    gap: 10px;
    justify-content: start;
  }
  .blog-relatedpost-cards::-webkit-scrollbar {
    display: none;
  }
  .blog-relatedpost-card {
    max-width: 303px;
    min-width: 303px;
  }
  .blog-relatedpost-card-img {
    max-height: 194px;
  }
  .blog-item-cards {
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }
  .blog-item-card {
    width: 100%;
  }
  .blog-item-card p {
    margin-top: 12px;
  }
  .blog-material-card:last-child, .blog-material-card:nth-child(3) {
    margin-top: 20px;
  }
  .sun-title {
    font-size: 20px;
  }
  .blog-material-cards {
    flex-wrap: wrap;
    gap: 10px;
    align-items: start;
  }
  .blog-material-card {
    width: calc(50% - 10px);
  }
  .blog-image-cont-textbox {
    padding: 20px 0 0 0;
  }
  .blog-content {
    width: 100%;
    padding: 20px 20px 50px 20px;
  }
  .blog-content section:not(:first-child) {
    padding-top: 45px;
  }
  .blog-title {
    font-size: 24px;
    line-height: 160%;
  }
  .blog-pickup-cardbox {
    flex-direction: column;
    gap: 40px;
  }
  .blog-pickup-card {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .blog-pickup-card-number {
    padding-block: 4px;
  }
  .blog-pickup-card-img {
    width: 100%;
    order: 0;
    margin-bottom: 15px;
  }
  .blog-pickup-card-textbox {
    width: 100%;
    order: 1;
  }
  .blog-pickup-card-btn {
    margin-top: 20px;
  }
  .blog-pickup-title p {
    font-size: 20px;
    line-height: 1.5;
    padding-inline: 13px;
  }
  .breadcrumb {
    padding: 20px 20px 0 20px;
  }
  .item-info-content {
    width: 100%;
    padding: 0;
    flex-direction: column;
    padding: 24px 0 33px 0;
  }
  .item-info-left {
    width: 100%;
    overflow: hidden;
    padding-inline: 20px;
  }
  .item-info-right {
    width: 100%;
    padding: 0 20px;
  }
  .item-info-img {
    padding: 0 20px;
  }
  .item-info-options {
    display: flex;
    align-items: start;
    justify-content: start;
    overflow: auto;
    scrollbar-width: none;
    padding: 0 0 0 20px;
  }
  .item-info-options::-webkit-scrollbar {
    display: none;
  }
  .item-info-tab-btns {
    overflow: auto;
    scrollbar-width: none;
    padding-block: 20px;
    justify-content: start;
  }
  .item-info-tab-btns::-webkit-scrollbar {
    display: none;
  }
  .item-info-tab-btn {
    white-space: nowrap;
    line-break: nowrap;
  }
  .item-info-options img {
    max-width: 75px;
  }
  .nameprint-annotation {
    font-size: 10px;
  }
  .nameprint-total,
  .nameprint-character {
    display: inline-block;
  }
  .caution-container {
    padding: 50px 0;
  }
  .caution-content {
    padding: 0 20px;
  }
  .caution-title {
    text-align: left;
    margin-bottom: 6px;
  }
  .caution-title-eng {
    display: inline;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .caution-title-jp {
    display: inline;
    font-size: 12px;
    vertical-align: middle;
  }
  .caution-text {
    text-align: left;
  }
  .caution-text-box {
    padding-block: 20px;
    padding-inline: 10px;
  }
  .caution-size {
    font-size: 16px;
    align-self: flex-start;
  }
  .caution-card {
    flex-direction: column;
    gap: 30px;
  }
  .caution-card:nth-child(3) .caution-card-textbox {
    order: 2;
  }
  .caution-card:nth-child(3) .caution-card-img {
    order: 1;
  }
  .caution-card-title {
    font-size: 22px;
  }
  .color-container {
    padding-block: 60px;
  }
  .item-colors {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .item-color-card {
    width: calc(50% - 13px);
  }
  .item-color-name-jp {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .size-img {
    width: 100%;
  }
  .related-container {
    padding-block: 35px 60px;
  }
  .type-related-cards {
    justify-content: flex-start;
    gap: 30px 10px;
    margin-top: 20px;
    align-items: start;
    overflow-x: scroll;
    scrollbar-width: none;
    margin-inline: calc(var(--paddingInline) * -1);
    padding-inline: var(--paddingInline);
  }
  .type-related-cards .type-related-card {
    flex-basis: 158px;
    flex-shrink: 0;
  }
  .type-related-card.type-related-card::-webkit-scrollbar {
    display: none;
  }
  .type-related-card-title {
    font-size: 16px;
    font-weight: 500;
  }
  .type-related-card-img {
    margin-bottom: 13px;
  }
  .blog-list-container {
    padding: 0 0 40px 0;
  }
  .blog-list-content {
    width: 100%;
    padding: 0 20px;
    gap: 66px;
  }
  .blog-list {
    gap: 40px;
  }
  .blog-list-card {
    flex-direction: column;
    gap: 10px;
  }
  .blog-list-card-title {
    font-size: 20px;
  }
  .blog-list-card-textbox, .blog-list-card-image {
    width: 100%;
    max-width: none;
  }
  .blog-list-nav {
    gap: 10px;
  }
  .blog-list-next-btn {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .logo-banner-inner {
    flex-direction: column;
    gap: 30px;
  }
  .logo-banner-logo {
    flex-basis: auto;
  }
}
@media (max-width: 360px) {
  .blog-list-nav-btn {
    width: 30px;
    height: 30px;
  }
}
/* ***********************************
  法人様向けサービス
*********************************** */
.p-business-menu {
  padding-inline: var(--paddingInline);
  padding-block: 20px;
}
.p-business-menu ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1094px;
  margin-inline: auto;
  padding-left: 1px;
  padding-bottom: 1px;
  line-height: 1.4375;
}
.p-business-menu li {
  margin-left: -1px;
  margin-bottom: -1px;
}
.p-business-menu li a {
  border: 1px solid #050447;
  display: block;
  padding: 15px;
  padding-right: 40px;
  background-color: transparent;
  transition: color, background-color;
  transition-duration: 0.5s;
  position: relative;
}
.p-business-menu li a:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #050447;
}
.p-business-menu li .c-icon-arrow {
  position: absolute;
  right: 14px;
  top: 20px;
}
@media (max-width: 767px) {
  .p-business-menu {
    padding-block: 10px 20px;
  }
  .p-business-menu ul {
    font-size: 13px;
    list-style: 1.2;
    gap: 8px;
  }
  .p-business-menu li {
    flex-basis: calc(50% - 4px);
  }
  .p-business-menu li a {
    padding-block: 8px;
    padding-inline: 9px 33px;
    height: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  .p-business-menu li span > span {
    display: inline-block;
  }
}

.p-service {
  padding-block: 100px;
  padding-inline: var(--paddingInline);
  background-image: url("../img/common/bg_diamond.png"), url("../img/common2/bg_magenta.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
.p-service .p-home__heading {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-service {
    padding-block: 50px;
    background-size: 1400px, 1400px;
  }
  .p-service .p-home__heading {
    margin-bottom: 30px;
  }
}

.p-service-lead {
  text-align: center;
  margin-bottom: 50px;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-service-lead {
    text-align: left;
    margin-bottom: 27px;
  }
}

.p-service-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.p-service-item {
  border: 3px solid #DEB971;
  background-color: #4F0038;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-service-item {
    width: 100%;
    padding: 17px 17px 57px;
  }
}

.p-service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .p-service-top {
    flex-direction: column;
    gap: 30px;
  }
}

.p-service-image {
  flex-basis: 50%;
}
.p-service-image img {
  width: 100%;
  height: auto;
}

.p-service-body {
  flex-basis: 46.4285714286%;
}

.p-service-title {
  font-size: 32px;
  margin-bottom: 47px;
  padding-left: 24px;
  position: relative;
  z-index: 0;
}
.p-service-title::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: 0;
  top: -17px;
  background: url("../img/common/bg_heading_01.png") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-service-title {
    font-size: 26px;
    padding-left: 17px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .p-service-title::before {
    width: 40px;
    height: 40px;
    top: -5px;
  }
}

.p-service-lead2 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-service-lead2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.p-service-target {
  margin-bottom: 30px;
}
.p-service-target dt {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-service-target dd {
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
  padding-left: 1em;
}
.p-service-target dd::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #DEB971;
  top: 7.5px;
  left: 0;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .p-service-target {
    margin-bottom: 20px;
  }
}

.p-service-keyword {
  font-size: 14px;
  padding: 10px;
  background-color: #680049;
}
.p-service-keyword dt {
  font-weight: bold;
}

.p-service-recommend {
  margin-top: 30px;
  position: relative;
}
.p-service-recommend .swiper {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  position: static;
}
.p-service-recommend .swiper-button-next, .p-service-recommend .swiper-button-prev {
  color: #ffffff;
}
.p-service-recommend .swiper-slide {
  width: 228px;
}
.p-service-recommend .c-itemCard ._link {
  text-align: right;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .p-service-recommend {
    margin-top: 20px;
  }
  .p-service-recommend .swiper-button-next, .p-service-recommend .swiper-button-prev {
    display: none;
  }
  .p-service-recommend .swiper:not(.swiper-initialized) .swiper-wrapper {
    flex-wrap: wrap;
    gap: 40px 10px;
  }
  .p-service-recommend .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc(50% - 5px);
  }
}

.p-service-button {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-service-button {
    margin-top: 30px;
  }
}

.p-service-gallery {
  margin-top: 40px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.p-service-gallery li {
  flex-basis: calc((100% - 18px) / 4);
}
.p-service-gallery li img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-service-gallery {
    gap: 14px;
    margin-top: 20px;
  }
  .p-service-gallery li {
    flex-basis: calc(50% - 7px);
  }
  .p-service-gallery li img {
    width: 100%;
    height: auto;
  }
}

.p-reason {
  padding-block: 100px 117px;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-reason {
    padding-block: 50px;
  }
}

.p-reason-lead {
  margin-bottom: 30px;
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .p-reason-lead {
    margin-bottom: 40px;
    text-align: left;
  }
}

.p-reason-list {
  max-width: 1000px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}
@media (max-width: 767px) {
  .p-reason-list {
    gap: 6px;
  }
}

.p-reason-item {
  flex-basis: calc((100% - 20px) / 3);
  position: relative;
  display: flex;
  flex-direction: column;
  background: url("../img/common/bg_dark.jpg") repeat-y top center;
  padding: 30px;
  border-top: 3px solid #DEB971;
}
@media (max-width: 767px) {
  .p-reason-item {
    flex-basis: auto;
    flex-direction: row;
    padding: 16px 40px 16px 10px;
    gap: 10px;
  }
}

.p-reason-index {
  position: absolute;
  color: #710050;
  font-family: "Copperplate", sans-serif;
  font-size: 20px;
  top: 16px;
  transform: rotate(90deg);
  transform-origin: left top;
  left: 95%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-reason-index {
    font-size: 15px;
  }
}

.p-reason-image {
  margin-bottom: 20px;
  text-align: center;
}
.p-reason-image img {
  display: inline;
}
@media (max-width: 767px) {
  .p-reason-image img {
    width: 80px;
    height: auto;
  }
}

.p-reason-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .p-reason-title {
    text-align: left;
  }
}

.p-reason-text {
  font-size: 14px;
}

.p-business .p-customMadeContact {
  padding-block: 80px;
  background: url("../img/common/bg_dark.jpg") repeat-y top center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-business .p-customMadeContact {
    padding-block: 60px 50px;
  }
  .p-business .p-customMadeContact-text2 {
    font-size: 30px;
  }
  .p-business .p-customMadeContact-tel {
    border-bottom: none;
    position: relative;
  }
  .p-business .p-customMadeContact-tel:after {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 75px);
    background-color: #050447;
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: 0;
  }
}

.p-orderMade-lead {
  line-height: 1.75;
  margin-bottom: 86px;
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .p-orderMade-lead {
    padding-inline: var(--paddingInline);
    text-align: left;
    margin-bottom: 60px;
  }
}

.p-orderMadetype {
  padding-block: 126px 106px;
  padding-inline: var(--paddingInline);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-orderMadetype .p-home__heading::before {
  width: 80px;
  height: 80px;
  top: -15px;
}
@media (max-width: 767px) {
  .p-orderMadetype {
    padding-block: 40px;
  }
  .p-orderMadetype .p-home__heading-en {
    font-size: 36px;
  }
  .p-orderMadetype .p-home__heading::before {
    width: 95px;
    height: 95px;
    top: -25px;
  }
}

.p-orderMadetype-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}
.p-orderMadetype-bg::before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100vw;
  height: 100vh;
  background: url("../img/order-made/bg.webp") no-repeat center center;
  background-size: cover;
  background-position: center;
}

.p-orderMadetype-inner {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  gap: 3.3333333333%;
}
@media (max-width: 767px) {
  .p-orderMadetype-inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.p-orderMadetype-item {
  flex-basis: 48.3333333333%;
  background-color: rgba(79, 0, 56, 0.9);
  border: 3px solid #DEB971;
  padding-block: 50px;
  padding-inline: var(--paddingInline);
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-orderMadetype-item {
    padding-block: 40px;
  }
}

.p-orderMadetype-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-orderMadetype-text {
    font-size: 16px;
  }
}

.p-variation {
  padding-block: 80px;
  padding-inline: var(--paddingInline);
  background: url("../img/common2/bg_dark.jpg") repeat-y top center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .p-variation {
    padding-block: 50px;
  }
}

.p-variation-list {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  gap: 30px 25px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-variation-list {
    gap: 20.03px 8.48px;
  }
}

.p-variation-item {
  flex-basis: calc((100% - 75px) / 4);
}
.p-variation-item img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.p-variation-item p {
  text-align: center;
}
@media (max-width: 767px) {
  .p-variation-item {
    flex-basis: calc(50% - 4.24px);
  }
  .p-variation-item img {
    margin-bottom: 16px;
  }
  .p-variation-item p {
    font-size: 12.69px;
  }
}

.p-premium {
  padding-block: 80px;
  padding-inline: var(--paddingInline);
  background-image: url("../img/common/bg_diamond.png"), url("../img/common2/bg_magenta.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .p-premium {
    background-size: 1400px, 1400px;
    padding-block: 50px;
  }
}

.p-premium-inner {
  background-color: #4F0038;
  border: 3px solid #DEB971;
  padding: 35px;
  max-width: 1200px;
  margin-inline: auto;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-premium-inner {
    padding: 20px;
    padding-bottom: 50px;
    padding: 18px;
    border-width: 2px;
  }
}

.p-designer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .p-designer {
    flex-direction: column;
    gap: 30px;
  }
}

.p-designer-image {
  flex-basis: 45.7295373665%;
}
.p-designer-image img {
  width: 100%;
  height: auto;
}

.p-designer-body {
  flex-basis: 46.2633451957%;
}

.p-designer-title {
  font-size: 32px;
  margin-bottom: 36px;
  padding-left: 24px;
  position: relative;
  z-index: 0;
}
.p-designer-title::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: 0;
  top: -17px;
  background: url("../img/common/bg_heading_01.png") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-designer-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-left: 16px;
  }
  .p-designer-title::before {
    width: 40px;
    height: 40px;
    top: -5px;
  }
}

.p-designer-text {
  font-size: 24px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .p-designer-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.p-designer-button {
  text-align: center;
}
.p-premium-feature {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-premium-feature {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}

.p-premium-item {
  flex-basis: 29.1666666667%;
}

.p-premium-image {
  margin-bottom: 20px;
}
.p-premium-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-premium-image {
    margin-bottom: 10px;
  }
}

.p-premium-title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-premium-title {
    font-size: 20px;
  }
}

.p-pricing {
  padding-block: 80px;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-pricing {
    padding-block: 66px 46px;
  }
}

.p-pricing-lead {
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .p-pricing-lead {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
}

.p-pricing-list {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 105px;
}
@media (max-width: 767px) {
  .p-pricing-list {
    gap: 30px 9px;
  }
}

.p-pricing-item {
  flex-basis: calc((100% - 105px) / 2);
}
.p-pricing-item img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-pricing-item {
    flex-basis: calc(50% - 4.5px);
  }
  .p-pricing-item img {
    margin-bottom: 10px;
  }
}

.p-pricing-title {
  font-size: 24px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .p-pricing-title {
    font-size: 16px;
  }
}

.p-pricing-price {
  font-size: 20px;
}
@media (max-width: 767px) {
  .p-pricing-price {
    font-size: 16px;
  }
}

.p-orderMade .p-insert {
  height: 369px;
  position: relative;
  overflow: hidden;
}
.p-orderMade .p-insert-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: inset(0);
}
.p-orderMade .p-insert-inner img {
  position: fixed;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p-orderMade .p-insert {
    height: 246px;
  }
}

.p-order {
  padding-block: 100px 57px;
  padding-inline: var(--paddingInline);
}
.p-order .p-home__heading {
  margin-bottom: 40px;
}

.p-order-cols {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  gap: 70px;
}
@media (max-width: 767px) {
  .p-order-cols {
    flex-direction: column-reverse;
  }
}

.p-order-online {
  flex-basis: calc(50% - 35px);
}

.p-order-premire {
  flex-basis: calc(50% - 35px);
}

.p-order-heading {
  text-align: center;
  margin-bottom: 30px;
}
.p-order-heading p:first-child {
  font-size: 35px;
  line-height: 1.2;
  font-family: "Copperplate", sans-serif;
}
.p-order-heading p:nth-child(2) {
  font-size: 14px;
  line-height: 16px;
}

.p-order-item {
  padding: 40px;
  position: relative;
}
.p-order-item + .p-order-item {
  margin-top: 60px;
}
.p-order-online .p-order-item {
  background: url("../img/common/bg_dark.jpg") no-repeat center center;
}
.p-order-premire .p-order-item {
  background-color: #710050;
  border: 3px solid #DEB971;
  color: #ffffff;
}
.p-order-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 39px;
  height: 32px;
  background: url("../img/order-made/order-arrow.png") no-repeat center center;
  background-size: contain;
  top: calc(100% + 14px);
  left: calc(50% - 19px);
}
@media (max-width: 767px) {
  .p-order-item {
    padding: 20px;
  }
}

.p-order-itemInner {
  display: flex;
  justify-content: space-between;
}

.p-order-title {
  margin-bottom: 15px;
  width: max-content;
}
.p-order-title span:nth-of-type(1) {
  font-family: "Copperplate", sans-serif;
  font-size: 54px;
  margin-right: 10px;
  vertical-align: middle;
}
.p-order-title span:nth-of-type(2) {
  vertical-align: middle;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-order-title {
    grid-area: title;
  }
  .p-order-title span {
    display: inline-block;
  }
  .p-order-title span:nth-of-type(1) {
    line-height: 1;
  }
}

.p-order-text {
  font-size: 14px;
}
@media (max-width: 767px) {
  .p-order-text {
    grid-area: text;
  }
}

.p-order-photo {
  margin-top: 86px;
}
.p-order-photo img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-order-photo {
    margin-top: 50px;
  }
}

.p-order-picture._picture01 img {
  width: 99px;
}
.p-order-picture._picture02 img {
  width: 78px;
}
.p-order-picture._picture03 img {
  width: 85px;
}
.p-order-picture._picture04 img {
  width: 69px;
}
@media (max-width: 767px) {
  .p-order-picture {
    grid-area: picture;
  }
}

@media (max-width: 767px) {
  .p-order-premire .p-order-picture {
    position: absolute;
    right: 26px;
    top: 22px;
  }
  .p-order-premire .p-order-item:nth-child(1) img {
    width: 82px;
  }
  .p-order-premire .p-order-item:nth-child(2) img {
    width: 59px;
  }
  .p-order-premire .p-order-item:nth-child(3) img {
    width: 49px;
  }
  .p-order-premire .p-order-item:nth-child(4) img {
    width: 52px;
  }
}
.p-order-content {
  width: 280px;
}

.p-order-button {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .p-order-button {
    margin-top: 20px;
  }
}