@charset "UTF-8";

/* =======================================================================

  Default.css

======================================================================= */

/*  Base
======================================================= */

/* PC */
html {
  font-size: 62.5%;
}
/* SP */


body {
  font-family: var(--font-notosans);
  font-size: var(--text-l);
  color: var(--color-main);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.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;
  padding: 0 !important;
}

/*ティッカ*/
#Ticker{
  width: 100%;
  background-color: var(--color-grey-dark);
}
#Ticker .ticker_text{
  color: var(--color-main);
  font-family: var(--font-notosans);
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.03em;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* =============================================================

    Header Setting

============================================================= */
#Header{
  position: sticky;
  top: 0;
  z-index: 5;
}

#header {
  /*position: fixed;*/
  width: 100%;
  z-index: var(--zindex-header);
  top: 0;
  font-family: var(--font-en), var(--hiragino-gothic);
  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);
  font-size: 1.2rem;
}

.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-dark-grey);
  color: var(--color-white);
}

#header_info .header_inner {
  padding: 1.5rem 0;
}

#header_info .header_inner,
#header_info .header_inner p {
  text-align: center;
}

#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: 1rem 1.6rem 2rem 5rem;
}

#header_top .header_logo {
  width: 14rem;
}

#header_top .header_logo img {
  width: 100%;
  height: auto;
}

.header_inner__column {
  display: flex;
  align-items: center;
  line-height: 0;
}

/* ---- Header Utiliry ---- */

.header_login {
  padding: 0 1.5rem;
  font-weight: bold;
}

.header_login span {
  display: inline-block;
  padding: 0 1.2rem;
}

/* ---- Cart ---- */

.utility_cart a {
  position: relative;
  display: inline-block;
}

.utility_cart .num {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  background: #d91a35;
  border-radius: 100%;
  font-family: var(--font-notosans);
  font-size: 1rem;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}


/* ---- Header Utiliry ---- */

.header_utiliry ul {
  display: flex;
  align-items: center;
}

.header_utiliry ul li {
  padding: 0;
  text-align: center;
}
.header_utiliry ul li:nth-of-type(2){
  margin: 0 1.6rem 0 2rem;
}

.header_utiliry ul li img{
  width: auto;
  height: 2rem;
}
.header_utiliry ul li:nth-of-type(3) img{
  height: 2.1rem;
}

/* ---- Cart ---- */

.utility_cart img {
  width: 2rem;
}

.utility_cart .num {
  top: -0.75rem;
  right: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
}

_::-webkit-full-page-media, _:future, :root .utility_cart .num {
  padding-top: .2rem;
}

/* ---- キーワード検索 ---- */

.header_search .textBox {
  width: 19rem;
  height: 3rem;
  margin-right: 3.2rem;
  line-height: 2;
}

.header_search .textBox input {
  width: 100%;
  height: 100%;
  border: none;
}

.header_search .btnSearch {
  top: 0;
  right: 1.2rem;
  width: 1.5rem;
  height: 100%;
}

.header_search .btnSearch a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header_search .btnSearch img {
  width: 1.5rem;
  margin-top: 0;
  vertical-align: 0;
}

#header #dvProductSearch input.text,
#header .header_search .textBox input {
  background-color: var(--color-grey-lighter);
  border-radius: 1.5rem;
  font-size: var(--text-m) !important;
  font-family: var(--hiragino-gothic) !important;
  line-height: 2;
  padding-left: 1.4rem;
}

/* Header Menu
---------------------------------- */

#header_menu {
  border-top: 1px solid var(--color-very-light-grey);
  border-bottom: 1px solid var(--color-very-light-grey);
}

#header_menu .header_inner{
  width: 120rem;
  margin: auto;
}

#header_menu .header_menu__list > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header_menu .header_menu__item > a,
#header_menu .header_menu__item > p > a {
  height: 9.2rem;
  display: block;
  position: relative;
  padding: 0;
  color: var(--color-light-grey);
  text-align: center;
}

#header_menu .header_menu__item{
  width: 100%;
}

#header_menu .header_menu__item .text_wrap{
  display: grid;
  place-content: center;
}

#header_menu .header_menu__item .text_wrap .text_en{
  color: var(--color-text);
  display: block;
  font-family: var(--font-opensans);
  font-size: 1.5rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.2em;
}

