﻿@charset "UTF-8";

/* =======================================================================

  Default.css

======================================================================= */

/*  Base
======================================================= */

/* PC */
html {
  font-size: 62.5%;
}

/* a:not([class*="button"]):not([class*="btn"]) {
  text-decoration: underline;
} */
a {
  transition: opacity var(--transition-default);
}


@media screen and (max-width: 1200px) {
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}


/* @media screen and (max-width: 980px) {
	html {
	  font-size: calc(10 * (100vw / 980));
	}
} */

@media screen and (max-width: 767px) {
  html{
    font-size: 62.5%;
  }
}


/* SP */
@media screen and (max-width: 375px) {
  html {
    font-size: calc(10 * (100vw / 375));
  }
}


body {
  font-family: var(--font-en), var(--font-jp);
  font-weight: normal;
  font-size: var(--text-l);
  color: var(--color-font);
}

.contents_inner {
  width: var(--container-default);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.user_wrap {
  width: 100%;
}

#Wrap_lower.onlyDefault {
  margin-top: 0 !important;
}

figure {
  margin: 0 0;
  padding: 0 0;
}
button {
  outline: none;
  background: none;
  border: none;
}



/* =============================================================

    Header Setting

============================================================= */
#Header a {
  text-decoration: none;
}
#header {
  position: fixed;
  width: 100%;
  z-index: var(--zindex-header);
  top: 0;
  background: #fff;
}

#header.header_order {
  position: inherit;
}

.header_inner {
  width: var(--container-default);
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}


/* -- Placeholder Color -- */

.header_search :placeholder-shown {
  color: var(--color-silver);
}

.header_search ::-webkit-input-placeholder {
  color: var(--color-silver);
}

.header_search :-moz-placeholder {
  color: var(--color-silver);
}

.header_search ::-moz-placeholder {
  color: var(--color-silver);
}

.header_search :-ms-input-placeholder {
  color: var(--color-silver);
}

/* Header Info
---------------------------------- */

#header_info {
  background: var(--color-point);
  color: var(--color-white);
  overflow: hidden;
  transition: height var(--transition-default);
}

#header_info .header_inner {
  padding: 1rem 0;
}

#header_info .header_inner,
#header_info .header_inner p {
  text-align: center;
}
#header_info .header_inner p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#header_info a {
  text-decoration: underline;
}

#header_info a:hover {
  text-decoration: none;
}


/* Header Top
---------------------------------- */

#header_top {
  overflow: hidden;
}

#header_top .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 2.8rem;
}

#header_top .header_logo {
  width: 28.6rem;
}

#header_top .header_logo img {
  width: 100%;
}

.header_inner__column {
  display: flex;
  align-items: center;
  line-height: 0;
}
[data-block-content="header-nav"] {
  align-items: center;
  column-gap: 3rem;
}

/* ---- Header Utiliry ---- */

.header_login {
  font-weight: bold;
}

.header_login span {
  display: inline-block;
}

/* ---- Cart ---- */

.utility_cart a {
  position: relative;
  display: inline-block;
  transform: translateX(-0.3rem);
}

.utility_cart .num {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  background: var(--color-attention);
  border-radius: 100%;
  font-family: var(--ff-roboto);
  font-weight: 500;
  color: var(--color-white) !important;
  text-align: center;
  /* font-size: var(--text-xl); */
  font-size: 1.3rem;
  width: 2rem;
  height: 2rem;
}


/* ---- Header Utiliry ---- */

.header_utiliry ul {
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
}

.header_utiliry ul li {
  text-align: center;
}

.header_utiliry ul li img{
  display: block;
  width: 100%;
  height: auto;
}


/* ---- Cart ---- */
.utility_cart .num {
  top: 0.1rem;
  right: -0.5rem;
  /* width: 1.9rem;
  height: 1.9rem; */
  padding: 0;
}

_::-webkit-full-page-media, _:future, :root .utility_cart .num {
  padding-top: .2rem;
}

/* ---- キーワード検索 ---- */

.header_search .textBox {
  width: 27rem;
  height: 4.2rem;
  margin: 0 !important;
  line-height: 2;
  border: 1px solid var(--color-very-light-grey);
  border-radius: 2px;
}

