@charset "UTF-8";
img, svg {
  vertical-align: top;
}

img {
  display: inline;
}

input, select, textarea, label {
  font-size: 1.6rem;
  background: #fff;
}

label {
  background: none;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=text], input[type=number] {
  line-height: 2;
  background: #fff;
  border: #B4B4B4 1px solid;
  border-radius: 3px;
}

input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(150, 150, 150, 0.6) !important;
}

input::placeholder {
  opacity: 1 !important;
  color: rgba(150, 150, 150, 0.6) !important;
}

select {
  border: #B4B4B4 1px solid;
  border-radius: 3px;
  background: url(../img/common/icon/select_arrow.svg) no-repeat right 1rem center, #fff;
  background-size: 1rem 0.4rem;
  padding: 1rem 3.3rem 0.9rem 1.6rem;
}
select:disabled {
  border-color: #B4B4B4;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .sp2 {
    display: none !important;
  }
}
/* --------------------
		clear
-------------------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.clearB {
  clear: both;
}

/* --------------------
		float
-------------------- */
.floatR {
  float: right;
}

.floatL {
  float: left;
}

/* --------------------
		link
-------------------- */
a {
  color: inherit;
  transition: color 0.2s;
  transition: opacity 0.2s;
}
a:not(:focus-visible) {
  outline: none;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.fade {
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fade:hover {
  opacity: 0.8;
}

.linkNon {
  color: inherit;
  text-decoration: none;
}

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

.txtLink {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .txtLink:hover {
    text-decoration: none;
  }
}

/* --------------------
		common
-------------------- */
.w100 {
  width: 100%;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.komeList li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li:before {
  content: "";
  line-height: 0;
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0.3em;
  top: 0.7em;
  transform: translate(-50%, -50%);
}

.kome span, .komeList li span, .dotList li span {
  text-indent: 0;
}

/* --------------------
		font size
-------------------- */
.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 1.8rem;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/* --------------------
		margin
-------------------- */
.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mb05em {
  margin-bottom: 0.5em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb15em {
  margin-bottom: 1.5em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb25em {
  margin-bottom: 2.5em;
}

.mb3em {
  margin-bottom: 3em;
}

.mb4em {
  margin-bottom: 4em;
}

.mt1em {
  margin-top: 1em;
}

.mt15em {
  margin-top: 1.5em;
}

.mt2em {
  margin-top: 2em;
}

/* --------------------
		padding
-------------------- */
.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 20px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pt05em {
  padding-top: 0.5em;
}

.pt1em {
  padding-top: 1em;
}

.pt15em {
  padding-top: 1.5em;
}

html {
  font-size: 2.67vw;
}

body {
  font-family: var(--font-ja);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: var(--color-txt);
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
  body {
    font-size: 1.6rem;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 840px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.6rem;
  }
  .sp2 {
    display: none;
  }
}
.s-header {
  height: 5rem;
  color: #000;
}
@media screen and (min-width: 992px) {
  .s-header {
    padding: 0 2rem;
    height: 148px;
  }
  .s-header-wrapWrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
  }
}
.s-header-wrap {
  height: 5rem;
}
.s-header-wrap__logo {
  width: 13.8rem;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
.s-header-wrap__nav {
  width: 1.8rem;
  height: 1.3rem;
  top: 1.5rem;
  left: 2.2rem;
}
.s-header-wrap__utility {
  top: 1.2rem;
  right: 2.3rem;
  width: 7.6rem;
  height: auto;
}
@media screen and (min-width: 992px) {
  .s-header-wrap {
    position: relative;
    max-width: 1200px;
    height: 95px;
    margin: 0 auto;
    padding: 0 30px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: none;
  }
  .s-header-wrap__logo {
    width: 40.9rem;
    max-width: 40%;
  }
  .s-header-wrap__nav {
    display: none;
  }
  .s-header-wrap__utility {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: 0;
    flex-grow: 0;
  }
  .s-header-wrap__utility #js-headRefinedSearchBtn {
    display: none;
  }
}
.s-header-navBlok__openBtn {
  width: 100%;
  height: 1.3rem;
}
.s-header-navBlok__openBtn:before, .s-header-navBlok__openBtn:after, .s-header-navBlok__openBtn > span {
  width: 100%;
  height: 1px;
}
.s-header-navBlok__openBtn > span {
  position: relative;
  top: auto;
}
.s-header-navBlok__openBtn:before {
  top: 0;
}
.s-header-navBlok__openBtn:after {
  bottom: 0;
}
.s-header-navBlok__openBtn p {
  position: absolute;
  left: 50%;
  bottom: -1.6rem;
  transform: translateX(-50%);
  font-size: 0.7rem;
  text-align: center;
  width: 3.1rem;
  font-weight: 700;
}
.s-header-navBlok__openBtn.active:before {
  transform: translateY(6px) rotate(45deg);
}
.s-header-navBlok__openBtn.active:after {
  transform: translateY(-6px) rotate(-45deg);
}
.s-header-navBlok__openBtn.active p {
  font-size: 0;
}
.s-header-navBlok__openBtn.active p:before {
  content: "閉じる";
  font-size: 0.7rem;
  display: inline-block;
  width: 100%;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav:before {
  opacity: 1;
  transition: opacity 0.5s 0.3s;
}
.s-header-navBlok__nav {
  top: 5rem;
  height: calc(100vh - 5rem);
  height: calc(100dvh - 5rem);
  background: none;
  border: none;
  padding: 0;
  overflow: hidden;
}
.s-header-navBlok__nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.s-header-navBlok__nav:after {
  content: none;
}
.s-header-navBlok__navIN {
  padding: 2rem 3.6rem 3.5rem;
  width: 92%;
  height: calc(100vh - 5rem);
  height: calc(100dvh - 5rem);
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 992px) {
  .s-header-navBlok__nav {
    display: none;
    visibility: hidden;
  }
}
.s-header-utilityList {
  gap: 0 1.5rem;
}
.s-header-utilityList__item {
  width: auto;
  position: relative;
}
.s-header-utilityList__item a {
  position: relative;
  display: block;
  padding-bottom: 1.4rem;
}
.s-header-utilityList__item p {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  transform: translateX(-50%);
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  width: 5rem;
}
.s-header-utilityList__icon img {
  width: auto;
  height: 2.2rem;
}
.s-header-utilityList__icon--cart {
  position: initial;
}
@media screen and (min-width: 992px) {
  .s-header-utilityList {
    gap: 0 3.6rem;
  }
  .s-header-utilityList__item a {
    padding-bottom: 2rem;
  }
  .s-header-utilityList__item p {
    font-size: 1rem;
    font-weight: 600;
    width: 6rem;
  }
  .s-header-utilityList__icon img {
    height: 3.4rem;
  }
}
.s-header__cartCnt {
  background: var(--color-primary);
  min-width: 1.4rem;
  height: 1.4rem;
  font-family: var(--font-ja);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  top: -0.5em;
  right: -1.4em;
}
@media screen and (min-width: 992px) {
  .s-header__cartCnt {
    min-width: 2rem;
    height: 2rem;
    font-size: 1.3rem;
    padding-bottom: 0.1em;
  }
}
.s-header .iconMenuList {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: bold;
  color: var(--color-primary);
  gap: 0 1rem;
}
.s-header .iconMenuList li {
  flex: 1;
}
.s-header .iconMenuList li img {
  display: block;
  width: 5rem;
  margin: 0 auto 0.6em;
}
.s-header .acMenuWrap {
  margin-top: 1.7rem;
  border-bottom: var(--color-primary) 1px solid;
}
.s-header .acMenuWrap .acTtl {
  color: #505050;
  border-top: var(--color-primary) 1px solid;
  padding: 0.76rem 0 0.9rem;
  position: relative;
}
.s-header .acMenuWrap .acTtl:before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/common/arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%) scale(1, -1);
}
.s-header .acMenuWrap .acTtl .en {
  font-size: 2.5rem;
  line-height: 1;
}
.s-header .acMenuWrap .acTtl .jp {
  font-size: 1.1rem;
  font-weight: 600;
  padding-left: 1px;
  margin-top: 0.3em;
}
.s-header .acMenuWrap .acTtl.open:before {
  transform: translateY(-50%) scale(1, 1);
}
.s-header .acMenuWrap .acBox {
  margin-left: 3.4rem;
  display: none;
}
.s-header .acMenuWrap .acBox .txtList {
  font-size: 1.1rem;
  margin-bottom: 1em;
}
.s-header .acMenuWrap .acBox .txtList a {
  color: var(--color-primary);
  padding: 1.2em 0.6em;
  display: block;
}
.s-header .acMenuWrap .acBox .txtList li {
  border-top: var(--color-primary) 1px solid;
}
.s-header .acMenuWrap .acBox .cateList {
  padding: 0.3rem 0 2.3rem;
}
.s-header .acMenuWrap .acBox .cateList li {
  margin-bottom: 0.3rem;
  border: var(--color-primary) 1px solid;
}
.s-header .acMenuWrap .acBox .cateList li.allItems {
  border: none;
  text-align: right;
  margin-top: 1.1em;
  transform: translateX(3.6rem);
  font-size: 1.1rem;
}
.s-header .acMenuWrap .acBox .cateList li.allItems a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #fff;
  background: var(--color-primary);
  padding: 0.2em 0 0.2em 0.8em;
  width: 10rem;
  height: 2.3rem;
}
.s-header .acMenuWrap .acBox .cateList li.allItems a span {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0 0.8em;
}
.s-header .acMenuWrap .acBox .cateList li a {
  display: flex;
  color: var(--color-primary);
}
.s-header .acMenuWrap .acBox .cateList li p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-header .acMenuWrap .acBox .cateList li .en {
  font-size: 1.8rem;
  line-height: 1;
  display: block;
}
.s-header .acMenuWrap .acBox .cateList li .jp {
  font-size: 0.8rem;
  font-weight: 600;
}
.s-header .acMenuWrap .acBox .cateList li img {
  width: 8.3rem;
  height: 4.8rem;
  object-fit: cover;
  margin-right: 0.8rem;
}
.s-headerPC {
  display: none;
}
@media screen and (min-width: 992px) {
  .s-headerPC {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 min(3.51vw, 40px);
    display: block;
    position: relative;
  }
  .s-headerPC ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .s-headerPC ul li {
    width: 20.6rem;
    height: 53px;
  }
  .s-headerPC ul li .hoverM {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  .s-headerPC ul li .hoverM:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 900;
    transform: translateY(2px);
    width: 100%;
    height: 3px;
    background: #5a5a5a;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 992px) and (any-hover: hover) {
  .s-headerPC ul li.menu01:hover .hoverM:after {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .s-headerPC .hoverBox {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    transform: translateY(100%);
    border-top: #878787 1px solid;
    background: rgba(255, 255, 255, 0.9);
    z-index: 500;
    padding: 60px 46px;
    transition: opacity 0.25s;
  }
  .s-headerPC .hoverBox.cate {
    padding: 46px 46px;
  }
  .s-headerPC .menu01.open .hoverBox {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.5s;
  }
}
.s-headerPC .cateList {
  display: flex;
  justify-content: flex-start;
  gap: min(1.67vw, 19px) min(2.11vw, 24px);
}
.s-headerPC .cateList li {
  width: calc((100% - min(6.32vw, 72px)) / 4);
  height: auto;
  border: var(--color-primary) 1px solid;
}
.s-headerPC .cateList li.allItems {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border: none;
  font-size: 1.4rem;
  font-weight: 500;
}
.s-headerPC .cateList li.allItems a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background: var(--color-primary);
  width: 100%;
  height: 2.9rem;
  padding: 0.2em 0 0.2em 0.8em;
}
.s-headerPC .cateList li.allItems a span {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0 0.8em;
}
.s-headerPC .cateList li a {
  display: flex;
  color: var(--color-primary);
}
.s-headerPC .cateList li p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-headerPC .cateList li .en {
  font-size: 2.1rem;
  line-height: 1;
  display: block;
}
.s-headerPC .cateList li .jp {
  font-size: 1rem;
  font-weight: 600;
  margin: 0.2em 0 -0.1em;
}
.s-headerPC .cateList li img {
  width: 9rem;
  height: 6.5rem;
  object-fit: cover;
  margin-right: 1rem;
}
.s-headerPC .txtList {
  display: flex;
  justify-content: flex-start;
  gap: 0 25px;
}
.s-headerPC .txtList li {
  width: 190px;
  height: auto;
}
.s-headerPC .txtList li a {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: var(--color-primary) 1px solid;
  color: var(--color-primary);
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .s-header-freeWordSearch {
    width: 24.56%;
    max-width: 280px;
    min-width: 250px;
    padding-top: 5px;
  }
}

.c-freeWordSearchBox {
  border: none;
  background: none;
  border-bottom: #828282 1px solid;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding: 0 0 5px 0;
  margin-bottom: 1.4rem;
  gap: 0;
}
.c-freeWordSearchBox__icon {
  width: 3.2rem;
  font-size: 0;
  display: block;
  padding-left: 0.2rem;
}
.c-freeWordSearchBox__icon img {
  width: 1.6rem;
}
.c-freeWordSearchBox__form {
  font-size: 1.6rem;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
}
.c-freeWordSearchBox__form::-webkit-input-placeholder {
  font-size: 1.1rem;
  line-height: 1.6rem;
  padding-bottom: 0.5em;
}
.c-freeWordSearchBox__form::placeholder {
  font-size: 1.1rem;
  line-height: 1.6rem;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-freeWordSearchBox {
    margin-bottom: 0;
  }
  .c-freeWordSearchBox__form::-webkit-input-placeholder {
    font-size: 1.6rem;
    padding-bottom: 0.5em;
  }
  .c-freeWordSearchBox__form::placeholder {
    font-size: 1.6rem;
    padding-bottom: 0.5em;
  }
}

@media screen and (min-width: 992px) {
  .s-header-miniCart .s-header-miniCart-head__title {
    font-size: 1.7rem;
    padding-top: 0.2em;
  }
  .s-header-miniCart .s-header-miniCart-head__price {
    font-size: 2rem;
  }
  .s-header-miniCart .s-header-miniCart-item__img img {
    height: auto;
  }
  .s-header-miniCart .s-header-miniCart-item__name {
    font-size: 1.3rem;
  }
  .s-header-miniCart .s-header-miniCart-item__info {
    font-size: 1.3rem;
  }
  .s-header-miniCart .s-header-miniCart-item a {
    padding-bottom: 0;
  }
  .s-header-miniCart .c-btn-fluid {
    font-weight: 600;
    padding: 1.4rem;
  }
}
.l-container {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.l-container-wrap {
  flex-direction: column;
}
.l-container-wrap__body--top-gap-short {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .l-container-wrap__body {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.m-breadcrumb {
  margin-top: 1.7rem;
}

.c-breadcrumb-list {
  font-size: 0.8rem;
  font-weight: 500;
}
.c-breadcrumb-item {
  color: #919191 !important;
}
.c-breadcrumb-item:not(:last-child):after {
  content: ">>";
  background: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 1em;
}

@media screen and (min-width: 768px) {
  .m-breadcrumb {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .c-breadcrumb-list {
    font-size: 1.2rem;
  }
  .c-breadcrumb-item:not(:last-child):after {
    margin: 0 1.2em;
  }
}
.sectionTitle {
  display: flex;
  align-items: center;
  letter-spacing: 0;
  margin-bottom: 1.8rem;
  color: #464646;
}
.sectionTitle .en {
  font-size: 3.1rem;
  line-height: 1.1;
}
.sectionTitle .jp {
  font-size: 1.1rem;
  line-height: 1.3;
  padding-left: 1.5em;
  margin-left: 1.7em;
  margin-top: 0.35em;
  border-left: var(--color-txt) 1px solid;
}
@media screen and (min-width: 768px) {
  .sectionTitle {
    margin-bottom: 3rem;
  }
  .sectionTitle .en {
    font-size: 4.4rem;
  }
  .sectionTitle .jp {
    font-size: 1.5rem;
    line-height: 1.3;
    padding-left: 1.4em;
    margin-left: 1.9em;
    margin-top: 0.35em;
  }
}

.c-pager {
  font-size: 1.2rem;
  font-weight: 600;
  color: #484848;
}
.c-pager__list {
  gap: 0 1.8rem;
}
.c-pager-list-item {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
.c-pager-list-item--leader {
  width: 1em;
  margin: 0 -0.3em;
}
.c-pager-list-item a {
  background: #DADADA;
  border-radius: 0.3rem;
}
.c-pager-list-item--active {
  border-radius: 0.3rem;
  background: #484848;
  color: #fff;
}
.c-pager__next, .c-pager__prev {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: auto;
  right: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.3rem;
  background: #DADADA;
}
.c-pager__next img, .c-pager__prev img {
  display: none;
}
.c-pager__next:before, .c-pager__prev:before {
  content: ">";
  display: block;
}
.c-pager__prev {
  margin-right: 1.8rem;
  transform: scale(-1, 1);
}
.c-pager__next {
  margin-left: 1.8rem;
}
@media screen and (min-width: 768px) {
  .c-pager {
    font-size: 1.3rem;
  }
  .c-pager__list {
    gap: 0 2rem;
  }
  .c-pager-list-item {
    width: 2.8rem;
    height: 2.8rem;
  }
  .c-pager-list-item a {
    background: #DADADA;
    border-radius: 0.4rem;
  }
  .c-pager-list-item--active {
    border-radius: 0.4rem;
  }
  .c-pager__next, .c-pager__prev {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.4rem;
  }
  .c-pager__prev {
    margin-right: 2rem;
  }
  .c-pager__next {
    margin-left: 2rem;
  }
}

.f_cateList {
  padding: 6rem 2.4rem 2.3rem;
}
.f_cateList li {
  margin-bottom: 0.9rem;
  border: var(--color-primary) 1px solid;
}
.f_cateList li a {
  display: flex;
  color: var(--color-primary);
}
.f_cateList li p {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.8rem 0 0;
}
.f_cateList li .en {
  font-size: 2.4rem;
  line-height: 1;
}
.f_cateList li .jp {
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 600;
  padding-top: 0.2em;
}
.f_cateList li img {
  width: 11rem;
  height: 6rem;
  object-fit: cover;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .f_cateList {
    max-width: 880px;
    margin: 0 auto;
    padding: 7.6rem 0 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2rem 2.3%;
  }
  .f_cateList li {
    width: 31.8%;
    margin-bottom: 0;
  }
  .f_cateList li a {
    align-items: center;
  }
  .f_cateList li p {
    padding: 0 0.8rem 0 0;
    display: inline-block;
    vertical-align: bottom;
  }
  .f_cateList li .en {
    font-size: 2.1rem;
    letter-spacing: 0;
    line-height: 1;
    float: left;
  }
  .f_cateList li .jp {
    font-size: 1rem;
    text-align: left;
    min-width: 5em;
    line-height: 1;
    font-weight: 600;
    float: right;
    margin: 0.4em auto 0;
  }
  .f_cateList li img {
    width: 9rem;
    height: 6.5rem;
    margin-right: 0.9rem;
  }
}

.s-footer {
  position: relative;
  padding: 10.13vw 17.33vw 6.93vw;
  border: none;
  color: #fff;
}
.s-footer:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #000;
}
@media screen and (min-width: 768px) {
  .s-footer {
    padding: 75px 50px 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .s-footer {
    padding: 75px 50px 18px;
  }
}
.s-footer #goTop {
  cursor: pointer;
  position: fixed;
  right: 1.5rem;
  bottom: 2rem;
  z-index: 100;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1.1rem;
  padding: 0 0 0.05em 0.2em;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 300;
  transform: rotate(-90deg);
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .s-footer #goTop:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .s-footer #goTop {
    right: 2rem;
  }
}
.s-footer .logo {
  text-align: center;
  margin-bottom: 3.8rem;
  filter: invert(1) brightness(1000%);
}
.s-footer .telBox .ttl {
  font-size: 1rem;
  margin-bottom: 1px;
}
.s-footer .telBox .tel {
  text-align: center;
}
.s-footer .telBox .tel img {
  width: 2.8rem;
  margin-right: 0.9rem;
  vertical-align: baseline;
}
.s-footer .telBox .tel .en {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.s-footer .telBox .time {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  margin-top: 2px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.s-footer .mmBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.67vw;
}
.s-footer .mmBox dl {
  flex: 1;
}
.s-footer .mmBox dl:first-child {
  margin-right: 1.6vw;
}
.s-footer .mmBox dt {
  font-size: 1rem;
  margin-bottom: 0.3em;
}
.s-footer .mmBox dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
  font-size: 0.8rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  height: 2.8em;
  border-radius: 3px;
}
.s-footer .mmBox dd a img {
  width: 1.65rem;
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .s-footer .logoArea {
    width: 37.7%;
    margin-right: 10%;
  }
  .s-footer .logo {
    text-align: left;
    margin-bottom: 54px;
    max-width: 390px;
  }
  .s-footer .telBox .ttl {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .s-footer .telBox .tel {
    text-align: left;
  }
  .s-footer .telBox .tel img {
    width: 3.5rem;
    margin-right: 1.3rem;
  }
  .s-footer .telBox .tel .en {
    font-size: 4.2rem;
    letter-spacing: 0.05em;
  }
  .s-footer .telBox .time {
    display: inline-flex;
    padding: 0 1.6em;
    margin-top: 6px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
  }
  .s-footer .mmBox {
    margin-top: 25px;
  }
  .s-footer .mmBox dl:first-child {
    margin-right: 20px;
  }
  .s-footer .mmBox dt {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
  .s-footer .mmBox dd a {
    color: #505050;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .s-footer .mmBox dd a img {
    width: 2.5rem;
    margin-right: 5px;
  }
}
.s-footer .fNav dl {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.s-footer .fNav dl:first-child {
  display: none;
}
.s-footer .fNav dl dt {
  display: none;
}
.s-footer .fNav dl dd {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.6em;
}
.s-footer .fNav dl dd:nth-of-type(2), .s-footer .fNav dl dd:nth-of-type(3), .s-footer .fNav dl dd:nth-of-type(5) {
  position: relative;
  margin-left: 2.8em;
}
.s-footer .fNav dl dd:nth-of-type(2):before, .s-footer .fNav dl dd:nth-of-type(3):before, .s-footer .fNav dl dd:nth-of-type(5):before {
  content: "";
  display: block;
  position: absolute;
  left: -1.41em;
  top: 5%;
  width: 1px;
  height: 90%;
  background: #fff;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .s-footer .fNav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  .s-footer .fNav dl {
    display: block !important;
    flex: 1;
    max-width: 210px;
    margin: 0;
  }
  .s-footer .fNav dl:last-child {
    margin-left: min(6.43vw, 90px);
  }
  .s-footer .fNav dl dt {
    display: block;
    border-bottom: #808080 1px solid;
    font-size: 1.6rem;
    padding: 0 0 0.3em 1.8em;
    margin-bottom: 26px;
  }
  .s-footer .fNav dl dd {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 1.2em 0 0 3em !important;
    padding-left: 0.7em;
    position: relative;
  }
  .s-footer .fNav dl dd::before {
    content: "";
    display: block;
    position: absolute;
    left: 0 !important;
    top: 0.7em !important;
    width: 3px !important;
    height: 3px !important;
    opacity: 1 !important;
    border-radius: 50%;
    background: #fff;
  }
}
.s-footer .snsNav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2.7rem;
  margin: 8.8vw 0 6.67vw;
}
.s-footer .snsNav li a {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-footer .copyRights {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 6.93vw;
}
@media screen and (min-width: 768px) {
  .s-footer .snsNav {
    order: 2;
    width: 100%;
    margin: 45px 0 22px;
  }
  .s-footer .snsNav li a {
    width: 4rem;
    height: 4rem;
  }
  .s-footer .copyRights {
    order: 3;
    width: 100%;
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 0;
  }
}

.p-page-home {
  padding-bottom: 0;
}

.p-homeSection {
  padding: 2.6rem 2.4rem 0;
}
.p-homeSection .viewmore {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #484848;
  border: #c2c2c2 1px solid;
  width: 17rem;
  height: 2.6rem;
  padding-top: 0.12em;
  margin: 3rem auto 0;
}
.p-homeSection .viewmore:before {
  content: "〉";
  display: block;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-primary);
  font-size: 1.3rem;
  font-family: var(--font-ja);
}
@media screen and (min-width: 768px) {
  .p-homeSection {
    padding: 7rem 3rem 0;
    max-width: 1200px;
    margin: 0 auto;
  }
  .p-homeSection .viewmore {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    width: 314px;
    height: 62px;
    margin: 40px 0 0 auto;
  }
  .p-homeSection .viewmore:before {
    right: 22px;
    font-size: 1.7rem;
  }
}

#newsLine {
  position: relative;
  color: #fff;
  padding: 0.5rem 1.6rem 0.3rem;
  font-size: 0.9rem;
  font-weight: 600;
}
#newsLine:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: var(--color-primary);
}
#newsLine h2 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.2em;
}
#newsLine p {
  padding: 0.2em 0;
}
@media screen and (min-width: 768px) {
  #newsLine {
    padding: 0.8rem 3rem;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
  }
  #newsLine h2 {
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0.2em;
    padding-top: 0.1em;
  }
  #newsLine div {
    border-left: rgba(255, 255, 255, 0.5) 1px solid;
    margin-left: 1.8rem;
    padding-left: 1.8rem;
  }
  #newsLine p {
    padding: 0.2em 0;
  }
}