#header_menu .header_menu__item .text_wrap .text_ja{
  color: var(--color-main);
  display: block;
  font-family: var(--font-notosans);
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.1em;
  margin-top: 1rem;
}

/* #header_menu .header_menu__item:first-child a {
  padding-left: 0;
} */

#Wrap_lower.onlyOrder,
#Wrap_lower.onlyUser {
  padding-top: 0;
}


/*  Header PC Only Setting
-------------------------- */

/*  Footer SP Only Setting
-------------------------- */


/* =============================================================

    Footer Setting

============================================================= */

#footer {
  background-image: url(../Contents/ImagesPkg/common/sp_foot_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  font-family: var(--font-en), var(--hiragino-gothic);
}

.footer_inner {
  width: 120rem;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}

#footer a {
  transition: opacity var(--transition-default);
}

#footer a:hover {
  opacity: var(--hover-opacity);
}

/* Footer Top
---------------------------------- */

#footer_top {
  font-size: var(--text-l);
  letter-spacing: .05rem;
}

#footer_top .footer_banner {
  width: 100%;
}

.footer_banner img {
  max-width: 100%;
  height: auto;
}

.footer_nav {
  padding: .6em 0 0;
}

.footer_nav li {
  margin: 0 0 3.8rem;
}

#footer_top .sns_area dt {
  display: block;
  margin-bottom: 2.5rem;
}

#footer_top .sns_area ul {
  width: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin: auto;
}

/* Footer Bottom
---------------------------------- */

#footer_bottom {
  border-top: 1px solid rgba(136,136,136,0.3);
}

#footer_bottom .footer_inner {
  display: flex;
  justify-content: space-between;
  padding: 3.7rem 0 4.3rem;
}

.footer_btm_nav {
  color: var(--color-main);
  font-family: var(--font-notosans);
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  padding-top: 0;
}

#footer_bottom .coryright {
  color: var(--color-main);
  font-family: var(--font-notosans);
  font-size: 1.1rem;
  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
-------------------------- */

/*  Footer SP Only Setting
-------------------------- */


/* =============================================================

    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
-------------------------- */


/* =============================================================

    User Setting

============================================================= */

#Wrap_lower.onlyOrder,
#Wrap_lower.onlyUser {
  width: 114rem;
  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;
}