.header_search .textBox input {
  width: 100% !important;
  height: 100%;
  border: none;
  padding-left: 2rem;
  padding-right: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header_search .btnSearch {
  top: 50%;
  right: 1.44rem;
  transform: translateY(-50%);
  width: 1.7rem;
  height: 100%;
}

.header_search .btnSearch a {
  display: flex;
  justify-content: center;
  height: 100%;
}

.header_search .btnSearch img {
  width: 1.7rem;
  margin-top: 0;
  vertical-align: 0;
}

#header #dvProductSearch input.text,
#header .header_search .textBox input {
  font-size: var(--text-m) !important;
  font-family: var(--font-jp) !important;
  line-height: 2;
  letter-spacing: 0.08em !important;
}

/* Header Menu
---------------------------------- */

#header_menu {
  border-top: 1px solid var(--color-very-light-grey);
}

#header_menu .header_menu__list > ul {
  display: flex;
  align-items: center;
}

#header_menu .header_menu__item > a,
#header_menu .header_menu__item > p > a {
  display: block;
  position: relative;
  text-align: center;
}

#header_menu .header_menu__item:first-child a {
}
/* 
#Wrap_lower.onlyOrder,
#Wrap_lower.onlyUser {
  padding-top: 0;
} */
#Wrap_lower {
  padding-top: var(--header-height) !important;
}


/*  Header PC Only Setting
-------------------------- */

@media (min-width: 768px) {

  #header_top a {
    transition: opacity var(--transition-default);
  }

  #header_top a:hover {
    opacity: var(--hover-opacity);
  }

  /* Header Menu
  ---------------------------------- */

  #header_menu .header_menu__list > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    margin: 0 auto;
  }
  #header_menu .header_menu__list > ul > li + li a {
    position: relative;
  }
  #header_menu .header_menu__list > ul > li + li > a::after,
  #header_menu .header_menu__list > ul > li + li > .header_menu__ttl > a::after {
    content: '';
    display: block;
    width: 1px;
    height: 4rem;
    background-color: var(--color-very-light-grey);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #header_menu .header_menu__list > ul > li {
    font-size: var(--text-m);
    font-weight: 600;
    color: var(--color-font-sub);
    letter-spacing: 0.08em;
  }
  #header_menu .header_menu__list > ul > li .font-en {
    display: block;
    text-align: center;
    font-size: var(--text-s);
    font-weight: 400;
    line-height: 1;
    padding-top: 0.9rem;
  }

  #header_menu .header_menu__item > a,
  #header_menu .header_menu__item > p > a {
    display: block;
    position: relative;
    text-align: center;
    padding: 2rem 0 2rem;
    width: 100%;
  }

  #Wrap_lower.onlyOrder,
  #Wrap_lower.onlyUser {
    padding-top: 0;
  }

  /*  Menu Contents
  -------------------------- */

  .header_menu__contents {
    height: 0;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: var(--zindex-header);
    color: #C7C7C7;
    /* transition: top var(--transition-default); */
  }
  /* .info-collapsed .header_menu__contents {
    top: calc(var(--header-height) - var(--header-info-height));
  } */

  .header_menu__contents::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #EFEFEF;
    content: "";
  }

  .header_menu__item.is-toggled .header_menu__contents  {
    height: auto;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
  }

  .header_menu__item:hover .header_menu__contents .category--all  {
    display: none;
  }

  .header_menu__contents .contents_inner {
    width: var(--container-default);
    margin-right: auto;
    margin-left: auto;
    padding: 4rem 0 5rem;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    row-gap: 3.4rem;
  }

  .header_menu__contents .nav_list {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header_menu__contents .nav_list > ul > li {
    display: flex;
    overflow: hidden;
  }

  .header_menu__contents .nav_list > ul > li:first-child {
    padding-bottom: 2.5rem;
  }

  .header_menu__contents .nav_list .nav_toggle {
    width: 20rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: bold;
  }

  .header_menu__contents .nav_list .nav_list__child {
    width: 90rem;
    font-size: var(--text-l);
  }

  .nav_list__child {
    display: flex;
    flex-wrap: wrap;
  }

  .nav_list__child li {
  }

  /* ---- Hover Line ---- */

  #header_menu .header_menu__item > a,
  #header_menu .header_menu__item > p > a {
    transition: color var(--transition-default);
  }

  #header_menu .header_menu__item > a::before,
  #header_menu .header_menu__item > p > a::before {
    transition: opacity var(--transition-default);
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: .2rem;
    width: 100%;
    background: var(--color-point);
    content: "";
  }

  #header_menu .header_menu__item:first-child > a::before,
  #header_menu .header_menu__item:first-child > p > a::before {
    left: 0;
  }

  #header_menu .header_menu__item.is-toggled > a,
  #header_menu .header_menu__item.is-toggled > p > a {
    color: var(--color-point);
  }

  #header_menu .header_menu__item.is-toggled > a::before,
  #header_menu .header_menu__item.is-toggled > p > a::before {
    opacity: 1;
  }

  #header.overlay-displayed .header-overlay {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.7);
  }
}