.p-homeNewsList {
  border-top: #c0c0c0 1px solid;
  border-bottom: #c0c0c0 1px solid;
  padding: 0.8rem 0;
}
.p-homeNewsList-body {
  border: none;
  position: relative;
  padding: 0.8rem 0.8rem;
}
.p-homeNewsList-body a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-homeNewsList-body time {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  color: #6d6d6d;
  letter-spacing: 0;
  margin-bottom: 0.1em;
}
.p-homeNewsList-body dt {
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
.p-homeNewsList-body dd {
  display: none;
}

@media screen and (min-width: 768px) {
  .newsBox {
    padding-bottom: 8rem;
  }
  .p-homeNewsList {
    padding: 1.5rem 0;
  }
  .p-homeNewsList-body {
    padding: 1.5rem 1.4rem;
  }
  .p-homeNewsList-body time {
    font-size: 2.1rem;
    line-height: 1;
    margin-bottom: 0;
    padding-top: 0.2em;
  }
  .p-homeNewsList-body .p-homeNewsList-body__title {
    flex: 1;
  }
  .p-homeNewsList-body dt {
    font-size: 1.6rem;
  }
}
#featureArea0000000031 .m-featureSlide-slideController__prev, #featureArea0000000031 .m-featureSlide-slideController__next {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 1rem);
}
#featureArea0000000031 .m-featureSlide-slideController__prev img, #featureArea0000000031 .m-featureSlide-slideController__next img {
  display: none;
}
#featureArea0000000031 .m-featureSlide-slideController__prev:before, #featureArea0000000031 .m-featureSlide-slideController__next:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: var(--color-primary) 1px solid;
  border-right: var(--color-primary) 1px solid;
  transform: rotate(45deg) translate(-15%, 15%);
}
#featureArea0000000031 .m-featureSlide-slideController__prev {
  transform: scale(-1, 1);
}
#featureArea0000000031 .m-featureSlide-slidePagination {
  position: absolute;
  bottom: 0;
  z-index: 100;
  gap: 0.6rem 1.4rem;
  margin-top: 0;
}
#featureArea0000000031 .m-featureSlide-slidePagination__item {
  width: 1rem;
  height: 1rem;
  border-color: var(--color-primary);
}
#featureArea0000000031 .swiper-pagination-bullet-active {
  background: var(--color-primary);
}
@media screen and (min-width: 768px) {
  #featureArea0000000031 .m-featureSlide-container {
    max-width: 1140px;
    margin: 0 auto;
    overflow: visible;
  }
  #featureArea0000000031 .m-featureSlide-slider__item {
    max-width: 1140px;
  }
  #featureArea0000000031 .m-featureSlide-slideController {
    max-width: 1140px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
  }
  #featureArea0000000031 .m-featureSlide-slideController__prev, #featureArea0000000031 .m-featureSlide-slideController__next {
    width: 4.6rem;
    height: 4.6rem;
    top: calc(50% - 2.3rem);
  }
  #featureArea0000000031 .m-featureSlide-slideController__prev:before, #featureArea0000000031 .m-featureSlide-slideController__next:before {
    width: 1.8rem;
    height: 1.8rem;
    border-width: 2px;
    transform: rotate(45deg) translate(-15%, 15%);
  }
  #featureArea0000000031 .m-featureSlide-slideController__prev {
    left: 15px;
  }
  #featureArea0000000031 .m-featureSlide-slideController__next {
    right: 15px;
  }
  #featureArea0000000031 .m-featureSlide-slidePagination {
    gap: 1rem 1.8rem;
    margin-bottom: 1.5rem;
  }
  #featureArea0000000031 .m-featureSlide-slidePagination__item {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 1300px) {
  #featureArea0000000031 .m-featureSlide-slideController__prev {
    left: -15px;
  }
  #featureArea0000000031 .m-featureSlide-slideController__next {
    right: -15px;
  }
}

