@charset "UTF-8";
/*============================================================================*
/* Reset
/*============================================================================*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-width: 100%;
  height: auto;
}

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

:where(h1, h2, h3) {
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  height: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*============================================================================*
/* Common
/*============================================================================*/
:root {
  font-size: 62.5%;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.7;
  /* font-family: "Yu Gothic Medium", "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
  font-family:Aven,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,"sans-serif";
  font-size: calc(13 / 390 * 100vw);
  font-weight: 300;
  color: #1a1a1a;
}
body.is-open {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

a {
  font-weight: 500;
  text-decoration: none;
}
@media (hover: hover) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.9;
  }
}

::-moz-selection {
  background: #1a1a1a;
  color: #fff;
}

::selection {
  background: #1a1a1a;
  color: #fff;
}

/*============================================================================*
/* Layout
/*============================================================================*/
/**
/* ヘッダー
/*------------------------------------*/
.l-header {
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.8) 0%, rgba(8, 8, 8, 0) 100%);
  z-index: 2;
}
/* 基于标准样式下 */

/* Giauque Edit 20250613 New Footer */
.page_footer_columns{display:flex;flex-direction:column;color:#fff;gap:0 40px;}
.page_footer_columns .f_left_side{display:flex;flex-direction:column-reverse;flex:1;}
.page_footer_columns .social_wrap{flex:1;display:flex;gap:30px 0;flex-direction:column;padding-top:50px;}
.page_footer_columns .social_wrap .f_social_list{padding:0;}
.page_footer_columns .social_wrap .f_social_list_tit{line-height:24px;font-weight:600;}
.page_footer_columns .social_wrap .f_social_list_icon{padding-top:15px;}
.page_footer_columns .social_wrap .f_social_list_icon ul{display:flex;gap:0 15px;flex-direction:row;}
.page_footer_columns .social_wrap .f_social_list_icon ul li{width:36px;height:36px;}
.page_footer_columns .social_wrap .f_social_list_icon ul li a{display:block;width:36px;height:36px;}
.page_footer_columns .social_wrap .f_social_list_icon ul li a img{width:36px;height:36px;}
.page_footer_columns .social_wrap .f_social_list_icon ul li.pc_wechat{display:none;}
.page_footer_columns .social_wrap .f_social_list_icon ul li.mob_wechat{display:block;}
.page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer_wrap{width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(0,0,0,.5);display:none;z-index:22;}
.page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer_center{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer{padding:15px;width:255px;position:relative;}
.page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer .close_code_layer{display:block;width:40px;height:40px;right:0;top:-30px;transform:rotate(45deg);position:absolute;}
.page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer .close_code_layer::before{content:"";width:1px;height:21px;position:absolute;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%);}
.page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer .close_code_layer::after{content:"";display:block;width:21px;height:1px;position:absolute;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%);}
.page_footer_columns .f_list_wrap{display:flex;gap:0;flex-direction:column;}
.page_footer_columns .f_list_wrap .f_item_list{width:100%;border-bottom:1px #676767 solid;}
.page_footer_columns .f_list_wrap .f_item_list.last{border-bottom:0 none;}
.page_footer_columns .f_list_wrap .f_item_list .f_item_list_tit{padding-bottom:0;line-height:65px;position:relative;font-weight:600;}
.page_footer_columns .f_list_wrap .f_item_list .f_item_list_tit::before{content:"";display:none;width:1px;height:11px;position:absolute;background:#fff;right:5px;top:50%;transform:translateY(-50%);}
.page_footer_columns .f_list_wrap .f_item_list .f_item_list_tit::after{content:"";display:block;width:11px;height:1px;position:absolute;background:#fff;right:0;top:50%;transform:translateY(-50%);}
.page_footer_columns .f_list_wrap .f_item_list .f_item_list_tit.collapsed::before{display:block;}
.page_footer_columns .f_list_wrap .f_item_list .f_item_list_wrap{display:none;}
.page_footer_columns .f_list_wrap .f_item_list .f_item_list_box{display:flex;flex-direction:column;gap:10px 0;line-height:20px;font-size:1.2rem;padding:0 0 21px 0;}
.page_footer_columns .f_list_wrap .f_item_list .f_item_list_box a{color:#fff;}
.page_footer_columns .f_list_wrap .f_item_list .f_items_service{padding-top:39px;display:flex;flex-direction:column;gap:10px 0;line-height:20px;font-size:1.2rem;}
.page_footer_columns .f_list_wrap .f_item_list .f_items_service .service_text{display:flex;align-items:center;justify-content:space-between;}
.page_footer_copyright{padding-top:130px;display:flex;flex-direction:row;gap:0 20px;font-size:10px;color:#fff;justify-content:center;line-height:28px;}
.page_footer_columns .f_right_side{padding:0;}
.page_footer_copyright a{color:#fff;}
.page_footer_copyright .link_txt{display:none;}
.page_footer_copyright .copy_box{display:flex;align-items:center;}
.page_footer_copyright .copy_box img{width:20px;height:20px;}

.headeer_nav_mp{display:flex;align-items:center;gap:0 8px;position:relative;cursor:pointer;}
.headeer_nav_mp .icon_box{width:25px;height:25px;}
.headeer_nav_mp .icon_box img{width:100%;}
.headeer_nav_mp .text_box{color:#fff;font-size:16px;}
.headeer_nav_mp .code_layer_wrap{position:absolute;top:36px;left:50%;transform:translateX(-50%);display:none;width:150px;height:150px;background:#fff;border:1px #e2e2e2 solid;padding:6px;}
.headeer_nav_mp .code_layer_wrap:after,.page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}
.headeer_nav_mp .code_layer_wrap:after{border-color:rgba(136, 183, 213, 0);border-bottom-color:#ffffff;border-width:6px;margin-left:-6px;}
.headeer_nav_mp .code_layer_wrap:before{border-color:rgba(194, 225, 245, 0);border-bottom-color:#fff;border-width:8px;margin-left:-8px;}
.headeer_nav_mp:hover .code_layer_wrap{display:block !important;}
.store_btn{display:flex;align-items:center;gap:0 calc(6 / 390 * 100vw);}
.store_btn .icon_box{width:calc(20 / 390 * 100vw);}
.store_btn .icon_box img{width:100%;}
.store_btn .text_box{color:#000;}

@media screen and (min-width: 768px) {
  .l-header {
    position: sticky;
    top: 0;
    width: 100%;
  }
}

/**
/* ナビゲーション
/*------------------------------------*/
/**
/* フッター
/*------------------------------------*/
/**
/* サイドメニュー
/*------------------------------------*/
/**
/* コンテナー
/*------------------------------------*/
.l-container {
  padding: 0 calc(20 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-container--large {
    max-width: 1560px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .l-container--large {
    padding: 0 80px;
  }
}

.l-column-container {
  margin-top: calc(40 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.l-column-container__sidebar {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-column-container {
    max-width: 1600px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-column-container {
    display: grid;
    grid-template-columns: 200px auto;
    gap: 0 70px;
  }
  .l-column-container__sidebar {
    display: block;
  }
}

/**
/* grid
/*------------------------------------*/
.l-grid__2col-narrow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 calc(10 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .l-grid {
    display: grid;
    gap: 0 30px;
  }
  .l-grid__2col {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid__3col {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-grid__2col-narrow {
    gap: 0 30px;
    max-width: 824px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-grid__2col-narrow {
    max-width: 884px;
  }
}

/**
/* メインコンテンツのラッパー要素
/*------------------------------------*/
.l-main {
  margin-top: calc(-60 / 390 * 100vw);
}
.l-main--home {
  margin-top: calc(-150 / 390 * 100vw);
}
.l-main--no-margin {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: -60px;
  }
  .l-main--home {
    margin-top: -60px;
  }
  .l-main--no-margin {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-main--home {
    margin-top: -95px;
  }
}

/*============================================================================*
/* Scripts
/*============================================================================*/
.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:not(.is-overflow) .splide__pagination {
  display: none;
}

.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 {
  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;
}

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

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*============================================================================*
/* Component
/*============================================================================*/
/**
/* 商品アイコン
/*------------------------------------*/
.c-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(5 / 390 * 100vw);
  height:18px;
}
.c-badges img{height:18px;}
@media screen and (min-width: 768px) {
  .c-badges {
    gap: 5px;
    height:18px;
  }
}

.c-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: calc(34 / 390 * 100vw);
  height: calc(18 / 390 * 100vw);
  padding: calc(3 / 390 * 100vw) calc(5 / 390 * 100vw);
  border-radius: 1px;
  background: #d8d8e7;
  font-size: calc(8 / 390 * 100vw);
  line-height: 1;
}
.c-badge--reservation, .c-badge--holiday {
  border: 1px solid #c6c6d9;
  background: #fff;
}
.c-badge--holiday {
  position: relative;
  padding-left: calc(20 / 390 * 100vw);
}
.c-badge--holiday::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(5 / 390 * 100vw);
  width: calc(10 / 390 * 100vw);
  height: calc(10 / 390 * 100vw);
  background: url(../images/common/ico_holiday_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-badge {
    min-width: 34px;
    height: 18px;
    padding: 3px 5px;
    font-size: 1rem;
    font-weight: 700;
  }
  .c-badge--holiday {
    padding-left: 23px;
  }
  .c-badge--holiday::before {
    left: 5px;
    width: 13px;
    height: 13px;
  }
}

/**
/* パンくずリスト
/*------------------------------------*/
.c-breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(55 / 390 * 100vw);
  margin-top: calc(100 / 390 * 100vw);
  border-top: 1px solid #ececf3;
}
.c-breadcrumbs__item {
  font-size: calc(10 / 390 * 100vw);
}
.c-breadcrumbs__item:not(.c-breadcrumbs__item--home)::before {
  content: "/";
  padding: 0 calc(10 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs {
    height: 60px;
    margin-top: 100px;
  }
  .c-breadcrumbs__item {
    font-size: 1.2rem;
  }
  .c-breadcrumbs__item:not(.c-breadcrumbs__item--home)::before {
    padding: 0 10px;
  }
}

/**
/* ボタン
/*------------------------------------*/
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(50 / 390 * 100vw);
  border: 1px solid #1a1a1a;
  border-radius: calc(2 / 390 * 100vw);
  background: #1a1a1a;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
  color: #fff;
  box-sizing: border-box;
}
.c-button[disabled] {
  border-color: #ececf3;
  background: #ececf3;
  color: #1a1a1a;
}
.c-button--white {
  border-color: #9c9c9c;
  background: #fff;
  color: #1a1a1a;
}
.c-button--gray {
  border: none;
  background: #f4f4f8;
  color: #1a1a1a;
}
.c-button--zip {
  height: calc(40 / 390 * 100vw);
  border-radius: calc(2 / 390 * 100vw);
}
.c-button--credit {
  height: calc(30 / 390 * 100vw);
}
@media (hover: hover) {
  .c-button:not([disabled]) {
    transition: 0.3s;
  }
  .c-button:not([disabled]):hover {
    border-color: #ececf3;
    background: #ececf3;
    color: #1a1a1a;
    opacity: 1;
  }
  .c-button--gray:not([disabled]):hover {
    background: #1a1a1a;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 50px;
    border-radius: 2px;
    font-size: 1.4rem;
  }
  .c-button--zip {
    height: 42px;
    border-radius: 2px;
  }
  .c-button--form {
    justify-content: flex-start;
    padding: 0 20px;
  }
  .c-button--credit {
    height: 40px;
    max-width: 150px;
  }
}

.c-button-back {
  display: flex;
  justify-content: center;
}
.c-button-back > span {
  position: relative;
  padding-left: calc(22 / 390 * 100vw);
  color: #1a1a1a;
}
.c-button-back > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(10 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background: url(../images/common/ico_arrow_bottom_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-button-back > span {
    padding-left: 22px;
  }
  .c-button-back > span::before {
    width: 10px;
    height: 6px;
  }
}

.c-button-area {
  margin-top: calc(30 / 390 * 100vw);
}
.c-button-area--complete {
  margin-top: calc(40 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .c-button-area {
    display: grid;
    grid-template-columns: 322px auto;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    margin-top: 40px;
  }
  .c-button-area--complete {
    grid-template-columns: 200px 200px;
    justify-content: center;
    direction: ltr;
    gap: 0 30px;
    margin-top: 40px;
  }
  .c-button-area--center {
    display: block;
    width: 322px;
    margin: 40px auto 0;
  }
}

.c-button-inner:not(:first-child) {
  margin-top: calc(20 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .c-button-inner:not(:first-child) {
    margin-top: 0;
  }
  .c-button-inner--cart:not(:first-child) {
    margin-top: 0;
  }
}

/**
/* チェックボックス
/*------------------------------------*/
.c-checkbox__label {
  display: block;
}
.c-checkbox__label--terms > span,
.c-checkbox__label--terms label {
  display: none;
}
.c-checkbox__label--terms .c-checkbox__text {
  display: block;
}
.c-checkbox__label--terms.is-checked .c-checkbox__text::before {
  background: #1a1a1a;
}
.c-checkbox__label--terms.is-checked .c-checkbox__text::after {
  opacity: 1;
}
.c-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.c-checkbox__text {
  position: relative;
  display: inline-block;
  padding-left: calc(28 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  outline: none;
}
.c-checkbox__text::before, .c-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  transform: translateY(-50%);
  transition: 0.3s;
}
.c-checkbox__text::before {
  width: calc(16 / 390 * 100vw);
  height: calc(16 / 390 * 100vw);
  border-radius: calc(2 / 390 * 100vw);
  background: #fff;
  border: 1px solid #1a1a1a;
}
.c-checkbox__text::after {
  left: calc(2 / 390 * 100vw);
  width: calc(12 / 390 * 100vw);
  height: calc(9 / 390 * 100vw);
  background: url(../images/common/ico_checkbox_01.svg) 50% 50% no-repeat;
  opacity: 0;
}
input[type=checkbox]:checked ~ .c-checkbox__text::before {
  background: #1a1a1a;
}
input[type=checkbox]:checked ~ .c-checkbox__text::after {
  opacity: 1;
}
.c-checkbox__text > a {
  text-decoration: underline;
}
@media (hover: hover) {
  .c-checkbox__text > a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .c-checkbox__text {
    padding-left: 28px;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .c-checkbox__text::before {
    width: 16px;
    height: 16px;
    border-radius: 2px;
  }
  .c-checkbox__text::after {
    left: 2px;
    width: 12px;
    height: 9px;
  }
}

/**
/* お気に入りボタン
/*------------------------------------*/
.c-favorite {
  position: absolute;
  width: calc(7 / 390 * 100vw);
  height: calc(10 / 390 * 100vw);
}
.c-favorite::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(11 / 390 * 100vw);
  height: calc(13 / 390 * 100vw);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.c-favorite::before {
  background-image: url(../images/common/ico_compare_grey_01.svg);
}
.c-favorite--deletewish {
  opacity: 1;
}
.c-favorite--deletewish::before {
  background-image: url(../images/common/ico_compare_red_01.svg);
}
@media screen and (min-width: 768px) {
  .c-favorite {
    width: 9px;
    height: 13px;
  }
  .c-favorite::before {
    width: 9px;
    height: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .c-favorite {
    opacity: 0;
  }
  .c-favorite--deletewish {
    opacity: 1;
  }
}

/**
/* トップページ セクションタイトル
/*------------------------------------*/
.c-home-title {
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-align: center;
  /* font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif"; */
  font-weight: 500;
  font-size: calc(20 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .c-home-title {
    line-height: 1.4;
    font-size: 3rem;
  }
}

/**
/* リンクテキスト
/*------------------------------------*/
.c-link {
  display: inline-block;
  text-decoration: underline;
}
.c-link + .c-link {
  margin-top: calc(5 / 390 * 100vw);
}
.c-link--medium {
  font-weight: 500;
}
.c-link--small {
  font-size: calc(11 / 390 * 100vw);
}
@media (hover: hover) {
  .c-link:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .c-link {
    font-size: 1.2rem;
  }
  .c-link + .c-link {
    margin-top: 5px;
  }
  .c-link--small {
    font-size: 1.2rem;
  }
}

/**
/* ログアウト
/*------------------------------------*/
.c-logout {
  padding: calc(60 / 390 * 100vw) calc(20 / 390 * 100vw) calc(40 / 390 * 100vw);
}
.c-logout__text {
  position: relative;
  padding-left: calc(15 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
.c-logout__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(6 / 390 * 100vw);
  height: calc(7 / 390 * 100vw);
  background: url(../images/common/ico_arrow_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .c-logout {
    padding: 60px 60px 40px;
  }
  .c-logout__text {
    padding-left: 15px;
    font-size: 1.2rem;
  }
  .c-logout__text::before {
    width: 6px;
    height: 7px;
  }
}

/**
/* ページネーション
/*------------------------------------*/
.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 calc(8 / 390 * 100vw);
  margin-top: calc(36 / 390 * 100vw);
}

.c-pager>span {
  display: flex;
  line-height: 1;
}

.c-pager__link,
.c-pager__extend {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30 / 390 * 100vw);
  height: calc(30 / 390 * 100vw);
  border-radius: 50%;
  color: #1a1a1a;
  font-size: calc(14 / 390 * 100vw);
}

.c-pager__prev,
.c-pager__next {
  display: flex;
}

.c-pager__link.is-current {
  background: #d8d8e7;
}
@media (hover: hover) {
  .c-pager__link {
    transition: 0.3s;
  }
  .c-pager__link:hover {
    background: #e8edf4;
  }
}

.c-pager__arrow {
  position: relative;
  width: calc(30 / 390 * 100vw);
  height: calc(30 / 390 * 100vw);
}

@media (hover: hover) {
  .c-pager__arrow {
    transition: 0.3s;
  }

  .c-pager__arrow:hover {
    opacity: 0.7;
  }
}

.c-pager__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(6 / 390 * 100vw);
  height: calc(11 / 390 * 100vw);
  background: url(../images/common/ico_arrow_grey_01.svg) 0 0/contain no-repeat;
}

.c-pager__arrow--prev,
.c-pager__arrow--next {
  display: flex;
}

.c-pager__arrow--prev::before {
  transform: translate(-50%, -50%);
}

.c-pager__arrow--next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

@media screen and (min-width: 768px) {
  .c-pager {
    gap: 0 8px;
    margin-top: 60px;
  }

  .c-pager__link,
  .c-pager__extend {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }

  .c-pager__arrow {
    width: 30px;
    height: 30px;
  }

  .c-pager__arrow::before {
    width: 6px;
    height: 11px;
  }
}

/**
/* ラジオボタン
/*------------------------------------*/
.c-radio--form {
  display: flex;
  align-items: center;
  gap: 0 calc(30 / 390 * 100vw);
  margin-top: calc(15 / 390 * 100vw);
}
.c-radio__register {
  display: flex;
  gap: 0 calc(20 / 390 * 100vw);
  margin-top: calc(10 / 390 * 100vw);
}
.c-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.c-radio__text {
  position: relative;
  padding-left: calc(27 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  outline: none;
}
.c-radio__text::before, .c-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  transform: translateY(-50%);
  transition: 0.3s;
}
.c-radio__text::before {
  left: 0;
  width: calc(17 / 390 * 100vw);
  height: calc(17 / 390 * 100vw);
  border-radius: 50%;
  border: 1px solid #1a1a1a;
}
.c-radio__text::after {
  left: calc(6 / 390 * 100vw);
  width: calc(5 / 390 * 100vw);
  height: calc(5 / 390 * 100vw);
  border-radius: 50%;
  background: #1a1a1a;
  transition: 0.3s;
  opacity: 0;
}
input[type=radio]:checked ~ .c-radio__text::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-radio--form {
    gap: 0 30px;
    margin-top: 0;
  }
  .c-radio__text {
    padding-left: 27px;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .c-radio__text::before {
    width: 17px;
    height: 17px;
  }
  .c-radio__text::after {
    left: 6px;
    width: 5px;
    height: 5px;
  }
}

/**
/* セレクトボタン
/*------------------------------------*/
.c-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.c-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(14 / 390 * 100vw);
  width: calc(10 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background: url(../images/common/ico_arrow_bottom_black_02.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: calc(10 / 390 * 100vw) calc(30 / 390 * 100vw) calc(10 / 390 * 100vw) calc(15 / 390 * 100vw);
  background: #fff;
  border: 1px solid #9c9c9c;
  border-radius: calc(5 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  color: #1a1a1a;
}
.c-select select:focus-visible {
  box-shadow: none;
}
.c-select--form select {
  height: calc(40 / 390 * 100vw);
  padding: 0 calc(15 / 390 * 100vw);
}
.c-select--liberty select {
  border: 1px solid #ececf3;
}
.c-select--black select {
  border: none;
  background: #323232;
  font-weight: 700;
  color: #fff;
}
.c-select--black::after {
  background: url(../images/common/ico_arrow_bottom_white_01.svg) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .c-select::after {
    right: 14px;
    width: 10px;
    height: 6px;
  }
  .c-select select {
    padding: 10px 30px 10px 15px;
    font-size: 1.2rem;
    border-radius: 5px;
  }
  .c-select--form select {
    height: 42px;
    padding: 0 15px;
  }
}

/**
/* 見出し
/*------------------------------------*/
.c-title {
  font-size: calc(17 / 390 * 100vw);
  font-weight: 700;
}
.c-title--secondary {
  text-align: center;
  font-size: calc(22 / 390 * 100vw);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 1.8rem;
  }
  .c-title--secondary {
    font-size: 2.8rem;
    font-weight: 700;
  }
}

/*============================================================================*
/* Project
/*============================================================================*/
/**
/* ヘッダー
/*------------------------------------*/
.p-header-topics {
  position: relative;
  background: #1a1a1a;
  text-align: center;
  z-index: 1;
}
.p-header-topics__items {
  align-items: center;
}
.p-header-topics__item {
  position: relative;
  min-height: calc(39 / 390 * 100vw);
  padding: calc(9 / 390 * 100vw) calc(36 / 390 * 100vw) calc(9 / 390 * 100vw) calc(18 / 390 * 100vw);
  text-align: center;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 300;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 300;
  color: #fff;
}
.p-header-topics__link {
  color: #fff;
}
.p-header-topics__hidden {
  position: absolute;
  top: 50%;
  right: calc(18 / 390 * 100vw);
  width: calc(8 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  cursor: pointer;
  transform: translateY(-50%);
}
.p-header-topics__hidden::before, .p-header-topics__hidden::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 1px;
  width: calc(13 / 390 * 100vw);
  height: 1px;
  background: #fff;
}
.p-header-topics__hidden::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.p-header-topics__hidden::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-header-topics__item {
    min-height: 39px;
    padding: 9px 30px 9px 15px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .p-header-topics__hidden {
    right: 18px;
    width: 10px;
    height: 10px;
  }
  .p-header-topics__hidden::before, .p-header-topics__hidden::after {
    width: 13px;
  }
}

.p-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(120 / 390 * 100vw);
  height: calc(60 / 390 * 100vw);
  margin: 0 auto;
  z-index: 2;
}
.p-header-logo--home {
  width: calc(245 / 390 * 100vw);
  height: calc(150 / 390 * 100vw);
}
.p-header-logo--home.is-initialized {
  transition: 0.5s ease;
}
.p-header-logo--home.is-fixed {
  width: calc(120 / 390 * 100vw);
  height: calc(60 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-header-logo {
    position: relative;
    width: 150px;
    height: 60px;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 40px #000000);
  }
  .p-header-logo--home {
    width: 264px;
    height: 95px;
  }
  .p-header-logo--home.is-fixed {
    width: 150px;
    height: 60px;
  }
}

.p-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header {
    position: absolute;
    bottom: 50%;
    left: 50%;
    display: block;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    padding: 0;
    border-radius: 0;
    background: none;
    transform: translate(-50%, 50%);
    box-shadow: none;
  }
}

@media (hover: hover) {
  .p-header-trigger {
    transition: 0.3s;
  }
  .p-header-trigger:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-header-trigger {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    height: 16px;
    border-radius: 0;
    transform: translateY(-50%);
    background: none;
  }
  .p-header-trigger__inner {
    width: 100%;
    height: 100%;
  }
  .p-header-trigger__line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }
  .p-header-trigger__line:nth-child(1) {
    top: 0;
  }
  .p-header-trigger__line:nth-child(2) {
    top: 6px;
  }
  .p-header-trigger__line:nth-child(3) {
    top: 12px;
  }
  .p-header-trigger__text {
    display: none;
  }
}

.p-header-nav {
  display: flex;
  align-items: center;
  gap: 0 calc(22 / 390 * 100vw);
}
.p-header-nav__items {
  display: flex;
  align-items: center;
  gap: 0 calc(22 / 390 * 100vw);
}
.p-header-nav__item > button,
.p-header-nav__item > a {
  position: relative;
  display: block;
  width: calc(25 / 390 * 100vw);
  height: calc(25 / 390 * 100vw);
}
.p-header-nav__item > button::before,
.p-header-nav__item > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-header-nav__item--search > button::before {
  background-image: url(../images/common/ico_search_black_01.svg);
}
.p-header-nav__item--marker {
  display: none;
}
.p-header-nav__item--compare > a::before {
  background-image: url(../images/common/ico_compare_black_01.svg);
}
.p-header-nav__item--cart > a::before {
  background-image: url(../images/common/ico_cart_01_black.svg);
}
.p-header-nav__amount {
  position: absolute;
  top: 0;
  left: 100%;
  font-size: calc(10 / 390 * 100vw);
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 500;
  line-height: 1.1;
}
@media (hover: hover) {
  .p-header-nav button {
    transition: 0.3s;
  }
  .p-header-nav button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-header-nav {
    justify-content: space-between;
    height: 100%;
    padding: 0 80px 0 30px;
  }
  .p-header-nav__items {
    gap: 0 30px;
  }
  .p-header-nav__item > button,
  .p-header-nav__item > a {
    width: 25px;
    height: 25px;
  }
  .p-header-nav__item--search > button::before {
    background-image: url(../images/common/ico_search_white_01.svg);
  }
  .p-header-nav__item--marker {
    display: block;
  }
  .p-header-nav__item--marker > a::before {
    background-image: url(../images/common/ico_marker_white_01.svg);
  }
  .p-header-nav__item--compare > a::before {
    background-image: url(../images/common/ico_compare_white_01.svg);
  }
  .p-header-nav__item--cart > a::before {
    background-image: url(../images/common/ico_cart_01_white.svg);
  }
  .p-header-nav__amount {
    font-size: 1.2rem;
    color: #fff;
  }
}

.p-header-search {
  position: fixed;
  top: 100%;
  right: 50%;
  width: calc(100% - calc(15 / 390 * 100vw));
  height: calc(100% - calc(15 / 390 * 100vw));
  padding: calc(25 / 390 * 100vw);
  border: 3px solid #d8d8e7;
  border-radius: calc(5 / 390 * 100vw);
  background: #fff;
  transform: translateX(50%);
  z-index: 3;
  overflow-y: auto;
  transition: 0.3s;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  scrollbar-width: thin;
  transition: 560ms cubic-bezier(0.31, 0, 0.13, 1);
}
.p-header-search::-webkit-scrollbar {
  width: 10px;
}
.p-header-search::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.p-header-search::-webkit-scrollbar-track {
  background: transparent;
}
.p-header-search.is-open {
  top: 50%;
  transform: translate(50%, -50%);
}
.p-header-search__text {
  width: 100%;
  height: calc(45 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw) 0 calc(40 / 390 * 100vw);
  border: none;
  border-radius: calc(5 / 390 * 100vw);
  background: #ececf3;
  font-size: calc(11 / 390 * 100vw);
  color: #1a1a1a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
}
.p-header-search__form {
  position: relative;
}
.p-header-search__button {
  position: absolute;
  top: 50%;
  left: calc(15 / 390 * 100vw);
  width: calc(13 / 390 * 100vw);
  height: calc(13 / 390 * 100vw);
  border: none;
  background: none;
  transform: translateY(-50%);
}
.p-header-search__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: calc(13 / 390 * 100vw);
  height: calc(13 / 390 * 100vw);
  background: url(../images/common/ico_search_black_01.svg) 0 0/contain no-repeat;
  transform: translate(50%, -50%);
}
.p-header-search__title {
  margin-top: calc(30 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
.p-header-search__items {
  margin-top: calc(20 / 390 * 100vw);
}
.p-header-search__item:not(:first-child) {
  margin-top: calc(5 / 390 * 100vw);
}
.p-header-search__item > a {
  transition: 0.3s;
}
.p-header-search__selection {
  margin: calc(50 / 390 * 100vw) 0;
}
.p-header-search__selection-title {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
.p-header-search__images {
  margin-top: calc(15 / 390 * 100vw);
}
.p-header-search__image {
  position: relative;
}
.p-header-search__image:not(:first-child) {
  margin-top: calc(10 / 390 * 100vw);
}
.p-header-search__image a {
  transition: 0.3s;
}
.p-header-search__image-text {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 calc(10 / 390 * 100vw);
  width: 100%;
  height: calc(60 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw) 0 calc(16 / 390 * 100vw);
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0.4) 100%);
}
.p-header-search__image-title, .p-header-search__image-more {
  color: #fff;
}
.p-header-search__image-title {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
}
.p-header-search__image-more {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-header-search {
    right: 0;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    max-width: 450px;
    padding: 80px 35px 35px;
    border-radius: 3px;
    transform: translateX(100%);
  }
  .p-header-search.is-open {
    right: 10px;
    transform: translate(0, -50%);
  }
  .p-header-search__text {
    height: 45px;
    padding: 0 20px 0 45px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
  .p-header-search__button {
    left: 15px;
    width: 13px;
    height: 13px;
  }
  .p-header-search__button::before {
    width: 13px;
    height: 13px;
  }
  .p-header-search__title {
    margin-top: 30px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .p-header-search__items {
    margin-top: 20px;
  }
  .p-header-search__item:not(:first-child) {
    margin-top: 5px;
  }
  .p-header-search__selection {
    margin: 50px 0 0;
  }
  .p-header-search__selection-title {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .p-header-search__images {
    margin-top: 15px;
  }
  .p-header-search__image:not(:first-child) {
    margin-top: 10px;
  }
  .p-header-search__image-text {
    gap: 0 10px;
    height: 60px;
    padding: 0 20px;
  }
  .p-header-search__image-title {
    font-size: 1.6rem;
  }
  .p-header-search__image-more {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.p-fixed-header {
  position: fixed;
  bottom: calc(40 / 390 * 100vw);
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0 calc(20 / 390 * 100vw);
  /* width: calc(290 / 390 * 100vw); */
  /* width: calc(300 / 390 * 100vw); */
  width: calc(260 / 390 * 100vw);
  padding: calc(5 / 390 * 100vw) calc(15 / 390 * 100vw) calc(5 / 390 * 100vw) calc(5 / 390 * 100vw);
  border-radius: calc(80 / 390 * 100vw);
  background: #fff;
  transform: translateX(-50%);
  z-index: 3;
  box-shadow: 0px 0px calc(13 / 390 * 100vw) rgba(0, 0, 0, 0.18);
}
.p-fixed-header.is-open {
  padding: calc(5 / 390 * 100vw);
}
.p-fixed-header.is-open .p-fixed-header-nav {
  display: none;
}
.p-fixed-header.is-open .p-fixed-header-trigger {
  gap: 0 calc(15 / 390 * 100vw);
  width: 100%;
  background: #fff;
  color: #1a1a1a;
}
.p-fixed-header.is-open .p-fixed-header-trigger__line {
  top: 50%;
  background: #1a1a1a;
}
.p-fixed-header.is-open .p-fixed-header-trigger__line:nth-child(1) {
  transform: translateY(-50%) rotate(135deg);
}
.p-fixed-header.is-open .p-fixed-header-trigger__line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.p-fixed-header.is-open .p-fixed-header-trigger__line:nth-child(3) {
  transform: translateY(-50%) rotate(45deg);
}
.p-fixed-header.is-open .p-fixed-header-trigger__text {
  font-size: calc(13 / 390 * 100vw);
  font-weight: 300;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .p-fixed-header {
    display: none;
  }
}

.p-fixed-header-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 calc(10 / 390 * 100vw);
  width: calc(80 / 390 * 100vw);
  height: calc(40 / 390 * 100vw);
  border-radius: calc(80 / 390 * 100vw);
  background: #1a1a1a;
}
.p-fixed-header-trigger__inner {
  position: relative;
  width: calc(16 / 390 * 100vw);
  height: calc(12 / 390 * 100vw);
}
.p-fixed-header-trigger__line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
.p-fixed-header-trigger__line:nth-child(1) {
  top: 0;
}
.p-fixed-header-trigger__line:nth-child(2) {
  top: calc(6 / 390 * 100vw);
}
.p-fixed-header-trigger__line:nth-child(3) {
  top: calc(12 / 390 * 100vw);
}
.p-fixed-header-trigger__text {
  font-size: calc(10 / 390 * 100vw);
  font-weight: 700;
  color: #fff;
}
@media (hover: hover) {
  .p-fixed-header-trigger {
    transition: 0.3s;
  }
  .p-fixed-header-trigger:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-fixed-header-trigger {
    display: none;
  }
}

.p-fixed-header-nav {
  display: flex;
  align-items: center;
  /* gap: 0 calc(22 / 390 * 100vw); */
  gap: 0 calc(16 / 390 * 100vw);
}
.p-fixed-header-nav__items {
  display: flex;
  align-items: center;
  gap: 0 calc(22 / 390 * 100vw);
}
.p-fixed-header-nav__item > button,
.p-fixed-header-nav__item > a {
  position: relative;
  display: block;
  width: calc(25 / 390 * 100vw);
  height: calc(25 / 390 * 100vw);
}
.p-fixed-header-nav__item > button::before,
.p-fixed-header-nav__item > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-fixed-header-nav__item--search > button::before {
  background-image: url(../images/common/ico_search_black_01.svg);
}
.p-fixed-header-nav__item--marker {
  display: none;
}
.p-fixed-header-nav__item--compare > a::before {
  background-image: url(../images/common/ico_compare_black_01.svg);
}
.p-fixed-header-nav__item--cart > a::before {
  background-image: url(../images/common/ico_cart_01_black.svg);
}
.p-fixed-header-nav__amount {
  position: absolute;
  top: 0;
  left: 100%;
  font-size: calc(10 / 390 * 100vw);
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 500;
  line-height: 1.1;
}
@media (hover: hover) {
  .p-fixed-header-nav button {
    transition: 0.3s;
  }
  .p-fixed-header-nav button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-fixed-header-nav {
    display: none;
  }
}

/**
/* ナビゲーション
/*------------------------------------*/
.p-nav {
  position: fixed;
  top: 100%;
  right: 50%;
  width: calc(100% - calc(25 / 390 * 100vw));
  height: calc(100% - calc(25 / 390 * 100vw));
  border: 3px solid transparent;
  border-radius: calc(5 / 390 * 100vw);
  border-color: #d8d8e7;
  background: #fff;
  transform: translateX(50%);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  scrollbar-width: thin;
  transition: 560ms cubic-bezier(0.31, 0, 0.13, 1);
  z-index: 3;
}
.p-nav::-webkit-scrollbar {
  width: 10px;
}
.p-nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.p-nav::-webkit-scrollbar-track {
  background: transparent;
}
.p-nav.is-open {
  top: 50%;
  transform: translate(50%, -50%);
}
.p-nav.is-open .p-nav__inner {
  opacity: 1;
}
.p-nav__inner {
  padding: calc(25 / 390 * 100vw) calc(25 / 390 * 100vw) calc(100 / 390 * 100vw);
  opacity: 0;
}
.p-nav__items {
  position: relative;
  padding-bottom: calc(30 / 390 * 100vw);
}
.p-nav__items::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
  background: #ececf3;
}
.p-nav__item {
  position: relative;
}
.p-nav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(7 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  background: url(../images/common/ico_arrow_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%) rotate(180deg);
}
.p-nav__item:not(:first-child) {
  margin-top: calc(25 / 390 * 100vw);
}
.p-nav__item > a {
  display: block;
  color:#1a1a1a;
}
.p-nav__item--news::after {
  content: none;
}
.p-nav__back {
  position: relative;
  margin-bottom: calc(35 / 390 * 100vw);
  padding-left: calc(16 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
  cursor: pointer;
}
.p-nav__back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(7 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  background: url(../images/common/ico_arrow_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .p-nav__item > a:hover {
    opacity: 1;
  }
  .p-nav__item:hover {
    opacity: 0.7;
  }
  .p-nav__item:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .p-nav__back {
    transition: 0.3s;
  }
  .p-nav__back:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-nav {
    right: 0;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    max-width: 550px;
    border-color: #d8d8e7;
    border-radius: 3px;
    background: #fff;
    transform: translateX(100%);
    opacity: 1;
    z-index: 3;
  }
  .p-nav.is-open {
    top: 10px;
    right: 10px;
    transform: translate(0, 0);
  }
  .p-nav__inner {
    padding: 80px 35px 35px;
    opacity: 1;
  }
  .p-nav__items {
    padding-bottom: 30px;
  }
  .p-nav__item {
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
  }
  .p-nav__item::after {
    width: 7px;
    height: 8px;
    transition: 0.3s;
  }
  .p-nav__item:not(:first-child) {
    margin-top: 25px;
  }
  .p-nav__back {
    margin-bottom: 35px;
    padding-left: 12px;
    font-size: 1.1rem;
  }
  .p-nav__back::before {
    width: 7px;
    height: 8px;
  }
  .p-nav__back + .p-nav-content__title {
    margin-top: 35px;
  }
}

.p-nav-info {
  margin-top: calc(30 / 390 * 100vw);
}
.p-nav-info__item:not(:first-child) {
  margin-top: calc(10 / 390 * 100vw);
}
.p-nav-info__item > a {
  display: block;
  font-size: calc(11 / 390 * 100vw);
  transition: 0.3s;
  color:#1a1a1a;
}
@media (hover: hover) {
  .p-nav-info__item > a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-nav-info {
    margin-top: 30px;
  }
  .p-nav-info__item:not(:first-child) {
    margin-top: 10px;
  }
  .p-nav-info__item > a {
    font-size: 1.4rem;
  }
}

.p-nav-images {
  margin-top: calc(35 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-nav-images {
    margin-top: 35px;
  }
}

.p-nav-image {
  position: relative;
}
.p-nav-image:not(:first-child) {
  margin-top: calc(10 / 390 * 100vw);
}
.p-nav-image > a {
  display: block;
  transition: 0.3s;
}
.p-nav-image > a > img {
  width: 100%;
}
.p-nav-image__text {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 calc(10 / 390 * 100vw);
  width: 100%;
  height: calc(60 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw) 0 calc(16 / 390 * 100vw);
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0.4) 100%);
}
.p-nav-image__title, .p-nav-image__more {
  color: #fff;
}
.p-nav-image__title {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
}
.p-nav-image__more {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-nav-image:not(:first-child) {
    margin-top: 10px;
  }
  .p-nav-image__text {
    gap: 0 10px;
    height: 60px;
    padding: 0 20px;
  }
  .p-nav-image__title {
    font-size: 1.6rem;
  }
  .p-nav-image__more {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.p-search-close {
  /* position: sticky; */
  position:fixed;
  bottom: calc(40 / 390 * 100vw);
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  z-index: 4;
}
.p-search-close__button {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: calc(110 / 390 * 100vw); */
  width: calc(100 / 390 * 100vw);
  height: calc(45 / 390 * 100vw);
  border-radius: calc(80 / 390 * 100vw);
  background: #fff;
  box-shadow: 0 0 calc(7 / 390 * 100vw) rgba(0, 0, 0, 0.15);
}
.p-search-close__button > span {
  position: relative;
  /* padding-left: calc(30 / 390 * 100vw); */
  padding-left: calc(15 / 390 * 100vw);
}
.p-search-close__button > span::before, .p-search-close__button > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 1px;
  width: calc(13 / 390 * 100vw);
  height: 1px;
  background: #1a1a1a;
}
.p-search-close__button > span::before {
  transform: translateY(-50%) rotate(135deg);
}
.p-search-close__button > span::after {
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .p-search-close__button {
    transition: 0.3s;
  }
  .p-search-close__button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-search-close {
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    bottom: auto;
    transform: translateX(0);
  }
  .p-search-close__button {
    width: auto;
    height: auto;
    border: none;
    background: none;
    box-shadow: none;
  }
  .p-search-close__button > span {
    position: relative;
    padding-right: 30px;
    padding-left: 0;
  }
  .p-search-close__button > span::before, .p-search-close__button > span::after {
    left: auto;
    right: 1px;
    width: 16px;
  }
}

.p-nav-close {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-nav-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    z-index: 4;
  }
  .p-nav-close__button > span {
    position: relative;
    padding-right: 30px;
  }
  .p-nav-close__button > span::before, .p-nav-close__button > span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 16px;
    height: 1px;
    background: #1a1a1a;
  }
  .p-nav-close__button > span::before {
    transform: translateY(-50%) rotate(135deg);
  }
  .p-nav-close__button > span::after {
    transform: translateY(-50%) rotate(45deg);
  }
}

.p-nav-content,
.p-nav-category {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  padding: calc(25 / 390 * 100vw) calc(25 / 390 * 100vw) calc(100 / 390 * 100vw);
  border-radius: calc(5 / 390 * 100vw);
  background: #fff;
  transform: translate(100%, -50%);
  transition: 0.3s;
  overflow-y: auto;
}
.p-nav-content.is-open,
.p-nav-category.is-open {
  right: 50%;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-nav-content,
  .p-nav-category {
    padding: 80px 30px 30px;
  }
}

.p-nav-content {
  z-index: 2;
}
.p-nav-content__title {
  margin-top: calc(30 / 390 * 100vw);
  font-weight: 700;
}
.p-nav-content__title:has(+ .p-nav-content__images) {
  margin-top: calc(40 / 390 * 100vw);
}
.p-nav-content__title + .p-nav-images {
  margin-top: calc(15 / 390 * 100vw);
}
.p-nav-content__categories, .p-nav-content__items {
  margin-top: calc(24 / 390 * 100vw);
  border-top: 1px solid #e7e7e7;
}
.p-nav-content__category, .p-nav-content__link {
  position: relative;
  padding: calc(20 / 390 * 100vw) calc(10 / 390 * 100vw);
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.p-nav-content__category::after, .p-nav-content__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(7 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  background: url(../images/common/ico_arrow_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.p-nav-content__category::after {
  opacity: 1;
  visibility: visible;
}
.p-nav-content__link {
  display: block;
}
.p-nav-content__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10 / 390 * 100vw) calc(15 / 390 * 100vw);
  margin-top: calc(15 / 390 * 100vw);
}
.p-nav-content__images + .p-nav-category__title {
  margin-top: calc(30 / 390 * 100vw);
}
.p-nav-content__image-text {
  display: block;
  margin-top: calc(5 / 390 * 100vw);
  text-align: center;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 300;
}
@media (hover: hover) {
  .p-nav-content__category, .p-nav-content__item {
    transition: 0.3s;
  }
  .p-nav-content__category:hover, .p-nav-content__item:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-nav-content__title {
    margin-top: 40px;
    font-weight: 700;
  }
  .p-nav-content__title:has(+ .p-nav-content__images) {
    margin-top: 40px;
  }
  .p-nav-content__title + .p-nav-images {
    margin-top: 15px;
  }
  .p-nav-content__categories, .p-nav-content__items {
    margin-top: 16px;
  }
  .p-nav-content__category, .p-nav-content__link {
    padding: 16px 10px;
  }
  .p-nav-content__category::after, .p-nav-content__link::after {
    width: 7px;
    height: 8px;
  }
  .p-nav-content__images {
    gap: 15px 10px;
    margin-top: 15px;
  }
  .p-nav-content__images + .p-nav-category__title {
    margin-top: 40px;
  }
  .p-nav-content__image-text {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

.p-nav-category {
  z-index: 3;
}
.p-nav-category__title {
  margin-top: calc(15 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-nav-category__title {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.p-nav-lookbook {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(15 / 390 * 100vw) calc(10 / 390 * 100vw);
  margin-top: calc(15 / 390 * 100vw);
}
.p-nav-lookbook .p-lookbook__item {
  position: relative;
}
.p-nav-lookbook .p-lookbook__image--lg {
  display: none;
}
.p-nav-lookbook .p-lookbook__year {
  display: none;
}
.p-nav-lookbook .p-lookbook__more {
  display: none;
}
.p-nav-lookbook .p-lookbook__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-nav-lookbook .p-lookbook__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(50 / 390 * 100vw);
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0.5) 100%);
}
.p-nav-lookbook .p-lookbook__title > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: calc(10 / 390 * 100vw);
  text-align: center;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 500;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  color: #fff;
  line-height: 1.4;
  z-index: 1;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-nav-lookbook .p-lookbook__title > a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-nav-lookbook {
    gap: 20px 10px;
    margin-top: 15px;
  }
  .p-nav-lookbook .p-lookbook__title::after {
    height: 54px;
  }
  .p-nav-lookbook .p-lookbook__title > a {
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}

/**
/* フッター
/*------------------------------------*/
.p-footer {
  padding-top: calc(50 / 390 * 100vw);
  background: #080808;
  color: #fff;
}
.p-footer__column:nth-child(2) {
  margin-top: calc(50 / 390 * 100vw);
}
.p-footer__text {
  text-align: center;
  line-height: 1.6;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 300;
}
.p-footer__news {
  margin-top: calc(10 / 390 * 100vw);
}
.p-footer__news > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(40 / 390 * 100vw);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: calc(2 / 390 * 100vw);
  text-align: center;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
  transition: 0.3s;
}
.p-footer__bottom {
  padding: calc(80 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
  background: linear-gradient(180deg, #080808 17.8%, #2F3848 43.49%, #5B6780 62.56%, #98A6B9 94.93%);
}
.p-footer__copyright {
  margin-top: calc(130 / 390 * 100vw);
  text-align: center;
  font-size: calc(9 / 390 * 100vw);
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
}
@media (hover: hover) {
  .p-footer__news > a:hover {
    background: #fff;
    color: #1a1a1a;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 100px;
    background: linear-gradient(180deg, #080808 69.29%, #2F3848 82.67%, #535E75 89.37%, #98A6B9 99.96%);
  }
  .p-footer__column:nth-child(2) {
    margin-top: 50px;
  }
  .p-footer__text {
    line-height: revert;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .p-footer__news {
    margin-top: 10px;
  }
  .p-footer__news > a {
    height: 40px;
    border-radius: 2px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .p-footer__bottom {
    padding: 115px 60px 20px;
    background: none;
  }
  .p-footer__logo {
    max-width: 1400px;
    margin: 0 auto;
  }
  .p-footer__logo > img {
    width: 100%;
  }
  .p-footer__copyright {
    margin-top: 45px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__columns {
    display: flex;
    gap: 0 50px;
  }
  .p-footer__column:nth-child(1) {
    width: 300px;
  }
  .p-footer__column:nth-child(2) {
    margin-top: 0;
  }
  .p-footer__text {
    text-align: left;
  }
  /* Giauque Edit 20250613 New Footer */
  .page_footer_columns{display:flex;flex-direction:row;color:#fff;gap:0 40px;}
  .page_footer_columns .f_left_side{display:flex;flex-direction:row;flex:1;}
  .page_footer_columns .social_wrap{flex:1;display:flex;gap:30px 0;flex-direction:column;padding-top:0;}
  .page_footer_columns .social_wrap .f_social_list{padding:0;}
  .page_footer_columns .social_wrap .f_social_list_tit{font-size:1.4rem;line-height:24px;}
  .page_footer_columns .social_wrap .f_social_list_icon{padding-top:15px;}
  .page_footer_columns .social_wrap .f_social_list_icon ul{display:flex;gap:0 15px;flex-direction:row;}
  .page_footer_columns .social_wrap .f_social_list_icon ul li{position:relative;width:36px;height:36px;}
  .page_footer_columns .social_wrap .f_social_list_icon ul li.pc_wechat{display:block;}
  .page_footer_columns .social_wrap .f_social_list_icon ul li.mob_wechat{display:none;}
  .page_footer_columns .social_wrap .f_social_list_icon ul li a{display:block;width:36px;height:36px;}
  .page_footer_columns .social_wrap .f_social_list_icon ul li a img{width:36px;height:36px;}
  .page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer_wrap{position:absolute;top:-160px;left:50%;transform:translateX(-50%);display:none;width:150px;height:150px;background:#fff;border:1px #e2e2e2 solid;}
  .page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer_wrap:after,.page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}
  .page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer_wrap:after{border-color:rgba(136, 183, 213, 0);border-top-color:#ffffff;border-width:6px;margin-left:-6px;}
  .page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer_wrap:before{border-color:rgba(194, 225, 245, 0);border-top-color:#fff;border-width:8px;margin-left:-8px;}

  .page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer_center{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
  .page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer{padding:6px;width:150px;}
  .page_footer_columns .social_wrap .f_social_list_icon ul li .code_layer .close_code_layer{display:none;}



  .page_footer_columns .f_list_wrap{display:flex;gap:0 40px;flex-direction:row;}
  .page_footer_columns .f_list_wrap .f_item_list{width:198px;border-bottom:0 none;}
  .page_footer_columns .f_list_wrap .f_item_list .f_item_list_tit{padding-bottom:15px;font-size:1.4rem;line-height:24px;}
  .page_footer_columns .f_list_wrap .f_item_list .f_item_list_tit::before,.page_footer_columns .f_list_wrap .f_item_list .f_item_list_tit::after{display:none;}
  .page_footer_columns .f_list_wrap .f_item_list .f_item_list_wrap{display:block;}
  .page_footer_columns .f_list_wrap .f_item_list .f_item_list_box{display:flex;flex-direction:column;gap:10px 0;line-height:20px;font-size:1.2rem;padding:0;}
  .page_footer_columns .f_list_wrap .f_item_list .f_item_list_box a{color:#fff;}
  .page_footer_columns .f_list_wrap .f_item_list .f_items_service{padding-top:39px;display:flex;flex-direction:column;gap:10px 0;line-height:20px;font-size:1.2rem;}
  .page_footer_columns .f_list_wrap .f_item_list .f_items_service .service_text{display:flex;align-items:center;justify-content:space-between;}
  .page_footer_copyright{padding-top:50px;display:flex;flex-direction:row;gap:0 60px;font-size:10px;color:#fff;justify-content:center;line-height:28px;}
  .page_footer_columns .f_right_side{padding:0;}
  .page_footer_copyright a{color:#fff;}
  .page_footer_copyright .link_txt{display:block;}
  .page_footer_copyright .copy_box{display:flex;align-items:center;}
  .page_footer_copyright .copy_box img{width:20px;height:20px;}

}
@media screen and (min-width: 1280px) {
  .p-footer__columns {
    gap: 0 60px;
  }
  .p-footer__column:nth-child(1) {
    margin-right: auto;
  }
  .p-footer__bottom {
    padding: 115px 80px 20px;
  }
  .page_footer_columns .f_list_wrap{display:flex;gap:0 60px;}
}

.p-footer-sns {
  margin-top: calc(20 / 390 * 100vw);
}
.p-footer-sns__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 calc(20 / 390 * 100vw);
}
.p-footer-sns__link {
  display: block;
  width: calc(18 / 390 * 100vw);
}
.p-footer-sns__link > img {
  width: 100%;
}
.p-footer-sns__link {
  display: block;
  width: calc(18 / 390 * 100vw);
}
.p-footer-sns__link--x {
  width: calc(17 / 390 * 100vw);
}
.p-footer-sns__link > img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer-sns {
    margin-top: 30px;
  }
  .p-footer-sns__items {
    gap: 0 20px;
  }
  .p-footer-sns__link {
    width: 18px;
  }
  .p-footer-sns__link--x {
    width: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer-sns__items {
    justify-content: flex-start;
  }
}

.p-footer-nav {
  border-bottom: 1px solid #676767;
}
.p-footer-nav__title {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(52 / 390 * 100vw);
  padding-right: calc(20 / 390 * 100vw);
  font-weight: 700;
}
.p-footer-nav__title::before, .p-footer-nav__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(11 / 390 * 100vw);
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}
.p-footer-nav__title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.p-footer-nav__title.is-open::after {
  opacity: 0;
}
.p-footer-nav__items {
  max-height: 0;
  overflow: hidden;
}
.p-footer-nav__item {
  margin: calc(20 / 390 * 100vw) 0;
}
.p-footer-nav__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__title {
    height: 65px;
    padding-right: 20px;
    font-weight: 700;
  }
  .p-footer-nav__title::before, .p-footer-nav__title::after {
    width: 11px;
  }
  .p-footer-nav__item {
    margin: 25px 0;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer-nav {
    border: none;
  }
  .p-footer-nav__title {
    height: auto;
    padding-right: 0;
    pointer-events: none;
  }
  .p-footer-nav__title::before, .p-footer-nav__title::after {
    content: none;
  }
  .p-footer-nav__items {
    max-height: none !important;
    overflow: hidden;
  }
  .p-footer-nav__item {
    margin: 10px 0 0;
  }
  .p-footer-nav__item:first-child {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .p-footer-nav {
    width: 200px;
  }
}

.p-footer-language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(65 / 390 * 100vw);
  border-bottom: 1px solid #676767;
}
.p-footer-language__title {
  font-weight: 700;
}
.p-footer-language__select {
  position: relative;
}
.p-footer-language__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(11 / 390 * 100vw);
  height: calc(7 / 390 * 100vw);
  background: url(../images/common/ico_arrow_bottom_white_02.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-footer-language__select > select {
  padding: 0 calc(25 / 390 * 100vw);
  border: none;
  background: transparent;
  text-align: right;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  direction: rtl;
}
@media screen and (min-width: 768px) {
  .p-footer-language {
    height: 65px;
  }
  .p-footer-language__title {
    font-weight: 700;
  }
  .p-footer-language__select {
    position: relative;
  }
  .p-footer-language__select::after {
    width: 6px;
    height: 8px;
  }
  .p-footer-language__select > select {
    padding: 0 15px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer-language {
    height: auto;
    margin-top: 25px;
    border-bottom: none;
  }
}

/**
/* サイドメニュー
/*------------------------------------*/
@media (hover: hover) {
  .p-sidebar__item > a:hover {
    color: #1a1a1a;
    opacity: 1;
  }
  .p-sidebar__item > a:hover::before {
    background-image: url(../images/common/ico_arrow_black_01.svg);
  }
}
@media screen and (min-width: 1024px) {
  .p-sidebar__item + .p-sidebar__item {
    margin-top: 10px;
  }
  .p-sidebar__item > a {
    position: relative;
    padding-left: 16px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #9c9c9c;
    transition: 0.3s;
  }
  .p-sidebar__item > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 5px;
    background-image: url(../images/common/ico_arrow_grey_01.svg);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(180deg);
  }
  .p-sidebar__item > a.is-active {
    color: #1a1a1a;
  }
  .p-sidebar__item > a.is-active::before {
    background-image: url(../images/common/ico_arrow_black_01.svg);
  }
}

/**
/* お届け先
/*------------------------------------*/
.p-address {
  margin-top: calc(40 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.p-address--large {
  padding: 0;
}
.p-address__lead {
  margin-top: calc(40 / 390 * 100vw);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-address {
    max-width: 600px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
  .p-address--large {
    max-width: 864px;
  }
  .p-address__lead {
    margin-top: 40px;
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.p-address-list {
  margin-top: calc(34 / 390 * 100vw);
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw) calc(50 / 390 * 100vw);
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .p-address-list {
    margin-top: 60px;
    padding: 30px 30px 60px;
  }
}

.p-address-list-item {
  padding: calc(20 / 390 * 100vw);
  background: #fff;
}
.p-address-list-item + .p-address-list-item {
  margin-top: calc(30 / 390 * 100vw);
}
.p-address-list-item__row {
  display: flex;
  width: 100%;
}
.p-address-list-item__row:not(:first-child) {
  margin-top: calc(10 / 390 * 100vw);
}
.p-address-list-item__row:last-child {
  margin-top: calc(30 / 390 * 100vw);
}
.p-address-list-item__label {
  width: calc(110 / 390 * 100vw);
}
.p-address-list-item__value {
  flex: 1;
}
.p-address-list-item__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 calc(20 / 390 * 100vw);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-address-list-item {
    padding: 20px;
  }
  .p-address-list-item + .p-address-list-item {
    margin-top: 40px;
  }
  .p-address-list-item__row:not(:first-child) {
    margin-top: 10px;
  }
  .p-address-list-item__row:last-child {
    margin-top: 30px;
  }
  .p-address-list-item__label {
    width: 200px;
  }
  .p-address-list-item__buttons {
    gap: 0 20px;
    width: 420px;
    margin: 0 auto;
  }
}

.p-address-register {
  margin-top: calc(50 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-address-register {
    margin-top: 50px;
  }
  .p-address-register__text {
    text-align: center;
  }
}

/**
/* bridal about ページ
/*------------------------------------*/
.p-bridal-about-header__image {
  height: calc(390 / 390 * 100vw);
}
.p-bridal-about-header__image img {
  width: 100%;
}
.p-bridal-about-header__inner {
  margin-top: calc(20 / 390 * 100vw);
}
.p-bridal-about-header__title {
  text-align: center;
  font-size: calc(15 / 390 * 100vw);
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-bridal-about-header {
    position: relative;
  }
  .p-bridal-about-header__image {
    height: auto;
  }
  .p-bridal-about-header__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1100px;
    margin-top: 0;
    padding: 0 40px;
    transform: translate(-50%, -50%);
  }
  .p-bridal-about-header__title {
    text-align: left;
    font-size: 2.4rem;
    color: #8c8260;
  }
}

.p-bridal-nav {
  margin-top: calc(40 / 390 * 100vw);
  padding: 0 calc(15 / 390 * 100vw);
  border-bottom: 1px solid #ececf3;
}
.p-bridal-nav__items {
  display: flex;
  justify-content: center;
  gap: 0 calc(15 / 390 * 100vw);
}
.p-bridal-nav__item > a {
  padding-bottom: calc(5 / 390 * 100vw);
  color: #1a1a1a;
  transition: 0.3s;
}
.p-bridal-nav__item > a.is-active {
  border-bottom: 1px solid #1a1a1a;
  color: #1a1a1a;
}
@media (hover: hover) {
  .p-bridal-nav__item > a:hover {
    border-bottom: 1px solid #1a1a1a;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-bridal-nav {
    margin-top: 40px;
    padding: 0;
    border: none;
  }
  .p-bridal-nav__items {
    gap: 0 40px;
  }
  .p-bridal-nav__item > a {
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
}

.p-bridal-about-section {
  margin-top: calc(50 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.p-bridal-about-section--after {
  padding: 0 calc(30 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-bridal-about-section {
    max-width: 1140px;
    margin: 50px auto 0;
    padding: 0 20px;
  }
}

.p-bridal-about-diamond__title {
  text-align: center;
  font-size: calc(20 / 390 * 100vw);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.p-bridal-about-diamond__text {
  margin-top: calc(30 / 390 * 100vw);
}
.p-bridal-about-diamond__image {
  margin: calc(20 / 390 * 100vw) calc(-20 / 390 * 100vw) 0;
}
.p-bridal-about-diamond__image > img {
  width: 100%;
}
.p-bridal-about-diamond__features {
  margin-top: calc(50 / 390 * 100vw);
  padding: 0 calc(5 / 390 * 100vw);
}
.p-bridal-about-diamond__feature + .p-bridal-about-diamond__feature {
  margin-top: calc(30 / 390 * 100vw);
}
.p-bridal-about-diamond__feature-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: calc(10 / 390 * 100vw);
  border-bottom: 1px solid #8c8260;
  font-size: calc(18 / 390 * 100vw);
  font-weight: 400;
  color: #8c8260;
  line-height: 1.1;
}
.p-bridal-about-diamond__feature-image {
  margin-top: calc(30 / 390 * 100vw);
}
.p-bridal-about-diamond__feature-text {
  margin-top: calc(20 / 390 * 100vw);
}
.p-bridal-about-diamond__feature-text span {
  display: block;
  color: #8c8260;
}
@media screen and (min-width: 768px) {
  .p-bridal-about-diamond__inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    height: 340px;
    overflow: hidden;
  }
  .p-bridal-about-diamond__content {
    max-width: 300px;
  }
  .p-bridal-about-diamond__title {
    font-size: 2rem;
  }
  .p-bridal-about-diamond__text {
    margin-top: 20px;
  }
  .p-bridal-about-diamond__image {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: -1;
  }
  .p-bridal-about-diamond__image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-bridal-about-diamond__features {
    gap: 30px;
    margin-top: 50px;
    padding: 0;
  }
  .p-bridal-about-diamond__feature + .p-bridal-about-diamond__feature {
    margin-top: 30px;
  }
  .p-bridal-about-diamond__feature-title {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .p-bridal-about-diamond__feature-image {
    margin-top: 30px;
  }
  .p-bridal-about-diamond__feature-text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-bridal-about-diamond__content {
    max-width: 570px;
  }
  .p-bridal-about-diamond__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 70px;
  }
  .p-bridal-about-diamond__feature + .p-bridal-about-diamond__feature {
    margin-top: 0;
  }
}

.p-bridal-about-craftman {
  margin-top: calc(40 / 390 * 100vw);
  padding: calc(115 / 390 * 100vw) calc(10 / 390 * 100vw);
  background: url(../images/bridal/about/img_craftman_01_sm.jpg) 0 0/cover no-repeat;
}
.p-bridal-about-craftman__title, .p-bridal-about-craftman__text {
  text-align: center;
  color: #fff;
}
.p-bridal-about-craftman__title {
  font-size: calc(20 / 390 * 100vw);
}
.p-bridal-about-craftman__text {
  margin-top: calc(30 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-bridal-about-craftman {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 500px;
    max-width: 1100px;
    margin: 70px auto 0;
    padding: 0 10px;
    background: url(../images/bridal/about/img_craftman_01_lg.jpg) 0 0/cover no-repeat;
  }
  .p-bridal-about-craftman__title {
    font-size: 2rem;
  }
  .p-bridal-about-craftman__text {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.p-bridal-about-after__title-main, .p-bridal-about-after__title-sub {
  display: block;
  text-align: center;
  font-weight: 400;
}
.p-bridal-about-after__title-main {
  font-size: calc(20 / 390 * 100vw);
  line-height: 1.8;
}
.p-bridal-about-after__title-sub {
  font-size: calc(12 / 390 * 100vw);
}
.p-bridal-about-after__image {
  margin-top: calc(20 / 390 * 100vw);
}
.p-bridal-about-after__image img {
  width: 100%;
}
.p-bridal-about-after__text {
  margin-top: calc(30 / 390 * 100vw);
}
.p-bridal-about-after__text + .p-bridal-about-after__text {
  margin-top: calc(20 / 390 * 100vw);
}
.p-bridal-about-after__text a {
  border-bottom: 1px solid #8c8260;
  color: #8c8260;
}
.p-bridal-about-after__text ul {
  margin-top: calc(20 / 390 * 100vw);
}
.p-bridal-about-after__text ul > li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-bridal-about-after__text ul > li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: calc(-1 / 390 * 100vw);
  width: calc(5 / 390 * 100vw);
  height: calc(5 / 390 * 100vw);
  margin-right: calc(6 / 390 * 100vw);
  border-radius: calc(20 / 390 * 100vw);
  background-color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .p-bridal-about-after__title-main {
    font-size: 2rem;
  }
  .p-bridal-about-after__title-sub {
    font-size: 1.2rem;
  }
  .p-bridal-about-after__contents {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 50px;
  }
  .p-bridal-about-after__image {
    width: calc(50% - 20px);
    margin-top: 0;
  }
  .p-bridal-about-after__image--01 {
    position: relative;
    order: 3;
    z-index: -1;
  }
  .p-bridal-about-after__image--02 {
    position: relative;
    order: 2;
  }
  .p-bridal-about-after__image--02 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 130%;
    max-width: 650px;
  }
  .p-bridal-about-after__text {
    width: calc(50% - 20px);
    margin-top: 0;
  }
  .p-bridal-about-after__text + .p-bridal-about-after__text {
    margin-top: 0;
  }
  .p-bridal-about-after__text ul {
    margin-top: 30px;
  }
  .p-bridal-about-after__text ul > li::before {
    top: -1px;
    width: 5px;
    height: 5px;
    margin-right: 6px;
    border-radius: 20px;
  }
  .p-bridal-about-after__text--01 {
    position: relative;
    order: 1;
    margin-top: 20px;
    z-index: 1;
  }
  .p-bridal-about-after__text--02 {
    order: 4;
    align-self: flex-end;
    padding-bottom: 40px;
  }
}

/**
/* カート
/*------------------------------------*/
.p-cart {
  margin-top: calc(100 / 390 * 100vw);
}
.p-cart:has(.p-cart-logo) {
  margin-top: calc(85 / 390 * 100vw);
}
.p-cart__column {
  padding: 0 calc(20 / 390 * 100vw);
}
.p-cart__column:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.p-cart__column:nth-child(1) > div {
  order: 1;
}
.p-cart__column:nth-child(1) > .p-cart-index-more {
  order: 0;
}
.p-cart__column:nth-child(2) {
  margin-top: calc(40 / 390 * 100vw);
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
  background: #f7f7f7;
}
.p-cart__column--complete:nth-child(2) {
  display: none;
  background: none;
}
.p-cart__button {
  display: flex;
  justify-content: space-between;
  padding: 0 calc(15 / 390 * 100vw);
}
.p-cart__back {
  margin-top: calc(10 / 390 * 100vw);
  text-align: center;
}
.p-cart__inner--separate .p-cart-total {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cart {
    margin-top: 110px;
  }
  .p-cart:has(.p-cart-logo) {
    margin-top: 110px;
  }
  .p-cart__column {
    padding: 0 60px;
  }
  .p-cart__column:nth-child(2) {
    margin-top: 40px;
    padding: 30px 60px;
  }
  .p-cart__button {
    padding: 0 20px;
  }
  .p-cart__back {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-cart {
    margin-top: 0;
  }
  .p-cart:has(.p-cart-logo) {
    margin-top: 0;
  }
  .p-cart__columns {
    display: grid;
    grid-template-columns: auto 41%;
  }
  .p-cart__column {
    padding: 110px 30px 80px;
  }
  .p-cart__column:nth-child(1) {
    display: block;
  }
  .p-cart__column:nth-child(2) {
    margin-top: 0;
    padding: 110px 30px 80px;
  }
  .p-cart__column > *:not(:first-child):has(.p-error) {
    margin-top: 10px;
  }
  .p-cart__column--complete:nth-child(2) {
    display: block;
    padding: 0;
    margin-left: 30px;
    overflow: hidden;
  }
  .p-cart__inner {
    position: sticky;
    top: 110px;
  }
  .p-cart__inner--separate .p-cart-total {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .p-cart__column {
    padding: 110px 60px 80px;
  }
  .p-cart__column:nth-child(2) {
    padding: 110px 60px 80px;
  }
  .p-cart__column--complete:nth-child(2) {
    padding: 0;
  }
}

.p-cart-overview {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: calc(40 / 390 * 100vw);
}
.p-cart-overview--empty {
  justify-content: center;
}
.p-cart-overview__title > span {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
}
@media screen and (min-width: 768px) {
  .p-cart-overview {
    margin-top: 40px;
  }
  .p-cart-overview--empty {
    justify-content: flex-start;
  }
  .p-cart-overview__title > span {
    font-size: 1.2rem;
  }
}

.p-cart-item {
  display: grid;
  grid-template-columns: calc(90 / 390 * 100vw) auto;
  grid-template-rows: auto auto;
  grid-template-areas: "image inner" "contents contents";
  gap: 0 calc(15 / 390 * 100vw);
  width: 100%;
  margin-top: calc(15 / 390 * 100vw);
  border: 1px solid #d8d8e7;
}
.p-cart-item:not(:first-child) {
  margin-top: calc(20 / 390 * 100vw);
}
.p-cart-item__image {
  padding: calc(20 / 390 * 100vw) 0 calc(20 / 390 * 100vw) calc(15 / 390 * 100vw);
}
.p-cart-item__inner {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  align-self: center;
  grid-area: inner;
  padding: calc(20 / 390 * 100vw) calc(15 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
}
.p-form-customize__product > .p-cart-item__inner {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.p-cart-item__name {
  position: relative;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
}
.p-cart-item__name > a {
  display: block;
  max-width: calc(170 / 390 * 100vw);
}
.p-cart-item__delete {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-cart-item__delete > a {
  position: relative;
  display: block;
  width: calc(10 / 390 * 100vw);
  height: calc(10 / 390 * 100vw);
}
.p-cart-item__delete > a::before, .p-cart-item__delete > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(13 / 390 * 100vw);
  height: 1px;
  background: #5e5e5e;
}
.p-cart-item__delete > a::before {
  transform: translate(-50%, -50%) rotate(130deg);
}
.p-cart-item__delete > a::after {
  transform: translate(-50%, -50%) rotate(50deg);
}
.p-cart-item__material {
  max-width: calc(170 / 390 * 100vw);
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(10 / 390 * 100vw);
}
.p-cart-item__contents {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: contents;
  padding: calc(20 / 390 * 100vw) calc(15 / 390 * 100vw);
  border-top: 1px solid #d8d8e7;
}
.p-cart-item__status {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
.p-cart-item__comment {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(10 / 390 * 100vw);
}
.p-cart-item__details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: calc(20 / 390 * 100vw);
}
.p-cart-item__amount-text {
  font-size: calc(11 / 390 * 100vw);
  color: #5e5e5e;
}
.p-cart-item__price {
  margin-bottom: calc(6 / 390 * 100vw);
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-cart-item {
    grid-template-columns: 180px auto;
    grid-template-areas: "image inner" "image contents";
    gap: 0;
    margin-top: 15px;
  }
  .p-cart-item:not(:first-child) {
    margin-top: 20px;
  }
  .p-cart-item__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    align-self: center;
    grid-area: image;
    padding: 10px;
  }
  .p-form-customize__product > .p-cart-item__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-cart-item__inner {
    padding: 20px 25px 0;
  }
  .p-cart-item__name {
    padding-right: 40px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .p-cart-item__name > a {
    display: block;
    max-width: none;
  }
  .p-cart-item__delete > a {
    width: 10px;
    height: 10px;
  }
  .p-cart-item__delete > a::before, .p-cart-item__delete > a::after {
    width: 13px;
  }
  .p-cart-item__material {
    max-width: none;
    margin-top: 2px;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .p-cart-item__contents {
    margin-top: 30px;
    padding: 0 25px 20px;
    border-top: none;
  }
  .p-cart-item__status {
    font-size: 1.2rem;
  }
  .p-cart-item__comment {
    margin-top: 2px;
    font-size: 1.2rem;
  }
  .p-cart-item__details {
    margin-top: 30px;
  }
  .p-cart-item__amount-text {
    font-size: 1.2rem;
  }
  .p-cart-item__price {
    margin-bottom: 5px;
  }
  .p-cart-item__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-cart-item__contents {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.p-cart-identification {
  display: none;
  margin-top: calc(15 / 390 * 100vw);
}
.p-cart-identification__link {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.p-cart-identification__add {
  margin-right: 0.5em;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
.p-cart-identification__trigger {
  width: calc(15 / 390 * 100vw);
  height: calc(15 / 390 * 100vw);
}
.p-cart-identification__content {
  margin-top: calc(10 / 390 * 100vw);
}
.p-cart-identification__title {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
.p-cart-identification__text {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(10 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-cart-identification {
    margin-top: 15px;
  }
  .p-cart-identification__add {
    font-size: 1.2rem;
  }
  .p-cart-identification__trigger {
    width: 15px;
    height: 15px;
  }
  .p-cart-identification__content {
    margin-top: 10px;
  }
  .p-cart-identification__title {
    font-size: 1.2rem;
  }
  .p-cart-identification__text {
    margin-top: 2px;
    font-size: 1.2rem;
  }
}

.p-cart-recommend {
  margin-top: calc(40 / 390 * 100vw);
}
.p-cart-recommend__box {
  margin-top: calc(10 / 390 * 100vw);
  border: 1px solid #d8d8e7;
}
.p-cart-recommend__content {
  position: relative;
  display: grid;
  grid-template-columns: calc(90 / 390 * 100vw) auto;
  align-items: center;
  gap: 0 calc(15 / 390 * 100vw);
}
.p-cart-recommend__content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(15 / 390 * 100vw);
  width: calc(10 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background: url(../images/common/ico_arrow_bottom_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
}
.p-cart-recommend__content.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-cart-recommend__inner {
  overflow: hidden;
  max-height: 0;
}
.p-cart-recommend__inner.is-open {
  max-height: none;
}
.p-cart-recommend__text {
  padding-right: calc(40 / 390 * 100vw);
}
.p-cart-recommend__name {
  font-weight: 700;
}
.p-cart-recommend__detail {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-cart-recommend {
    margin-top: 40px;
  }
  .p-cart-recommend__box {
    margin-top: 10px;
  }
  .p-cart-recommend__content {
    grid-template-columns: 157px auto;
    gap: 0 25px;
  }
  .p-cart-recommend__content::after {
    right: 25px;
    width: 10px;
    height: 6px;
  }
  .p-cart-recommend__image {
    aspect-ratio: 3/2;
    width: 100%;
    overflow: hidden;
  }
  .p-cart-recommend__image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-cart-recommend__text {
    padding-right: 80px;
  }
  .p-cart-recommend__name {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .p-cart-recommend__detail {
    margin-top: 2px;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-cart-recommend-items {
  display: flex;
  gap: 0 calc(5 / 390 * 100vw);
  margin-bottom: calc(20 / 390 * 100vw);
  padding: calc(10 / 390 * 100vw) calc(16 / 390 * 100vw) calc(10 / 390 * 100vw);
  scroll-behavior: smooth;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .p-cart-recommend-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 10px;
    margin-bottom: 10px;
    padding: 20px 25px 10px;
    overflow-x: hidden;
  }
}

.p-cart-recommend-item {
  flex: 0 0 auto;
  width: calc(125 / 390 * 100vw);
  text-align: center;
}
.p-cart-recommend-item__image {
  text-align: center;
}
.p-cart-recommend-item__name {
  font-size: calc(10 / 390 * 100vw);
}
.p-cart-recommend-item__price {
  font-size: calc(11 / 390 * 100vw);
}
.p-cart-recommend-item__cart {
  margin-top: calc(3 / 390 * 100vw);
}
.p-cart-recommend-item__link {
  font-size: calc(10 / 390 * 100vw);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-cart-recommend-item {
    width: auto;
  }
  .p-cart-recommend-item__name {
    font-size: 1.2rem;
  }
  .p-cart-recommend-item__price {
    font-size: 1.1rem;
  }
  .p-cart-recommend-item__cart {
    margin-top: 5px;
  }
  .p-cart-recommend-item__link {
    font-size: 1.2rem;
  }
}

.p-cart-disable-message {
  display: none;
  margin-top: calc(40 / 390 * 100vw);
  color: #990000;
}
@media screen and (min-width: 768px) {
  .p-cart-disable-message {
    margin-top: 40px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-cart-index-more {
    max-width: 450px;
    margin: 40px auto 0;
  }
}

.p-cart-total__prices {
  margin-top: calc(6 / 390 * 100vw);
}
.p-cart-total__prices:has(.p-cart-total__amount--large) {
  margin-top: calc(20 / 390 * 100vw);
}
.p-cart-total__price {
  display: flex;
  justify-content: space-between;
  font-size: calc(11 / 390 * 100vw);
}
.p-cart-total__amount {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
}
.p-cart-total__amount--large {
  font-size: calc(14 / 390 * 100vw);
}
.p-cart-total__price--large {
  display: flex;
  margin-top: calc(10 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-weight: 700;
}
.p-cart-total__price--product {
  display: block;
}
.p-cart-total__more {
  margin-top: calc(15 / 390 * 100vw);
}
.p-cart-total__items {
  margin-top: calc(30 / 390 * 100vw);
}
.p-cart-total__item {
  display: grid;
  grid-template-columns: calc(80 / 390 * 100vw) auto;
  gap: 0 calc(15 / 390 * 100vw);
  align-items: center;
}
.p-cart-total__item:not(:first-child) {
  margin-top: calc(5 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-cart-total__prices {
    margin-top: 10px;
  }
  .p-cart-total__prices:has(.p-cart-total__amount--large) {
    margin-top: 10px;
  }
  .p-cart-total__price {
    font-size: 1.2rem;
  }
  .p-cart-total__price--large {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .p-cart-total__amount {
    font-size: 1.2rem;
  }
  .p-cart-total__amount--large {
    font-size: 1.6rem;
  }
  .p-cart-total__more {
    margin-top: 15px;
  }
  .p-cart-total__items {
    margin-top: 20px;
  }
  .p-cart-total__item {
    grid-template-columns: 80px auto;
    gap: 0 15px;
  }
  .p-cart-total__item:not(:first-child) {
    margin-top: 10px;
  }
}

.p-cart-wrapping {
  margin-top: calc(30 / 390 * 100vw);
}
.p-cart-wrapping--small {
  margin-top: 0;
}
.p-cart-wrapping__image {
  margin-top: calc(5 / 390 * 100vw);
  border-radius: calc(2 / 390 * 100vw) calc(2 / 390 * 100vw) 0 0;
}
.p-cart-wrapping__image > img {
  width: 100%;
  border-radius: calc(2 / 390 * 100vw) calc(2 / 390 * 100vw) 0 0;
}
.p-cart-wrapping__content:has(.p-cart-wrapping__title) {
  display: flex;
  align-items: center;
  border: 1px solid #ececf3;
}
.p-cart-wrapping__content:has(.p-cart-wrapping__title) .p-cart-wrapping__image {
  width: calc(140 / 390 * 100vw);
  height: calc(90 / 390 * 100vw);
  margin-top: 0;
  overflow: hidden;
}
.p-cart-wrapping__content:has(.p-cart-wrapping__title) .p-cart-wrapping__image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-cart-wrapping__detail {
  padding: calc(20 / 390 * 100vw) calc(15 / 390 * 100vw);
  border: 1px solid #d8d8e7;
  border-top: none;
}
.p-cart-wrapping__detail:has(.p-cart-wrapping__title) {
  flex: 1;
  padding: calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) calc(20 / 390 * 100vw);
  border: none;
}
.p-cart-wrapping__detail:has(.p-cart-wrapping__title) .p-cart-wrapping__text {
  margin-top: calc(3 / 390 * 100vw);
}
.p-cart-wrapping__title {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
}
.p-cart-wrapping__text {
  font-size: calc(11 / 390 * 100vw);
}
.p-cart-wrapping__text:not(:first-child) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-cart-wrapping {
    margin-top: 50px;
  }
  .p-cart-wrapping--small {
    margin-top: 50px;
  }
  .p-cart-wrapping__image {
    margin-top: 10px;
    border-radius: 2px 2px 0 0;
  }
  .p-cart-wrapping__image > img {
    border-radius: 2px 2px 0 0;
  }
  .p-cart-wrapping__content:has(.p-cart-wrapping__title) .p-cart-wrapping__image {
    width: 140px;
    height: 90px;
  }
  .p-cart-wrapping__detail {
    padding: 20px;
  }
  .p-cart-wrapping__detail:has(.p-cart-wrapping__title) {
    padding: 15px 20px;
  }
  .p-cart-wrapping__detail:has(.p-cart-wrapping__title) .p-cart-wrapping__text {
    margin-top: 2px;
  }
  .p-cart-wrapping__title {
    font-size: 1.2rem;
  }
  .p-cart-wrapping__text {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-cart-info {
  margin-top: calc(30 / 390 * 100vw);
  border: 1px solid #d8d8e7;
  border-radius: calc(2 / 390 * 100vw);
}
.p-cart-info__item:not(:first-child) {
  border-top: 1px solid #d8d8e7;
}
.p-cart-info__link {
  position: relative;
  display: block;
  padding: calc(20 / 390 * 100vw) calc(35 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
}
.p-cart-info__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(20 / 390 * 100vw);
  width: calc(10 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background: url(../images/common/ico_arrow_bottom_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%) rotate(-90deg);
}
.p-cart-info__link > span {
  position: relative;
}
.p-cart-info__link > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.p-cart-info__link--payment > span {
  padding-left: calc(46 / 390 * 100vw);
}
.p-cart-info__link--payment > span::before {
  width: calc(24 / 390 * 100vw);
  height: calc(15 / 390 * 100vw);
  background-image: url(../images/common/ico_payment_01.svg);
}
.p-cart-info__link--delivery > span {
  padding-left: calc(47 / 390 * 100vw);
}
.p-cart-info__link--delivery > span::before {
  width: calc(25 / 390 * 100vw);
  height: calc(18 / 390 * 100vw);
  background-image: url(../images/common/ico_delivery_01.svg);
}
.p-cart-info__link--repairing > span {
  padding-left: calc(46 / 390 * 100vw);
}
.p-cart-info__link--repairing > span::before {
  width: calc(21 / 390 * 100vw);
  height: calc(22 / 390 * 100vw);
  background-image: url(../images/common/ico_repairing_01.svg);
}
.p-cart-info__link--faq > span {
  padding-left: calc(45 / 390 * 100vw);
}
.p-cart-info__link--faq > span::before {
  width: calc(22 / 390 * 100vw);
  height: calc(22 / 390 * 100vw);
  background-image: url(../images/common/ico_faq_01.svg);
}
@media screen and (min-width: 768px) {
  .p-cart-info {
    margin-top: 50px;
    border-radius: 0;
  }
  .p-cart-info__link {
    padding: 20px 50px 20px 24px;
  }
  .p-cart-info__link::after {
    right: 24px;
    width: 8px;
    height: 5px;
  }
  .p-cart-info__link--payment > span {
    padding-left: 42px;
  }
  .p-cart-info__link--payment > span::before {
    width: 24px;
    height: 15px;
  }
  .p-cart-info__link--delivery > span {
    padding-left: 48px;
  }
  .p-cart-info__link--delivery > span::before {
    width: 25px;
    height: 18px;
  }
  .p-cart-info__link--repairing > span {
    padding-left: 42px;
  }
  .p-cart-info__link--repairing > span::before {
    width: 21px;
    height: 22px;
  }
  .p-cart-info__link--faq > span {
    padding-left: 42px;
  }
  .p-cart-info__link--faq > span::before {
    width: 22px;
    height: 22px;
  }
}

.p-cart-empty {
  margin-top: calc(10 / 390 * 100vw);
  padding: calc(70 / 390 * 100vw) 0;
  border: 1px solid #d8d8e7;
}
.p-cart-empty__text {
  text-align: center;
}
.p-cart-empty__more {
  width: calc(200 / 390 * 100vw);
  margin: calc(30 / 390 * 100vw) auto 0;
}
@media screen and (min-width: 768px) {
  .p-cart-empty {
    margin-top: 10px;
    padding: 120px 0;
  }
  .p-cart-empty__more {
    width: 200px;
    margin-top: 30px;
  }
}

.p-cart-logo {
  width: calc(160 / 390 * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-cart-logo {
    width: 220px;
  }
}

.p-cart-total-accordion {
  margin: calc(25 / 390 * 100vw) calc(-20 / 390 * 100vw) 0;
  padding: calc(20 / 390 * 100vw);
  background: #f7f7f7;
}
.p-cart-total-accordion__trigger {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: calc(42 / 390 * 100vw);
  font-weight: 700;
}
.p-cart-total-accordion__trigger::before, .p-cart-total-accordion__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-cart-total-accordion__trigger::before {
  left: 0;
  width: calc(36 / 390 * 100vw);
  height: calc(36 / 390 * 100vw);
  background: #1a1a1a;
  border-radius: 50%;
}
.p-cart-total-accordion__trigger::after {
  left: calc(13 / 390 * 100vw);
  width: calc(10 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background: url(../images/common/ico_arrow_bottom_white_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
  transform-origin: center center;
  transition: 0.3s;
}
.p-cart-total-accordion__trigger.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-cart-total-accordion__price {
  font-size: calc(14 / 390 * 100vw);
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 500;
}
.p-cart-total-accordion .c-title {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cart-total-accordion {
    margin: 25px -60px 0;
    padding: 20px 60px;
  }
  .p-cart-total-accordion__trigger {
    padding-left: 42px;
    font-size: 13px;
  }
  .p-cart-total-accordion__trigger::before {
    left: 0;
    width: 36px;
    height: 36px;
  }
  .p-cart-total-accordion__trigger::after {
    left: 13px;
    width: 10px;
    height: 6px;
  }
  .p-cart-total-accordion__price {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-cart-total-accordion {
    display: none;
  }
}

.p-cart-step {
  display: none;
}
.p-cart-title > .p-cart-step {
  display: block;
}
.p-cart-step__items {
  display: flex;
  gap: 0 calc(10 / 390 * 100vw);
}
.p-cart-step__item {
  font-size: calc(11 / 390 * 100vw);
  color: #9c9c9c;
}
.p-cart-step__item.is-active {
  font-weight: 700;
  color: #1a1a1a;
}
.p-cart-step__item:not(:first-child) {
  position: relative;
  padding-left: calc(16 / 390 * 100vw);
}
.p-cart-step__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(7 / 390 * 100vw);
  height: calc(4 / 390 * 100vw);
  background: url(../images/common/ico_arrow_bottom_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .p-cart-step__items {
    gap: 0 10px;
  }
  .p-cart-step__item {
    font-size: 1.2rem;
  }
  .p-cart-step__item:not(:first-child) {
    padding-left: 16px;
  }
  .p-cart-step__item:not(:first-child)::before {
    width: 7px;
    height: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .p-cart-step {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
  .p-cart-title > .p-cart-step {
    display: none;
  }
}

.p-cart-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(40 / 390 * 100vw);
}
.p-cart-title:has(+ .p-error) {
  margin-bottom: calc(20 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-cart-title {
    margin-top: 40px;
  }
  .p-cart-title:has(+ .p-error) {
    margin-bottom: 20px;
  }
}

.p-cart-section {
  counter-increment: section-counter;
  margin-top: calc(20 / 390 * 100vw);
  border: 1px solid #d8d8e7;
}
.p-cart-title + .p-cart-section {
  margin-top: calc(15 / 390 * 100vw);
}
.p-cart-section--complete {
  padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) calc(50 / 390 * 100vw);
}
.p-cart-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(20 / 390 * 100vw);
  border-bottom: 1px solid #d8d8e7;
}
.p-cart-section__header.is-open .p-cart-section__title {
  color: #1a1a1a;
}
.p-cart-section__header.is-open .p-cart-section__title::before {
  background: #1a1a1a;
}
.p-cart-section__header.is-completed .p-cart-section__title {
  color: #1a1a1a;
}
.p-cart-section__header.is-completed .p-cart-section__title::before {
  background: #5c7e08;
  font-size: 0;
}
.p-cart-section__header.is-completed .p-cart-section__title::after {
  opacity: 1;
}
.p-cart-section__header.is-completed .p-cart-section__back {
  display: block;
}
.p-cart-section__header--confirm {
  padding-bottom: 0;
  border-bottom: none;
}
.p-cart-section__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 calc(15 / 390 * 100vw);
  padding-left: calc(40 / 390 * 100vw);
  font-size: calc(15 / 390 * 100vw);
  font-weight: 700;
  color: #9c9c9c;
}
.p-cart-section__title::before, .p-cart-section__title::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-cart-section__title::before {
  content: counter(section-counter);
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25 / 390 * 100vw);
  height: calc(25 / 390 * 100vw);
  border-radius: 50%;
  background: #9c9c9c;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  color: #fff;
  line-height: 1;
}
.p-cart-section__title::after {
  content: "";
  left: calc(6 / 390 * 100vw);
  width: calc(11 / 390 * 100vw);
  height: calc(9 / 390 * 100vw);
  background: url(../images/common/ico_checkbox_02.svg) 50% 50% no-repeat;
  opacity: 0;
}
.p-cart-section__title--confirm {
  padding-left: 0;
  font-size: calc(13 / 390 * 100vw);
}
.p-cart-section__title--confirm::before, .p-cart-section__title--confirm::after {
  content: none;
}
.p-cart-section__back {
  display: none;
  font-size: calc(11 / 390 * 100vw);
}
.p-cart-section__inner {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-cart-section {
    margin-top: 20px;
  }
  .p-cart-title + .p-cart-section {
    margin-top: 15px;
  }
  .p-cart-section--complete {
    padding: 40px 30px 50px;
  }
  .p-cart-section__header {
    padding: 25px;
  }
  .p-cart-section__title {
    gap: 0 15px;
    padding-left: 48px;
    font-size: 1.6rem;
  }
  .p-cart-section__title::before {
    width: 33px;
    height: 33px;
    font-size: 1.7rem;
  }
  .p-cart-section__title::after {
    left: 9px;
    width: 15px;
    height: 11px;
  }
  .p-cart-section__back {
    font-size: 1.2rem;
  }
}

.p-cart-user__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 calc(10 / 390 * 100vw);
  margin-top: calc(15 / 390 * 100vw);
  padding: calc(15 / 390 * 100vw);
  background: #f2f2f2;
}
.p-cart-user__items {
  flex: 1;
}
.p-cart-user__item, .p-cart-user__link {
  font-size: calc(11 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-cart-user__inner {
    gap: 0 10px;
    margin-top: 15px;
    padding: 20px;
  }
  .p-cart-user__item, .p-cart-user__link {
    font-size: 1.2rem;
  }
  .p-cart-user__item {
    font-weight: 500;
  }
}

.p-cart-agree {
  margin-top: calc(40 / 390 * 100vw);
}
.p-cart-agree--confirm {
  margin-top: calc(15 / 390 * 100vw);
}
.p-cart-agree__text {
  margin-top: calc(30 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
}
.p-cart-agree__note {
  color: #990000;
}
@media screen and (min-width: 768px) {
  .p-cart-agree {
    margin-top: 15px;
  }
  .p-cart-agree--confirm {
    margin-top: 15px;
  }
  .p-cart-agree__text {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-cart-complete-image {
  margin-top: calc(15 / 390 * 100vw);
}
.p-cart-complete-image--lg {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cart-complete-image {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-cart-complete-image {
    display: none;
  }
  .p-cart-complete-image--lg {
    display: block;
    height: 100%;
    margin-top: 0;
  }
  .p-cart-complete-image--lg > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.p-cart-complete-info {
  text-align: center;
}
.p-cart-complete-info__number, .p-cart-complete-info__point {
  font-weight: 500;
}
.p-cart-complete-info__number {
  font-size: calc(17 / 390 * 100vw);
}
.p-cart-complete-info__point {
  margin-top: calc(10 / 390 * 100vw);
}
.p-cart-complete-info__note {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-cart-complete-info__number, .p-cart-complete-info__point {
    font-weight: 700;
  }
  .p-cart-complete-info__number {
    font-size: 1.6rem;
  }
  .p-cart-complete-info__point {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .p-cart-complete-info__note {
    margin-top: 3px;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-cart-complete-text {
  margin-top: calc(30 / 390 * 100vw);
}
.p-cart-complete-text > a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-cart-complete-text > a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .p-cart-complete-text {
    margin-top: 30px;
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.p-cart-footer {
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
}
.p-cart-footer__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10 / 390 * 100vw) calc(30 / 390 * 100vw);
}
.p-cart-footer__item:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}
.p-cart-footer__item:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}
.p-cart-footer__item:nth-child(3) {
  grid-row: 3;
  grid-column: 1;
}
.p-cart-footer__item:nth-child(4) {
  grid-row: 1;
  grid-column: 2;
}
.p-cart-footer__item:nth-child(5) {
  grid-row: 2;
  grid-column: 2;
}
.p-cart-footer__link {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-cart-footer {
    padding: 30px 20px;
  }
  .p-cart-footer__items {
    display: flex;
    justify-content: center;
    gap: 0 30px;
  }
  .p-cart-footer__link {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-cart-footer {
    border-top: 1px solid #d8d8e7;
  }
}

.p-cart-modal {
  display: none;
}
.p-cart-modal.is-open {
  display: block;
}
.p-cart-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
  z-index: 3;
  transition: 0.3s;
}
.p-cart-modal__box {
  position: fixed;
  width: 80%;
  top: 50%;
  left: 50%;
  padding: calc(30 / 390 * 100vw);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 4;
}
.p-cart-modal__close {
  position: absolute;
  top: calc(-30 / 390 * 100vw);
  right: 0;
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  cursor: pointer;
  transition: 0.3s;
}
.p-cart-modal__close > span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: center;
}
.p-cart-modal__close > span:first-child {
  transform: rotate(45deg);
}
.p-cart-modal__close > span:last-child {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .p-cart-modal__close:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-cart-modal__box {
    max-width: 800px;
    padding: 30px;
  }
  .p-cart-modal__close {
    top: -30px;
    width: 20px;
    height: 20px;
  }
}

/**
/* 商品比較リスト
/*------------------------------------*/
#itemCompare:has(.p-error) .p-compare {
  margin-top: calc(40 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  #itemCompare:has(.p-error) .p-compare {
    margin-top: 60px;
  }
}

/**
/* お問い合わせ
/*------------------------------------*/
.p-contact {
  margin-top: calc(40 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.p-contact__section {
  background: #f7f7f7;
}
.p-contact__section + .p-contact__section {
  margin-top: calc(40 / 390 * 100vw);
}
.p-contact__inner {
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
}
.p-contact__title {
  padding: calc(25 / 390 * 100vw) calc(30 / 390 * 100vw) calc(25 / 390 * 100vw) calc(35 / 390 * 100vw);
  border-bottom: 1px solid #fff;
}
.p-contact__title > span {
  position: relative;
  padding-left: calc(35 / 390 * 100vw);
}
.p-contact__title > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.p-contact__title--topic > span::before {
  width: calc(19 / 390 * 100vw);
  height: calc(23 / 390 * 100vw);
  background-image: url(../images/common/ico_topic_01.svg);
}
.p-contact__title--mail {
  padding-left: calc(33 / 390 * 100vw);
}
.p-contact__title--mail > span {
  padding-left: calc(37 / 390 * 100vw);
}
.p-contact__title--mail > span::before {
  width: calc(24 / 390 * 100vw);
  height: calc(17 / 390 * 100vw);
  background-image: url(../images/common/ico_mail_black_01.svg);
}
.p-contact__subtitle {
  position: relative;
  padding-left: calc(30 / 390 * 100vw);
  font-weight: 700;
}
.p-contact__subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(18 / 390 * 100vw);
  height: calc(18 / 390 * 100vw);
  background: url(../images/common/ico_faq_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
}
.p-contact__more {
  margin-top: calc(40 / 390 * 100vw);
}
.p-contact__note {
  margin-top: calc(20 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
.p-contact__note > a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-contact__note > a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-contact {
    max-width: 1640px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
  .p-contact__section + .p-contact__section {
    margin-top: 40px;
  }
  .p-contact__inner {
    padding: 30px 30px 50px;
  }
  .p-contact__title {
    padding: 25px 30px 25px 35px;
  }
  .p-contact__title > span {
    padding-left: 35px;
  }
  .p-contact__title--topic > span::before {
    width: 19px;
    height: 23px;
  }
  .p-contact__title--mail {
    padding-left: 33px;
  }
  .p-contact__title--mail > span {
    padding-left: 39px;
  }
  .p-contact__title--mail > span::before {
    width: 24px;
    height: 17px;
  }
  .p-contact__subtitle {
    padding-left: 36px;
  }
  .p-contact__subtitle::before {
    width: 22px;
    height: 22px;
  }
  .p-contact__more {
    margin-top: 30px;
  }
  .p-contact__note {
    margin-top: 30px;
    font-size: 1.2rem;
  }
}

.p-contact-topic__block {
  padding: calc(20 / 390 * 100vw);
  background: #fff;
}
.p-contact-topic__items {
  margin-top: calc(20 / 390 * 100vw);
}
.p-contact-topic__item {
  margin-top: calc(5 / 390 * 100vw);
}
.p-contact-topic__link {
  position: relative;
  padding-left: calc(17 / 390 * 100vw);
}
.p-contact-topic__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(2 / 390 * 100vw);
  width: calc(6 / 390 * 100vw);
  height: calc(4 / 390 * 100vw);
  background: url(../images/common/ico_arrow_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%) scaleX(-1);
}
.p-contact-topic__more {
  margin-top: calc(10 / 390 * 100vw);
  text-align: right;
}
.p-contact-topic__buttons {
  margin-top: calc(15 / 390 * 100vw);
}
.p-contact-topic__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(65 / 390 * 100vw);
  padding: calc(20 / 390 * 100vw) calc(40 / 390 * 100vw) calc(20 / 390 * 100vw) calc(55 / 390 * 100vw);
  background: #fff;
}
.p-contact-topic__button + .p-contact-topic__button {
  margin-top: calc(15 / 390 * 100vw);
}
.p-contact-topic__button::before, .p-contact-topic__button::after {
  content: "";
  position: absolute;
  top: 50%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.p-contact-topic__button::after {
  right: calc(23 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  width: calc(5 / 390 * 100vw);
  background-image: url(../images/common/ico_arrow_black_01.svg);
  transform: translateY(-50%) scaleX(-1);
}
.p-contact-topic__button--shop::before {
  left: calc(25 / 390 * 100vw);
  width: calc(16 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  background-image: url(../images/common/ico_marker_black_01.svg);
}
.p-contact-topic__button--care::before {
  left: calc(23 / 390 * 100vw);
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  background-image: url(../images/common/ico_repairing_01.svg);
}
.p-contact-topic__button--guide::before {
  left: calc(25 / 390 * 100vw);
  width: calc(15 / 390 * 100vw);
  height: calc(18 / 390 * 100vw);
  background-image: url(../images/common/ico_guide_01.svg);
}
@media screen and (min-width: 768px) {
  .p-contact-topic {
    display: grid;
    grid-template-columns: auto 40%;
    gap: 0 30px;
  }
  .p-contact-topic__block {
    display: grid;
    align-items: start;
    grid-template-columns: auto 80px;
    grid-template-rows: min-content min-content;
    gap: 20px 0;
    padding: 30px;
  }
  .p-contact-topic__items {
    margin-top: 0;
  }
  .p-contact-topic__item {
    margin-top: 0;
  }
  .p-contact-topic__subtitle {
    grid-column: 1;
    grid-row: 1;
  }
  .p-contact-topic__link {
    position: relative;
    padding-left: 20px;
  }
  .p-contact-topic__link::before {
    left: 2px;
    width: 6px;
    height: 4px;
  }
  .p-contact-topic__more {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
    text-align: right;
  }
  .p-contact-topic__items {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .p-contact-topic__buttons {
    margin-top: 0;
  }
  .p-contact-topic__button {
    height: 75px;
    padding: 25px 45px 25px 65px;
  }
  .p-contact-topic__button + .p-contact-topic__button {
    margin-top: 10px;
  }
  .p-contact-topic__button::after {
    right: 35px;
    height: 8px;
    width: 5px;
  }
  .p-contact-topic__button--shop::before {
    left: 35px;
    width: 16px;
    height: 20px;
  }
  .p-contact-topic__button--care::before {
    left: 32px;
    width: 20px;
    height: 20px;
  }
  .p-contact-topic__button--guide::before {
    left: 35px;
    width: 15px;
    height: 18px;
  }
}

.p-contact-mail__lead + .p-contact-mail__lead {
  margin-top: 1em;
}
.p-contact-mail__lead--confirm {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 700;
  color: #990000;
}
.p-contact-mail__lead-link {
  font-size: calc(13 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-contact-mail__lead + .p-contact-mail__lead {
    margin-top: 0;
  }
  .p-contact-mail__lead--confirm {
    font-size: 1.4rem;
  }
  .p-contact-mail__lead-link {
    font-size: 1.4rem;
  }
}

.p-contact-form {
  margin-top: calc(50 / 390 * 100vw);
}
.p-contact-form--confirm {
  margin-top: calc(30 / 390 * 100vw);
}
.p-contact-form__block + .p-contact-form__block {
  margin-top: calc(10 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
    margin-top: 50px;
  }
  .p-contact-form--confirm {
    margin-top: 30px;
  }
  .p-contact-form__block + .p-contact-form__block {
    margin-top: 0;
  }
}

/**
/* クレジットカード
/*------------------------------------*/
.p-credit {
  margin-top: calc(40 / 390 * 100vw);
}
.p-credit__lead {
  margin-top: calc(40 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
  text-align: center;
}
.p-credit__inner {
  margin-top: calc(35 / 390 * 100vw);
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw) calc(50 / 390 * 100vw);
  background: #f7f7f7;
}
.p-credit__text {
  padding: 0 calc(20 / 390 * 100vw);
}
.p-credit__more {
  padding: 0 calc(20 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-credit {
    max-width: 864px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
  .p-credit__lead {
    margin-top: 40px;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .p-credit__inner {
    margin-top: 60px;
    padding: 30px 30px 50px;
  }
  .p-credit__text {
    padding: 0;
  }
  .p-credit__more {
    padding: 0 20px;
  }
}

/**
/* メッセージ
/*------------------------------------*/
.p-error {
  margin-top: calc(40 / 390 * 100vw);
}
.p-error__table {
  width: 100%;
  padding: calc(15 / 390 * 100vw);
  box-shadow: 0 calc(3 / 390 * 100vw) calc(15 / 390 * 100vw) rgba(0, 0, 0, 0.1);
}
.p-error__table tr {
  display: flex;
  align-items: center;
  gap: 0 calc(20 / 390 * 100vw);
}
.p-error__table tr > td:nth-child(2) {
  flex: 1;
}
.p-error__table--info tr > td:nth-child(1) {
  width: calc(20 / 390 * 100vw);
}
.p-error__table--info tr > td:nth-child(2) {
  font-size: calc(11 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-error {
    margin-top: 40px;
  }
  .p-error__table {
    padding: 15px 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  }
  .p-error__table tr {
    gap: 0 20px;
  }
  .p-error__table tr > td:nth-child(2) {
    font-size: 1.2rem;
  }
  .p-error__table--info tr > td:nth-child(1) {
    width: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-error {
    margin-top: 40px;
  }
  .p-cart__column .p-error {
    margin-top: 0;
  }
}

/**
/* テーブル
/*------------------------------------*/
.p-ext__title {
  margin: calc(40 / 390 * 100vw) 0 calc(25 / 390 * 100vw);
  padding-bottom: calc(10 / 390 * 100vw);
  border-bottom: 1px solid #1a1a1a;
  font-size: calc(17 / 390 * 100vw);
  font-weight: 700;
}
.p-ext__title:first-child {
  margin-top: 0;
}
.p-ext__title--no-border {
  margin-bottom: calc(20 / 390 * 100vw);
  padding-bottom: 0;
  border-bottom: none;
}
.p-ext__item {
  margin-top: calc(15 / 390 * 100vw);
  text-indent: -1em;
  padding-left: 1em;
}
.p-ext__item::before {
  content: "・";
}
.p-ext__text + .p-ext__text {
  margin-top: calc(20 / 390 * 100vw);
}
.p-ext__more {
  margin-top: calc(30 / 390 * 100vw);
}
.p-ext__button {
  position: relative;
  justify-content: flex-start;
  padding: 0 calc(40 / 390 * 100vw) 0 calc(25 / 390 * 100vw);
}
.p-ext__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(25 / 390 * 100vw);
  width: calc(10 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  background: url(../images/common/ico_arrow_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
.p-ext__button > span {
  position: relative;
  padding-left: calc(30 / 390 * 100vw);
}
.p-ext__button > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(16 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  background: url(../images/common/ico_marker_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-ext__accordion:last-of-type .p-ext__trigger {
  border-bottom: 1px solid #ececf3;
}
.p-ext__accordion:last-of-type .p-ext__trigger.is-open {
  border-bottom: none;
}
.p-ext__accordion:last-of-type .p-ext-guide__content {
  margin-bottom: 0;
}
.p-ext__trigger {
  position: relative;
  padding: calc(10 / 390 * 100vw) calc(15 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
  border-top: 1px solid #ececf3;
  font-weight: 700;
  cursor: pointer;
}
.p-ext__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(3 / 390 * 100vw);
  width: calc(6 / 390 * 100vw);
  height: calc(10 / 390 * 100vw);
  background: url(../images/common/ico_arrow_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
.p-ext__trigger.is-open::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-ext__container {
  margin-top: calc(40 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.p-ext__table > table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #d8d8e7;
  border-collapse: collapse;
}
.p-ext__table > table > tbody > tr:not(:last-child) {
  border-bottom: 1px solid #d8d8e7;
}
.p-ext__table > table > tbody > tr > th,
.p-ext__table > table > tbody > tr > td {
  padding: calc(15 / 390 * 100vw) calc(10 / 390 * 100vw);
  text-align: left;
  font-size: calc(12 / 390 * 100vw);
  word-wrap: break-word;
}
.p-ext__table > table > tbody > tr > th {
  width: calc(110 / 390 * 100vw);
  border-right: 1px solid #d8d8e7;
  font-weight: 300;
  vertical-align: top;
}
.p-ext__table-content:not(:first-of-type) {
  margin-top: calc(10 / 390 * 100vw);
}
.p-ext__table-title {
  margin-bottom: calc(5 / 390 * 100vw);
  font-weight: 700;
}
.p-ext__subtitle {
  margin-top: calc(25 / 390 * 100vw);
  font-weight: 700;
}
.p-ext__number {
  margin-left: 1.5em;
  list-style: decimal;
}
.p-ext__date {
  margin-top: calc(25 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
@media (hover: hover) {
  .p-ext__button:hover::after {
    background-image: url(../images/common/ico_arrow_white_01.svg);
  }
  .p-ext__button:hover > span::before {
    background-image: url(../images/common/ico_marker_white_02.svg);
  }
}
@media screen and (min-width: 768px) {
  .p-ext__title {
    margin: 50px 0 25px;
    padding-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .p-ext__title--no-border {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .p-ext__item {
    margin-top: 15px;
  }
  .p-ext__text + .p-ext__text {
    margin-top: 20px;
  }
  .p-ext__more {
    width: 295px;
    margin: 30px auto 0 0;
  }
  .p-ext__button {
    padding: 0 35px 0 25px;
  }
  .p-ext__button::after {
    right: 25px;
    height: 10px;
    width: 6px;
  }
  .p-ext__button > span {
    padding-left: 30px;
  }
  .p-ext__button > span::before {
    width: 16px;
    height: 20px;
  }
  .p-ext__trigger {
    padding: 15px 15px 15px 0;
  }
  .p-ext__trigger::after {
    right: 4px;
    width: 8px;
    height: 13px;
  }
  .p-ext__container {
    max-width: 1060px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
  .p-ext__table > table > tbody > tr > th,
  .p-ext__table > table > tbody > tr > td {
    padding: 15px 20px;
    font-size: 1.4rem;
  }
  .p-ext__table > table > tbody > tr > th {
    width: 200px;
    font-weight: 500;
    vertical-align: middle;
  }
  .p-ext__table-content:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-ext__table-title {
    margin-bottom: 5px;
  }
  .p-ext__subtitle {
    margin-top: 25px;
  }
  .p-ext__date {
    margin-top: 25px;
    font-size: 1.2rem;
  }
}

.p-ext-section {
  margin-top: calc(50 / 390 * 100vw);
}
.p-ext-section:first-child {
  margin-top: 0;
}
.p-ext-section--point {
  margin-top: calc(60 / 390 * 100vw);
}
.p-ext-section--point:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-ext-section {
    margin-top: 60px;
  }
  .p-ext-section--point {
    margin-top: 100px;
  }
}

.p-ext-content {
  margin-top: calc(5 / 390 * 100vw);
  padding: calc(20 / 390 * 100vw);
  background: #f7f7f7;
}
.p-ext-content ul {
  text-indent: -1em;
  padding-left: 1em;
}
.p-ext-content__info {
  margin: calc(5 / 390 * 100vw) 0;
}
.p-ext-content__info-title {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
}
.p-ext-content__info-inner {
  margin-top: calc(5 / 390 * 100vw);
  padding: calc(10 / 390 * 100vw);
  border: 1px solid #d8d8e7;
}
.p-ext-content__info-browser + .p-ext-content__info-browser {
  margin-top: calc(15 / 390 * 100vw);
}
.p-ext-content__info-subtitle, .p-ext-content__info-text {
  font-size: calc(12 / 390 * 100vw);
}
.p-ext-content__info-subtitle {
  font-weight: 700;
}
.p-ext-content__info-text {
  margin-top: calc(5 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-ext-content {
    margin-top: 5px;
    padding: 20px;
  }
  .p-ext-content__info {
    margin: 5px 0;
  }
  .p-ext-content__info-inner {
    display: grid;
    grid-template-columns: 280px 280px;
    gap: 0 10px;
    margin-top: 5px;
    padding: 15px;
  }
  .p-ext-content__info-title {
    font-size: 1.2rem;
  }
  .p-ext-content__info-inner {
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px;
  }
  .p-ext-content__info-browser + .p-ext-content__info-browser {
    margin-top: 0;
  }
  .p-ext-content__info-subtitle, .p-ext-content__info-text {
    font-size: 1.2rem;
  }
  .p-ext-content__info-text {
    margin-top: 5px;
  }
}

.p-ext-guide__content {
  counter-reset: number;
  margin-bottom: calc(45 / 390 * 100vw);
  padding: calc(20 / 390 * 100vw);
  background: #f7f7f7;
}
.p-ext-guide__block:not(:first-child) {
  margin-top: calc(40 / 390 * 100vw);
}
.p-ext-guide__title, .p-ext-guide__text, .p-ext-guide__note, .p-ext-guide__items {
  font-size: calc(12 / 390 * 100vw);
}
.p-ext-guide__title {
  font-weight: 700;
}
.p-ext-guide__title-number::before {
  counter-increment: number;
  content: counter(number) ". ";
}
.p-ext-guide__text {
  margin-top: calc(10 / 390 * 100vw);
  font-weight: 300;
}
.p-ext-guide__text:first-child {
  margin-top: 0;
}
.p-ext-guide__link {
  text-decoration: underline;
}
.p-ext-guide__size {
  overflow-x: auto;
  margin-top: calc(10 / 390 * 100vw);
}
.p-ext-guide__size > img {
  min-width: calc(612 / 390 * 100vw);
}
.p-ext-guide__image, .p-ext-guide__bank {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: calc(10 / 390 * 100vw);
}
.p-ext-guide__bank {
  padding: calc(10 / 390 * 100vw);
  border: 1px solid #d8d8e7;
}
.p-ext-guide__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(6 / 390 * 100vw) calc(10 / 390 * 100vw);
  margin-top: calc(10 / 390 * 100vw);
}
.p-ext-guide__table > table {
  width: 100%;
  margin-top: calc(5 / 390 * 100vw);
  border-collapse: collapse;
  border: 1px solid #d8d8e7;
}
.p-ext-guide__table > table > thead > tr > th,
.p-ext-guide__table > table > thead > tr > td,
.p-ext-guide__table > table > tbody > tr > th,
.p-ext-guide__table > table > tbody > tr > td {
  padding: calc(5 / 390 * 100vw) calc(5 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
}
.p-ext-guide__table > table > thead > tr > th:nth-child(2),
.p-ext-guide__table > table > thead > tr > td:nth-child(2),
.p-ext-guide__table > table > tbody > tr > th:nth-child(2),
.p-ext-guide__table > table > tbody > tr > td:nth-child(2) {
  border-left: 1px solid #d8d8e7;
}
.p-ext-guide__table > table > thead > tr > th,
.p-ext-guide__table > table > tbody > tr > th {
  background: #ececf3;
}
.p-ext-guide__table > table > thead > tr > td:nth-child(2),
.p-ext-guide__table > table > tbody > tr > td:nth-child(2) {
  text-align: center;
}
.p-ext-guide__table > table > tbody > tr {
  border-top: 1px solid #d8d8e7;
}
.p-ext-guide__items {
  margin-top: calc(5 / 390 * 100vw);
}
.p-ext-guide__item {
  position: relative;
  padding-left: 1em;
}
.p-ext-guide__item::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .p-ext-guide__link:hover {
    text-decoration: none;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-ext-guide__content {
    margin-bottom: 65px;
    padding: 30px;
  }
  .p-ext-guide__block:not(:first-child) {
    margin-top: 40px;
  }
  .p-ext-guide__title, .p-ext-guide__text, .p-ext-guide__note, .p-ext-guide__items {
    font-size: 1.2rem;
  }
  .p-ext-guide__text {
    margin-top: 10px;
    font-weight: 500;
  }
  .p-ext-guide__size {
    margin-top: 10px;
  }
  .p-ext-guide__size > img {
    max-width: 612px;
    min-width: 612px;
  }
  .p-ext-guide__image, .p-ext-guide__bank {
    margin-top: 10px;
  }
  .p-ext-guide__bank {
    padding: 10px;
  }
  .p-ext-guide__columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10px;
    margin-top: 10px;
  }
  .p-ext-guide__table > table {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 5px;
  }
  .p-ext-guide__table > table > thead > tr > th,
  .p-ext-guide__table > table > thead > tr > td,
  .p-ext-guide__table > table > tbody > tr > th,
  .p-ext-guide__table > table > tbody > tr > td {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  .p-ext-guide__items {
    margin-top: 5px;
  }
}

.p-ext-guide-wrapping {
  margin-top: calc(20 / 390 * 100vw);
}
.p-ext-guide-wrapping__title, .p-ext-guide-wrapping__text, .p-ext-guide-wrapping__notes {
  font-size: calc(12 / 390 * 100vw);
}
.p-ext-guide-wrapping__title {
  position: relative;
  padding-left: calc(15 / 390 * 100vw);
  font-weight: 700;
}
.p-ext-guide-wrapping__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(10 / 390 * 100vw);
  height: 1px;
  background: #1a1a1a;
}
.p-ext-guide-wrapping__text {
  margin-top: calc(10 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-ext-guide-wrapping {
    margin-top: 20px;
  }
  .p-ext-guide-wrapping__title, .p-ext-guide-wrapping__text, .p-ext-guide-wrapping__notes {
    font-size: 1.2rem;
  }
  .p-ext-guide-wrapping__title {
    padding-left: 15px;
  }
  .p-ext-guide-wrapping__title::before {
    width: 10px;
  }
  .p-ext-guide-wrapping__text {
    margin-top: 10px;
  }
}

.p-ext-guide-buttons {
  margin-top: calc(60 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-ext-guide-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
    margin-top: 80px;
  }
}

.p-ext-guide-button {
  position: relative;
  display: block;
  padding: calc(25 / 390 * 100vw) calc(25 / 390 * 100vw) calc(25 / 390 * 100vw) calc(75 / 390 * 100vw);
  background: #f4f4f8;
}
.p-ext-guide-button + .p-ext-guide-button {
  margin-top: calc(10 / 390 * 100vw);
}
.p-ext-guide-button::before {
  content: "";
  position: absolute;
  top: 50%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.p-ext-guide-button--contact::before {
  left: calc(28 / 390 * 100vw);
  width: calc(20 / 390 * 100vw);
  height: calc(14 / 390 * 100vw);
  background-image: url(../images/common/ico_mail_black_01.svg);
}
.p-ext-guide-button--shop::before {
  left: calc(30 / 390 * 100vw);
  width: calc(16 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  background-image: url(../images/common/ico_marker_black_01.svg);
}
.p-ext-guide-button__title {
  font-weight: 700;
}
.p-ext-guide-button__text {
  margin-top: calc(10 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-ext-guide-button {
    padding: 25px 30px 25px 80px;
  }
  .p-ext-guide-button + .p-ext-guide-button {
    margin-top: 0;
  }
  .p-ext-guide-button--contact::before {
    left: 33px;
    width: 20px;
    height: 14px;
  }
  .p-ext-guide-button--shop::before {
    left: 35px;
    width: 16px;
    height: 20px;
  }
  .p-ext-guide-button__text {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

/**
/* フォーム
/*------------------------------------*/
.p-form {
  padding: calc(25 / 390 * 100vw) calc(20 / 390 * 100vw) calc(30 / 390 * 100vw);
}
.p-form--confirm {
  padding-top: calc(10 / 390 * 100vw);
}
.p-form--login {
  margin-top: calc(30 / 390 * 100vw);
  padding: 0;
}
.p-form--item-detail {
  padding: 0;
}
.p-form--registration, .p-form--contact, .p-form--address, .p-form--credit {
  padding: 0;
}
.p-form--address {
  margin-top: calc(60 / 390 * 100vw);
}
.p-form--password, .p-form--mailmag {
  padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
  background: #f7f7f7;
}
.p-form--credit {
  margin-top: calc(30 / 390 * 100vw);
}
.p-form__title {
  font-weight: 700;
}
.p-form__table {
  width: 100%;
}
.p-form__table--payment {
  margin-top: calc(15 / 390 * 100vw);
}
.p-form__table--registration {
  margin-top: calc(30 / 390 * 100vw);
}
.p-form__table--registration-confirm {
  margin-top: calc(20 / 390 * 100vw);
}
.p-form__row {
  display: block;
}
.p-form__row:not(:first-of-type) {
  margin-top: calc(15 / 390 * 100vw);
}
.p-form__row--login:not(:first-child) {
  margin-top: calc(20 / 390 * 100vw);
}
.p-form__row--confirm:first-child, .p-form__row--confirm:not(:first-of-type) {
  margin-top: calc(5 / 390 * 100vw);
}
.p-form__value {
  display: block;
}
.p-form__value--payment {
  margin-top: calc(30 / 390 * 100vw);
}
.p-form__value--underline, .p-form__field--underline {
  padding-bottom: calc(10 / 390 * 100vw);
  border-bottom: 1px solid #d8d8e7;
}
.p-form__field {
  position: relative;
  width: 100%;
}
.p-form__field + .p-form__field {
  margin-top: calc(10 / 390 * 100vw);
}
.p-form__label {
  position: absolute;
  top: calc(-5 / 390 * 100vw);
  left: calc(15 / 390 * 100vw);
  padding: 0 calc(5 / 390 * 100vw);
  background: #fff;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
}
input[type=text]:not(:-moz-placeholder-shown) ~ .p-form__label, input[type=password]:not(:-moz-placeholder-shown) ~ .p-form__label, textarea:not(:-moz-placeholder-shown) ~ .p-form__label {
  opacity: 1;
  visibility: visible;
}
input[type=text]:focus ~ .p-form__label, input[type=password]:focus ~ .p-form__label, textarea:focus ~ .p-form__label, input[type=text]:not(:placeholder-shown) ~ .p-form__label, input[type=password]:not(:placeholder-shown) ~ .p-form__label, textarea:not(:placeholder-shown) ~ .p-form__label, select:focus ~ .p-form__label {
  opacity: 1;
  visibility: visible;
}
.p-form__label--block {
  position: static;
  padding: 0;
  background: none;
  opacity: 1;
  visibility: visible;
}
.p-form__label--confirm {
  font-weight: 300;
  color: #555;
}
.p-form__text {
  font-weight: 700;
}
.p-form__text--item-detail {
  margin-bottom: calc(5 / 390 * 100vw);
  color: #999;
}
.p-form__more {
  margin-top: calc(30 / 390 * 100vw);
}
.p-form__error {
  position: relative;
  margin-top: calc(3 / 390 * 100vw);
  padding-left: calc(15 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #990000;
}
.p-form__error::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(11 / 390 * 100vw);
  height: calc(11 / 390 * 100vw);
  background: url(../images/common/ico_error_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
}
.p-form__name .p-form__field, .p-form__zip .p-form__field {
  margin-top: 0;
}
.p-form__name {
  display: flex;
  gap: 0 calc(6 / 390 * 100vw);
}
.p-form__name--confirm {
  gap: 0 calc(15 / 390 * 100vw);
}
.p-form__zip {
  display: grid;
  grid-template-columns: calc(152 / 390 * 100vw) calc(80 / 390 * 100vw) 1fr;
  align-items: center;
  gap: 0 calc(6 / 390 * 100vw);
}
.p-form__note {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #990000;
}
.p-form__note-items {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
.p-form__note-item {
  position: relative;
  padding-left: calc(11 / 390 * 100vw);
}
.p-form__note-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(6 / 390 * 100vw);
  height: calc(6 / 390 * 100vw);
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-form__note-item.is-correct::before {
  border-color: #5c7e08;
  background: #5c7e08;
}
.p-form__change {
  padding: calc(15 / 390 * 100vw);
  background: #f2f2f2;
}
.p-form__change-text {
  font-size: calc(12 / 390 * 100vw);
}
.p-form__accordion:not(:first-of-type) {
  margin-top: calc(30 / 390 * 100vw);
}
.p-form__trigger {
  display: flex;
  align-items: center;
  gap: 0 calc(5 / 390 * 100vw);
  font-weight: 600;
  cursor: pointer;
}
.p-form__trigger > span {
  position: relative;
  width: calc(15 / 390 * 100vw);
  height: calc(15 / 390 * 100vw);
  border: 1px solid #1a1a1a;
  border-radius: 50%;
}
.p-form__trigger > span::before, .p-form__trigger > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(7 / 390 * 100vw);
  height: 1px;
  background: #1a1a1a;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.p-form__trigger > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-form__trigger.is-open > span::after {
  opacity: 0;
  visibility: hidden;
}
.p-form__content {
  margin-top: calc(10 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
}
.p-form__invoice {
  margin-top: calc(20 / 390 * 100vw);
}
.p-form__radio-text {
  margin-top: calc(20 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
.p-form__buttons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: calc(10 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-form {
    padding: 25px;
  }
  .p-form--login {
    margin-top: 30px;
    padding: 0;
  }
  .p-form--password, .p-form--mailmag {
    padding: 40px 125px;
  }
  .p-form--registration, .p-form--contact, .p-form--address, .p-form--credit {
    padding: 0;
  }
  .p-form--address {
    margin-top: 60px;
  }
  .p-form--item-detail {
    padding: 0;
  }
  .p-form--credit {
    margin-top: 30px;
  }
  .p-form__table--payment {
    margin-top: 15px;
  }
  .p-form__table--registration {
    margin-top: 30px;
  }
  .p-form__table--registration-confirm {
    margin-top: 20px;
  }
  .p-form__title {
    font-size: 1.4rem;
  }
  .p-form__row:not(:first-of-type) {
    margin-top: 15px;
  }
  .p-form__row--login:not(:first-child) {
    margin-top: 20px;
  }
  .p-form__row--confirm:first-child, .p-form__row--confirm:not(:first-of-type) {
    margin-top: 5px;
  }
  .p-form__value--underline, .p-form__field--underline {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8e7;
  }
  .p-form__value--payment {
    margin-top: 30px;
  }
  .p-form__value--code {
    display: flex;
    align-items: center;
    gap: 0 15px;
  }
  .p-form__field + .p-form__field {
    margin-top: 0;
  }
  .p-form__label {
    top: -6px;
    left: 10px;
    padding: 0 2px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .p-form__text--item-detail {
    margin-bottom: 5px;
  }
  .p-form__error {
    margin-top: 3px;
    padding-left: 22px;
    font-size: 1.2rem;
  }
  .p-form__error::before {
    width: 17px;
    height: 17px;
  }
  .p-form__name, .p-form__address {
    gap: 0 9px;
  }
  .p-form__name--member {
    display: block;
  }
  .p-form__name--member .p-form__field:not(:first-of-type) {
    margin-top: 15px;
  }
  .p-form__zip {
    grid-template-columns: 200px 80px 1fr;
    gap: 0 5px;
  }
  .p-form__note {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .p-form__note-items {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .p-form__note-item {
    padding-left: 11px;
  }
  .p-form__note-item::before {
    width: 6px;
    height: 6px;
  }
  .p-form__change {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
    padding: 20px;
  }
  .p-form__change-text {
    font-size: 1.2rem;
  }
  .p-form__more {
    width: 200px;
    margin-top: 40px;
  }
  .p-form__accordion:not(:first-of-type) {
    margin-top: 0;
  }
  .p-form__trigger {
    gap: 0 5px;
    font-weight: 700;
  }
  .p-form__trigger > span {
    width: 15px;
    height: 15px;
  }
  .p-form__trigger > span::before, .p-form__trigger > span::after {
    width: 7px;
  }
  .p-form__content {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .p-form__invoice {
    margin-top: 20px;
  }
  .p-form__radio-text {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .p-form__buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.p-form input[type=text],
.p-form input[type=password],
.p-form input[type=date],
.p-form textarea {
  width: 100%;
  height: 100%;
  padding: 0 calc(15 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  border-radius: calc(4 / 390 * 100vw);
  border: 1px solid #9c9c9c;
  outline: none;
}
.p-form input[type=text]:focus,
.p-form input[type=password]:focus,
.p-form input[type=date]:focus,
.p-form textarea:focus {
  border-color: #1a1a1a;
}
.p-form input[type=text],
.p-form input[type=password],
.p-form input[type=date] {
  height: calc(40 / 390 * 100vw);
}
.p-form textarea {
  display: block;
  height: calc(150 / 390 * 100vw);
  padding: calc(15 / 390 * 100vw);
}
.p-form--liberty input[type=text],
.p-form--liberty input[type=password],
.p-form--liberty input[type=date],
.p-form--liberty textarea {
  border: 1px solid #ececf3;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=password],
  .p-form input[type=date],
  .p-form textarea {
    padding: 0 10px;
    font-size: 1.2rem;
    border-radius: 4px;
  }
  .p-form input[type=text],
  .p-form input[type=password],
  .p-form input[type=date] {
    height: 42px;
  }
  .p-form textarea {
    padding: 12px 15px;
    height: 156px;
  }
}

.p-form-customize__product {
  display: grid;
  grid-template-columns: calc(80 / 390 * 100vw) 1fr;
  grid-template-rows: max-content max-content 1fr;
  grid-template-areas: "image text" "inner inner";
  align-items: center;
  gap: 0 calc(20 / 390 * 100vw);
}
.p-form-customize__product--confirm {
  position: relative;
  padding-bottom: calc(30 / 390 * 100vw);
  border-bottom: 1px solid #d8d8e7;
}
.p-form-customize__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
}
.p-form-customize__product > .p-form-customize__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}
.p-form-customize__text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: text;
}
.p-form-customize__name.is-completed {
  font-size: calc(11 / 390 * 100vw);
  color: #9c9c9c;
}
.p-form-customize__name.is-completed br {
  display: none;
}
.p-form-customize__preview {
  margin-top: calc(5 / 390 * 100vw);
  font-size: calc(14 / 390 * 100vw);
  font-weight: 500;
}
.p-form-customize__inner {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: inner;
  width: 100%;
  margin-top: calc(10 / 390 * 100vw);
}
.p-form-customize__product > .p-form-customize__inner {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media screen and (min-width: 768px){
  .p-cart-item__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-form-customize__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-form-customize__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.p-form-customize__input {
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
}
.p-form-customize__input.is-cursive {
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
}
.p-form-customize__description {
  margin-top: calc(30 / 390 * 100vw);
}
.p-form-customize__overview {
  margin-top: calc(30 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
}
.p-form-customize__detail {
  margin-top: calc(5 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
.p-form-customize__sample {
  display: block;
  margin-top: calc(10 / 390 * 100vw);
}
.p-form-customize__sample:not(:first-child) {
  margin-top: calc(20 / 390 * 100vw);
}
.p-form-customize__sample--image {
  display: block;
  margin-top: calc(5 / 390 * 100vw);
  padding: calc(10 / 390 * 100vw);
  border: 1px solid #d8d8e7;
}
@media screen and (min-width: 768px) {
  .p-form-customize__product {
    grid-template-columns: 80px auto;
    grid-template-rows: auto auto;
    grid-template-areas: "image text" "image inner";
    align-items: flex-start;
    gap: 0 20px;
  }
  .p-form-customize__product--confirm {
    padding-bottom: 30px;
  }
  .p-form-customize__name {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .p-form-customize__name.is-completed {
    font-size: 1.2rem;
  }
  .p-form-customize__name.is-completed br {
    display: none;
  }
  .p-form-customize__name br {
    display: none;
  }
  .p-form-customize__preview {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .p-form-customize__inner {
    margin-top: 5px;
  }
  .p-form-customize__description {
    margin-top: 20px;
  }
  .p-form-customize__overview {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .p-form-customize__detail {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .p-form-customize__detail--sample {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
  .p-form-customize__text {
    margin-top: 5px;
  }
  .p-form-customize__sample {
    margin-top: 0;
  }
  .p-form-customize__sample:not(:first-child) {
    margin-top: 0;
  }
  .p-form-customize__sample:only-child .c-radio__text {
    display: none;
  }
  .p-form-customize__sample--image {
    margin-top: 10px;
    padding: 10px;
  }
  .p-form-customize__product > .p-cart-item__inner {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-form-customize__product > .p-cart-item__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-form-customize__product > .p-form-customize__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-form-customize__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-form-customize__product > .p-form-customize__inner {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.p-form-delivery {
  margin-top: calc(40 / 390 * 100vw);
}
.p-form-delivery__description {
  margin-top: calc(15 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
}
.p-form-delivery__items {
  margin-top: calc(5 / 390 * 100vw);
  padding: calc(15 / 390 * 100vw);
  background: #f2f2f2;
}
.p-form-delivery__item:not(:first-child) {
  margin-top: calc(5 / 390 * 100vw);
}
.p-form-delivery__name {
  font-size: calc(11 / 390 * 100vw);
}
.p-form-delivery__date {
  margin-top: calc(2 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
.p-form-delivery__select {
  margin-top: calc(5 / 390 * 100vw);
}
.p-form-delivery__time {
  font-weight: calc(12 / 390 * 100vw);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form-delivery {
    margin-top: 40px;
  }
  .p-form-delivery__description {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .p-form-delivery__items {
    margin-top: 5px;
    padding: 20px;
  }
  .p-form-delivery__item {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
  }
  .p-form-delivery__item:not(:first-child) {
    margin-top: 5px;
  }
  .p-form-delivery__name {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .p-form-delivery__date {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .p-form-delivery__select {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 170px;
    margin-top: 5px;
  }
  .p-form-delivery__order {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-top: 20px;
  }
  .p-form-delivery__order .p-form-delivery__description {
    margin-top: 0;
  }
  .p-form-delivery__time {
    font-weight: 1.2rem;
  }
}

.p-form-payment__text {
  font-size: calc(12 / 390 * 100vw);
}
.p-form-payment__image {
  margin-top: calc(10 / 390 * 100vw);
  width: calc(181 / 390 * 100vw);
}
.p-form-payment__note {
  margin-top: calc(15 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
.p-form-payment__list {
  margin-top: calc(10 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-form-payment__text {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .p-form-payment__image {
    margin-top: 15px;
    width: 180px;
  }
  .p-form-payment__note {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .p-form-payment__list {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.p-form-credit {
  margin-top: calc(30 / 390 * 100vw);
  padding: calc(20 / 390 * 100vw);
  background: #f2f2f2;
}
.p-form-credit__radio {
  display: block;
}
.p-form-credit__radio .c-radio__label {
  display: block;
}
.p-form-credit__radio .c-radio__label:not(:first-child) {
  margin-top: calc(15 / 390 * 100vw);
}
.p-form-credit__number {
  display: flex;
  gap: 0 calc(3 / 390 * 100vw);
}
.p-form-credit__expiry {
  display: flex;
  gap: 0 calc(6 / 390 * 100vw);
  margin-top: calc(5 / 390 * 100vw);
}
.p-form-credit input[type=text],
.p-form-credit input[type=password] {
  margin-top: calc(5 / 390 * 100vw);
  border-color: #e7e7e7;
}
.p-form-credit .c-select select {
  border-color: #e7e7e7;
}
.p-form-credit__code {
  width: calc(66 / 390 * 100vw);
}
.p-form-credit__note {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
.p-form-credit__payments {
  width: calc(132 / 390 * 100vw);
  margin-top: calc(5 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-form-credit {
    margin-top: 30px;
    padding: 20px;
  }
  .p-form-credit__radio {
    display: flex;
    gap: 0 30px;
  }
  .p-form-credit__radio .c-radio__label:not(:first-child) {
    margin-top: 0;
  }
  .p-form-credit__number {
    gap: 0 10px;
  }
  .p-form-credit__expiry {
    gap: 0 10px;
    margin-top: 5px;
  }
  .p-form-credit input[type=text],
  .p-form-credit input[type=password] {
    margin-top: 5px;
    border-color: #e7e7e7;
  }
  .p-form-credit__code {
    width: 168px;
  }
  .p-form-credit__note {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .p-form-credit__payments {
    width: 168px;
    margin-top: 5px;
  }
}

.p-form-point__text span {
  font-weight: 700;
}
.p-form-point__use {
  display: flex;
  align-items: flex-end;
  gap: 0 calc(10 / 390 * 100vw);
  margin-top: calc(20 / 390 * 100vw);
  padding-bottom: calc(5 / 390 * 100vw);
}
.p-form-point__input {
  width: calc(100 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-form-point__use {
    gap: 0 10px;
    margin-top: 20px;
    padding-bottom: 5px;
  }
  .p-form-point .c-radio--form {
    margin-top: 20px;
  }
}

.p-form-receipt {
  margin-top: 0;
}
.p-form-receipt__inner {
  margin-top: calc(20 / 390 * 100vw);
  padding-bottom: calc(5 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-form-receipt {
    margin-top: 20px;
  }
  .p-form-receipt__inner {
    display: flex;
    gap: 0 10px;
    margin-top: 20px;
    padding-bottom: 5px;
  }
}

.p-form-confirm {
  margin-top: calc(30 / 390 * 100vw);
}
.p-form-confirm--border {
  padding-top: calc(30 / 390 * 100vw);
  border-top: 1px solid #d8d8e7;
}
@media screen and (min-width: 768px) {
  .p-form-confirm {
    margin-top: 30px;
  }
  .p-form-confirm--border {
    padding-top: 30px;
  }
}

/**
/* 購入履歴
/*------------------------------------*/
.p-history {
  margin-top: calc(40 / 390 * 100vw);
  padding: calc(20 / 390 * 100vw);
  background: #f7f7f7;
}
.p-history__contents {
  margin-top: calc(10 / 390 * 100vw);
  padding: calc(20 / 390 * 100vw);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-history {
    max-width: 824px;
    margin: 60px auto 0;
    padding: 20px 30px;
  }
  .p-history__contents {
    margin-top: 10px;
    padding: 20px;
  }
  .p-history__content {
    display: flex;
    justify-content: space-between;
  }
}

.p-history-section + .p-history-section {
  margin-top: calc(30 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-history-section + .p-history-section {
    margin-top: 30px;
  }
}

.p-history-header {
  display: flex;
  align-items: center;
  gap: 0 calc(20 / 390 * 100vw);
}
.p-history-header__date {
  font-size: calc(14 / 390 * 100vw);
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 500;
}
.p-history-header__icon {
  padding: 0 calc(10 / 390 * 100vw);
  border: 1px solid #d8d8e7;
  border-radius: calc(2 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
}
.p-history-header__order {
  display: flex;
  justify-content: flex-end;
  gap: 0 calc(10 / 390 * 100vw);
  flex: 1;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 500;
}
.p-history-header__order-number {
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
}
@media screen and (min-width: 768px) {
  .p-history-header {
    gap: 0 20px;
  }
  .p-history-header__date {
    font-size: 1.4rem;
  }
  .p-history-header__icon {
    padding: 0 10px;
    border-radius: 2px;
    font-size: 1.2rem;
  }
  .p-history-header__order {
    gap: 0 10px;
    font-size: 1.2rem;
  }
}

.p-history-items {
  padding-bottom: calc(20 / 390 * 100vw);
  border-bottom: 1px solid #ececf3;
}
@media screen and (min-width: 768px) {
  .p-history-items {
    padding-bottom: 20px;
  }
}

.p-history-item {
  display: grid;
  grid-template-columns: calc(80 / 390 * 100vw) 1fr;
  gap: 0 calc(20 / 390 * 100vw);
}
.p-history-item + .p-history-item {
  margin-top: calc(20 / 390 * 100vw);
}
.p-history-item__name > a {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
  color: #1a1a1a;
}
.p-history-item__material {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #9c9c9c;
}
.p-history-item__text {
  font-size: calc(11 / 390 * 100vw);
}
.p-history-item__details {
  margin-top: calc(20 / 390 * 100vw);
}
.p-history-item__price {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 500;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
}
.p-history-item__quantity {
  margin-top: calc(3 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #9c9c9c;
}
.p-history-item__more {
  margin: calc(10 / 390 * 100vw) 0;
}
.p-history-item__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(30 / 390 * 100vw);
  border: 1px solid #1a1a1a;
  border-radius: calc(2 / 390 * 100vw);
  background: #1a1a1a;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-history-item {
    grid-template-columns: 100px 1fr;
    gap: 0 20px;
  }
  .p-history-item + .p-history-item {
    margin-top: 10px;
  }
  .p-history-item__name > a {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .p-history-item__material {
    margin-top: 2px;
    font-size: 1.2rem;
  }
  .p-history-item__text {
    font-size: 1.2rem;
  }
  .p-history-item__details {
    margin-top: 0;
  }
  .p-history-item__price {
    font-size: 1.3rem;
  }
  .p-history-item__quantity {
    margin-top: 2px;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .p-history-item__more {
    width: 240px;
    margin: 10px 0;
  }
  .p-history-item__button {
    height: 40px;
    border-radius: 2px;
    font-size: 1.4rem;
  }
}

.p-history-payment {
  margin-top: calc(20 / 390 * 100vw);
}
.p-history-payment__row {
  display: flex;
  gap: 0 calc(20 / 390 * 100vw);
}
.p-history-payment__row + .p-history-payment__row {
  margin-top: calc(3 / 390 * 100vw);
}
.p-history-payment__label, .p-history-payment__value {
  font-size: calc(11 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-history-payment {
    margin-top: 20px;
  }
  .p-history-payment__row {
    gap: 0 20px;
  }
  .p-history-payment__row + .p-history-payment__row {
    margin-top: 2px;
  }
  .p-history-payment__label, .p-history-payment__value {
    font-size: 1.2rem;
  }
}

/**
/* トップページ RANKING/Basic
/*------------------------------------*/
.p-home-contents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: calc(5 / 390 * 100vw);
  margin: 0 calc(5 / 390 * 100vw);
  padding-top: calc(5 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-home-contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin: 0;
    padding-top: 0;
  }
  .p-home-contents .p-home-content:only-child {
    max-height: 640px;
    grid-column: span 2;
    background: linear-gradient(to bottom, #003964 0%, #000A1B 19%, #040404 100%);
  }
  .p-home-contents .p-home-content:only-child .p-home-content__image {
    max-width: 640px;
    margin: 0 auto;
  }
}

.p-home-content {
  position: relative;
  text-shadow: 0 calc(4 / 390 * 100vw) calc(4 / 390 * 100vw) rgba(0, 0, 0, 0.25);
  color: #fff;
}
.p-home-content__image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41%;
  background: linear-gradient(0deg, rgba(8, 8, 8, 0.7) 0%, rgba(8, 8, 8, 0) 100%);
}
.p-home-content__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.p-home-content__content {
  position: absolute;
  bottom: calc(45 / 390 * 100vw);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.p-home-content__title {
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 500;
  font-size: calc(20 / 390 * 100vw);
}
.p-home-content__text {
  margin: calc(15 / 390 * 100vw) calc(30 / 390 * 100vw) 0;
}
.p-home-content__more {
  width: calc(120 / 390 * 100vw);
  height: calc(40 / 390 * 100vw);
  margin: calc(20 / 390 * 100vw) auto 0;
  text-shadow: none;
}
.p-home-content__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: calc(2 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
}
@media (hover: hover) {
  .p-home-content__button {
    transition: 0.3s;
  }
  .p-home-content__button:hover {
    background: #fff;
    color: #1a1a1a;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-home-content {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .p-home-content__image::before {
    height: 44%;
  }
  .p-home-content__image img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-home-content__content {
    bottom: 55px;
  }
  .p-home-content__title {
    font-size: 2.7rem;
  }
  .p-home-content__text {
    margin: 20px 20px 0;
  }
  .p-home-content__more {
    margin-top: 30px;
    width: 120px;
    height: 40px;
  }
  .p-home-content__button {
    border-radius: 2px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-content__text {
    margin: 20px 60px 0;
  }
}

/**
/* トップページ LOOKBOOK
/*------------------------------------*/
.p-home-lookbook {
  margin: calc(100 / 390 * 100vw) calc(5 / 390 * 100vw) calc(50 / 390 * 100vw);
}
.p-home-lookbook__inner {
  position: relative;
  margin-top: calc(30 / 390 * 100vw);
}
.p-home-lookbook .p-lookbook__item img {
  width: 100%;
  pointer-events: none;
}
.p-home-lookbook .splide__arrow {
  width: calc(9 / 390 * 100vw);
  height: calc(12 / 390 * 100vw);
  background: none;
}
.p-home-lookbook .splide__arrow > svg {
  display: none;
}
.p-home-lookbook .splide__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(9 / 390 * 100vw);
  height: calc(12 / 390 * 100vw);
  background: url(../images/common/ico_arrow_white_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
}
.p-home-lookbook .splide__arrow--next {
  right: calc(15 / 390 * 100vw);
}
.p-home-lookbook .splide__arrow--next::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-home-lookbook .splide__arrow--prev {
  left: calc(15 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-home-lookbook {
    margin: 100px 0;
  }
  .p-home-lookbook__inner {
    margin-top: 30px;
  }
  .p-home-lookbook .splide__arrow {
    width: 25px;
    height: 25px;
  }
  .p-home-lookbook .splide__arrow::after {
    width: 25px;
    height: 25px;
  }
}

.p-home-lookbook-main .p-lookbook__year,
.p-home-lookbook-main .p-lookbook__title,
.p-home-lookbook-main .p-lookbook__more {
  display: none;
}
.p-home-lookbook-main .p-lookbook__item {
  width: 100%;
}
.p-home-lookbook-main .p-lookbook__image--lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-home-lookbook-main .p-lookbook__item {
    width: 80vw;
  }
  .p-home-lookbook-main .p-lookbook__title {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
    font-weight: 500;
    font-size: 2.4rem;
    color: #fff;
    transform: translate(-50%, -50%);
  }
  .p-home-lookbook-main .p-lookbook__title > a {
    pointer-events: none;
  }
  .p-home-lookbook-main .p-lookbook__title > a > br {
    display: none;
  }
  .p-home-lookbook-main .p-lookbook__more {
    position: absolute;
    bottom: 60px;
    left: calc(50% - 65px);
    display: block;
    width: 130px;
    height: 40px;
  }
  .p-home-lookbook-main .p-lookbook__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .p-home-lookbook-main .p-lookbook__button {
    transition: 0.3s;
  }
  .p-home-lookbook-main .p-lookbook__button:hover {
    background: #fff;
    color: #1a1a1a;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-lookbook-main .p-lookbook__image--lg {
    display: block;
  }
  .p-home-lookbook-main .p-lookbook__image--sm {
    display: none;
  }
  .p-home-lookbook-main .splide__arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78%;
    height: 24px;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .p-home-lookbook-main .splide__arrow--next {
    right: 0;
  }
  .p-home-lookbook-main .splide__arrow--prev {
    left: 0;
  }
}

.p-home-lookbook-year {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(145 / 390 * 100vw);
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
}
.p-home-lookbook-year .p-lookbook__item {
  width: calc(66 / 390 * 100vw);
}
.p-home-lookbook-year .p-lookbook__year {
  padding: calc(6 / 390 * 100vw) 0;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 500;
  font-size: calc(14 / 390 * 100vw);
  transition: 0.3s;
}
.p-home-lookbook-year .p-lookbook__item.is-active .p-lookbook__year {
  position: relative;
  margin-top: calc(-6 / 390 * 100vw);
  font-size: calc(21 / 390 * 100vw);
}
.p-home-lookbook-year .p-lookbook__image,
.p-home-lookbook-year .p-lookbook__title,
.p-home-lookbook-year .p-lookbook__more {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-home-lookbook-year {
    width: 145px;
  }
  .p-home-lookbook-year .p-lookbook__item {
    width: 66px;
  }
  .p-home-lookbook-year .p-lookbook__year {
    padding: 6px 0;
    font-size: 1.4rem;
  }
  .p-home-lookbook-year .p-lookbook__item.is-active .p-lookbook__year {
    margin-top: -6px;
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-lookbook-year .p-lookbook__item {
    margin-bottom: 90px;
  }
  .p-home-lookbook-year .p-lookbook__year {
    padding: 7px 0;
    font-size: 1.5rem;
  }
  .p-home-lookbook-year .p-lookbook__item.is-active .p-lookbook__year {
    margin-top: -7px;
    font-size: 2.2rem;
  }
}

.p-home-lookbook-text {
  position: absolute;
  left: 0;
  bottom: calc(15 / 390 * 100vw);
  width: 100%;
}
.p-home-lookbook-text .p-lookbook__item {
  display: block;
  width: calc(300 / 390 * 100vw);
  height: calc(50 / 390 * 100vw);
  border-radius: calc(2 / 390 * 100vw);
  background: #fff;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 500;
}
.p-home-lookbook-text .p-lookbook__title {
  width: 100%;
  height: 100%;
}
.p-home-lookbook-text .p-lookbook__title > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-home-lookbook-text .p-lookbook__title > a > br {
  display: none;
}
.p-home-lookbook-text .p-lookbook__image,
.p-home-lookbook-text .p-lookbook__year,
.p-home-lookbook-text .p-lookbook__more {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-home-lookbook-text {
    display: none;
  }
}

.p-home-lookbook-pagination {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-home-lookbook-pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: 55px;
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 0.03em;
  }
  .p-home-lookbook-pagination__current, .p-home-lookbook-pagination__total, .p-home-lookbook-pagination__line {
    font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
    font-weight: 500;
    font-size: 1.4rem;
    color: #fff;
  }
}

/**
/* トップページ NEW ARRIVAL
/*------------------------------------*/
.p-home-new {
  margin-top: calc(80 / 390 * 100vw);
}
.p-home-new__lead {
  margin: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
  text-align: center;
}
.p-home-new__items {
  margin-top: calc(40 / 390 * 100vw);
}
.p-home-new__items .splide__arrow {
  top: 50%;
  width: calc(24 / 390 * 100vw);
  height: calc(24 / 390 * 100vw);
  background: none;
  transform: translateY(-50%);
}
.p-home-new__items .splide__arrow::before {
  content: "";
  position: absolute;
  width: calc(9 / 390 * 100vw);
  height: calc(15 / 390 * 100vw);
  background-image: url(../images/common/ico_arrow_black_01.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-home-new__items .splide__arrow > svg {
  display: none;
}
.p-home-new__items .splide__arrow--next {
  transform: translateY(-50%) rotate(180deg);
}
.p-home-new__item {
  padding: calc(35 / 390 * 100vw) 0 calc(20 / 390 * 100vw);
  border: 1px solid #ececf3;
}
.p-home-new__link {
  display: block;
}
.p-home-new__name {
  text-align: center;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
.p-home-new__more {
  width: calc(200 / 390 * 100vw);
  margin: calc(50 / 390 * 100vw) auto 0;
}
.p-home-new__button {
  height: calc(40 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-home-new {
    margin-top: 80px;
  }
  .p-home-new__lead {
    margin: 15px 20px 0;
  }
  .p-home-new__items {
    margin-top: 40px;
  }
  .p-home-new__items .splide__list {
    gap: 0;
  }
  .p-home-new__items .splide__arrow {
    width: 24px;
    height: 24px;
  }
  .p-home-new__items .splide__arrow::before {
    width: 9px;
    height: 15px;
  }
  .p-home-new__items .splide__arrow--prev {
    left: 36px;
  }
  .p-home-new__items .splide__arrow--next {
    right: 36px;
  }
  .p-home-new__item {
    padding: 35px 0 30px;
  }
  .p-home-new__name {
    font-size: 1.1rem;
  }
  .p-home-new__more {
    width: 200px;
    margin-top: 50px;
  }
  .p-home-new__button {
    height: 40px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-new__lead {
    margin-top: 30px;
  }
  .p-home-new__item {
    border-left: none;
  }
}

/**
/* トップページ ポップアップバナー
/*------------------------------------*/
.p-home-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(300 / 390 * 100vw);
  background: #fff;
  padding: calc(20 / 390 * 100vw);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.p-home-popup.is-show {
  opacity: 1;
  visibility: visible;
}
.p-home-popup__image {
  width: calc(240 / 390 * 100vw);
  margin: calc(20 / 390 * 100vw) auto 0;
  padding: calc(10 / 390 * 100vw);
  border: 1px solid #1a1a1a;
}
.p-home-popup__close {
  position: absolute;
  top: calc(-30 / 390 * 100vw);
  right: 0;
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  cursor: pointer;
  transition: 0.3s;
}
.p-home-popup__close > span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: center;
}
.p-home-popup__close > span:first-child {
  transform: rotate(45deg);
}
.p-home-popup__close > span:last-child {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .p-home-popup__close:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-home-popup {
    width: 500px;
    padding: 20px;
  }
  .p-home-popup__image {
    width: 300px;
    margin-top: 20px;
    padding: 10px;
  }
  .p-home-popup__close {
    top: -30px;
    width: 20px;
    height: 20px;
  }
}

/**
/* トップページ メインビジュアル
/*------------------------------------*/
.p-home-visual {
  pointer-events: none;
}
.p-home-visual__inner {
  height: 100vh;
  pointer-events: none;
}
.p-home-visual__image {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.p-home-visual__image.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.p-home-visual__image.is-relative {
  position: relative;
}
.p-home-visual__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, var(--overlay-opacity, 0));
}
.p-home-visual__image img,
.p-home-visual__image video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-home-visual__video--pc {
  display: none;
}
.p-home-visual__video--sp {
  display: block;
}
.p-home-visual__contents {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.p-home-visual__title {
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 500;
  font-size: calc(20 / 390 * 100vw);
}
.p-home-visual__text {
  margin-top: calc(35 / 390 * 100vw);
}
.p-home-visual__more {
  width: calc(120 / 390 * 100vw);
  height: calc(40 / 390 * 100vw);
  margin: calc(35 / 390 * 100vw) auto 0;
}
.p-home-visual__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: calc(2 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
  pointer-events: auto;
}
@media (hover: hover) {
  .p-home-visual__button {
    transition: 0.3s;
  }
  .p-home-visual__button:hover {
    background: #fff;
    color: #1a1a1a;
    opacity: 1;
  }
}
.p-home-visual__control {
  position: sticky;
  pointer-events: auto;
}
.p-home-visual__play, .p-home-visual__volume {
  position: fixed;
  bottom: calc(20 / 390 * 100vw);
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
}
.p-home-visual__play {
  left: calc(20 / 390 * 100vw);
}
.p-home-visual__volume {
  right: calc(20 / 390 * 100vw);
}
.p-home-visual__play-button, .p-home-visual__volume-button {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.p-home-visual__play-button::before, .p-home-visual__play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.p-home-visual__play-button::before {
  width: calc(13 / 390 * 100vw);
  height: calc(11 / 390 * 100vw);
  background-image: url(../images/home/ico_pause_01.svg);
}
.p-home-visual__play-button::after {
  width: calc(12 / 390 * 100vw);
  height: calc(12 / 390 * 100vw);
  background-image: url(../images/home/ico_play_01.svg);
  opacity: 0;
  visibility: hidden;
}
.p-home-visual__play-button.is-paused::before {
  opacity: 0;
  visibility: hidden;
}
.p-home-visual__play-button.is-paused::after {
  opacity: 1;
  visibility: visible;
}
.p-home-visual__volume-button::before, .p-home-visual__volume-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(16 / 390 * 100vw);
  height: calc(16 / 390 * 100vw);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.p-home-visual__volume-button::before {
  background-image: url(../images/home/ico_volume_on_01.svg);
}
.p-home-visual__volume-button::after {
  background-image: url(../images/home/ico_volume_off_01.svg);
  opacity: 0;
  visibility: hidden;
}
.p-home-visual__volume-button.is-muted::before {
  opacity: 0;
  visibility: hidden;
}
.p-home-visual__volume-button.is-muted::after {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .p-home-visual__video--pc {
    display: block;
  }
  .p-home-visual__video--sp {
    display: none;
  }
  .p-home-visual__title {
    font-size: 2.7rem;
  }
  .p-home-visual__text {
    margin-top: 35px;
  }
  .p-home-visual__more {
    width: 120px;
    height: 40px;
    margin-top: 50px;
  }
  .p-home-visual__button {
    border-radius: 2px;
    font-size: 1.2rem;
  }
  .p-home-visual__play, .p-home-visual__volume {
    bottom: 20px;
    width: 20px;
    height: 20px;
  }
  .p-home-visual__play {
    left: 20px;
  }
  .p-home-visual__volume {
    right: 20px;
  }
  .p-home-visual__play-button::before {
    width: 13px;
    height: 11px;
  }
  .p-home-visual__play-button::after {
    width: 12px;
    height: 12px;
  }
  .p-home-visual__volume-button::before, .p-home-visual__volume-button::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-visual__contents {
    padding-top: 8px;
  }
}

/**
/* 商品詳細
/*------------------------------------*/
.p-item-detail {
  margin-top: calc(60 / 390 * 100vw);
}
.p-item-detail__column:not(:first-child) {
  margin-top: calc(30 / 390 * 100vw);
}
.p-item-detail__column--text-column {
  padding: 0 calc(20 / 390 * 100vw);
}
.p-item-detail__image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-item-detail__image > img {
  width: 100%;
}
.p-item-detail__image--video {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-item-detail__image--video > iframe,
.p-item-detail__image--video > video {
  width: 100%;
  height: 100%;
}
.p-item-detail__separator {
  margin-left: calc(-20 / 390 * 100vw);
  margin-right: calc(-20 / 390 * 100vw);
  border-top: 1px solid #e7e7e7;
}
.p-item-detail__separator--1 {
  margin-top: calc(30 / 390 * 100vw);
  padding-top: calc(20 / 390 * 100vw);
}
.p-item-detail__separator--2 {
  margin-top: calc(20 / 390 * 100vw);
  padding-top: calc(30 / 390 * 100vw);
}
.p-item-detail__separator > hr {
  display: none;
}
.p-item-detail__progress {
  width: calc(60 / 390 * 100vw);
  height: 1px;
  margin: calc(25 / 390 * 100vw) auto 0;
  border-radius: calc(4 / 390 * 100vw);
  background: #ececf3;
}
.p-item-detail__progress-bar {
  height: 1px;
  border-radius: calc(4 / 390 * 100vw);
  background: #1a1a1a;
}
.p-item-detail__name {
  margin-top: calc(15 / 390 * 100vw);
  text-align: center;
  font-size: calc(16 / 390 * 100vw);
  font-weight: 700;
}
.p-item-detail__material, .p-item-detail__appeal {
  margin-top: calc(5 / 390 * 100vw);
  text-align: center;
  font-size: calc(11 / 390 * 100vw);
}
.p-item-detail__sizes-text {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
  color: #1a1a1a;
}
.p-item-detail__size {
  display: flex;
  gap: 0 calc(10 / 390 * 100vw);
  margin-top: calc(5 / 390 * 100vw);
}
.p-item-detail__size > label > input[type=radio] {
  display: none;
}
.p-item-detail__size > label > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33 / 390 * 100vw);
  height: calc(33 / 390 * 100vw);
  border: 1px solid #dadada;
  border-radius: calc(2 / 390 * 100vw);
  background-color: #fff;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
  transition: border-color 0.3s;
  cursor: pointer;
}
.p-item-detail__size > label > input[type=radio]:checked + span {
  border-color: #1a1a1a;
}
.p-item-detail__note {
  margin-top: calc(15 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #990000;
}
.p-item-detail__property-name {
  margin-top: calc(20 / 390 * 100vw);
  padding-top: calc(20 / 390 * 100vw);
  border-top: 1px solid #ececf3;
}
.p-item-detail__property-name:empty {
  display: none;
}
.p-item-detail__delivery {
  margin-top: calc(5 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
.p-item-detail__prices {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: calc(28 / 390 * 100vw);
  font-size: calc(18 / 390 * 100vw);
  font-weight: 400;
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  line-height: 1;
}
.p-item-detail__tax {
  margin-left: calc(5 / 390 * 100vw);
  font-size: calc(9 / 390 * 100vw);
  line-height: 1;
}
.p-item-detail__buttons {
  display: grid;
  grid-template-columns: 1fr calc(40 / 390 * 100vw);
  gap: 0 calc(10 / 390 * 100vw);
}
.p-item-detail__cart-button {
  height: calc(45 / 390 * 100vw);
  font-size: calc(13 / 390 * 100vw);
}
.p-item-detail__stock {
  grid-column: 1/-1;
  margin-top: calc(10 / 390 * 100vw);
}
.p-item-detail__stock--button {
  height: calc(35 / 390 * 100vw);
  font-size: calc(13 / 390 * 100vw);
  font-weight: 500;
}
@media (hover: hover) {
  .p-item-detail__size > label > span {
    transition: 0.3s;
  }
  .p-item-detail__size > label > span:hover {
    border-color: #1a1a1a;
  }
  .p-item-detail__bullet:hover {
    background: #1a1a1a;
  }
}
@media screen and (min-width: 768px) {
  .p-item-detail {
    margin-top: 60px;
  }
  .p-item-detail__column:not(:first-child) {
    margin-top: 30px;
  }
  .p-item-detail__column--text-column {
    padding: 0 20px;
  }
  .p-item-detail__separator {
    margin-left: 0;
    margin-right: 0;
    border-top: none;
  }
  .p-item-detail__separator--1, .p-item-detail__separator--2 {
    margin-top: 30px;
    padding-top: 0;
  }
  .p-item-detail__progress {
    width: 240px;
    margin-top: 25px;
    border-radius: 5px;
  }
  .p-item-detail__progress-bar {
    border-radius: 5px;
  }
  .p-item-detail__name {
    margin-top: 60px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .p-item-detail__material, .p-item-detail__appeal {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .p-item-detail__sizes-text {
    font-size: 1.2rem;
  }
  .p-item-detail__size {
    gap: 0 10px;
    margin-top: 8px;
  }
  .p-item-detail__size > label > span {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .p-item-detail__note {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .p-item-detail__property-name {
    margin-top: 20px;
    padding-top: 20px;
  }
  .p-item-detail__delivery {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .p-item-detail__prices {
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .p-item-detail__tax {
    margin-left: 5px;
    font-size: 0.9rem;
  }
  .p-item-detail__buttons {
    grid-template-columns: 1fr 50px;
    gap: 0 5px;
  }
  .p-item-detail__cart-button {
    height: 50px;
    font-size: 1.3rem;
  }
  .p-item-detail__stock {
    margin-top: 10px;
  }
  .p-item-detail__stock--button {
    height: 40px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-detail__columns {
    display: flex;
    align-items: flex-start;
  }
  .p-item-detail__pagination {
    position: sticky;
    top: calc(50% - 35px);
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    width: 60px;
    gap: 10px;
    margin-top: 110px;
  }
  .p-item-detail__bullet {
    width: 6px;
    height: 6px;
    background-color: #dadada;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  .p-item-detail__bullet.is-active {
    background: #1a1a1a;
  }
  .p-item-detail__column:not(:first-child) {
    margin-top: 0;
  }
  .p-item-detail__column--image-column {
    width: calc(50% - 60px);
    margin-top: 30px;
  }
  .p-item-detail__column--text-column {
    position: relative;
    width: 50%;
    flex-shrink: 0;
  }
  .p-item-detail__column--text-column.is-scrolling {
    margin-top: 70px;
  }
  .p-item-detail__column-inner {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }
  .p-item-detail__images {
    visibility: visible;
  }
  .p-item-detail__list {
    display: block;
  }
  .p-item-detail__image {
    width: 100%;
  }
  .p-item-detail__progress {
    display: none;
  }
  .p-item-detail__badges {
    display: flex;
    justify-content: flex-start;
  }
  .p-item-detail__name, .p-item-detail__material, .p-item-detail__appeal {
    text-align: left;
  }
}

.p-item-detail-variation {
  margin-top: calc(20 / 390 * 100vw);
}
.p-item-detail-variation__row:not(:first-child) {
  margin-top: calc(15 / 390 * 100vw);
}
.p-item-detail-variation__name {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
  color: #1a1a1a;
}
.p-item-detail-variation__field {
  display: flex;
  align-items: center;
  gap: 0 calc(15 / 390 * 100vw);
  margin-top: calc(5 / 390 * 100vw);
}
.p-item-detail-variation__select {
  flex: 1;
}
.p-item-detail-variation__button {
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
}
.p-item-detail-variation__button > img {
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  max-width: none;
}
@media screen and (min-width: 768px) {
  .p-item-detail-variation {
    margin-top: 20px;
  }
  .p-item-detail-variation__row:not(:first-child) {
    margin-top: 15px;
  }
  .p-item-detail-variation__name {
    font-size: 1.2rem;
  }
  .p-item-detail-variation__field {
    gap: 0 15px;
    margin-top: 5px;
  }
  .p-item-detail-variation__button {
    width: 20px;
    height: 20px;
  }
  .p-item-detail-variation__button > img {
    width: 20px;
    height: 20px;
  }
}

.p-item-detail-wishlist__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(40 / 390 * 100vw);
  height: calc(45 / 390 * 100vw);
  border: 1px solid #9c9c9c;
  border-radius: calc(2 / 390 * 100vw);
}
.p-item-detail-wishlist__button::before, .p-item-detail-wishlist__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(11 / 390 * 100vw);
  height: calc(16 / 390 * 100vw);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.p-item-detail-wishlist__button::before {
  background-image: url(../images/common/ico_compare_black_02.svg);
}
.p-item-detail-wishlist__button::after {
  background-image: url(../images/common/ico_compare_red_01.svg);
  opacity: 0;
  visibility: hidden;
}
.p-item-detail-wishlist__button--delete::before {
  opacity: 0;
  visibility: hidden;
}
.p-item-detail-wishlist__button--delete::after {
  opacity: 1;
  visibility: visible;
}
.p-item-detail-wishlist__modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
  transition: 0.3s;
  overflow: auto;
}
.p-item-detail-wishlist__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
  transform: translate(-50%, -50%);
  background: #fff;
}
.p-item-detail-wishlist__text {
  text-align: center;
  font-size: calc(15 / 390 * 100vw);
}
.p-item-detail-wishlist__text {
  margin-bottom: calc(30 / 390 * 100vw);
  text-align: center;
  font-size: calc(15 / 390 * 100vw);
}
.p-item-detail-wishlist__close {
  margin-top: calc(20 / 390 * 100vw);
}
@media (hover: hover) {
  .p-item-detail-wishlist__button::before, .p-item-detail-wishlist__button::after {
    transition: 0.3s;
  }
  .p-item-detail-wishlist__button:hover {
    opacity: 1;
  }
  .p-item-detail-wishlist__button:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  .p-item-detail-wishlist__button:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .p-item-detail-wishlist__button {
    width: 50px;
    height: 50px;
    border-radius: 2px;
  }
  .p-item-detail-wishlist__button::before, .p-item-detail-wishlist__button::after {
    width: 13px;
    height: 19px;
  }
  .p-item-detail-wishlist__contents {
    padding: 40px 30px;
  }
  .p-item-detail-wishlist__text {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .p-item-detail-wishlist__close {
    margin-top: 20px;
  }
}

.p-item-detail-info {
  margin-top: calc(30 / 390 * 100vw);
}
.p-item-detail-info__image > img {
  width: 100%;
}
.p-item-detail-info__image--pc {
  display: none;
}
.p-item-detail-info__description {
  margin-top: calc(40 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.p-item-detail-info__content {
  border-bottom: 1px solid #ececf3;
}
.p-item-detail-info__content:nth-child(1) {
  border-top: 1px solid #ececf3;
}
.p-item-detail-info__title {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(58 / 390 * 100vw);
  font-weight: 700;
}
.p-item-detail-info__title::before, .p-item-detail-info__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(10 / 390 * 100vw);
  width: calc(7 / 390 * 100vw);
  height: calc(1 / 390 * 100vw);
  background-color: #1a1a1a;
  transform: translateY(-50%);
}
.p-item-detail-info__title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.p-item-detail-info__title.is-open::after {
  opacity: 0;
}
.p-item-detail-info__text {
  max-height: 0;
  overflow: hidden;
}
.p-item-detail-info__text.is-open {
  margin-bottom: calc(15 / 390 * 100vw);
}
.p-item-detail-info__outline, .p-item-detail-info__spec, .p-item-detail-info__collection {
  margin-top: calc(20 / 390 * 100vw);
}
@media (hover: hover) {
  .p-item-detail-info__title {
    transition: 0.3s;
  }
  .p-item-detail-info__title:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .p-item-detail-info {
    display: flex;
    justify-content: flex-end;
    gap: 0 35px;
    margin-top: 60px;
    padding: 0 20px;
  }
  .p-item-detail-info__image {
    flex: 1;
  }
  .p-item-detail-info__image--pc {
    display: block;
  }
  .p-item-detail-info__image--sp {
    display: none;
  }
  .p-item-detail-info__description {
    width: 50%;
    max-width: 750px;
    margin-top: 0;
    padding: 0;
  }
  .p-item-detail-info__title {
    height: 70px;
  }
  .p-item-detail-info__title::before, .p-item-detail-info__title::after {
    right: 10px;
    width: 10px;
    height: 1px;
  }
  .p-item-detail-info__text.is-open {
    margin-bottom: 40px;
  }
  .p-item-detail-info__outline, .p-item-detail-info__spec, .p-item-detail-info__collection {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-detail-info {
    gap: 70px;
    padding: 0 60px;
  }
}

.p-item-detail-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  padding: calc(70 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
  background: #fff;
  transition: 0.3s;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}
.p-item-detail-modal.is-active {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
.p-item-detail-modal__close {
  position: absolute;
  top: calc(25 / 390 * 100vw);
  right: calc(20 / 390 * 100vw);
  width: calc(14 / 390 * 100vw);
  height: calc(14 / 390 * 100vw);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.p-item-detail-modal__close::before, .p-item-detail-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #333;
  transform-origin: center;
}
.p-item-detail-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-item-detail-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-item-detail-modal__title {
  text-align: center;
  font-size: calc(15 / 390 * 100vw);
  font-weight: 700;
}
.p-item-detail-modal__lead {
  margin-top: calc(20 / 390 * 100vw);
  text-align: center;
}
.p-item-detail-modal__lead > span {
  color: #990000;
}
.p-item-detail-modal__images {
  margin-top: calc(40 / 390 * 100vw);
}
.p-item-detail-modal__images--lg {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-detail-modal {
    max-width: 650px;
    padding: 70px 65px 65px;
  }
  .p-item-detail-modal__close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .p-item-detail-modal__title {
    font-size: 1.6rem;
  }
  .p-item-detail-modal__lead {
    margin-top: 20px;
  }
  .p-item-detail-modal__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
    margin-top: 40px;
  }
  .p-item-detail-modal__images--sm {
    display: none;
  }
  .p-item-detail-modal__images--lg {
    display: block;
  }
}

.p-item-detail-modal-content {
  padding-top: calc(20 / 390 * 100vw);
  border-top: 1px solid #ececf3;
}
.p-item-detail-modal-content:first-of-type {
  margin-top: calc(40 / 390 * 100vw);
}
.p-item-detail-modal-content:last-of-type {
  border-bottom: 1px solid #ececf3;
}
.p-item-detail-modal-content__title {
  position: relative;
  font-size: calc(13 / 390 * 100vw);
  font-weight: 700;
  cursor: pointer;
}
.p-item-detail-modal-content__title::before, .p-item-detail-modal-content__title::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #1a1a1a;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.p-item-detail-modal-content__title::before {
  right: calc(10 / 390 * 100vw);
  width: calc(7 / 390 * 100vw);
  height: 1px;
}
.p-item-detail-modal-content__title::after {
  right: calc(13 / 390 * 100vw);
  height: calc(7 / 390 * 100vw);
  width: 1px;
}
.p-item-detail-modal-content__title.is-open::after {
  opacity: 0;
  visibility: hidden;
}
.p-item-detail-modal-content__detail {
  margin-top: calc(20 / 390 * 100vw);
}
.p-item-detail-modal-content__note {
  margin-top: calc(10 / 390 * 100vw);
  padding-bottom: calc(40 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
}
.p-item-detail-modal-content__note > span {
  display: block;
  color: #9a8725;
}
@media screen and (min-width: 768px) {
  .p-item-detail-modal-content {
    padding-top: 20px;
  }
  .p-item-detail-modal-content:first-of-type {
    margin-top: 40px;
  }
  .p-item-detail-modal-content__title {
    font-size: 1.4rem;
  }
  .p-item-detail-modal-content__title::before {
    right: 10px;
    width: 10px;
  }
  .p-item-detail-modal-content__title::after {
    right: 15px;
    height: 10px;
  }
  .p-item-detail-modal-content__detail {
    margin-top: 20px;
  }
  .p-item-detail-modal-content__note {
    margin-top: 10px;
    padding-bottom: 40px;
    font-size: 1.2rem;
  }
}

.p-item-detail-modal-fonts {
  margin-top: calc(40 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-item-detail-modal-fonts {
    margin-top: 40px;
  }
}

.p-item-detail-modal-font + .p-item-detail-modal-font {
  margin-top: calc(50 / 390 * 100vw);
}
.p-item-detail-modal-font__title {
  padding-bottom: calc(15 / 390 * 100vw);
  border-bottom: 1px solid #ececf3;
  font-size: calc(13 / 390 * 100vw);
  font-weight: 700;
}
.p-item-detail-modal-font__image {
  margin-top: calc(25 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-item-detail-modal-font + .p-item-detail-modal-font {
    margin-top: 50px;
  }
  .p-item-detail-modal-font__title {
    padding-bottom: 15px;
    font-size: 1.4rem;
  }
  .p-item-detail-modal-font__image {
    margin-top: 25px;
  }
}

.p-item-detail-shop-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 90%;
  background: #eeefef;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.p-item-detail-shop-info.is-active {
  opacity: 1;
  visibility: visible;
}
.p-item-detail-shop-info__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-item-detail-shop-info__btn {
  padding: calc(10 / 390 * 100vw);
  border: 1px solid #c0B694;
  background: #fff;
  text-align: center;
  font-size: calc(12 / 390 * 100vw);
  color: #c0B694;
  cursor: pointer;
}
.p-item-detail-shop-info__btn.is-active {
  background: #c0B694;
  color: #fff;
}
.p-item-detail-shop-info__tabs {
  margin-top: calc(5 / 390 * 100vw);
  background: #fff;
  border: 1px solid #c0B694;
}
.p-item-detail-shop-info__tab {
  display: none;
  padding: calc(15 / 390 * 100vw);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.p-item-detail-shop-info__tab.is-active {
  opacity: 1;
  display: block;
}
.p-item-detail-shop-info__title {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 700;
  line-height: 1.4;
  color: #999;
}
.p-item-detail-shop-info__text {
  margin-top: calc(20 / 390 * 100vw);
  color: #999;
}
.p-item-detail-shop-info__content {
  margin: calc(20 / 390 * 100vw) 0 calc(30 / 390 * 100vw);
}
.p-item-detail-shop-info__accordion-trigger {
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out 0.5s;
}
.p-item-detail-shop-info__accordion-trigger.is-open {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.p-item-detail-shop-info__accordion-content {
  transition: max-height 0.3s ease-in-out 0.1s;
}
.p-item-detail-shop-info__table > table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}
.p-item-detail-shop-info__table > table > tbody > tr {
  border-top: 1px solid #ccc;
}
.p-item-detail-shop-info__table--name {
  padding: calc(10 / 390 * 100vw) calc(5 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
}
.p-item-detail-shop-info__table--tel {
  width: calc(95 / 390 * 100vw);
  padding: calc(10 / 390 * 100vw) calc(5 / 390 * 100vw);
}
.p-item-detail-shop-info__table--tel > a {
  font-size: calc(11 / 390 * 100vw);
  text-decoration: underline;
}
.p-item-detail-shop-info__table--text {
  width: calc(66 / 390 * 100vw);
  padding: calc(10 / 390 * 100vw) 0 calc(10 / 390 * 100vw) calc(5 / 390 * 100vw);
  text-align: center;
  font-size: calc(10 / 390 * 100vw);
}
.p-item-detail-shop-info__details {
  margin-top: calc(30 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
}
.p-item-detail-shop-info__details > table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}
.p-item-detail-shop-info__details > table > tbody > tr {
  border-top: 1px solid #ccc;
}
.p-item-detail-shop-info__details-name {
  padding: calc(10 / 390 * 100vw) calc(5 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
}
.p-item-detail-shop-info__details-price {
  min-width: 65px;
  padding: calc(10 / 390 * 100vw) calc(5 / 390 * 100vw);
}
.p-item-detail-shop-info__details-order {
  width: 100px;
  padding: calc(10 / 390 * 100vw) 0 calc(10 / 390 * 100vw) calc(5 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-item-detail-shop-info {
    width: 500px;
  }
  .p-item-detail-shop-info__btn {
    height: 50px;
    padding: 0 15px;
    font-size: 1.2rem;
  }
  .p-item-detail-shop-info__tabs {
    margin-top: 5px;
  }
  .p-item-detail-shop-info__tab {
    padding: 20px;
  }
  .p-item-detail-shop-info__title {
    font-size: 1.4rem;
  }
  .p-item-detail-shop-info__text {
    margin-top: 20px;
  }
  .p-item-detail-shop-info__content {
    margin: 20px 0 30px;
  }
  .p-item-detail-shop-info__table--name {
    padding: 14px 10px 14px 0;
    font-size: 1.2rem;
  }
  .p-item-detail-shop-info__table--tel {
    width: 110px;
    padding: 14px 10px;
  }
  .p-item-detail-shop-info__table--tel > a {
    font-size: 1.2rem;
  }
  .p-item-detail-shop-info__table--text {
    width: 160px;
    padding: 14px 0 14px 10px;
    font-size: 1.2rem;
  }
  .p-item-detail-shop-info__details {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .p-item-detail-shop-info__details-name {
    padding: 14px 10px 14px 0;
  }
  .p-item-detail-shop-info__details-price {
    min-width: 85px;
    padding: 14px 10px;
  }
  .p-item-detail-shop-info__details-order {
    width: 160px;
    padding: 14px 0 14px 10px;
  }
}

/**
/* 商品一覧
/*------------------------------------*/
.p-item-list-search {
  position: relative;
  padding: calc(30 / 390 * 100vw) 0 calc(15 / 390 * 100vw) 0;
  background: #1a1a1a;
}
.p-item-list-search.is-light {
  background: #fff;
}
.p-item-list-search__column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-item-list-search__column:first-child {
  padding: 0 calc(20 / 390 * 100vw);
}
.p-item-list-search__column:not(:first-child) {
  margin-top: calc(16 / 390 * 100vw);
  margin-bottom:calc(15 / 390 * 100vw);
}
.p-item-list-search__category {
  width: 100%;
  padding: 0 calc(20 / 390 * 100vw);
  overflow-x: auto;
}
.p-item-list-search__items {
  display: flex;
  gap: 0 calc(10 / 390 * 100vw);
}
.p-item-list-search__item {
  flex: 0 0 auto;
}
.p-item-list-search__item:last-child {
  padding-right: calc(20 / 390 * 100vw);
}
.p-item-list-search__button {
  display: flex;
  align-items: center;
  height: calc(30 / 390 * 100vw);
  padding: 0 calc(16 / 390 * 100vw);
  border: 1px solid #636363;
  border-radius: calc(42 / 390 * 100vw);
  background: #1a1a1a;
  font-size: calc(11 / 390 * 100vw);
  color: #fff;
  transition: 0.3s;
}
.p-item-list-search__button > span {
  position: relative;
  padding-right: calc(12 / 390 * 100vw);
}
.p-item-list-search__button > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(7 / 390 * 100vw);
  height: calc(5 / 390 * 100vw);
  background: url(../images/common/ico_arrow_bottom_white_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-item-list-search__button.is-light {
  border: 1px solid #636363;
  background: #fff;
  color: #1a1a1a;
}
.p-item-list-search__button.is-light > span {
  color: #1a1a1a;
}
.p-item-list-search__button.is-light > span::after {
  background: url(../images/common/ico_arrow_bottom_black_01.svg) 0 0/contain no-repeat;
}
.p-item-list-search__button.is-open {
  background: #d8d8e7;
  color: #1a1a1a;
}
.p-item-list-search__button.is-open > span::after {
  background-image: url(../images/common/ico_arrow_bottom_black_01.svg);
}
.p-item-list-search__button.is-light.is-open {
  background: #1a1a1a;
}
.p-item-list-search__button.is-light.is-open > span {
  color: #fff;
}
.p-item-list-search__button.is-light.is-open > span::after {
  background-image: url(../images/common/ico_arrow_bottom_white_01.svg);
}
.p-item-list-search__select {
  position: relative;
  padding-right: calc(12 / 390 * 100vw);
  display: inline-block;
  direction: ltr;
}

.p-item-list-search__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(7 / 390 * 100vw);
  height: calc(5 / 390 * 100vw);
  background: url(../images/common/ico_arrow_bottom_white_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

.p-item-list-search__select select {
  width: 100%;
  border: none;
  background: transparent;
  font-size: calc(11 / 390 * 100vw);
  color: #fff;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
}

.p-item-list-search__select>select option {
  color: #fff;
}

.p-item-list-search__select>select:focus option {
  background-color: #fff;
  color: #222;
}

.p-item-list-search__select.is-light select {
  color: #1a1a1a;
}

@media (hover: hover) {
  .p-item-list-search__button:hover {
    background: #d8d8e7;
    color: #1a1a1a;
  }

  .p-item-list-search__button:hover>span::after {
    background-image: url(../images/common/ico_arrow_bottom_black_01.svg);
  }

  .p-item-list-search__button.is-light:hover {
    background: #1a1a1a;
    color: #fff;
  }

  .p-item-list-search__button.is-light:hover>span {
    color: #fff;
  }

  .p-item-list-search__button.is-light:hover>span::after {
    background-image: url(../images/common/ico_arrow_bottom_white_01.svg);
  }
}

@media screen and (min-width: 768px) {
  .p-item-list-search {
    padding: 24px 0;
  }

  .p-item-list-search__column:first-child {
    padding: 0 20px;
  }

  .p-item-list-search__column:not(:first-child) {
    margin-top: 20px;
    margin-bottom:0;
  }

  .p-item-list-search__category {
    padding: 0 20px;
  }

  .p-item-list-search__items {
    gap: 0 14px;
  }

  .p-item-list-search__item:last-child {
    padding-right: 0;
  }

  .p-item-list-search__button {
    height: 32px;
    padding: 0 16px;
    border-radius: 42px;
    font-size: 1.2rem;
  }

  .p-item-list-search__button>span {
    padding-right: 13px;
  }

  .p-item-list-search__button>span::after {
    width: 7px;
    height: 5px;
  }

  .p-item-list-search__select {
    padding-right: 13px;
  }

  .p-item-list-search__select::after {
    width: 7px;
    height: 5px;
  }

  .p-item-list-search__select select {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-item-list-search {
    padding: 24px 20px;
  }

  .p-item-list-search__columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .p-item-list-search__column:first-child {
    padding: 0;
  }

  .p-item-list-search__column:not(:first-child) {
    margin-top: 0;
    margin-bottom:0;
  }

  .p-item-list-search__category {
    padding: 0;
  }

  .p-item-list-search__select {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #636363;
  }
  .p-item-list-search__select:only-child {
    border-left:none;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-list-search {
    padding: 24px 20px;
  }
  .p-item-list-search__columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .p-item-list-search__column:first-child {
    padding: 0;
  }
  .p-item-list-search__column:not(:first-child) {
    margin-top: 0;
    margin-bottom:0;
  }
  .p-item-list-search__category {
    padding: 0;
  }
  .p-item-list-search__select {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #636363;
  }
  .p-item-list-search__select:only-child {
    border-left:none;
  }
}

.itemli_zaiko_checkbox {
  padding: 0 0 0 calc(23 / 390 * 100vw);
  position: relative;
  font-size: calc(11 / 390 * 100vw);
}

.itemli_zaiko_checkbox::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(14 / 390 * 100vw);
  height: calc(14 / 390 * 100vw);
  border: 1px solid #ccc;
  background: none;
}

.itemli_zaiko_checkbox::after {
  opacity: 0;
  position: absolute;
  top: calc(2 / 390 * 100vw);
  left: calc(2 / 390 * 100vw);
  content: "";
  width: calc(10 / 390 * 100vw);
  height: calc(10 / 390 * 100vw);
  background: #D8D8E7;
}

.itemli_zaiko_checkbox.active::after {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .itemli_zaiko_checkbox {
    padding: 0 0 0 23px;
    font-size: 1.2rem;
  }

  .itemli_zaiko_checkbox::before {
    top: 2px;
    width: 14px;
    height: 14px;
  }

  .itemli_zaiko_checkbox::after {
    top: 4px;
    left: 2px;
    width: 10px;
    height: 10px;
  }
}

.p-item-list-search-category {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.p-item-list-search-category.is-open {
  opacity: 1;
  visibility: visible;
}
.p-item-list-search-category__header {
  display: flex;
  justify-content: space-between;
  padding: calc(13 / 390 * 100vw) calc(20 / 390 * 100vw);
}
.p-item-list-search-category__title {
  font-size: calc(16 / 390 * 100vw);
  font-weight: 700;
}
.p-item-list-search-category__buttons {
  display: flex;
  align-items: center;
  gap: 0 calc(20 / 390 * 100vw);
}
.p-item-list-search-category__button {
  height: calc(32 / 390 * 100vw);
  padding: 0 calc(13 / 390 * 100vw);
  border: 1px solid #1a1a1a;
  border-radius: calc(42 / 390 * 100vw);
  background: #1a1a1a;
  font-size: calc(11 / 390 * 100vw);
  color: #fff;
}
.p-item-list-search-category__clear {
  font-size: calc(11 / 390 * 100vw);
  text-decoration: underline;
}
.p-item-list-search-category__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(20 / 390 * 100vw);
  padding: calc(25 / 390 * 100vw) calc(20 / 390 * 100vw) calc(30 / 390 * 100vw);
  border-top: 1px solid #ececf3;
}
@media (hover: hover) {
  .p-item-list-search-category__clear:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .p-item-list-search-category {
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 20px;
    max-width: 410px;
  }
  .p-item-list-search-category__header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .p-item-list-search-category__title {
    font-size: 1.7rem;
    font-weight: 700;
  }
  .p-item-list-search-category__buttons {
    gap: 0 20px;
  }
  .p-item-list-search-category__button {
    height: 32px;
    padding: 0 12px;
    border-radius: 42px;
    font-size: 1.2rem;
  }
  .p-item-list-search-category__clear {
    font-size: 1.2rem;
  }
  .p-item-list-search-category__items {
    gap: 20px 40px;
    padding: 30px 30px 40px;
  }
}
/*
.p-item-list-checkbox__label {
  display: flex;
  align-items: center;
}
.p-item-list-checkbox input[type=checkbox] {
  display: none;
}
.p-item-list-checkbox__text {
  position: relative;
  padding-left: calc(30 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #fff;
  outline: none;
}
.p-item-list-checkbox__text.is-light {
  color: #1a1a1a;
}
.p-item-list-checkbox__text.is-light::before {
  border: 1px solid #9c9c9c;
  background: none;
}
.p-item-list-checkbox__text.is-active::after {
  opacity: 1;
}
.p-item-list-checkbox__text::before, .p-item-list-checkbox__text::after {
  content: "";
  position: absolute;
  right: auto;
  transition: 0.3s ease-in-out;
}
.p-item-list-checkbox__text::before {
  top: 50%;
  left: 0;
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  border: 1px solid #636363;
  border-radius: calc(2 / 390 * 100vw);
  transform: translateY(-50%);
}
.p-item-list-checkbox__text::after {
  top: 50%;
  left: calc(3 / 390 * 100vw);
  width: calc(14 / 390 * 100vw);
  height: calc(14 / 390 * 100vw);
  border-radius: calc(2 / 390 * 100vw);
  background: #d8d8e7;
  transform: translateY(-50%);
  opacity: 0;
}
input[type=checkbox]:checked ~ .p-item-list-checkbox__text::after {
  opacity: 1;
}
.p-item-list-checkbox__text--black {
  color: #1a1a1a;
}
.p-item-list-checkbox__text--search {
  font-weight: 500;
  color: #1a1a1a;
}
.p-item-list-checkbox__text--search::before {
  border-color: #d8d8e7;
  border-radius: 1px;
  background: #fff;
}
input[type=checkbox]:checked ~ .p-item-list-checkbox__text--search {
  font-weight: 700;
}
.p-item-list-checkbox .shiborikomi_hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-list-checkbox__text {
    padding-left: 30px;
    font-size: 1.2rem;
  }
  .p-item-list-checkbox__text.is-light::before {
    border: 1px solid #636363;
  }
  .p-item-list-checkbox__text::before {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: none;
  }
  .p-item-list-checkbox__text::after {
    left: 4px;
    width: 13px;
    height: 13px;
    border-radius: 2px;
  }
  .p-item-list-checkbox__text--search {
    font-weight: 500;
  }
  .p-item-list-checkbox__text--search::before {
    border-color: #d8d8e7;
  }
}
*/

.p-item-list-checkbox__label {
  display: flex;
  align-items: center;
}

.p-item-list-checkbox input[type=checkbox] {
  display: none;
}

.p-item-list-checkbox__text {
  position: relative;
  padding-left: calc(30 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  color: #fff;
  outline: none;
}

.p-item-list-checkbox__text.is-light {
  color: #1a1a1a;
}

.p-item-list-checkbox__text.is-light::before {
  border: 1px solid #9c9c9c;
  background: none;
}

.p-item-list-checkbox__text.is-active::after {
  opacity: 1;
}

.p-item-list-checkbox__text::before,
.p-item-list-checkbox__text::after {
  content: "";
  position: absolute;
  right: auto;
  transition: 0.3s ease-in-out;
}

.p-item-list-checkbox__text::before {
  top: 50%;
  left: 0;
  width: calc(20 / 390 * 100vw);
  height: calc(20 / 390 * 100vw);
  border: 1px solid #636363;
  border-radius: calc(2 / 390 * 100vw);
  transform: translateY(-50%);
}

.p-item-list-checkbox__text::after {
  top: 50%;
  left: calc(3 / 390 * 100vw);
  width: calc(14 / 390 * 100vw);
  height: calc(14 / 390 * 100vw);
  border-radius: calc(2 / 390 * 100vw);
  background: #d8d8e7;
  transform: translateY(-50%);
  opacity: 0;
}

input[type=checkbox]:checked~.p-item-list-checkbox__text::after {
  opacity: 1;
}

.p-item-list-checkbox__text--black {
  color: #1a1a1a;
}

.p-item-list-checkbox__text--search {
  font-weight: 500;
  color: #1a1a1a;
}

.p-item-list-checkbox__text--search::before {
  border-color: #d8d8e7;
  border-radius: 1px;
  background: #fff;
}

input[type=checkbox]:checked~.p-item-list-checkbox__text--search {
  font-weight: 700;
}

.p-item-list-checkbox .shiborikomi_hidden {
  display: none;
}

.p-item-list-checkbox a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-item-list-checkbox__text {
    padding-left: 30px;
    font-size: 1.2rem;
  }

  .p-item-list-checkbox__text.is-light::before {
    border: 1px solid #636363;
  }

  .p-item-list-checkbox__text::before {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: none;
  }

  .p-item-list-checkbox__text::after {
    left: 4px;
    width: 13px;
    height: 13px;
    border-radius: 2px;
  }

  .p-item-list-checkbox__text--search {
    font-weight: 500;
  }

  .p-item-list-checkbox__text--search::before {
    border-color: #d8d8e7;
  }
}

.p-item-list-compare {
  position: fixed;
  right: calc(15 / 390 * 100vw);
  bottom: calc(110 / 390 * 100vw);
  transition: 0.3s;
}
.p-item-list-compare.is-hide {
  opacity: 0;
  visibility: hidden;
}
.p-item-list-compare__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(8 / 390 * 100vw) calc(11 / 390 * 100vw);
  border: 1px solid #1a1a1a;
  border-radius: calc(2 / 390 * 100vw);
  background: #fff;
  font-size: calc(10 / 390 * 100vw);
  font-weight: 700;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .p-item-list-compare {
    right: 25px;
    bottom: 25px;
  }
  .p-item-list-compare__link {
    padding: 10px 30px;
    border-radius: 2px;
    font-size: 1.2rem;
  }
}

.p-items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.p-item {
  position: relative;
  padding: calc(35 / 390 * 100vw) calc(13 / 390 * 100vw) calc(20 / 390 * 100vw) calc(12 / 390 * 100vw);
  background: #fff;
}
.p-item:nth-child(1)::before, .p-item:nth-child(2)::before {
  border-top-width: 1px;
}
.p-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ececf3;
  border-width: 0px 1px 1px 0px;
}
.p-item__favorite {
  position: absolute;
  top: calc(12 / 390 * 100vw);
  right: calc(14 / 390 * 100vw);
  width: calc(7 / 390 * 100vw);
  height: calc(10 / 390 * 100vw);
}
.p-item__image > a {
  display: block;
}
.p-item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  transform-origin: center center;
}
.p-item__carousel {
  position: relative;
  z-index: 2;
}
.p-item__carousel .splide__arrow {
  width: calc(9 / 390 * 100vw);
  height: calc(12 / 390 * 100vw);
  margin-top: 0;
  background: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.p-item__carousel .splide__arrow > svg {
  display: none;
}
.p-item__carousel .splide__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(9 / 390 * 100vw);
  height: calc(12 / 390 * 100vw);
  background: url(../images/common/ico_arrow_grey_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
}
.p-item__carousel .splide__arrow--prev {
  left: 0;
}
.p-item__carousel .splide__arrow--next {
  right: 0;
}
.p-item__carousel .splide__arrow--next::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-item__badge {
  position: relative;
  margin-top: calc(10 / 390 * 100vw);
}
.p-item__content {
  margin-top: calc(10 / 390 * 100vw);
  text-align: center;
}
.p-item__title {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
.p-item__title--wishlist {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-item__prices {
  margin-top: calc(5 / 390 * 100vw);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: calc(12 / 390 * 100vw);
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 400;
}
.p-item__price {
  color: #5b5b5b;
}
.p-item__more {
  position: relative;
  margin-top: calc(10 / 390 * 100vw);
  text-align: center;
}
@media (min-width: 768px) and (hover: hover) {
  .p-item {
    transition: 0.3s;
    cursor: pointer;
  }
  .p-item:hover {
    border-radius: 5px;
    z-index: 3;
    transform: scale(1.04);
  }
  .p-item:hover::before {
    border-width: 2px;
    border-radius: 5px;
  }
  .p-item:hover .c-favorite {
    opacity: 1;
  }
  .p-item:hover .splide__arrow {
    opacity: 1;
    visibility: visible;
  }
  .p-item:hover .splide__track {
    transform: scale(0.961);
  }
  .p-item:nth-child(3):hover::before, .p-item:nth-child(4):hover::before {
    border-width: 2px;
  }
}
@media screen and (min-width: 768px) {
  .p-item {
    padding: 35px 15px 30px;
  }
  .p-item:nth-child(1)::before, .p-item:nth-child(2)::before, .p-item:nth-child(3)::before, .p-item:nth-child(4)::before {
    border-top-width: 1px;
  }
  .p-item__favorite {
    top: 18px;
    right: 18px;
    width: 9px;
    height: 13px;
  }
  .p-item__badge {
    margin-top: 10px;
  }
  .p-item__content {
    margin-top: 15px;
  }
  .p-item__title {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .p-item__prices {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .p-item__carousel .splide__arrow {
    width: 9px;
    height: 12px;
  }
  .p-item__carousel .splide__arrow::after {
    width: 9px;
    height: 12px;
  }
  .p-item__carousel .splide__arrow--prev {
    left: -15px;
  }
  .p-item__carousel .splide__arrow--next {
    right: -15px;
  }
  .p-item__more {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item {
    padding: 35px 30px 30px;
  }
}

.p-item-large {
  display: none;
  position: relative;
  grid-column: span 2;
  height: calc(390 / 390 * 100vw);
  padding: 0;
}
.p-item-large.is-show {
  display: block;
}
.p-item-large__image {
  height: 100%;
}
.p-item-large__link {
  display: block;
  height: 100%;
}
.p-item-large__link > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-item-large__title {
  position: absolute;
  top: calc(40 / 390 * 100vw);
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
}
.p-item-large__more {
  position: absolute;
  left: 50%;
  bottom: calc(30 / 390 * 100vw);
  transform: translateX(-50%);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
  color: #fff;
}
.p-item-large__more > span {
  padding-bottom: calc(5 / 390 * 100vw);
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-item-large__link:hover .p-item-large__more > span {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .p-item-large {
    grid-row: span 2;
    height: 100%;
  }
  .p-item-large__image {
    position: relative;
  }
  .p-item-large__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .p-item-large__link > img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-item-large__title {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 700;
    z-index: 1;
  }
  .p-item-large__more {
    position: relative;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background: #080808;
    transform: translateX(0);
    font-size: 1.4rem;
    font-weight: 700;
  }
  .p-item-large__more > span {
    padding-bottom: 0;
  }
}

/**
/* ログイン
/*------------------------------------*/
.p-login {
  margin: calc(40 / 390 * 100vw) 0 calc(80 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
  box-sizing: border-box;
}
.p-login__column:not(:first-child) {
  margin-top: calc(50 / 390 * 100vw);
  padding-top: calc(50 / 390 * 100vw);
  border-top: 1px solid #d8d8e7;
}
.p-login__title {
  text-align: center;
}
.p-login__more {
  margin-top: calc(30 / 390 * 100vw);
}
.p-login__link {
  margin-top: calc(20 / 390 * 100vw);
}
.p-login__text {
  margin-top: calc(30 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-login {
    margin: 100px 0;
    padding: 20px;
  }
  .p-login__column:not(:first-child) {
    margin-top: 50px;
    padding-top: 50px;
  }
  .p-login__more {
    margin-top: 30px;
  }
  .p-login__text {
    margin-top: 30px;
  }
  .p-login__link {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-login {
    max-width: 1040px;
    margin: 100px auto;
  }
  .p-login__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 100px;
  }
  .p-login__column:not(:first-child) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .p-login__title {
    text-align: left;
  }
}

/**
/* メールマガジン購読・解除フォーム
/*------------------------------------*/
.p-mailmag {
  margin-top: calc(40 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.p-mailmag__inner {
  margin-top: calc(50 / 390 * 100vw);
}
.p-mailmag__form {
  margin-top: calc(40 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-mailmag {
    max-width: 700px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
  .p-mailmag__inner {
    margin-top: 50px;
  }
  .p-mailmag__form {
    margin-top: 40px;
  }
}

/**
/* マイページヘッダー
/*------------------------------------*/
.p-mypage-header {
  display: flex;
  justify-content: center;
  height: calc(260 / 390 * 100vw);
  background: url(../images/common/bg_mypage_header_01_sm.jpg) 0 0/cover no-repeat;
}
.p-mypage-header__content {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 390 * 100vw) 0;
  margin-top: calc(110 / 390 * 100vw);
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.p-mypage-header__name {
  font-size: calc(17 / 390 * 100vw);
}
.p-mypage-header__name > span {
  font-size: calc(13 / 390 * 100vw);
}
.p-mypage-header__id {
  font-size: calc(11 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-mypage-header {
    height: 426px;
    background: url(../images/common/bg_mypage_header_01_lg.jpg) 0 center/cover no-repeat;
  }
  .p-mypage-header__content {
    gap: 10px 0;
    margin-top: 180px;
  }
  .p-mypage-header__greeting {
    font-size: 1.4rem;
  }
  .p-mypage-header__name {
    font-size: 2.4rem;
  }
  .p-mypage-header__name > span {
    font-size: 1.6rem;
  }
  .p-mypage-header__id {
    font-size: 1.2rem;
  }
}

/**
/* マイページナビゲーション
/*------------------------------------*/
.p-mypage-nav {
  margin-top: calc(40 / 390 * 100vw);
  padding: 0 calc(35 / 390 * 100vw);
  border-bottom: 1px solid #ececf3;
}
.p-mypage-nav__items {
  display: flex;
  justify-content: center;
  gap: 0 calc(20 / 390 * 100vw);
}
.p-mypage-nav__item > a {
  padding-bottom: calc(5 / 390 * 100vw);
  color: #9c9c9c;
  transition: 0.3s;
}
.p-mypage-nav__item > a.is-active {
  border-bottom: 1px solid #1a1a1a;
  color: #1a1a1a;
}
@media (hover: hover) {
  .p-mypage-nav__item > a:hover {
    border-bottom: 1px solid #1a1a1a;
    color: #1a1a1a;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-mypage-nav {
    margin-top: 40px;
    padding: 0;
    border: none;
  }
  .p-mypage-nav__items {
    gap: 0 40px;
  }
  .p-mypage-nav__item > a {
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
}

/**
/* オーバーレイ
/*------------------------------------*/
.p-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
  z-index: 3;
  transition: 0.3s;
}

.p-overlay--popup {
  z-index: 10;
}

/**
/* 下層共通ページヘッダー
/*------------------------------------*/
.p-page-header {
  position: relative;
  background: #1a1a1a;
}
.p-page-header__topics-detail {
  background: #fff;
}
.p-page-header.is-light {
  background: #fff;
}
.p-page-header__inner {
  position: relative;
  padding-top: calc(110 / 390 * 100vw);
  padding-bottom: calc(60 / 390 * 100vw);
}
.p-page-header__inner:has(.p-page-header__links) {
  padding-bottom: calc(50 / 390 * 100vw);
}
.p-page-header__inner:has(.p-page-header__image) {
  padding-top: 0;
  padding-bottom: 0;
}
.p-page-header__inner:has(.p-page-header__image) .p-page-header__box {
  position: absolute;
  top: calc(178 / 390 * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
.p-page-header__inner:has(.p-page-header__image) .p-page-header-category {
  display: none;
}
.p-page-header__inner:has(.p-page-header__image) .p-page-header__title,
.p-page-header__inner:has(.p-page-header__image) .p-page-header__number,
.p-page-header__inner:has(.p-page-header__image) .p-page-header__description {
  color: #fff;
}
.p-page-header__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-page-header__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.2);
}
.p-page-header__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page-header__image--lg {
  display: none;
}
.p-page-header__content {
  width: 100%;
}
.p-page-header__title, .p-page-header__number, .p-page-header__description {
  text-align: center;
  color: #fff;
}
.p-page-header__title.is-light, .p-page-header__number.is-light, .p-page-header__description.is-light {
  color: #1a1a1a;
}
.p-page-header__title {
  font-size: calc(22 / 390 * 100vw);
  font-weight: 700;
}
.p-page-header__number {
  margin-top: calc(2 / 390 * 100vw);
  font-size: calc(10 / 390 * 100vw);
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
}
.p-page-header__description {
  padding: calc(40 / 390 * 100vw) calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
  background: #1a1a1a;
}
.p-page-header__description-detail {
  margin-top: calc(15 / 390 * 100vw);
  padding: 0;
  background: #fff !important;
}
.p-page-header__date {
  margin-top: calc(30 / 390 * 100vw);
  text-align: center;
  font-size: calc(11 / 390 * 100vw);
  color: #fff;
}
.p-page-header__date.is-light {
  color: #1a1a1a;
}
.p-page-header__title-detail, .p-page-header__description-detail, .p-page-header__date-detail {
  color: #1a1a1a;
}
.p-page-header__links {
  width: 100%;
  margin-top: calc(20 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-page-header__inner {
    padding-top: 110px;
    padding-bottom: 90px;
  }
  .p-page-header__inner:has(.p-page-header__links) {
    padding-bottom: 50px;
  }
  .p-page-header__inner:has(.p-page-header__image) {
    max-height: 633px;
    min-height: 400px;
    height: auto;
    width: 100%;
    padding-top: 160px;
    padding-bottom: 60px;
    aspect-ratio: 1900/633;
  }
  .p-page-header__inner:has(.p-page-header__image) .p-page-header__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-page-header__inner:has(.p-page-header__image) .p-page-header__box {
    position: static;
    transform: translateX(0);
  }
  .p-page-header__inner:has(.p-page-header__image).p-page-header__inner--ranking {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .p-page-header__image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-page-header__image--lg {
    display: block;
  }
  .p-page-header__image--sm {
    display: none;
  }
  .p-page-header__title {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .p-page-header__title-detail {
    padding: 0 0px;
  }
  .p-page-header__number {
    margin-top: 0;
    font-size: 1.3rem;
  }
  .p-page-header__description {
    position: relative;
    margin-top: 15px;
    padding: 0;
    background: none;
    font-size: 1.4rem;
  }
  .p-page-header__description.is-light {
    background: none;
  }
  .p-page-header__description-detail {
    margin-top: 15px;
    padding: 0;
  }
  .p-page-header__date {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .p-page-header__links {
    margin-top: 20px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-page-header__inner:has(.p-page-header__links) {
    padding-bottom: 90px;
  }
  .p-page-header__links {
    display: none;
  }
}

.p-page-header-category {
  width: 100%;
  margin-top: calc(60 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw) calc(10 / 390 * 100vw);
}
.p-page-header-category__items {
  display: flex;
  gap: 0 calc(15 / 390 * 100vw);
  overflow-x: auto;
}
.p-page-header-category__item {
  flex: 0 0 auto;
}
.p-page-header-category__item:last-child {
  padding-right: calc(20 / 390 * 100vw);
}
.p-page-header-category__link {
  display: block;
  padding-bottom: calc(10 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 500;
  color: #f2f2f2;
}
.p-page-header-category__link.is-light {
  color: #9c9c9c;
}
.p-page-header-category:not(:has(.p-page-header-category__link--active)) .p-page-header-category__item:first-child .p-page-header-category__link {
  border-bottom: 1px solid #fff;
  font-weight: 700;
  color: #fff;
}
.p-page-header-category:not(:has(.p-page-header-category__link--active)) .p-page-header-category__item:first-child .p-page-header-category__link.is-light {
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.p-page-header-category__link--en {
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
}
.p-page-header-category__link--active {
  border-bottom: 1px solid #fff;
  font-weight: 700;
  color: #fff;
}
.p-page-header-category__link--active.is-light {
  border-color: #1a1a1a;
  color: #1a1a1a;
}
@media (hover: hover) {
  .p-page-header-category__link.is-light {
    color: #1a1a1a;
  }
}
@media screen and (min-width: 768px) {
  .p-page-header-category {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0 20px;
  }
  .p-page-header-category__items {
    gap: 0 20px;
    max-width: 800px;
  }
  .p-page-header-category__item {
    flex: 0 0 auto;
  }
  .p-page-header-category__item:last-child {
    padding-right: 0;
  }
  .p-page-header-category__link {
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
  .p-page-header-category__link--active {
    font-weight: 700;
  }
}

.p-page-header-tabs {
  display: flex;
  align-items: center;
  gap: 0 calc(15 / 390 * 100vw);
  width: 100%;
  height: calc(77 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
  background: #1a1a1a;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-page-header-tabs {
    justify-content: center;
    gap: 0 40px;
    height: 90px;
    padding: 0 20px;
  }
}

.p-page-header-tab {
  color: #f2f2f2;
}
.p-page-header-tab.is-active {
  border-bottom: 1px solid #fff;
  font-weight: 600;
  color: #fff;
}

/**
/* 商品詳細
/*------------------------------------*/
.p-password {
  margin-top: calc(40 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.p-password__inner {
  margin-top: calc(50 / 390 * 100vw);
}
.p-password__subtitle {
  padding-bottom: calc(5 / 390 * 100vw);
  border-bottom: 1px solid #1a1a1a;
  font-size: calc(13 / 390 * 100vw);
  font-weight: 500;
}
.p-password__subtitle:not(:first-of-type) {
  margin-top: calc(30 / 390 * 100vw);
}
.p-password__text {
  margin-top: calc(20 / 390 * 100vw);
}
.p-password__form {
  margin-top: calc(40 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-password {
    max-width: 700px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
  .p-password__inner {
    margin-top: 50px;
  }
  .p-password__subtitle {
    padding-bottom: 5px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .p-password__subtitle:not(:first-of-type) {
    margin-top: 40px;
  }
  .p-password__text {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .p-password__form {
    margin-top: 40px;
  }
}

/**
/* ポイント履歴
/*------------------------------------*/
.p-point-record {
  margin-top: calc(35 / 390 * 100vw);
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw) calc(50 / 390 * 100vw);
  background: #f7f7f7;
}
.p-point-record__title {
  text-align: center;
  font-size: calc(18 / 390 * 100vw);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-point-record {
    max-width: 824px;
    margin: 60px auto 0;
    padding: 30px 30px 50px;
  }
  .p-point-record__title {
    font-size: 1.8rem;
  }
}

/**
/* プレビューメッセージ
/*------------------------------------*/
.p-preview-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  font-size: 10px;
  color: #fff;
  z-index: 100000;
}

/**
/* Signatureへの誘導
/*------------------------------------*/
.p-promo-signature {
  margin-top: calc(80 / 390 * 100vw);
}
.p-promo-signature__images {
  display: flex;
}
.p-promo-signature__image > img {
  width: 100%;
}
.p-promo-signature__content {
  margin-top: calc(30 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.p-promo-signature__title {
  font-size: calc(18 / 390 * 100vw);
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 500;
}
.p-promo-signature__text {
  margin-top: calc(15 / 390 * 100vw);
}
.p-promo-signature__more {
  margin-top: calc(15 / 390 * 100vw);
}
.p-promo-signature__more > a {
  padding-bottom: 5px;
  border-bottom: 1px solid #1a1a1a;
  font-weight: 700;
}
@media (hover: hover) {
  .p-promo-signature__more > a {
    transition: 0.3s;
  }
  .p-promo-signature__more > a:hover {
    border-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .p-promo-signature {
    margin-top: 120px;
  }
  .p-promo-signature__inner {
    display: flex;
    align-items: center;
  }
  .p-promo-signature__images {
    flex: 1;
  }
  .p-promo-signature__content {
    width: 35.78%;
    max-width: 458px;
    margin-top: 0;
    padding: 0 30px;
  }
  .p-promo-signature__title {
    font-size: 2rem;
  }
  .p-promo-signature__text {
    margin-top: 25px;
  }
  .p-promo-signature__more {
    margin-top: 25px;
  }
  .p-promo-signature__more > a {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .p-promo-signature__content {
    padding: 0 60px;
  }
}

/**
/* ranking
/*------------------------------------*/
.p-ranking__tab {
  display: none;
}

.p-ranking-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  counter-reset: ranking;
}
@media screen and (min-width: 768px) {
  .p-ranking-items {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto;
    grid-auto-flow: dense;
  }
}

.p-ranking-item {
  position: relative;
  counter-increment: ranking;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #f2f2f2;
}
.p-ranking-item:nth-child(1), .p-ranking-item:nth-child(6) {
  grid-column: span 2;
}
.p-ranking-item::before {
  content: counter(ranking);
  position: absolute;
  top: calc(10 / 390 * 100vw);
  left: calc(15 / 390 * 100vw);
  font-size: calc(20 / 390 * 100vw);
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 500;
  line-height: 1.7;
  pointer-events: none;
}
.p-ranking-item > a {
  display: block;
  padding: calc(50 / 390 * 100vw) calc(15 / 390 * 100vw) calc(15 / 390 * 100vw);
}
.p-ranking-item__content {
  text-align: center;
}
.p-ranking-item__title {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
  line-height: 1.7;
}
.p-ranking-item__prices {
  margin-top: calc(15 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-ranking-item:nth-child(1), .p-ranking-item:nth-child(6) {
    grid-row: span 2;
  }
  .p-ranking-item:nth-child(1) {
    order: 1;
  }
  .p-ranking-item:nth-child(2) {
    order: 2;
  }
  .p-ranking-item:nth-child(3) {
    order: 3;
  }
  .p-ranking-item:nth-child(4) {
    order: 5;
  }
  .p-ranking-item:nth-child(5) {
    order: 6;
  }
  .p-ranking-item:nth-child(6) {
    order: 4;
  }
  .p-ranking-item:nth-child(7) {
    order: 7;
  }
  .p-ranking-item:nth-child(8) {
    order: 8;
  }
  .p-ranking-item:nth-child(9) {
    order: 9;
  }
  .p-ranking-item:nth-child(10) {
    order: 10;
  }
  .p-ranking-item::before {
    top: 10px;
    left: 30px;
    font-size: 2.5rem;
  }
  .p-ranking-item > a {
    padding: 60px 15px 15px;
  }
  .p-ranking-item__title {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .p-ranking-item__prices {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

/**
/* おすすめ商品
/*------------------------------------*/
.p-recommend {
  margin-top: calc(80 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.p-recommend__title {
  text-align: center;
  font-size: calc(15 / 390 * 100vw);
  font-weight: 700;
}
.p-recommend__items {
  margin-top: calc(40 / 390 * 100vw);
}
.p-recommend__progress {
  width: calc(240 / 390 * 100vw);
  height: calc(2 / 390 * 100vw);
  margin: calc(30 / 390 * 100vw) auto 0;
  border-radius: calc(4 / 390 * 100vw);
  background: #ececf3;
}
.p-recommend__progress-bar {
  height: calc(2 / 390 * 100vw);
  border-radius: calc(4 / 390 * 100vw);
  background: #1a1a1a;
}
.p-recommend__code {
  display: none;
}
.p-recommend__text {
  margin-top: calc(15 / 390 * 100vw);
  text-align: center;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-recommend {
    margin-top: 100px;
    padding: 0 20px;
  }
  .p-recommend__title {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .p-recommend__items {
    margin-top: 50px;
  }
  .p-recommend__progress {
    width: 240px;
    height: 2px;
    margin-top: 60px;
    border-radius: 5px;
  }
  .p-recommend__progress-bar {
    height: 2px;
    border-radius: 5px;
  }
  .p-recommend__text {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recommend {
    padding: 0 130px;
  }
}

/**
/* 商品詳細
/*------------------------------------*/
.p-registration {
  margin-top: calc(40 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.p-registration--account {
  padding: 0;
}
.p-registration__lead {
  margin-top: calc(40 / 390 * 100vw);
  text-align: center;
}
.p-registration__lead--confirm {
  text-align: left;
}
.p-registration__columns {
  margin-top: calc(60 / 390 * 100vw);
}
.p-registration__columns--account {
  margin-top: 0;
}
.p-registration__column {
  margin-top: calc(40 / 390 * 100vw);
}
.p-registration__column--account + .p-registration__column--account {
  margin-top: calc(10 / 390 * 100vw);
}
.p-registration__column-inner {
  padding: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
  background: #f7f7f7;
}
.p-registration__column-inner + .p-registration__column-inner {
  margin-top: calc(10 / 390 * 100vw);
}
.p-registration__checkboxes {
  margin-top: calc(30 / 390 * 100vw);
}
.p-registration__checkbox:not(:first-child) {
  margin-top: calc(30 / 390 * 100vw);
}
.p-registration__more {
  margin-top: calc(40 / 390 * 100vw);
}
.p-registration__more--account {
  padding: 0 calc(20 / 390 * 100vw);
}
.p-registration__inner {
  margin-top: calc(60 / 390 * 100vw);
  padding: calc(30 / 390 * 100vw);
  background: #f7f7f7;
}
.p-registration__block:not(:first-child) {
  margin-top: calc(50 / 390 * 100vw);
}
.p-registration__row-confirm {
  display: grid;
  grid-template-columns: calc(95 / 390 * 100vw) auto;
  align-items: center;
  gap: 0 calc(10 / 390 * 100vw);
}
.p-registration__label-confirm {
  position: static;
  padding: 0;
  background: none;
  text-align: left;
  font-size: calc(13 / 390 * 100vw);
  line-height: 1.7;
  opacity: 1;
  visibility: visible;
}
.p-registration__items {
  margin-top: calc(20 / 390 * 100vw);
}
.p-registration__item {
  margin-top: calc(5 / 390 * 100vw);
}
.p-registration__link {
  position: relative;
  padding-left: calc(15 / 390 * 100vw);
}
.p-registration__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(1 / 390 * 100vw);
  width: calc(7 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  background: url(../images/common/ico_arrow_black_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-registration {
    max-width: 864px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
  .p-registration--account {
    max-width: 1640px;
  }
  .p-registration__lead {
    margin-top: 40px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .p-registration__lead--confirm {
    text-align: center;
  }
  .p-registration__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
    margin-top: 60px;
  }
  .p-registration__column {
    margin-top: 0;
  }
  .p-registration__column--account + .p-registration__column--account {
    margin-top: 0;
  }
  .p-registration__column-inner {
    padding: 30px;
  }
  .p-registration__column-inner + .p-registration__column-inner {
    margin-top: 30px;
  }
  .p-registration__checkboxes {
    margin-top: 40px;
  }
  .p-registration__checkbox:not(:first-child) {
    margin-top: 20px;
  }
  .p-registration__more {
    max-width: 430px;
    margin: 40px auto 0;
  }
  .p-registration__more--confirm {
    max-width: 565px;
  }
  .p-registration__more--account {
    max-width: none;
    margin-top: 0;
    padding: 0;
  }
  .p-registration__inner {
    max-width: 565px;
    margin: 60px auto 0;
    padding: 30px;
  }
  .p-registration__block:not(:first-child) {
    margin-top: 50px;
  }
  .p-registration__row-confirm {
    grid-template-columns: 150px auto;
    gap: 0 10px;
  }
  .p-registration__label-confirm {
    font-size: 1.4rem;
  }
  .p-registration__items {
    margin-top: 20px;
  }
  .p-registration__item {
    margin-top: 5px;
  }
  .p-registration__link {
    padding-left: 15px;
  }
  .p-registration__link::before {
    left: 2px;
    width: 7px;
    height: 8px;
  }
}

/**
/* テーブル
/*------------------------------------*/
.p-table {
  margin-top: calc(30 / 390 * 100vw);
}
.p-table > table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  word-break: break-all;
}
.p-table > table > thead > tr > th {
  width: 33.3333333333%;
  padding: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
  border-top: 1px solid #d8d8e7;
  border-bottom: 1px solid #d8d8e7;
  text-align: left;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
.p-table > table > thead > tr > th:first-child {
  padding-left: calc(20 / 390 * 100vw);
}
.p-table > table > tbody > tr:not(:first-child) {
  border-top: 1px solid #f4f4f8;
}
.p-table > table > tbody > tr > td {
  padding: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
  font-size: calc(11 / 390 * 100vw);
}
.p-table > table > tbody > tr > td:first-child {
  padding-left: calc(20 / 390 * 100vw);
}
.p-table--credit > table > thead > tr > th {
  width: 25%;
  padding: calc(10 / 390 * 100vw) calc(5 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
}
.p-table--credit > table > thead > tr > th:first-child {
  padding-left: calc(10 / 390 * 100vw);
}
.p-table--credit > table > tbody > tr > td {
  padding: calc(10 / 390 * 100vw) calc(5 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
}
.p-table--credit > table > tbody > tr > td:first-child {
  padding-left: calc(10 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-table {
    margin-top: 30px;
  }
  .p-table > table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    background: #fff;
  }
  .p-table > table > thead > tr > th {
    width: 33.3333333333%;
    padding: 10px 10px 10px 0;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .p-table > table > thead > tr > th:first-child {
    padding-left: 20px;
  }
  .p-table > table > tbody > tr > td {
    padding: 10px 10px 10px 0;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .p-table > table > tbody > tr > td:first-child {
    padding-left: 20px;
  }
}

/**
/* 退会
/*------------------------------------*/
.p-taikai {
  margin: calc(40 / 390 * 100vw) 0 calc(80 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.p-taikai__text {
  margin-top: calc(50 / 390 * 100vw);
}
.p-taikai__more {
  width: calc(200 / 390 * 100vw);
  margin: calc(30 / 390 * 100vw) auto 0;
}
@media screen and (min-width: 768px) {
  .p-taikai {
    max-width: 740px;
    margin: 80px auto 100px;
    padding: 0 20px;
  }
  .p-taikai__text {
    margin-top: 50px;
  }
  .p-taikai__more {
    width: 200px;
    margin-top: 40px;
  }
}

/**
/* ニュース詳細
/*------------------------------------*/
.p-topics-detail__visual {
  aspect-ratio: 3/1;
  overflow: hidden;
}
.p-topics-detail__visual > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topics-detail__title, .p-topics-detail__text, .p-topics-detail__catch {
  padding: 0 calc(20 / 390 * 100vw);
}
.p-topics-detail__text {
  margin-top: calc(60 / 390 * 100vw);
}
.p-topics-detail__catch {
  margin-top: 40px;
  font-size: calc(17 / 390 * 100vw);
  font-weight: 700;
}
.p-topics-detail__catch + .p-topics-detail__text {
  margin-top: calc(40 / 390 * 100vw);
}
.p-topics-detail__items {
  margin-top: calc(40 / 390 * 100vw);
}
.p-topics-detail__item + .p-topics-detail__item {
  margin-top: calc(30 / 390 * 100vw);
}
.p-topics-detail__item-narrow + .p-topics-detail__item-narrow {
  margin-top: 0;
}
.p-topics-detail__item-text {
  margin-top: calc(10 / 390 * 100vw);
  padding: 0 calc(10 / 390 * 100vw);
  text-align: center;
  font-size: calc(11 / 390 * 100vw);
}
.p-topics-detail__link .p-topics-detail__item-text {
  text-decoration: underline;
}
.p-topics-detail__title {
  margin-top: calc(60 / 390 * 100vw);
  font-size: calc(17 / 390 * 100vw);
  font-weight: 700;
}
.p-topics-detail__more {
  margin-top: calc(60 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
@media (hover: hover) {
  .p-topics-detail__link:hover .p-topics-detail__item-text {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .p-topics-detail__visual {
    width: 100%;
    aspect-ratio: 2/1;
    max-height: 640px;
  }
  .p-topics-detail__title, .p-topics-detail__text, .p-topics-detail__catch {
    padding: 0 20px;
  }
  .p-topics-detail__text {
    max-width: 840px;
    margin: 60px auto 0;
  }
  .p-topics-detail__catch {
    margin-top: 30px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .p-topics-detail__catch + .p-topics-detail__text {
    margin-top: 30px;
  }
  .p-topics-detail__items {
    margin-top: 60px;
    padding: 0 30px;
  }
  .p-topics-detail__item + .p-topics-detail__item {
    margin-top: 0;
  }
  .p-topics-detail__item-text {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .p-topics-detail__title {
    max-width: 840px;
    margin: 70px auto 0;
    padding: 0 20px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .p-topics-detail__more {
    max-width: 426px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-topics-detail__items {
    padding: 0 60px;
  }
}

.p-topics-detail-pager {
  margin-top: calc(60 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
}
.p-topics-detail-pager__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: calc(40 / 390 * 100vw);
  border-top: 1px solid #d8d8e7;
}
.p-topics-detail-pager__prev, .p-topics-detail-pager__next, .p-topics-detail-pager__list {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
.p-topics-detail-pager__prev, .p-topics-detail-pager__next {
  position: relative;
}
.p-topics-detail-pager__prev::before, .p-topics-detail-pager__next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(5 / 390 * 100vw);
  height: calc(8 / 390 * 100vw);
  background: url(../images/common/ico_arrow_grey_01.svg) 0 0/contain no-repeat;
}
.p-topics-detail-pager__prev {
  padding-left: calc(20 / 390 * 100vw);
  margin-left: calc(3 / 390 * 100vw);
}
.p-topics-detail-pager__prev::before {
  left: 0;
  transform: translateY(-50%);
}
.p-topics-detail-pager__next {
  padding-right: calc(20 / 390 * 100vw);
  margin-right: calc(3 / 390 * 100vw);
}
.p-topics-detail-pager__next::before {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-topics-detail-pager {
    max-width: 804px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
  .p-topics-detail-pager__inner {
    padding-top: 40px;
  }
  .p-topics-detail-pager__prev, .p-topics-detail-pager__next, .p-topics-detail-pager__list {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .p-topics-detail-pager__prev::before, .p-topics-detail-pager__next::before {
    width: 5px;
    height: 8px;
  }
  .p-topics-detail-pager__prev {
    padding-left: 20px;
    margin-left: 3px;
  }
  .p-topics-detail-pager__next {
    padding-right: 20px;
    margin-right: 3px;
  }
}

/**
/* ニュース
/*------------------------------------*/
.p-topics {
  margin-top: calc(10 / 390 * 100vw);
  padding: 0 calc(10 / 390 * 100vw);
}
.p-topics__items {
  opacity: 0;
  transition: 0.3s;
}
.p-topics__items.is-show {
  opacity: 1;
}
.p-topics .grid-sizer, .p-topics__item {
  width: 100%;
}
.p-topics__item + .p-topics__item {
  margin-top: calc(30 / 390 * 100vw);
}
.p-topics__link {
  display: block;
}
.p-topics__image > img {
  width: 100%;
}
.p-topics__image-more {
  display: none;
}
.p-topics__category {
  margin-top: calc(15 / 390 * 100vw);
  text-align: center;
  font-size: calc(11 / 390 * 100vw);
}
.p-topics__title {
  margin-top: calc(5 / 390 * 100vw);
  text-align: center;
  font-weight: 700;
}
.p-topics__date {
  margin-top: calc(5 / 390 * 100vw);
  text-align: center;
  font-size: calc(11 / 390 * 100vw);
  color: #555;
}
.p-topics__more {
  margin-top: calc(5 / 390 * 100vw);
  text-align: center;
  font-size: calc(11 / 390 * 100vw);
  font-weight: 700;
}
@media (hover: hover) {
  .p-topics__link:hover {
    opacity: 1;
  }
  .p-topics__link:hover .p-topics__image::after {
    opacity: 1;
    visibility: visible;
  }
  .p-topics__link:hover .p-topics__image > img {
    transform: scale(1.03);
  }
  .p-topics__link:hover .p-topics__image-more {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .p-topics {
    margin-top: 30px;
    padding: 0 30px;
  }
  .p-topics .grid-sizer, .p-topics__item {
    width: calc(33.3333333333% - 20px);
  }
  .p-topics .grid-sizer + .p-topics .grid-sizer, .p-topics .grid-sizer + .p-topics__item, .p-topics__item + .p-topics .grid-sizer, .p-topics__item + .p-topics__item {
    margin-top: 30px;
  }
  .p-topics__image {
    position: relative;
    overflow: hidden;
  }
  .p-topics__image > img {
    transition: 0.6s cubic-bezier(0.5, 0, 0.5, 1);
  }
  .p-topics__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 8, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.5, 0, 0.5, 1);
  }
  .p-topics__image-more {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding: 10px 15px;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
  .p-topics__category {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .p-topics__title {
    margin-top: 5px;
    font-weight: 700;
  }
  .p-topics__date {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .p-topics__more {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-topics {
    padding: 0 60px;
  }
}

/**
/* 最近チェックした商品
/*------------------------------------*/
.p-viewed {
  margin-top: calc(80 / 390 * 100vw);
  padding: calc(50 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
  border-top: 1px solid #ececf3;
}
.p-viewed__title {
  text-align: center;
  font-size: calc(15 / 390 * 100vw);
  font-weight: 700;
}
.p-viewed__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10 / 390 * 100vw);
  margin-top: calc(40 / 390 * 100vw);
}
.p-viewed__name, .p-viewed__price {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-viewed {
    margin-top: 0;
    padding-top: 160px;
    border: none;
  }
  .p-viewed__title {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .p-viewed__items {
    flex: 1;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    margin-top: 40px;
  }
  .p-viewed__name, .p-viewed__price {
    display: block;
    text-align: center;
  }
  .p-viewed__name {
    margin-top: 15px;
    font-size: 1.1rem;
    font-weight: 700;
  }
  .p-viewed__price {
    margin-top: 10px;
    font-size: 1.4rem;
    font-family: Aven, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, "sans-serif";
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .p-viewed {
    display: flex;
    align-items: center;
    gap: 0 50px;
    padding: 160px 0 0 50px;
  }
  .p-viewed__title {
    text-align: left;
  }
  .p-viewed__items {
    margin-top: 0;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-viewed__item:nth-child(n+5) {
    display: none;
  }
}

/**
/* お気に入り
/*------------------------------------*/
.p-wishlist {
  margin-top: calc(40 / 390 * 100vw);
}
@media screen and (min-width: 768px) {
  .p-wishlist {
    margin-top: 60px;
  }
}

/*============================================================================*
/* Pages
/*============================================================================*/
/*============================================================================*
/* Utility
/*============================================================================*/
/**
/* 行の揃え位置
/*------------------------------------*/
.u-align-left {
  text-align: left !important;
}

.u-align-center {
  text-align: center !important;
}

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

/**
/* 文字色
/*------------------------------------*/
.u-color-red {
  color: #990000 !important;
}

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

.u-display-inline {
  display: inline !important;
}

.u-display-block {
  display: block !important;
}

.u-display-flex {
  display: flex !important;
}

.u-display-grid {
  display: grid !important;
}

.u-display-contents {
  display: contents !important;
}

/**
/* 文字サイズ
/*------------------------------------*/
.u-fz-small {
  line-height: 1.7 !important;
  font-size: calc(11 / 390 * 100vw) !important;
}
@media screen and (min-width: 768px) {
  .u-fz-small {
    font-size: 1.2rem !important;
  }
}

.u-fz-medium {
  line-height: 1.7 !important;
  font-size: calc(13 / 390 * 100vw) !important;
}
@media screen and (min-width: 768px) {
  .u-fz-medium {
    font-size: 1.4rem !important;
  }
}

/**
/* 非表示制御
/*------------------------------------*/
@media screen and (max-width: 767px) {
  .u-hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .u-hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-hidden-xl {
    display: none !important;
  }
}
/**
/* margin / padding
/*------------------------------------*/
.u-mt0 {
  margin-top: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-mt5 {
  margin-top: calc(5 / 390 * 100vw) !important;
}

.u-mr5 {
  margin-right: calc(5 / 390 * 100vw) !important;
}

.u-mb5 {
  margin-bottom: calc(5 / 390 * 100vw) !important;
}

.u-ml5 {
  margin-left: calc(5 / 390 * 100vw) !important;
}

.u-pt5 {
  padding-top: calc(5 / 390 * 100vw) !important;
}

.u-pr5 {
  padding-right: calc(5 / 390 * 100vw) !important;
}

.u-pb5 {
  padding-bottom: calc(5 / 390 * 100vw) !important;
}

.u-pl5 {
  padding-left: calc(5 / 390 * 100vw) !important;
}

.u-mt10 {
  margin-top: calc(10 / 390 * 100vw) !important;
}

.u-mr10 {
  margin-right: calc(10 / 390 * 100vw) !important;
}

.u-mb10 {
  margin-bottom: calc(10 / 390 * 100vw) !important;
}

.u-ml10 {
  margin-left: calc(10 / 390 * 100vw) !important;
}

.u-pt10 {
  padding-top: calc(10 / 390 * 100vw) !important;
}

.u-pr10 {
  padding-right: calc(10 / 390 * 100vw) !important;
}

.u-pb10 {
  padding-bottom: calc(10 / 390 * 100vw) !important;
}

.u-pl10 {
  padding-left: calc(10 / 390 * 100vw) !important;
}

.u-mt15 {
  margin-top: calc(15 / 390 * 100vw) !important;
}

.u-mr15 {
  margin-right: calc(15 / 390 * 100vw) !important;
}

.u-mb15 {
  margin-bottom: calc(15 / 390 * 100vw) !important;
}

.u-ml15 {
  margin-left: calc(15 / 390 * 100vw) !important;
}

.u-pt15 {
  padding-top: calc(15 / 390 * 100vw) !important;
}

.u-pr15 {
  padding-right: calc(15 / 390 * 100vw) !important;
}

.u-pb15 {
  padding-bottom: calc(15 / 390 * 100vw) !important;
}

.u-pl15 {
  padding-left: calc(15 / 390 * 100vw) !important;
}

.u-mt20 {
  margin-top: calc(20 / 390 * 100vw) !important;
}

.u-mr20 {
  margin-right: calc(20 / 390 * 100vw) !important;
}

.u-mb20 {
  margin-bottom: calc(20 / 390 * 100vw) !important;
}

.u-ml20 {
  margin-left: calc(20 / 390 * 100vw) !important;
}

.u-pt20 {
  padding-top: calc(20 / 390 * 100vw) !important;
}

.u-pr20 {
  padding-right: calc(20 / 390 * 100vw) !important;
}

.u-pb20 {
  padding-bottom: calc(20 / 390 * 100vw) !important;
}

.u-pl20 {
  padding-left: calc(20 / 390 * 100vw) !important;
}

.u-mt25 {
  margin-top: calc(25 / 390 * 100vw) !important;
}

.u-mr25 {
  margin-right: calc(25 / 390 * 100vw) !important;
}

.u-mb25 {
  margin-bottom: calc(25 / 390 * 100vw) !important;
}

.u-ml25 {
  margin-left: calc(25 / 390 * 100vw) !important;
}

.u-pt25 {
  padding-top: calc(25 / 390 * 100vw) !important;
}

.u-pr25 {
  padding-right: calc(25 / 390 * 100vw) !important;
}

.u-pb25 {
  padding-bottom: calc(25 / 390 * 100vw) !important;
}

.u-pl25 {
  padding-left: calc(25 / 390 * 100vw) !important;
}

.u-mt30 {
  margin-top: calc(30 / 390 * 100vw) !important;
}

.u-mr30 {
  margin-right: calc(30 / 390 * 100vw) !important;
}

.u-mb30 {
  margin-bottom: calc(30 / 390 * 100vw) !important;
}

.u-ml30 {
  margin-left: calc(30 / 390 * 100vw) !important;
}

.u-pt30 {
  padding-top: calc(30 / 390 * 100vw) !important;
}

.u-pr30 {
  padding-right: calc(30 / 390 * 100vw) !important;
}

.u-pb30 {
  padding-bottom: calc(30 / 390 * 100vw) !important;
}

.u-pl30 {
  padding-left: calc(30 / 390 * 100vw) !important;
}

.u-mt35 {
  margin-top: calc(35 / 390 * 100vw) !important;
}

.u-mr35 {
  margin-right: calc(35 / 390 * 100vw) !important;
}

.u-mb35 {
  margin-bottom: calc(35 / 390 * 100vw) !important;
}

.u-ml35 {
  margin-left: calc(35 / 390 * 100vw) !important;
}

.u-pt35 {
  padding-top: calc(35 / 390 * 100vw) !important;
}

.u-pr35 {
  padding-right: calc(35 / 390 * 100vw) !important;
}

.u-pb35 {
  padding-bottom: calc(35 / 390 * 100vw) !important;
}

.u-pl35 {
  padding-left: calc(35 / 390 * 100vw) !important;
}

.u-mt40 {
  margin-top: calc(40 / 390 * 100vw) !important;
}

.u-mr40 {
  margin-right: calc(40 / 390 * 100vw) !important;
}

.u-mb40 {
  margin-bottom: calc(40 / 390 * 100vw) !important;
}

.u-ml40 {
  margin-left: calc(40 / 390 * 100vw) !important;
}

.u-pt40 {
  padding-top: calc(40 / 390 * 100vw) !important;
}

.u-pr40 {
  padding-right: calc(40 / 390 * 100vw) !important;
}

.u-pb40 {
  padding-bottom: calc(40 / 390 * 100vw) !important;
}

.u-pl40 {
  padding-left: calc(40 / 390 * 100vw) !important;
}

.u-mt45 {
  margin-top: calc(45 / 390 * 100vw) !important;
}

.u-mr45 {
  margin-right: calc(45 / 390 * 100vw) !important;
}

.u-mb45 {
  margin-bottom: calc(45 / 390 * 100vw) !important;
}

.u-ml45 {
  margin-left: calc(45 / 390 * 100vw) !important;
}

.u-pt45 {
  padding-top: calc(45 / 390 * 100vw) !important;
}

.u-pr45 {
  padding-right: calc(45 / 390 * 100vw) !important;
}

.u-pb45 {
  padding-bottom: calc(45 / 390 * 100vw) !important;
}

.u-pl45 {
  padding-left: calc(45 / 390 * 100vw) !important;
}

.u-mt50 {
  margin-top: calc(50 / 390 * 100vw) !important;
}

.u-mr50 {
  margin-right: calc(50 / 390 * 100vw) !important;
}

.u-mb50 {
  margin-bottom: calc(50 / 390 * 100vw) !important;
}

.u-ml50 {
  margin-left: calc(50 / 390 * 100vw) !important;
}

.u-pt50 {
  padding-top: calc(50 / 390 * 100vw) !important;
}

.u-pr50 {
  padding-right: calc(50 / 390 * 100vw) !important;
}

.u-pb50 {
  padding-bottom: calc(50 / 390 * 100vw) !important;
}

.u-pl50 {
  padding-left: calc(50 / 390 * 100vw) !important;
}

.u-mt55 {
  margin-top: calc(55 / 390 * 100vw) !important;
}

.u-mr55 {
  margin-right: calc(55 / 390 * 100vw) !important;
}

.u-mb55 {
  margin-bottom: calc(55 / 390 * 100vw) !important;
}

.u-ml55 {
  margin-left: calc(55 / 390 * 100vw) !important;
}

.u-pt55 {
  padding-top: calc(55 / 390 * 100vw) !important;
}

.u-pr55 {
  padding-right: calc(55 / 390 * 100vw) !important;
}

.u-pb55 {
  padding-bottom: calc(55 / 390 * 100vw) !important;
}

.u-pl55 {
  padding-left: calc(55 / 390 * 100vw) !important;
}

.u-mt60 {
  margin-top: calc(60 / 390 * 100vw) !important;
}

.u-mr60 {
  margin-right: calc(60 / 390 * 100vw) !important;
}

.u-mb60 {
  margin-bottom: calc(60 / 390 * 100vw) !important;
}

.u-ml60 {
  margin-left: calc(60 / 390 * 100vw) !important;
}

.u-pt60 {
  padding-top: calc(60 / 390 * 100vw) !important;
}

.u-pr60 {
  padding-right: calc(60 / 390 * 100vw) !important;
}

.u-pb60 {
  padding-bottom: calc(60 / 390 * 100vw) !important;
}

.u-pl60 {
  padding-left: calc(60 / 390 * 100vw) !important;
}

.u-mt65 {
  margin-top: calc(65 / 390 * 100vw) !important;
}

.u-mr65 {
  margin-right: calc(65 / 390 * 100vw) !important;
}

.u-mb65 {
  margin-bottom: calc(65 / 390 * 100vw) !important;
}

.u-ml65 {
  margin-left: calc(65 / 390 * 100vw) !important;
}

.u-pt65 {
  padding-top: calc(65 / 390 * 100vw) !important;
}

.u-pr65 {
  padding-right: calc(65 / 390 * 100vw) !important;
}

.u-pb65 {
  padding-bottom: calc(65 / 390 * 100vw) !important;
}

.u-pl65 {
  padding-left: calc(65 / 390 * 100vw) !important;
}

.u-mt70 {
  margin-top: calc(70 / 390 * 100vw) !important;
}

.u-mr70 {
  margin-right: calc(70 / 390 * 100vw) !important;
}

.u-mb70 {
  margin-bottom: calc(70 / 390 * 100vw) !important;
}

.u-ml70 {
  margin-left: calc(70 / 390 * 100vw) !important;
}

.u-pt70 {
  padding-top: calc(70 / 390 * 100vw) !important;
}

.u-pr70 {
  padding-right: calc(70 / 390 * 100vw) !important;
}

.u-pb70 {
  padding-bottom: calc(70 / 390 * 100vw) !important;
}

.u-pl70 {
  padding-left: calc(70 / 390 * 100vw) !important;
}

.u-mt75 {
  margin-top: calc(75 / 390 * 100vw) !important;
}

.u-mr75 {
  margin-right: calc(75 / 390 * 100vw) !important;
}

.u-mb75 {
  margin-bottom: calc(75 / 390 * 100vw) !important;
}

.u-ml75 {
  margin-left: calc(75 / 390 * 100vw) !important;
}

.u-pt75 {
  padding-top: calc(75 / 390 * 100vw) !important;
}

.u-pr75 {
  padding-right: calc(75 / 390 * 100vw) !important;
}

.u-pb75 {
  padding-bottom: calc(75 / 390 * 100vw) !important;
}

.u-pl75 {
  padding-left: calc(75 / 390 * 100vw) !important;
}

.u-mt80 {
  margin-top: calc(80 / 390 * 100vw) !important;
}

.u-mr80 {
  margin-right: calc(80 / 390 * 100vw) !important;
}

.u-mb80 {
  margin-bottom: calc(80 / 390 * 100vw) !important;
}

.u-ml80 {
  margin-left: calc(80 / 390 * 100vw) !important;
}

.u-pt80 {
  padding-top: calc(80 / 390 * 100vw) !important;
}

.u-pr80 {
  padding-right: calc(80 / 390 * 100vw) !important;
}

.u-pb80 {
  padding-bottom: calc(80 / 390 * 100vw) !important;
}

.u-pl80 {
  padding-left: calc(80 / 390 * 100vw) !important;
}

.u-mt85 {
  margin-top: calc(85 / 390 * 100vw) !important;
}

.u-mr85 {
  margin-right: calc(85 / 390 * 100vw) !important;
}

.u-mb85 {
  margin-bottom: calc(85 / 390 * 100vw) !important;
}

.u-ml85 {
  margin-left: calc(85 / 390 * 100vw) !important;
}

.u-pt85 {
  padding-top: calc(85 / 390 * 100vw) !important;
}

.u-pr85 {
  padding-right: calc(85 / 390 * 100vw) !important;
}

.u-pb85 {
  padding-bottom: calc(85 / 390 * 100vw) !important;
}

.u-pl85 {
  padding-left: calc(85 / 390 * 100vw) !important;
}

.u-mt90 {
  margin-top: calc(90 / 390 * 100vw) !important;
}

.u-mr90 {
  margin-right: calc(90 / 390 * 100vw) !important;
}

.u-mb90 {
  margin-bottom: calc(90 / 390 * 100vw) !important;
}

.u-ml90 {
  margin-left: calc(90 / 390 * 100vw) !important;
}

.u-pt90 {
  padding-top: calc(90 / 390 * 100vw) !important;
}

.u-pr90 {
  padding-right: calc(90 / 390 * 100vw) !important;
}

.u-pb90 {
  padding-bottom: calc(90 / 390 * 100vw) !important;
}

.u-pl90 {
  padding-left: calc(90 / 390 * 100vw) !important;
}

.u-mt95 {
  margin-top: calc(95 / 390 * 100vw) !important;
}

.u-mr95 {
  margin-right: calc(95 / 390 * 100vw) !important;
}

.u-mb95 {
  margin-bottom: calc(95 / 390 * 100vw) !important;
}

.u-ml95 {
  margin-left: calc(95 / 390 * 100vw) !important;
}

.u-pt95 {
  padding-top: calc(95 / 390 * 100vw) !important;
}

.u-pr95 {
  padding-right: calc(95 / 390 * 100vw) !important;
}

.u-pb95 {
  padding-bottom: calc(95 / 390 * 100vw) !important;
}

.u-pl95 {
  padding-left: calc(95 / 390 * 100vw) !important;
}

.u-mt100 {
  margin-top: calc(100 / 390 * 100vw) !important;
}

.u-mr100 {
  margin-right: calc(100 / 390 * 100vw) !important;
}

.u-mb100 {
  margin-bottom: calc(100 / 390 * 100vw) !important;
}

.u-ml100 {
  margin-left: calc(100 / 390 * 100vw) !important;
}

.u-pt100 {
  padding-top: calc(100 / 390 * 100vw) !important;
}

.u-pr100 {
  padding-right: calc(100 / 390 * 100vw) !important;
}

.u-pb100 {
  padding-bottom: calc(100 / 390 * 100vw) !important;
}

.u-pl100 {
  padding-left: calc(100 / 390 * 100vw) !important;
}

@media screen and (min-width: 768px) {
  .u-mt5 {
    margin-top: 5px !important;
  }
  .u-mr5 {
    margin-right: 5px !important;
  }
  .u-mb5 {
    margin-bottom: 5px !important;
  }
  .u-ml5 {
    margin-left: 5px !important;
  }
  .u-pt5 {
    padding-top: 5px !important;
  }
  .u-pr5 {
    padding-right: 5px !important;
  }
  .u-pb5 {
    padding-bottom: 5px !important;
  }
  .u-pl5 {
    padding-left: 5px !important;
  }
  .u-mt10 {
    margin-top: 10px !important;
  }
  .u-mr10 {
    margin-right: 10px !important;
  }
  .u-mb10 {
    margin-bottom: 10px !important;
  }
  .u-ml10 {
    margin-left: 10px !important;
  }
  .u-pt10 {
    padding-top: 10px !important;
  }
  .u-pr10 {
    padding-right: 10px !important;
  }
  .u-pb10 {
    padding-bottom: 10px !important;
  }
  .u-pl10 {
    padding-left: 10px !important;
  }
  .u-mt15 {
    margin-top: 15px !important;
  }
  .u-mr15 {
    margin-right: 15px !important;
  }
  .u-mb15 {
    margin-bottom: 15px !important;
  }
  .u-ml15 {
    margin-left: 15px !important;
  }
  .u-pt15 {
    padding-top: 15px !important;
  }
  .u-pr15 {
    padding-right: 15px !important;
  }
  .u-pb15 {
    padding-bottom: 15px !important;
  }
  .u-pl15 {
    padding-left: 15px !important;
  }
  .u-mt20 {
    margin-top: 20px !important;
  }
  .u-mr20 {
    margin-right: 20px !important;
  }
  .u-mb20 {
    margin-bottom: 20px !important;
  }
  .u-ml20 {
    margin-left: 20px !important;
  }
  .u-pt20 {
    padding-top: 20px !important;
  }
  .u-pr20 {
    padding-right: 20px !important;
  }
  .u-pb20 {
    padding-bottom: 20px !important;
  }
  .u-pl20 {
    padding-left: 20px !important;
  }
  .u-mt25 {
    margin-top: 25px !important;
  }
  .u-mr25 {
    margin-right: 25px !important;
  }
  .u-mb25 {
    margin-bottom: 25px !important;
  }
  .u-ml25 {
    margin-left: 25px !important;
  }
  .u-pt25 {
    padding-top: 25px !important;
  }
  .u-pr25 {
    padding-right: 25px !important;
  }
  .u-pb25 {
    padding-bottom: 25px !important;
  }
  .u-pl25 {
    padding-left: 25px !important;
  }
  .u-mt30 {
    margin-top: 30px !important;
  }
  .u-mr30 {
    margin-right: 30px !important;
  }
  .u-mb30 {
    margin-bottom: 30px !important;
  }
  .u-ml30 {
    margin-left: 30px !important;
  }
  .u-pt30 {
    padding-top: 30px !important;
  }
  .u-pr30 {
    padding-right: 30px !important;
  }
  .u-pb30 {
    padding-bottom: 30px !important;
  }
  .u-pl30 {
    padding-left: 30px !important;
  }
  .u-mt35 {
    margin-top: 35px !important;
  }
  .u-mr35 {
    margin-right: 35px !important;
  }
  .u-mb35 {
    margin-bottom: 35px !important;
  }
  .u-ml35 {
    margin-left: 35px !important;
  }
  .u-pt35 {
    padding-top: 35px !important;
  }
  .u-pr35 {
    padding-right: 35px !important;
  }
  .u-pb35 {
    padding-bottom: 35px !important;
  }
  .u-pl35 {
    padding-left: 35px !important;
  }
  .u-mt40 {
    margin-top: 40px !important;
  }
  .u-mr40 {
    margin-right: 40px !important;
  }
  .u-mb40 {
    margin-bottom: 40px !important;
  }
  .u-ml40 {
    margin-left: 40px !important;
  }
  .u-pt40 {
    padding-top: 40px !important;
  }
  .u-pr40 {
    padding-right: 40px !important;
  }
  .u-pb40 {
    padding-bottom: 40px !important;
  }
  .u-pl40 {
    padding-left: 40px !important;
  }
  .u-mt45 {
    margin-top: 45px !important;
  }
  .u-mr45 {
    margin-right: 45px !important;
  }
  .u-mb45 {
    margin-bottom: 45px !important;
  }
  .u-ml45 {
    margin-left: 45px !important;
  }
  .u-pt45 {
    padding-top: 45px !important;
  }
  .u-pr45 {
    padding-right: 45px !important;
  }
  .u-pb45 {
    padding-bottom: 45px !important;
  }
  .u-pl45 {
    padding-left: 45px !important;
  }
  .u-mt50 {
    margin-top: 50px !important;
  }
  .u-mr50 {
    margin-right: 50px !important;
  }
  .u-mb50 {
    margin-bottom: 50px !important;
  }
  .u-ml50 {
    margin-left: 50px !important;
  }
  .u-pt50 {
    padding-top: 50px !important;
  }
  .u-pr50 {
    padding-right: 50px !important;
  }
  .u-pb50 {
    padding-bottom: 50px !important;
  }
  .u-pl50 {
    padding-left: 50px !important;
  }
  .u-mt55 {
    margin-top: 55px !important;
  }
  .u-mr55 {
    margin-right: 55px !important;
  }
  .u-mb55 {
    margin-bottom: 55px !important;
  }
  .u-ml55 {
    margin-left: 55px !important;
  }
  .u-pt55 {
    padding-top: 55px !important;
  }
  .u-pr55 {
    padding-right: 55px !important;
  }
  .u-pb55 {
    padding-bottom: 55px !important;
  }
  .u-pl55 {
    padding-left: 55px !important;
  }
  .u-mt60 {
    margin-top: 60px !important;
  }
  .u-mr60 {
    margin-right: 60px !important;
  }
  .u-mb60 {
    margin-bottom: 60px !important;
  }
  .u-ml60 {
    margin-left: 60px !important;
  }
  .u-pt60 {
    padding-top: 60px !important;
  }
  .u-pr60 {
    padding-right: 60px !important;
  }
  .u-pb60 {
    padding-bottom: 60px !important;
  }
  .u-pl60 {
    padding-left: 60px !important;
  }
  .u-mt65 {
    margin-top: 65px !important;
  }
  .u-mr65 {
    margin-right: 65px !important;
  }
  .u-mb65 {
    margin-bottom: 65px !important;
  }
  .u-ml65 {
    margin-left: 65px !important;
  }
  .u-pt65 {
    padding-top: 65px !important;
  }
  .u-pr65 {
    padding-right: 65px !important;
  }
  .u-pb65 {
    padding-bottom: 65px !important;
  }
  .u-pl65 {
    padding-left: 65px !important;
  }
  .u-mt70 {
    margin-top: 70px !important;
  }
  .u-mr70 {
    margin-right: 70px !important;
  }
  .u-mb70 {
    margin-bottom: 70px !important;
  }
  .u-ml70 {
    margin-left: 70px !important;
  }
  .u-pt70 {
    padding-top: 70px !important;
  }
  .u-pr70 {
    padding-right: 70px !important;
  }
  .u-pb70 {
    padding-bottom: 70px !important;
  }
  .u-pl70 {
    padding-left: 70px !important;
  }
  .u-mt75 {
    margin-top: 75px !important;
  }
  .u-mr75 {
    margin-right: 75px !important;
  }
  .u-mb75 {
    margin-bottom: 75px !important;
  }
  .u-ml75 {
    margin-left: 75px !important;
  }
  .u-pt75 {
    padding-top: 75px !important;
  }
  .u-pr75 {
    padding-right: 75px !important;
  }
  .u-pb75 {
    padding-bottom: 75px !important;
  }
  .u-pl75 {
    padding-left: 75px !important;
  }
  .u-mt80 {
    margin-top: 80px !important;
  }
  .u-mr80 {
    margin-right: 80px !important;
  }
  .u-mb80 {
    margin-bottom: 80px !important;
  }
  .u-ml80 {
    margin-left: 80px !important;
  }
  .u-pt80 {
    padding-top: 80px !important;
  }
  .u-pr80 {
    padding-right: 80px !important;
  }
  .u-pb80 {
    padding-bottom: 80px !important;
  }
  .u-pl80 {
    padding-left: 80px !important;
  }
  .u-mt85 {
    margin-top: 85px !important;
  }
  .u-mr85 {
    margin-right: 85px !important;
  }
  .u-mb85 {
    margin-bottom: 85px !important;
  }
  .u-ml85 {
    margin-left: 85px !important;
  }
  .u-pt85 {
    padding-top: 85px !important;
  }
  .u-pr85 {
    padding-right: 85px !important;
  }
  .u-pb85 {
    padding-bottom: 85px !important;
  }
  .u-pl85 {
    padding-left: 85px !important;
  }
  .u-mt90 {
    margin-top: 90px !important;
  }
  .u-mr90 {
    margin-right: 90px !important;
  }
  .u-mb90 {
    margin-bottom: 90px !important;
  }
  .u-ml90 {
    margin-left: 90px !important;
  }
  .u-pt90 {
    padding-top: 90px !important;
  }
  .u-pr90 {
    padding-right: 90px !important;
  }
  .u-pb90 {
    padding-bottom: 90px !important;
  }
  .u-pl90 {
    padding-left: 90px !important;
  }
  .u-mt95 {
    margin-top: 95px !important;
  }
  .u-mr95 {
    margin-right: 95px !important;
  }
  .u-mb95 {
    margin-bottom: 95px !important;
  }
  .u-ml95 {
    margin-left: 95px !important;
  }
  .u-pt95 {
    padding-top: 95px !important;
  }
  .u-pr95 {
    padding-right: 95px !important;
  }
  .u-pb95 {
    padding-bottom: 95px !important;
  }
  .u-pl95 {
    padding-left: 95px !important;
  }
  .u-mt100 {
    margin-top: 100px !important;
  }
  .u-mr100 {
    margin-right: 100px !important;
  }
  .u-mb100 {
    margin-bottom: 100px !important;
  }
  .u-ml100 {
    margin-left: 100px !important;
  }
  .u-pt100 {
    padding-top: 100px !important;
  }
  .u-pr100 {
    padding-right: 100px !important;
  }
  .u-pb100 {
    padding-bottom: 100px !important;
  }
  .u-pl100 {
    padding-left: 100px !important;
  }
}
/**
/* display
/*------------------------------------*/
.u-underline {
  text-decoration: underline;
}
@media (hover: hover) {
  .u-underline:hover {
    text-decoration: none;
  }
}