/*  Header SP Only Setting
-------------------------- */

@media (max-width: 767px) {

  #header {
    border-bottom: 1px solid var(--color-very-light-grey);
    /* z-index: initial; */
  }

  .header_inner__column,
  #header_top .header_inner {
    display: block;
  }

  .header_inner {
    max-width: 100%;
  }

  /* Header Info
  ---------------------------------- */

  #header_info .header_inner,
  #header_info .header_inner p {
    text-align: center;
    line-height: 1.5;
  }

  #header_info .header_inner {
    padding: .45rem 1.5rem .55rem;
    font-size: var(--text-xl);
  }

  /* Header Top
  ---------------------------------- */

  #header_top .header_inner {
    position: relative;
    height: 6rem;
    padding: 1.6rem 0.8rem 1.6rem 1.7rem;
    display: flex;
  }

  #header_top .header_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16rem;
    line-height: 0;
    transform: translateY(-50%) translateX(-50%);
  }

  #header_top [data-block-content="header-nav"] .header_utiliry > ul {
    justify-content: flex-end;
    column-gap: 1.1rem;
    transform: translateY(-0.2rem);
  }
  #header_top [data-block-content="header-nav"] .header_utiliry > ul > li{
    width: 3rem;
  }
  #header_top [data-block-content="header-nav"] .header_utiliry > ul > li.utility_account{
    width: 3rem;
  }
  #header_top [data-block-content="header-nav"] .header_utiliry > ul > li.utility_favorite{
    width: 3rem;
  }
  #header_top [data-block-content="header-nav"] .header_utiliry > ul > li.utility_cart{
    width: 3.2rem;
  }
  #header_top [data-block-content="header-nav"] .header_utiliry > ul > li img{
    width: 125%;
  }
  #header_top .utility_cart .num {
    font-size: var(--text-m);
    width: 1.6rem;
    height: 1.6rem;
    top: 0rem;
    right: -0.9rem;
  }

  /* Hamburger Menu
  ---------------------------------- */
  .hamburger {
    position: absolute;
    top: 50%;
    left: 1.4rem;
    z-index: var(--zindex-header);
    width: 1.8rem;
    height: 1.4rem;
    cursor: pointer;
    transform: translateY(-50%)
  }

  .hamburger::before,
  .hamburger::after,
  .hamburger span {
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: var(--color-point);
    border-radius: 100px;
    transition: transform .3s,top .3s,left .3s;
  }

  .hamburger::before,
  .hamburger::after {
    left: 0;
    content: "";
  }

  .hamburger span {
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }

  .sp_open  .hamburger span {
    height: 0
  }

  .hamburger::before {
    top: 0;
  }

  .hamburger::before {
    top: 0;
  }

  .hamburger::after {
    bottom: 0;
  }

  .sp_open .hamburger {
    position: fixed;
    top: 1.5rem;
    right: 4vw;
    left: auto;
    width: 1.8rem;
    height: 1.8rem;
    transform: none;;
  }

  .sp_open  .hamburger::before,
  .sp_open  .hamburger::after {
    background-color: #fff;
    height: 2px;
  }

  .sp_open  .hamburger::before {
    transform: rotate(45deg);
    top: 50%;
  }

  .sp_open  .hamburger::after {
    transform: rotate(-45deg);
    top: 50%;
  }


  /* SP Menu
  ---------------------------------- */

  .sp_menu {
    opacity: 0;
    position: fixed;
    top: 0;
    left: auto;
    right: 100%;
    z-index: var(--zindex-header);
    width: 88vw;
    height: 100vh;
    overflow: auto;
    background: var(--color-bg-footer);
    transition: right .4s ease-in-out, opacity .25s ease-in-out;
  }


  .sp_menu.is-menu-open {
    opacity: 1;
    right: 12vw;
  }

  /* iPad対応 */
  @media (min-width: 550px) and (max-width: 767px) {

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

  }

  .sp_menu.sp_only {
    display: none;
  }

  .sp_menu__inner {
    position: relative;
    padding: 0 0 10rem;
  }

  /* -- navi menu setting -- */
  body.no-scroll {
   /* width: 100%;
    height: 100%;*/
    /* overflow: hidden; */
  }

  .no-scroll .header-overlay {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: var(--zindex-header-bg);
    background: rgba(134, 134, 134, 0.7);
  }

  /* .btn__advancedsearch-popup {
    z-index: 1 !important;
  } */


  /* ------ SP Menu List ------ */

  .sp_menu__title {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding: 1rem 1.6rem 1rem;
    background: var(--color-point);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-white, #fff);
  }

  .nav_list {
  }

  .sp_menu .nav_list ul {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .sp_menu .nav_list li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--color-very-light-grey);
    text-align: left;
  }

  .nav_list li a {
    display: block;
    position: relative;
    padding: 1.8rem 1.5rem 1.8rem 1.5rem;
    background: url(../Contents/ImagesPkg/common/icn_arw.svg) no-repeat calc(100% - 1.6rem) 50%;
    background-size: .6rem 1rem;
    font-size: var(--text-xxl);
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.08em;
  }

  .nav_list:last-child > ul > li:last-child {
    border-bottom: 1px solid var(--color-very-light-grey);
  }

  .nav_list .nav_toggle {
    transition: background .2s linear;
    background: url(../Contents/ImagesPkg/common/icn_toggle_off.svg) #fafafa calc(100% - 1.6rem) 1.9rem no-repeat;
    background-size: 1.4rem 1.4rem;
  }

  .nav_list .nav_toggle > a {
    display: inline-block;
    width: auto;
    background: none;
    pointer-events: none;
  }

  .nav_list .nav_toggle.is-active {
    background-image: url(../Contents/ImagesPkg/common/icn_toggle_on.svg);
  }

  .nav_list .nav_toggle + ul {
    display: none;
  }

  /* ---- Search ---- */

  .header_search dd {
    padding: 1.5rem 1.6rem;
  }

  .header_search .textBox {
    overflow: hidden;
    width: 100%;
    height: 4.2rem;
    border: 1px solid #E3E3E3;
  }

  .header_search .text {
    padding: 0 4rem 0 2rem;
  }

  .header_search .btnSearch {
    width: 1.7rem;
  }

  .header_search .btnSearch img {
    width: 1.9em;
    margin-top: 0;
    vertical-align: 0;
  }

  #dvProductSearch input.text {
    letter-spacing: 0.08em;
    font-size: 1.3rem;
  }

  /* ---- Mail Magazine ---- */

  .sp_menu .bnr_mailmagazine {
    padding: 2rem 1.6rem;
  }

  .bnr_mailmagazine {
    text-align: center;
  }
  /* ---- SNS ---- */

  .sp_menu .sns_area {
    padding: 3rem 0 0;
    text-align: center;
  }

  .sp_menu .sns_area dt {
    display: block;
    margin-bottom: 2.4rem;
    font-size: var(--title-s);
    font-weight: 600;
    text-align: center;
    letter-spacing: .1em;
  }

  .sp_menu .sns_area ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2.5rem;
  }

  .sp_menu .sns_area ul li {
    width: 3.6rem;
  }


}