.p-homeSection.serviceBox {
  position: relative;
  padding: 3rem 3rem;
}
.p-homeSection.serviceBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #f0f0f0;
}
.p-homeSection.serviceBox h2 {
  color: var(--color-primary);
  text-align: center;
}
.p-homeSection.serviceBox h2 .en {
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1.1;
}
.p-homeSection.serviceBox h2 .jp {
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-homeSection.serviceBox {
    max-width: 1000px;
    padding: 7rem 3rem 9rem;
  }
  .p-homeSection.serviceBox h2 {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .p-homeSection.serviceBox h2 .en {
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 1;
  }
  .p-homeSection.serviceBox h2 .jp {
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 2.5em;
  }
}
.p-homeSection.serviceBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.3rem 3rem;
  margin: 2rem 0 0;
}
.p-homeSection.serviceBox ul li {
  width: calc(50% - 1.5rem);
  text-align: center;
}
.p-homeSection.serviceBox ul li .img {
  color: var(--color-primary);
}
.p-homeSection.serviceBox ul li .img img {
  width: 6.3rem;
}
.p-homeSection.serviceBox ul li .img span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.p-homeSection.serviceBox ul li .txt {
  color: #808080;
  border-top: rgba(128, 128, 128, 0.5) 1px solid;
  border-bottom: rgba(128, 128, 128, 0.5) 1px solid;
  height: 6.2em;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
}
.p-homeSection.serviceBox ul li .txt .tax {
  font-size: 85%;
}
.p-homeSection.serviceBox ul li .txt .kome {
  font-size: 0.8rem;
  margin-top: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-homeSection.serviceBox ul {
    gap: 0;
    margin: 5rem 0;
  }
  .p-homeSection.serviceBox ul li {
    width: 25%;
  }
  .p-homeSection.serviceBox ul li .img img {
    width: 86px;
  }
  .p-homeSection.serviceBox ul li .img span {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1rem;
  }
  .p-homeSection.serviceBox ul li .txt {
    border: none;
    height: auto;
    margin-top: 2.3rem;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
  }
  .p-homeSection.serviceBox ul li .txt .kome {
    font-size: 1rem;
    margin-top: 0.2em;
  }
}
.p-homeSection.serviceBox .subscInfo {
  margin: 3rem 0 0;
  padding: 1.8rem 2rem 6rem;
  border: rgba(var(--color-base), 0.8) 1px solid;
  position: relative;
}
.p-homeSection.serviceBox .subscInfo .img {
  position: absolute;
  right: 1.4rem;
  bottom: 1.3rem;
  width: 14.8rem;
}
.p-homeSection.serviceBox .subscInfo .txtBox h3 {
  color: var(--color-primary);
}
.p-homeSection.serviceBox .subscInfo .txtBox h3 .en {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.p-homeSection.serviceBox .subscInfo .txtBox h3 .min {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
}
.p-homeSection.serviceBox .subscInfo .txtBox .txt {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.8;
  color: #808080;
  margin: 1.2em 0 0;
}
.p-homeSection.serviceBox .subscInfo .txtBox .viewmore {
  margin: 2rem 0 0;
  width: 12rem;
  height: 2.7rem;
  border-color: rgba(var(--color-base), 0.8);
  color: var(--color-primary);
  font-size: 0.9rem;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  font-weight: 600;
}
.p-homeSection.serviceBox .subscInfo .txtBox .viewmore:before {
  font-size: 0.9rem;
  right: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-homeSection.serviceBox .subscInfo {
    margin: 0 auto;
    padding: 3rem 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-homeSection.serviceBox .subscInfo .img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 26.6%;
    max-width: 25.4rem;
    margin-right: 3rem;
  }
  .p-homeSection.serviceBox .subscInfo .txtBox {
    flex: 1;
    padding-right: 19.5rem;
    position: relative;
  }
  .p-homeSection.serviceBox .subscInfo .txtBox h3 .en {
    font-size: 2.2rem;
  }
  .p-homeSection.serviceBox .subscInfo .txtBox h3 .min {
    font-size: 2.7rem;
    line-height: 1.3;
  }
  .p-homeSection.serviceBox .subscInfo .txtBox .txt {
    font-size: 1.3rem;
    margin: 1.2em 0 0;
  }
  .p-homeSection.serviceBox .subscInfo .txtBox .viewmore {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 17rem;
    height: 4rem;
    font-size: 1.3rem;
    font-weight: 600;
  }
  .p-homeSection.serviceBox .subscInfo .txtBox .viewmore:before {
    font-size: 1.2rem;
    right: 0.3rem;
  }
}

.p-homeSection.campaignBox {
  color: #000;
  margin-bottom: 3rem;
}
.p-homeSection.campaignBox .sliderWrap {
  position: relative;
  padding: 0 1.7rem;
  margin: 0 -1.7rem;
}
.p-homeSection.campaignBox .swiper-button-prev, .p-homeSection.campaignBox .swiper-button-next {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.p-homeSection.campaignBox .swiper-button-prev:before, .p-homeSection.campaignBox .swiper-button-next:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: var(--color-primary) 1px solid;
  border-right: var(--color-primary) 1px solid;
  position: absolute;
  right: 40%;
  top: 40%;
  transform-origin: top right;
}
.p-homeSection.campaignBox .swiper-button-prev {
  transform: rotate(-135deg);
  left: 0;
}
.p-homeSection.campaignBox .swiper-button-next {
  transform: rotate(45deg);
  right: 0;
}
.p-homeSection.campaignBox li img {
  aspect-ratio: 724/506;
}
.p-homeSection.campaignBox li h3 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1rem;
}
.p-homeSection.campaignBox .viewmore {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-homeSection.campaignBox {
    /* .swiper-wrapper { gap:0 2.375%; }
    .swiper-slide { width: 31.75%; } */
  }
  .p-homeSection.campaignBox .swiper {
    opacity: 1 !important;
  }
  .p-homeSection.campaignBox .swiper-button-prev, .p-homeSection.campaignBox .swiper-button-next {
    display: none;
  }
  .p-homeSection.campaignBox .sliderWrap {
    position: relative;
    padding: 0;
    margin: 5rem 0 0;
  }
  .p-homeSection.campaignBox .swiper-wrapper {
    gap: 0 1.73%;
  }
  .p-homeSection.campaignBox .swiper-slide {
    width: 23.7%;
  }
  .p-homeSection.campaignBox li h3 {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
  .p-homeSection.campaignBox .viewmore {
    display: flex;
    margin: 6rem auto 0;
  }
}

.p-homeSection.trendBox {
  padding-bottom: 2.4rem;
}
.p-homeSection.trendBox .swiper {
  opacity: 1;
}
.p-homeSection.trendBox .swiper-button-prev, .p-homeSection.trendBox .swiper-button-next {
  display: none;
}
.p-homeSection.trendBox .items {
  padding-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.6rem 3rem;
}
.p-homeSection.trendBox .items li {
  text-align: center;
  width: calc(50% - 1.5rem);
}
.p-homeSection.trendBox .items li:nth-child(n+5) {
  display: none;
}
.p-homeSection.trendBox .items li .cate {
  color: #969696;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 1.4em 0 0.5em;
  border-bottom: rgba(150, 150, 150, 0.5) 1px solid;
}
.p-homeSection.trendBox .items li .name {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 0.7em;
}
@media screen and (min-width: 768px) {
  .p-homeSection.trendBox {
    padding-bottom: 4rem;
  }
  .p-homeSection.trendBox .swiper {
    opacity: 0;
    padding: 0 2.5rem;
    margin: 0 -2.5rem;
  }
  .p-homeSection.trendBox .swiper-initialized {
    opacity: 1;
  }
  .p-homeSection.trendBox .swiper-button-prev, .p-homeSection.trendBox .swiper-button-next {
    display: none !important;
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: url(../img/common/arrow.svg) no-repeat center center, rgba(255, 255, 255, 0.5);
    background-size: 2.5rem auto;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .p-homeSection.trendBox .swiper-button-prev:hover, .p-homeSection.trendBox .swiper-button-next:hover {
    opacity: 0.65;
  }
}
@media screen and (min-width: 768px) {
  .p-homeSection.trendBox .swiper-button-prev {
    transform: rotate(-90deg);
    left: 0;
  }
  .p-homeSection.trendBox .swiper-button-next {
    transform: rotate(90deg);
    right: 0;
  }
  .p-homeSection.trendBox .swiper-button-disabled {
    opacity: 0;
    display: none;
  }
  .p-homeSection.trendBox .items {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 3rem;
    gap: 0;
  }
  .p-homeSection.trendBox .items li {
    display: block !important;
    width: 17.616%;
  }
  .p-homeSection.trendBox .items li .cate {
    font-size: 1.1rem;
    padding: 2.8rem 0 1rem;
  }
  .p-homeSection.trendBox .items li .name {
    font-size: 1.3rem;
    margin-top: 1.3em;
  }
}

.p-homeSection.cateBox {
  padding-bottom: 5rem;
  overflow: hidden;
}
.p-homeSection.cateBox ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.4rem 0 0;
  gap: 0.4rem;
}
.p-homeSection.cateBox ul li {
  position: relative;
  width: calc(50% - 0.2rem);
}
.p-homeSection.cateBox ul li img {
  box-shadow: #B4B4B4 0 0 8px -2px;
}
.p-homeSection.cateBox ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.4em 0.6em;
  text-align: right;
  color: var(--color-primary);
  font-size: 1.3rem;
  font-weight: 500;
}
.p-homeSection.cateBox ul li.allItems {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 2em 0 0;
  transform: translateX(2.4rem);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
.p-homeSection.cateBox ul li.allItems a {
  position: relative;
  width: 100%;
  height: 3.3rem;
  margin-left: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 1em 0.2em;
  color: #fff;
  background: var(--color-primary);
}
.p-homeSection.cateBox ul li.allItems a span {
  margin-left: 1em;
  margin-right: -1.6em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-homeSection.cateBox {
    padding-bottom: 0;
    margin-bottom: 136px;
  }
  .p-homeSection.cateBox ul {
    padding: 2rem 0 0;
    gap: 6rem 3.2rem;
  }
  .p-homeSection.cateBox ul li {
    width: calc(25% - 2.4rem);
  }
  .p-homeSection.cateBox ul li img {
    box-shadow: #B4B4B4 0 0 12px -1px;
  }
  .p-homeSection.cateBox ul li p {
    position: relative;
    left: auto;
    bottom: auto;
    background: none;
    padding: 1.4em 0.6em 0;
    text-align: center;
    color: var(--color-txt);
    font-size: 1.4rem;
    font-weight: 500;
  }
  .p-homeSection.cateBox ul li.allItems {
    margin: 0;
    padding-bottom: 4rem;
    width: calc(25% - 2.4rem);
    font-size: 1.9rem;
    line-height: 1;
    transform: none;
  }
  .p-homeSection.cateBox ul li.allItems a {
    justify-content: flex-start;
    width: 12em;
    height: 3.8rem;
    padding: 0 0.8em 0.12em 1.2em;
  }
  .p-homeSection.cateBox ul li.allItems a span {
    margin-left: 0.5em;
    display: inline-block;
  }
}

.p-homeSection.aboutBox {
  background: url(../img/index/about_sp.jpg) no-repeat left top;
  background-size: cover;
  position: relative;
  padding: 18.6rem 3rem 5.6rem;
  overflow: hidden;
}
.p-homeSection.aboutBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #40322e;
  opacity: 0.25;
  width: 100%;
  height: 14.5rem;
}
.p-homeSection.aboutBox:after {
  content: "";
  display: block;
  position: absolute;
  right: -1.4rem;
  bottom: -0.6rem;
  z-index: 2;
  width: 21.4rem;
  height: 23.2rem;
  opacity: 0.42;
  background: url(../img/index/about_typo.png) no-repeat right center;
  background-size: contain;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .p-homeSection.aboutBox {
    background: none;
    padding: 10rem 3rem 6rem;
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
  }
  .p-homeSection.aboutBox:before {
    background: url(../img/index/about_pc.jpg) no-repeat left top, #000;
    background-size: auto 100%, cover;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    opacity: 1;
  }
  .p-homeSection.aboutBox:after {
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    width: 100vw; /* max-width: 1600px; */
    height: 100%;
    background-size: auto 100%;
    filter: none;
    opacity: 0.15;
    background: url(../img/index/about_typo.png) no-repeat right center, linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 75%);
    background-size: contain, cover;
  }
}
@media screen and (min-width: 1400px) {
  .p-homeSection.aboutBox:after {
    background: url(../img/index/about_typo.png) no-repeat right center;
    background-size: contain;
  }
}
.p-homeSection.aboutBox .txtBox {
  position: relative;
  z-index: 10;
  color: #fff;
  width: 17.5rem;
}
.p-homeSection.aboutBox .txtBox h2 {
  font-size: 1.7rem;
  line-height: 1.4;
}
.p-homeSection.aboutBox .txtBox p.min {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.6em;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-homeSection.aboutBox .txtBox {
    width: 37rem;
    margin-left: auto;
    margin-right: 7.8%;
  }
  .p-homeSection.aboutBox .txtBox h2 {
    font-size: 3.8rem;
  }
  .p-homeSection.aboutBox .txtBox p.min {
    font-size: 2rem;
    line-height: 1.8;
    margin-top: 1em;
  }
}
.p-homeSection.aboutBox ul li {
  position: absolute;
  z-index: 10;
}
.p-homeSection.aboutBox ul li a {
  width: 13.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: var(--color-txt);
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.p-homeSection.aboutBox ul li:nth-child(1) {
  right: 3rem;
  bottom: 5.8rem;
}
.p-homeSection.aboutBox ul li:nth-child(2) {
  right: 19rem;
  bottom: 1.1rem;
}
.p-homeSection.aboutBox ul li:nth-child(3) {
  right: 3rem;
  bottom: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-homeSection.aboutBox ul {
    display: flex;
    margin-top: 4.5rem;
    gap: 0 5.26%;
  }
  .p-homeSection.aboutBox ul li {
    position: relative;
    width: 26.3%;
    right: auto !important;
    bottom: auto !important;
  }
  .p-homeSection.aboutBox ul li a {
    width: 100%;
    height: 8rem;
    font-size: 2rem;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}

.p-homeSection.columnBox {
  padding-top: 4.5rem;
}
.p-homeSection.columnBox ul {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.5rem 2.1rem;
}
.p-homeSection.columnBox ul li {
  border-radius: 0.7rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 3px 3px 10px 0 rgba(178, 178, 178, 0.5);
  width: calc(50% - 1.2rem);
}
.p-homeSection.columnBox ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-homeSection.columnBox ul li img {
  aspect-ratio: 660/420;
}
.p-homeSection.columnBox ul li .txtBox {
  flex: 1;
  position: relative;
  padding: 1.1rem 1.2rem 3.8rem;
}
.p-homeSection.columnBox ul li h3 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
  color: #5780b0;
  text-align: justify;
  font-feature-settings: "palt";
}
.p-homeSection.columnBox ul li .cate {
  position: absolute;
  left: 1.2rem;
  bottom: 1.1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  height: 2em;
  padding: 0 1.2em;
  border-radius: 2em;
  border: rgba(90, 90, 90, 0.5) 1px solid;
}
@media screen and (min-width: 768px) {
  .p-homeSection.columnBox {
    padding-top: 8.5rem;
  }
  .p-homeSection.columnBox ul {
    margin-top: 5rem;
    /* gap: 5% 6.65%; */
    gap: 5% 2.4%;
  }
  .p-homeSection.columnBox ul li {
    border-radius: 1.5rem;
    /* width: 28.9%; */
    width: 23.2%;
    /* &:nth-child(n + 4) { display: none;} */
  }
  .p-homeSection.columnBox ul li .txtBox {
    padding: 3.4rem 3.4rem 10rem;
    padding: 2.4rem 2.4rem 8rem;
  }
  .p-homeSection.columnBox ul li h3 {
    font-size: 1.7rem;
  }
  .p-homeSection.columnBox ul li .cate {
    left: 2.2rem;
    bottom: 2.7rem;
    font-size: 1.3rem;
    height: 2em;
    padding: 0 1.5em;
  }
  .p-homeSection.columnBox .viewmore {
    margin: 8rem auto 0;
  }
}

.p-homeSection.voiceBox {
  padding-top: 4.8rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-homeSection.voiceBox {
    padding-top: 10rem;
    padding-bottom: 8.5rem;
  }
  .p-homeSection.voiceBox .instaWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .p-homeSection.voiceBox .instaWrap .insta {
    width: calc(25% - 0.75rem);
    height: 54rem;
    position: relative;
  }
  .p-homeSection.voiceBox .instaWrap .insta iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    min-width: 0 !important;
  }
}

