body{
  background-color: #fff;
  font-family: 'Noto Sans JP', 'Lato', sans-serif;
	color:#333;
	font-size:15px!important;
	font-optical-sizing: auto;
	line-height:1.8;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: 0!important;
  text-align: left;
}

html {
  scroll-behavior: smooth;
}

#site_wrapper{
    margin-top: 152px;
}
#container,
#one_maincolumn {
  position: relative;
  z-index: 0;
}

#container:after{
  height: 0!important;
}
div#container h2{
border-bottom:none!important;
color:#021B5D!important;
}
div#container h3{
  color:#021B5D!important;
}

@media (max-width: 960px) {
  #site_wrapper{
    margin-top:73px;
}

div#container .content-page h3.page-subheading{
  color:#021B5D!important;
  font-size:16px!important;
}
div#container h2{
border-bottom:none!important;
color:#021B5D!important;
}

div#container #detailcolumn #detailtitle01 h2{
  border-bottom:none!important;
  color:#021B5D!important;
  font-size:22px!important;
  text-align: left;
  line-height: 1.5!important;
  padding-bottom: 22px!important;
  font-weight: 700!important;
  margin-top: 30px;
}

div#container .content-page h2.contact-center__heading{
  font-size:16px!important;
  line-height: 1.5!important;
  padding-bottom: 22px!important;
  border-bottom:2px solid #021B5D!important;
  font-weight: 700!important;
}

div#container div#entrycolumn, div#container div#guidecolumn, div#container div#mypagecolumn, div#container div#shoppingcolumn, div#container div#windowcolumn{
  margin: 40px auto!important;
}

}

div#container{
  width: 100%!important;
  max-width: 100%!important;
  padding:0!important;
  margin: 0 auto;
  display: flow-root;
  overflow: hidden;
}
div#one_maincolumn{
  display: flow-root;
  overflow: hidden;
}

div * .head h2 {
  background:none !important;
  border-bottom:none!important;
  color:#021B5D !important;
  font-size:32px !important;
  font-weight:normal !important;
  padding:12px 0 24px !important;
  text-align:center;
  margin-bottom:40px;
}

/* --------------------
   HEADER 
-------------------- */
/* --------------------
   Shared elements
-------------------- */

header a {
  color: inherit;
  text-decoration: none;
}
header a:hover{
  text-decoration: none;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header img {
  max-width: 100%;
  height: auto;
  display: block;
}

header button,
header input {
  font: inherit;
}

header p{
  letter-spacing: 0.1em;
}
/* --------------------
   Common layout
-------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.95);
  z-index: 1000;
}

.header-inner {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

/* --------------------
   PC HEADER
-------------------- */
.header-pc {
  display: block;
}

.header-top {
  border-bottom: 1px solid #e5e5e5;
}

.header-top .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 96px;
}

.site-logo {
  margin: 0;
  padding:0;
  flex: 0 0 auto;
  line-height: 1.5;
}

.site-logo img{
  width: 223px;
  height: auto;
  margin: 0;
  padding:0;
}
.site-logo p{
  font-size:11px;
  line-height: 1.5;
  font-weight:300;
  color: #333;
  padding: 0 0 7px 0;
}

.site-logo a:hover img{
  opacity: 0.7;
}
.site-logo a:hover p{
  text-decoration: none;
}
/*Search button AREA*/
.header-search{
  position: relative;
  width: 100%;
  max-width: 335px;
}

/* Text input */
.header-search input{
  width: 100%;
  height: 40px;
  padding: 0 64px 0 24px;
  border: 1px solid #05AAB1;
  border-radius: 40px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}

.header-search input:focus{
  border-color:#059aa0;
}