/* =============================================================

  Footer Setting

============================================================= */

#footer {
  position: relative;
}

#footer img {
  display: block;
  width: 100%;
  height: auto;
}

.footer_inner {
  width: var(--container-default);
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}

#footer a {
  transition: opacity var(--transition-default);
  text-decoration: none;
}

#footer a:hover {
  opacity: var(--hover-opacity);
}

/* Footer Top
---------------------------------- */

#footer_top {
  background: var(--color-bg-footer);
  font-size: var(--text-l);
  letter-spacing: .03rem;
}

#footer_top .bnr_mailmagazine {
  width: 25.6rem;
  margin-top: 2.65rem;
}
.bnr_mailmagazine a {
  background: var(--color-white);
  border-radius: 2.7rem;
  width: 100%;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.5rem;
  color: var(--color-point);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.bnr_mailmagazine .mailmagazine_icon {
  display: inline-block;
  width: 2.5rem;
}
.bnr_mailmagazine img {
  max-width: 100%;
}
#footer_top .sns_area {
  margin-top: 5.1rem;
}
#footer_top .sns_area dl {
  display: flex;
  flex-direction: column;
  row-gap: 2.2rem;
}
#footer_top .sns_area dt {
  font-size: var(--text-xl);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-point);
}

#footer_top .sns_area ul {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
}
#footer_top .sns_area ul li {
  width: 3.6rem;
}