.p-productListHeading {
  padding: 1.8rem 0 0;
  margin-bottom: 2.4rem;
  border: none;
}
.p-productListHeading-body {
  display: none;
}
.p-productListHeading .p-productListCnt {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-productListHeading {
    padding: 0;
    margin-bottom: 5rem;
  }
  .p-productListHeading-body {
    display: flex;
  }
  .p-productListHeading-body__pageChange {
    display: none;
  }
  .p-productListHeading-head {
    border-bottom: rgba(100, 100, 100, 0.5) 1px solid;
    padding-bottom: 0.3rem;
    margin-bottom: 1.2rem;
  }
  .p-productListHeading .p-productListCnt {
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: 0.8rem;
  }
  .p-productListHeading .p-productListHeading-head__nav .p-productListCnt__cntNum {
    font-weight: 500 !important;
  }
  .p-productListHeading .p-productListHeadPager {
    display: none !important;
  }
  .p-productListHeading .sectionTitle {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-productListWrap__sideNav {
    padding-top: 8rem;
  }
  .p-productListBody__pager {
    margin-top: 8rem;
  }
}
.p-productListBody {
  padding: 0;
}

.m-productLine {
  gap: 3rem 3rem;
}
.m-productLine__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - 1.5rem);
}
@media screen and (min-width: 768px) {
  .m-productLine {
    gap: 4.8rem 3.06%;
  }
  .m-productLine__item {
    width: 22.7%;
  }
}

.c-product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  width: 100%;
}