/******* Search button ********/
.header-search button{
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;

  background-color: #05AAB1;
  background-image: url("/user_data/packages/common/img/header/icon-btn-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

/* hover */
.header-search button:hover{
  background-color:#059aa0;
  text-decoration: none;
}

.header-search input::placeholder{
  color:rgba(51, 51, 51, 0.37);
}

/* Accessibility (move text off-screen) */
.visually-hidden{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}

/******* Login/Cart button ********/
.header-links {
  display: flex;
  align-items: center;
  gap: 37px;
  flex: 0 0 auto;
}
.header-actions{
  display: flex;
  align-items: flex-start;
  gap: 24px; /* Spacing between buttons */
}
.header-action{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  line-height: 1.2;
}
.header-action__icon{
  width: 35px;
  height: auto;
  object-fit: contain;
  margin-bottom: 6px;
  display: block;
}
.header-action__text{
  font-size: 13px;
  white-space: nowrap;
  letter-spacing: 0;
}

/*******  CONTACT  ********/
.contact{
  font-size:13px;
  border-left:1px solid rgba(51, 51, 51, 0.67);
  padding-left:37px;
}
/* Top section */
.contact-top{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:6px;
  font-size:14px;
}

.contact-title{
  font-weight:600;
}

/* Lower section */
.contact-bottom{
  display:flex;
  align-items:center;
  gap:16px;
}

/* TEL */
.contact-phone{
  display:flex;
  align-items:center;
  gap:10px;
}

.contact-phone img{
  width:216x;
  height: auto;
}

.phone-number{
  font-size:32px;
  font-weight:600;
  letter-spacing:1px;
}
/* Makes clicking appear to be disabled on PCs */
@media (min-width: 768px) {
  .tel-link {
    pointer-events: none;
    cursor: default;
  }
}
/* Mail */
.contact-mail{
  display:flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  color:#333;
  font-size:14px;
  font-weight: 500;
}

.contact-mail img{
  width:28px;
}

a.contact-mail:hover{ 
color:#9FE7D9;
}
a.contact-mail:hover img { 
opacity: 0.7;
}


/* Gmenu-header-bottom */

/* =================================
   Bottom of HEADER
================================= */
.header-bottom{
  background-color:#021B5D;
  position: relative;
  z-index: 50;
}

.header-bottom .header-inner{
  width: 100%;
}

/* =================================
  Global Navigation Unit
================================= */
.global-nav{
  display: flex;
  justify-content: center;
}

.global-nav__list{
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__item{
  flex: 0 0 auto;
}

.global-nav__item > a{
  display: inline-flex;
  align-items: center;
  height: 56px;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}

/* Only arrows indicate that there are submenus */
.global-nav__item.has-submenu > a::after{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-2px);
  transition:
    transform .25s ease,
    border-color .25s ease;
}

.global-nav__item > a:hover{
  background: transparent;
   color: #9FE7D9;
}

.nav-supplement:hover > a{
  color: #F08C8C;
}
.nav-supplement:hover > a::after{
  border-color: #F08C8C;
}
.nav-cooking:hover > a{
  color: #FFCC41;
}
.nav-cooking:hover > a::after{
  border-color: #FFCC41;
}

.nav-water:hover > a{
  color: #A1E4F8;
}
.nav-water:hover > a::after{
  border-color: #A1E4F8;
}

/* =================================
   Mega Menu Main Unit
================================= */
.submenu{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);

  width: 100vw;

  box-sizing: border-box;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;

  margin: 0;
  padding: 20px 24px;
  list-style: none;

  border-top: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity .25s ease,
    visibility .25s ease,
    transform .25s ease;

  z-index: 100;
}

/* Display on hover */
.has-submenu:hover .submenu{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* =================================
   Submenu card
================================= */
.submenu li{
   flex: 0 0 auto;
}

.submenu li a{
  display: flex;
  align-items: center;
  gap: 15px;

  min-height: 58px;
  padding: 0;
  box-sizing: border-box;

  text-decoration: none;
  color: #222;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.submenu li a:hover{
  transform: translateY(-4px);
  background: transparent;
}

.submenu li img{
  width: 57px;
  height: 58px;
  object-fit: cover;
  flex: 0 0 auto;
  display: block;

}

.submenu li a:hover img{
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}
.submenu li span{
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
}

/* =================================
  Background color for each category
================================= */
.nav-supplement .submenu{
  background: #FDEFEF;
}

.nav-cooking .submenu{
  background: #FDF1CE;
}

.nav-water .submenu{
  background: #D9F7F7;
}

/* =================================
  Adjust slightly when the screen is too small
================================= */
@media (max-width: 1024px){
  .global-nav__item > a{
    padding: 0 20px;
    font-size: 15px;
  }

  .submenu{
    gap: 16px;
    padding: 0 20px;
  }

  .submenu li a{
    min-height: 76px;
    padding: 0;
  }

  .submenu li img{
    width: 48px;
    height: 48px;
  }

  .submenu li span{
    font-size:14px;
    font-weight: 500;
  }

}

/* --------------------
   SP HEADER
-------------------- */

.header-sp {
  display: none;
  position: relative;
  z-index: 1001;
}

.header-sp__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  /*padding: 14px 12px;*/
  padding: 0 12px;
  min-height: 72px;
}

.site-logo--sp img {
  width: 186px;
  height: auto;
}

.header-sp__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
a.header-action:hover img{
  opacity: 0.5;
}
a.header-action:hover{
  color:#999;
}

.header-sp__iconlink,
.menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: none;
  background: transparent;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

.header-sp__icon {
  font-size: 20px;
  line-height: 1;
}

.header-sp__label,
.menu-toggle__label {
  font-size: 11px;
  line-height: 1.2;
}

.menu-toggle__circle {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:#05AAB1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-toggle__bar {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  display: block;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle__bar:nth-child(1) {
  transform: translateY(-5px);
}

.menu-toggle__bar:nth-child(2) {
  transform: translateY(0);
}

.menu-toggle__bar:nth-child(3) {
  transform: translateY(5px);
}

/* When opened → X */
.menu-toggle.is-open .menu-toggle__bar:nth-child(1) {
  transform: rotate(45deg);
}

.menu-toggle.is-open .menu-toggle__bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open .menu-toggle__bar:nth-child(3) {
  transform: rotate(-45deg);
}


/* SP Menu Main Unit */
.sp-global-nav {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  width: 100vw;
  height: calc(100dvh - 72px);
  overflow-y: auto;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  z-index: 1002;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow-y: auto;
}

.sp-global-nav.is-open {
  display: block;
  background: #05AAB1;
}
.sp-global-nav__list {
  display: flex;
  flex-direction: column;
}

.sp-global-nav__item {
  padding:0 25px;
}

.sp-global-nav__item:first-child {
  border-top: none;
  padding-top:15px;
}

.sp-global-nav__item > a,
.sp-submenu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  /* padding: 16px; */
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  background: #05AAB1;
  border: none;
  color: #fff;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

/* SP Submenu */
.sp-submenu {
  background: #05AAB1;
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}

.sp-has-submenu.is-open .sp-submenu {
  display: block;
  padding:10px 0 20px;
  max-height: 1000px;
}

body.is-menu-open {
  position: fixed;
  width: 100%;
  left: 0;
  overflow: hidden;
}

.sp-submenu li {
  width: 100%;
}

.sp-submenu li:first-child {
  border-top: none;
}

.sp-submenu a {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.4;
  color:#fff;
  
}

/* Open/Close Icon */
.sp-submenu-toggle__icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.sp-submenu-toggle__icon::before,
.sp-submenu-toggle__icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: transform .25s ease;
}