.footer_nav__container {
  display: flex;
  column-gap: 12rem;
  /* padding-right: 16rem; */
}
.footer_nav__column {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.footer_nav__column dt {
  font-size: var(--title-s);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--color-point);
}
.footer_nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.footer_nav ul li {
  font-size: var(--text-l);
  line-height: normal;
  letter-spacing: 0.03em;
  color: var(--color-font-sub);
}



/* Footer Bottom
---------------------------------- */

/* Footer Bottom
---------------------------------- */

#footer_bottom {
  background: var(--color-bg-footer);
  font-size: var(--text-s);
  --color-footer-bottom: #A0A0A0;
  color: var(--color-footer-bottom);
}

#footer_bottom .footer_inner {
  display: flex;
  justify-content: space-between;
  padding: 3.9rem 0 5.2rem;
}

.footer_btm_nav {
  padding-top: 0;
}

#footer_bottom .coryright {
  font-size: var(--text-s);
  letter-spacing: 0.03em;
}


/* Page Top
---------------------------------- */

#pagetop {
  transition: opacity var(--transition-default), height var(--transition-default);
  opacity: 0;
  position: absolute;
  top: -10rem;
  right: 3rem;
  bottom: auto;
  z-index: var(--zindex-header);
  width: 6rem;
  height: 6rem;
}

#pagetop.show {
  opacity: 1;
}

#pagetop.fxd {
  position: fixed;
  top: auto;
  bottom: 3rem;
}

.pagetop__link {
  transition: opacity var(--transition-default),top .3s cubic-bezier(0.51, 0.21, 0.41, 0.69), background-color var(--transition-default), border-color var(--transition-default);
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../Contents/ImagesPkg/common/icn_pagetop.svg) no-repeat center var(--color-silver-white);
  background-size: 1.4rem 11rem;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pagetop__link:hover {
  opacity: var(--hover-opacity);
}

.pagetop__txt {
  display: none;
}

/* NewsList
---------------------------------- */
.news_detail {
  display: none;
}

/*  Footer PC Only Setting
-------------------------- */

@media (min-width: 768px) {

  /* Footer Top
  ---------------------------------- */

  #footer_top .footer_inner {
    padding: 10.4rem 0 4rem;
    display: grid;
    /* grid-template-columns: 1fr auto; */
    grid-template-columns: 45% 55%;
    grid-template-rows: auto 1fr;
  }

  #footer_top .footer_logo {
    width: 25.6rem;
  }

  #footer_top .footer_logo img {
    max-width: 100%;
  }

  #footer_top [data-block-content="footer-nav"] {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  /* Footer Bottom
  ---------------------------------- */

  #footer_bottom .footer_nav ul {
    display: flex;
    width: 100%;
  }

  .footer_btm_nav ul {
    display: flex;
    column-gap: 2rem;
  }

  .footer_btm_nav li {
    margin-bottom: 0;
    letter-spacing: 0.08em;
  }

  .footer_btm_nav li:first-child {
    padding-left: 0;
  }

}

/*  Footer SP Only Setting
-------------------------- */