.c-product-head {
  width: 100%;
}
.c-product-head__status {
  display: none;
}
.c-product-head__picture::before {
  padding-top: 100%;
}
.c-product-head__image {
  aspect-ratio: 100/100;
  height: auto;
}
.c-product-head__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  height: 100%;
  width: 100%;
}

.c-product-body {
  width: 100%;
  flex: 1;
  position: relative;
  padding-bottom: 2.5rem;
  margin-top: 1.4rem;
}
.c-product-body .cate {
  text-align: center;
  color: #969696;
  font-size: 0.9rem;
  padding: 0 0 0.5em;
  margin-bottom: 0.8rem;
  border-bottom: rgba(150, 150, 150, 0.5) 1px solid;
}
.c-product-body__title-name {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
.c-product-body__price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  text-align: center;
  font-size: 1.3rem;
  white-space: nowrap;
}
.c-product-body__price .tax {
  font-size: 0.9rem;
  white-space: nowrap;
}
.c-product-body__price-subsc {
  justify-content: center;
  /* &:not(.c-product-body__price-subsc--regular) { display: none;} */
}
.c-product-body__price-subsc--regular {
  color: inherit;
}
.c-product-body__price-subsc-icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-product-body {
    padding-bottom: 3.2rem;
  }
  .c-product-body .cate {
    font-size: 1.1rem;
    padding: 0 0 0.5em;
    margin-bottom: 1.2rem;
  }
  .c-product-body__title-name {
    font-size: 1.3rem;
  }
  .c-product-body__price {
    font-size: 1.5rem;
  }
  .c-product-body__price .tax {
    font-size: 1.1rem;
  }
}

.p-refinedSearchBtn__btn {
  right: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: #000;
  border-radius: 0.5rem 0 0 0.5rem;
  font-size: 0.7rem;
}
.p-refinedSearchBtn__btn img {
  width: 1.5rem;
  margin-bottom: 0.3rem;
}

#productListFilter {
  color: #484848;
}
#productListFilter .s-headerModalBox {
  top: 5rem;
  padding: 0;
  height: calc(100vh - 5rem);
  height: calc(100dvh - 5rem);
}
#productListFilter .s-headerModalBox:after {
  content: none;
}
@media screen and (min-width: 768px) {
  #productListFilter .s-headerModalBox {
    display: none;
    pointer-events: none;
  }
}
#productListFilter .s-headerModalBoxHeding {
  background: none;
  border-radius: 0;
  padding: 1.5rem;
}
#productListFilter .s-headerModalBoxHeding__title {
  display: none;
}
#productListFilter .s-headerModalBoxHeding__closeBtn {
  padding: 0 1rem;
}
#productListFilter .s-headerModalBoxHeding__closeBtn:before {
  content: "×";
  font-size: 1.6rem;
  color: #969696;
  transform: none;
  margin: 0;
  padding: 0 0 0.6rem;
}
#productListFilter .s-headerModalBox #searchWord {
  border-radius: 0.4rem;
  background: #E9F5F5;
  border: rgba(150, 150, 150, 0.5) 1px solid;
  padding: 0.2rem 0.5rem;
  display: flex;
  align-items: center;
}
#productListFilter .s-headerModalBox__outer {
  margin: 0;
  border-radius: 0;
  width: 73.68%;
  min-height: calc(100dvh - 5rem);
}
#productListFilter .s-headerModalBoxFooterBtn {
  padding: 1.6rem 2rem 2.2rem;
}
#productListFilter .s-headerModalBoxFooterBtn .c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.4rem;
  padding: 0;
  margin: 0 auto;
}
#productListFilter .s-headerModalBoxFooterBtn .c-btn--white {
  display: none;
}
#productListFilter .s-headerRefinedSearchBox {
  padding: 0 2.4rem;
}
#productListFilter .s-headerRefinedSearchBox-item__input {
  position: relative;
}
#productListFilter .s-headerRefinedSearchBox #searchWord + span {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: #969696;
  -webkit-mask-image: url(../../assets/img/common/icon/i_search.svg);
          mask-image: url(../../assets/img/common/icon/i_search.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
#productListFilter .s-headerRefinedSearchBox-item + .s-headerRefinedSearchBox-item {
  margin-top: 1.8rem;
}
#productListFilter .s-headerRefinedSearchBox-item__checkList {
  border: none;
  padding: 0;
}
#productListFilter .s-headerRefinedSearchBox-item__checkList ul {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2rem;
}
#productListFilter .s-headerRefinedSearchBox-item__checkList ul label {
  font-size: inherit;
  gap: 0 0.5rem;
}
#productListFilter .s-headerRefinedSearchBox-item__checkList ul input[type=radio] {
  width: 1.6rem;
  height: 1.6rem;
  border: rgba(72, 72, 72, 0.75) 1px solid;
}
#productListFilter .s-headerRefinedSearchBox-item__checkList ul input[type=radio]:checked:after {
  width: 0.8rem;
  height: 0.8rem;
}
#productListFilter .s-headerRefinedSearchBox-item__title {
  padding: 0.5rem 0 0.5rem 2.4rem;
  margin-left: -2.4rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  font-weight: 600;
  background: #E8E8E8;
}
#productListFilter .m-productNavList-hasChildeCategories__title, #productListFilter .m-productNavList-hasChildeCategories__list {
  font-size: 1rem;
}
#productListFilter .m-productNavList-category__link {
  font-size: 1rem;
}
#productListFilter select {
  border: rgba(150, 150, 150, 0.5) 1px solid;
  border-radius: 0.4rem;
}

.p-productList-foot {
  border-top: none;
  padding-top: 0;
}

.m-productDetailImg {
  border: none;
  padding-bottom: 0;
}

.m-productDetailImg__main {
  border: rgba(180, 180, 180, 0.6) 1px solid;
}
.m-productDetailImg__main .m-productDetailImg-slider__image {
  aspect-ratio: 100/100;
  object-fit: contain;
}

.m-productDetailImg-thumsList {
  flex-wrap: wrap;
  gap: 0.9rem 1.2rem;
}
.m-productDetailImg-thumsListWrap {
  padding: 0;
}
.m-productDetailImg-thumsList__item {
  width: calc(20% - 0.96rem);
  border: rgba(180, 180, 180, 0.5) 1px solid;
}
.m-productDetailImg-thumsList__item.swiper-slide-thumb-active {
  border-color: var(--color-primary);
}
.m-productDetailImg-thumsList__name {
  display: none;
}
.m-productDetailImg-thumsList__image {
  aspect-ratio: 100/100;
  object-fit: contain;
}

.m-productDetailImg-slideController__prev, .m-productDetailImg-slideController__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0;
  background: none;
  top: calc(50% - 0.8rem);
  padding: 0;
  overflow: visible;
}
.m-productDetailImg-slideController__prev img, .m-productDetailImg-slideController__next img {
  display: none;
}
.m-productDetailImg-slideController__prev:before, .m-productDetailImg-slideController__next:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-top: #5A5A5A 1px solid;
  border-right: #5A5A5A 1px solid;
  transform: rotate(45deg) translate(-0.4rem, 0.4rem);
}
.m-productDetailImg-slideController__prev {
  left: -0.8rem;
  transform: scale(-1, 1);
}
.m-productDetailImg-slideController__next {
  right: -0.8rem;
}

.p-productSkuBottomBtn__cart-maxSellError {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.4;
  padding-left: 0;
  text-indent: 0;
}

.p-productDetaiMain .kibou {
  font-size: 1.1rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .c-productSkuQuantity {
    width: 8rem;
  }
  .p-productDetailWrap__imgBlock {
    padding-right: 3rem;
  }
  .m-productDetailImg__main {
    margin-bottom: 4rem;
  }
  .m-productDetailImg-thumsList {
    gap: 1.8rem;
  }
  .m-productDetailImg-thumsList__item {
    width: calc(20% - 1.44rem);
  }
  .m-productDetailImg-slideController__prev, .m-productDetailImg-slideController__next {
    width: 3.6rem;
    height: 3.6rem;
    top: calc(50% - 1.25rem);
  }
  .m-productDetailImg-slideController__prev:before, .m-productDetailImg-slideController__next:before {
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(45deg);
  }
  .m-productDetailImg-slideController__prev {
    left: -3.5rem;
    transform: scale(-1, 1);
  }
  .m-productDetailImg-slideController__next {
    right: -3.5rem;
  }
  .p-productDetaiMain .kibou {
    font-size: 1.2rem;
  }
}
.p-productDetaiMain {
  padding: 4rem 0 5.5rem;
}

.p-productDetaiMain-head {
  padding: 0;
  color: #000;
}
.p-productDetaiMain-head.p-productDetaiMain-title {
  padding: 0;
}
.p-productDetaiMain-head__status {
  margin-bottom: 0;
}
.p-productDetaiMain-head__title-name {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.5;
}
.p-productDetaiMain-head__price-wrap {
  margin-top: 0.9rem;
}
.p-productDetaiMain-head__price {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 0.7em;
}
.p-productDetaiMain-head__price-tax {
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 0.5em;
}
.p-productDetaiMain-head-utilities {
  display: none;
}

.p-productDetaiMain-body {
  padding: 0;
  margin: 0 0 2.6rem;
}
.p-productDetaiMain-body .c-productSkuImgSelect {
  display: none;
}

.p-productDetaiMain-subsc {
  font-size: 1.8rem;
  font-weight: 900;
}
.p-productDetaiMain-subsc__icon {
  font-size: 0.9rem;
  padding: 0.4rem 0.9rem;
  margin-top: 0.52rem;
}
.p-productDetaiMain-subsc__price-tax {
  font-weight: bold;
  font-size: 0.8rem;
  color: #000;
  margin-left: 0.5em;
}

@media screen and (min-width: 768px) {
  .p-productDetaiMain {
    padding: 0 0 7rem;
  }
  .p-productDetaiMain-head__title {
    margin: -0.8rem 0 0;
  }
  .p-productDetaiMain-head__title-name {
    font-size: 2.3rem;
  }
  .p-productDetaiMain-head__price {
    font-size: 2.6rem;
    margin-top: 0.5em;
  }
  .p-productDetaiMain-head__price-tax {
    font-size: 1.2rem;
  }
  .p-productDetaiMain-body {
    margin-bottom: 4rem;
  }
  .p-productDetaiMain-subsc {
    font-size: 2.6rem;
  }
  .p-productDetaiMain-subsc__icon {
    font-size: 1.2rem;
    padding: 0.4rem 0.9rem;
    margin-top: 1rem;
  }
  .p-productDetaiMain-subsc__price-tax {
    font-size: 1.2rem;
  }
}
.m-productSkuDropdown {
  color: #000;
  border: none;
  padding: 1rem 0 0;
}
.m-productSkuDropdown-buyStep + .m-productSkuDropdown-buyStep {
  margin-top: 1rem;
}
.m-productSkuDropdown-buyStep__title {
  font-size: 0.9rem;
  font-weight: 600;
  width: auto;
  margin-right: 0.5em;
}
.m-productSkuDropdown-buyStep__body {
  width: auto;
  flex: 1;
}
.m-productSkuDropdown-buyStep input {
  padding: 0.1em 1em !important;
}
.m-productSkuDropdown-buyStep .c-productSkuSelectBox {
  position: relative;
}
.m-productSkuDropdown-buyStep .c-productSkuSelectBox:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  right: 1.1rem;
  top: 1.4rem;
  border-top: var(--color-primary) 1px solid;
  border-right: var(--color-primary) 1px solid;
  transform: scale(1, -1) rotate(-45deg);
}
.m-productSkuDropdown-buyStep .c-productSkuSelectBox select {
  background: none;
}
@media screen and (min-width: 768px) {
  .m-productSkuDropdown {
    padding: 1.3rem 0 0;
  }
  .m-productSkuDropdown-buyStep__title {
    font-size: 1.4rem;
    margin-right: 0.7em;
  }
  .m-productSkuDropdown-buyStep .c-productSkuSelectBox:after {
    width: 1rem;
    height: 1rem;
    right: 1.5rem;
    top: 1.4rem;
  }
}