/* Initial (closed) → Upward */
.sp-submenu-toggle__icon::before{
  transform: translate(-2px,-50%) rotate(-45deg);
}

.sp-submenu-toggle__icon::after{
  transform: translate(-6px,-50%) rotate(45deg);
}

/* When open → downward */
.sp-has-submenu.is-open .sp-submenu-toggle__icon::before{
  transform: translate(-2px,-50%) rotate(45deg);
}

.sp-has-submenu.is-open .sp-submenu-toggle__icon::after{
  transform: translate(-6px,-50%) rotate(-45deg);
}

/* Lower section of the smartphone submenu */
.icon-arrow{
  width:20px;
  height:14px;
}
.sp-submenu-bottom{
 padding:20px 25px;
}
.sp-submenu-list-others{
  margin:0 0 20px;
}
.sp-submenu-list-others a{
 position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.8;
}

.sp-submenu-list-others li a::before{
  content: "\2192";
  position: absolute;
  top: 0;
  left: 0;
}

.sp-submenu-list-sns{
  display: flex;
  gap:0.6rem;
  margin: 5px 0 0 0;
}
.sp-submenu-list-sns a img{
  width: 100%;
  height: auto;
  width: 46px;
  height: 46px;
  transition: transform .4s ease;
}
.sp-submenu-list-sns a:hover img{
  transform: scale(1.04);
}