@media (max-width: 767px) {

  .footer_inner {
    max-width: 100%;
    padding: 1.5rem;
  }


  /* Footer Top
  ---------------------------------- */

  #footer_top {
  }

  #footer_top .footer_inner {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .footer_logo {
    width: 24rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
    text-align: center;
  }

  .footer_logo img {
    max-width: 100%;
  }

  .footer_nav__container {
    flex-direction: column;
    column-gap: 0;
    row-gap: 2rem;
    padding-right: 0;
  }
  .footer_nav__column {
    row-gap: 2rem;
  }
  .footer_nav__column dt {
    font-size: var(--title-s);
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-point);
  }
  .footer_nav ul {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
  .footer_nav ul li {
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: 0.03em;
    color: var(--color-font-sub);
  }

  .js-accordion--mobile .js-accordion-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .js-accordion--mobile .js-accordion-head::after {
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg id='グループ_12185' data-name='グループ 12185' xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath id='パス_375' data-name='パス 375' d='M0,0,6.319,6.394,0,12.8' transform='translate(19.299 9.5) rotate(90)' fill='none' stroke='%23bdc9e5' stroke-miterlimit='10' stroke-width='1'/%3E%3Crect id='長方形_23852' data-name='長方形 23852' width='25' height='25' fill='none'/%3E%3C/svg%3E%0A");
    transition: transform var(--transition-default);
  }
  .js-accordion--mobile.is-open .js-accordion-head::after {
    transform: rotate(180deg);
  }
  .js-accordion--mobile .js-accordion-body {
    display: none;
  }

  #footer_top .sns_area {
    width: 100%;
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
  #footer_top .sns_area dl {
    align-items: center;
  }
  #footer_top .sns_area dt {
    font-size: var(--title-s);
  }
  #footer_top .sns_area li {
    width: 2.4rem;
  }
  #footer_top .bnr_mailmagazine {
    margin: auto;
  }

  /* Footer Bottom
  ---------------------------------- */

  #footer_bottom {
    border-top-width: 0;
  }

  #footer_bottom .footer_inner {
    display: block;
    padding-top: 2.2rem;
    padding-bottom: 6rem;
  }
  .footer_btm_nav {
    text-align: center;
  }
  .footer_btm_nav ul {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }

  .footer_btm_nav li {
    text-align: center;
    font-size: var(--text-l);
    line-height: normal;
  }

  .footer_btm_nav li a {
    display: block;
  }

  #footer_bottom .coryright {
    display: block;
    padding: 4.3rem 0 0;
    text-align: center;
    font-size: var(--text-l);
  }

  /* Page Top
  ---------------------------------- */

  #pagetop {
    width: 5rem;
    height: 5rem;
  }

  #pagetop,
  #pagetop.fxd {
    position: fixed;
    top: auto;
    right: 1.2rem;
    bottom: 1.2rem;
  }


}


/* =============================================================

    Contents Setting

============================================================= */

/* Section Area
---------------------------------- */

.section p {
  margin: 0 0 5rem;
  font-size: var(--text-m);
  line-height: 2;
}

.section .btn-base {
  width: 24rem;
  height: 6rem;
  margin: 2rem 0;
  padding: .5rem 0;
}

.contents_section {
  padding-top: 5rem;
}

/*  Contents SP Only Setting
-------------------------- */

@media (max-width: 767px) {

  /* Section Area
  ---------------------------------- */

  .contents_section {
    padding-top: 4rem;
  }

}


/* =============================================================

    User Setting

============================================================= */

#Wrap_lower.onlyOrder,
#Wrap_lower.onlyUser {
  margin-right: auto;
  margin-left: auto;
}

#Wrap_lower.onlyOrder {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

#loginWrap {
  width: var(--container-static);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 800px) {
  #loginWrap{
    width: 100%;
  }
}


@media screen and (max-width: 1024px) {
  #Wrap_lower.onlyOrder, #Wrap_lower.onlyUser{
    width: 100%;
  }
}