.m-productStockStatus {
  display: none;
}

.p-productSkuBottomBtn {
  margin-top: 1rem;
}
.p-productSkuBottomBtn .c-btn-cart {
  padding: 2rem 0;
  border-radius: 0.3rem;
  font-size: 1rem;
}
.p-productSkuBottomBtn .c-btn-cart:before {
  width: 3.3rem;
  height: 3rem;
}
.p-productSkuBottomBtn .c-btn-favorit {
  font-size: 1.3rem;
  padding: 0.8rem;
  border-radius: 0.3rem;
  margin: 0.3rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-productSkuBottomBtn .c-btn-cart {
    font-size: 1.4rem;
  }
  .p-productSkuBottomBtn__cart {
    width: calc(50% - 0.5rem);
  }
  .p-productSkuBottomBtn__cart[data-addcart-status=soldout] {
    width: 100%;
  }
  .p-productSkuBottomBtn .c-btn-favorit {
    margin: 0 0 1rem;
    min-height: 2.4rem;
    padding: 1.4rem;
  }
}

.c-btn-cart {
  border: rgba(var(--color-base), 0.5) 1px solid;
  border-radius: 0.3rem;
  background: #fff;
  color: var(--color-primary) !important;
  height: 3rem;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  gap: 0 0.3rem;
}
.c-btn-cart:before {
  width: 2.2rem;
  height: 2rem;
  background: url(../img/common/icon/i_cart2.svg) no-repeat center;
  background-size: contain;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-btn-cart {
    height: 5rem;
    font-size: 1.4rem;
  }
  .c-btn-cart:before {
    width: 3.3rem;
    height: 3rem;
  }
}

.p-productSkuBottomBtn__cart-soldout {
  background: rgba(204, 204, 204, 0.5);
  padding: 1.5rem 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-productSkuBottomBtn__cart-soldout {
    padding: 1.8rem 1rem;
    font-size: 1.4rem;
  }
}

.c-btn-favorit {
  border-color: rgba(var(--color-base), 0.5);
  background-color: rgba(var(--color-base), 0.11);
  border: none;
  color: var(--color-primary) !important;
}
.c-btn-favorit:before {
  width: 2.3rem;
  height: 2.3rem;
  background: var(--color-primary);
  -webkit-mask-image: url(../img/common/icon/i_favorite2.svg);
          mask-image: url(../img/common/icon/i_favorite2.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.c-btn-favorit--active {
  color: #fff !important;
  background-color: rgba(var(--color-base), 0.4);
}
.c-btn-favorit--active:before {
  background-color: #fff;
}

.c-formInput-item__alert {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .c-formInput-item__alert {
    font-size: 1.3rem;
  }
}
.freeShipping {
  font-size: 1.2rem;
  font-weight: 500;
  color: #646464;
  margin: 0.9em 0 0;
}
@media screen and (min-width: 768px) {
  .freeShipping {
    font-size: 1.3rem;
  }
}

.p-productDetaiMain-cautionList {
  display: none;
}

.p-page-productDetail {
  color: #000;
}
.p-page-productDetail .acWrapBox dl {
  margin-bottom: 1.2rem;
}
.p-page-productDetail .acWrapBox .acTtl {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: rgba(200, 200, 200, 0.75) 1px solid;
  padding: 0.5em 0;
  margin-bottom: 1em;
  position: relative;
  cursor: pointer;
}
.p-page-productDetail .acWrapBox .acTtl:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: scale(1, -1) translateY(50%);
}
.p-page-productDetail .acWrapBox .acTtl.open:after {
  transform: scale(1, 1) translateY(-50%);
}
.p-page-productDetail .acWrapBox .acBox {
  display: none;
  padding: 0 0 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-page-productDetail .acWrapBox dl {
    margin-bottom: 2.4rem;
  }
  .p-page-productDetail .acWrapBox .acTtl {
    font-size: 1.5rem;
    padding: 0.75em 0;
    margin-bottom: 1em;
  }
  .p-page-productDetail .acWrapBox .acTtl:after {
    width: 1.8rem;
    height: 1.8rem;
    right: 1rem;
  }
  .p-page-productDetail .acWrapBox .acBox {
    padding: 0 0 1rem;
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
.p-page-productDetail .c-product-body {
  color: #5A5A5A;
  margin-top: 1.2rem;
  padding-bottom: 2rem;
}
.p-page-productDetail .c-product-body__title-name {
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
  word-break: break-all;
}
.p-page-productDetail .c-product-body__price {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
}
.p-page-productDetail .c-product-body__price .tax {
  font-size: 0.8rem;
}
.p-page-productDetail .c-product-body__price-subsc {
  justify-content: flex-start;
  align-items: flex-end;
}
.p-page-productDetail .c-product-body__price-subsc span {
  white-space: nowrap;
}
.p-page-productDetail .c-product-body__price-subsc .tax {
  margin-left: -0.5em;
}
@media screen and (min-width: 768px) {
  .p-page-productDetail .c-product-body {
    margin-top: 1.2rem;
    padding-bottom: 2.9rem;
  }
  .p-page-productDetail .c-product-body__title-name {
    font-size: 1.3rem;
  }
  .p-page-productDetail .c-product-body__price {
    font-size: 1.7rem;
  }
  .p-page-productDetail .c-product-body__price .tax {
    font-size: 1.2rem;
  }
}
.p-page-productDetail .p-productDetailWrap__recommendBlock .m-productRecommend-wrap__title--scroll {
  padding: 0 0 0.5em 0;
  margin-bottom: 1.2rem;
  border-bottom: rgba(200, 200, 200, 0.75) 1px solid;
  font-size: 1.1rem;
  font-weight: 600;
}
.p-page-productDetail .p-productDetailWrap__recommendBlock .m-productRecommend-scroll {
  padding: 0;
}
.p-page-productDetail .p-productDetailWrap__recommendBlock-item .m-productLine-col2-md4-scroll {
  flex-wrap: wrap;
  gap: 1rem;
}
.p-page-productDetail .p-productDetailWrap__recommendBlock .m-productLine-col2-md4-scroll__item {
  width: calc(25% - 0.75rem);
}
@media screen and (min-width: 768px) {
  .p-page-productDetail .p-productDetailWrap__recommendBlock {
    gap: 5rem 0;
  }
  .p-page-productDetail .p-productDetailWrap__recommendBlock .m-productRecommend-wrap__title--scroll {
    padding: 0 0 0.4em 0;
    margin-bottom: 2.8rem;
    font-size: 2rem;
    font-weight: 600;
  }
  .p-page-productDetail .p-productDetailWrap__recommendBlock .m-productRecommend-scroll .c-product-body__price {
    font-size: 1.6rem;
  }
  .p-page-productDetail .p-productDetailWrap__recommendBlock .m-productRecommend-scroll .c-product-body__price .tax {
    font-size: 1rem;
  }
}
.p-page-productDetail .topDescription {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-productDetail .topDescription {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.p-page-productDetail .ankerLink li {
  margin-bottom: 1em;
}
.p-page-productDetail .ankerLink a:after {
  content: "〉";
  display: inline-block;
  color: var(--color-primary);
  font-weight: 500;
  margin-left: 0.7em;
}
.p-page-productDetail .underDetail {
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-page-productDetail .underDetail {
    margin-top: 8rem;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.p-page-productDetail #underDescription {
  margin: 3.5rem auto 5rem;
}
@media screen and (min-width: 768px) {
  .p-page-productDetail #underDescription {
    margin: 8rem auto;
  }
}

.p-productDetail-foot {
  padding-top: 0;
  border: none;
}

.m-productRecommend-wrap__title {
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-productDetail-foot {
    margin-top: 10rem;
  }
  .m-productRecommend-wrap__title {
    font-size: 2.1rem;
    margin-bottom: 1.5em;
  }
}
.reviewList {
  margin: 4rem auto 0;
}
.reviewList .ttl {
  padding: 0 0 0.5em 0;
  margin-bottom: 1.2rem;
  border-bottom: rgba(200, 200, 200, 0.75) 1px solid;
  font-size: 1.1rem;
  font-weight: 600;
}
.reviewList .notReview {
  text-align: center;
  padding: 0.75em 0 0.6rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .reviewList {
    margin: 9rem auto 0;
  }
  .reviewList .ttl {
    padding: 0;
    margin-bottom: 3.5rem;
    font-size: 2rem;
    border: none;
    overflow: hidden;
    position: relative;
  }
  .reviewList .ttl:after {
    content: "";
    display: block;
    position: absolute;
    left: 7.5em;
    top: 0.7em;
    width: 100%;
    height: 2px;
    background: #F0F0F0;
  }
  .reviewList .notReview {
    padding: 0.6em 0;
    font-size: 1.6rem;
  }
}
.reviewList__item {
  margin: 1.1rem 0.5rem 0;
  padding: 0.8rem 1rem 0.9rem;
  border: #F0F0F0 2px solid;
}
.reviewList__item .head {
  display: flex;
  justify-content: space-between;
  background-image: radial-gradient(circle, #C8C8C8 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 0.4em;
}
.reviewList__item .head .reviewTtl {
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 800;
  flex: 1;
}
.reviewList__item .head .starList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 0.2rem;
}
.reviewList__item .head .starList span {
  width: 1rem;
  height: 1rem;
  background: url(../img/product/star_off.svg) no-repeat center;
  background-size: contain;
}
.reviewList__item .head .starList span.active {
  background-image: url(../img/product/star_on.svg);
}
@media screen and (min-width: 768px) {
  .reviewList__item {
    max-width: 960px;
    margin: 1.2rem auto 0;
    padding: 1.7rem 2rem 1.8rem;
    border: #F0F0F0 9px solid;
  }
  .reviewList__item .head {
    padding-bottom: 0.7em;
  }
  .reviewList__item .head .reviewTtl {
    font-size: 1.6rem;
  }
  .reviewList__item .head .starList {
    gap: 0 0.3rem;
  }
  .reviewList__item .head .starList span {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.reviewList__name {
  font-size: 0.7rem;
  font-weight: 500;
  color: #505050;
  background-image: radial-gradient(circle, #C8C8C8 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
  padding: 0.9em 0 0.9em;
}
.reviewList__review {
  font-size: 0.7rem;
  text-align: justify;
  line-height: 1.7;
  color: #646464;
  margin: 1em 7.5em 0 0;
  white-space: pre-line;
  word-wrap: break-word;
}
.reviewList__date {
  font-size: 0.6rem;
  color: #646464;
  text-align: right;
  overflow: hidden;
  margin: -1.5em 0 0 auto;
}
.reviewList__date span {
  display: inline-block;
  margin-right: -3em;
}
@media screen and (min-width: 768px) {
  .reviewList__name {
    font-size: 1.4rem;
    padding: 0.7em 0 0.6em;
  }
  .reviewList__review {
    font-size: 1.4rem;
    margin: 1em 8em 0 0;
  }
  .reviewList__date {
    font-size: 1.2rem;
    margin: -1.5em 0 0 auto;
  }
}
.reviewList .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager {
  font-size: 1.1rem;
}
.reviewList .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager__list {
  gap: 0 1.2rem;
}
.reviewList .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager-list-item {
  width: 2.4rem;
  height: 2.4rem;
}
.reviewList .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager__next, .reviewList .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager__prev {
  width: 2.4rem;
  height: 2.4rem;
}
.reviewList .p-productDetaiMain-guideTabBox-reviewList__addReviewBtn {
  margin-top: 2.2rem;
}
.reviewList .p-productDetaiMain-guideTabBox-reviewList__addReviewBtn .c-btn--addReview {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.8rem;
  height: 1.8rem;
  padding: 0;
  margin: 0 auto;
  font-size: 0.7rem;
  font-weight: 600;
  border: rgba(var(--color-base), 0.75) 1px solid;
  border-radius: 0.2rem;
  background: #fff;
  color: var(--color-primary) !important;
}
@media screen and (min-width: 768px) {
  .reviewList .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager {
    font-size: 1.3rem;
    gap: 0 2rem;
  }
  .reviewList .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager__list {
    gap: 0 1.2rem;
  }
  .reviewList .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager-list-item {
    width: 3.4rem;
    height: 3.4rem;
  }
  .reviewList .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager__next, .reviewList .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager__prev {
    width: 3.4rem;
    height: 3.4rem;
  }
  .reviewList .p-productDetaiMain-guideTabBox-reviewList__addReviewBtn {
    margin-top: 4.4rem;
  }
  .reviewList .p-productDetaiMain-guideTabBox-reviewList__addReviewBtn .c-btn--addReview {
    width: 20rem;
    height: 5rem;
    font-size: 1.4rem;
  }
}
.reviewList .p-productDetaiMain-guideTabBox-reviewList__pager {
  margin-top: 0;
}
.reviewList .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager:not(:empty) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .reviewList .p-productDetaiMain-guideTabBox-reviewList__pager .c-pager:not(:empty) {
    margin-top: 3.1rem;
  }
}

.c-productUser-body__title-name {
  font-size: 1.2rem;
}

.c-productUser-body__price {
  font-size: 1.3rem;
}
.c-productUser-body__price .tax {
  font-size: 1.1rem;
}

.c-productUser-head__picture::before {
  padding-top: 100%;
}

@media screen and (min-width: 768px) {
  .c-productUser-body__title-name {
    font-size: 1.4rem;
  }
  .c-productUser-body__price {
    font-size: 1.4rem;
  }
  .c-productUser-body__price .tax {
    font-size: 1.2rem;
  }
}
.p-newsList-content__main:first-of-type {
  border-top: rgba(0, 0, 0, 0.25) 1px solid;
}
.p-newsList-content__article {
  padding: 3rem 1.6rem;
  border-color: rgba(0, 0, 0, 0.25) !important;
}
.p-newsList-content__article:first-of-type {
  border-top: none;
}
.p-newsList-content__article-date-posted {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}
.p-newsList-content__article dt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.7em;
}
.p-newsList-content__article dd {
  line-height: 1.7;
}
.p-newsList-content__article dd a {
  text-decoration: underline;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .p-newsList-content__article dd a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .p-newsList-content__article {
    padding: 6rem 2.5rem;
  }
  .p-newsList-content__article-date-posted {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  .p-newsList-content__article dt {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 2.2em;
  }
  .p-newsList-content__article dd {
    font-size: 1.5rem;
  }
}

.p-guide-content {
  padding-bottom: 3rem;
}

.dl_table {
  border-top: 1px dotted #ccc;
}
.dl_table dl {
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 768px) {
  .dl_table dl {
    display: table-row;
    border: 0 none;
  }
  .dl_table dt, .dl_table dd {
    display: table-cell;
    border-bottom: 1px dotted #ccc;
    padding: 16px 0;
  }
  .dl_table dt {
    width: 30%;
  }
}

.backtochart img {
  vertical-align: middle;
}

div#main {
  padding-bottom: 11rem;
}

.page_add_style {
  margin-top: 10px;
}

.page_add_style .page-heading {
  margin: 10px 16px;
  font-size: 1.6em;
  background-color: #f6f6f6;
  margin-bottom: 40px;
}

.inner.page_add_style {
  padding: 0 !important;
}

.page_add_style .page_ttl_h2 {
  font-size: 1.9rem;
  margin: 0 0 20px;
  font-weight: bold;
}

.page_add_style p {
  font-size: 1.3rem;
  margin: 0 0 2.8em;
  line-height: 1.8;
}

.page_add_style .page_ttl_h3 {
  font-size: 1em;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .page_add_style {
    margin-top: 20px;
  }
  .page_add_style .page_ttl_h2 {
    font-size: 1.6em;
    margin: 0 0 30px;
  }
  .page_add_style p {
    font-size: 1.6rem;
  }
  .page_add_style .page_ttl_h3 {
    font-size: 1.2em;
    margin: 0 0 30px;
  }
  .page_add_style {
    margin-bottom: 60px;
  }
}
input.c-changeQuantity__number {
  border: none;
  outline: none;
  margin: 2px 0;
  padding: 0.2em 1em;
  line-height: 1.1;
  -webkit-appearance: none;
  appearance: none;
}

.m-orderUseDiscount button.allPointUse {
  font-size: 1.3rem;
  width: 200px;
  height: 3em;
  border-radius: 5px;
  padding: 0;
}

.m-orderSectCol-typeRadio__item div div {
  font-size: 1.3rem;
  margin-bottom: 1em;
}

.c-form-errorMsg {
  font-size: 1.3rem;
  padding: 1.5rem 1.6rem;
}

.m-orderInfoDetail-body .c-formInput-item__annotation, .m-orderInfoDetail-body .c-formInput-item__alert {
  font-size: 1.3rem;
}

.c-formInput-itemTitle {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

.m-orderSectCol-typeRadio__item div div {
  font-size: 1.4rem;
}

.c-orderSectCol-info, .c-orderSectCol-infoInline, .m-orderInfoDetail-typeSep__info-title {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-form-errorMsg {
    font-size: 1.5rem;
    padding: 1.5rem 1.6rem;
  }
  .m-orderInfoDetail-body .c-formInput-item__annotation, .m-orderInfoDetail-body .c-formInput-item__alert {
    font-size: 1.4rem;
  }
  .c-formInput-itemTitle {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
  .m-orderSectCol-typeRadio__item div div {
    font-size: 1.5rem;
  }
  .c-orderSectCol-info, .c-orderSectCol-infoInline, .m-orderInfoDetail-typeSep__info-title {
    font-size: 1.6rem;
  }
}
.s-orderContent-lawMessage .lower-page__title {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
}
.s-orderContent-lawMessage .lower-page__subtitle {
  margin-top: 0.2em;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #868686;
}
.s-orderContent-lawMessage .lower-page__main {
  padding: 1rem 0 2rem;
}
.s-orderContent-lawMessage .tradelaw__item {
  padding: 2rem 0;
  border-bottom: 1px dotted #868686;
  display: flex;
  align-items: flex-start;
}
.s-orderContent-lawMessage .tradelaw__item-label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  width: 28%;
}
.s-orderContent-lawMessage .tradelaw__item-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}
.s-orderContent-lawMessage .tradelaw__item-link {
  font-size: 1.4rem;
  font-weight: 400;
  color: #868686;
  line-height: 2.25em;
  text-decoration: underline;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-orderContent-lawMessage .lower-page__title {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    white-space: revert;
  }
  .s-orderContent-lawMessage .lower-page__subtitle {
    margin-top: 0.2rem;
    font-size: 1.5rem;
  }
  .s-orderContent-lawMessage .lower-page__main {
    padding: 1rem 0 0;
  }
  .s-orderContent-lawMessage .tradelaw__item {
    align-items: baseline;
    padding: 1.5rem 0 0.7rem;
    flex-direction: column;
  }
  .s-orderContent-lawMessage .tradelaw__item-label {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
  }
  .s-orderContent-lawMessage .tradelaw__item-text {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .s-orderContent-lawMessage .tradelaw__item-link {
    font-size: 1.1rem;
  }
}

#columnHead {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  border: none;
}
#columnHead .filterBox {
  margin-top: 0.5rem;
  padding: 1.5rem 2rem 1.7rem;
  background: #F1F1F1;
}
#columnHead .filterBox .ttl {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
#columnHead .filterBox .txt {
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  margin: 0.8em 0 1.2em;
}
#columnHead .filterBox select {
  background: url(../img/common/icon/select_arrow2.svg) no-repeat center right 1rem, #fff;
  background-size: 0.9rem 0.4rem;
  font-size: 1rem;
}
#columnHead .num {
  font-size: 1.1rem;
  color: #000;
  font-weight: 500;
  margin: 1.2em 2rem;
}
@media screen and (min-width: 768px) {
  #columnHead {
    width: auto;
    left: auto;
    transform: none;
  }
  #columnHead .filterBox {
    margin-top: -1.8rem;
    padding: 2rem 4rem;
    display: flex;
    align-items: center;
  }
  #columnHead .filterBox .ttl {
    font-size: 1.5rem;
  }
  #columnHead .filterBox .txt {
    font-size: 1.2rem;
    margin: 0 3em;
  }
  #columnHead .filterBox select {
    background-size: 1.5rem 1rem;
    width: 35rem;
    margin-left: auto;
    font-size: 1.3rem;
  }
  #columnHead .num {
    font-size: 1.7rem;
    margin: 1.5em 0;
  }
}