/* Contact Us */
.contact-sp{
  background: #F8F2E7;
}
.contact-box{
  max-width:325px;
  margin: 0 auto;
  padding:20px 0 34px;
}

/* Top row: Telephone */
.contact-box__tel{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 14px;
}

.contact-box__tel-icon{
  flex: 0 0 58px;
  width: 58px;
}

.contact-box__tel-icon img{
  display: block;
  width: 100%;
  height: auto;
}

.contact-box__tel-body{
  flex: 1 1 auto;
}

.contact-box__tel-number{
  margin: 0 0 10px;
  line-height: 1;
}

.contact-box__tel-number img{
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 5px 0 0 0;
}

.contact-box__tel-time{
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  letter-spacing: 0;
}

/* Bottom section: Email button */
.contact-box__mail{
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 60px;
  margin: 0 auto;
  padding: 20px 40px;
  border-radius: 9999px;
  background: #021B5D;
  text-decoration: none;
}

.contact-box__mail-icon{
  flex: 0 0 26px;
  width: 24px;
  height: auto;
}

.contact-box__mail-icon img{
  display: block;
  width: 100%;
  height: auto;
}

.contact-box__mail-text{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

/* SP Search Area */
.sp-search-area {
  display: none;
  padding: 12px 16px 16px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.sp-search {
  display: flex;
}

.sp-search input[type="text"] {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  outline: none;
}

.sp-search button {
  width: 72px;
  height: 42px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

/* --------------------
  Responsive Switching
-------------------- */

@media screen and (max-width: 960px) {
  .header-pc {
    display: none;
  }
  .header-sp {
    display: block;
  }
  .sp-search-area {
    display: block;
  }

  .sp-search-area {
    display: none;
  }
  .site-logo--sp p{
  font-size:10px;
  font-weight:300;
  color: #333;
  padding: 0 0 3px 0;
  letter-spacing: 0;
}
.header-actions{
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.header-action__icon{
  width: 30px;
  height: auto;
  object-fit: contain;
  margin-bottom: 4px;
  display: block;
}
.header-action__text{
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: 0;
}
.header-sp__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
}

/* --------------------
   FOOTER 
-------------------- */

.site-footer{
  color: #fff;
  background: #05AAB1;
  position: relative;
  z-index: 1;
}

.site-footer__inner{
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.footer-category{
  width: 82%;
}
@media (max-width: 1024px){
  .footer-category{
  width: 100%;
}
}

/* =========================
  Top row: Phone/Email
========================= */
.site-footer__top{
  background: #F8F2E7;
  padding: 52px 0;
}

.footer-contact{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #021B5D;
}

.footer-contact__tel{
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 0;
}

.footer-contact__tel-icon{
  width: 78px;
  flex: 0 0 78px;
}

.footer-contact__tel-icon img{
  display: block;
  width: 100%;
  height: auto;
}

.footer-contact__tel-number{
  margin: 0 0 8px;
  line-height: 1;
  width:min(268px,100%);
}

.footer-contact__tel-number img{
  display: block;
  width: 100%;
  height: auto;
}

.footer-contact__tel-time{
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #3d3d3d;
}

.footer-contact__divider{
  width: 1px;
  align-self: stretch;
  background:#021B5D;
  margin:0 80px;
}

.footer-contact__mail{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 76px;
  /*padding: 16px 32px;*/
  border-radius: 9999px;
  background: #001d70;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  width: 360px;
  transition: transform .35s ease, box-shadow .35s ease;
}
.footer-contact__mail:hover{
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  text-decoration: none;
}
.footer-contact__mail-icon{
  width: 21px;
  flex: 0 0 21px;
}

.footer-contact__mail-icon img{
  display: block;
  width: 100%;
  height: auto;
}

.footer-contact__mail-text{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

/* =========================
   Middle section: Category links
========================= */
.site-footer__main{
  padding: 70px 0 34px;
  background: #13aeb8;
}

.footer-category{
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 72px;
}

.footer-category__title{
  margin: 0 0 20px;
  padding:0 0 14px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255,255,255,0.9);
  text-align: left;
}
  div#container h2.footer-category__title{
    margin: 0 0 20px!important;
    padding:0 0 14px 0!important;
    font-size: 16px!important;
    text-align: left!important;
    color:#fff!important;
    font-weight: 700!important;
    line-height: 1.5!important;
    border-bottom: 1px solid #fff!important;
  }


.footer-category__list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.footer-category__list li{
text-align: left;
}

.footer-category__col:nth-child(2) .footer-category__list,
.footer-category__col:nth-child(3) .footer-category__list{
  grid-template-columns: 1fr;
  
}

.footer-category__list a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.7;
}

/* =========================
  Bottom section: Auxiliary links + SNS
========================= */
.footer-subnav-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 14px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.9);
}

.footer-subnav{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 42px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
.footer-subnav li{
  text-align: left;
}
.footer-subnav a{
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
}

.footer-subnav a::before{
  content: "\2192";
  position: absolute;
  top: 0;
  left: 0;
}

.footer-sns{
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 0 0 auto;
}

.footer-sns a{
  display: grid;
  place-items: center;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform .35s ease, box-shadow .35s ease;
}

.footer-sns img{
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
}
.footer-sns a:hover{
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
/* =========================
  Bottom row: Logo and copy
========================= */
.footer-bottom{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.footer-logo{
  margin: 0;
}

.footer-logo a{
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-copyright{
  margin: 0;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

/* =========================
   hover
========================= */
.footer-category__list a:hover,
.footer-subnav a:hover,
.footer-logo a:hover{
  opacity: 0.75;
}

.footer-contact__mail:hover,
.footer-sns a:hover{
  opacity: 0.88;
  color: #fff;
}

/* =========================
   tablet
========================= */
@media (max-width: 1024px){
  .footer-contact{
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  
  .footer-contact__tel{
    gap:20px;
  }
  .footer-contact__divider{
    display: none;
     margin:0 40px;
  }

  .footer-contact__mail{
    width: 100%;
    width: 360px;
  }

  .footer-category{
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 56px;
  }

  .footer-category__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-category__col:nth-child(2) .footer-category__list,
  .footer-category__col:nth-child(3) .footer-category__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-subnav-wrap{
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom{
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-copyright{
    text-align: left;
  }
}

/* =========================
   sp
========================= */
@media (max-width: 767px){
  .site-footer__inner{
    width: min(100% - 32px, 680px);
  }

  .site-footer__top{
    padding: 50px 0 60px;
  }

  .footer-contact__tel{
    gap: 10px;
    text-align: left;
    margin: 0 auto;
  }

  .footer-contact__tel-icon{
    width: 64px;
    flex-basis: 64px;
  }

  .footer-contact__tel-body{
    text-align: center;
  }
  .footer-contact__tel-number{
    width: 249px;
  }
  .footer-contact__tel-number img{
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  .footer-contact__tel-time{
    font-size: 13px;
    text-align: left;
  }

  .footer-contact__mail{
    min-height: 64px;
    /*padding: 14px 20px;*/
    gap: 12px;
    width: 100%;
  }

  .footer-contact__mail-icon{
    width: 24px;
    flex-basis: 24px;
  }

  .footer-contact__mail-text{
    font-size: 16px;
  }

  .site-footer__main{
    padding: 44px 0 28px;
  }

  .footer-category{
    gap: 30px;
    margin-bottom: 40px;
  }

  .footer-category__title{
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 15px;
    text-align: left;
  }

  div#container h2.footer-category__title{
    margin-bottom: 14px;
    padding-bottom: 10px!important;
    font-size: 15px!important;
    text-align: left;
    color:#fff!important;
    font-weight: 700!important;
    border-bottom: 1px solid #fff!important;
  }


  .footer-category__list,
  .footer-category__col:nth-child(2) .footer-category__list,
  .footer-category__col:nth-child(3) .footer-category__list{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-category__list a{
    font-size: 14px;
  }

  .footer-subnav{
    flex-direction: column;
    gap: 10px;
  }

  .footer-sns{
    gap: 12px;
  }

  .footer-sns a{
    width: 48px;
    height: 48px;
  }

  .footer-bottom{
    gap: 16px;
  }

  .footer-logo a{
    font-size: 24px;
  }

  .footer-copyright{
    font-size: 11px;
    line-height: 1.6;
  }
}

/* =================================
  Top of page Scroll
================================= */

.page-top{
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 200;

  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid #707070;
  border-radius: 50%;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity .3s ease,
    visibility .3s ease,
    transform .3s ease,
    box-shadow .3s ease,
    background-color .3s ease;
}

.page-top.is-show{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.page-top.is-stop{
  position: absolute;
}
.page-top:hover{
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.16);
  background: #fff;
}

.page-top:active{
  transform: translateY(0);
}

.page-top__icon{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.page-top__icon::before,
.page-top__icon::after{
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #707070;
  border-radius: 999px;
  transform-origin: center;
}

.page-top__icon::before{
  transform: translate(-10px, -7px) rotate(-45deg);
}

.page-top__icon::after{
  transform: translate(-2px, -7px) rotate(45deg);
}

@media (max-width: 767px){
  .page-top{
    right: 16px;
    bottom: 16px;
    width: 36px;
    height: 36px;
  }

  .page-top__icon::before,
  .page-top__icon::after{
    width: 7px;
  }

  .page-top__icon::before{
    transform: translate(-5px, -4px) rotate(-45deg);
  }

  .page-top__icon::after{
    transform: translate(-1px, -4px) rotate(45deg);
  }
}


/* h1 */
.page-header {
  position: relative;
  background-image: url("/user_data/packages/common/img/page-header-bg-pc.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding: 32px 20px 38px;
  min-height:137px;
}
/* .page-header.bootstrap-adjust{
  min-height:53px;
}*/
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
}
.product-info-page .page-header{
padding: 46px 20px 38px;
min-height: 53px!important;
}
.page-header__inner {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.page-header__left {
  flex: 1 1 auto;
  min-width: 0;
}

.page-header__label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #DB4545;
}
.product-card--yellow .page-header__label{
  color: #D06800;
}
.product-card--blue .page-header__label{
  color: #0A92BA;
}

.page-header__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}

.page-header__right {
  flex: 0 0 auto;
}

.page-header__catch {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  text-align: right;
}
.sp_br{
    display: none;
  }
.pc_br{
    display: block;
  }
.tb_br{
    display: block;
  }

@media (max-width: 960px) {
  .page-header {
    background-image: url("/user_data/packages/common/img/page-header-bg-sp.jpg");
    background-position: center;
    padding: 22px 20px 22px;
    margin-top:0;
    min-height: 53px;
  }
  .product-info-page .page-header {
    background-image: url("/user_data/packages/common/img/page-header-bg-sp.jpg");
    background-position: center;
    padding: 46px 20px 38px;
    margin-top:0;
    min-height: 53px!important;
  }

  .page-header__inner {
    display: block;
    max-width: none;
  }

  .page-header__label {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.4;
  }

  .page-header__title {
    font-size: 22px;
    line-height: 1.2;
  }

  .page-header__right {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #05AAB1;
  }

  .page-header__catch {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  .tb_br{
    display: none;
  }
}
@media (max-width: 767px) {
  .sp_br{
    display: block;
  }
  .pc_br{
    display: none;
  }
  }

  .grecaptcha-badge {
    bottom: 200px !important;
    z-index: 200;
}