.c-button {
  --button-width: auto;
  --button-minheight: auto;
  width: var(--button-width);
  min-height: var(--button-minheight);
  background-color: var(--color-point);
  font-size: var(--text-xxl);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  --button-color: #fff;
  color: var(--button-color);
  border-radius: calc(var(--button-minheight) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  --vertical-padding: 1.7rem;
  --horizontal-padding: 2.2rem;
  padding: var(--vertical-padding) var(--horizontal-padding);
  transition: opacity var(--transition-default);
  position: relative;
}
.c-button.c-button--primary {
  --button-width: 34rem;
  --button-minheight: 5.6rem;
}
.c-button.c-button--primary::after {
  content: '';
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cpath id='パス_3572' data-name='パス 3572' d='M5,0l5,8H0Z' transform='translate(8) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: var(--horizontal-padding);
  transform: translateY(-50%);
  transition: right var(--transition-default);
}



@media screen and (min-width: 768px) {
  .m-category__container {
    max-height: 53vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .m-category__list[data-category-hierarchy="1"] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    /* display: grid;
    grid-template-columns: 45.3125% auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 3.2rem 12rem; */
  }
  .m-category__list[data-category-hierarchy="1"] > .m-category__item {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
  .m-category__list[data-category-hierarchy="1"] > .m-category__item > a{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: var(--color-point);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1.6rem;
  }
  .m-category__list[data-category-hierarchy="1"] > .m-category__item > a::after{
    content: '';
    display: block;
    width: 0.8rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cpath id='多角形_1' data-name='多角形 1' d='M5,0l5,8H0Z' transform='translate(8) rotate(90)' fill='%23f0a7a5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transition: transform var(--transition-default);
  }
  /* .m-category__list[data-category-hierarchy="1"] > .m-category__item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  .m-category__list[data-category-hierarchy="1"] > .m-category__item:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
  }
  .m-category__list[data-category-hierarchy="1"] > .m-category__item:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .m-category__list[data-category-hierarchy="1"] > .m-category__item:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    transform: translateX(-6.7rem);
  } */
  .m-category__list[data-category-hierarchy="2"] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    grid-auto-rows: 1fr;
    gap: 2rem;
  }
  .m-category__list[data-category-hierarchy="2"] > li {
    min-height: 6rem;
  }
  .m-category__list[data-category-hierarchy="2"] > li > a{
    background-color: var(--color-white, #fff);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 1.5rem;
    color: var(--color-font-sub);
    font-weight: 500;
    font-size: var(--text-l);
    line-height: normal;
    letter-spacing: 0.08em;
    height: 100%;
    border: 1px solid transparent;
    transition: border-color var(--transition-default);
    border-radius: 4px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-button.c-button--primary {
    --button-width: 30rem;
    --button-minheight: 4.8rem;
    --vertical-padding: 1.4rem;
    font-size: var(--text-l);
  }
  .c-button.c-button--primary::after {
    width: 0.64rem;
    height: 0.8rem;
  }
  .m-category__list[data-category-hierarchy="1"] {

  }
  .m-category__list[data-category-hierarchy="1"] {

  }
  .m-category__list[data-category-hierarchy="1"] .m-category__item{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .m-category__list[data-category-hierarchy="1"] > .m-category__item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.8rem 1.5rem 1.8rem 1.5rem;
    font-size: var(--text-xxl);
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.08em;
    /* border-top: 1px solid var(--color-very-light-grey); */
  }
  .m-category__list[data-category-hierarchy="1"] > li a.js-mobile-accordion-head {
    background-image: none;
  }
  .m-category__list[data-category-hierarchy="2"] > li a:not(.js-mobile-accordion-head) {
    background: url(../Contents/ImagesPkg/common/icn_arw.svg) no-repeat calc(100% - 1.5rem) 50%;
    background-size: 0.6rem 1rem;
    background-color: var(--color-white, #fff);
    color: #8B99B5;
  }
  .m-category__list[data-category-hierarchy="1"] .js-mobile-accordion-head {
    position: relative;
    padding-right: 1.5rem !important;
  }
  .m-category__list[data-category-hierarchy="1"] .js-mobile-accordion-head::after,
  .m-category__list[data-category-hierarchy="1"] .js-mobile-accordion-head::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1.5px;
    background: #8B99B5;
  }
  .m-category__list[data-category-hierarchy="1"] .js-mobile-accordion-head::before {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%) rotate(90deg);
    transition: transform var(--transition-default);
  }
  .m-category__list[data-category-hierarchy="1"] .js-mobile-accordion-head.is-toggled::before {
    transform: translateY(-50%);
  }
  .m-category__list[data-category-hierarchy="1"] .js-mobile-accordion-body {
    display: none;
  }
}

@media (hover: hover) {
  .m-category__list[data-category-hierarchy="1"] > .m-category__item > a:hover::after{
    transform: translateX(0.5rem);
  }
  .m-category__list[data-category-hierarchy="2"] > li > a:hover{
    border-color: var(--color-font-sub);
    opacity: 1;
  }
  .c-button.c-button--primary:hover {
    opacity: 0.8;
  }
  .c-button.c-button--primary:hover::after {
    right: calc(var(--horizontal-padding) - 0.4rem);
  }
}