/* 静的カテゴリリスト(TOP/ハンバーガー)*/
.staticCategoryList .category_heading{
  border-bottom: 1px solid #B4B4B4;
  padding: 0.4rem 0 1.5rem;
  position: relative;
}
.staticCategoryList .category_heading:nth-of-type(n+2){
  margin-top: 1.5rem;
}
.staticCategoryList .category_en{
  font-family: var(--font-opensans);
  font-size: 1.6rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.2em;
}
.staticCategoryList .category_ja{
  font-family: var(--hiragino-gothic);
  font-size: 1.2rem;
  font-weight: var(--font-weight-light);
  letter-spacing: 0.1em;
  margin-left: 1.5rem;
}
.staticCategoryList .menu_base{
  width: 2.4rem;
  height: 2.4rem;
  background-color: var(--color-main);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.staticCategoryList .menu_base::before,
.staticCategoryList .menu_base::after{
  width: 1rem;
  height: 1px;
  background-color: var(--color-white);
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.staticCategoryList .menu_base::after{
  transition: transform .3s;
  transform: translate(-50%,-50%) rotate(-90deg);
}
.staticCategoryList .category_heading.open .menu_base::after{
  transform: translate(-50%,-50%) rotate(0);
}
.staticCategoryList .category_content{
  display: none;
  margin-top: 2rem;
}
.staticCategoryList .category_list{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.staticCategoryList .category{
  background-color: var(--color-white);
  position: relative;
}
.staticCategoryList .category::after{
  width: 0.8rem;
  height: 1.2rem;
  background-image: url(../Contents/ImagesPkg/common/icn_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.staticCategoryList .category a{
  display: block;
  padding: 1.2rem 0 1.2rem 3.8rem;
}
.staticCategoryList .category_img{
  display: none;
}
.staticCategoryList .category_name{
  font-family: var(--hiragino-gothic);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (min-width:768px){
  .utility_cart .num{
    line-height: 1.6rem;
  }
  #Ticker .ticker_text{
    font-size: 1.3rem;
    padding: 0.8rem 0;
    line-height: 1.54;
  }
  .sponly{
    display: none!important;
  }
  #footer_top .sns_area ul{
    width: max-content;
    gap: 1.8rem;
  }
  #footer_top .sns_area ul img{
    width: auto;
    height: 100%;
  }
  .staticCategoryList .category_content{
    display: block;
  }
}
@media screen and (max-width: 1300px){
  html {
    font-size: calc(10 * (100vw / 1300));
  }
}
@media screen and (max-width: 767px){
  html{
    font-size: 62.5%;
  }
  .pconly{
    display: none!important;
  }
}
@media screen and (max-width: 375px){
  html {
    font-size: calc(10 * (100vw / 375));
  }
}
@media (min-width: 768px){

  #header_top a {
    transition: opacity var(--transition-default);
  }

  #header_top a:hover {
    opacity: var(--hover-opacity);
  }

  /* ブログカテゴリ一覧*/
  .blog_list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 2.5rem;
  }
  .blog_list ul li{
    width: 22rem;
    height: 8rem;
    background-color: var(--color-grey-lighter);
  }
  .blog_list ul li a{
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    padding: 0;
  }
  .blog_list .viewall{
    width: 27rem;
    height: 4.7rem;
    border: 1px solid var(--color-gray-darker);
    display: grid;
    place-content: center;
    font-family: var(--font-notosans);
    font-size: 1.5rem;
    margin: 4rem auto 0;
    position: relative;
    transition: background-color .3s, color .3s;
  }
  .blog_list .viewall_icon{
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
  }
  .blog_list .viewall:hover{
    background-color: var(--color-main);
    color: var(--color-white);
  }
  .blog_list .viewall svg{
    stroke: var(--color-main);
    transition: stroke .3s;
  }
  .blog_list .viewall:hover svg{
    stroke: var(--color-white);
  }

  /*  Menu Contents
  -------------------------- */

  .header_menu__contents {
    height: 0;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    z-index: var(--zindex-header);
    overflow: hidden;
  }

  .header_menu__contents a {
    transition: color .4s ease-in-out;
  }

  .header_menu__contents a:hover {
    color: var(--color-black);
  }

  .header_menu__contents::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--color-white);
    content: "";
  }

  .header_menu__item:hover .header_menu__contents  {
    height: auto;
    z-index: 999;
    opacity: 1;
    visibility: visible;
  }

  .header_menu__contents .staticCategoryList .category_content{
    margin-top: 0;
  }

  .header_menu__item[data-cat="100"]:hover .category_content:not([data-cat="100"]){
    display: none;
  }

  .header_menu__item[data-cat="200"]:hover .category_content:not([data-cat="200"]){
    display: none;
  }

  .header_menu__item[data-cat="300"]:hover .category_content:not([data-cat="300"]){
    display: none;
  }

  .header_menu__item[data-cat="400"]:hover .category_content:not([data-cat="400"]){
    display: none;
  }

  .header_menu__item[data-cat="500"]:hover .category_content:not([data-cat="500"]){
    display: none;
  }

  .header_menu__item[data-cat="600"]:hover .category_content:not([data-cat="600"]){
    display: none;
  }

  .header_menu__item[data-cat="700"]:hover .category_content:not([data-cat="700"]){
    display: none;
  }

  .header_menu__contents .contents_inner {
    width: 120rem;
    margin: auto;
    padding: 4.8rem 0 4.4rem;
    max-width: 95%;
  }

  .header_menu__contents .staticCategoryList .category_heading{
    display: none;
  }

  .header_menu__contents .staticCategoryList .category_list{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 2.5rem;
  }

  .header_menu__contents .staticCategoryList .category{
    width: 22rem;
    height: 8rem;
    background-color: var(--color-grey-lighter);
  }

  .header_menu__contents .staticCategoryList .category::after{
    content: none;
  }

  .header_menu__contents .staticCategoryList .category a{
    height: 100%;
    display: grid;
    place-content: center;
    padding: 0;
    transition: opacity 0.3s;
  }

  .header_menu__contents .staticCategoryList .category a:hover{
    opacity: 0.6;
  }

  .header_menu__contents .staticCategoryList .category_name{
    font-family: var(--font-notosans);
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
  }

  .header_menu__contents .staticCategoryList .viewall{
    width: 27rem;
    height: 4.7rem;
    border: 1px solid var(--color-gray-darker);
    display: grid;
    font-family: var(--font-notosans);
    font-size: 1.5rem;
    place-content: center;
    margin: 4rem auto 0;
    position: relative;
    transition: background-color .3s, color .3s;
  }
  .header_menu__contents .staticCategoryList .viewall .viewall_icon{
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
  }

  .header_menu__contents .staticCategoryList .viewall .arrow_icon svg{
    stroke: var(--color-main);
    transition: stroke .3s;
  }

  .header_menu__contents .staticCategoryList .viewall:hover{
    background-color: var(--color-main);
    color: var(--color-white);
  }

  .header_menu__contents .staticCategoryList .viewall:hover .arrow_icon svg{
    stroke: var(--color-white);
  }

  .nav_list__child {
    display: flex;
    flex-wrap: wrap;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_list__child li {
    margin-bottom: 2rem;
  }

  /* ---- 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 {
    width: 100%;
    height: .2rem;
    transition: opacity var(--transition-default);
    opacity: 0;
    position: absolute;
    bottom: 0;
    background: var(--color-black);
    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:hover > a,
  #header_menu .header_menu__item:hover > p > a {
    color: var(--color-black);
  }

  #header_menu .header_menu__item:hover > a::before,
  #header_menu .header_menu__item:hover > p > a::before {
    opacity: 1;
  }

  #footer {
    background-image: url(../Contents/ImagesPkg/common/pc_foot_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
  }

  /* Footer Top
  ---------------------------------- */
  #footer_top .footer_inner {
    display: grid;
    grid-template-columns: 1fr 63rem;
    grid-template-rows: auto auto;
    padding: 58.2rem 0 4.2rem;
  }

  #footer_top .footer_inner__column {
    width: 24.4rem;
    padding: 0;
  }

  #footer_top .footer_inner__column:nth-child(1) {
    grid-area: 1/1/2/2;
  }

  #footer_top .footer_inner__column:nth-child(2) {
    width: 63rem;
    grid-area: 2/2/3/4;
    margin-top: 4.2rem;
  }

  #footer_top .footer_inner__column:nth-child(3) {
    width: 63rem;
    margin-top: 1.2rem;
  }

  #footer_top .footer_inner__column:nth-child(4) {
    width: max-content;
    grid-area: 2/1/2/3;
    margin-top: 5.6rem;
    margin-left: 1rem;
  }

  #footer_top .footer_logo {
    width: 24rem;
  }

  #footer_top .footer_logo img {
    width: 100%;
    height: auto;
  }

  #footer_top .footer_ext_link ul{
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
  
  #footer_top .footer_ext_link ul li{
    width: 14rem;
    height: 4.2rem;
    background-color: rgba(255,255,255,0.7);
    padding: 0;
    position: relative;
  }

  #footer_top .footer_ext_link ul li::after{
    width: 1.4rem;
    height: 1.2rem;
    background-image: url(../Contents/ImagesPkg/common/icn_ext_link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content: none;
    display: block;
    position: absolute;
    top: 50%;
    right: 1.35rem;
    transform: translateY(-50%);
  }

  #footer_top .footer_ext_link ul li:first-of-type{
    width: 17rem;
  }
  #footer_top .footer_ext_link ul li:last-of-type{
    width: 12rem;
  }

  #footer_top .footer_ext_link ul li a{
    width: 100%;
    height: 100%;
    color: var(--color-main);
    display: grid;
    place-content: center;
    font-family: var(--font-notosans);
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    padding: 0 1.35rem;
  }

  #footer_top .footer_banner__wrap{
    display: flex;
    justify-content: space-between;
  }
  #footer_top .footer_banner{
    width: 30rem;
  }

  /* Footer Bottom
  ---------------------------------- */

  #footer_bottom .footer_nav ul {
    display: flex;
    width: 100%;
  }

  .footer_btm_nav ul {
    display: flex;
  }

  .footer_btm_nav li {
    margin-bottom: 0;
    padding-left: 2.4rem;
  }

  .footer_btm_nav li:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px){

  #header {
    border-bottom: 1px solid var(--color-very-light-grey);
  }

  .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: .8rem 1rem .6rem;
    font-size: var(--text-m);
  }

  /* Header Top
  ---------------------------------- */

  #header_top .header_inner {
    position: relative;
    height: 6.5rem;
    padding: 2.2rem 1.8rem;
  }

  #header_top .header_logo {
    width: 10.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 0;
  }

  #header_top .header_utiliry {
    float: right;
    padding: 0 .6em 0 0;
  }

  #header_top .header_utiliry li {
    margin: 0;
    padding: 0;
  }

  #header_top .header_utiliry li:nth-of-type(2){
    margin: 0 0.7rem 0 1rem;
  }

  #header_top .utility_favorite {
    width: 2.5rem;
  }

  #header_top .utility_cart {
    width: 2.5rem;
  }

  #header_top .utility_menu {
    position: absolute;
    top: 2.5rem;
    left: 0;
  }


  /* Hamburger Menu
  ---------------------------------- */

  .hamburger {
    width: 2.4rem;
    height: 1.4rem;
    position: absolute;
    top: 0;
    left: 1.8rem;
    z-index: var(--zindex-header);
    cursor: pointer;
  }

  .hamburger::before,
  .hamburger::after,
  .hamburger span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #053931;
    border-radius: 100px;
    transition: transform .3s,top .3s,left .3s;
  }

  .hamburger::before,
  .hamburger::after {
    left: 0;
    content: "";
  }

  .hamburger span {
    display: block;
    top: 0.7rem;
  }

  .sp_open  .hamburger span {
    height: 0
  }

  .hamburger::before {
    top: 0;
  }

  .hamburger::before {
    top: 0;
  }

  .hamburger::after {
    bottom: 0;
  }

  .sp_open  .hamburger {
    position: fixed;
    top: 2.2rem;
    right: 1.6rem;
    left: auto;
    width: 2rem;
    height: 2rem;
  }

  .sp_open  .hamburger::before,
  .sp_open  .hamburger::after {
    background-color: #fff;
  }

  .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: 32rem;
    height: 100vh;
    overflow: auto;
    background: var(--color-white);
    transition: right .4s ease-in-out, opacity .25s ease-in-out;
    font-family: var(--hiragino-gothc);
  }


  .sp_menu.is-menu-open {
    opacity: 1;
    right: calc(100vw - 32rem);
  }

  .sp_menu .header_utiliry{
    margin-top: 1.6rem;
    padding: 0 1.7rem;
  }

  .sp_menu .header_utiliry .menu_top{
    display: flex;
    justify-content: space-between;
  }

  .sp_menu .header_utiliry .menu_logo{
    width: 11.5rem;
  }

  .sp_menu .header_utiliry .menu_user{
    margin-top: 0.6rem;
  }
  .sp_menu .header_utiliry .menu_user a{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .sp_menu .header_utiliry .menu_user .menu_user_caption{
    color: var(--color-main);
    font-family: var(--font-notosans);
    font-size: 1rem;
    letter-spacing: 0.02em;
    margin-top: 1rem;
  }

  /* 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 {
    width: 100%;
    position: relative;
    padding: 0 0 10rem;
  }

  /* -- navi menu setting -- */

  body.no-scroll {
   /* width: 100%;
    height: 100%;*/
    overflow: hidden;
  }

  .no-scroll .navigation-overlay {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: var(--zindex-header-bg);
    background: rgba(0, 0, 0, 0.5);
  }

  /* .btn__advancedsearch-popup {
    z-index: 1 !important;
  } */


  /* ------ SP Menu List ------ */

  .sp_menu__title,
  .sp_menu__subcontent_title{
    height: 6.2rem;
    color: var(--color-main);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.5rem;
    padding: 1.8rem 0;
    position: relative;
    z-index: 1;
  }
  .sp_menu__subcontent_title{
    height: 4.4rem;
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 2rem;
    padding: 1.2rem 0;
  }
  .sp_menu__subcontent{
    display: none;
  }
  .sp_menu__title .menu_base,
  .sp_menu__subcontent_title .menu_base{
    width: 2.4rem;
    height: 2.4rem;
    background-color: var(--color-main);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .sp_menu__title .menu_base::before,
  .sp_menu__title .menu_base::after,
  .sp_menu__subcontent_title .menu_base::before,
  .sp_menu__subcontent_title .menu_base::after{
    width: 1rem;
    height: 1px;
    background-color: var(--color-white);
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .sp_menu__title .menu_base::after,
  .sp_menu__subcontent_title .menu_base::after{
    transform: translate(-50%,-50%)rotate(-90deg);
    transition: transform .3s;
  }
  .sp_menu__title.open .menu_base::after,
  .sp_menu__subcontent_title.open .menu_base::after{
    transform: translate(-50%,-50%)rotate(0);
  }
  .sp_menu__title .menu_title_en{
    font-family: var(--font-opensans);
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
  .sp_menu__title .menu_title_ja{
    font-family: var(--font-notosans);
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .sp_menu__subcontent_title .menu_subtitle_en{
    font-family: var(--font-opensans);
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  .sp_menu__subcontent_title .menu_subtitle_ja{
    font-family: var(--font-notosans);
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }

  .sp_menu__content{
    background-color: var(--color-bg-main);
    display: none;
    padding: 3rem 2rem 3rem 1.7rem;
  }
  .sp_menu__content .staticCategoryList .category_en{
    font-size: 1.4rem;
  }
  .sp_menu__content .staticCategoryList .category_ja{
    font-size: 1.1rem;
  }

  .viewall{
    width: 100%;
    height: 5rem;
    border: 1px solid #b4b4b4;
    display: grid;
    place-content: center;
    margin: 2rem 0 4.2rem;
  }
  .viewall_content{
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .viewall_text{
    color: var(--color-main);
    font-family: var(--font-notosans);
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }

  .sp_menu__subcontent ul li{
    width: 100%;
    height: 4rem;
    background-color: var(--color-white);
    position: relative;
  }
  .sp_menu__subcontent ul li:nth-of-type(n+2){
    margin-top: 1rem;
  }
  .sp_menu__subcontent ul li a{
    width: 100%;
    height: 100%;
    color: var(--color-main);
    display: grid;
    place-content: center left;
    font-family: var(--hiragino-gothic);
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 3;
    padding-left: 3.7rem;
  }

  .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-bottom: 1px solid #b4b4b4;
    position: relative;
    text-align: left;
  }
  .sp_menu .nav_list li::after,
  .sp_menu .sp_menu__subcontent li::after{
    width: 0.7rem;
    height: 1.2rem;
    background-image: url(../Contents/ImagesPkg/common/sp_menu_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: '';
    display: block;
    position: absolute;
    bottom: 1.4rem;
    right: 0;
  }
  .sp_menu .sp_menu__subcontent li::after{
    right: 2rem;
  }


  .nav_list li a {
    color: var(--color-main);
    display: block;
    padding-bottom: 1.2rem;
  }
  .nav_list li:nth-of-type(n+2){
    padding-top: 2.2rem;
  }
  .nav_list li a .menu_link_en{
    font-family: var(--font-opensans);
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  .nav_list li a .menu_link_ja{
    font-family: var(--font-notosans);
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin-left: 2rem;
  }

  .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{
    border-bottom: 1px solid var(--color-grey-dim);
    margin-top: 2.5rem;;
    padding: 0 1.7rem 2.7rem;
  }

  .header_search .textBox {
    overflow: hidden;
    width: 100%;
    height: 3.6rem;
    background-color: #fafafa;
    border-radius: 1.8rem;
  }

  .header_search .text {
    padding: 1.6rem 5.5rem 1.6rem 1.8rem;
  }

  .header_search .btnSearch {
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
  }

  .header_search .btnSearch img {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
    vertical-align: 0;
  }

  #dvProductSearch input.text {
    width: 100%;
    height: 100%;
    font-family: var(--font-notosans);
    font-size: min(1.6rem,16px);
    background: none;
    padding: 0 4rem 0 1.4rem;
  }

  /* ---- External Link ---- */
  .footer_ext_link{
    margin-bottom: 2rem;
  }
  .footer_ext_link ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
  }
  .footer_ext_link ul li{
    width: 16.3rem;
    height: 4.2rem;
    background-color: rgba(255,255,255,0.7);
    color: var(--color-text);
    font-family: var(--font-notosans);
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    position: relative;
  }
  .footer_ext_link ul li::after{
    width: 1.4rem;
    height: 1.2rem;
    background-image: url(../Contents/ImagesPkg/common/icn_ext_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: none;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.7rem;
  }
  .footer_ext_link ul li a{
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    padding: 0 1.7rem;
  }

  /* ---- Category List ----*/
  .header_list{
    padding: 0 1.7rem;
  }

  .header_category_list{
    margin-top: 0.8rem;
  }


  .header_banner_list{
    width: 28.6rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin: 2.2rem auto 0;
  }

  /* ---- Mail Magazine ---- */

  .sp_menu .footer_banner {
    padding: 2rem 1.6rem;
  }

  .footer_banner__wrap{
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }

  .footer_banner {
    text-align: center;
  }

  .footer_banner img {
    width: 50rem;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  /* ---- SNS ---- */

  .sp_menu .sns_area {
    padding: 4rem 0 0;
    text-align: center;
    color: var(--color-grey);
    font-family: var(--font-en), var(--hiragino-gothic);
  }

  .sp_menu .sns_area dt {
    display: block;
    margin-bottom: 2.4rem;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .02em;
  }

  .sp_menu .sns_area ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

  .footer_inner {
    width: 34rem;
    margin: auto;
  }


  /* Footer Top
  ---------------------------------- */
  #footer_top .footer_inner {
    padding-top: 35rem;
  }

  .footer_logo {
    width: 17rem;
    height: auto;
    margin: auto;
    padding-bottom: 3.6rem;
  }

  .footer_logo img {
    max-width: 100%;
  }

  .footer_nav {
    padding: 0;
  }

  .footer_nav li {
    margin: 0;
  }

  .footer_nav li a {
    display: block;
    padding: 2em 0;
    border-bottom: 1px solid #989898;
  }

  .footer_nav li:first-child {
    border-top: 1px solid #989898;
  }

  .sp_nav__half {
    margin-bottom: 4rem;
  }

  .sp_nav__half ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: -1px;
  }

  .sp_nav__half li:first-child {
    border-top: none;
  }

  .sp_nav__half li {
    width: 50%;
  }

  .sp_nav__half li:nth-child(2n) a {
    padding-left: 1.5rem;
    border-left: 1px solid #989898;
  }

  #footer_top .sns_area {
    width: max-content;
    margin: 4.5rem auto 3.5rem;
  }

  #footer_top .sns_area dt {
    font-size: 1.3rem;
    text-align: center;
  }

  #footer_top .sns_area li {
    width: auto;
    height: 2.8rem;
  }

  #footer_top .sns_area li img{
    width: auto;
    height: 100%;
  }

  /* Footer Bottom
  ---------------------------------- */
  #footer_bottom{
    padding-top: 3.5rem;
  }
  #footer_bottom .footer_inner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_btm_nav {
    color: var(--color-main);
    font-family: var(--font-notosans);
    font-size: var(--text-xxl);
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .footer_btm_nav li {
    margin-bottom: 1rem;
    text-align: center;
  }

  .footer_btm_nav li:last-child {
    margin-bottom: 0;
  }

  .footer_btm_nav li a {
    display: inline-block;
    padding: .5rem 0;
  }

  #footer_bottom .coryright {
    color: var(--color-main);
    display: block;
    font-family: var(--font-notosans);
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    padding: 3rem 0;
    text-align: center;
  }

  /* Page Top
  ---------------------------------- */

  #pagetop {
    width: 5rem;
    height: 5rem;
  }

  #pagetop,
  #pagetop.fxd {
    position: fixed;
    top: auto;
    right: 1.2rem;
    bottom: 1.2rem;
  }

  /* Section Area
  ---------------------------------- */

  .contents_section {
    padding-top: 4rem;
  }
}
@media (min-width: 550px) and (max-width: 767px){

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }

    .sp_menu {
      width: 90vw;
    }

    .sp_menu.is-menu-open {
      right: 10vw;
    }
}
@media screen and (max-width: 800px){
  #loginWrap{
    width: 100%;
  }
}
@media screen and (max-width: 1024px){
  #Wrap_lower.onlyOrder, #Wrap_lower.onlyUser{
    width: 100%;
  }
}