.p-page-featureList .obi {
  background: url(../img/column/obi_sp.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  height: 17.5rem;
}
.p-page-featureList .obi h1 {
  width: 13.5rem;
  position: absolute;
  left: 2.7rem;
  top: 2rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-page-featureList .obi {
    background: url(../img/column/obi_pc.jpg) no-repeat center;
    height: 25rem;
  }
  .p-page-featureList .obi h1 {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    padding: 2.7rem 2.4rem 0;
  }
  .p-page-featureList .obi h1 img {
    width: 24.2rem;
  }
}
.p-page-featureList .colunnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.5rem 2.1rem;
}
.p-page-featureList .colunnList li {
  border-radius: 0.7rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 3px 3px 10px 0 rgba(178, 178, 178, 0.5);
  width: calc(50% - 1.2rem);
}
.p-page-featureList .colunnList li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-page-featureList .colunnList li img {
  aspect-ratio: 660/420;
}
.p-page-featureList .colunnList li .txtBox {
  flex: 1;
  position: relative;
  padding: 1.1rem 1.2rem 3.8rem;
}
.p-page-featureList .colunnList li h3 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
  color: #5780b0;
  text-align: justify;
  font-feature-settings: "palt";
}
.p-page-featureList .colunnList li .cate {
  position: absolute;
  left: 1.2rem;
  bottom: 1.1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  height: 2em;
  padding: 0 1.2em;
  border-radius: 2em;
  border: rgba(90, 90, 90, 0.5) 1px solid;
}
@media screen and (min-width: 768px) {
  .p-page-featureList .colunnList {
    gap: 6rem 6.65%;
  }
  .p-page-featureList .colunnList li {
    border-radius: 1.5rem;
    width: 28.9%;
  }
  .p-page-featureList .colunnList li .txtBox {
    padding: 3.4rem 3.4rem 10rem;
  }
  .p-page-featureList .colunnList li h3 {
    font-size: 1.8rem;
  }
  .p-page-featureList .colunnList li .cate {
    left: 3.4rem;
    bottom: 2.9rem;
    font-size: 1.4rem;
    height: 2em;
    padding: 0 1.5em;
  }
}

#columnPage .l-container-sm {
  max-width: var(--container-default);
}
#columnPage .l-container-wrap__body {
  position: relative;
  padding: 2.5rem 0 2.3rem;
  margin-top: 3.2rem;
  background: linear-gradient(90deg, rgb(198, 209, 229) 0%, rgb(242, 250, 255) 100%);
}
#columnPage .l-container-wrap__body .logo {
  position: absolute;
  right: 2.4rem;
  top: 0;
  width: 10.5rem;
  height: 5.2rem;
  transform: translateY(-60%);
  -webkit-mask-image: url(../img/column/title_blue.svg);
          mask-image: url(../img/column/title_blue.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #8EA4CB;
}
#columnPage .l-container-wrap__body .logo img {
  opacity: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  #columnPage {
    overflow: hidden;
  }
  #columnPage .bgArea {
    position: relative;
    margin: 0 auto;
    padding-bottom: 4.4rem;
    max-width: var(--container-default);
    width: 100%;
    background: linear-gradient(90deg, rgb(198, 209, 229) 0%, rgb(242, 250, 255) 100%);
  }
  #columnPage .bgArea:before, #columnPage .bgArea:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
  }
  #columnPage .bgArea:before {
    left: 0;
    transform: translateX(-100%);
    background: rgb(198, 209, 229);
  }
  #columnPage .bgArea:after {
    right: 0;
    transform: translateX(100%);
    background: rgb(242, 250, 255);
  }
  #columnPage .l-container-wrap__body {
    background: none;
    padding: 0;
    margin-top: 3rem;
  }
  #columnPage .l-container-wrap__body .logo {
    right: 0;
    top: -3.2rem;
    width: 27.2rem;
    height: 12.9rem;
    transform: none;
    -webkit-mask-image: none;
            mask-image: none;
    background: url(../img/column/title_blue.svg) no-repeat center;
    background-size: contain;
  }
  #columnPage .l-container-wrap__body .logo img {
    opacity: 1;
  }
}
#columnPage #s-featureContent {
  background: #fff;
  padding: 0 2rem 2rem;
}
#columnPage #feature-parts-header-banner {
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
#columnPage #feature-parts-header-banner .s-featureContent-item__headerImage {
  width: 100%;
  margin-bottom: 1.9rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #columnPage #s-featureContent {
    padding: 5rem 4rem 4rem;
    border-radius: 2.4rem;
  }
  #columnPage #feature-parts-header-banner {
    width: 100%;
    margin: 0;
  }
  #columnPage #feature-parts-header-banner .s-featureContent-item__headerImage {
    max-width: 660px;
    margin: 0 auto 3rem;
  }
}
#columnPage #page-title {
  position: relative;
  padding-bottom: 1rem;
  margin: 0;
}
#columnPage #page-title:after {
  content: "";
  display: block;
  position: absolute;
  left: -2rem;
  bottom: 0;
  height: 0.7rem;
  width: calc(100% + 4rem);
  background: linear-gradient(90deg, rgb(244, 232, 232) 0%, rgb(244, 232, 232) 11%, rgb(220, 181, 181) 11%, rgb(220, 181, 181) 38%, rgb(135, 0, 0) 38%, rgb(135, 0, 0) 100%);
}
#columnPage #page-title .c-page-title {
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-primary);
  padding: 0;
  border: none;
}
#columnPage #page-title .date {
  text-align: right;
  font-size: 1.1rem;
  color: #919191;
  margin: 0.9em -1em 0 0;
}
@media screen and (min-width: 768px) {
  #columnPage #page-title {
    width: 100%;
    padding-bottom: 1.8rem;
  }
  #columnPage #page-title:after {
    height: 1rem;
    width: calc(100% + 8rem);
    left: -4rem;
  }
  #columnPage #page-title .c-page-title {
    max-width: 660px;
    margin: 0 auto;
    font-size: 4.3rem;
  }
  #columnPage #page-title .date {
    font-size: 1.4rem;
  }
}
#columnPage .s-featureContent-body .cate {
  display: flex;
  align-items: center;
  margin: 0.8rem 0 2.5rem;
}
#columnPage .s-featureContent-body .cate span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: rgba(90, 90, 90, 0.5) 1px solid;
  border-radius: 2em;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 500;
  height: 1.6rem;
  padding: 0 1.5em;
}
@media screen and (min-width: 768px) {
  #columnPage .s-featureContent-body .cate {
    max-width: 660px;
    width: 100%;
    margin: 2rem auto 4rem;
  }
  #columnPage .s-featureContent-body .cate span {
    font-size: 1.4rem;
    height: 2.8rem;
  }
}
#columnPage .s-featureContent-item {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
  color: #000000;
  margin: 0;
}
#columnPage .s-featureContent-item p {
  margin: 0 0 1.4em;
}
#columnPage .s-featureContent-item p.kome {
  color: #5A5A5A;
  font-size: 1rem;
  line-height: 1.6;
  margin: -0.5em 0 2.2em;
}
#columnPage .s-featureContent-item img {
  display: block;
  margin: 1.5em auto;
  width: auto;
}
#columnPage .s-featureContent-item h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-primary);
  margin: 2.2em 0 1.2em;
}
@media screen and (min-width: 768px) {
  #columnPage .s-featureContent-item {
    max-width: 660px;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 2;
  }
  #columnPage .s-featureContent-item#lower-contents-area {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #columnPage .s-featureContent-item p.kome {
    font-size: 1.5rem;
    margin: -0.5em 0 2.4em;
  }
  #columnPage .s-featureContent-item h2 {
    font-size: 3.3rem;
    margin: 2.5em 0 1em;
  }
}
#columnPage .itemBox {
  margin: 2.5rem 0 0;
  padding: 2rem;
  background: #E6CACA;
  border-radius: 1rem;
}
#columnPage .itemBox .item {
  background: #fff;
  width: 100%;
  aspect-ratio: 250/235;
}
#columnPage .itemBox .item img {
  max-height: 23.5rem;
  margin: 0 auto;
}
#columnPage .itemBox .txtBox p {
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 0;
}
#columnPage .itemBox .txtBox h2 {
  margin: 0;
}
#columnPage .itemBox .txtBox h2 .sTxt {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #000;
  display: block;
}
#columnPage .itemBox .txtBox .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.8rem;
}
#columnPage .itemBox .txtBox .price span {
  font-size: 0.9rem;
}
#columnPage .itemBox .txtBox .btn {
  border: #AFAFAF 1px solid;
  background: #fff;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #737373;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 14rem;
  margin-top: 1.3rem;
}
#columnPage .itemBox ul {
  background: #F2E4E4;
  padding: 1.2rem 1rem;
  margin: 2rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
#columnPage .itemBox ul li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.3em;
}
#columnPage .itemBox ul li:before {
  content: "●";
  display: inline-block;
  color: #fff;
  width: 1.4rem;
  margin-left: -1.4rem;
}
@media screen and (min-width: 768px) {
  #columnPage .itemBox {
    margin: 4rem auto 0;
    padding: 2.4rem 0 2.4rem 2.4rem;
    border-radius: 1.5rem;
    display: inline-flex;
    align-items: center;
  }
  #columnPage .itemBox .item {
    width: auto;
    aspect-ratio: none;
    margin: 0 3rem 0 0;
  }
  #columnPage .itemBox .item img {
    max-height: 31.5rem;
    margin: 0;
  }
  #columnPage .itemBox .txtBox {
    flex: 1;
  }
  #columnPage .itemBox .txtBox p {
    font-size: 1.7rem;
  }
  #columnPage .itemBox .txtBox h2 {
    margin: 0;
    font-size: 3rem;
    font-weight: 600;
  }
  #columnPage .itemBox .txtBox h2 .sTxt {
    font-size: 1.4rem;
  }
  #columnPage .itemBox .txtBox .price {
    font-size: 1.9rem;
    margin-bottom: 1.8rem;
  }
  #columnPage .itemBox .txtBox .price span {
    font-size: 1.2rem;
  }
  #columnPage .itemBox .txtBox .btn {
    border-radius: 0.5rem;
    font-size: 1.8rem;
    height: 4rem;
    width: 19rem;
    margin-top: 2.5rem;
  }
  #columnPage .itemBox ul {
    width: 31rem;
    padding: 2rem 1.4rem;
    margin: 0 0 0 2.8rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #columnPage .itemBox ul li {
    padding-left: 1.8rem;
    margin-bottom: 0.6em;
  }
  #columnPage .itemBox ul li:last-child {
    margin-bottom: 0;
  }
  #columnPage .itemBox ul li:before {
    width: 1.8rem;
    margin-left: -1.8rem;
  }
}
#columnPage .back {
  margin: 1.9rem 0 0;
  text-align: right;
  font-size: 1.1rem;
  letter-spacing: 0;
  color: #4F4F4F;
}
#columnPage .back a {
  position: relative;
  padding: 0 1.4rem 0.3em 0;
}
#columnPage .back a:after {
  color: var(--color-primary);
  content: "〉";
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 0.8em;
}
#columnPage .back a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  background: #4F4F4F;
  height: 1px;
  width: calc(100% + 2.4rem);
}
@media screen and (min-width: 768px) {
  #columnPage .back {
    margin: 4rem 0 0;
    font-size: 1.4rem;
  }
  #columnPage .back a {
    padding: 0 3.8rem 0.4em 0;
  }
  #columnPage .back a:after {
    font-size: 1.4rem;
  }
  #columnPage .back a:before {
    width: 100%;
  }
}

.featurePage .p-homeSection.columnBox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .featurePage .p-homeSection.columnBox {
    padding-top: 6.5rem;
    padding-bottom: 7rem;
  }
  .featurePage .p-homeSection.columnBox ul {
    margin-top: 3.2rem;
    gap: 0 2.4%;
  }
  .featurePage .p-homeSection.columnBox ul li {
    width: 23.2%;
    display: block !important;
  }
  .featurePage .p-homeSection.columnBox ul li .txtBox {
    padding: 3rem 2rem 7rem;
  }
  .featurePage .p-homeSection.columnBox ul li .cate {
    font-size: 1.3rem;
    left: 2rem;
    bottom: 1.5rem;
    border: none;
    background: #E6E6E6;
  }
  .featurePage #columnHead {
    width: 100%;
    margin: 0 auto;
    padding: 0 2.4rem;
    max-width: var(--container-default);
  }
}

.company__map-iframe {
  position: relative;
  height: 34rem;
}
.company__map-iframe iframe {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .company__map-iframe {
    height: 400px;
  }
}

.p-regulation-terms__lead {
  height: 20rem;
}

@media screen and (min-width: 768px) {
  .p-regulation-terms__lead {
    height: 23rem;
  }
}
@media screen and (min-width: 992px) {
  .p-login-body {
    grid-template-columns: 49.5% 34%;
  }
}
.l-container-sm {
  max-width: var(--container-default);
}

.c-productUser-body__price {
  font-weight: normal;
}

.c-userNav-title__iconWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form-title + .name {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 1.5em 0 0;
}
.c-form-title + .name span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: normal;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-form-title + .name {
    font-size: 2rem;
  }
  .c-form-title + .name span {
    font-size: 1.6rem;
  }
}

.p-myPage-userRankInfo__info.rankFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-myPage-userRankInfo__info .rankImg {
  width: 11.4rem;
  margin-right: 1rem;
}
.p-myPage-userRankInfo__info .c-userSectHeading__title {
  font-size: 1.1rem;
}
.p-myPage-userRankInfo__info-rank {
  font-size: 1.8rem;
  display: block;
  margin: 0.3rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-myPage-userRankInfo__info.rankFlex {
    justify-content: flex-start;
  }
  .p-myPage-userRankInfo__info .rankImg {
    width: 11.4rem;
    margin-right: 1rem;
  }
  .p-myPage-userRankInfo__info .c-userSectHeading__title {
    font-size: 1.3rem;
  }
  .p-myPage-userRankInfo__info-rank {
    font-size: 1.9rem;
    display: block;
    margin: 0.3rem 0 0;
  }
}

.p-myPage-body .myFutureTtl {
  margin-top: 4rem;
  font-weight: bold;
}
.p-myPage-body .p-homeSection.campaignBox {
  padding: 1rem 2rem 0;
  margin-bottom: 0;
}
.p-myPage-body .p-homeSection.campaignBox .sectionTitle {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-myPage-body .myFutureTtl {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 5rem;
  }
  .p-myPage-body .p-homeSection.campaignBox {
    padding: 0;
    margin-bottom: 2.5rem;
  }
  .p-myPage-body .p-homeSection.campaignBox .sliderWrap {
    margin-top: 2rem;
  }
  .p-myPage-body .p-homeSection.campaignBox .viewmore {
    display: none;
  }
}

.c-productUser-body__title-name {
  font-size: 1.3rem;
}

.c-productUser-body__button {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.c-productSkuBottomBtn .c-btn-anchor {
  padding: 1rem 1rem;
  font-size: 1.3rem;
  border-radius: 0.4rem;
}

@media screen and (min-width: 768px) {
  .c-productUser-body__title-name {
    font-size: 1.4rem;
  }
  .c-productUser-body__button {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .c-productSkuBottomBtn .c-btn-anchor {
    padding: 1rem 1rem;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=customize.css.map */